#scheme .banner {
  background: #14759d;
  height: 600px;
}

#scheme .banner-box{
  display: flex;
  align-items: center;
  height: 100%;
}

#scheme .banner-left {
  display: flex;
  flex-direction: row-reverse;
  color: #E1E4E8;
  padding: 0;
}

#scheme .banner-right {
  padding-left: 55px;
}

#scheme .banner-right img{
  width: 544px;
  height: 392px;
}


#scheme .banner-left-letters {
  /*width: 95%;*/
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

#scheme .banner-left-letters .banner-title{
  padding-bottom: 39px;
  font-size: 36px;
}

#scheme .banner-left-letters .content{
  line-height: 28px;
}

#scheme-content .content{
  background-color: #F9F9F9;
}

#scheme-content .confrist{
  /*padding: 60px 0;*/
  height: 480px;
}

#scheme-content .confrist .scheme-content-img{
  display: flex;
  align-items: center;
  height: 100%;
}

#scheme-content .confrist .scheme-content-img div{
  text-align: center;
  width: 100%;
}

#scheme-content .confrist .scheme-content-img .img1 img{
  width: 361px;
  height: 360px;
}

#scheme-content .confrist .scheme-content-img .img2 img{
  width: 336px;
  height: 361px;
}

#scheme-content .confrist .scheme-content-img .img3 img{
  width: 446px;
  height: 363px;
}

#scheme-content .confrist .scheme-content-img .img4 img{
  width: 411px;
  height: 360px;
}

#scheme-content .confrist .info-content{
  display: flex;
  flex-direction: column;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #29476E;
  padding-top: 72px;
}
#scheme-content .confrist .info-content a{
    color: #29476E;
  }

#scheme-content .confrist .info-content .title{
  font-size: 24px;
  padding-bottom: 29px;
}

#scheme-content .confrist .info-content .subtitle{
  font-size: 16px;
  padding-bottom: 57px;
}

#scheme-content .confrist .info-content .tag{
  padding-bottom: 68px;
  font-size: 16px;
}

#scheme-content .confrist .info-content .tag .default{
    padding: 12px;
}

#scheme-content .confrist .info-content .tag .default a{
  font-size: 16px;
  padding: 12px 20px;
  color: #29476E;
}
#scheme-content .confrist .info-content .tag .default a:hover{
  font-weight: bold;
  background: #E9ECF0;
}

#scheme-content .confrist .btn_more{
  width: 132px;
  height: 48px;
  border: 1px solid #29476E;
  line-height:48px;
  text-align: center;
}

#scheme-content .confrist .glyphicon{
  line-height: inherit !important;
  margin-right: 10px;
}

/**
  移动端自适应
 */
@media(max-width:767px) {

  #scheme .banner {
    height: 529.5px;
  }

  #scheme .banner-box {
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column-reverse;
  }
  #scheme .col-xs-6{
    width: 100%;
    padding: 0;
  }

  #scheme .banner-left-letters {
    width: 100%;
    font-size: 12px;
    padding: 30px 24px 54px 24px;
  }

  #scheme .banner-left-letters .banner-title {
    font-size: 24px;
    text-align: center;
    padding-bottom: 23.5px;
  }

  #scheme .banner-left-letters .content{
    line-height: 20px;
  }


  #scheme .banner-right{
    text-align: center;
  }

  #scheme .banner-right img{
    width: 244px;
    height: 196px;
  }

  #scheme-content .confrist{
    height: auto;
  }

  #scheme-content .confrist-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }


  #scheme-content .confrist .scheme-content-img{
    height: auto;
    margin: 48px 0 32px 0;
  }


  #scheme-content .confrist .scheme-content-img .img1 img{
    width: 180.5px;
    height: 180px;
  }

  #scheme-content .confrist .scheme-content-img .img2 img{
    width: 168px;
    height: 180.5px;
  }

  #scheme-content .confrist .scheme-content-img .img3 img{
    width: 221px;
    height: 180px;
  }

  #scheme-content .confrist .scheme-content-img .img4 img{
    width: 205.5px;
    height: 180px;
  }

  #scheme-content .confrist .info-content{
    padding-top: 0px;
  }
   

  #scheme-content .col-xs-12{
    padding: 0 24px;
  }

  #scheme-content .confrist .info-content .title{
    font-size: 16px;
    padding-bottom: 12px;
  }

  #scheme-content .confrist .info-content .subtitle{
    font-size: 12px;
    padding-bottom: 30px;
  }

  #scheme-content .confrist .info-content .tag{
    padding-bottom: 16px;
  }

  #scheme-content .confrist .info-content .tag .tag-row{
    padding-left: 0px;
  }

  #scheme-content .confrist .info-content .tag .flex1{
    flex:1;
  }

  #scheme-content .confrist .info-content .tag .default{
    font-size: 12px;
    padding: 0 0 15.5px 0;
    text-decoration: underline;
  }

  #scheme-content .confrist .info-content .tag .active{
    font-weight: normal;
    background-color: transparent;
  }

  #scheme-content .confrist .btn_more{
    width: 74px;
    height: 27px;
    border: 1px solid #29476E;
    line-height:27px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
  }
}





