/* CSS Document */

.jingjiren{
	width:100%;
	overflow:hidden;
	background: #fafafa;
}
.jingjiren_banner{
	width:1200px;
	height:160px;
	overflow:hidden;
	background:url(../images/jingjiren.jpg) center center no-repeat;
	margin:10px auto;
}

.broker{
	width: 100%;
	overflow: hidden;
	background: #fafafa;
}

.broker_con{
	width: 1200px;
	margin: 5px auto;
	overflow: hidden;
}

.broker_con_co{
	width: 1182px;
	overflow: hidden;
	margin: 0px auto;
}
.broker_con_co a{
	text-decoration: none;
}

.broker_con_co ul{
	width: 1300px;
	overflow: hidden;
}
.broker_con_co li{
	width: 220px;
	overflow: hidden;
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-right: 25px;
}

/*分页样式*/
.box{
	width: 1182px;
	overflow: hidden;
}
.box .pagination{text-align:center;margin-top:20px;margin-bottom: 20px;}
.box .pagination li{margin:0px 5px;  display: inline-block; border-radius: 5px;}
.box .pagination .active{background-color: #ff5600;color: #fff;}
.box .pagination .disabled{color:#aaa;}

/*.box .pagination{*/
	/*margin: 0px auto;*/
	/*padding: 0px;*/
	/*overflow: hidden;*/
	/*display: block;*/
	/*text-align: center;*/
/*}*/
/*.box .pagination li{*/
	/*float: left;*/
	/*margin-right: 5px;*/
/*}*/
.box .pagination li.active{
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
}
.box .pagination li.disabled{
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
}
.box .pagination li a{
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	display: block;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
}
.box .pagination li a:hover{
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	display: block;
	background: #ff5600;
	border: 1px solid #ff5600;
	color: #ffffff;
}







.pe {
    width:234px;
	height:335px;
}
.pe img{
    width:220px; height: 140px;
}
.pe .info {
    width: 220px;
    height: 140px;
    bottom: 0px;
    background: #e1e1e1;
    text-align: center;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    box-sizing: border-box;
    padding-top: 5px;
	overflow: hidden;
	margin-top: -5px;
    }
.pe .info h1 {
    font-size: 14px;
    line-height: 23px;
    position: relative;
    margin-bottom: 5px;
	color: #1b1a1a;
}
.pe .info h1::after {
    content: " ";
    border-bottom: 1px solid #999;
    width: 32px;
    height: 1px;
    left: 50%;
    margin-left: -16px;
    bottom: 0px;
}
.pe .info p {
    font-size: 12px;
    margin-bottom: 10px;
	color: #818181;
}
.pe .info span {
    display:none;
}
.pe .info i {
     height: 22px;
     line-height: 22px;
     display: inline-block;
     padding: 0px 10px;
     border: 1px solid #999;
     font-size: 12px;
	 color: #000000;
     border-radius: 22px;
}
.pe:hover .info{
    background:#F95E0C; 
	color:#fff;
	height:140px;
}
.pe:hover .info h1 {
    color:#fff;
}
.pe:hover .info p {
    color:#fff;
}
.pe:hover .info span {
    display:block;
}
.pe:hover .info h1::after {
    border-bottom: 1px solid #fff;
}
.pe:hover .info i {
   color:#fff;
   border: 1px solid #fff;
}

