﻿* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fdfdfd;
	font-size: 14px;
	font-family: 'microsoft yahei';
	min-width: 1200px;
	color: #525252;
}

img {
	border: none;
}

ul, p {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 页眉 */

.header-title {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 8px;
	width: 1150px;
}

.header-logo {
	float: left;
	cursor: pointer;
}

	.header-logo img {
		height: 70px;
	}

.header-comp {
	float: right;
	display: block;
}

.header-comp-search {
	float: left;
	margin-top: 20px;
}

.header-comp-btn-weibo {
	float: left;
	height: 34px;
	width: 38px;
	margin-top: 18px;
	background-image: url(../res/imgs/icon-weibo.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

	.header-comp-btn-weibo:hover {
		background-image: url(../res/imgs/icon-weibo-hover.png);
	}

.header-comp-btn-weixin {
	float: left;
	margin-top: 20px;
	height: 30px;
	width: 38px;
	background-image: url(../res/imgs/icon-weixin.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

	.header-comp-btn-weixin:hover {
		background-image: url(../res/imgs/icon-weixin-hover.png);
	}

.header-comp-weixin {
	width: 150px;
	height: 180px;
	background-color: #eeeeee;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2000;
	background-image: url(../res/imgs/erweima.png);
	background-position: center;
	background-repeat: no-repeat;
}

	.header-comp-weixin a {
		position: absolute;
		bottom: 10px;
		left: 20px;
	}

/*导航栏*/
.header-nav {
	background-color: #f1f1f1;
	font-size: 16px;
	position: relative;
	z-index: 1111;
	width: 100%;
	height: 55px;
	border-top: 1px solid #d6d6d6;
}

.header-nav-list {
	width: 1200px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

	.header-nav-list li {
		padding: 0;
		margin: 0;
		float: left;
		width: 150px;
		height: 55px;
		line-height: 55px;
		z-index: 111;
	}

		.header-nav-list li a {
			cursor: pointer;
			padding-bottom: 14px;
			text-decoration: none;
		}


.header-nav-item {
	margin-top: 10px;
}

.header-nav-sub-menu {
	border-top: 3px solid #9c3a5f;
	border-bottom: 3px solid #9c3a5f;
	display: none;
	z-index: 111;
	margin-top: -3px;
}

	.header-nav-sub-menu li {
		height: 50px;
		width: 150px;
		background-color: #e1e3e6;
		border-top: 1px solid #525252;
		float: none;
		line-height: 50px;
		z-index: 110;
	}

		.header-nav-sub-menu li a {
			border: none;
			color: #525252;
		}

			.header-nav-sub-menu li a:hover {
				color: #9c3a5f;
				border-bottom: none;
			}

.header-nav-item-active {
	color: #9c3a5f;
	border-bottom: 3px solid #9c3a5f;
}

.header-nav-item-active-temp {
	color: #9c3a5f;
	border-bottom: 3px solid #9c3a5f;
}
/*底部菜单*/
.footer {
	background-color: #eeeeee;
	height: 170px;
	width: 100%;
	padding-top: 40px;
	font-size: 16px;
}

.footer-content {
	width: 1150px;
	margin: 0 auto;
}

.footer-content-left {
	float: left;
}

.footer-content-right {
	float: right;
}

.footer-content-comp a {
	margin-right: 30px;
	cursor: pointer;
	text-decoration: none;
	color:#525252;
}

	.footer-content-comp a:hover {
		color: #691127;
	}

.footer-content-title {
	/*margin-top: 20px;*/
	font-size: 17px;
	font-weight: 600;
}

.footer-content-details {
	margin-top: 30px;
}

	.footer-content-details p {
		margin-bottom: 10px;
	}
			.footer-content-details a {
		color:#525252;
		text-decoration:none;
	
	}
		.footer-content-details a:hover {
		color:#2594ED;
		cursor:pointer;
	}



/*搜索框*/
.searchMeme-button-icon {
	background-image: url(../res/imgs/icon-search.png);
	top: 20%;
	left: 20%;
	position: relative;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.searchMeme-button-right {
	width: 34px;
	height: 30px;
	cursor: pointer;
	float: left;
}

.searchMeme-input-right {
	float: left;
}

	.searchMeme-input-right input {
		background-color: #ffffff;
		border: 1px solid #949494;
		color: #000;
		padding-top: 3px;
		padding-right: 4px;
		font-size: 12px;
		border-radius: 6px 0px 0px 6px;
		margin-top: 0px;
		height: 25px;
		width: 200px;
	}

.searchMeme-round-right {
	border-radius: 0px 6px 6px 0px;
}



.red-normal {
	background: #9c3a5f; /* Old browsers */
}

/*分割线*/
.vertical-split-lint {
	background-color: #919191;
	width: 1px;
	height: 32px;
	margin: 0 20px;
	margin-top: 20px;
	float: left;
}

.horizontal-split-line {
	background-color: #bbbbbb;
	height: 1px;
	width: 100%;
	float: left;
}

/*资讯中心*/
.news-div {
	margin: 0 auto;
	width: 1200px;
}

	.news-div td {
		padding: 5px 10px;
		vertical-align: top;
		padding-left: 0;
	}

.news {
}

.news-title {
	border-bottom: 1px solid #691429;
	padding-bottom: 5px;
}

.news-list {

}

.news-list-item {
	padding-left: 0px;
	height:80px;
}

.news-list-item-title {
	font-size: 17px;
	color: #660033;
	/*border-bottom:1px solid #660033;*/
	padding-left:2px;
}

.news-title-more {
		font-size:13px;
	color:#bababa;
	cursor:pointer;
	float:right;
	text-decoration:none;
	margin-top:3px;
	margin-right:2px;
}
	.news-title-more:hover {
		color:#660033;
	}
.news-list-item ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
}

	.news-list-item ul li {
		margin: 10px 0;
	}

.news-list-item-detail {
	cursor: pointer;
	text-decoration: none;
}

	.news-list-item-detail:hover {
		color: #9c3a5f;
	}

.announcements-list {
	width: 100%;
}

	.announcements-list ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100%;

	}

		.announcements-list ul li {
			margin: 25px 0;
			/*padding-left: 17px;*/
			padding-right: 0px;
			/*background: url(../res/imgs/icon-disc.png) no-repeat;*/
			background-position: 3px 7px;
			height: 20px;
		}

.news-list td {
	border: 1px solid #808080;
}

.model-title {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.model-title-bg {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.model-title-left {
	background: url(../res/imgs/left.png) no-repeat;
	height: 30px;
	width: 311px;
	float: left;
	background-position-y: 5px;
}

.model-title-center {
	float: left;
	margin: 0 13px;
	font-size: 18px;
	height: 30px;
	color: #4d4d4d;
}

.model-title-right {
	background: url(../res/imgs/right.png) no-repeat;
	height: 30px;
	float: left;
	width: 311px;
	background-position-y: 5px;
}

.park-services-list {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
}

	.park-services-list li {
		width: 400px;
		height: 200px;
		float: left;
		text-align: center;
		padding-top: 30px;
	}

.park-services-list-item {
	display: inline;
	/*height:auto;
	width:auto;*/
	cursor: pointer;
}


.flip-container:hover .flipper {
	transform: rotateY(180deg);
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.park-services-list-item p {
	font-size: 16px;
	color: #262626;
}

.attract-information-list {
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	height: 450px;
}

	.attract-information-list li {
		width: 50%;
		height: auto;
		float: left;
	}

.attract-information-list-item {
	padding: 0 15px;
}

	.attract-information-list-item img {
		width: 100%;
		height: 350px;
		cursor: pointer;
	}

.attract-information-list-item-intro {
	margin-top: 15px;
}

.attract-information-list-item-title {
	color: #9c3a5f;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
}

	.attract-information-list-item-title:hover {
		color: #691429;
	}

.attract-information-list-item-detail {
	margin-top: 10px;
}

	.attract-information-list-item-detail div {
		background: url(../res/imgs/icon-disc-2.png) no-repeat;
		background-position: left center;
		padding-left: 20px;
		text-align: left;
		margin: 5px 0;
	}

		.attract-information-list-item-detail div a {
			color: #691429;
		}


.website-link {
	height: 130px;
	width: 100%;
	border-top: 2px solid #e8e8e8;
	margin-top: 50px;
}

.tag {
	/*margin:100px ;*/
	width: 150px;
	height: 160px;
	border: 5px solid #eeeeee;
	position: absolute;
	z-index: 2000;
	background-color: #eeeeee;
}

	.tag:before, .tag:after {
		content: "";
		display: block;
		border-width: 15px;
		position: absolute;
		top: -30px;
		left: 60px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #eeeeee transparent;
		font-size: 0;
		line-height: 0;
	}

/*.tag:after{
    bottom:-33px;
    border-color:#FFF transparent transparent;
}*/
.tag-weixin {
	text-align: center;
}

	.tag-weixin div {
		font-size: 16px;
		background-color: #eee;
		text-align: center;
		margin: 0 auto;
		padding: 6px;
		display: block;
		/*padding:6px 0;*/
	}

	.tag-weixin img {
		margin: 0 auto;
		margin-top: 5px;
	}
.list_item div
{
	cursor:pointer;
}
.list_item:hover div
{
	color:#7D3345;
}