.canvas {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	min-height: 700px;
}

@media only screen and (min-width: 100px) and (max-width: 700px) {
	.canvas {
		width: 100%;
	}
}

.part2 {
	/*	margin-top: 40px;*/
	overflow: hidden;
	/*	width: 550px;*/
	height: 50px;
	margin: 40px auto 0 auto;
}

.part2ul {
	min-width: 550px;
	background: rgb(244, 244, 244);
	padding: 0 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (min-width: 100px) and (max-width: 700px) {
	.part2 {
		display: none;
	}
	.part2ul {
		min-width: 100%;
	}
}

.part2ul ul {
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
}

.part2ul li {
	padding: 0 15px;
	float: left;
	text-align: center;
}

.part2ul li a {
	font-size: 14px;
	line-height: 50px;
	color: rgb(102, 102, 102);
}

.part2ul li a:hover {
	color: black;
}

.part2ul .hover {
	background: url(../img/9h2x.png) no-repeat;
	background-position: top center;
}

.9h2x {
	background-size: 100% 100%;
	width: 76px;
	height: 7px;
}

.patr3 {
	    height: 545px;
	padding-top: 45px;
	overflow: hidden;
}

.xk {
	width: 380px;
	border: rgb(238, 238, 238) solid 1px;
	text-align: center;
	padding: 17px;
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
	transition: all 0.5s;
    -webkit-transition: all  0.5s;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    -ms-transition: all  0.5s;
}
.xk:hover{
	border: #333333 solid 1px;
}
@media only screen and (min-width: 100px) and (max-width: 700px) {
	.xk {
		width: 48%;
		margin: 0;
		padding: 0rem;
		border: none;
		margin-top: 0.4rem;
	}
	.patr3 {
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0.2rem;
	}
	.xk .xtw p:nth-child(2) {
		display: none;
	}
	.xtw p:nth-child(1) {
		font-size: 18px;
		line-height: 140%;
		text-align: left;
		padding-left: 0.2rem;
		font-weight: bold;
	}
}

.xkt img {
	width: 344px;
	height: 195px;
}

@media only screen and (min-width: 100px) and (max-width: 700px) {
	.xkt img {
		width: 100%;
		height: 50%;
	}
}

/*.xtw p:nth-child(1) {
	margin: 0.1rem 0;
	font-size: 0.25rem;
	line-height: 140%;
}*/

.xtw p:nth-child(2) {
	font-size: 14px;
	color: rgb(148, 148, 148);
	line-height: 140%;
}

.xtw p a:nth-child(2):hover {
	color: black;
}


/*分页*/

#pagelist {
	width: 100%;
	margin: 30px auto;
	padding: 6px 0px;
	/* height: 25px; */
	position: relative;
}

#pagelist ul {
	float: left;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

#pagelist ul li {
	float: left;
	border: 1px solid black;
	line-height: 20px;
	margin: 0px 2px;
}

#pagelist ul li a,
.pageinfo {
	display: block;
	padding: 0px 6px;
	background: white;
	font-size: 12px;
}

.pageinfo {
	color: #555;
}

.current {
	background: black;
	color: white;
	display: block;
	padding: 0px 6px;
	font-weight: bold;
	font-size: 12px;
}

#pagelist ul li a:hover {
	background: black;
	color: white;
}

.ben {
	position: relative;
	overflow: hidden;
}

.ben img {
	width: 100%;
	height: 220px;
}

.logobox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.text1 p {
	font-size: 24px;
	line-height: 28px;
	color: rgb(255, 255, 255);
}

.text1 p:nth-child(2) {
	font-size: 24px;
}

footer {
	margin-top: 50px;
}

.part2ul .hover a {
	color: #000000;
}

@media (min-width: 750px) {
	.part2ul li:hover {
		background: url(../img/9h2x.png) no-repeat;
		background-position: top center;
	}
	.part2ul li:hover a {
		color: #000000;
	}
}

@media only screen and (min-width: 100px) and (max-width: 700px) {
	.xwzxh p {
		font-family: 微软雅黑;
		font-size: 0.5rem;
		line-height: 0.68rem;
	}
	.xwzxh p:nth-child(3) {
		font-size: 0.4rem;
		font-weight: 100;
	}
	.xwzxh {
		margin-bottom: 0.4rem;
		text-align: center;
		width: 100%;
	}
	.logobox {
		width: 100%;
	}
	.logobox p {
		font-size: 0.4rem;
	}
}