/*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;
}

/*最新消息 B*/
  .gonggao-news{
    background: #fff;
    height: 41px;
    clear: both;
  }
  .gonggao-news >.center{
    border-bottom: 1px solid #e5e5e5;
  }
 .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 .gg-neirong{
    width: 80%;
    font-size: 12px;
    line-height: 40px;
    color: #666;
    display: block;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 24px;
  }
   .gonggao-news .gg-gengduo{
    line-height: 40px;
    color: #333;
   }
  .gonggao-news .gg-gengduo:hover{
    color: #f34b34; 
  }
  /*最新消息 E*/

  /*人气数据 B*/
  .renqi{
    padding-top: 24px;
    padding-bottom: 24px;
    background: #fff;
  }
  .renqi li{
    width: 170px;
    padding-left: 30px;
    background-image: url(../imgs/Tetris.png);
    background-repeat: no-repeat;
    background-position: center left;
  margin-right: 26px;
  }
.renqi li h3{
  font-size: 16px;
  color: #999;
  font-weight:normal;
}
.renqi li p{
   font-size: 14px;
  color: #666;
  line-height: 40px;
}
.renqi li p span{
  font-size: 20px;
  color: #CB3B3B;
}
/*人气数据 E*/
/*优势 B*/
.youshi{
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.youshi ul{
  margin-left: 20px;
}
.zoushi .cur {
  font-size: 14px;
  background-color: rgb(255, 233, 204);
  color: rgb(31, 31, 31);
}
.zoushi .act {
  font-size: 14px;
  background-color: #e2e2e2;
}
.youshi li{
  width: 220px;
  text-align: center;
  margin-right: 14px;
}
.youshi li i{
  display: block;
  width: 90px;
  height: 92px;
  margin: 0 auto;
}
.youshi li:hover i{
  background-position: left bottom;
}
.youshi li .youshi01{
background-image: url(../imgs/youshi01.png);
  background-size: 90px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.youshi li .youshi02{
background-image: url(../imgs/youshi02.png);
  background-size: 90px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.youshi li .youshi03{
background-image: url(../imgs/youshi03.png);
  background-size: 90px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.youshi li .youshi04{
background-image: url(../imgs/youshi04.png);
  background-size: 90px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.youshi li .youshi05{
background-image: url(../imgs/youshi05.png);
  background-size: 90px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 auto;
}


.youshi li h2{
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  padding-top: 10px;
  color: #333;
}
.youshi li span{
  font-size: 14px;
  color: #999;
  line-height: 26px;
}
/*优势 E*/

/*配资 B*/
/* .peizi-box{
  width: 1200px;
  height: 368px;
  background: #fff;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
.peizi-box .peizi-left{
  width: 276px;
  height: 390px;
  background-image: url(../imgs/peizi.png);
  padding-top: -26px;
  position: absolute;
  top: -22px;
  left: 0px;
}
.peizi-box .peizi-left h1{
  margin-left: 30px;
  font-size: 28px;
  margin-top: 20px;
  line-height: 48px;
  color: #fff;
  width: 180px;
  border-bottom: 1px solid #fff;
  font-weight: normal;
}
.peizi-box .peizi-left p{
  font-size: 16px;
  margin-left: 30px;
  color: #fff;
  line-height: 26px;
  margin-top: 20px;
}
.peizi-box .peizi-right{
  width: 954px;
}
.peizi-box .peizi-right li{
  width: 318px;
  text-align: center;
}
.peizi-right li h3{
  font-size: 26px;
  font-weight: normal;
  line-height: 60px;
  margin-top: 16px;
}
.peizi-right li .pz-text{
  width: 250px;
  height: 130px;
  background-color: #ffc107;
  margin: 0 auto;
  border-radius: 10px;
}
.peizi-right .pz-text p{
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding-top: 20px;
}
.peizi-right li img{
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.peizi-right li .shqing01{
  display: block;
  width: 140px;
  height: 40px;
  border: 1px solid #ffc107;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ffc107;
  border-radius: 6px;
}
.peizi-right li .shqing02{
  display: block;
  width: 140px;
  height: 40px;
  border: 1px solid #fb4945;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fb4945;
  border-radius: 6px;
}
.peizi-right li .shqing03{
  display: block;
  width: 140px;
  height: 40px;
  border: 1px solid #2baffc;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #2baffc;
  border-radius: 6px;
}
.peizi-right li .shqing01:hover{
  color: #fff;
  background: #ffc107;
  text-decoration: underline;
  border: none;
}
.peizi-right li .shqing02:hover{
  color: #fff;
  background: #fb4945;
  text-decoration: underline;
  border: none;
}
.peizi-right li .shqing03:hover{
  color: #fff;
  background:#2baffc;
  text-decoration: underline;
  border: none;
} */
#allocation{
	width: 1200px;
	margin: 0 auto;
	border-top: 2px solid #ff3344;
	 border-bottom: 1px solid #f5f5f5;
	 background: #fff;
	 height: 360px;
	 margin-bottom: 20px;
   margin-top: 40px;
}
.btn-mn:hover{
	color: #fff;
	background-color: #ff3344;
}
.allocation_left{
	width: 250px;
	height: 360px;
	background: url(/imgs/configure-bg.png);
	float: left;
}
.det-bg{
 padding:35px;
}
.det-bg h3{
 color: #fff;
	font-size: 28px;
	 padding-bottom: 17px;
	 
	 border-bottom: 1px solid #fff;
	 margin-bottom: 25px;
}
.det-bg p{
	color: #fff;
 line-height: 25px;
	 font-size: 14px;
}
.allocation-list{
	width: 217px;
	 color: #333333;
	 text-align: center;
	 padding: 0px 10px;
	 font-size: 14px;
	 background: url(/imgs/peizi-bor-bg.png) no-repeat right center;
	 float: left;
}
.allocation-list:last-child{
	background: none;
}
.tit{
 font-size: 20px;
	 line-height: 40px;
	 padding-top: 10px;
	 padding-bottom: 10px;
}
.tit-span{
	 color: #ec1b23;
	 background: #fbd1d3;
	 border-radius: 7px;
	 line-height: 28px;
}
.q{
 border-bottom: 1px solid #eeeeee;
	 padding-bottom: 15px;
}
.q-mian{
 font-size: 60px;
	 color: #ff3646;
}
.xs{
 padding: 18px 0;
	 border-bottom: 1px solid #eeeeee;
}
.xs p{
 text-align: right;
}
.fleft{
 float: left;
}
.btns-botton{
 width: 100%;
	 margin-top: 25px;
}
.btn-mn{
	 border: 1px solid #ec1b23;
	 color: #ec1b23;
	 padding: 9px 28px;
	 border-radius: 5px;
	 text-align: center;
}
/*配资 E*/
/*行情中心 B*/
.hangqing{
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.hangqing .quotes_menu{
  width: 250px;
  height: 360px;
  background:url(../imgs/hangqing.png);
}
.quotes_menu h2{
  font-size: 28px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  width: 180px;
  margin-left: 30px;
  padding-top: 20px;
  font-weight: normal;
  color: #fff;
}
.quotes_menu p{
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  margin-left: 30px;
}
.quotes_menu  .sz01{
  display: block;
  width: 120px;
  height: 40px;
  background-color: #d9221e !important;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  margin: auto;
  margin-top: 90px;
}
.quotes_menu  .sz02{
  display: block;
  width: 120px;
  height: 40px;
  border:1px solid #999;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  margin:  auto;
  margin-top: 20px;
  background-color:rgba(0,0,0,0.6);
}
.quotes_menu a:hover{
  text-decoration: underline;
}
.quotes_menu  .rj-xiazai{
  display: block;
  width: 174px;
  height: 40px;
  background: #ff4c3f;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  margin-left: 64px; 
  margin-top: 26px;
  border-radius: 6px;
}
.quotes_menu  .rj-xiazai:hover{
  background: #ff614b;
}
.hq-middle{
  width: 510px;
  height: 338px;
}
.hq-middle .zoushi{
  margin: 0 auto;
  margin-top: 20px;
  clear: both;
  margin-left: 30px;
}
.zoushi a{
  display: block;
  width: 80px;
  height: 30px;
  background: #f1f1f1;
  border-radius: 6px;
  float: left;
  margin-right: 30px;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.zoushitu{

}
.zoushitu img{
  width: 530px;
  margin-left: 16px;
  margin-top: 10px;
}
.hq-right{
  width: 400px;
  height: 360px;
  border-left: 1px solid #f2f2f2;
}
.hq-right .hq-title{
border-bottom: 1px solid #f2f2f2;

}
.hq-right  h2{
  float: left;
  margin-left: 20px;
  line-height:50px;
  font-weight: normal;
  color: #333;
}
.hq-right span{
  float: right;
}
.hq-right  .shuaxin{
  display: block;
  background: url(../imgs/shuaxin.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px;
  font-size: 14px;
  padding-right: 26px;
  line-height: 50px;
  color: #999;
  margin-right: 20px;
}
.zhangdie{
  padding-left: 70px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;

}
.zhangdie .zhang{
  padding-right: 20px;
  background-image: url(../imgs/zhang.png);
  background-repeat: no-repeat;
  background-position: center right;
  line-height: 26px;
  font-size: 14px;
}
.zhangdie .xiadie{
  padding-right: 20px;
  background-image: url(../imgs/xiadie.png);
  background-repeat: no-repeat;
  background-position: center right;
  line-height: 26px;
  font-size: 14px;
}
.hq-gp ul{
  width: 200px;
}
.hq-gp li .gp-name{
  font-size: 12px;
  color: #333;
  display: block;
  width: 106px;
  margin-left: 6px;
  line-height: 24px;
}
.hq-gp li .gp-zhang{
  font-size: 12px;
  color: red;
  line-height: 24px;
}
.hq-gp li .gp-xiadie{
  font-size: 12px;
  color: #237c02;
  line-height: 24px;
}
/*行情中心 E*/
/*新闻中心 B*/
.news-box{
  background: #fff;
  padding-top: 30px;
  margin-top: 40px;
}
.news-left  {
  width: 360px;
  margin-left: 40px;
  padding-bottom: 30px;
}
.news-left  .news-title{
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.news-left  .news-title h3{
  font-size: 20px;
  float: left;
}
.news-left .news-title a{
  font-size: 14px;
  float: right;
  color: #999;
}
.news-left .news-title a:hover{
  color: #f34b34;
}
.news-left li a{
  float: left;font-size: 14px;
  line-height: 40px;
  color: #333;
  width: 320px;
  height: 40px;
  overflow: hidden;
}
.news-left li a:hover{
  color: #fb4945;
}
.news-left li span{
  float: right;
  line-height: 40px;
  color: #b3b3b3;
}
.news-right{
  width: 320px;
  /*border: 1px solid #e5e5e5;*/
  margin-left: 40px;
  margin-top: 40px;
/*  background-image: url(../imgs/xz-app.png);*/
  background-repeat: no-repeat;
  background-position: center right;
  /*background-color: #000;*/
border: 1px solid #f5f5f5;

}
.news-right:hover{
  box-shadow: 0px 4px 10px #f2f2f2;
}
.news-right .n-text{
  font-size: 14px;
  line-height: 26px;
  margin-top: 40px;
  text-align: center;
  font-weight: 600;
}
.news-right img{
  display: block;
  margin: auto;
  width: 80px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.news-right a{
  display: block;
  font-size: 16px;
  color: #fff;
  background: #f34b34;
  width: 160px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  /*margin-left: 40px;*/
  margin: 0 auto;
  margin-bottom: 40px;
}
.news-right a:hover{
  background: #ff614b;
}
/*新闻中心 E*/
/*如何玩转股票配资 B*/
.liucheng{
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  margin-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}
.liucheng h2{
  font-size: 24px;
  line-height: 40px;
  padding-top: 30px;
  font-weight: normal;
}
.liucheng .lc-title{
  width: 60px;
  height: 2px;
  background: #d9d9d9;
  margin: 0 auto;
}
.liucheng span{
  font-size: 14px;
  line-height: 34px;
}
.liucheng img{
  margin-top: 30px;
}
/*如何玩转股票配资 E*/
/*客户 B*/
.kehu {
  background: #fff;
  margin-top: 30px;
  padding-bottom: 30px;
}
.kh-title{
  margin: 0 auto;
  text-align: center;
}
.kehu h2{
  font-size: 24px;
  text-align:center;
  padding-bottom: 10px;
  padding-top: 30px;
  font-weight: normal;
  line-height: 30px;
}
.kehu .lc-title{
  width: 60px;
  height: 2px;
  background: #d9d9d9;
  margin: 0 auto;
}
.kehu span{
  font-size: 14px;
  line-height: 34px;
}
.kehu ul{
  margin-left: 40px;
  margin-right: 40px;
}
.kehu li{
  width: 164px;
  margin-right: 24px;
  margin-top: 20px;
}
.kehu li img{
  width: 164px;
  height: 60px;
}
/*客户 E*/