/* === swiper-bundle.min.css === */
﻿/**
 * Swiper 10.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 21, 2023
 */
/* === base.css === */
body {
  color: #333333;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, Tahoma,
    sans-serif;
  font-size: 16px;
  min-width: 1400px;
  background: #f0f0f0;
  max-width: 1920px;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #0f4fa6;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
.container {
  width: 1400px;
  position: relative;
  margin: 0 auto;
}
.flex_item {
  flex: 1;
}
.pic img {
  width: 100%;
  transform: perspective(3px);
}
.pic:hover img {
  transform: scale(1.1);
}
/**/
.header {
  height: 470px;
  background: url(../images/headerbg.jpg) center no-repeat;
  background-size: cover;
  font-size: 15px;
  position: relative;
}
.header .top a {
  color: #fff;
}
.header .top a:hover {
  color: #fff066;
}
.header .top ul {
  /* display: flex; */
}
.header .top ul li + li::before {
  /* content: "|"; */
  padding: 0 12px;
}
.header .top .side {
  background: url(../images/header1.png) left center no-repeat;
  background-size: 24px auto;
  padding-left: 30px;
  line-height: 24px;
}
.header .search .btn i {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 6px;
  vertical-align: middle;
  background: url(../images/search.png) center no-repeat;
  background-size: 100% 100%;
}
.header .nav ul {
  display: flex;
  background: #0f4fa6;
  position: relative;
}
.header .nav ul li {
  flex: 1;
}
.header .nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 70px;
  font-weight: bold;
}
.header .nav ul li.on a,
.header .nav ul li:hover a {
  color: #fff066;
}
.header .nav ul::before,
.header .nav ul::after {
  content: "";
  width: 43px;
  height: 70px;
  position: absolute;
  top: 0;
  background: url(../images/home_02.png) center no-repeat;
  background-size: 100% 100%;
}
.header .nav ul::before {
  left: -43px;
}
.header .nav ul::after {
  right: -43px;
  transform: rotateY(180deg);
}
/**/
.footer {
  color: #fff;
  font-size: 15px;
  background: #11468c;
  padding-top: 30px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff066;
}
.footer .hd ul {
  display: flex;
}
.footer .hd ul > li {
  flex: 1;
  cursor: pointer;
}
.footer .hd ul > li + li {
  margin-left: 60px;
}
.footer .hd .select.on > span {
  border-color: #ddd;
}
.footer .hd .select .down ol li {
  border-bottom: 1px dotted #2480bd;
}
.footer .hd .select .down ol li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 22px;
  padding: 8px 0;
}
.footer .hd .select .down ol li a:hover {
  background: #11468c;
}
.footer .hd .select > span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.footer .bd li {
  line-height: 31px;
  display: flex;
  align-items: center;
}
.footer .bd li img {
  margin-right: 5px;
  width: 19px;
}
.footer .bd .info {
  display: flex;
}
.footer .bd .link {
  margin-bottom: 15px;
  font-size: 16px;
}
.footer .bd .link a + a::before {
  content: "|";
  padding: 0 15px;
}
.footer .bd .share img {
  max-height: 44px;
}
.footer .bd .share a {
  margin-right: 10px;
}
.footer .bd .box {
  margin-right: 74px;
}
.footer .ft a + a {
  margin-left: 20px;
}
/**/
.main {
  position: relative;
}
.main::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  height: 170px;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(15, 79, 166, 0.5),
    rgba(15, 79, 166, 0)
  );
}
.commonbg {
  padding: 20px;
  background: #fff;
  min-height: 980px;
  margin-bottom: 36px;
}
.bread {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
}
.bread i {
  width: 16px;
  height: 18px;
  /* background: url(../images/bread.png) center no-repeat; */
  background-size: 100% 100%;
  margin-right: 5px;
}
.pages a,
.pages span {
  padding: 0 10px;
}
.commonlists li {
  position: relative;
  padding-left: 20px;
}
.commonlists li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #535353;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.commonlists li a {
  display: flex;
  align-items: center;
  line-height: 46px;
}
.commonlists li span {
  color: #999;
}
.commonlists li .flex_item {
  font-size: 18px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.title_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.title_info a {
  color: #999;
  font-size: 14px;
}
.title_info b {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  background: #0f4fa6;
  padding: 0 20px;
  min-width: 142px;
  height: 37px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_info b:after,
.tabtitle li.on:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #0f4fa6;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.tabtitle li {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #0f4fa6;
  padding: 0 20px;
  min-width: 142px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabtitle li.on {
  background: #0f4fa6;
  color: #fff;
}
.tabtitle a {
  position: absolute;
  right: 0;
  color: #999999;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
}
/* === common.css === */
/**/
.title_02 hr{
    margin-top:5px;
}
.title_03 a{
    display: block;
    height: 36px;
    line-height: 36px;
    background: #f3f2f7;
    font-size: 15px !important;
    color: #0b4779;
    transition: 0.36s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.title_01 a{
    color: #0b4779;
    height: 36px;
    line-height: 36px;
    font-size: 15px !important;
    color: #0b4779;
    transition: 0.36s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.newscontnet p{ margin-bottom:20px;}
.newscontnet img{ max-width:100%;}
.gongkai .title {
  text-align: center;
  font-weight: bold;
  color: #0f4fa6;
  font-size: 30px;
  padding-top: 15px;
}
.gongkai .bd dd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.gongkai .bd dd ul li {
  width: 20%;
  padding: 8px;
}
.gongkai .bd dd ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 82px;
  background: #f4f4f4;
}
.gongkai .bd dd ul a:hover {
  color: #fff;
  background: #0f4fa6;
}
.gongkai .bd dt span {
  width: 60px;
  background: #0f4fa6;
  display: flex;
  align-items: center;
  margin-right: 15px;
  justify-content: center;
  height: 52px;
}
.gongkai .bd dt span i {
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/03_04.png) center no-repeat;
  background-size: 100% 100%;
}
/**/

.searchpage .one {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.searchpage .one li {
  display: flex;
  padding-top: 18px;
}
.searchpage .one li b {
  width: 94px;
}
.searchpage .one li .flex_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.searchpage .one li .flex_item a {
  margin-right: 30px;
  color: #666;
}
.searchpage .one li .flex_item a.on {
  color: #0f4fa6;
  font-weight: bold;
}
.searchpage .two {
  font-size: 15px;
  color: #666666;
  line-height: 22px;
  padding: 0 0 20px;
}
.searchpage .two li {
  margin-top: 30px;
}
.searchpage .two li h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 13px;
  background: #f7f7f7;
}
.searchpage .two li h4 span,
.searchpage .two li .address a {
  color: #0f4fa6;
}
.searchpage .two li .address {
  margin-top: 8px;
}
.searchpage .two li .data {
  padding: 10px 0;
  color: #999999;
}
.searchpage .two li .data span + span {
  margin-left: 35px;
}
/**/
.searchpage .three {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.searchpage .three ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.searchpage .three ul li {
  width: 14.285%;
  padding: 10px 13px;
}
.searchpage .three ul li a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
}
.searchpage .three ul li.on a,
.searchpage .three ul li:hover a {
  font-weight: bold;
  color: #0f4fa6;
  font-size: 18px;
  background: #d4eeff;
}
.searchpage .three ul:first-child a {
  font-weight: bold;
  color: #0f4fa6;
}
.searchpage .four .bd dt a {
  color: #0f4fa6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.searchpage .four .bd dt span {
  margin-right: 10px;
  height: 28px;
  padding: 0 10px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  background: #0f4fa6;
  font-weight: normal;
}
.searchpage .four .bd ul {
  border: 1px solid #ddd;
  color: #666;
  line-height: 22px;
}
.searchpage .four .bd ul li {
  display: flex;
}
.searchpage .four .bd ul li + li {
  border-top: 1px solid #ddd;
}
.searchpage .four .bd ul li span {
  width: 154px;
  display: flex;
  align-items: center;
  background: #f6f6f6;
  padding: 6px 13px;
}
.searchpage .four .bd ul li .flex_item {
  padding: 6px 13px;
  border-left: 1px solid #ddd;
}
/**/
.newsitem {
  padding: 30px;
  border: 1px solid #eee;
  margin-top: 30px;
}
.newsitem .hd .flex span + span {
  margin-left: 20px;
}
.newsitem .hd .flex i {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 18px;
  background: url(../images/06_08.png) center no-repeat;
  background-size: 100% 100%;
}
/**/
.newslists {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
}
.newslists .side {
  width: 298px;
  margin-right: 30px;
  border: 1px solid #eee;
}
.newslists .side h3 {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  background: #0f4fa6;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newslists .side li + li {
  border-top: 1px solid #eee;
}
.newslists .side li a {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #f6f8fa;
}
.newslists .side li.on a,
.newslists .side li:hover a {
  background: #fff;
  color: #0f4fa6;
}
.newslists .side li i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  border: 1px solid #eee;
  width: 22px;
  height: 22px;
}
.newslists .side li i:after {
  content: " ";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-width: 1px 1px 0 0;
  border-color: #aeb8c7;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -4px;
}
.newslists .side li.on i:after,
.newslists .side li.on i,
.newslists .side li:hover i:after,
.newslists .side li:hover i {
  border-color: #0f4fa6;
}
.newslists .title {
  border-bottom: 1px solid #eee;
  font-size: 24px;
  color: #11468c;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.newslists .title::before {
  content: "";
  width: 6px;
  height: 20px;
  background: #11468c;
  margin-right: 15px;
}
/**/
.newspage .one {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
  background: #f6f8fa;
}
.newspage .one .flex_item {
  padding: 0 25px;
}
.newspage .one li span {
  color: #999;
}
.newspage .one li + li {
  border-top: 1px solid #ddd;
}
.newspage .one li p {
  font-size: 18px;
  margin-top: 15px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.newspage .one li a {
  padding: 25px 0 25px 15px;
  display: block;
}
.newspage .one li a:hover span {
  color: #fff;
}
.newspage .one li a:hover {
  color: #fff;
  background: #0f4fa6;
}
.newspage .one .banner {
  width: 700px;
}
.banner img {
  width: 100%;
  height: 458px;
}
.banner p {
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  padding: 20px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.9)
  );
}
.banner .swiper-pagination {
  text-align: right;
  padding: 0 20px 15px 0;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.banner .swiper-pagination-bullet-active {
  background: #d50000;
}
.newspage .two {
  display: flex;
  flex-wrap: wrap;
  margin: -9px;
}
.newspage .two .info {
  width: 50%;
  padding: 9px;
}
.newspage .two .box {
  border: 1px solid #eee;
  padding: 20px;
}
/**/
.aboutus .one {
  display: flex;
  padding-top: 20px;
}
.aboutus .one .pic {
  width: 50%;
  margin-right: 40px;
}
.aboutus .one .pic img {
  height: 400px;
}
.aboutus .one p {
  font-size: 18px;
  line-height: 31px;
}
.aboutus .one h3 {
  font-weight: bold;
  color: #0f4fa6;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  font-size: 25px;
}
.aboutus .two {
  margin-top: 40px;
}
.aboutus .two ul {
  display: flex;
  flex-wrap: wrap;
  background: #f1f5f8;
  text-align: center;
  padding: 20px 0;
}
.aboutus .two ul li {
  width: 12.5%;
}
.aboutus .two ul li + li {
  border-left: 1px solid #fff;
}
.aboutus .two ul li a {
  color: #0f4fa6;
}
.aboutus .two ul li img {
  margin-bottom: 10px;
  width: 42px;
}
.aboutus .three ul {
  width: 350px;
}
.aboutus .three .flex_item {
  padding: 0 4px;
}
.aboutus .three .flex_item img {
  height: 453px;
}
.aboutus .three li + li {
  margin-top: 5px;
}
.aboutus .three li img {
  height: 224px;
}
.aboutus .three p {
  position: absolute;
  width: 100%;
  line-height: 40px;
  text-align: center;
  left: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.aboutus .four .bd p {
  margin-top: 10px;
  display: flex;
  height: 50px;
  overflow: hidden;
  justify-content: center;
  line-height: 25px;
}
.aboutus .four .bd .pic img {
  height: 271px;
}
/**/
.hudong .one {
  display: flex;
  padding-top: 10px;
}
.hudong .one .side {
  width: 440px;
  margin-left: 20px;
}
.hudong .partone a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  margin-left: 15px;
  background: rgba(255, 255, 255, 0.4);
  height: 45px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.hudong .partone a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hudong .parttwo table p {
  display: flex;
  align-items: center;
  text-align: left;
}
.hudong .parttwo table p a {
  flex: 1;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.hudong .parttwo table p i {
  display: block;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  background: url(../images/03_62.png) center no-repeat;
  background-size: 100% 100%;
}
.hudong .parttwo table td span {
  color: #999;
}
.hudong .partfire ul {
  display: flex;
}
.hudong .partfire ul li {
  flex: 1;
}
.hudong .partfire ul li + li {
  margin-left: 10px;
}
.hudong .partsix ul {
  padding-top: 10px;
}
.hudong .partsix li {
  display: flex;
  margin-top: 17px;
}
.hudong .partsix li .flex_item {
  font-size: 18px;
  line-height: 25px;
}
.hudong .partsix li span {
  color: #666;
  width: 88px;
  height: 29px;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.hudong .two {
  margin-top: 20px;
}
.hudong .two {
  display: flex;
}
.hudong .two > .flex_item {
  border: 1px solid #eee;
}
.hudong .two > .flex_item + .flex_item {
  margin-left: 20px;
}
.hudong .two .box {
  padding: 20px;
}
.hudong .two .left li:last-child {
  border: none;
  padding-bottom: 0;
}
.hudong .two .left li {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.hudong .two .left li h4 {
  font-size: 18px;
  line-height: 23px;
  background: url(../images/03_63.png) left center no-repeat;
  padding-left: 32px;
  background-size: 19px auto;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.hudong .two .left li p {
  font-size: 15px;
  color: #999;
  padding-left: 32px;
  margin-top: 10px;
}
/**/
.message {
  background: url(../images/04_01.jpg) top center no-repeat #fff;
  background-size: 100% auto;
}
.message .commonbg {
  background: #f2f2f2;
}
.message .one::before,
.message .one::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-bottom: 1px solid #ccc;
  width: 340px;
}
.message .one::after {
  left: auto;
  right: 0;
}
.message .one {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding-top: 10px;
}
.message .one .search {
  display: flex;
  align-items: center;
  width: 484px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 14px;
  background: #fff;
  border: 1px solid #116ce7;
}
.message .one .search input {
  width: 100%;
  font-size: 16px;
  height: 54px;
  padding-left: 15px;
}
.message .one .search button {
  color: #fff;
  background: #116ce7;
  width: 78px;
  height: 54px;
}
.message .one .btn {
  border-radius: 5px;
  color: #fff;
  background: #116ce7;
  width: 108px;
  font-size: 16px;
  height: 54px;
}
.message .two {
  display: flex;
  margin-top: 25px;
}
.message .two .side {
  width: 260px;
  margin-right: 18px;
}
.message .two .side ul > li {
  margin-bottom: 17px;
}
.message .two .side ul > li > a {
  display: flex;
  align-items: center;
  color: #0f4fa6;
  line-height: 26px;
  padding: 0 20px;
  font-size: 21px;
  background: #fff;
  height: 66px;
  border: 1px solid #ddd;
}
.message .two .side ul > li > a img {
  margin-right: 15px;
  width: 35px;
  transition: all 0s;
}
.message .two .side ul > li i {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}
.message .two .side ul > li i::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #0f4fa6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.message .two .side ul > li i::after {
  content: "";
  height: 100%;
  width: 2px;
  background: #0f4fa6;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.message .two .side ul > li > a.on {
  color: #fff;
  background: #0f4fa6;
}
.message .two .side ul > li > a.on img {
  filter: brightness(100);
}
.message .two .side ul > li i.on::before {
  background: #fff;
}
.message .two .side ul > li i.on::after {
  display: none;
}
.message .two .side ol {
  padding: 13px 20px;
  background: #fff;
  display: none;
  border: 1px solid #eee;
  border-top: none;
}
.message .two .side ul > li ol i.on::before {
  background: #0f4fa6;
}
.message .two .side ul > li ol i {
  width: 15px;
  height: 15px;
}
.message .two .side ol > li > a {
  display: flex;
  align-items: center;
  color: #666;
  position: relative;
  height: 40px;
  padding: 0 15px 0 45px;
  background: url(../images/04_28.png) 15px center no-repeat #e5e5e5;
  background-size: 21px auto;
}
.message .two .side ol > li:hover > a {
  color: #0f4fa6;
  background: url(../images/04_25.png) 15px center no-repeat #e5e5e5;
  background-size: 21px auto;
}
.message .two .side ol > li + li {
  margin-top: 8px;
}
.message .two .side ol p {
  padding-top: 8px;
  display: none;
}
.message .two .side ol p a {
  display: block;
  padding-left: 30px;
  line-height: 32px;
  position: relative;
  font-size: 14px;
}
.message .two .side ol p a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #999;
}
.message .two .commonlists li .flex_item {
  font-size: 16px;
}
.message .two > .flex_item {
  background: #fff;
  padding: 20px;
}
/**/
.zhenfu .one {
  display: flex;
  padding-top: 10px;
}
.zhenfu .one .box {
  flex: 1;
  border: 1px solid #eee;
  padding: 15px;
}
.zhenfu .one .box + .box {
  margin-left: 20px;
}
.zhenfu .one .part1 .flex {
  padding: 5px 5px 0;
}
.zhenfu .one .part1 .pic {
  width: 158px;
  margin-right: 20px;
}
.zhenfu .one .part1 h3 {
  font-size: 18px;
  padding-bottom: 60px;
}
.zhenfu .one .part1 h3 b {
  font-size: 24px;
  color: #0f4fa6;
}
.zhenfu .one .part1 h3 span {
  color: #0f4fa6;
}
.zhenfu .one .part1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.zhenfu .one .part1 ul li {
  width: 50%;
  padding: 8px;
}
.zhenfu .one .part1 ul li a {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 15px;
  color: #003586;
  border: 1px solid #ddd;
}
.zhenfu .one .part1 ul li img {
  margin-right: 15px;
}
.zhenfu .one .part2 .bd ul {
  display: flex;
  padding-top: 15px;
}
.zhenfu .one .part2 .bd ul li {
  flex: 1;
  text-align: center;
}
.zhenfu .one .part2 .bd ul li + li {
  margin-left: 15px;
}
.zhenfu .one .part2 .bd ul li a {
  display: block;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 22px 0;
  color: #0f4fa6;
  font-weight: bold;
  font-size: 18px;
  background: #fcfcfc;
}
.zhenfu .one .part2 .bd ul li span {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.zhenfu .two {
  padding: 28px 0;
  font-size: 15px;
  text-align: center;
}
.zhenfu .two ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.zhenfu .two ul li {
  width: 12.5%;
  padding: 10px;
}
.zhenfu .two ul li a {
  display: block;
  line-height: 42px;
  background: #f0f3f7;
}
.zhenfu .two ul li .img {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3071ca;
}
.zhenfu .two ul li .img img {
  width: 45px;
}
.zhenfu .two ul li .bg2 {
  background: #1b8fcb;
}
.zhenfu .two ul li .bg3 {
  background: #1bb4cb;
}
.zhenfu .two ul li .bg4 {
  background: #52c3f1;
}
.zhenfu .two ul li .bg5 {
  background: #4ec063;
}
.zhenfu .two ul li .bg6 {
  background: #57a03d;
}
.zhenfu .two ul li .bg7 {
  background: #e6a711;
}
.zhenfu .two ul li .bg8 {
  background: #e27f27;
}
.zhenfu .three > div {
  width: 50%;
  padding: 10px;
}
.zhenfu .three .box {
  border: 1px solid #eee;
  padding: 15px;
}
.zhenfu .three .part2 dl {
  height: 127px;
  padding-top: 32px;
  margin-bottom: 10px;
  color: #fff;
  background: url(../images/03_55.jpg) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.zhenfu .three .part2 dl dt {
  font-size: 25px;
  padding-bottom: 12px;
}
.zhenfu .three .part3 .bd {
  padding: 10px 0;
}
.zhenfu .three .part3 .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -9px;
  font-size: 18px;
}
.zhenfu .three .part3 .bd ul li {
  width: 25%;
  padding: 9px;
}
.zhenfu .three .part3 .bd ul a {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  background: #f0f3f7;
}
.zhenfu .three .part3 .bd ul a:hover {
  color: #fff;
  background: #0f4fa6;
}
/**/
.homepage .header {
  height: 600px;
}
.homepage .header .logo img {
  display: block;
  margin: 0 auto;
}
.homepage .header .hot a {
  color: #fff;
  margin-right: 20px;
}
.homepage .one {
  padding: 20px;
}
.homepage .one .hd {
  padding: 15px 0 30px;
  margin-bottom: 30px;
  background: url(../images/home_19.png) left bottom repeat-x;
  text-align: center;
}
.homepage .one .hd dl {
  background: url(../images/home_15.png) left center no-repeat;
}
.homepage .one .hd dd {
  font-size: 15px;
  color: #777;
  margin-top: 10px;
}
.homepage .one .hd dt {
  font-weight: bold;
  font-size: 35px;
}
.homepage .one .bd {
  display: flex;
}
.homepage .one .bd .banner {
  width: 700px; 
  height: 458px;
  overflow:hidden;
margin-right: 20px;
}
.homepage .one .bd .commonlists li {
  border-bottom: 1px dashed #ddd;
}
.homepage .one .bd .commonlists li a {
  line-height: 50px;
}
.homepage .two {
  display: flex;
  margin-top: 20px;
}
.homepage .two > .flex_item {
  background: #fff;
  padding: 20px;
}
.homepage .two > .flex_item + .flex_item {
  margin-left: 20px;
}
.homepage .three,
.homepage .one {
  background: #fff;
}
.homepage .three .tab li {
  display: flex;
  align-items: center;
  height: 82px;
  cursor: pointer;
  justify-content: center;
  flex: 1;
}
.homepage .three .tab li.on {
  background: #0f4fa6;
}
.homepage .three .tab li img {
  margin-right: 12px;
  width: 39px;
}
.homepage .three .tabinfo li {
  padding: 0 60px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.homepage .three .tabinfo li.on {
  color: #0f4fa6;
}
.homepage .three .tabinfo li.on img {
  opacity: 1;
  filter: inherit;
}
.homepage .three .tabinfo li img {
  margin-right: 15px;
  filter: grayscale(100%);
  width: 33px;
  opacity: 0.6;
}
.homepage .three .tabinfo li + li {
  border-left: 1px solid #ddd;
}
.homepage .three .flex .side {
  width: 236px;
  margin-left: 20px;
}
.homepage .three .flex .side li {
  height: 85px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  background: #f8f8f8;
  align-items: center;
  justify-content: center;
}
.homepage .three .flex .side li + li {
  margin-top: 16px;
}
.homepage .three .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.homepage .three .bd ul li {
  padding: 8px;
  width: 14.285%;
}
.homepage .three .bd ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  height: 60px;
  background: #fff;
}
.homepage .three .bd ul a:hover {
  color: #fff;
  background: #0f4fa6;
  border-color: #0f4fa6;
}
.homepage .three .ft ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.homepage .three .ft li {
  padding: 10px;
  width: 16.666%;
}
.homepage .three .ft li a {
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 5px;
  height: 70px;
  color: #0f4fa6;
  border: 1px solid #caecff;
  background: #e6f1ff;
}
.homepage .three .ft li a:hover {
  color: #fff;
  background: #0f4fa6;
}
.homepage .three .ft li a:hover img {
  filter: brightness(100);
}
.homepage .three .ft li img {
  margin-right: 6px;
  transition: 0s;
  width: 24px;
}
.homepage .three .partone .tabtitle > li {
  height: 55px;
  min-width: inherit;
  padding: 0;
}
.homepage .three .partone .tabtitle > li + li {
  margin-left: 55px;
}
.homepage .three .partone .tabtitle > li.on {
  background: none;
  color: #0f4fa6;
}
.homepage .three .partone .tabtitle > li.on::after {
  border: none;
  content: "";
  border-bottom: 3px solid #0f4fa6;
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  transform: translate(0);
  width: 100%;
}
.homepage .three .partone > .flex_item {
  background: #f6f8fa;
}
.homepage .three .partone > .flex_item + .flex_item {
  margin-left: 20px;
}
.homepage .three .parttwo,
.homepage .three .parttwo ul {
  display: flex;
}
.homepage .three .parttwo ul {
  text-align: center;
}
.homepage .three .parttwo ul a {
  display: block;
  border-radius: 5px;
  background: #e6f1ff;
  height: 154px;
  border: 1px solid #caecff;
  padding-top: 35px;
  width: 180px;
}
.homepage .three .parttwo ul li + li {
  margin-left: 20px;
}
.homepage .three .parttwo ul li img {
  margin-bottom: 15px;
  width: 50px;
}
.homepage .three .parttwo .flex_item {
  height: 154px;
  position: relative;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/home_104.jpg) center no-repeat;
  background-size: 100% 100%;
}
.homepage .three .parttwo .flex_item ul li a {
  height: 125px;
  width: 220px;
  padding-top: 20px;
}
.homepage .three .parttwo .flex_item ul li + li {
  margin-left: 40px;
}
.homepage .four .title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f4fa6;
  font-size: 29px;
  background: url(../images/home_19.png) left center repeat-x;
  margin-bottom: 20px;
}
.homepage .four .title b {
  background: #fff;
  padding: 0 15px;
}
.homepage .four .bd img {
  height: 121px;
}
/* === elder.css === */
body.elderClass{
    overflow-x: hidden;
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
    min-width: 390px;
    box-sizing: border-box;
    font-size: 32px!important;
}
body.elderClass * {
    max-width: 100%;
    font-size: 32px!important;
}
body.rrbay_body .wzdt td {
    border: 1px solid #000 !important;
}
body.rrbay_body .newsitem td {
    border: 1px solid #000 !important;
}
/*首页*/
.elderClass.homepage > div.main > div > div.one > div.bd > div.banner {
    width: 100%;
    height: 690px;
}
.elderClass.homepage ul.tabtitle > li{
    margin-left: 30px;
}
.elderClass.homepage > div.main > div > div.one > div.bd > div.banner > .banner,
.elderClass > div.main > div > div.one > div.bd > div.banner > div > div.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden,
div.swiper-wrapper,
.elderClass.homepage > div.banner > div.swiper-slide.swiper-slide-active > a > img,
.elderClass.homepage .banner img{
    width: 100%;
    height: 100%;
}
.elderClass.homepage > div.main > div > div.one > div.bd > div.flex_item {
    width: 100%;
    margin-top: 40px;
}
.elderClass.homepage > div.main > div > div.one > div.bd {
    display: block;
}
.elderClass.homepage > div.main > div > div.two{
    display: block;
}
.elderClass.homepage > div.main > div > div.two > div.flex_item.rside {
    margin-left: 0;
}
.elderClass > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg1 > div.partone > div.flex_item.rs {
    margin-left: 0;
}
.elderClass.homepage > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg1 > div.partone {
    display: block;
}
.elderClass.homepage ul.commonlists > li {
    margin-top: 20px;
}
.elderClass.homepage > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg2 > div > div > div.flex {
    display: block;
}
.elderClass.homepage > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg2 > div > div > div.flex > div.flex_item.bd > ul > li{
    padding: 10px;
    width: 25%;
}
.elderClass.homepage > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg2 > div > div > div.flex > div.flex_item.bd > ul{
    margin: 0;
}
.elderClass.homepage > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg2 > div > div > div.flex > div.side {
    width: 100%;
}
.elderClass.homepage > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg2 > div > div > div.flex > div.side > ul {
    display: flex;
}
.elderClass.homepage > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg2 > div > div.tabbox > div.flex > div.side > ul > li {
    width: 30%;
    margin-left: 1.5%;
    padding: 11px;
    margin-top: 15px;
}
.elderClass.homepage > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg2 > div > div.tabbox > div.ft > ul > li {
    width: 50%;
}
.elderClass.homepage .three .parttwo ul li img {
    margin-bottom: 5px;
}
.elderClass.homepage .three .parttwo ul {
    display: inherit;
}
.elderClass.homepage .three .parttwo .flex_item {
    margin-right: 0;
}
.elderClass.homepage > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg3 > div.parttwo > div.side > ul{
    display: flex;
}
.elderClass.homepage > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg3 > div.parttwo > div.side > ul > li {
    margin-top: 20px;
    width: 50%;
}
.elderClass.homepage > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg3 > div.parttwo > div.side > ul > li > a {
    width: 100%;
}
.elderClass > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg3 > div.partone > div.flex_item.rs {
    margin-left: 0;
}
.elderClass.homepage > .footer .hd ul {
display: none;
}
.elderClass.homepage .three .ft ul {
    margin: 0;
}
.elderClass.homepage > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg1 > div.ft > ul > li {
    width: 33.33333%;
}
.elderClass .footer .bd li {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.elderClass .footer .bd .link {
    text-align: center;
}
.elderClass .footer .bd .info {
    display: block;
}
.elderClass > div.footer > div.ft > div.container a{
    display: block;
    text-align: center;
}
.elderClass > div.footer > div.ft > div.container{
    margin-top: 130px;
    display: block;
}
.elderClass > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg3 > div.parttwo > div.flex_item > ul {
    width: 50%;
}
.elderClass > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg3 > div.parttwo > div.flex_item > ul li ,
.elderClass > div.main > div > div.three > div > div.tabbox-lg.tabbox-lg3 > div.parttwo > div.flex_item > ul li a{
    width: 100%;
}
/*政务要闻*/
.elderClass > div.header > div.container > div.flex {
    display: block;
    text-align: center;
}
.elderClass > div.header > div.container > div.flex > div.logo {
    display: block;
}
.elderClass > div.header > div.container > div.flex > div.search {
    margin:auto;
    margin-top: 20px;
}
.elderClass.zwyw .newspage .one {
    display: block;
}
.elderClass.zwyw > div.main > div > div > div.newspage > div.one > div.flex_item > ul {
    margin-top: 30px;
}
.elderClass.zwyw .newspage .one .banner {
    width: 100%;
    height: 640px;
}
.elderClass.zwyw > div.main > div > div > div.newspage > div.one > div.side.banner > div {
    height: 100%;
}
.elderClass.zwyw div > div > div.mySwiper {
    height: 100%;
}
.elderClass.zwyw div.swiper-wrapper > div > a > img {
    height: 100%;
}
.elderClass.zwyw .newspage .two {
    display: block;
}
.elderClass.zwyw .newspage .two .info {
    width: 100%;

}
.elderClass.zwyw .newspage .commonlists li {
    margin-top: 20px;
}
/*政务公开*/
.elderClass.zwgk .zhenfu .one {
    display: block;
}
.elderClass.zwgk > div.main > div > div > div.zhenfu > div.one > div.box.part2 {
    margin-top: 15px;
    margin-left: 0;
}
.elderClass.zwgk > div.main > div > div > div.zhenfu > div.two > ul > li {
    width: 25%;
}
.elderClass.zwgk .zhenfu .three > div {
    width: 100%;
}
.elderClass.zwgk .zhenfu .three .part2 dl {
    height: 200px;
}
.elderClass.zwgk .tabtitle li {
    margin-top: 30px;
    min-width: 200px;
}
.elderClass.zwgk .commonlists li {
    margin-top: 30px;
}
/*政务互动*/
.elderClass.zwhd .hudong .one {
    display: block;
}
.elderClass.zwhd .hudong .one .side {
    width: 70%;
    padding-top: 50px;
    margin:auto;
}
.elderClass.zwhd .hudong .partsix li {
    margin-top: 25px;
}
.elderClass.zwhd .hudong .partsix li .flex_item {
    line-height: 55px;
}
.elderClass.zwhd .hudong .partsix li span {
    width: 150px;
    height: 55px;
}
.elderClass.zwhd .hudong .two {
    display: block;
}
.elderClass.zwhd .commonlists li {
    margin-top: 30px;
}
.elderClass.zwhd .hudong .two .left li h4 {
    line-height: 45px;
}
/*政府信息公开*/
.elderClass.message .two {
    display: block;
}
.elderClass.message .two .side{
    width: 100%;
}
.elderClass.message .two .side ul > li > a {
    line-height: 36px;
    height: 80px;
}
.elderClass.message > div.container > div > div.two > div.side > ul > li:nth-child(4) > ol > li {
    display: inline-block;
    width: 49%;
}
.elderClass.message .two .side ol p a {
    padding-bottom: 10px;
}
.elderClass.message .title_03 a {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 15px;
}
.elderClass .commonlists li {
    margin-bottom: 30px;
}
.elderClass .newslists .side {
    width: 100%;
    display: block;
}
.elderClass > div.main > div > div > div.newsitem > div > form > table > tbody > tr > td {
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
}
.elderClass > div.main > div > div > div.searchpage > div:nth-child(2) > ul > li > p {
    line-height: 50px;
}
.elderClass .searchpage .two li h4 {
    margin-top: 50px;
}
.elderClass .searchpage .two li .address {
    margin-top: 15px;
}
.elderClass.searchpage .two li .data {
    padding: 15px 0;
}
.elderClass.homepage .one .hd dl {
    background-position: 0 25px;
}
.elderClass.zwgk .zhenfu .two ul {
    margin: 0;
}
.elderClass .newslists .title {
    margin-top: 30px;
}
.elderClass div.main > div.container > div > div.newsitem > form > div > div > div.flex > div.flex_item > span:nth-child(3) {
    display: none;
}
.elderClass div.main > div.container > div > div.newsitem > form > div > div > div.flex > div.flex_item {
    text-align: center;
}
.elderClass > div.main > div.container > div > div.newsitem > form > div > div > div.flex > div.side > span {
    display: none;
}
.elderClass h4.search_title * {
    font-size: 38px!important;
    line-height: 38px;
}
.elderClass.searchpage .two li h4 {
    padding: 20px;
}
.elderClass.message #print > div.hd > div > div > span:nth-child(3) {
    display: none;
}
.elderClass > div.main > div.container > div > div.newsitem > form > div > div > h1 {
    line-height: 60px;
}
.elderClass > div.main > div.container > div > div.newsitem > form > div > div > div.flex > div.flex_item > span:nth-child(3),
.elderClass > div.main > div.container > div > div.newsitem > form > div > div > div.flex > div.flex_item > span:nth-child(4) {
    display: none;
}
.elderClass.homepage .one .hd dl {
    background: none;
}
.elderClass > div.main > div > div.one > div.hd > dl > dd > a {
    font-size: 23px!important;
}
/* === _sitegray_d.css === */
/*.nograyforsite{}
 /* 轮播容器样式 */
        .slide {
            width: 685px;
            float: left;
        }

        /* Swiper轮播容器 */
        .xwswiper {
            width: 100%;
            height: 380px;
            overflow: hidden;
            position: relative;
        }

        /* 进度条分页器样式 */
        .xwswiper .swiper-pagination-progressbar {
            bottom: 20px;
            top: auto;
            width: 90%;
            left: 5%;
        }

        /* 单个轮播项样式 */
        .xwswiper .swiper-slide {
            transition: 300ms;
            position: relative;
            height: 100%;
        }

        /* 轮播项链接样式 */
        .xwswiper .swiper-slide a {
            display: block;
            width: 100%;
            height: 100%;
        }

        /* 轮播项图片样式 - 使用object-fit保持比例 */
        .xwswiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        /* 轮播项标题文字样式 */
        .xwswiper .swiper-slide p {
            position: absolute;
            width: 100%;
            padding-bottom: 20px;
            color: #fff;
            font-weight: bold;
            line-height: 25px;
            text-align: center;
        }

        /* 非激活状态的轮播项隐藏标题 */
        .xwswiper .swiper-slide-prev p,
        .xwswiper .swiper-slide-next p {
            display: none;
        }

        /* 激活状态的轮播项放大效果 */
        .xwswiper .swiper-slide-active,
        .xwswiper .swiper-slide-duplicate-active {
            transform: scale(1.8);
            z-index: 9;
        }

        /* 激活状态显示标题 */
        .xwswiper .swiper-slide-active p {
            display: block;
        }

        /* 左右切换按钮样式 */
        .xwswiper .btn {
            position: absolute;
            top: 50%;
            margin-top: -53px;
            cursor: pointer;
            z-index: 10;
        }

        .xwswiper .btn img {
            width: 100% !important;
                height: 50px !important;
        }

        /* 左切换按钮位置 */
        .xwswiper .xwprev {
            left: 0;
        }

        /* 右切换按钮位置 */
        .xwswiper .xwnext {
            right: 0;
        }

        /* 分页器圆点位置 */
        .xwswiper .swiper-pagination {
            bottom: 20px;
        }

        /* 分页器圆点样式 */
        .xwswiper .swiper-pagination-bullet {
            background: #fff;
            opacity: 1;
            border-radius: 4px;
        }

        /* 激活状态的分页器圆点 */
        .xwswiper .swiper-pagination-bullet-active {
            width: 32px;
            background: #205BB8;
        }

        /* 浮动辅助类 */
        .fl {
            float: left;
        }