* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 180%;
	display: block;
	background: #fff;
	font-family: "Microsoft YaHei";
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
em {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
	float: none;
}

a:hover {
	color: #1b81d7;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	border: none;
}
.logobox{
	display: flex;
	
}
.EnterOld{
	width: 100px;
	height: 40px;
	background: #1B81D7;
	border-radius: 8px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 31px;
	cursor: pointer;
}
.outOld{
	display: none;
	width: 100px;
	height: 40px;
	background: #1B81D7;
	border-radius: 8px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 31px;
	cursor: pointer;
}
.clear {
	clear: both;
}

/*base end*/
@media screen and (min-width:1300px) {
	.containbox {
		width: 1200px;
	}

	.containbox {
		margin: 0 auto;
	}
}

.topbox {
	width: 100%;
	height: 150px;
	background: url(top_bj.png) no-repeat 60% bottom;
}

.logobox img {
	margin-top: 36px;
}

.topbox .headright {
	width: 58%;
	float: right;
}

.headright img {
	margin-top: 0;
	margin-right: 10px;
	float: right;
}
.headright ul li {
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	float: right;
}

.headright ul li.bjcolor1 {
	background: #eeeeee;
	color: #969696;
}

.headright ul li.bjcolor2,
.headright ul li.bjcolor3 {
	background: #0a8aff;
	color: #ffffff;
}

.headright ul li.bjcolor3 {
	border-left: 2px solid #49a8ff;
}

.headright ul li.bjcolor2:hover {
	background: #1783E0;
}

.headright ul li.bjcolor3:hover {
	background: #1783E0;
}

.searchbox {
	margin-top: 40px;
	height: 40px;
	line-height: 40px;
	float: right;
	width: 76%;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.searchbox input {
	border: none;
	margin: 0;
}

.searchmain {
	width: 86%;
	line-height: 38px;
	color: #cccccc;
	padding-left: 12px;
	font-size: 16px;
	background: none;
}

.searchimg {
	float: right;
	width: 40px;
	height: 40px;
	background: url(search.png) no-repeat center center;
}

/*header end*/

nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #1b81d7;
}

.navmenubox {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.navmenubox ul li {
	display: block;
	height: 50px;
	font-size: 24px;
	letter-spacing: 2px;
	width: 25%;
	text-align: center;
	color: #ffffff;
	float: left;
}

.navmenubox li:hover {
	background-color: #0265b9;
}

.navmenubox li:active {
	background-color: #0265b9;
}

.homechildbox {
	width: 1200px;
	height: 130px;
	position: absolute;
	float: left;
	z-index: 9999;
	visibility: hidden;
	background: rgba(255, 255, 255, 0.86);
	clear: both;
}

.homechildbox .deom {
	width: 0;
	height: 0;
	margin-left: 112px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #0265b9 transparent transparent transparent;
}

.homechildbox ul li {
	display: block;
	height: 36px;
	margin: 0 16px;
	float: left;
}

/*nav end*/

.maincontent {
	width: 100%;
	overflow: hidden;
}

.foodbox {
	width: 100%;
	overflow: hidden;
}

.webaddress {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.webaddress h2 {
	float: left;
	font-size: 16px;
	color: #333333;
}

.checkbox1 {
	width: 12%;
	height: 40px;
	float: right;
	border: 1px solid #e5e5e5;
	margin-top: 4px;
	background: #ffffff;
}

.advanceselect {
	width: 100%;
	padding: 0 20px 0 12px;
	height: 38px;
	float: right;
	position: relative;
	background: #fff url(arrows3.png) no-repeat 90% center;
}

.advanceselect input {
	display: block;
	width: 100%;
	height: 38px;
	font-size: 16px;
	color: #666666;
	line-height: 38px \9;
	border: 0;
	outline: 0;
	background: none;
}

.advanceselect ul {
	width: 100%;
	display: none;
	position: absolute;
	left: -1px;
	top: 40px;
	overflow: hidden;
	background-color: #fff;
	max-height: 150px;
	overflow-y: auto;
	z-index: 9999;
}

.advanceselect ul li {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	padding: 0 16px;
	cursor: pointer;
}

.advanceselect ul li.on {
	background-color: #DBEFFF;
}

/*list style*/
.listcontent {
	width: 100%;
	height: auto;
	overflow: hidden;
	/*padding-top: 12px;*/
}

.listcontent ul li {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 24px;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.listcontent ul li.liststyle2 {
	background: url(liststyle3.png) no-repeat 6px center;
}

.listcontent ul li em {
	color: #969696;
	float: right;
}

/* list style end*/

.foodcontent {
	width: 100%;
	overflow: hidden;
}

/*contentleft*/
.contentleftbox {
	width: 65.5%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.imgnews {
	width: 100%;
	height: 360px;
	margin-bottom: 32px;
}

/*tͼƬ�ֲ�*/
div.slideBox {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
}

div.slideBox ul.items {
	position: absolute;
	float: left;
	background: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.slideBox ul.items li {
	float: left;
	background: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.slideBox ul.items li a {
	float: left;
	line-height: normal !important;
	padding: 0px !important;
	border: none
		/*For IE.ADD.JENA.201206300844*/
	;
}

div.slideBox ul.items li a img {
	margin: 0px !important;
	padding: 0px !important;
	display: block;
	border: none
		/*For IE.ADD.JENA.201206300844*/
	;
}

div.slideBox div.tips {
	position: absolute;
	bottom: 80px;
	width: 100%;
	height: 64px;
	background: rgba(25, 71, 129, 0.6);
	overflow: hidden;
}

div.slideBox div.tips div.title {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

div.slideBox div.tips div.title a {
	color: #FFF;
	font-size: 22px;
	font-family: "Microsoft YaHei";
	line-height: 64px;
	margin-left: 20px;
	text-decoration: none;
}

div.slideBox div.tips div.title a:hover {
	text-decoration: underline !important;
}

div.slideBox div.tips div.nums {
	position: absolute;
	right: 12px;
	top: 0px;
	height: 100%;
}

div.slideBox div.tips div.nums a {
	display: inline-block;
	>float: left
		/*For IE.ADD.JENA.201206300844*/
	;
	width: 12px;
	height: 12px;
	background-color: #fff;
	text-indent: -99999px;
	margin: 28px 12px 0px 0px;
}

div.slideBox div.tips div.nums a.active {
	background-color: #ffaf14;
}

/*ͼƬ�ֲ�����*/
.foodlinkbox1 {
	width: 48%;
	height: 290px;
	float: left;
	margin-bottom: 12px;
}

.foodlinkbox2 {
	width: 48%;
	height: 290px;
	float: right;
	margin-bottom: 12px;
}

.foodlinkbox4 {
	width: 100%;
	height: 290px;
	float: left;
	margin-bottom: 12px;
}

.wenzilink,
.wenzilink2 {
	width: 100%;
	height: 47px;
	line-height: 47px;
	border-bottom: 1px solid #e5e5e5;
}

.wenzilink h2 {
	display: block;
	width: 114px;
	height: 100%;
	font-size: 18px;
	float: left;
	color: #ffffff;
	text-align: center;
	background: url(tab_bj.png) no-repeat left bottom;
}

.wenzilink h1 {
	display: block;
	width: 114px;
	height: 100%;
	font-size: 18px;
	float: left;
	color: #ffffff;
	text-align: center;
	background: url(tab_bj2.png) no-repeat left bottom;
}

.wenzilink2 h1 {
	display: block;
	width: 114px;
	height: 100%;
	font-size: 18px;
	float: left;
	color: #ffffff;
	text-align: center;
	background: url(zhttitle19.png) no-repeat left bottom;
}

.wenzilink em,
.wenzilink2 em {
	text-transform: capitalize;
	float: right;
	font-size: 14px;
}

.wenzilink em a,
.wenzilink2 em a {
	color: #666666;
}

.wenzilink em a:hover,
.wenzilink2 em a:hover {
	color: #1b81d7;
}

/* contentleft end*/

.contentrightbox {
	width: 32%;
	height: auto;
	float: right;
	overflow: hidden;
	margin-bottom: 20px;
}

.hotnews {
	width: 100%;
	height: 368px;
	/* 	height: auto; */
	overflow: hidden;
	margin-bottom: 27px;
}

.hotMenu {
	width: 100%;
	height: 44px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
}

.hotMenu h1 {
	display: block;
	width: 114px;
	height: 44px;
	line-height: 44px;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 4px 4px 0 0;
	background: #ff9019;
}

.hotMenu em {
	text-transform: capitalize;
	float: right;
	font-size: 14px;
}

.hotMenu em a {
	color: #666666;
}

.hotMenu em a:hover {
	color: #1b81d7;
}

.hotnews ul {
	padding: 10px 0;
}

.hotnews ul li {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding-left: 28px;
	background: url(liststyle1.png) no-repeat 12px center;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.imBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.imMenu {
	width: 100%;
	height: 44px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 44px;
	background: url(im.png) no-repeat 6px 6px;
}

.imMenu h2 {
	font-size: 18px;
}

.imBox ul {
	padding: 14px 0;
}

.imBox ul li {
	display: block;
	width: 100%;
	height: 80px;
	padding-top: 10px;
}

.imBox a.yjz li {
	background: url(icon84_2.png) no-repeat 54px center;
}

.imBox a.cyz li {
	background: url(icon85.png) no-repeat 54px center;
}

.imBox a.xfz li {
	background: url(icon86_2.png) no-repeat 54px center;
}

.imBox ul li h3 {
	font-size: 18px;
	color: #333333;
	margin-left: 124px;
}

.imBox ul li p {
	font-size: 14px;
	color: #969696;
	line-height: 150%;
	margin-left: 124px;
}

.imBox ul li h3:hover {
	color: #1b81d7;
}

.imBox ul li p:hover {
	color: #1b81d7;
}

.foodlinkbox3 {
	width: 100%;
	height: 290px;
	margin-bottom: 12px;
}

.searchbox2 {
	margin-top: 8px;
	height: 50px;
	line-height: 50px;
	float: left;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin-bottom: 12px;
}

.searchbox2 input {
	border: none;
	margin: 0;
}

.searchimg2 {
	float: right;
	width: 40px;
	height: 42px;
	background: url(search.png) no-repeat center center;
}

.foodlinkbox3 h3 {
	font-size: 16px;
	color: #666666;
	margin-left: 12px;
	margin-bottom: 10px;
}

.hotSearch {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 8px;
}

.hotSearch span {
	font-size: 16px;
	color: #969696;
	margin-left: 40px;
}

.hotservebox {
	width: 100%;
	height: 256px;
}

.hotbox3,
.hotbox7,
.hotbox11,
.hotbox2,
.hotbox6,
.hotbox9,
.hotbox10,
.hotbox4,
.hotbox8,
.hotbox12 {
	width: 20%;
	height: 110px;
	float: left;
	text-align: center;
}

.hotbox2,
.hotbox8 {
	width: 20%;
}

.hotbox7,
.hotbox12 {
	width: 20%;
}

.hotbox2 i,
.hotbox3 i,
.hotbox4 i,
.hotbox6 i,
.hotbox7 i,
.hotbox8 i,
.hotbox9 i,
.hotbox10 i,
.hotbox11 i,
.hotbox12 i {
	display: block;
	width: 100%;
	height: 74%;
}

.hotbox2 i {
	background: url(sevice3.png) no-repeat center 76%;
}

.hotbox3 i {
	background: url(sevice2.png) no-repeat center 76%;
}

.hotbox4 i {
	background: url(sevice1.png) no-repeat center 76%;
}

.hotbox6 i {
	background: url(icon19.png) no-repeat center 76%;
}

.hotbox7 i {
	background: url(icon20.png) no-repeat center 76%;
}

.hotbox8 i {
	background: url(icon21.png) no-repeat center 76%;
}

.hotbox9 i {
	background: url(sevice4.png) no-repeat center 76%;
}

.hotbox10 i {
	background: url(icon23.png) no-repeat center 76%;
}

.hotbox11 i {
	background: url(icon24.png) no-repeat center 76%;
}

.hotbox12 i {
	background: url(icon25.png) no-repeat center 76%;
}

.mapBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 12px;
}

/* maincontent end*/

/* right float*/
.rightfloatbox {
	width: 72px;
	height: 516px;
	position: fixed;
	top: 374px;
	z-index: 9999;
	display: block;
	margin-right: auto;
}

.floatbox1,
.floatbox2,
.floatbox3,
.floatbox4,
.floatbox5,
.floatbox6,
.floatbox8 {
	width: 100%;
	height: 62px;
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-top: none;
	background: #ffffff;
}

.floatbox1 {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 12px;
	border-top: 4px solid #48abff;
}

.floatbox2 {
	position: absolute;
	top: 62px;
	left: 0;
}

.floatbox3 {
	position: absolute;
	top: 124px;
	left: 0;
}

.floatbox4 {
	position: absolute;
	top: 186px;
	left: 0;
}

.floatbox5 {
	position: absolute;
	top: 248px;
	left: 0;
}

.floatbox6 {
	position: absolute;
	top: 310px;
	left: 0;
}

.floatbox8 {
	position: absolute;
	top: 372px;
	left: 0;
}

.floatbox9 {
	position: absolute;
	top: 434px;
	left: 0;
}

.floatbox10 {
	position: absolute;
	top: 480px;
	left: 0;
}

.floatbox2,
.floatbox3,
.floatbox4,
.floatbox5,
.floatbox6,
.floatbox8 {
	padding-top: 40px;
}

.floatbox2 {
	background: url(icon26.png) no-repeat center 25% #FFFFFF;
}

.floatbox2:hover {
	color: #FFFFFF;
	border-color: #48ABFF;
	background: url(icon26_2.png) no-repeat center 25% #48ABFF;
}

.floatbox3 {
	background: url(icon27.png) no-repeat center 30% #FFFFFF;
}

.floatbox3:hover {
	color: #FFFFFF;
	border-color: #48ABFF;
	background: url(icon27_2.png) no-repeat center 30% #48ABFF;
}

.floatbox4 {
	background: url(icon28.png) no-repeat center 25% #FFFFFF;
}

.floatbox4:hover {
	color: #FFFFFF;
	border-color: #48ABFF;
	background: url(icon28_2.png) no-repeat center 25% #48ABFF;
}

.floatbox5 {
	background: url(icon29.png) no-repeat center 30% #FFFFFF;
}

.floatbox5:hover {
	color: #FFFFFF;
	border-color: #48ABFF;
	background: url(icon29_2.png) no-repeat center 30% #48ABFF;
}

.floatbox6 {
	background: url(icon30.png) no-repeat center 25% #FFFFFF;
}

.floatbox6:hover {
	color: #FFFFFF;
	border-color: #48ABFF;
	background: url(icon30_2.png) no-repeat center 25% #48ABFF;
}

.floatbox8 {
	background: url(icon31.png) no-repeat center 25% #FFFFFF;
}

.floatbox8:hover {
	color: #FFFFFF;
	border-color: #48ABFF;
	background: url(icon31_2.png) no-repeat center 25% #48ABFF;
}

.floatbox9 {
	width: 100%;
	height: 46px;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-bottom: none;
	background: url(ziding.png) no-repeat center center #FFFFFF;
}

.floatbox9:hover {
	border-color: #48ABFF;
	background: url(ziding2.png) no-repeat center center #48ABFF;
}

.floatbox10 {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	background: #48abff;
}

.floatbox11 {
	width: 100%;
	height: 73px;
	overflow: hidden;
	position: absolute;
	top: 516px;
	left: 0;
}

.floatbox11_bg {
	width: 100%;
	height: 100%;
	color: #ffffff;
	overflow: hidden;
	position: absolute;
	top: -73px;
	left: 0;
	text-align: center;
	padding-top: 36px;
	background: url(floatmenu.png) no-repeat left top;
}

.floatbox1:hover {
	background: #48abff;
	color: #FFFFFF;
	border-color: #48ABFF;
}

.floatbox4 img.tdCode {
	display: none;
	position: absolute;
	left: 72px;
	top: -31px
}

/* right float end*/


footer {
	width: 100%;
	height: 188px;
	border-top: 2px solid #1e6ac7;
}

.footmainbox {
	width: 100%;
	height: 188px;
}

.footlogobox {
	width: 30%;
	height: 100%;
	float: left;
}

.dzlogobox {
	width: 50%;
	float: left;
	padding-left: 30%;
	padding-top: 64px;
}

.zclogobox {
	width: 50%;
	float: right;
	padding: 72px 0 0 50px;
}

.footbeian {
	width: 70%;
	height: 100%;
	padding-top: 36px;
	float: right;
	text-align: center;
}

.footbeian h3 {
	font-size: 18px;
	margin-bottom: 6px;
	color: #666666;
}

.footbeian h3 a {
	color: #666666;
}

.footbeian em {
	color: #666666;
	margin: 0 14px;
}

.footbeian p {
	color: #666666;
	font-size: 14px;
	margin-bottom: 4px;
}

.footbeian p span {
	padding-left: 24px;
	margin-left: 12px;
	background: url(wblogo.png) no-repeat left center;
}

@media screen and (max-width:1200px) {
	.containbox {
		width: 100%;
	}

	.containbox {
		margin: 0 auto;
	}

	.topbox {
		height: 200px;
		background: url(top_bj.png) no-repeat right bottom;
	}

	.logobox img {
		float: left;
		margin: 24px 0 10px 12px;
	}

	.topbox .headright {
		width: 100%;
		float: left;
		padding: 0 20px;
	}

	.rightfloatbox {
		display: none;
	}

	.headright ul {
		display: none;
	}

	.headright img {
		display: none;
	}

	.searchbox {
		height: 50px;
		line-height: 50px;
		width: 100%;
		float: left;
		margin: 0 auto;
	}

	.searchimg {
		height: 50px;
	}

	.homechildbox {
		width: 640px;
	}

	.homechildbox .deom {
		margin-left: 44px;
	}

	.homechildbox ul li {
		margin: 0 12px;
	}

	.foodlinkbox1,
	.foodlinkbox2 {
		width: 100%;
	}

	.footlogobox {
		display: none;
	}

	.footbeian {
		width: 100%;
	}

	.advancedsearch {
		height: auto;
		padding: 4%;
		overflow: hidden;
	}

	.checkbox1,
	.checkbox2,
	.checkbox3 {
		width: 100%;
		margin-bottom: 20px;
	}

	.checkbox1 {
		margin-left: 0;
	}

	.checkbox3 {
		margin-bottom: 0;
	}

	.contentleftbox {
		width: 100%;
	}

	.contentrightbox {
		width: 100%;
		float: left;
	}

	.maincontent {
		padding: 0 2%;
	}
}

/* ����1366*768�ֱ�����ʽ*/


@media screen and (max-width:1920px) {
	.containbox {
		width: 1000px;
	}

	.containbox {
		margin: 0 auto;
	}

	.imgnews {
		height: 280px;
		overflow: hidden;
		margin-bottom: 24px;
	}

	.hotnews {
		font-size: 15px;
		height: 280px;
	}

	.listcontent ul li,
	.hotservebox {
		font-size: 15px;
	}

	.wenzilink h2,
	.wenzilink h1,
	.hotMenu h1 {
		font-size: 17px;
	}

	.searchbox2 {
		height: 44px;
		line-height: 44px;
	}

	.hotSearch span {
		font-size: 12px;
		margin-left: 32px;
	}

	.dmkBox ul li {
		font-size: 14px;
	}

	.hotMenu em,
	.wenzilink em {
		font-size: 12px;
	}

	.searchmain {
		width: 80%;
	}
}


@media screen and (max-width:900px) {
	.containbox {
		width: 100%;
	}

	.containbox {
		margin: 0 auto;
	}

	.rightfloatbox {
		display: none;
	}

	.headright ul {
		display: none;
	}

	.headright img {
		display: none;
	}

	.searchbox {
		height: 50px;
		line-height: 50px;
		width: 100%;
		float: left;
		margin: 0 auto;
	}

	.searchimg {
		height: 50px;
	}

	.homechildbox {
		width: 640px;
	}

	.homechildbox .deom {
		margin-left: 44px;
	}

	.homechildbox ul li {
		margin: 0 12px;
	}

	.foodlinkbox1,
	.foodlinkbox2 {
		width: 100%;
	}

	.footlogobox {
		display: none;
	}

	.footbeian {
		width: 100%;
	}

	.advancedsearch {
		height: auto;
		padding: 4%;
		overflow: hidden;
	}

	.checkbox1,
	.checkbox2,
	.checkbox3 {
		width: 100%;
		margin-bottom: 20px;
	}

	.checkbox1 {
		margin-left: 0;
	}

	.checkbox3 {
		margin-bottom: 0;
	}

	.contentleftbox {
		width: 100%;
	}

	.contentrightbox {
		width: 100%;
		float: left;
	}

	.maincontent {
		padding: 0 2%;
	}
}

@media screen and (min-width: 10px) and (max-width: 450px) {
	.conbox {
		width: 100%;
		height: 100%;
		padding: 20px;
	}
	#cniil_wza{
		display: none;
	}
	.logobox{
		display: block;
	}
	.containbox {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.navmenubox {
		width: 100%;
		height: 50px;
		line-height: 50px;
	}

	.navmenubox ul li {
		display: block;
		height: 50px;
		font-size: 16px;
		letter-spacing: 2px;
		width: 25%;
		text-align: center;
		color: #ffffff;
		float: left;
	}

	.imgnews {
		width: 100%;
		height: 200px;
		margin-bottom: 32px;
	}


	div.slideBox div.tips div.title a {
		color: #FFF;
		font-size: 14px;
		font-family: "Microsoft YaHei";
		line-height: 46px;
		margin-left: 8px;
		text-decoration: none;
	}

	div.slideBox div.tips {
		position: absolute;
		bottom: 8px;
		width: 100%;
		height: 45px;
		background: rgba(25, 71, 129, 0.6);
		/* overflow: hidden; */
	}

	.foodlinkbox1,
	.foodlinkbox2 {
		width: 100%;
	}

	.foodlinkbox1 .listcontent ul .liststyle2 a {
		width: 70%;
		display: block;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
		overflow: hidden;
		word-break: keep-all;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.foodlinkbox1 .listcontent ul .liststyle2 em {
		font-size: 12px;
	}

	.foodlinkbox2 .listcontent ul .liststyle2 a {
		font-size: 12px;
	}

	.foodlinkbox2 .listcontent ul .liststyle2 em {
		font-size: 12px;
	}

	.foodlinkbox3 .listcontent ul .liststyle2 a {
		font-size: 12px;
	}

	.foodlinkbox4 .listcontent .hotservebox .hotbox9 a span {
		font-size: 12px;
	}

	.foodlinkbox4 .listcontent .hotservebox .hotbox2 a span {
		font-size: 12px;
	}

	.foodlinkbox4 .listcontent .hotservebox .hotbox3 a span {
		font-size: 12px;
	}

	.foodlinkbox4 .listcontent .hotservebox .hotbox4 a span {
		font-size: 12px;
	}

	.contentrightbox .hotnews ul li a {
		font-size: 12px;
	}

	.hotbox3,
	.hotbox7,
	.hotbox11,
	.hotbox2,
	.hotbox6,
	.hotbox9,
	.hotbox10,
	.hotbox4,
	.hotbox8,
	.hotbox12 {
		width: 25%;
		height: 110px;
		float: left;
		text-align: center;
	}

	.slideBox .items li a img {
		width: 100%;
		height: 208px;
	}

	div.slideBox div.tips div.title {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
	}
	.homechildbox {
		width: 100%;
	}

	.homechildbox .deom {
		margin-left: 44px;
	}

	.homechildbox ul li {
		margin: 0 12px;
	}

}
/* 老年版 */
.ConBox .containbox{
	width: 1200px;
}
.ConBox .contentleftbox{
	width: 100%;
}
.ConBox .topbox{
	display: none;
}
.ConBox .head{
	display: block;
}
.ConBox nav{
	height: 80px;
	line-height: 80px;
}
.ConBox .containbox .navmenubox ul li{
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.ConBox .navmenubox ul li{
	height: 80px;
    line-height: 80px;
}
.ConBox .imgnews{
	width: 1200px;
	height: 512px;
}
.ConBox div.slideBox{
	width: 1200px !important;
	height: 512px !important;
}
.ConBox .imgnews .slideBox ul{
	width: 1200px;
	height: 512px !important;
}
.ConBox div.slideBox ul.items li{
	width: 1200px !important;
	height: 512px !important;
}
.ConBox div.slideBox ul.items li a img{
	width: 1200px !important;
	height: 512px !important;
}
.ConBox div.slideBox div.tips{
	bottom: 0px;
}
.ConBox .foodlinkbox1 {
	width: 100%;
	margin-top: 35px;
	height: auto;
}
.ConBox .foodlinkbox2{
	width: 100%;
	margin-top: 30px;
	height: auto;
}
.ConBox .hotMenu em,.ConBox .wenzilink em{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 47px;
	color: #333333;
}
.ConBox .foodlinkbox4{
	height: auto;
	margin-top: 30px;
}
.ConBox .hotMenu{
	height: 60px;
	line-height: 60px;
}
.ConBox .hotMenu h1{
	height: 60px;
	line-height: 60px;
}
.ConBox .contentrightbox{
	width: 100%;
	margin-top: 50px;
}
.ConBox .listcontent ul li{
	height: 50px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
}
.ConBox .wenzilink h1{
	background: url(tab_bj2.png) no-repeat left bottom;
	background-size: 100% 100%;
}
.ConBox .wenzilink h2{
	background: url(tab_bj.png) no-repeat left bottom;
	background-size: 100% 100%;
}
.ConBox .wenzilink h2,.ConBox .wenzilink h1,.ConBox .hotMenu h1{
	width: 200px;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.ConBox .listcontent{
	margin-top: 10px;
}
.ConBox .hotbox3,.ConBox .hotbox7,.ConBox .hotbox11,.ConBox .hotbox2,.ConBox .hotbox6,.ConBox .hotbox9,.ConBox .hotbox10,.ConBox .hotbox4,.ConBox .hotbox8,.ConBox .hotbox12{
	width: 33%;
	height: 167px;
}
.ConBox .hotservebox{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 44px;
	color: #333333;
}
.ConBox .hotservebox{
	height: auto;
}
.ConBox .hotbox9 i{
	background: url(sevice6_1.png) no-repeat center 76% !important;
}
.ConBox .hotbox8 i{
	background: url(sevice5_1.png) no-repeat center 76% !important;
}
.ConBox .hotbox7 i{
	background: url(sevice44.png) no-repeat center 76% !important;
}
.ConBox .hotbox2 i{
	background: url(sevice22.png) no-repeat center 76%;
}
.ConBox .hotbox3 i{
	background: url(sevice22.png) no-repeat center 76%;
}
.ConBox .hotbox4 i{
	background: url(sevice11.png) no-repeat center 76%;
}
.ConBox .hotnews{
	height: auto;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.ConBox .hotnews ul li{
	height: 50px;
	line-height: 50px;
}
.ConBox .foodlinkbox3 {
	height: auto;
}
.ConBox .foodlinkbox3 h3{
	font-size: 32px;
}
.ConBox .hotSearch span{
	font-size: 28px;
}
.ConBox .mapBox img{
	width: 500px;
}
.ConBox .webaddress h2{
	font-size: 30px;
}
/* .ConBox .floatBox{
	display: none;
} */
.ConBox .rightfloatbox{
	left: 30%;
}
.ConBox .wenzilink,.ConBox .wenzilink2{
	height: 60px;
	line-height: 60px;
}
.ConBox .homechildbox{
	width: 1200px;
	height: 130px;
	top: 90px;
}
.ConBox .homechildbox ul li{
	font-size: 30px;
}
