* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul,
li,
hr,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@keyframes bounceInLeft {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		-ms-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		-ms-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		-ms-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		-ms-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		-ms-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		-ms-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		-ms-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

#centers-1{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 120px;
	overflow: hidden;
}

#centers-1 .centers-select {
	width: 395px;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
}

#centers-1 .centers-select .centers-select-left {
	width: 50%;
	height: 56px;
	line-height: 56px;
	float: left;
}

#centers-1 .centers-select .centers-select-left .btwz {
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	background-color: #239aff;
	color: #FFFFFF;
	font-size: 28px;
	font-family: "微软雅黑";
	text-align: center;
	float: left;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	cursor: pointer;
}

#centers-1 .centers-select .centers-select-left .btwz:visited {
	background-color: #239aff;
	text-decoration: none;
}

#centers-1 .centers-select .centers-select-right {
	width: 50%;
	height: 56px;
	line-height: 56px;
	float: left;
}

#centers-1 .centers-select .centers-select-right .wgwz {
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	background-color: #585858;
	color: #FFFFFF;
	font-size: 28px;
	font-family: "微软雅黑";
	text-align: center;
	float: left;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	cursor: pointer;
}

#centers-1 .centers-select .centers-select-right .wgwz:visited {
	text-decoration: none;
}
#centers-1 .centers-wzxz {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#centers-1 .centers-wzxz h1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 38px;
	text-align: center;
	color: #585858;
	margin-bottom: 80px;
	margin-top: 60px;
}
#centers-1 .centers-wzxz .wzxz-box {
	width: 100%;
	height: auto;
}

#centers-1 .centers-wzxz .wzxz-box li {
	width: 100px;
	height: auto;
	float: left;
	margin-right: 22px;
	background: url(../img1/ymx-14.png) no-repeat center center;
	background-position: -23px -120px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(1) {
	margin-bottom: 25px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(2) {
	background-position: -128px -120px;
	margin-bottom: 25px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(3) {
	background-position: -230px -120px;
	margin-bottom: 25px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(4) {
	background-position: -335px -120px;
	margin-bottom: 25px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(5) {
	background-position: -438px -120px;
	margin-bottom: 25px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(6) {
	background-position: -538px -120px;
	margin-bottom: 25px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(7) {
	background-position: -640px -120px;
	margin-bottom: 25px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(8) {
	background-position: -745px -120px;
	margin-bottom: 25px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(9) {
	background-position: -850px -120px;
	margin-bottom: 25px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(10) {
	background-position: -952px -120px;
	margin-right: 0;
	margin-bottom: 25px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(11) {
	background-position: -23px -315px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(12) {
	background-position: -128px -315px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(13) {
	background-position: -230px -315px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(14) {
	background-position: -335px -315px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(15) {
	background-position: -438px -315px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(16) {
	background-position: -538px -315px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(17) {
	background-position: -640px -315px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(18) {
	background-position: -745px -315px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(19) {
	background-position: -850px -315px;
}
#centers-1 .centers-wzxz .wzxz-box li:nth-child(20) {
	background-position: -952px -315px;
	margin-right: 0;
}

#centers-1 .centers-wzxz .wzxz-box li h1 {
	width: 100%;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #585858;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 0px;
	font-weight: 800;
}

#centers-1 .centers-wzxz .wzxz-box li .tjzs {
	width: 100%;
	height: 14px;
	margin-top: 15px;
}

#centers-1 .centers-wzxz .wzxz-box li .tjzs p {
	width: 58px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #585858;
	margin-left: 0px;
	float: left;
	margin-bottom: 0px;
}

#centers-1 .centers-wzxz .wzxz-box li .tjzs span {
	display: block;
	width: 42px;
	height: 14px;
	line-height: 14px;
	/*font-size: 23px;
	font-family: "微软雅黑";
	color: #ffff00;*/
	float: left;
}

#centers-1 .centers-wzxz .wzxz-box li .tjzs span img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 1px;
	margin-left: 3px;
}

#centers-1 .centers-wzxz .wzxz-box li a {
	display: block;
    width: 95px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 15px;
    background-color: #239aff;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    font-family: "微软雅黑";
    border-radius: 50px;
}

#centers-1 .title-1 {
	width: 395px;
	height: 42px;
	margin: 0 auto;
	margin-top: 80px;
}

#centers-1 .title-1 h1 {
	width: 240px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 40px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #585858;
	margin-bottom: 0;
	margin-top: 0;
	float: left;
}

#centers-1 .title-1 span {
	display: block;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 40px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #239aff;
	float: left;
}

#centers-1 .title-1 i {
	display: block;
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 40px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #585858;
	float: left;
	font-style: normal;
	margin-left: -11px;
}

#centers-tedians {
	width: 100%;
	height: auto;
	margin-top: 65px;
}

#centers-tedians .a1 {
	width: 506px;
	height: 540px;
	float: left;
}

#centers-tedians .a1 .tedian-left {
	width: 100%;
	height: 540px;
}

#centers-tedians .a1 .tedian-left img {
	display: block;
	width: 100%;
	height: auto;
}

#centers-tedians .a2 {
	width: 694px;
	height: 540px;
	float: right;
}

#centers-tedians .a2 .tedian-right {
	width: 100%;
	height: 540px;
}

#centers-tedians .a2 .tedian-right ul {
	width: 100%;
	height: 540px;
	margin-bottom: 0;
}

#centers-tedians .a2 .tedian-right ul li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 90px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(1) {
	margin-top: 23px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(4) {
	margin-top: 60px;
	height: 90px;
}

#centers-tedians .a2 .tedian-right ul li span {
	display: block;
	width: 80px;
	height: 60px;
	float: left;
	margin-right: 30px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(1) span {
	margin-left: 118px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(2) span {
	margin-left: 87px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(3) span {
	margin-left: 60px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(4) span {
	margin-left: 28px;
	margin-top: 26px;
}

#centers-tedians .a2 .tedian-right ul li span img {
	display: block;
	width: 100%;
	height: auto;
}

#centers-tedians .a2 .tedian-right ul li h1 {
	width: 460px;
	height: 20px;
	line-height: 20px;
	font-size: 19px;
	font-family: "微软雅黑";
	text-align: left;
	color: #767676;
	margin-bottom: 9px;
	margin-top: 7px;
	float: right;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(1) h1 {
	width: 466px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(2) h1 {
	width: 497px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(3) h1 {
	width: 524px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(4) h1 {
	width: 556px;
}

#centers-tedians .a2 .tedian-right ul li p {
	height: 20px;
	line-height: 20px;
	font-size: 19px;
	font-family: "微软雅黑";
	text-align: left;
	color: #767676;
	margin-bottom: 0;
	margin-top: 0;
	float: right;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(1) p {
	width: 466px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(2) p {
	width: 497px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(3) p {
	width: 524px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(4) p {
	width: 556px;
}

#centers-tedians .a2 .tedian-right ul li:nth-child(4) i {
	display: block;
	width: 556px;
	line-height: 20px;
	font-size: 19px;
	font-family: "微软雅黑";
	text-align: left;
	color: #767676;
	margin-bottom: 0;
	margin-top: 6px;
	float: right;
	font-style: normal;
}

#centers.centers-wzxz {
	width: 1200px;
	height: 411px;
	margin: 0 auto;
	margin-top: 200px;
}

#centers.centers-wzxz .wzxz-box {
	width: 100%;
	height: 411px;
}

#centers.centers-wzxz .wzxz-box li {
	width: 220px;
	height: 411px;
	float: left;
	margin-right: 25px;
}

#centers.centers-wzxz .wzxz-box li:nth-child(5) {
	margin-right: 0;
}

#centers.centers-wzxz .wzxz-box li .wzxz-tp {
	width: 100%;
	height: 220px;
}

#centers.centers-wzxz .wzxz-box li .wzxz-tp img {
	display: block;
	width: 100%;
	height: auto;
}

#centers.centers-wzxz .wzxz-box li h1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	font-family: "微软雅黑";
	color: #585858;
	text-align: center;
	margin-top: 37px;
	margin-bottom: 0px;
	font-weight: 800;
}

#centers.centers-wzxz .wzxz-box li .tjzs {
	width: 100%;
	height: 23px;
	margin-top: 36px;
}

#centers.centers-wzxz .wzxz-box li .tjzs p {
	width: 100px;
	height: 23px;
	line-height: 23px;
	font-size: 22px;
	font-family: "微软雅黑";
	color: #bdbdbd;
	margin-left: 20px;
	float: left;
	margin-bottom: 0px;
}

#centers.centers-wzxz .wzxz-box li .tjzs span {
	display: block;
	width: 90px;
	height: 23px;
	line-height: 23px;
	/*font-size: 23px;
	font-family: "微软雅黑";
	color: #ffff00;*/
	float: left;
}

#centers.centers-wzxz .wzxz-box li .tjzs span img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 1px;
	margin-left: 8px;
}

#centers.centers-wzxz .wzxz-box li a {
	display: block;
	width: 120px;
	height: 33px;
	line-height: 33px;
	margin: 0 auto;
	margin-top: 26px;
	background-color: #239aff;
	color: #FFF;
	font-size: 21px;
	text-align: center;
	font-family: "微软雅黑";
	border-radius: 8px;
}
#centers-dazaos {
	width: 100%;
	height: auto;
	margin-top: 120px;
	position: relative;
	overflow:hidden;
}
#centers-dazaos img {
	display: block;
	width: 100%;
	height: auto;
}
#centers-dazaos .dazao-box {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#centers-dazaos .dazao-box .fw-bt {
	width: 136px;
	height: 100px;
	margin: 0 auto;
	margin-top: 3%;
}

#centers-dazaos .dazao-box .fw-bt h1 {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-family: "微软雅黑";
	font-size: 34px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}

#centers-dazaos .dazao-box .fw-bt p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 0;
	margin-top: 15px;
	text-align: center;
}
#centers-dazaos .dazao-box .fw-bt i {
	display: block;
	width: 80px;
	height: 1px;
	margin: 0 auto;
	margin-bottom: 0;
	margin-top: 29px;
	font-style: normal;
	background: #fff;
}
#centers-dazaos .dazao-box .fw-ys {
	width: 1090px;
	height: auto;
	margin: 0 auto;
	margin-top: 2%;
}

#centers-dazaos .dazao-box .fw-ys ul {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}

#centers-dazaos .fw-ys ul li {
	width: 360px;
	height: auto;
	float: left;
}
#centers-dazaos .fw-ys ul li:nth-child(2) {
	margin: 0 5px;
}
#centers-dazaos .dazao-box .fw-ys ul li i {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: #dde0e6;
	margin: 0 auto;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 55px;
	text-align: center;
	color: #585858;
	font-style: normal;
}

#centers-dazaos .dazao-box .fw-ys ul li .ys-box-1 {
	width: 100%;
	height: 250px;
	background: #dde0e6;
	margin-top: -4%;
}

#centers-dazaos .dazao-box .fw-ys ul li .ys-box-1 h1 {
	width: 100%;
	height: 28px;
	line-height: 28px;
	margin-top: 50px;
	margin-bottom: 13px;
	font-size: 28px;
	font-family: "微软雅黑";
	color: #585858;
	float: left;
	text-align: center;
}

#centers-dazaos .dazao-box .fw-ys ul li .ys-box-1 span {
	display: block;
	width: 72px;
	height: 1px;
	background: #585858;
	float: left;
	margin-left: 35%;
	margin-bottom: 16px;
}
#centers-dazaos .dazao-box .fw-ys ul li:nth-child(2) .ys-box-1 span {
	margin-left: 38%;
}
#centers-dazaos .dazao-box .fw-ys ul li:nth-child(3) .ys-box-1 span {
	margin-left: 41%;
}
#centers-dazaos .dazao-box .fw-ys ul li .ys-box-1 p {
	width: 250px;
	height: auto;
	line-height: 28px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #6e6e6e;
	margin: 0 auto;
	overflow: hidden;
}
#centers-box-1 {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	margin-top: 88px;
}
#centers-box-1 .ysqy {
	width: 100%;
	height: 500px;
}
#centers-box-1 .ysqy .ysqy-bt {
	width: 200px;
	height: 110px;
	margin: 0 auto;
}
#centers-box-1 .ysqy .ysqy-bt h1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #239aff;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}
#centers-box-1 .ysqy .ysqy-bt p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #6e6e6e;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 0px;
}
#centers-box-1 .ysqy .ysqy-bt i {
	display: block;
	width: 80px;
	height: 1px;
	margin: 0 auto;
	margin-top: 24px;
	background: #585858;
}
#centers-box-1 .ysqy .ysqy-tedian {
	width: 100%;
	height: 360px;
	margin-top: 30px;	
}
#centers-box-1 .ysqy .ysqy-tedian ul {
	width: 100%;
	height: 360px;
}
#centers-box-1 .ysqy .ysqy-tedian ul li {
	width: 400px;
	height: 170px;
	margin-bottom: 10px;
	float: left;
}
#centers-box-1 .ysqy .ysqy-tedian ul li div {
	width: 290px;
	height: 170px;
	margin: 0 auto;
}
#centers-box-1 .ysqy .ysqy-tedian ul li div span {
	display: block;
	width: 30px;
	height: 28px;
	margin-right: 10px;
	float: left;
}
#centers-box-1 .ysqy .ysqy-tedian ul li div span img {
	display: block;
	width: 100%;
	height: auto;
}
#centers-box-1 .ysqy .ysqy-tedian ul li div h1 {
	width: 250px;
	height: 28px;
	line-height: 28px;
	font-family: "微软雅黑";
	font-size: 26px;
	text-align: left;
	color:#585858 ;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
}
#centers-box-1 .ysqy .ysqy-tedian ul li div p {
	width: 250px;
	height: 112px;
	line-height: 28px;
	margin-top: 30px;
	margin-left: 40px;
	margin-bottom: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #585858;
	float: left;
}
#centers-box-2 {
	width: 100%;
	height: auto;
	margin-top: 70px;
	position: relative;
}
#centers-box-2 img {
	display: block;
	width: 100%;
	height: auto;
}
#centers-box-2 .ysqy-2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#centers-box-2 .ysqy-2 .ysqy-box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
#centers-box-2 .ysqy-2 .ysqy-box .ysd {
	width: 400px;
	height: 400px;
	margin-top: 3%;
	float: left;
}
#centers-box-2 .ysqy-2 .ysqy-box .ysd h1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 38px;
	font-weight: bold;
	color: #239aff;
	margin-bottom: 25px;
	margin-top: 0;
}
#centers-box-2 .ysqy-2 .ysqy-box .ysd h2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 38px;
	font-weight: bold;
	color: #585858;
	margin-bottom: 0;
	margin-top: 0;
}
#centers-box-2 .ysqy-2  .ysqy-box .ysd span {
	display: block;
	width: 390px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	float: left;
	margin-top: 30px;
	font-size: 20px;
	text-align: left;
	font-family: "微软雅黑";
	color: #585858;
}
#centers-box-2 .ysqy-2 .ysqy-box .ysd p {
	width: 380px;
	height:60px;
	line-height: 30px;
	margin-top: 10px;
	margin-right: 20px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #585858;
	margin-bottom: 0;
	float: left;
}
#centers-box-3 {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	margin-top:90px;
}
#centers-box-3 .zygw {
	width: 100%;
	height: 500px;
}
#centers-box-3 .zygw .zygw-left {
	width: 690px;
	height: 500px;
	float: left;
}
#centers-box-3 .zygw .zygw-left img {
	display: block;
	width: 100%;
	height: auto;
}
#centers-box-3 .zygw .zygw-right {
	width: 404px;
	height: 400px;
	float: right;
	margin-top: 120px;
}
#centers-box-3 .zygw .zygw-right h1 {
	width: 100%;
	height: 100px;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 40px;
	font-weight: bold;
	color: #239aff;
	text-align: left;
	margin-bottom: 50px;
	margin-top: 0;
}
#centers-box-3 .zygw .zygw-right p {
	width: 100%;
	height: 60px;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 17px;
	color: #585858;
	margin-bottom: 30px;
}
#centers-box-4 {
	width: 1200px;
	height: 260px;
	margin: 0 auto;
	margin-top: 180px;
}
#centers-box-4 .kdlc {
	width: 100%;
	height: 250px;
}
#centers-box-4 .kdlc .kdlc-bt {
	width: 250px;
	height: 90px;
	margin: 0 auto;
}
#centers-box-4 .kdlc .kdlc-bt h1 {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	color: #585858;
	margin-bottom: 18px;
	margin-top: 0;
}
#centers-box-4 .kdlc .kdlc-bt P {
	width: 100%;
	height: 18px;
	line-height: 18px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #585858;
	text-align: center;
	margin-bottom: 16px;
}
#centers-box-4 .kdlc .kdlc-bt i {
	display: block;
	width: 75px;
	height: 1px;
	margin: 0 auto;
    background: #585858;
}
#centers-box-4 .kdlc .kdlc-bz {
	width: 100%;
	height: 110px;
	margin-top: 50px;
}
#centers-box-4 .kdlc .kdlc-bz ul {
	width: 1090px;
	height: 110px;
	margin: 0 auto;
}
#centers-box-4 .kdlc .kdlc-bz ul li {
	width: 245px;
	height: 110px;
	margin-right: 0px;
	float: left;
}
#centers-box-4 .kdlc .kdlc-bz ul li:nth-child(5) {
	width: 110px;
}
#centers-box-4 .kdlc .kdlc-bz ul li a {
	display: block;
	width: 110px;
	height: 110px;
	-moz-border-radius: 55px;
	-webkit-border-radius: 55px;
	border: 1px solid #239aff;
	cursor: pointer;
	background: #239aff;
	float: left;
}
#centers-box-4 .kdlc .kdlc-bz ul li a p {
	width: 100%;
	height: 70px;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #585858;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFF;
}
#centers-box-4 .kdlc .kdlc-bz ul li:nth-child(3) a p {
	line-height: 70px;
}
#centers-box-4 .kdlc .kdlc-bz ul li a:hover {
	background: #d3eafc;
	border: 1px solid #d3eafc;
}
#centers-box-4 .kdlc .kdlc-bz ul li div {
	width: 100px;
	height: 30px;
	float: left;
	margin: 30px 17.5px;
}
#centers-box-4 .kdlc .kdlc-bz ul li div h2 {
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-family: "微软雅黑";
	font-size: 22px;
	color: #585858;
	text-align: center;
	margin-bottom: 6px;
	margin-top: 0;
	font-weight: 600;
}
#centers-box-4 .kdlc .kdlc-bz ul li div span {
	display: block;
	width: 100%;
	height: 2px;
	background: #239AFF;
}
#centers-box-5 {
	width: 100%;
	height: auto;
	margin-top: 160px;
}
#centers-box-5 .cyfw {
	width: 100%;
	height: auto;
	position: relative;
}
#centers-box-5 .cyfw img {
	display: block;
	width: 100%;
	height: auto;
}
#centers-box-5 .cyfw .cyfw-box {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#centers-box-5 .cyfw .cyfw-box .cyfw-nr {
	width: 390px;
	height: 230px;
	margin: 0 auto;
	margin-top: 3%;
}
#centers-box-5 .cyfw .cyfw-box .cyfw-nr h1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 38px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-bottom: 0;
	margin-top: 20px;
}
#centers-box-5 .cyfw .cyfw-box .cyfw-nr p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin-top: 36px;
}
#centers-box-5 .cyfw .cyfw-box .cyfw-nr a {
	display: block;
    width: 180px;
    height: 50px;
    line-height: 2;
    margin: 0 auto;
    margin-top: 50px;
    border: 2px solid #fff;
    font-family: "微软雅黑";
    font-size: 20px;
    color: #fff;
    border-radius: 18px;
    text-align: center;
    cursor: pointer;
}
#centers-box-6 {
	width: 1340px;
	height: 520px;
	margin: 0 auto;
	margin-top: 130px;
}
#centers-box-6 .hzkh {
	width: 100%;
	height: 520px;
}
#centers-box-6 .hzkh .casse-prve {
	width: 2.5%;
	height: auto;
	float: left;
	margin-top: 22%;
}

#centers-box-6 .hzkh .casse-prve a {
	display: block;
	width: 100%;
	font-family: cursive;
	color: #484848;
	font-size: 60px;
	font-weight: 100;
	text-align: center;
	cursor: pointer;
}

#centers-box-6 .hzkh .casse-next {
	width: 2.5%;
	height: auto;
	float: right;
	margin-top: 22%;
}

#centers-box-6 .hzkh .casse-next a {
	display: block;
	width: 100%;
	font-family: cursive;
	color: #484848;
	font-size: 60px;
	font-weight: 100;
	text-align: center;
	cursor: pointer;
}
#centers-box-6 .hzkh .hzkh-bt {
	width: 200px;
	height: 110px;
	margin: 0 auto;
}
#centers-box-6 .hzkh .hzkh-bt h1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #239aff;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}
#centers-box-6 .hzkh .hzkh-bt p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #6e6e6e;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
#centers-box-6 .hzkh .hzkh-bt i {
	display: block;
	width: 80px;
	height: 2px;
	margin: 0 auto;
	margin-top: 24px;
	background: #585858;
}
#centers-box-6 .hzkh .hzkh-zs {
	width: 1200px;
	height: 360px;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
	
}
#centers-box-6 .hzkh .hzkh-zs ul {
	width: 3000px;
	height: 360px;
	position: relative;
}
#centers-box-6 .hzkh .hzkh-zs ul li {
	width: 285px;
	height: 160px;
	margin-right:15px;
	margin-bottom: 20px;
	float: left;
}
#centers-box-6 .hzkh .hzkh-zs ul li a {
	display: block;
	width: 100%;
	height: 160px;
	background: #585858;
}
#footers-1 {
	width: 100%;
	height: auto;
	margin-top:130px ;
	position: relative;
}
#footers-1 .footers-nr {
	width: 100%;
	height: auto;
	position: relative;
}
#footers-1 .footers-nr img {
	display: block;
	width: 100%;
	height: auto;
}
#footers-1 .footers-nr .footers-box-1 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#footers-1 .footers-nr .footers-box-1 .footers-box-2 {
	width: 1020px;
	height: auto;
	margin: 0 auto;
	margin-top: 3%;
	
}
#footers-1 .footers-nr .footers-box-1 .footers-box-2 .footers-nrbt {
	width: 170px;
	height: 110px;
	margin: 0 auto;
}
#footers-1 .footers-nr .footers-box-1 .footers-box-2 .footers-nrbt h1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}
#footers-1 .footers-nr .footers-box-1 .footers-box-2 .footers-nrbt p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
#footers-1 .footers-nr .footers-box-1 .footers-box-2 .footers-nrbt i {
	display: block;
	width: 70px;
	height: 2px;
	margin: 0 auto;
	margin-top: 24px;
	background: #FFFFFF;
}
#footers-1 .footers-box-3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#footers-1 .footers-box-3 .footers-box-4 {
	width: 1020px;
	height: auto;
	margin: 0 auto;
	margin-top: 18%;
}
#footers-1 .footers-box-3 .footers-box-4 .footers-lxfs {
	width: 323.75px;
	height: auto;
	float: left;
}

#footers-1 .footers-box-3 .footers-box-4 .footers-lxfs ul {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 0;
}

#footers-1 .footers-box-3 .footers-box-4 .footers-lxfs ul li {
	width: 100%;
	height: auto;
	margin-bottom: 8%;
	float: left;
}

#footers-1 .footers-box-3 .footers-box-4 .footers-lxfs ul li h1 {
	width: 100%;
	height: auto;
	font-family: "微软雅黑";
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
}

#footers-1 .footers-box-3 .footers-box-4 .footers-lxfs ul li i {
	display: block;
	width: 25%;
	height: 1px;
	color: #fff;
	float: left;
	margin-top: 3%;
	margin-left: 4%;
	background: #FFF;
}

#footers-1 .footers-box-3 .footers-box-4 .footers-lxfs ul li span {
	display: block;
	width: 8%;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	float: left;
	color: #FFF;
}

#footers-1 .footers-box-3 .footers-box-4 .footers-lxfs ul li:nth-child(3) span {
	margin-left: 1%;
}

#footers-1 .footers-box-3 .footers-box-4 .footers-lxfs ul li:nth-child(4) span {
	margin-left: 1%;
}

#footers-1 .footers-box-3 .footers-box-4 .footers-lxfs ul li p {
	width: 85%;
	height: auto;
	line-height: 20px;
	margin: 0 0 0 3%;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #fff;
	float: left;
}
#footers-1 .footers-box-3 .footers-box-4 .footers-ditu {
	width: 404.69px;
    height: 240px;
    float: right;
}

#footers-1 .footers-box-3 .footers-box-4 .footers-ditu img {
	display: block;
	width: 100%;
	height: auto;
}