body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
	background: #EBFBFF;
	color: #333;
	font-size: 16px;
}

.w1200 {
	width: 1200px;
	margin: auto;
	padding-top: 10px;
	position: relative;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.yycj-banner {
	height: 398px;
	background: url("yycj-banner.png") center no-repeat;
}

.yycj-main {
	width: 1200px;
	margin: auto;
	padding: 40px 0;
}

.yycj-row + .yycj-row {
	border-top: 1px dashed #ccc;
}

.yycj-col {
	width: 50%;
	float: left;
	height: 350px;
	border-right: 1px dashed #ccc;
	position: relative;
	text-align: center;
}

.yycj-col + .yycj-col {
	border-right: 0;
}

.yycj-col img {
	margin-top: 90px;
}

.yycj-list li {
	position: absolute;
	font-size: 17px;
}

.yycj-list li:first-child {
	top: 115px;
	left: 40px
}

.yycj-list li:first-child:after {
	content: url("yycj-left.png");
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 0;
}

.yycj-list li:nth-child(2) {
	top: 45px;
	left: 230px;
}

.yycj-list li:nth-child(2):after {
	content: url("yycj-top.png");
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 0;
}

.yycj-list li:nth-child(3) {
	top: 115px;
	left: 487px;
}

.yycj-list li:nth-child(3):after {
	content: url("yycj-right.png");
	display: inline-block;
	position: absolute;
	top: 30px;
	left: -27px;
}

.yycj-list li:nth-child(4) {
	top: 284px;
	left: 260px;
}

.yycj-list li:nth-child(4):after {
	content: url("yycj-bottom.png");
	display: inline-block;
	position: absolute;
	top: -36px;
	left: -27px;
}

.yycj-list li a {
	color: #333;
}