body{
	background:#f7f5f5;
}
.wrap{
    width:1200px;
    margin: 20px auto 160px;
}
/*干货分享部分*/
.ghfx{
    padding:15px 0 15px 15px;
    background: #fff;
}
.ghfx_left{
    position: relative;
    width: 843px;
    height: 474px;
    float: left;
}
.ghfx_left .player{
    position: absolute;
    top:50%;
    left:50%;
    margin:-35px 0 0 -35px;
    cursor: pointer;
}
.ghfx_left .bottom{
    position: absolute;
    width: 843px;
    height: 90px;
	background:url(../images/btm.png) no-repeat;
    left:0;
    bottom:0;
    padding:0 20px;
}
.ghfx_left .bottom h2{
    font-weight: normal;
    font-size: 18px;
    color:#fff;
    margin-top: 20px;
}
.ghfx_left .bottom p{
    font-size: 14px;
    color:#fff;
    margin-top: 12px;
}
.ghfx_right{
    float: left;
    margin-left: 20px;
    height: 474px;
    overflow-y: auto;
    width: 322px;
}
.ghfx_right ul li{
    margin-bottom: 15px;
}
.ghfx_right ul li.last{
    margin-bottom: 0;
}
.ghfx_right .pic{
    cursor: pointer;
    width: 117px;
    height: 66px;
    position: relative;
    float: left;
}
.ghfx_right .pic .bot{
    width: 117px;
    height: 18px;
    background:url(../images/sp_jx.png) no-repeat;
    position: absolute;
    left:0;
    bottom:0;
    color:#fff;
    font-size: 12px;
    line-height: 16px;
    padding-left: 8px;
}
.ghfx_right .list{
    width: 184px;
    float: left;
    margin-left: 10px;
}
.ghfx_right .list h3{
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 6px;
}
.ghfx_right .list p{
    font-size: 12px;
    color:#666;
    line-height: 18px;
}
/*常见问题部分*/
.ghfx_list{
	margin:20px 0 55px;
	width:858px;
	float:left;
    background: #fff;
    padding:15px 15px 10px;
}
.ghfx_list h1{
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
    margin-bottom: 15px;
}
.ghfx_list ul li{
	width: 267px;
    height: 286px;
    background: url(../images/add.png) no-repeat;
    float: left;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    margin-right: 12px;
}
.ghfx_list ul li.last{
    margin-right: 0;
}
.ghfx_list ul li .pic{
	position:relative;
	width: 267px;
	height: 150px;
}
.ghfx_list ul li:hover{
	box-shadow: 0 0 15px  rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px  rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px  rgba(0,0,0,.3);
}
.ghfx_list ul li .jia{
	position: absolute;
	right:0;
	bottom:0;
}
.ghfx_list ul li .jia1{
	position: absolute;
	right:-20px;
	bottom:-20px;
	display: none;
}
.ghfx_list ul li.last{
	margin-right:0;
}
.ghfx_list ul li .fx_cont{
	padding:15px 15px 0;
	font-size: 14px;
	width:267px;
}
.ghfx_list ul li .fx_cont{
	color:#333;
}
.ghfx_list ul li .bt{
	font-size: 16px;
}
.ghfx_list ul li:hover .bt{
	color:#1BA3E5;
}
.ghfx_list ul li .cont_in{
	margin-top: 8px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #878787;
	display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.ghfx_bot .muban{
    float: left;
    margin-left:20px;
    background: #fff;
    width: 322px;
    padding:0 15px 20px;
}
.ghfx_bot .muban h1{
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
}
.ghfx_bot .muban_cont{
    padding-top: 10px;
}
.ghfx_bot .muban_cont ul li{
    cursor: pointer;
    margin-bottom:17px;
}
.ghfx_bot .muban_cont ul li span{
    font-size: 12px;
    color:#666;
    padding-left: 12px;
    background:url(../images/sj.png) left 5px no-repeat;
}

.ghfx_bot .muban_cont ul li span.current{
    background:url(../images/sj1.png) left 7px no-repeat;
}
.ghfx_bot .muban_cont .more{
    height: 30px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    border: 1px solid #efefef;
    cursor: pointer;
}
.ghfx_bot .muban_cont .more:hover{
    border-color: #19A3E5;
    color:#19A3E5;
}
.ghfx_bot .muban_cont .muban_list{
    width: 292px;
    border-radius: 5px;
    background: #F5F5F5;
    overflow: hidden;
    padding-left: 0;
    margin:0 auto;
    padding:8px 0 3px 0;
    margin-top: 8px;
    display: none;
}
.ghfx_bot .muban_cont .muban_list p{
    margin-bottom:8px;
    color:#666;
    padding-left: 30px;
}
/*常见问题弹框部分*/
.gray{
    width: 100%; 
    background: #000; 
    opacity: 0.3; 
    position: fixed;
    top:0;
    left: 0; 
    z-index:2222;
	height:100%;
    display: none;
}
.fpxz_cont{
    padding: 0 20px 40px 0;
    background: #fff;
    position: relative;
    position: fixed;
    top: 50%;
    left: 50%;
	margin:-285px 0 0 -400px;
    z-index: 11111;
    max-height: 570px;
    overflow: auto;
    width: 800px;
	display:none;
}
.fpxz_cont h1 {
    font-size: 18px;
    font-weight: normal;
	position:fixed;
	width:785px;
	padding:20px;
	background:#fff;
}
.fpxz_cont .close {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.fpxz_cont .close img {
    margin: 6px 0 0 6px;
}
.fpxz_cont h2{
    font-size: 16px;
	font-weight:normal;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 20px;
}
.fpxz_cont p{
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height:22px;
	color: #888;
}
.fpxz_cont .cont {
    margin-top: 70px;
	padding-left:20px;
}
/*底部部分*/
.foot{
	width: 100%;
    padding: 8px 0 10px;
    background: #23273D;
}
.foot p{
	font-size: 12px;
    color: #CBCBCC;
    text-align: center;
    line-height: 24px;
}
.footer{
    position:fixed;
    left:0;
    bottom:0;
}