.banner img {
  width: 100%;
  vertical-align: text-top;
  
}
.banner .swiper-slide-active img{
    animation:scaleUpDown 6s forwards;
}
.banner 
.banner .img{
    position: relative;
    
}
@-webkit-keyframes scaleUpDown { from { -webkit-transform: scale(1); transform: scale(1.2); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } }
.banner .img p:nth-child(2){
    width: 50px;
    height: 2px;
    background-color: #fff;
     position: absolute;
    left: 0;
    right: 0;
    top: 18%;
    margin-left: 10%;
}
.banner .img p:nth-child(3){
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    color: #fff;
    font-size: 34px;
    height: 40px;
    line-height: 40px;
    padding-left: 10%;
    box-sizing: border-box;
    font-weight: bold;
}
.banner .swiper-pagination-bullet {
  background-color: #fff;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #333;
}
.notice {
  height: 42px;
  line-height: 42px;
  background-color: #004098;
}
.notice .w1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice .w1200 img {
  width: 24px;
  height: 24px;
}
.notice .w1200 ul {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
  flex: 1;
}
.notice .w1200 ul li {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice .w1200 ul li a {
  color: #fff;
  transition: all 0.5s linear;
  font-size: 14px;
}
.notice .w1200 ul li:hover a{
  color: #CECECE;
}
.notice .w1200 ul li a span {
  margin-left: 30px;
}
.notice .w1200 ul li:nth-child(2n) {
  margin: 0 20px;
}
.notice .w1200 .chakan {
  width: 80px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  border-radius: 15px;
  background-color: #FF1600;
  transition: all 0.5s linear;
}
.notice .w1200 .chakan:hover{
  background-color: #d31705;
}
.keyan {
  background-color: #F5F6FA;
  padding-top: 48px;
  padding-bottom: 20px;
}
.keyan .title img {
  width: 5px;
  height: 30px;
  vertical-align: sub;
  margin-right: 5px;
}
.keyan .title span {
  font-size: 26px;
  color: #004098;
}
.keyan .list {
  padding-bottom: 60px;
  margin-top: 50px;
}
.keyan .list .swiper-pagination-bullet-active {
  background-color: #004098 !important;
}
.keyan .list .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.keyan .list .swiper-slide{
  cursor: pointer;
}
.keyan .list .img{
    height: 225px;
    background-color: #fff;
    position: relative;
}
.keyan .list .img img {
  width: 100%;
  vertical-align: text-top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.keyan .list .bottom {
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s linear;
}
.keyan .list .bottom .tit {
  font-size: 16px;
  transition: all 0.5s linear;
  color: #000;
  font-weight: bold;
  margin: 7px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.keyan .list .item:hover .bottom{
  background-color: #fff;
}
.keyan .list .item:hover .bottom .tit{
  color: #004098;
}
.keyan .list .bottom .disc {
  font-size: 12px;
  color: #4F4F4F;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  margin-bottom: 33px;
}
.keyan .list .bottom .time img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.keyan .list .bottom .time span {
  font-size: 14px;
  color: #4F4F4F;
  margin-left: 5px;
}
.minglu {
  background-color: #fff;
  padding-top: 20px;
}
.minglu .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.minglu .title .l img {
  width: 5px;
  height: 30px;
  vertical-align: sub;
  margin-right: 5px;
}
.minglu .title .l span {
  font-size: 26px;
  color: #004098;
}
.minglu .title .r a {
  color: #6C6C6C;
  font-size: 14px;
  transition: all 0.5s linear;
}
.minglu .title .r:hover a{
  color: #004098;
}
.minglu .lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 125px;
  margin-top: 30px;
}
.minglu .lists .l {
  width: 49%;
}
.minglu .lists .l p {
  background-color: #004098;
  font-size: 16px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  display: flex;
}
.minglu .lists .l p span {
  flex: 1;
  display: inline-block;
  text-align: center;
}
.minglu .lists .l ul li {
  height: 50px;
  line-height: 50px;
}
.minglu .lists .l ul li:nth-child(odd) {
  background-color: #F5F6FA;
}
.minglu .lists .l ul li a {
  display: flex;
  font-size: 14px;
}
.minglu .lists .l ul li a span {
  flex: 1;
  text-align: center;
  display: inline-block;
  color: #333;
  transition: all 0.5s linear;
}
.minglu .lists .l ul li:hover a span{
  color: #004098;
}
.minglu .lists .l ul li a span:nth-child(1) {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .title .l img {
  width: 5px;
  height: 30px;
  vertical-align: sub;
  margin-right: 5px;
}
.news .title .l span {
  font-size: 26px;
  color: #004098;
}
.news .title .r a {
  color: #6C6C6C;
  font-size: 14px;
  transition: all 0.5s linear;
}
.news .title .r:hover a{
  color: #004098;
}
.news .news_list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 85px;
}
.news .news_list .l {
  width: 49%;
}
.news .news_list .l .item a {
  background-color: #F5F6FA;
  height: 101px;
  padding: 17px 26px;
  box-sizing: border-box;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s linear;
  cursor: pointer;
}
.news .news_list .l .item:hover a{
  background-color: #EEF1FD;
}
.news .news_list .l .item .left {
    width: 80px;
  padding-right: 26px;
  box-sizing: border-box;
  border-right: 1px solid #bbb;
}
.news .news_list .l .item .left p {
  font-size: 18px;
}
.news .news_list .l .item .left p:nth-child(1) {
  font-weight: bold;
  color: #004098;
}
.news .news_list .l .item .left p:nth-child(2) {
  color: #BEBEBE;
}
.news .news_list .l .item .right {
    width: 85%;
  padding-left: 26px;
  box-sizing: border-box;
}
.news .news_list .l .item .right .tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.news .news_list .l .item .right .disc {
  font-size: 12px;
  color: #4F4F4F;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
    .notice .w1200 ul{
        margin: 0;
        flex: inherit;
    }
    .keyan .list .img{
        height: 150px;
    }
  .notice .w1200 img {
    width: 15px;
    height: 15px;
  }
  .notice .w1200 ul li {
    display: none;
  }
  .notice .w1200 ul li:nth-child(1) {
    display: block;
    width: 90%;
    margin: auto;
  }
  .notice .w1200 ul li a {
    font-size: 12px;
  }
  .notice .w1200 ul li a span {
    margin-left: 15px;
  }
  .notice .w1200 .chakan {
    width: 70px;
    height: 20px;
    line-height: 20px;
  }
  .keyan .title img {
    height: 24px;
  }
  .keyan .title span {
    font-size: 20px;
  }
  .keyan .list {
    padding-bottom: 40px;
  }
  .keyan .list .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .keyan .list .bottom {
    padding: 15px;
  }
  .keyan .list .bottom .tit {
    margin: 0 0 5px;
  }
  .keyan .list .bottom .disc {
    margin-bottom: 10px;
  }
  .minglu .title .l img {
    height: 24px;
  }
  .minglu .title .l span {
    font-size: 20px;
  }
  .minglu .lists {
    margin-bottom: 45px;
  }
  .minglu .lists .l {
    width: 100%;
  }
  .minglu .lists .l p {
    font-size: 14px;
  }
  .minglu .lists .l ul li a {
    font-size: 12px;
  }
  .minglu .lists .r {
    display: none;
  }
  .news .title .l img {
    height: 24px;
  }
  .news .title .l span {
    font-size: 20px;
  }
  .news .news_list {
    margin-bottom: 45px;
  }
  .news .news_list .l {
    width: 100%;
  }
  .news .news_list .l .item .left {
    padding-right: 15px;
  }
  .news .news_list .l .item .left p {
    font-size: 16px;
  }
  .news .news_list .l .item .right {
    padding-left: 15px;
  }
  .news .news_list .l .item .right .tit {
    font-size: 14px;
  }
  .news .news_list .r {
    display: none;
  }
}
