.panel {
    padding: 80px 0 40px;
}
.wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.panel_title {

}

.txt-center {
    text-align: center;
}
.panel_title .name {
    display: inline-block;
    font-size: 44px;
}
.condition_list li {
    float: left;
    width: 30%;
    margin-right: 30px;
    text-align: center;
	    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.condition_list .info_box {
    height: 374px;
}
.condition_list .info_box .name1 {
    background: url(/wp-content/themes/usa/images/picture/fw4.jpg) no-repeat top center;
}
.condition_list .info_box .name2 {
    background: url(/wp-content/themes/usa/images/picture/fw5.jpg) no-repeat top center;
}
.condition_list .info_box .name3 {
    background: url(/wp-content/themes/usa/images/picture/fw6.jpg) no-repeat top center;
}
.condition_list .info_box .name {
    height: 120px;
    position: relative;
    font-size: 22px;
    color: #fff;
	margin: 0;
}
.condition_list .info_box .name  h3 {
	position: absolute;
    line-height: 57px;
	bottom: 0;
	width: 100%;
	margin: 0;
	background: #3a1e0180;
	font-size: 18px;
}
.condition_list .info_box .name {
	margin: 0;
}
.bxz {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.condition_list .info_box .detail {
    margin-top: -1px;
    padding: 0 20px;
    height: 260px;
    border-top: none;
    text-align: left;
    line-height: 30px;
    font-size: 14px;
}
@media (max-width: 767px) {
	.wrap {
		width: 100%;
	}
	.panel {
		padding: 20px 0 10px;
	}
	.panel_title {
		padding-bottom: 0;
	}
	.panel_title .name {
		padding-right: 0;
		font-size: 25px;
	}
	.condition_list li {
		width: 100%;
		margin-right: 0;
		float: unset;
	}
	.condition_list .info_box .detail {
		padding: 0 20px;
		height: auto;
	}
	.condition_list .info_box {
		height: auto;	
	}
}

.liucheng {
	margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
	clear: both;
}
.liucheng .zt-title {
	margin: 0 0 40px;
}
.liucheng .liucheng-1 {
	width: 70%;
	margin: 10px auto;
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.liucheng .liucheng-2 {
	width: 4%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
}
.liucheng .liucheng-3 {
	width: 90%;
	display: inline-block;
}
.liucheng .liucheng-3 h3 {
	margin: 10px 0;
	font-size: 18px;
}
.liucheng .liucheng-3 p {
	margin: 0;
}
@media (max-width: 767px) {
	.liucheng .liucheng-1 {
		width: 90%;
	}
	.liucheng .liucheng-2 {
		width: 8%;
	}
	.liucheng .liucheng-3 {
		width: 88%;
	}
}