body{
	background: #f8f8f8;
}

.cooper_con{
	width: 1200px;
	margin: 0 auto;
}

.cooper_con div{
	display: inline-block;
	margin-right: -4px;
	height: 200px;
	vertical-align: text-top;
}

.cooper_con li{
	width: 1200px;
	height: 200px;
	background: #fff;
	border: 1px solid rgba(32,75,143,0.2);
	margin-bottom:30px;
}

.cooper_num{
	width: 110px;
	font-size: 50px;
	color: #c7c7c7;
	text-align: center;
	position: relative;
	line-height: 200px;
	margin-bottom: 20px;
}

.cooper_num:after{
	content: "";
	width: 21px;
	height: 190px;
	position: absolute;
	right: 0;
	top: 10px;
	background: url("../images/graybg.png");
}

.cooper_intro{
	width: 770px;
	padding: 20px;
	box-sizing: border-box;
}

.cooper_intro h2{
	font-size: 20px;
	font-weight: normal;
	color: #204b8f;
	line-height: 1.75;
}

.cooper_intro p{
	font-size: 14px;
	text-indent: 2em;
	line-height: 1.75;
}

.cooper_logo{
	width: 320px;
	height: 200px;
	box-shadow: -1px 1px 5px #aaa;
}

.cooper_logo img{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
