@charset "utf-8"
*{
	margin: 0;
	padding: 0;
}

.labelbox ul li{
	padding: 6px 12px;
	font-size: 17px;
	letter-spacing: 1px;
}
#rise .consultbox{
    margin: 30px auto 0;
    padding: 0;
    width: 160px;
}

#rise .consultbox ul li{
	display: inline-block;
	margin: 0 10px;
	padding: 10px 30px;
	height: 50px;
	border-radius: 25px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	background-color: #ffaf00;
}
#rise .consultbox ul a li:hover{
	background-color: #956600;
}
.bg-vs{
	background: url(../images/details/bgvs.html) center no-repeat!important;
    background-size: 100% 100%;
}
.bg-red{
	background-color: #f8511a!important;
}
.bg-zy{
	background: url(../images/details/bg_xl_zy.jpg) no-repeat center;
    background-size: 100% 100%;
}

/*@media(max-width: 1200px) and (min-width: 900px){
	.rise-bg{
	    background: url(../images/probg_rise2zp.jpg) no-repeat center;
	    background-size: auto 100%;
	}
}
@media(max-width: 899px) and (min-width: 640px){
	.rise-bg{
	    height: 360px;
	    background: url(../images/padbg_rise2zp.jpg) no-repeat center;
	    background-size: auto 100%;
	}
}
@media(max-width: 639px) and (min-width: 600px){
	.rise-bg{
		height: 330px;
		background: url(../images/padbg_rise2zp.jpg) no-repeat center;
	    background-size: auto 100%;
	}
}*/
@media(max-width: 599px){
	.details .bg-vs{
		padding-bottom: 40px;
	}
	.details .bg-vs .d-end{
		width: 90%;
	}
}
@media(max-width: 375px){
	.rise-bg{
	    height: 240px;
	}
}

.bg-red th{
	color: #ff4048;
}
.details .la li{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: none;
}
.details .la li img{
	margin-bottom: 20px;
}
.details .l4 li{
	padding: 20px;
}
.details .la li .border-line{
	margin-bottom: 20px;
}
.details .lb li h3, .details .lb li h4,.details .lb li p{
	color: #0f0a02;
}

/*list列表*/
.details .list .l4 li{
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(16,19,54,.1);
}
.details .list .la li img{
	padding: 0;
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
}
.details .list .la li span{
	display: block;
	margin: 2px auto;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 700;
}
.details .list .button a{
	padding: 12px 50px;
}

@media (min-width: 1200px){
	/*.details .bg-zy .la li:hover{
		background-color: rgba(255,255,255,.2);
	}*/
	.details .bg-zy .la li:hover h3,.details .bg-zy .la li:hover p,.details .list .la li span:hover{
		color: #ff4048;
	}
}

@media(max-width: 1200px){
	/*.details .la li img{
		width: 120px;
	}*/
	.details .la li .border-line{
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.details .lb li img{
		width: 60px;
	}
	.details .l li h3{
		margin-bottom: 0;
	}
	.details .lb li h3{
		margin-top: 20px;
		font-size: 18px;
		line-height: 24px;
	}
	#dwtab .content{
		height: 300px;
	}
}
@media(max-width: 800px){
	.details .la li img{
		margin-bottom: 20px;
	}
	.details .la li .border-line{
		display: none;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.rise-bg{
		padding-top: 80px;
		height: 420px;
	}
	#rise .titlebox h1{
		font-size: 48px;
	}
	#rise .consultbox{
		margin-top: 50px;
	}

	.details .l li p{
		margin-top: 4px;
		line-height: 20px;
	}
	#dwtab .content{
		height: 320px;
	}
}
@media(max-width: 800px) and (min-width: 600px){
	.details .lb li{
		padding: 25px 30px!important;
	}
}
@media(max-width: 640px){
	#dwtab .content{
		height: 380px;
	}
}
@media(max-width: 599px){
	.rise-bg{
		padding-top: 60px;
	    height: 220px;
	}
	#rise{
		padding: 0;
		background-color:  rgba(255,255,255,0);
	}
	#rise .titlebox h1{
		font-size: 30px;
		color: #fff;
	}
	#rise .titlebox h3{
		font-size: 20px;
		letter-spacing: 0;
		text-align: center;
	}
	#rise .labelbox{
		padding: 0;
		background-color: rgba(255,255,255,0);
	}
	#rise .labelbox ul li{
		margin: 0 6px 6px 0;
		padding: 2px 4px;
		height: 24px;
		line-height: 20px;
		color: #fff;
    	background-color: rgba(255,255,255,.15);
	}
	#rise .consultbox{
		display: none;
		margin-top: 40px;
		width: 70%;
	}
	#rise .consultbox ul a{
		display: inline-block;
		width: 49%;
	}
	#rise .consultbox ul li{
		margin: 0;
		padding: 6px 15px;
		width: 100%;
		height: 40%;
		font-size: 14px;
		line-height: 28px;
		text-align: center;
	}

	.details .bg-gray .button{
		margin-bottom: 15px;
	}
	.details .la li{
		padding: 15px;
	}
	.details .la li img{
		margin-bottom: 15px;
	}
	.details .la li h3{
		font-size: 15px;
	}
	.details .l li p{
		margin-top: 0;
		width: 100%;
		font-size: 12px;
	}
	.details .lb li img{
		width: 50px;
	}
	.details .lb li h3{
		margin-top: 15px;
	}
	.details .list .la li span{
		padding: 3px 0;
		font-size: 16px;
	}
	.details .list .button a{
		padding: 10px 30px;
	}
	.details .bg-gray ul{
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
	#dwtab .content{
		height: 340px;
	}
}
@media(max-width: 380px){
	#dwtab .content{
		height: 400px;
	}
	.details .bg-g{
		padding: 20px;
	}
	.details .lb li{
		padding: 15px 20px;
	}
	.details .lb li h3{
		font-size: 16px;
	}
	#rise .titlebox h1{
		margin-bottom: 12px;
		font-size: 26px;
	}
	#rise .titlebox h3{
		margin-bottom: 12px;
	}
	#rise .labelbox ul li{
		margin-right: 2px;
	}
	#rise .consultbox{
		margin-top: 30px;
		width: 80%;
	}
	.details .list .la li span {
	    padding: 2px 0;
	    font-size: 15px;
	}
}