.bg {
	width: 100%;
	height: 1200px;
}

.center {
	width: 100%;
	height: 900px;
}

.center .img {
	width: 100%;
	height: 240px;
	background: url(../images/1478226825103039.jpg) no-repeat;
	background-size: 100% 240px;
	margin-bottom: 20px;
}

.center .content p {
	width: 1200px;
	height: 20px;
	margin: 20px auto;
	text-align: left;
	line-height: 20px;
	cursor: pointer;
}

.center .content p span {
	color: #CCCCCC;
}

.center .center1 {
	width: 1200px;
	height: 490px;
	margin: 0 auto;
}

.center .center1 .content1 {
	width: 205px;
	height: 180px;
}

.center .center1 .content1 .p>ul>li {
	list-style: none;
	width: 160px;
	height: 35px;
	margin-bottom: 3px;
	padding-left: 45px;
	padding-top: 15px;
	background-color: #efefef;
}

.center .center1 .content1 .p>ul>li:first-child {
	width: 160px;
	height: 60px;
	color: white;
	padding-left: 45px;
	background-color: #186ec5;
}

.center .center1 .content1 .p>ul>li:first-child span {
	margin-top: 0px;
	display: block;
}

.center .center1 .content1 .p:hover>ul>li:nth-child(2) {
	background: url(../images/navHover.png) no-repeat;
	background-position: 20px 22px;
	color: white;
	background-color: #1b82eb;
}

.center .center1 .content1 .imag1 {
	width: 200px;
	height: 70px;
	margin-top: 32px;
}

.center .center1 .content2 {
	width: 950px;
	height: 490px;
	float: right;
	margin-top: -180px;
}

.center .center1 .content2>ul>li {
	width: 280px;
	height: 200px;
	float: left;
	font-size: 13px;
	text-align: center;
	margin-right: 10px;
	margin-top: 40px;
	list-style: none;
}

.center .center1 .content2>ul>li:hover {
	font-size: 18px;
	color: red;
}

.content2 img:hover {
	width: 290px;
	height: 190px;
}

.center .center1 .content2>ul>li:nth-child(3n) {
	margin-right: 0;
}

.center .center2 {
	width: 1200px;
	height: 25px;
	margin: 40px auto 0px;
}

.center2 .content {
	margin-right: 500px;
}

.center2 .content>ul>li {
	list-style: none;
	text-align: center;
	line-height: 25px;
	float: right;
	margin-right: 20px;
}

.center2 ul>li:nth-child(3) {
	width: 25px;
	height: 25px;
	background-color: red;
	color: white;
}