@charset "utf-8";

/*清除样式*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
	font-weight: normal;
}

li {
	list-style: none;
}

body {
	text-align: left;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #333333;
}

a,
ins {
	text-decoration: none;
}

a {
	color: #333333;
}


/*a:hover{color:#f00;}*/


/* 清除浮动 */

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.nommode a {
	display: none;
}


/* banner */

.bannerbj {
	width: 100%;
	background: url(bannbj.png) no-repeat;
	height: 227px;
	background-size: 100% 100%;
}

.bannerbj_1200 {
	max-width: 1200px;
	width: 100%;
	padding-top: 100px;
	font-size: 30px;
	color: #fff;
	margin: auto;
}

.content_1200 {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	height: auto;
	overflow: hidden;
}

.content_1200 .cxlb {
	width: 100%;
	line-height: 100px;
	font-size: 28px;
	color: #333;
}

.content_1200 ul {
	height: auto;
	overflow: hidden;
}

.content_1200 ul li {
	float: left;
	width: 276px;
	height: 155px;
	margin-bottom: 32px;
	text-align: center;
}

.content_1200 ul li p {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	/*text-align: center;*/
	margin-top: 30px;
	margin-bottom: 30px;
}

.content_1200 ul li a {
	color: #fff;
	font-size: 18px;
	/*	text-align: center;*/
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 5px 20px;
	/*margin: auto;
	display: table;*/
}

.content_1200 ul li a+a {
	margin-left: 5px;
}

.content_1200 ul li:nth-child(1) {
	background: url(jn.png) no-repeat;
}

.content_1200 ul li:nth-child(2) {
	background: url(qd.png) no-repeat;
	margin-left: 32px;
	margin-right: 32px;
}


/*.content_1200 ul li:nth-child(2) a {
	margin-left: 20px;
	display: inline-block;
}*/

.content_1200 ul li:nth-child(3) {
	background: url(zb.png) no-repeat;
}

.content_1200 ul li:nth-child(4) {
	background: url(zz.png) no-repeat;
	margin-left: 32px;
}

.content_1200 ul li:nth-child(5) {
	background: url(dy.png) no-repeat;
}

.content_1200 ul li:nth-child(6) {
	background: url(yt.png) no-repeat;
	margin-left: 32px;
	margin-right: 32px;
}

.content_1200 ul li:nth-child(7) {
	background: url(wf.png) no-repeat;
}

.content_1200 ul li:nth-child(8) {
	background: url(jining.png) no-repeat;
	margin-left: 32px;
}

.content_1200 ul li:nth-child(9) {
	background: url(ta.png) no-repeat;
}

.content_1200 ul li:nth-child(10) {
	background: url(wh.png) no-repeat;
	margin-left: 32px;
	margin-right: 32px;
}

.content_1200 ul li:nth-child(11) {
	background: url(rz.png) no-repeat;
}

.content_1200 ul li:nth-child(12) {
	background: url(bz.png) no-repeat;
	margin-left: 32px;
}

.content_1200 ul li:nth-child(13) {
	background: url(dz.png) no-repeat;
}


/*.content_1200 ul li:nth-child(13) a {
	margin-left: 25px;
	display: inline-block;
}*/

.content_1200 ul li:nth-child(14) {
	background: url(lc.png) no-repeat;
	margin-left: 32px;
	margin-right: 32px;
}

.content_1200 ul li:nth-child(15) {
	background: url(ly.png) no-repeat;
}

.content_1200 ul li:nth-child(16) {
	background: url(hz.png) no-repeat;
	margin-left: 32px;
}

.oldAgeType .bannerbj_1200 p {
	font-size: 40px;
}

.oldAgeType .content_1200 .cxlb {
	font-size: 32px;
}

.oldAgeType .content_1200 ul li p {
	font-size: 30px;
	margin-bottom: 10px;
}

.oldAgeType .content_1200 ul li a {
	font-size: 20px;
}

.oldAgeType .content_1200 ul li a+a {
	margin-left: 5px;
}


/*
.oldAgeType .content_1200 ul li:nth-child(13) a {
	margin-left: 15px;
}*/

@media only screen and (max-width:1200px) {
	.content_1200 ul li {
		width: 22%;
		margin-left: 1.5% !important;
		margin-right: 1.5% !important;
	}
}

@media only screen and (min-width: 1025px) and (max-width:1200px) {
	.bannerbj_1200 {
		width: 1000px;
	}
	.content_1200 {
		width: 1000px;
	}
}

@media screen and (max-width: 1024px) {
	.bannerbj_1200 {
		padding: 0px 0.2rem;
	}
	.content_1200 {
		padding: 0px 0.2rem;
	}
	.content_1200 ul li:nth-child(2) {
		margin: 0;
	}
	.content_1200 ul li:nth-child(4) {
		margin: 0;
	}
	.content_1200 ul li:nth-child(6) {
		margin: 0;
	}
	.content_1200 ul li:nth-child(8) {
		margin: 0;
	}
	.content_1200 ul li:nth-child(10) {
		margin: 0;
	}
	.content_1200 ul li:nth-child(12) {
		margin: 0;
	}
	.content_1200 ul li:nth-child(14) {
		margin: 0;
	}
	.content_1200 ul li:nth-child(16) {
		margin: 0;
	}
	.content_1200 ul li {
		width: 30.3%;
		height: 1.7rem;
		margin-bottom: 0.3rem !important;
		background-size: cover !important;
	}
	.bannerbj {
		height: 2rem;
	}
	.bannerbj_1200 {
		padding-left: 0.2rem;
		padding-top: 0px;
		line-height: 2rem;
		font-size: 0.4rem;
	}
	.content_1200 .cxlb {
		line-height: 1rem;
		font-size: 0.36rem;
	}
	.content_1200 ul li p {
		font-size: 0.3rem;
		margin-top: 0.2rem;
		margin-bottom: 0.1rem;
	}
	.content_1200 ul li a {
		font-size: 0.22rem;
		border-radius: 0.2rem;
		padding: 0.05rem 0.2rem;
		display: inline-block;
		margin-bottom: 0.1rem;
	}
	.content_1200 ul li a+a {
		margin-left: 0.05rem;
	}
}

@media screen and (max-width: 768px) {
	.content_1200 ul li {
		width: 47%;
	}
	.content_1200 ul li p{
		margin-bottom: 0.2rem;
	}
}