
/* ------------------banner开始------------------ */
.swiper-banner{
  overflow: hidden;
  position: relative;
  min-width: 1100px;
}
.swiper-banner a{
  display: block;
  overflow: hidden;
}
.swiper-banner img{
  width: 100%;
  transition: all .3s;
}
.swiper-banner .swiper-pagination-bullet{
  width: 13px;
  height: 13px;
  background: #fff;
  opacity: .9;
}
.swiper-banner .swiper-pagination-bullet-active{
  background: #77001a;
}
/* 按钮 */
.swiper-banner .banner-button-prev,.swiper-banner .banner-button-next{
  width: 66px;
  height: 66px;
  background: url(../img/left_btn.png) no-repeat center center;
  /* background-size: 100% 100%; */
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -64px;
  z-index: 3;
  transition: all.3s;
  transform: translatex(-100%);
  opacity: 0;
  visibility: hidden;
}
.swiper-banner .banner-button-next{
  transform: translateX(100%);
  background: url(../img/right_btn.png) no-repeat center center;
  left: auto;
  right: 20px;
}
.swiper-banner:hover .banner-button-prev,.swiper-banner:hover .banner-button-next{
  transform: translatex(0);
  visibility: visible;
  opacity: 1;
}
/* 分页器 */
.banner-pagination {
  text-align: center;
  margin-top: -21px;
  position: relative;
  z-index: 2;
}
.banner-pagination span{
  width: 14px;
  height:14px;
  border-radius: 50%;
  background: #fff;
}
.banner-pagination .swiper-pagination-bullet-active{
  background: #0659ad;
}
.swiper-banner .swiper-slide-active img{
  animation: zoomin 10s ease-in-out infinite alternate;
  -webkit-animation: zoomin 10s ease-in-out infinite alternate;
}
@keyframes zoomin {
  0% {-webkit-transform: scale(1);}
  100% {-webkit-transform: scale(1.05);}
}
/* ------------------banner结束------------------ */
.banner a, .banner a img {
  display: block;
  width: 100%;
  height: 100%;
}
.section1{
  background: url(../img/main1_bg.png) no-repeat right center;
  background-color: #f9f9f9;
  padding: 40px 0;
}
.gzdt{
  width: 630px;
}
.news table{
    position: relative;
}
.news table tr:nth-child(1) div:nth-child(2){
  position: absolute !important;
  left: 0;
  top: 300px !important;
  display: flex;
  justify-content: right;
}
.news table tr:nth-child(1) div:nth-child(2) a{
  width: 26px;
  line-height: 25px;
  height: 25px;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  margin: 0 7px;
}
.news table tr:nth-child(2){
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0 , 71, 157, .66);
}
.news table tr:nth-child(2) div{
  height: 55px !important;
}
.news table tr a{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  line-height: 55px;
  text-align: left;
}
/* 右侧标题 */
.common_title{
  padding-left: 45px;
  background: url(../img/news_ico.png) no-repeat left center;
}
.common_title a{
  display: block;
}
.common_title a p{
  line-height: 32px;
  color: #191919;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}
.common_title a span{
  color: #1d1d1d;
  font-size: 14px;
  line-height: 32px;
  float: right;
  background: url(../img/more.png) no-repeat right center;
  padding-right: 17px;
}
/* 右侧列表 */
.rzyw_r{
  min-height: 370px;
}
.rzyw_list{

}
.rzyw_list ul{

}
.rzyw_list ul li{
    border-bottom: solid #dcdcdc 1px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.rzyw_list ul li::after{
    content: "";
    width: 4px;
    height: 4px;
    background: #015697;
    position: absolute;
    left: 0;
    top: 27%;
}
.rzyw_list ul li:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.rzyw_list ul li:hover a>p,.first_li:hover a .cont p{
    color: #015697;
}
.rzyw_list ul li a span{
    float: right;
    font-size: 12px;
    color: #a6a8ab;
}
.rzyw_list ul li>a>p{
    font-size: 15px;
    color: #434343;
    margin-right: 40px;
}
.rzyw_list ul li:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.rzyw_list ul .first_li{
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.rzyw_list ul .first_li::after{
    width: 0;
}
.rzyw_list .first_li{
    padding-left: 0;
}
.first_li a{
    display: block;
}
.first_li a .time{
    background-size: 100% 100%;
    padding: 13px 17px;
    background: #0068b7;
}
.first_li a .time p{
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.first_li a .time span{
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
}
.first_li a .cont{
    width: 84%;
}
.first_li a .cont p{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.first_li a .cont span{
    color: #636363;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    margin-top: 13px;
}

.section2{
  background: url(../img/main2_bg.png) no-repeat;
  padding: 30px 0 60px 0;
}
.section2 .common_title{
  background: url(../img/zc_ico.png) no-repeat left center;
}
.section2 .common_title a{
  position: relative;
}
.section2 .common_title a:after{
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #0068b7;
  position: absolute;
  top: 41%;
  left: 10%;
  border-radius: 50% 50%;
}
.section2 .common_title a:before{
  content: '';
  width: 80%;
  height: 1px;
  border: 1px solid #0068b7;
  position: absolute;
  top: 49%;
  left: 10.6%;
}
.section2_ul{
  margin-top: 20px;
}
.section2_ul ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section2_ul ul li {
  width: 48%;
  margin-bottom: 15px;
  transition: all .3s;
}
.section2_ul ul li:hover{
  transform: translateY(-5px);
  box-shadow: 0 0 10px #bbb;
}
.section2_ul ul li a{
  display: flex;
  justify-content: space-between;
  padding: 14px 8px;
  background: #fff;
}
.section2_ul_time {
  width: 58px;
}
.section2_ul_time p{
  font-size: 28px;
  background: #818484;
  color: #fff;
  text-align: center;
  line-height: 53px;
}
.section2_ul ul li:hover .section2_ul_time p{
  background: #0068b7;
}
.section2_ul_time span{
  font-size: 20px;
  background: #eee;
  color: #818484;
  text-align: center;
  line-height: 53px;
  display: block;
}
.section2_ul ul li:hover.section2_ul_time span{
  color: #0068b7;
}
.section2_ul_cont p{
  font-size: 16px;
  color: #434343;
  margin-bottom: 5px;
  min-height: 42px;
}
.section2_ul_cont{
  width: 88%;
  padding-top: 10px;
}
.section2_ul ul li:hover .section2_ul_cont p{
  font-weight: 600;
  color: #000000;
}
.section2_ul_cont span{
  display: block;
  text-indent: 2em;
  font-size: 14px;
  color: #7b7878;
  min-height: 38px;
}



.footer{
  background: url(../img/footer_bg.png) no-repeat;
  padding: 53px 0;
}
.footer p{
  font-size: 16.7px;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}