﻿@charset "utf-8";
/* CSS Document */
.banner {
  height: 378px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 60px;
}
.sanv {
  line-height: 65px;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 25px;
}
.sanv .w {
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.sanv a {
  color: #000000;
  margin: 0 20px;
}
.sanv a:hover {
  color: #0168b7;
  border-bottom: 2px solid #0168b7;
}
.sanv a.active {
  color: #0168b7;
  border-bottom: 2px solid #0168b7;
}
.owl-list2 {
  background-color: #f6f6f6;
  margin: 50px 0;
  overflow: hidden;
}
.owl-list2 .item {
  display: flex;
}
.owl-list2 .item img {
  width: 425px;
}
.owl-list2 .item .list-tit {
  padding: 20px;
}
.owl-list2 .item .list-tit h3 {
  display: block;
  font-size: 20px;
  color: #4279e8;
  margin-bottom: 20px;
}
.owl-list2 .item .list-tit p {
  color: #565656;
  font-size: 14px;
}
.owl-list2 .owl-pagination {
  text-align: right;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: -36px;
}
.owl-list2 .owl-page {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
  *display: inline;
  *zoom: 1;
}
.owl-list2 .owl-pagination .active {
  background-color: #0168b7;
}
.list_yygk {
  margin-top: 50px;
}
.list_yygk li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 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;
}
.list_yygk li:hover {
  box-shadow: -5px 5px 10px rgba(66, 121, 232, 0.6);
  padding-left: 15px;
  border: 0;
}
.main {
  padding: 50px 0;
}
.tit {
  font-size: 30px;
  margin: 60px auto;
  color: #0168b7;
  text-align: center;
  font-weight: bold;
}
.aboutus {
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
}
.newstit {
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 20px;
  color: #0168b7;
}
.newsdesc {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}
.pageright {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  padding: 15px 0 0 0;
  margin-top: 15px;
  line-height: 35px;
}
.downlist li {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.downlist li h3 {
  display: block;
  float: left;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
}
.downlist li span {
  display: block;
  float: right;
  line-height: 50px;
}
.piclist {
  overflow: hidden;
  margin: 0 -0.5%;
}
.piclist li {
  width: 13%;
  margin: 10px 0.5% 0 0.5%;
  float: left;
}
.piclist li img {
  width: 100%;
  border: 1px solid #aeaeae;
}
.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;
}
.owl-list {
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.owl-list .item {
  width: 23%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 1%;
}
.owl-list .item .list-tit {
  background-color: #4279e8;
  border-radius: 20px;
  padding: 50px 20px 20px 20px;
  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;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .banner {
    height: 178px;
    font-size: 36px;
  }
  .sanv .w {
    flex-wrap: wrap;
  }
  .sanv a {
    width: 50%;
    text-align: center;
    margin: 0;
  }
  .owl-list2 .item {
    flex-wrap: wrap;
  }
  .owl-list2 .item img {
    width: 100%;
  }
  .owl-list2 .owl-pagination {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .list_yygk {
    margin-top: 50px;
  }
  .list_yygk li {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main {
    padding: 50px 10px;
    box-sizing: border-box;
  }
  .piclist {
    overflow: hidden;
    margin: 0%;
  }
  .piclist li {
    width: 48%;
    margin: 10px 1% 0 1%;
    float: left;
  }
  .zp-list ul li {
    width: 100%;
    margin: 30px 0% 30px 0%;
  }
  .owl-list .item {
    width: 100%;
  }
}
