/*banner区域   B*/
/*banner区域   B*/
.banner{
  height: 400px;
  margin: 0 auto;
  position: relative;
}

.banner ul{
  width: 1920px;
  margin: 0 auto;
}
.banner .pager{
  clear: both;
   position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -20px;
}
.banner .pager span{
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 20px;
   background-color:rgba(255,255,255,0.5);
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
/*banner区域   E*/
/*最新消息 B*/
  .gonggao-news{
    background: #f5f6f7;
    height: 40px;
    clear: both;
  }
 .gonggao-news p{
  font-size: 12px;
  color: #333;
  line-height: 40px;
  padding-left: 26px;
  background-image: url(../imgs/laba.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
 }
  .gonggao-news a{
    width: 90%;
    font-size: 12px;
    line-height: 40px;
    color: #666;
    display: block;
    height: 40px;
    background: url(../imgs/hot.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 24px;
  }
  /*最新消息 E*/
  /*实力+公告 B*/
  /*.shili{
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    margin-top: 40px;
  }
  .shili .sl-left{
    width: 430px;
    border-right: 1px solid #dcdcdc;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-top: 30px;
    padding-right: 30px;
  }
  .shili .sl-left li{
    clear: both;

  }
 .shili .sl-left h2{
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 30px;
 padding-bottom:14px;
 }
 .shili .sl-left .gengduo{
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 30px;
 }
 .shili .sl-left .gengduo:hover{
  color: #ff6e03;
 }
 .shili .sl-left .wz-gonggao{
  font-size: 14px;
  color: #666;
  line-height: 30px;
 }
 .shili .sl-left .wz-gonggao:hover{
    color: #ff6e03;
     text-decoration: underline;
 }
  .shili .sl-left i{
    font-style: normal;
    display: block;
    float: right;
    font-size: 12px;
    color: #999;
    line-height: 30px;
  }
    .shili .sl-right{
      margin-top: 44px;
    }
   .shili .sl-right li{
    width: 230px;
    text-align: center;

   }
.sl-right li h3{
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 34px;
}
.sl-right li h4{
  font-size: 14px;
  font-weight: normal;
  color: #999;
  line-height: 20px;
 margin-left: 20px;
 margin-right: 20px;
}*/
  /*实力+公告 E*/

.youshi{
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  }
.youshi li{
  width: 250px;
}
.youshi li img{
  margin-right: 10px;

}
.youshi li:hover img{
 -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg);
  transition: all .3s linear;
  
}
.youshi li:hover h2{
  color: #bb9767;
}
.youshi li:hover p{
  color: #bb9767;
}
.youshi li h2{
    font-size:20px;
    line-height:36px;
    color: #333;
    font-weight: normal;
    margin-top: 4px;
  }
.youshi li p{
  font-size: 14px;
  color: #666;
}



  /* 涨跌榜绑定js */
  .hq_txt .act {
    font-size: 14px;
    background-color: #ff8f00;
    color: #FFF;
  }
  .quotes_menu .current a {
    color: #fc8819;
    background: #fff;
}
  /*配资标题 B*/
  .peizi {
    margin-top: 40px;
    margin-bottom: 40px;

  }
  .index-title{
    border-bottom: 1px dotted #c4c4c4;
    margin: 50px 0;
    position: relative;
    text-align: center;
    margin-left: 400px;
    margin-right: 400px;
  }
 .index-title-main{
    position: absolute;
    top: -50px;
    left: 50%;
    text-align: center;
    width: 500px;
    margin-left: -250px;
  }
 .index-title-main .en{
    color: #d9d9d9;
    font-family: "Arial";
    font-size: 18px;
  }
  .index-title-main strong{
    font-size: 40px;
    color: #000;
    width: 226px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    display: block;
    height: 60px;
    line-height: 60px;
   }
   .index-title-main strong span{
     color: #dd0000;
   }
   .index-title-main .des{
        font-size: 14px;
    color: #666;
    font-family: FZLanTingHeiS-UL-GB,Arial;
   }

  /*配资标题 E*/
  /*配资 B*/
.pz-box{
  width: 1200px;
}
.pz-box  .peizi-left{
  width: 270px;
  height: 480px;
  padding-right: 30px;
  background:url(../imgs/peizi.png);
  text-align: right;
  color: #fff;
  margin-top: 20px;
}
.pz-box  .peizi-left h2{
  font-size: 28px;
  font-weight: normal;
  line-height: 50px;
  border-bottom: 1px solid #fff;
  margin-left: 100px;
  margin-top: 60px;
  margin-bottom: 40px;
}
.pz-box  .peizi-left p{
  font-size: 16px;
  line-height: 34px;
}
.pz-box  .peizi-left a{
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 60px 8px 60px;
  margin-right: 26px;
  margin-top: 40px;
  border-radius: 6px;
}
.pz-box  .peizi-left a:hover{
  background: #ff614b;
}
.peizi-right {
  width: 900px;
  margin-top: 20px;
}
.peizi-right  .fangan{
  margin-left: 40px;
}
.peizi-right  .fangan li{
  width: 260px;
  text-align: center;
}
.fangan li h3{
  font-size: 22px;
  line-height: 40px;
  margin: 0;
  font-weight: normal;
}
.fangan li dl{
  background: #899be7;
  border-radius: 8px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.fangan li dl:hover{
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
.fangan li dd{
  border-top: 1px solid #fff;
}
.peizi-right  .fangan .tian{
  font-size: 14px;
  color: #899be7;
  line-height: 30px;
  border: 1px solid #899be7;
  padding: 2px 0px 2px 0px;
  border-radius: 6px;
  margin-top: 20px;
  display: block;
  margin-left: 50px;
  margin-right: 50px;
}
.peizi-right  .fangan .tian:hover{
  background: #899be7;
  color: #fff;
  text-decoration: underline;
}
.peizi-right  .fangan .zhou{
  font-size: 14px;
  color: #54c2de;
  line-height: 30px;
  border: 1px solid #54c2de;
  padding: 2px 0px 2px 0px;
  border-radius: 6px;
  margin-top: 20px;
  display: block;
  margin-left: 50px;
  margin-right: 50px;
}
.peizi-right  .fangan .zhou:hover{
  background: #54c2de;
  color: #fff;
  text-decoration: underline;
}
.peizi-right  .fangan .yue{
  font-size: 14px;
  color: #f6a665;
  line-height: 30px;
  border: 1px solid #f6a665;
  padding: 2px 0px 2px 0px;
  border-radius: 6px;
  margin-top: 20px;
  display: block;
  margin-left: 50px;
  margin-right: 50px;
}
.peizi-right  .fangan .yue:hover{
  background: #f6a665;
  color: #fff;
  text-decoration: underline;
}
.xiaotieshi{
  background: #fafafa;
  margin-top: 20px;
  height: 132px;
  }
  .xiaotieshi .xts-left{
    display: block;
    width: 250px;
    font-size: 14px;
    color: #51bbf2;
     text-align: center;
     margin-top: 100px;
  }
  .xts-right{
    width: 650px;
  }
  .xts-right li{
    clear: both;
    margin-top: 11px;
  }
  .xts-right .fenlei{
    display: block;
    width: 94px;
    height: 30px;
    background: #899be7;
    border-radius: 6px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    float: left;
  }
  .xts-right li .jieshi{
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #0088CC;
    margin-left: 26px;
  }
  .xts-right li .jieshi:hover{
    color: #ff6e03;
  }
  .xts-right li .jieshi span{
    float: left;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #899be7;
    margin-top: 10px;
    margin-right: 16px;
  }
 /*配资 E*/
/*配资流程 B*/
.liucheng{
  margin-top: 40px;
  padding-bottom: 20px;
}
.lc-box{
  margin-top: 80px;
}
.lc-box  li{
  width: 240px;
  text-align: center;
  background-image: url(../imgs/jiantou.png);
  background-repeat: no-repeat;
  background-position: center right;
  float: left;
}
.lc-box li h3{
  font-size: 18px;
  color: #000;
  line-height: 36px;
  font-weight: normal;
}
.lc-box li  p{
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
/*配资流程 E*/

/*新闻区域 B */
.news{
 /* margin-top: 60px;*/
  
}
.news .n-left{
  width: 516px;
  border: 1px solid #d9d9d9;
  position: relative;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
      margin-left: 20px;
          margin-right: 20px;
}
.news .n-left h1{
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 56px;
  height: 56px;
  width: 200px;
  background-image: url(../imgs/hometto2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 200px 56px;
  position: absolute;
  top: -18px;
  margin-left: 180px;
  font-weight: normal;
}
.news .n-left a{
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.news .n-left a:hover{
  text-decoration: underline;
}
.news .n-left span{
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.news .n-left .news-btn{
  display: block;
  width: 120px;
  height: 30px;
  border: 1px solid #999;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.news .n-left .news-btn:hover{
  background: #f65944;
  color: #fff;
  border: 1px solid #f65944;
}
/*新闻区域 E*/

/*客户 B*/
.kehu {
  background: #fff;
  margin-top: 30px;
  padding-bottom: 30px;
}
.kh-title{
  width: 100px;
}
.kehu h2{
  font-size: 20px;
  text-align:center;
  padding-bottom: 10px;
  padding-top: 30px;
  border-bottom: 1px solid #b3b3b3;
}

.kehu li{
  width: 164px;
  /*border: 1px solid #d9d9d9;*/
  margin-right: 40px;
  margin-top: 30px;
}
.kehu li img{
  width: 164px;
  height: 60px;
}
/*客户 E*/

