.navbar-box{
	display: none;
}
.hw-ppt{
	padding: 30px 0px;
	background: #f6f6f6;
}
.hw-ppt .ppt-top{
	background: #ffffff;
	padding:20px 70px;
}
.hw-ppt .title{
	height: 80px;
	line-height: 80px;
	background: url('../images/block_bg.png') left bottom no-repeat;
}
.ppt-info{
	height: 100px;
	font-size: 14px;
	color: #313131;
	overflow: hidden;
}
.ppt-info a{
	display: inline-block;
	width: 180px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #313131;
	line-height:36px;
	text-align: center;
	float: left;
	margin-top: 30px;
}
.ppt-info a:hover{
	background: #313131;
	color: #ffffff;
}
.ppt-info p{
	line-height: 100px;
	float: right;
}
.ppt-con{
	display: block;
	padding: 25px 0px;
}
.ppt-con h5{
	font-size: 16px;
	color: #313131;
}
.ppt-con p{
	font-size: 14px;
	color: #919191;
	margin-top: 5px;
}
.ppt-con .fang-an{
	padding-top: 20px;
}
.ppt-con .fang-an input{
	display: block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	float: left;
	margin-right: 20px;
	padding-left: 18px;
	color: #313131;
	font-size: 14px;
	margin-bottom: 20px;
}
.ppt-con .fang-an input.long{
	width: 735px;
}
.ppt-con .fang-an input.short{
	width: 370px;
	margin-right: 0px;
}
.ppt-con .hang-ye{
	padding-top: 20px;
}
.ppt-con .hang-ye label{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	padding: 0 18px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #313131;
	cursor: pointer;
}
.ppt-con .hang-ye label input{
	display: none;
}
.ppt-con .hang-ye label.active,.ppt-con .hang-ye label:hover{
	border: 1px solid #313131;
	background: url('../images/radiocheck.png') right bottom no-repeat;
}
.ppt-con .lian-xi input{
	display: block;
	width: 360px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	float: left;
	margin-right: 20px;
	padding-left: 18px;
	color: #313131;
	font-size: 14px;
}
.ppt-con .lian-xi{
	padding-top: 20px;
}
.ppt-con .ppt-btn{
	height: 100px;
}
.ppt-con .ppt-btn a{
	display: inline-block;
	margin-top: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 20px;
}
.ppt-con .ppt-btn a.save{
	width: 150px;
	border: 2px solid #313131;
}
.ppt-con .ppt-btn a.empty{
	width: 115px;
	border: 2px solid #e6e6e6;
}
.ppt-con .lian-xi input:nth-child(3n){
	margin-right: 0px;
}
.ppt-box{
	padding: 30px 0px;
	border-top: 1px solid #e6e6e6;
}
.ppt-box ul li{
	height: 130px;
	margin-bottom: 30px;
	position: relative;
}
.ppt-box ul li label{
	display: block;
	width: 18px;
	height: 18px;
	background: url('../images/nocheck.png') no-repeat;
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translate(-50%);
	cursor: pointer;
}
.ppt-box ul li label.active{
	background: url('../images/check.png') no-repeat;
}
.ppt-box ul li label input{
	display: none;
}
.ppt-box ul li .pic{
	width: 130px;
	height: 130px;
	float: left;
	overflow: hidden;
}
.ppt-box ul li .pic img{
	display: block;
	width: 130px;
	height: 130px;
}
.ppt-box ul li .txt{
	width: 1010px;
	float: right;
}
.ppt-box ul li .txt .t{
	height:130px;
	float: left;
}
.ppt-box ul li .txt .t1{
	padding-left: 40px;
	padding-top: 40px;
	padding-right: 20px;
	width: 410px;
}
.ppt-box ul li .txt .t1 h3{
	font-size: 16px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ppt-box ul li .txt .t1 p{
	font-size: 14px;
	color: #616161;
	margin-top: 10px;
}
.ppt-box ul li .txt .t2{
	width: 340px;
	padding-top: 55px;
	padding-left: 20px;
	padding-right: 20px;
}
.ppt-box ul li .txt .t2 p{
	font-size: 14px;
	color: #616161;
}
.ppt-box ul li .txt .t3{
	width: 230px;
	padding-top: 50px;
}
.ppt-box ul li .txt .t3 p{
	font-size: 24px;
	color: #616161;
	font-weight: bold;
}
.ppt-box ul li .txt .t3 span{
	font-size: 14px;
	color: #919191;
	text-decoration:line-through;
}
.ppt-box ul li .txt .t4{
	font-size: 14px;
	color: #616161;
	padding-top: 55px;
	width: 30px;
}
.ppt-box ul li .txt .t4 a{
	font-size: 14px;
	color: #616161;
}
.hw-ppt .ppt-bottom{
	background: #ffffff;
	height: 77px;
	margin-top: 30px;
	padding: 10px 70px 10px 27px;
}
.ppt-submit{
	width: 100%;
	height: 57px;
	line-height: 57px;
}
.ppt-submit .submit-left{
	float:left;
}
.ppt-submit .submit-left a{
	float: left;
}
.ppt-submit .submit-left a.checkall{
	display: inline-block;
	height: 18px;
	line-height: 18px;
	margin: 19.5px 0px;
	padding: 0 45px;
	border-right: 1px solid #919191;
	margin-right: 20px;
	background: url('../images/nocheck.png') left center no-repeat;
}
.ppt-submit .submit-left a.active{
	background: url('../images/check.png') no-repeat;
	color: #b9a37f;
}
.ppt-submit .submit-left p{
	display: inline-block;
	float: left;
	color: #919191;
	margin-right: 40px;
}
.ppt-submit .submit-btn{
	float: right;
}
.ppt-submit .submit-btn a{
	display: block;
	width: 210px;
	height: 57px;
	text-align: center;
	line-height:53px;
	border: 2px solid #313131;
	color:#313131;
}
.ppt-submit .submit-btn a:hover{
	background: #313131;
	color: #ffffff;
}
.hw-ppt .ppt-empty{
	padding: 120px 0px;
	text-align: center;
}
.hw-ppt .ppt-empty img{
	margin: 0 auto;
}
.hw-ppt .ppt-empty p{
	font-size: 24px;
	color: #616161;
	margin-top: 20px;
}
.hw-ppt .ppt-empty p{
	font-size: 24px;
	color: #919191;
	margin-top: 20px;
	padding-bottom: 12px;
}
.hw-ppt .ppt-empty a{

	color: #b9a37f;

}
.hw-ppt .ppt-empty a:hover{

	color: #dfcdaf;

}
.ppt-down{
	background: #ffffff;
	padding: 40px 70px 40px 200px;
}
.ppt-down .down-top{
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.ppt-down .down-top .state{
	width: 84px;
	height: 84px;
	position: absolute;
	left: -125px;
	top: 0px;
}
.ppt-down .down-top .state img{
	display: block;
	width: 84px;
	height: 84px;
}
.ppt-down .down-top .fl{

}
.ppt-down .down-top .fl h3{
	font-size: 24px;
	line-height: 60px;
	font-weight: normal;
}
.ppt-down .down-top .fl p{
	font-size: 14px;
	color: #616161;
	margin-bottom: 10px;
}
.ppt-down .down-top .fl p font{
	color: #b9a37f;
}
.ppt-down .down-top .fr{
	text-align: right;
}
.ppt-down .down-top .fr p{
	color: #616161;
}
.ppt-down .down-top .fr span{
	color: #e46766;
	margin-left: 18px;
}
.ppt-down .down-top .fr span strong{
	font-size: 24px;
}
.ppt-down .down-top .fr a{
	display: inline-block;
	margin-top: 20px;
	color:#616161;
}
.ppt-down .down-bottom{
	padding-top: 40px;
}
.ppt-down .down-bottom ul{

}
.ppt-down .down-bottom ul li{
	font-size: 14px;
	margin-bottom: 20px;
	overflow: hidden;
}
.ppt-down .down-bottom ul li span{
	display: inline-block;
	width: 75px;
	text-align: right;
	float: left;
	margin-right: 25px;
}
.ppt-down .down-bottom ul li p font{
	color: #b9a37f;
}
.ppt-down .down-bottom a{
	display: inline-block;
	width: 210px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #000000;
	font-size: 16px;
	color: #ffffff;
	margin-top: 40px;
}