html,
body {
  position: relative;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
}
.index{
  position: relative;
  z-index: 50;
  border-top: 1px solid #333;
}
/* 轮播 */
.Swiper1{
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.swiper-images{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*  */
.union{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 525px;
}
.union-item{
  width: 275px;
  height: 242px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(4,10,69,0.1);
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: all  .25s  ease-in;
}
.union-item:hover{
  margin-top: -20px;
}
.text-tle{
  font-size: 18px;
  color: #4D596E;
  font-weight: bold;
  padding-top: 25px;
}
/* 新闻中心 */
.news{
  width: 1190px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 40px;
}
.index_news_com{
  width: 1180px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 6px 20px 0px rgba(4, 63, 69, 0.1);
  border-radius: 0px 0px 4px 4px;
}
.index_news_com_tab{

  height: 58px;
}
.index_news_li{
  width: 393px;
  height: 58px;
  float: left;
  color: white;
  border: 0;
  background-color: #D5DADC;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.index_news_li[type=button]{
  -webkit-appearance:none;
  outline:none
}
.index_news_li[type=submit]{
  -webkit-appearance:none;
  outline:none
}
.index_news_li[type=input]{
  -webkit-appearance:none;
  outline:none
}
.index_news_li:last-child{
  width: 394px;
}
.index_news_liactive{
  border-radius: 4px 4px 0 0;
  background-color: #006EFF !important;
  animation: myfirst .1s ease;
  -webkit-animation: myfirst .1s ease;
  animation-fill-mode: forwards;/*当动画完成时，动画会停留在最后一帧。*/
}
@-webkit-keyframes myfirst /* Safari and Chrome */
{
  0%{height: 60px; margin-top: -2px;}
  25%{height: 62px; margin-top: -4px;}
  50%{height: 64px; margin-top: -6px;}
  75%{height: 66px; margin-top: -8px;}
  100%{height: 68px; margin-top: -10px;}
}
.index_news_com_td{
  clear: both;
}
.main_one_li_posi{
  position: absolute;
  bottom: 45px;
  right: 325px;
}
.main_one_li_yuan{
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
  background-color:  rgba(0, 0, 0, 0.1);
}
.yuanzxdt_active{
  background-color: white !important;
}
.maincode{
  display: none;
  height: 100%;
}
.main_one_li{
  display: block;
  text-decoration: none;
  width: 486px;
  height: 74px;
  color: #333;
  border-bottom: 1px solid #EEEEEE;
}
.main_one_li_tle{
  height: 74px;
  line-height: 74px;
  overflow: hidden;
  cursor: pointer;
}
.main_one_li_img{
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 664px;
  height: 374px;
}
.zxdt_active{
  background: #FAFAFA !important;
  color:#333 !important;
  font-weight: bold;
}
.zxdt_active .main_one_li_img{
  display: block !important;
}
.main_two_divs_xian{
  display: inline-block;
  width: 4px;
  height: 14px;
  margin-right: 6px;
  vertical-align: middle;
  background: #006EFF;
}
.main_two_divs_tlies{
  height: 20px;
  line-height: 20px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.main_two_divs_texts{
  height: 65px;
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 新闻政策动态 */
.main_two_divs{
  width: 50%;
  float: left;
  height: 217px;
  color: #333333;
  text-decoration: none;
  position:relative;
}
.main_two_divs:hover{
  background-color: #FAFAFA;
  cursor: pointer;
}
.main_two_divs:hover .main_two_divs_tlies{
  color: #006EFF !important;
}
.main_two_divs:nth-child(1),
.main_two_divs:nth-child(2){
  height: 215px;
  border-bottom: 1px solid #ccc;
}
.main_two_divs:nth-child(1)>div,
.main_two_divs:nth-child(2)>div{
  margin-top: 58px;
}
.main_two_divs:nth-child(2)>div,
.main_two_divs:nth-child(4)>div{
  border-left: 1px solid #ccc;
}
.main_two_divs:nth-child(3)>div,
.main_two_divs:nth-child(4)>div{
  height: 116px !important;
  padding-top: 40px !important;
}
.main_two_li::before{
  content:'';
  position:absolute;
  left:6px;
  right:6px;
  top:6px;
  bottom:6px;
  border-radius:6px;
  background-color: #666666;
}
.indexnullbutton{
  display: block;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  background: #F6F6F6;
  border-radius: 20px;
  text-decoration: none;
  color: #666666;
  font-size: 14px;
}
/* 合作机构 */
.banks{
  width: 1190px;
  height: 275px;
  margin: 0 auto;
  position: relative;
}
.banks-tle{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 30px;
}
.mySwiper {
  width: 100%;
  padding-bottom: 30px;
}
.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 154px !important;
  height: 70px !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper .swiper-pagination-bullet{
  width: 20px;
  border-radius: 4px;
  height: 5px;
}
.mySwiper .swiper-slide img{
  width: 128px;
  height: 45px;
}