
.banner-containter{
  display: flex;
  height: 356px;
  margin-bottom: 36px;
  flex-wrap: nowrap;
}
.banner-box{
  position: relative;
  width: 700px;
  /* height: 356px; */
  flex-shrink: 0;
}
.swiper {
  width: 700px;
  height: 356px;
}
.banner-image{
  width: 100%;
  height: 356px;
}
.banner-title{
  position: absolute;
  bottom: 0;
  width:100%;
  height:65px;
  padding:30px 14px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) -11.76%, rgba(34, 34, 34, 0.67) 100%);
  font-size: 16px;
  color: #FFF;

}
.banner-link-box{
  
}
.banner-link-list{
  display: flex;
  flex-wrap: wrap;
}
.banner-link-list li{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 194px;
  height: 175px;
  margin-left: 6px;
  margin-bottom: 6px;
  background-color: #F48081;

}
.banner-link-list li:nth-child(2){
  background-color: #76A8E3;;

}
.banner-link-list li:nth-child(3){
  background-color: #F5A256;;

}
.banner-link-list li:nth-child(4){
  background-color: #BA9ED1;;

}
.banner-link-list li:nth-child(5){
  background-color: #88B564;;

}
.banner-link-list li:nth-child(6){
  background-color: #76D8E3;;

}
.banner-link-list a{
 display: block;
 width: 100%;
  /* width: 194px;
  height: 175px; */
  font-size: 20px;
  color: #FFF;
  text-align: center;
}
.banner-link-list .ico{

}
.swiper-pagination{
  padding-right:20px;
  text-align: right;
}
.swiper-pagination-bullet-active {
  opacity: 0.8;
  background-color: #fff;
}
.ico-gyxh{
  width: 53px;
  height: 43px;
  background-image: url(../images/index/ico-gyxh.png);
}
.ico-hyzj{
  width:50px;
  height: 43px;
  background-image: url(../images/index/ico-hyzj.png);
}
.ico-xhpp{
  width: 49px;
  height: 49px;
  background-image: url(../images/index/ico-xhpp.png);
}
.ico-kpcz{
  width: 50px;
  height: 50px;
  background-image: url(../images/index/ico-kpcz.png);
}
.ico-jrwm{
  width: 65px;
  height: 65px;
  background-image: url(../images/index/ico-jrwm.png);
}
.banner-link-list span{
  display: block;
  width: 100%;
  margin-top:12px;
}

/*=s .index-main*/
.index-main {
  display: flex;

}
.index-main-left{
  width: 680px;
  flex-shrink: 0;
}
.index-main-right{
  width: 583px;
  margin-left:17px;
}

.small-link-box{
  margin-top: -16px;
  margin-bottom: 19px;
  display: flex;
}
.small-link-box a{
  display: inline-block;
  width: 89px;
  height: 34px;
  margin-right: 10px;
  line-height: 34px;
  text-align: center;
  color:#3170BF;
  font-size: 13px;
  background-color: #EBF3FD;
}

.notice-box {
  margin-bottom: 65px;
}
.notice-title{
  height: 34px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 34px;
  color: #111;
}
.notice-title span{
  vertical-align: middle;
}
.ico-notice{
  width:21px;
  height:19px;
  margin-right:12px;
 vertical-align: middle;
  background-image: url(../images/index/ico-notice.png);
}
/*=e .index-main*/ 

@media screen and (max-width: 600px) {
  .index-main{
    display: block;
  }
  .index-main-left{
    width: 100%;
    padding:0 10px;
  }
  .index-main-right{
    width: 100%;
    margin-left:0;
    padding:0 10px;
  }
  .banner-containter{
    display: block;
    width:100%;
    height: auto;
  }
  .banner-box{
    width: 100%;
  }
  .swiper{
    width: 100%;
  }
  .banner-link-list li{
    justify-content: space-between;
    width: 48vw;
    margin-left:1vw;
    margin-bottom:1vw;
  }
}