body{
  min-width: 1280px !important;
}
.content{
  width: 1280px;
  margin: 0 auto;
}
.flex-center{
  display: flex;
  align-items: center;
}
/* 为什么选择鱼爪网 */
.environment-bg{
  width: 100%;
  height: 856px;
  background: url(../images/financeNew/environment.png) center center no-repeat;
}

.environment .finance-title h2,.environment .finance-title h5{
  color: #ffffff;
}

/* 鱼爪顾问团队 */
.team-box{
  margin-bottom: 144px;
}
.team-box .team-nav{
  width: 640px;
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
  margin:0 auto 40px auto;
}
.team-box .team-nav li{
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  width: 160px;
  text-align: center;
  padding-bottom:24px;
  cursor: pointer;
}
.team-box .team-nav li.on{
  color: #195BE8;
  border-bottom: 1px solid #195BE8;
}
.team-box .team-list{
  display: none;
}
.team-box .team-list>a{
  display: block;
  width: 244px;
  height: 258px;
  margin-right: 15px;
  position: relative;
}
.team-box .team-list>a:last-child{
  margin-right: 0;
}
.team-box .team-list>a .header-img{
  width: 100%;
  height: 244px;
}
.team-box .team-list>a .team-bottom {
  background: #F2F4F8;
  position: absolute;
  width: 100%;
  height: 64px ;
  padding:24px;
  box-sizing: border-box;
  bottom:-50px;
  transition: height 0.3s;
}
.team-box .team-list>a .team-bottom .name{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.team-box .team-list>a .team-bottom .number{
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  padding-top:12px;
  display: none;
  opacity: 0.56;
}
.team-box .team-list>a .right-img::after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/financeNew/teamIcon.png) no-repeat;
}
.team-box .team-list>a:hover .team-bottom{
  background-color: #195BE8;
  height: 89px;
  padding:24px 15px 24px 24px;
}
.team-box .team-list>a:hover .team-bottom .number{
  display: block;
}
.team-box .team-list>a:hover .team-bottom .name{
  color: #ffffff;
}
.team-box .team-list>a:hover .right-img::after{
  background: url(../images/financeNew/teamIconw.png) no-repeat;
}
.team-box .team-list>a:hover .right-img{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 0.4;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -6px;
}
.team-box .team-list>a .right-img:hover{
 opacity: 1;
 background-color: #ffffff;
}
.team-box .team-list>a .right-img:hover::after{
  background:  url(../images/financeNew/teamIconwh.png) no-repeat;
}
/* 我们还提供以下服务 */
.other-box{
  background: #F2F4F8;
  padding-bottom: 80px;
}
.other-list{
  width: 416px;
  height: 554px;
  background: #FFFFFF;
  margin-right: 16px;
}
.other-list:last-child{
  margin-right: 0;
}
.other-list .other-top{
  width: 100%;
  height: 114px;
  background: url(../images/financeNew/otherTop.png) no-repeat;
  padding:32px 0 0 32px;
  box-sizing: border-box;
}
.other-list .other-top .title{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.other-list .other-top .title img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.other-list .other-top .des{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding-top:15px;
}
.other-list .ul{
  width: 100%;
}
.other-list .ul>a{
  display: inline-block;
  margin:38px 0 0 38px;
}
.other-list .ul>a .ul-img{
  width: 88px;
  height: 88px;
  background: rgba(0, 50, 255, 0.03);
  text-align: center;
  line-height: 88px;
  border: 1px solid rgba(0, 50, 255, 0.03);
}

.other-list .ul>a img{
  width: 40px;
  height: 40px;
}
.other-list .ul>a p{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding-top: 16px;
  width: 100%;
  text-align: center;
}
.other-list .ul>a:hover .ul-img{
  border: 1px solid #195BE8;
}
.other-list .ul>a:hover p{
  color:#195BE8;
}
.other-list  .alls{
  width: 168px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #195BE8;
  font-size: 14px;
  font-weight: 400;
  color: #195BE8;
  line-height: 48px;
  text-align: center;
  margin:48px auto;
  display: block;
}
.other-list  .alls:hover{
  background: #195BE8;
  color:#ffffff;
}

/* 为什么选择鱼爪网 */
.environment-box{
  height: 568px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  padding:24px 24px 24px 0;
  box-sizing: border-box;
}
.environment-box .left{
  width: 270px;
}
.environment-box .left li{
  width: 100%;
  height: 130px;
  position: relative;
  cursor: pointer;
}
.environment-box .left li .environment-li-cons{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  padding:40px;
  box-sizing: border-box;
}
.environment-box .left li::before{
  content: '';
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.6s;
  opacity: 0;
}
.environment-box .left li:hover::before{
  opacity: 1;
}
.environment-box .left li.on{
  transition: all 0.3s ease 0.6s;
  background: #ffffff;
}
.environment-box .left .title{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.environment-box .left .title img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.environment-box .left .title .imgh{
  display: none;
}
.environment-box .left .des{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding-top:15px;
  transition: all 0.3s;
}


.environment-box .left li.on  .title{
  color: #333333;
}
.environment-box .left li.on  .des{
  color: #999999;
}

.environment-box .right{
  width: 962px;
  height: 520px;
  background: #FFFFFF;
  padding: 40px;
  box-sizing: border-box;
}
.environment-box .right .right-list{
  display: none;
}
.environment-box .left li.on .img{
  display: none;
}
.environment-box .left li.on .imgh{
  display: inline-block;
}
.environment-box .honor{
  width: 100%;
  height: 100%;
}
.environment-box .honor li{
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  width: 272px;
  height: 219px;
  padding-left: 48px;
  box-sizing: border-box;
  position: relative;
}
.environment-box .honor li:nth-child(1),.environment-box .honor li:nth-child(4){
  padding-left: 0;
}
.environment-box .honor li:nth-child(2),.environment-box .honor li:nth-child(5){
  width: 320px;
}
.environment-box .honor li:nth-child(3n){
  border-right: none;
}
.environment-box .honor .images{
  width: 120px;
  height: 120px;
}
.environment-box .honor li:nth-child(1) .images,.environment-box .honor li:nth-child(2) .images,.environment-box .honor li:nth-child(3) .images{
  position: absolute;
  top:-36px;
  left:48px;
}
.environment-box .honor li:nth-child(1) .images,.environment-box .honor li:nth-child(4) .images{
  left: 0;
}

.environment-box .honor .tl{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding:108px 0 12px 0;
}
.environment-box .honor .des{
  width: 224px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.environment-box .honor li:nth-child(4) .tl
,.environment-box .honor li:nth-child(5) .tl
,.environment-box .honor li:nth-child(6) .tl{
  padding-top:24px;
}
.environment-box .honor li:nth-child(4)
,.environment-box .honor li:nth-child(5)
,.environment-box .honor li:nth-child(6){
 border-bottom: none;
}

.environment-box .right-list .titles{
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.environment-box .right-list .details{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding-top:16px;
  padding-bottom: 28px;
  line-height: 22px;
}
.environment-box .distribution .le{
  width: 260px;
  height: 328px;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
.environment-box .distribution .ri{
  width: 622px;
}
.environment-box .distribution .ri .distribution-list{
  width: 295px;
  height: 156px;
  margin:0 0 16px 16px;
  transition: all 0.3s;
  overflow: hidden;
}
.environment-box .distribution img{
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.environment-box .distribution .le:hover img{
  transform: scale(1.5);
}
.environment-box .distribution-list{
  position: relative;
}
.environment-box .distribution-list:hover img{
  transform: scale(1.5);
}
.environment-box .right-list .inspect>div{
  width: 284px;
  height: 156px;
  overflow: hidden;
  margin:0 15px 15px 0;
}
.environment-box .right-list .inspect>div img{
  transition: all 0.3s;
}
.environment-box .right-list .inspect>div:nth-child(3n){
  margin-right: 0;
}
.environment-box .right-list .inspect>div:hover img{
  transform: scale(1.5);
}
.environment-box .distribution .distribution-text{
  width: 100%;
  position: absolute;
  bottom:0;
  padding:32px 16px 12px 16px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}
.environment-box .distribution .distribution-text p:nth-child(1){
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.environment-box .distribution .distribution-text p:nth-child(2){
font-size: 12px;
font-weight: 400;
color: #FFFFFF;
padding-top:8px;
}

