.wrapper-padding{
  padding: 80px;
}
.title-padding{
  padding-left: 80px;
  padding-right: 60px;
}
.wrapper-padding.bg{
  border-radius: 20px;
  background-color: #DEEBF7;
}

/* 投资理念 */
.list-diea-wrapper{
  padding-bottom: 20px;
}
.list-diea{
}
.list-diea .list-item{
  display: flex;
  align-items: center;
  padding: 30px 0;
  background-image: linear-gradient(to right, #BBCDE4 70%,rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x;
}
.list-diea .list-item:first-child{
  padding-top: 0;
}
.list-diea .list-item:last-child{
  background-image: none;
}
.list-diea .list-item .img-wrapper,
.list-diea .list-item .list-con{
  flex-shrink: 0;
}
.list-diea .list-item .img-wrapper{
  width: 180px;
  height: 180px;
}
.list-diea .list-item .list-con{
  padding-left: 45px;
  padding-right: 190px;
  flex-grow: 1;
  flex-wrap: wrap;
  overflow-x: hidden;
  width: calc(100% - 180px);
}
.list-diea .list-item .title-wrapper{
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
.list-diea .list-item .title-wrapper .title{
  font-size: 30px;
  color: #2F5597;
  padding-right: 15px;
  font-weight: bold;
}
.list-diea .list-item .des{
  font-size: 16px;
  line-height: 2.2;
  color: #555;;
}
.list-diea .list-item .list-con:nth-child(2n+1){
  padding-left: 225px;
  padding-right: 45px;
}


/* 风险控制 */
.list-rist{
  margin-left: -20px;
  margin-right: -20px;
}
.list-rist .list-item{
  padding: 0 20px;
  margin-bottom: 40px;
}
.list-rist .list-item .list-bg{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #DEEBF7;
  border-radius: 20px;
  padding: 70px 15px;
  height: 380px;
  overflow-y: hidden;
}
.list-rist .list-item .iconfont{
  font-size: 60px;
  line-height: 1;
}
.list-rist .list-item .title{
  font-size: 24px;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 30px;
  font-weight: bold;
}
.list-rist .list-item .des{
  font-size: 18px;
  line-height: 2;
}


/* footer */
.ft-wrapper{
  padding-top: 0;
  padding-bottom: 0;
}
.ft-wrapper .container{
  min-width: 960px !important;
  max-width: 960px !important;
}
.ft-wrapper,.ft-wrapper a{
  color: rgba(255,255,255,.8) !important;
}
.ft-wrapper .container{
  display: flex;
  justify-content: space-between;
}
.ft-wrapper .ft-top{
  padding: 35px 15px;
}
.ft-wrapper .logo-wrapper{
  opacity: .8;
}
.ft-wrapper .ft-info{
  padding: 0 9%;
  border-left: 1px solid rgba(255,255,255,.1);
  border-right: 1px solid rgba(255,255,255,.1);
}
.ft-wrapper .ft-info i{
  padding-right: 10px;
}
.ft-wrapper .ft-info .title{
  font-size: 15px;
  margin-bottom: 5px;
}
.ft-wrapper .ft-ewm{
  display: flex;
  align-items: center;
}
.ft-wrapper .ft-ewm .des{
  margin-right: 40px;
}
.ft-wrapper .ft-bottom{
  height: 40px;
  line-height: 40px;
  background-color: #2B4E8B;
  font-size: 14px;
  color: rgba(255,255,255,.7) !important;
}
.ft-wrapper .ft-bottom a{
  padding: 0 20px;
  color: rgba(255,255,255,.7) !important;
} 
.ft-wrapper .ft-bottom a:hover{
  color: #fff !important;
}
.ft-wrapper .ft-bottom .right a{
  border-right: 1px solid rgba(255,255,255,.2);
}
.ft-wrapper .ft-bottom .right a:last-child{
  border-color: transparent;
}

/* 焦点图新闻 */
.focus-news{
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background-color: rgba(47,85,151,.7);
  overflow: hidden;
}
.focus-news .row{
  margin-left: -25px;
  margin-right: -25px;
}
.focus-news .row .col-4{
  padding: 0 25px;
}
.focus-news a{
  display: block;
  width: 100%;
  color: rgba(255,255,255,.95);
}
.focus-news a:hover{
  color: #CA991A;
}


/* 关于我们 */
.habout-wrapper{
  display: flex;
  justify-content: space-between;
}
.habout-wrapper .left{
  font-size: 18px;
}
.habout-wrapper .title-main{
  margin-bottom: 30px;
}
.habout-wrapper .title{
  font-weight: bold;
  margin-bottom: 15px;
}
.habout-wrapper p{
  margin-bottom: 30px;
}
.habout-wrapper .img-wrapper{
  width: 300px;
  flex-shrink: 0;
  margin-left: 60px;
  padding-top: 80px;
}


/* 首页焦点图 */
.h-focus{
  background-color: #2F5597;
}
.swiper-focus2 {
  overflow: visible;
  height: 600px;
}
.swiper-focus2 .swiper-wrapper .swiper-slide{
  color: transparent;
}
.h-focus .swiper-button-prev,
.h-focus .swiper-button-next{
  background-image: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.4);
  font-size: 30px;
  transition: .2s;
}
.h-focus .swiper-button-prev em,
.h-focus .swiper-button-next em{
  color: rgba(255,255,255,.4);
}
.h-focus .swiper-button-prev:hover,
.h-focus .swiper-button-next:hover{
  border-color: rgba(255,255,255,.8);
}
.h-focus .swiper-button-prev{
  left: -90px;
}
.h-focus .swiper-button-next{
  right: -90px;
}
.h-focus i{
  font-size: 22px;
  color: rgba(255,255,255,.4);
  font-weight: bold;
}
.h-focus .swiper-button-prev:hover em,
.h-focus .swiper-button-next:hover em{
  color: rgba(255,255,255,.8);
}

/*首页发展历程*/
.history-wrapper{
  padding-top: 30px;
  position: relative;
}
.history-wrapper:before{
	position: absolute;
	content: '';
	left: 0;
	top: calc(50% + 14px);
	width: 100%;
	border-bottom:2px solid #2F5597; 
  margin-bottom: -1px;
}
.history-wrapper .container{
  position: relative;
  overflow-x: hidden;
}
.history-wrapper .swiper-wrapper{
  width: 100%;
}
.history-wrapper .swiper-button-prev,
.history-wrapper .swiper-button-next{
  top: calc(50% + 14px);
  background-image: none;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background-color: #2F5597;
  border-radius: 50%;
  margin-top: -14px;
}
.history-wrapper i{
  color: #fff;
}
.history-wrapper .swiper-button-prev{
  left: 120px;
}
.history-wrapper .swiper-button-next{
  right: 120px;
}
.history-wrapper .swiper-button-next.swiper-button-disabled, 
.history-wrapper .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
  background-color: rgb(160, 190, 224);
}
.history-wrapper .swiper-slide{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history-wrapper .time{
  position: relative;
  background-color: #2F5597;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.history-wrapper .title{
  font-size: 18px;
  line-height: 2;
  margin-top: 80px;
  width: 280px;
  height: 72px;
  overflow-y: auto;
  text-align: center;
}
.history-wrapper .time::before{
  position: absolute;
  content: '';
  left: 50%;
  bottom: -43px;
  width: 15px;
  height: 15px;
  background-color: #2F5597;
  border-radius: 50%;
  margin-left: -7.5px;
}
.history-wrapper .swiper-slide:nth-child(2n) .title{
  order: -1;
  margin-top: 0;
  margin-bottom: 80px;
}
.history-wrapper .swiper-slide:nth-child(2n) .time::before{
  top: -43px;
}
.history-wrapper .title::-webkit-scrollbar {
  width: 2px; 
  height: 1px;
  transition: .2s;
}
.history-wrapper .title::-webkit-scrollbar-thumb,
.history-wrapper .title::-webkit-scrollbar-track{
  border-radius: 3px;
  background: transparent;
  transition: .2s;
}
.history-wrapper .title:hover::-webkit-scrollbar-thumb{
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
  background: #999;
}
.history-wrapper .title:hover::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
  background: #f0f0f0;
}



/* 人物介绍 */
.hperson-wrapper{
  background-color: #2F5597;
  color: rgba(255,255,255,.95);
  font-size: 16px;
  line-height: 1.2;
  padding-top: 60px;
}
.hperson-wrapper a{
  color: rgba(255,255,255,.8);
}
.hperson-wrapper .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hperson-wrapper .img-wrapper{
  width: 600px;
  /* flex-shrink: 0; */
}
.hperson-wrapper .content{
  width: 680px;
  padding-top: 90px;
}
.hperson-wrapper .content .title{
  font-size: 42px;
  margin-bottom: 50px;
  font-weight: bold;
}
.hperson-wrapper .content .title em{
  font-size: 20px;
  padding-left: 30px;
  font-style: normal;
}
.hperson-wrapper .content .des{

}
.hperson-wrapper .content .link-title{
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.hperson-wrapper .content a{
  position: relative;
  display: inline-block;
  line-height: 2;
  text-decoration: underline;
  padding-left: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.hperson-wrapper .content a::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.7);
  margin-top: 10px;
}
.hperson-wrapper .content a:hover{
  color: #CA991A;
}
.hperson-wrapper .content a span{
  padding-right: 5px;
  text-decoration: none;
}

/* 寄语 */
.hmessage-wrapper{
  display: flex;
}
.hmessage-wrapper .left{
  flex-shrink: 0;
  margin-right: 0px;
}
.hmessage-wrapper .con{
  flex-grow: 1;
  padding-right: 70px;
  padding-top: 70px;
}
.hmessage-wrapper .con p{
  text-indent: 2em;
  font-size: 18px;
  line-height: 2;
}
.hmessage-wrapper .con .img-wrapper{
  text-align: right;
}

/* 产品 */
.title-pro .title{
  font-size: 38px;
  font-weight: normal;
}
.list-products-title::before{
  display: none;
}
.list-products-title .item{
  line-height: 46px;
  padding: 0 15px;
  min-width: 160px;
  border-radius: 5px;
  font-size: 16px;
}
.list-products-title .btn-outline-primary{
  border-color: #ccc;
  color: #333;
}
.list-products-title .item:hover{
  color: #fff;
}
.products-outline-wrapper .table-striped tr:nth-child(odd) {
  background-color: #F5F7FA; 
}
.products-outline-title{
  font-size: 20px;
  padding-bottom: 10px;
}
