#index .banner {
  width: 100%;
  height: 500px;
  position: relative;
}
#index .banner .swiper-slide {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
}
#index .banner .swiper-pagination {
  bottom: 45px;
}
#index .banner .swiper-pagination-bullet {
  width: 90px;
  height: 3px;
  border-radius: 1.5px;
  opacity: 0.5;
  background-color: #fff;
}
#index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#index .banner .btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -20px;
  cursor: pointer;
  outline: none;
}
#index .banner .btn i {
  font-size: 40px;
  color: #fff;
}
#index .banner .btn.prev {
  left: 50px;
}
#index .banner .btn.next {
  right: 50px;
}
#index .news {
  padding: 45px 0 70px;
}
#index .news .cont {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#index .news .cont .swiper {
  width: 600px;
  height: 430px;
}
#index .news .cont .swiper .swiper-slide {
  width: 600px;
  height: 430px;
  position: relative;
  overflow: hidden;
}
#index .news .cont .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .news .cont .swiper .swiper-slide p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 190px;
  z-index: 2;
  line-height: 18px;
  font-size: 18px;
  color: #fff;
  padding: 5px;
  background-color: #a0d8aa;
  border-radius: 5px;
}
#index .news .cont .swiper .swiper-pagination-bullets {
  width: auto;
  left: auto;
  right: 30px;
  bottom: 30px;
}
#index .news .cont .swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  opacity: 1;
  transition: all 0.3s;
}
#index .news .cont .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
}
#index .news .cont .list {
  width: 544px;
}
#index .news .cont .list .item {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
#index .news .cont .list .item .tops {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#index .news .cont .list .item .tops .title {
  width: 380px;
  font-size: 18px;
  font-weight: bold;
  transition: color 0.3s;
}
#index .news .cont .list .item .tops .date {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: #999;
}
#index .news .cont .list .item .tops .date i {
  font-size: 14px;
  margin-right: 9px;
}
#index .news .cont .list .item .tops::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -23px;
  transition: all 0.3s;
}
#index .news .cont .list .item .desc {
  font-size: 14px;
  margin-top: 8px;
  color: #666;
}
#index .news .cont .list .item:first-of-type {
  padding-top: 0;
}
#index .news .cont .list .item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#index .news .cont .list .item:hover .tops .title {
  color: #2a6def;
}
#index .news .cont .list .item:hover .tops::before {
  background-color: #2a6def;
}
#index .arts {
  padding: 50px 0;
  background-color: #2a6def;
}
#index .arts .inner-mod {
  color: #fff;
}
#index .arts .inner-mod .more {
  color: #fff;
}
#index .arts .main {
  display: flex;
  justify-content: space-between;
}
#index .arts .sec {
  width: 570px;
}
#index .arts .list {
  margin-top: 25px;
}
#index .arts .list .item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  background-color: #2a6def;
  margin-bottom: 8px;
}
#index .arts .list .item .date {
  flex-shrink: 0;
  width: 82px;
  height: 82px;
  border-radius: 8px;
  background-color: #2a6def;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "bebas";
  transition: all 0.3s;
}
#index .arts .list .item .date .d {
  font-size: 20px;
  line-height: 20px;
}
#index .arts .list .item .date .y {
  font-size: 16px;
  line-height: 16px;
  margin-top: 8px;
  opacity: 0.6;
}
#index .arts .list .item .text {
  width: 488px;
  padding-left: 15px;
}
#index .arts .list .item .text .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
}
#index .arts .list .item .text .desc {
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  color: #fff;
  opacity: 0.6;
}
#index .arts .list .item:hover .date {
  background-color: #fff;
  color: #2a6def;
}
#index .publicity {
  margin-top: 50px;
}
#index .publicity img {
  width: 100%;
  height: auto;
}
#index .image-news {
  padding: 40px 0 45px;
}
#index .image-news .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#index .image-news .list .item {
  display: block;
  width: 255px;
  margin-left: 60px;
}
#index .image-news .list .item:nth-of-type(4n + 1) {
  margin-left: 0;
}
#index .image-news .list .item .img {
  width: 255px;
  height: 192px;
  overflow: hidden;
}
#index .image-news .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
#index .image-news .list .item .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 19px;
  height: 56px;
}
#index .image-news .list .item .desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
#index .image-news .list .item .bot {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index .image-news .list .item .bot .more {
  width: 125px;
  height: 36px;
  background-color: #2a6def;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#index .image-news .list .item .bot .date {
  font-size: 14px;
  line-height: 14px;
  color: #999;
  display: inline-flex;
  align-items: center;
}
#index .image-news .list .item .bot .date i {
  font-size: 14px;
  margin-right: 9px;
}
#index .image-news .list .item:hover .img img {
  transform: scale(1.1);
}
#index .links {
  padding: 40px 0 20px;
  background-color: #f2f2f2;
}
#index .links .main {
  display: flex;
  justify-content: space-between;
}
#index .links .list {
  width: 990px;
  display: flex;
  flex-wrap: wrap;
}
#index .links .list .item {
  width: 260px;
  margin-left: 105px;
  margin-bottom: 20px;
}
#index .links .list .item:nth-of-type(3n+1) {
  margin-left: 0;
}
#index .links .list .item a {
  display: inline-flex;
  align-items: center;
}
#index .links .list .item a .dot {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2a6def;
  margin-right: 16px;
  flex-shrink: 0;
}
#index .links .list .item a span {
  display: inline-block;
  max-width: 100%;
  text-decoration: underline;
}
#index .links .list .item a .iconfont {
  font-size: 12px;
  margin-left: 10px;
  color: #666;
  flex-shrink: 0;
}

#news .item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
#news .item .img {
  width: 255px;
  height: 192px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 32px;
}
#news .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
#news .item .text {
  width: 100%;
}
#news .item .text .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
#news .item .text .date {
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-top: 9px;
}
#news .item .text .date i {
  font-size: 12px;
  margin-right: 9px;
}
#news .item .text .desc {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
}
#news .item .text .more {
  margin-top: 30px;
  width: 125px;
  height: 36px;
  background-color: #2a6def;
  border-radius: 18px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
#news .item:hover .img img {
  transform: scale(1.1);
}

#news_d .main {
  background-color: #f9f9f9;
  padding: 20px 50px 50px;
}
#news_d .main .info {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
#news_d .main .info .title {
  font-size: 28px;
  font-weight: bold;
}
#news_d .main .info .date {
  font-size: 14px;
  line-height: 14px;
  margin-top: 16px;
  color: #999;
}
#news_d .main .info .date i {
  font-size: 14px;
  margin-right: 9px;
}
#news_d .main .rich-text {
  padding: 40px 0 30px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 28px;
}
#news_d .main .prev-next {
  margin-top: 30px;
  overflow: hidden;
}
#news_d .main .prev-next a {
  display: block;
  float: left;
  clear: both;
  margin: 6px 0;
  color: #666;
  transition: color 0.3s;
}
#news_d .main .prev-next a:hover {
  color: #2a6def;
}
#news_d .main .back {
  margin-top: 40px;
}
#news_d .main .back .btn {
  display: block;
  width: 134px;
  height: 40px;
  background-color: #2a6def;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}

#about {
  padding: 60px 0 90px;
}
#about .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#about .left {
  width: 351px;
  height: 536px;
  background-image: url(../img/07.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  flex-shrink: 0;
}
#about .left .addr {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
#about .rich-text {
  width: 849px;
  padding-left: 70px;
  font-size: 14px;
  line-height: 32px;
}

#contact .info {
  padding: 80px 0 70px;
}
#contact .info .text {
  width: 780px;
  height: 440px;
  background-color: #f9f9f9;
  padding: 59px 360px 40px 40px;
}
#contact .info .text .logo {
  display: block;
  margin-bottom: 60px;
  height: 84px;
}
#contact .info .text .line {
  margin-top: 20px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
#contact .info .text .line i {
  font-size: 18px;
  color: #999;
  margin-right: 9px;
}
#contact .info #allmap {
  width: 720px;
  height: 440px;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 2;
}
#contact .feedback {
  padding: 70px 0 80px;
  background-color: #f9f9f9;
}
#contact .feedback .form {
  margin-top: 50px;
}
#contact .feedback .form .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .feedback .form .line input {
  background-color: #fff;
  height: 60px;
  padding: 0 18px;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.3s;
  width: 590px;
}
#contact .feedback .form .line input:focus {
  border-color: #2a6def;
}
#contact .feedback .form .textarea {
  margin-top: 16px;
  width: 100%;
  height: 350px;
}
#contact .feedback .form .textarea textarea {
  background-color: #fff;
  height: 60px;
  padding: 0 18px;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  padding: 15px 18px;
  resize: none;
}
#contact .feedback .form .textarea textarea:focus {
  border-color: #2a6def;
}
#contact .feedback .form .func {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
#contact .feedback .form .func .yzm {
  height: 60px;
  display: flex;
  align-items: center;
}
#contact .feedback .form .func .yzm input {
  background-color: #fff;
  height: 60px;
  padding: 0 18px;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.3s;
  width: 430px;
}
#contact .feedback .form .func .yzm input:focus {
  border-color: #2a6def;
}
#contact .feedback .form .func .yzm img {
  display: block;
  width: 160px;
  height: 60px;
}
#contact .feedback .form .func .subbtn {
  display: block;
  width: 134px;
  height: 40px;
  border-radius: 20px;
  background-color: #2a6def;
  color: #fff;
  border: none;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
#contact .tech {
  padding: 30px 0 60px;
}
#contact .tech .list {
  width: 100%;
}
#contact .tech .list .item {
  width: 100%;
  margin-bottom: 20px;
}
#contact .tech .list .item .tops {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
#contact .tech .list .item .tops .title {
  width: 1040px;
  font-size: 18px;
  font-weight: bold;
  transition: color 0.3s;
}
#contact .tech .list .item .tops .icon i {
  font-size: 22px;
}
#contact .tech .list .item .tops .icon .icon-11 {
  color: #2a6def;
}
#contact .tech .list .item .tops .icon .icon-12 {
  color: #fff;
  display: none;
}
#contact .tech .list .item .tops.active {
  background-color: #2a6def;
}
#contact .tech .list .item .tops.active .title {
  color: #fff;
}
#contact .tech .list .item .tops.active .icon .icon-11 {
  display: none;
}
#contact .tech .list .item .tops.active .icon .icon-12 {
  display: block;
}
#contact .tech .list .item .tops::before {
  content: "";
  display: block;
  width: 3px;
  height: 18px;
  background-color: #2a6def;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
#contact .tech .list .item .bots {
  display: none;
  padding: 20px 30px;
  background-color: #f9f9f9;
}
#contact .tech .list .item .bots .date {
  font-size: 14px;
  line-height: 14px;
  color: #999;
}
#contact .tech .list .item .bots .date i {
  font-size: 14px;
  margin-right: 9px;
}
#contact .tech .list .item .bots .rich-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

#charter {
  padding: 50px 0 65px;
}
#charter .rich-text {
  font-size: 14px;
  line-height: 28px;
}

#disc {
  padding: 40px 0 70px;
}
#disc .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#disc .disc-menu {
  width: 250px;
  border: 1px solid #e6e6e6;
  border-top: 6px solid #2a6def;
  flex-shrink: 0;
}
#disc .disc-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s;
}
#disc .disc-menu a i {
  color: #999;
  transition: color 0.3s;
}
#disc .disc-menu a:last-of-type {
  border-bottom: none;
}
#disc .disc-menu a:hover, #disc .disc-menu a.active {
  background-color: #f9f9f9;
  color: #2a6def;
}
#disc .disc-menu a:hover i, #disc .disc-menu a.active i {
  color: #2a6def;
}
#disc .disc-cont {
  width: 900px;
}
#disc .disc-cont .detail {
  background-color: #f9f9f9;
  padding: 40px 55px 70px;
}
#disc .disc-cont .detail .mod {
  font-size: 24px;
  line-height: 24px;
  position: relative;
}
#disc .disc-cont .detail .mod::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-color: #28bb41;
  position: absolute;
  left: -19px;
  top: 50%;
  margin-top: -3px;
}
#disc .disc-cont .detail .rich-text {
  font-size: 14px;
  line-height: 28px;
  margin-top: 30px;
}
#disc .disc-cont .detail .files {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#disc .disc-cont .detail .files .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  height: 46px;
  background-color: #f7f8f9;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-image: url(../img/15.png);
  background-repeat: no-repeat;
  background-position: left 15px center;
  padding: 0 18px 0 59px;
  margin-left: 20px;
  margin-top: 10px;
}
#disc .disc-cont .detail .files .item:nth-of-type(3n + 1) {
  margin-left: 0;
}
#disc .disc-cont .detail .files .item .file-name {
  width: 150px;
}
#disc .disc-cont .detail .files .item i {
  font-size: 16px;
  color: #999;
}
#disc .disc-cont .list {
  width: 100%;
}
#disc .disc-cont .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
#disc .disc-cont .list .item .title {
  width: 750px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  transition: color 0.3s;
}
#disc .disc-cont .list .item .title::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #2a6def;
  margin-right: 14px;
}
#disc .disc-cont .list .item .date {
  font-size: 16px;
  color: #999;
}
#disc .disc-cont .list .item:hover .title {
  color: #2a6def;
}
#disc .disc-cont .pages {
  justify-content: flex-end;
}

#files {
  padding: 40px 0 80px;
}
#files .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#files .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 560px;
  height: 56px;
  background-color: #f7f8f9;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-image: url(../img/15.png);
  background-repeat: no-repeat;
  background-position: left 15px center;
  padding: 0 18px 0 59px;
  margin-bottom: 20px;
}
#files .list .item .file-name {
  width: 430px;
  font-size: 16px;
}
#files .list .item i {
  font-size: 16px;
  color: #999;
}

#query {
  padding: 33px 0 90px;
}
#query .search {
  width: 510px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#query .search input {
  width: 380px;
  height: 50px;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-radius: 0;
  background-color: #f7f8f9;
  padding: 0 20px;
}
#query .search .btn {
  width: 130px;
  height: 50px;
  border: none;
  border-radius: 0;
  background-color: #2a6def;
  color: #fff;
  font-size: 16px;
}
#query .table {
  margin-top: 20px;
}
#query .table .thead {
  display: flex;
}
#query .table .th {
  height: 60px;
  background-color: #2a6def;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  border-left: 1px solid #558af2;
}
#query .table .th:first-of-type {
  border-left: none;
}
#query .table .tr {
  display: flex;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-top: none;
}
#query .table .tr:nth-of-type(even) {
  background-color: #f7f8f9;
}
#query .table .t1 {
  width: 100px;
}
#query .table .t2 {
  width: 540px;
}
#query .table .t3 {
  width: 170px;
}
#query .table .t4 {
  width: 180px;
}
#query .table .t5 {
  width: 210px;
}

#notice {
  padding: 28px 0 78px;
}
#notice .list {
  width: 100%;
}
#notice .list .item {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #f9f9f9;
  margin-bottom: 16px;
  transition: all 0.3s;
}
#notice .list .item .date {
  flex-shrink: 0;
  width: 82px;
  height: 82px;
  border-radius: 8px;
  background-color: #2a6def;
  color: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "bebas";
  transition: all 0.3s;
}
#notice .list .item .date .d {
  font-size: 20px;
  line-height: 20px;
}
#notice .list .item .date .y {
  font-size: 16px;
  line-height: 16px;
  margin-top: 8px;
  opacity: 0.6;
}
#notice .list .item .text {
  width: 100%;
  padding-left: 15px;
}
#notice .list .item .text .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  transition: color 0.3s;
}
#notice .list .item .text .desc {
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  color: #666;
  transition: color 0.3s;
}
#notice .list .item:hover {
  background-color: #2a6def;
}
#notice .list .item:hover .date {
  background-color: #fff;
  color: #2a6def;
}
#notice .list .item:hover .text .title {
  color: #fff;
}
#notice .list .item:hover .text .desc {
  color: #fff;
}/*# sourceMappingURL=style.css.map */