@charset "utf-8";
/* CSS Document */
.swiper1 .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: #fff;
  opacity: 1;
  border-radius: 2px;
}
.swiper1 .swiper-pagination {
  display: inline-block;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #284798;
  width: 50px;
  border-radius: 2px;
}
.swiper1 .swiper-button-next {
  display: none;
}
.swiper1 .swiper-button-prev {
  display: none;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.inotice {
  width: 1200px;
  position: relative;
  margin-top: -35px;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
}
.indexNotice .swiper-slide a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.indexNotice .arrow {
  display: flex;
  display: -webkit-flex;
}
.indexNotice .arrow {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.indexNotice a {
  color: #093053;
}
.indexNotice .container {
  position: relative;
  z-index: 11;
  height: 70px;
  line-height: 70px;
  border-radius: 70px;
  background: #fff;
  padding: 0 235px 0 255px;
  box-shadow: 0 10px 15px rgba(5, 95, 176, 0.25);
}
.indexNotice h2 {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  height: 70px;
  font-size: 20px;
  color: #093053;
  letter-spacing: 2px;
  padding-left: 70px;
  background: url("../images/img44.png") 14px center no-repeat;
}
.indexNotice h2:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  left: 196px;
  top: 50%;
  width: 1px;
  height: 18px;
  background: #8497a9;
  margin-top: -9px;
}
.indexNotice #indexNotice {
  height: 70px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.indexNotice .swiper-slide a {
  display: block;
  height: 70px;
  font-size: 18px;
  font-weight: 400;
}
.indexNotice a.more {
  display: block;
  height: 70px;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 145px;
  top: 0;
  bottom: auto;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 20px;
  background: url("../images/img11.png") right center no-repeat;
}
.indexNotice .arrow {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 40px;
  top: 0;
  bottom: auto;
  height: 70px;
  width: 70px;
}
.indexNotice .arrow:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 18px;
  background: #8497a9;
  margin-top: -9px;
}
.indexNotice .arrow a {
  width: 20px;
  height: 70px;
  background: center no-repeat;
}
.indexNotice .arrow a.prev {
  background-image: url("../images/prev20.png");
}
.indexNotice .arrow a.next {
  background-image: url("../images/next20.png");
}
.quick-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.quick-nav a {
  display: block;
  width: 270px;
  line-height: 87px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quick-nav a img {
  margin-right: 20px;
}
.quick-nav a img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.quick-nav a:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.quick-nav a:nth-child(1) {
  background-color: #284798;
}
.quick-nav a:nth-child(2) {
  background-color: #22ac38;
}
.quick-nav a:nth-child(3) {
  background-color: #ff934b;
}
.quick-nav a:nth-child(4) {
  background-color: #4279e8;
}
.quick-nav a:hover {
  opacity: 0.8;
}
.index-about {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.index-about .index-about-left {
  width: 40%;
}
.index-about .index-about-left h2 {
  font-size: 30px;
  color: #4279e8;
  font-weight: bold;
  line-height: 45px;
}
.index-about .index-about-left h3 {
  font-size: 30px;
  color: #000000;
  line-height: 45px;
}
.djs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.djs b {
  font-size: 20px;
  color: #4279e8;
  font-weight: bold;
}
.djs .HotDate {
  border: 1px solid #e0e7e8;
  border-radius: 5px;
  display: flex;
  padding: 10px;
}
.djs .HotDate span {
  font-size: 30px;
  color: #4279e8;
  position: relative;
  padding: 0 20px;
}
.djs .HotDate span::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0px;
  height: 30px;
  width: 1px;
  background-color: #e0e7e8;
}
.djs .HotDate span:last-of-type:before {
  display: none;
}
.djs .HotDate span em {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #404040;
}
.index-about .index-about-right {
  width: 50%;
}
.index-about .index-about-right p {
  font-size: 14px;
  color: black;
  line-height: 30px;
}
.index-about .index-about-right a {
  float: right;
  width: 230px;
  display: block;
  line-height: 50px;
  background: #4279e8 url(../images/jt.png) 140px center no-repeat;
  padding-left: 60px;
  box-sizing: border-box;
  font-size: 16px;
  color: white;
}
.index-photo {
  margin-top: 70px;
  border-top: 1px solid #e0e7e8;
  padding-top: 70px;
}
.index-photo-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-photo-title h3 {
  color: #284798;
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 10px;
}
.index-photo-list {
  position: relative;
  margin-top: 150px;
}
.picleft {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
}
.picright {
  position: absolute;
  top: 86px;
  right: 0;
  z-index: 1;
}
.index-photo-list .container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background-color: #555555;
  height: 480px;
  border-bottom: 25px solid #555;
}
.index-photo-list .container ul {
  display: flex;
}
.index-photo-list .container ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.index-photo-list .container ul li img {
  width: 100%;
}
.index-photo-list .container ul li .photo-tit {
  height: 190px;
  background-color: #4279e8;
  padding: 40px;
  box-sizing: border-box;
}
.index-photo-list li:nth-child(1) {
  position: relative;
  margin-top: -100px;
}
.index-photo-list li:nth-child(2n) .photo-tit {
  order: 1;
}
.index-photo-list li:nth-child(2n) img {
  order: 2;
}
.index-photo-list li:nth-child(3) {
  position: relative;
  margin-top: -54px;
}
.index-photo-list li:nth-child(4) {
  position: relative;
  margin-top: -54px;
}
.index-photo-list .photo-tit {
  color: #fff;
}
.index-photo-list .photo-tit h3 {
  border-bottom: 2px solid #fff;
}
.index-photo-list .photo-tit h3 span {
  font-size: 30px;
  font-weight: bold;
}
.index-photo-list .photo-tit h3 .counter {
  font-size: 48px;
  font-weight: bold;
}
.index-photo-list .photo-tit h4 {
  font-size: 18px;
  margin-top: 10px;
}
.index-photo-list ul li:nth-child(2n) .photo-tit {
  background-color: #284798;
}
.tit2 {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  align-items: center;
}
.tit2 .tit2-left h3 {
  font-size: 30px;
  color: #284798;
  font-weight: bold;
}
.tit2 .tit2-left h4 {
  font-size: 14px;
  color: #ababab;
  text-transform: uppercase;
}
.tit2 .tit2-left span {
  width: 30px;
  height: 4px;
  background-color: #284798;
  display: block;
  margin-top: 10px;
}
.luntan {
  position: relative;
  height: 100%;
  margin: 60px auto 0 auto;
}
.luntan .gallery-top {
  margin-top: 45px;
}
.luntan .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.luntan .gallery-thumbs {
  box-sizing: border-box;
  margin-top: 20px;
}
.gallery-thumbs .swiper-wrapper {
  margin: 0 auto;
}
.luntan .swiper-button-prev,
.luntan .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.luntan .swiper-button-next,
.luntan .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background-color: #4279e8;
  font-weight: normal;
  color: white;
  padding: 30px 5px;
}
.luntan .gallery-thumbs .swiper-slide-thumb-active {
  position: relative;
}
.luntan .gallery-thumbs .swiper-slide-thumb-active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.jiabing {
  background-color: #f8f9fc;
  padding: 50px 0;
  margin-top: 50px;
}
.jiabing .tit2 {
  margin-top: 0;
}
.owl-list {
  margin-top: 50px;
  position: relative;
}
.owl-list .item {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 20px;
}
.owl-list .item .list-tit {
  background-color: #4279e8;
  border-radius: 20px;
  padding: 50px 10px 20px 10px;
  margin-top: -50px;
  z-index: -1;
}
.owl-list .item h3 {
  font-size: 20px;
  color: white;
  line-height: 40px;
  margin-bottom: 10px;
}
.owl-list .item p {
  font-size: 14px;
  color: white;
  line-height: 25px;
}
.owl-list .owl-buttons {
  height: 46px;
  margin-top: -46px;
}
.owl-list .owl-buttons div {
  width: 46px;
  height: 46px;
}
.owl-list .owl-buttons .owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  background: url(../images/left.png) center center no-repeat;
}
.owl-list .owl-buttons .owl-prev:hover {
  background: url(../images/left2.png) center center no-repeat;
}
.owl-list .owl-buttons .owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  background: url(../images/right.png) center center no-repeat;
}
.owl-list .owl-buttons .owl-next:hover {
  background: url(../images/right2.png) center center no-repeat;
}
.owl-list .owl-pagination {
  display: none;
}
.index-news .w {
  display: flex;
  justify-content: space-between;
}
.index-news .index-news-left {
  width: 45%;
}
.index-news .index-news-left a {
  display: block;
  padding: 60px;
  background-color: #f8f8f8;
  margin-top: 20px;
}
.index-news .index-news-left a h3 {
  font-size: 18px;
  color: #4279e8;
  font-weight: bold;
  margin-bottom: 30px;
}
.index-news .index-news-left a img {
  width: 100%;
}
.index-news .index-news-left a p {
  display: block;
  margin-top: 30px;
  border-left: 1px solid #ddd;
  color: #565656;
  font-size: 14px;
  line-height: 150%;
  padding-left: 30px;
}
.index-news .index-news-right {
  width: 50%;
  padding-top: 100px;
}
.yygk_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yygk_nav ul {
  display: flex;
}
.yygk_nav li {
  margin-right: 30px;
}
.yygk_nav li a {
  display: block;
  cursor: pointer;
  width: 145px;
  line-height: 40px;
  font-size: 18px;
  color: #95a6b5;
  border: 1px solid #95a6b5;
  border-radius: 20px;
  text-align: center;
}
.yygk_nav li.curr a {
  background-color: #4279e8;
  color: #fff;
  border: 1px solid #4279e8;
}
.list_yygk {
  margin-top: 50px;
}
.list_yygk li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  font-size: 18px;
}
.list_yygk li a {
  order: 1;
  line-height: 77px;
  color: #626262;
  display: block;
  height: 77px;
  position: relative;
  padding-left: 30px;
}
.list_yygk li a:hover {
  color: #4279e8;
}
.list_yygk li span {
  order: 2;
  color: #aeaeae;
}
.list_yygk li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  background-color: white;
  border: 3px solid #959595;
}
.list_yygk li a:hover::before {
  border: 3px solid #4279e8;
}
.fanwei {
  background: url(../images/mbg.jpg) center top no-repeat;
  margin-top: 100px;
  overflow: hidden;
}
.fanwei h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 200%;
  margin-top: 60px;
}
.fanwei p {
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 200%;
  margin-bottom: 30px;
}
.zp-list {
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
}
.zp-list .tit2 {
  margin-top: 0;
}
.zp-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.zp-list ul li {
  width: 31.333333%;
  margin: 30px 1% 30px 1%;
}
.zp-list ul li a span {
  display: none;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
}
.zp-list ul li a {
  display: block;
  position: relative;
}
.zp-list ul li a h3 {
  position: absolute;
  display: block;
  line-height: 78px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -45px;
  text-align: center;
}
.zp-list ul li a:hover span {
  display: block;
}
.zp-list ul li a:hover h3 {
  background-color: #284798;
  color: white;
  border: 1px solid #284798;
}
.index-piclist .item img {
  border: 1px solid #aeaeae;
}
.index-piclist .tit2 {
  margin-top: 70px;
}
.owl-list2 {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .inotice {
    display: none;
  }
  .quick-nav {
    flex-direction: column;
  }
  .quick-nav a {
    width: 100%;
    margin-bottom: 10px;
  }
  .jiabing {
    padding: 10px 0;
  }
  .tit2 {
    margin-top: 10px;
  }
  .index-about {
    flex-direction: column;
  }
  .index-about .index-about-left {
    width: 100%;
  }
  .djs .HotDate span {
    padding: 0 10px;
  }
  .index-about .index-about-right {
    width: 100%;
  }
  .picleft {
    display: none;
  }
  .picright {
    display: none;
  }
  .index-photo {
    margin-top: 30px;
    border-top: 1px solid #e0e7e8;
    padding-top: 30px;
  }
  .index-photo-list {
    margin-top: 50px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .index-photo-list .container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    border-bottom: 25px solid #555;
  }
  .index-photo-list .container ul {
    flex-direction: column;
  }
  .index-photo-list .container ul li {
    width: 100%;
  }
  .index-photo-list .container ul li img {
    width: 100%;
  }
  .index-photo-list li:nth-child(1) {
    position: relative;
    margin-top: 0px;
  }
  .index-photo-list li:nth-child(2n) .photo-tit {
    order: 2;
  }
  .index-photo-list li:nth-child(2n) img {
    order: 1;
  }
  .index-photo-list li:nth-child(3) {
    position: relative;
    margin-top: 0px;
  }
  .index-photo-list li:nth-child(4) {
    position: relative;
    margin-top: 0px;
  }
  .luntan .swiper-button-next,
  .luntan .swiper-button-prev {
    padding: 10px 5px;
  }
  .owl-list .owl-buttons .owl-prev {
    display: none;
  }
  .owl-list .owl-buttons .owl-next {
    display: none;
  }
  .index-news .w {
    flex-direction: column;
  }
  .index-news .index-news-left {
    width: 100%;
  }
  .index-news .index-news-left a {
    padding: 10px;
  }
  .index-news .index-news-right {
    width: 100%;
    padding-top: 30px;
  }
  .yygk_nav li {
    margin-right: 10px;
  }
  .yygk_nav li a {
    width: 100%;
    padding: 0 5px;
  }
  .list_yygk {
    margin-top: 50px;
  }
  .list_yygk li {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .fanwei h2 {
    font-size: 20px;
    font-weight: normal;
  }
  .fanwei p {
    font-size: 14px;
  }
  .zp-list ul li {
    width: 100%;
    margin: 30px 0% 30px 0%;
  }
  .owl-list2 {
    margin-top: 20px;
  }
  .index-piclist .tit2 {
    margin-top: 30px;
  }
}
