.omain {
	width: 1200px;
	margin: 0 auto;
}
.zt-title {
	margin: 40px 0 20px;
	text-align: center;
}
.yaoqiu {
	margin: 60px auto 40px;
}

.yaoqiu .yaoqiu-1 {
	width: 23%;
	margin: 10px 0.5%;
	display: inline-block;
	border: solid 1px #e6e6e6;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	height: 306px;
}
.yaoqiu .yaoqiu-1:hover {
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	border: solid 1px #fff;
}
.yaoqiu .yaoqiu-1 img {
	width: 60%;
	margin: 20px auto 10px;
}
.yaoqiu .yaoqiu-1 h3 {
	color: #000;
	font-weight: 600;
	padding: 5px 0;
	font-size: 18px;
	text-align: center;
	margin: 0;
}
.yaoqiu .yaoqiu-1 p {
	color: #333;
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 767px) {
	.yaoqiu .yaoqiu-1 {
		width: 48%;
	}
	.omain {
		width: 100%;
	}
}


.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;
	background: url(/wp-content/themes/ca/zhuanti/images/yimin/liucheng.png);
}
.liucheng .zt-title {
	margin: 0 0 40px;
}
.liucheng .liucheng-1 {
	width: 60%;
	margin: 10px auto;
	background: #fff;
	padding: 20px;
}
.liucheng .liucheng-2 {
	width: 7%;
    display: inline-block;
    vertical-align: top;
    margin-left: 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%;
	}
}

.youshi {
	margin: 60px auto 40px;
}

.youshi .youshi-1 {
	width: 18%;
	margin: 60px 0.5% 0;
	display: inline-block;	
	padding: 0 10px 10px;
	text-align: center;
	vertical-align: top;
	height: 280px;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	border: solid 1px #fff;
}
.yaoqiu .yaoqiu-1:hover {
	border: solid 1px #e6e6e6;
}
.youshi .youshi-2 {
	width: 100px;
	height: 100px;
	margin: -50px auto 0;
	border-radius: 50%;
	background:  #ea5413;
	color: #fff;
	text-align: center;
	padding-top: 35px;
	font-size: 22px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.youshi .youshi-1 {
		width: 48%;
	}
}