.cb {
	clear: both;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#content {
	min-height: 400px;
	margin-bottom: 50px;
}
#footer {
	border-top: 1px solid #e6e6e6;
	padding: 30px 0;
	background: #f1f1f1 url(../../imgs/footer-bg.png) repeat-x;
}


.path {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 150px;
	z-index: 9;
	padding: 50px 0;
	font-size: 12px;
	color: #9a989b;
}
.path a {
	font-size: 12px;
	color: #9a989b;
}
.path span {
	margin-left: 5px;
}

.left-content {
	width: 200px;
}
.left-content-list {
	background: #f0f0f0;
	padding: 20px 15px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.left-content-list h1 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
.left-content-list li {
	list-style: none;
	height: 28px;
	background: url(../../imgs/l-c-l-bg.png) no-repeat;
	background-position: -5px -23px;
	padding-left: 15px;
}
.left-content-list li:hover, .left-content-list li.left-content-list-at {
	background-position: -5px 2px;
}
.left-content-list li a {
	font-size: 12px;
	color: #666666;
}
.left-content-list li:hover a, .left-content-list li.left-content-list-at a {
	color: #60ca82;
}
.left-content-list2 {
	background: #f0f0f0;
	padding: 20px 15px;
	padding-bottom: 0px;
}
.left-content-list2 li {
	padding: 13px 0;
	list-style: none;
	border-top: 1px solid #cccccc
}
.left-content-list2 li a {
	font-weight: bold;
	color: #ff6b3d;
}
.left-content-list2 li p {
	color: #999999;
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
}
.right-content {
	width: 780px;
}
.right-content .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 5px;
}
.right-content .desc {
	margin: 10px 0;
	line-height: 20px;
	font-size: 12px;
	color: #4d4d4d;
}


.banner-wrapper {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 0;
	height: 100%;
	z-index: 2;
}
.banner-desc {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 50%;
	margin-left: 250px;
}
.banner-desc h1 {
	font-size: 46px;
	font-family: "方正兰亭细黑_GBK";
	color: white;
}
.banner-desc p {
	font-family: "方正兰亭细黑_GBK";
	color: white;
	line-height: 20px;
	font-size: 13px;
	margin: 15px 0;
}
.banner-desc a {
	background: url(../../imgs/banner-btn.png) no-repeat;
	width: 132px;
	height: 35px;
	line-height: 35px;
	color: white;
	text-align: center;
	font-family: "方正兰亭细黑_GBK";
	font-size: 14px;
	display: block;
	margin: 20px 0;
}
.banner-desc a:hover {
	opacity: .9
}
.banner-navigation {
	position: absolute;
	height: 560px;
	left: 0;
	top: 0px;
	width: 220px;
	background: url(../../imgs/banner-navigation-bg.png) repeat;
	padding-top: 10px
}
.banner-navigation li {
	line-height: none;
	display: block;
	padding: 10px;
	width: 190px
}
.banner-navigation li img.fl {
	margin-right: 15px
}
.banner-navigation li a {
	font-weight: bold;
	color: white;
}
.banner-navigation li p {
	color: #afafaf;
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
}
.slides {
	width: 650px;
	height: 230px;
	position: relative;
	overflow: hidden
}
.slides .slides_container {
	width: 100%;
	height: 230px;
	display: block;
	position: relative;
	left: 0;
}
.slides .slide {
	width: 100%;
	display: inline-block;
}
.slides .item {
	float: left;
	width: 320px;
	margin-right: 5px
}
.slides .item a {
	color: #666666;
	line-height: 20px;
}
.slides .prev, .slides .next {
	position: absolute;
	top: 50px;
	text-indent: -999em;
	z-index: 99999;
	opacity: 1;
	width: 30px;
	height: 50px;
	top: 50%;
	margin-top: 0px
}
.slides .prev {
	left: 0;
	background: url(../../imgs/slide2_prev.png) no-repeat;
}
.slides .next {
	right: 0;
	background: url(../../imgs/slide2_next.png) no-repeat;
}
.tab-title {
	background: url(../../imgs/tab-title-bg.png) no-repeat;
	width: 125px;
	height: 30px;
	margin-bottom: 10px;
	line-height: 30px;
	color: white;
	font-size: 14px;
	padding-left: 10px
}
.events {
	margin-left: 28px;
}
.events a {
	position: relative;
	display: block
}
.events-cover {
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
+display:none
}
.events a:hover .events-cover {
	opacity: 1;
+display:block
}
.tab {
	margin: 15px auto
}
.slides2 {
	position: relative;
}
.slides2 .slides_container {
	width: 1000PX;
	height: 500px;
}
.slides2-title {
	width:255px;
	height:100%;
	background: #f0f0f0 url(../../imgs/slides2-title.png) no-repeat
}
.slides_container .slides_container_wrapper {
	height: 500px;
	display: block;
	width:100%
}
.slides_container .slides_container_wrapper h1 {
	height: 85px;
	padding: 0 20px;
	padding-top: 40px;
	width: 100%
}
.slides_container .slides_container_wrapper h1 a {
	color: white;
	font-size: 30px;
	font-family: "方正兰亭细黑_GBK";
	display: block;
	width: 100%
}
.slides_container .slides_container_wrapper h2 {
	font-size: 46px;
	font-family: "方正兰亭细黑_GBK";
	text-align: center;
	padding-top: 30px
}
.slides_container .slides_container_wrapper h3 {
	font-size: 24px;
	font-family: "方正兰亭细黑_GBK";
	text-align: center;
	padding-bottom: 30px
}
.slides_container .slides_container_wrapper p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding: 30px 15px
}
.slides2 .pagination {
	text-align: right;
	position: relative;
	bottom: 26px;
	right: 628px;
	z-index: 6
}
.slides2 .pagination li {
	display: inline;
	margin: 2px;
	background: #ff6c40;
}
.slides2 .pagination li a {
	width: 11px;
	height: 11px;
	background: url(../images/slide.png) no-repeat;
	overflow: hidden;
	display: inline-block;
	text-indent: -999em;
	position: relative;
	color: #ff6c40
}
.slides2 .pagination li.current a {
	background-position: 0 -14px
}
.slides2 .slides-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	background: url(../images/slides-desc.png) repeat;
	display: block;
	width: 100%;
	color: white;
	padding-left: 20px
}
.slides2-more {
	position: absolute;
	top: 470px;
	left: 15px
}
.slides2-desc {
	width:745px
}
.slides_container .slides_container_wrapper .slides2-desc p {
	text-align: right;
	padding:0;
	padding-left: 8px
}
.slides2-desc div {
	width: 682px;
	height: 137px;
	background: url(../../imgs/slides2-desc-bg.png);
	margin-top: -5px;
	margin-left: 3px;
	position: relative;
	padding: 0 30px;
	padding-top: 20px
}
.slides_container .slides_container_wrapper .slides2-desc div h1 {
	padding:0;
	height:auto;
	font-size: 18px;
	line-height: 22px;
}
.slides_container .slides_container_wrapper .slides2-desc div h2 {
	font-size: 12px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align:left;
	padding:0
}
.slides_container .slides_container_wrapper .slides2-desc div h3 {
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	padding:0;
	text-align:left
}
.tolink {
	position: absolute;
	bottom: 15px;
	right: 15px
}
.slides2-desc div h1 {
	color: white
}
.slides2-desc div h2 {
	color: white
}
.slides2-desc div h3 {
	color: white
}
.slides3 {
	height: 405px
}
.slides3 .slides_container {
	width: 100%;
	height: 405px;
	display: block;
	position: relative;
	left: 0;
}
.slides3 .slide {
	width: 100%;
	display: inline-block;
}
.slides3 .item {
	float: left;
	width: 100%;
	margin-right: 5px
}
.slides3 .prev, .slides3 .next {
	margin-top: -25px
}
.news {
	margin-left: 28px;
	background: #f0f0f0;
	width: 300px;
	height: 405px;
	padding: 0 10px
}
.news-btn > a {
	font-size: 16px;
	color: #60cb83;
	display: block;
	float: left;
	padding: 5px 10px;
}
.news-btn a.news-btn-at {
	background: #60cb83;
	color: white
}
.index-news-list {
	display: none;
	padding-top: 20px
}
.index-news-list li {
	list-style: none;
	padding-bottom: 15px
}
.index-news-list li hr {
	border: none;
	border-bottom: 1px solid #cccccc;
	height: 1px;
	margin-top: 10px
}
.index-news-list li a {
	line-height: 20px;
	color: #666666;
	font-size: 12px
}
.index-news-list li a.fl {
	margin-right: 10px;
	margin-bottom: 5px
}
.index-news-list li a.fl span {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: #999999;
}
.index-news-list li a b {
	color: #666666
}
.index-news-list li p {
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	margin: 5px 0
}
.index-news-list li .tips {
	width: 60px;
	height: 30PX;
	display: block;
	background: url(../../imgs/index-news-list-a-bg.jpg) no-repeat;
	color: white;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	margin-right: 10px
}
.index-news-list li > span {
	font-size: 12px;
	margin-left: 2px;
	color: #999999;
}
.news-show {
	display: block
}
.slides4 .slides_container {
	width: 1000px;
	height: 500px;
}
.slides4 .pagination {
	right:auto;
	left:-945PX
}
.slides4-desc {
	width:745px;
}
.slides4-title {
	width:255px;
	height:100%;
	background: #f0f0f0 url(../../imgs/slides2-title.png) no-repeat
}
.slides4-desc div {
	width: 682px;
	height: 137px;
	background: url(../../imgs/slides2-desc-bg.png);
	margin-top: -5px;
	margin-left: -3px;
	position: relative;
	padding: 0 30px;
	padding-top: 20px
}
.slides_container .slides_container_wrapper .slides4-desc div h1 {
	font-size: 18px;
	line-height: 22px;
	color: white;
	padding:0;
	height:auto
}
.slides_container .slides_container_wrapper .slides4-desc p {
	padding:0
}
.slides_container .slides_container_wrapper .slides4-desc div h2 {
	font-size: 12px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: white;
	text-align:left;
	padding:0
}
.slides_container .slides_container_wrapper .slides4-desc div h3 {
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	color: white;
	padding:0;
	text-align:left
}
.weibo {
	margin-right: 28px;
	background: #f0f0f0;
	width: 300px;
	height: 405px;
	padding: 0 10px
}
.slides5 {
	width: 100%;
	height: 98px;
	margin: 10px 0
}
.slides5 .slide {
	margin: 0 31px
}
.slides5 .item {
	width: 187px;
	height: 98px;
	margin-right: 1px
}
.slides5 .prev, .slides5 .next {
	top: 0px;
	height: 98px
}
.slides5 .prev {
	background: url(../../imgs/slide5_prev.png) no-repeat;
}
.slides5 .next {
	background: url(../../imgs/slide5_next.png) no-repeat;
}
.friend-link {
	width: 630px;
	background: #f0f0f0;
	padding-right: 10px;
	height: 120px;
	margin: 5px 0
}
.friend-link ul {
	margin: 0 7px;
	padding-bottom: 10px
}
.friend-link ul li {
	float: left;
	list-style: none;
	margin: 3px 4px;
+height:15px
}
.friend-link ul li a {
	color: #666666;
	font-size: 12px;
	white-space: nowrap
}
.friend-link ul li a:hover {
	color: black
}
.focus {
	height: 11px;
	position: absolute;
	bottom: 50px;
	z-index: 9999;
	width: 100%;
	text-align: right
}
.focus a {
	width: 80px;
	height: 54px;
	display: inline-block;
	margin-left: 5px;
	overflow: hidden;
	background: #606060;
	text-align: center;
}
.focus a img {
	width: 74px;
	height: 50px;
	_height: 37px;
	padding: 2px;
}
.focus a.on {
	background: #61cb83;
}
.next, .prev {
	position: absolute;
	z-index: 9999999;
	top: 50%;
	width: 54px;
	height: 78px;
	margin-top: -39px
}
.next {
	right: 0px;
	background: url(../../imgs/next.png) no-repeat;
}
.prev {
	left: 0px;
	background: url(../../imgs/prev.png) no-repeat;
	opacity: 0
}
.partner {
	width: 320px;
	background: #f0f0f0;
	height: 120px;
	margin: 5px 0
}

#banner {
	overflow: hidden;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: relative;
	height: 570px;
	padding-bottom: 35px
}
.banner {
	position: relative;
	height: 100%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
	height: 570px;
}
.banner .carousel {
	width: 1920px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -960px;
	height: 100%;
	overflow: hidden;
}
.banner .carousel ul {
	position: relative;
	height: 100%;
	overflow: hidden;
	width: 1920px;
	float: left;
}
.banner .carousel ul li {
	text-align: center;
	width: 1920px;
	float: left;
	height: 100%;
	position: absolute;
	display: block;
	opacity: 0;
	top: 0;
	filter: alpha(opacity=0)
}
.banner .carousel ul li img {
+height:100%;
	min-height: 100%;
	min-width: 75%
}
#banner.photoes {
	padding-bottom: 0;
	height: 580px;
}
#banner.photoes .prev {
	opacity: 1
}
#banner.photoes .banner {
	height: 580px;
}
#banner.photoes .banner-desc {
	right: 0!important;
	top: 50px!important;
	margin: 0!important;
	width: 320px;
	height: 270px;
	background: #60cb83;
	padding: 20px;
	display: none
}
#banner.photoes .banner-desc a {
	color: white;
	font-size: 14px;
	line-height: 25px;
	background:none;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left
}
#banner.photoes .banner-desc hr {
	border: none;
	border-bottom: 1px solid white;
	height: 1px;
	margin: 2px 0
}
#banner.photoes .banner-desc p {
	color: white;
	margin: 10px 0;
	line-height: 25px
}

.slides {
	width: 650px;
	height: 230px;
	position: relative;
	overflow: hidden
}
.slides .slides_container {
	width: 100%;
	height: 230px;
	display: block;
	position: relative;
	left: 0;
}
.slides .slide {
	width: 100%;
	display: inline-block;
}
.slides .item {
	float: left;
	width: 320px;
	margin-right: 5px
}
.slides .item a {
	color: #666666;
	line-height: 20px;
}
.slides .prev, .slides .next {
	position: absolute;
	top: 50px;
	text-indent: -999em;
	z-index: 99999;
	opacity: 1;
	width: 30px;
	height: 50px;
	top: 50%;
	margin-top: 0px
}
.slides .prev {
	left: 0;
	background: url(../../imgs/slide2_prev.png) no-repeat;
}
.slides .next {
	right: 0;
	background: url(../../imgs/slide2_next.png) no-repeat;
}



.photoes-info {
	position: absolute;
	right: 0;
	top: 50px
}
.photo-list {
	background: white;
	position: absolute;
	top: 580px;
	left: 0;
	height: 110px;
	z-index: 99;
	width: 100%
}
.photoes-totop {
	position: absolute;
	bottom: 100%;
	width: 63px;
	height: 30px;
	left: 50%;
	margin-left: -31.5px
}
.photoes-slides {
	height: 90px;
	width: 100%;
	margin: 10px 0
}
.photoes-slides .slides_container {
	width: 875PX;
	height: 90px;
	display: block;
	position: relative;
	left: 10px;
	margin: 0 auto
}
.photoes-slides .slide {
	width: 100%;
	display: inline-block;
	margin: 0px
}
.photoes-slides .item {
	float: left;
	width: 165px;
	height: 90px;
	margin-right: 10px;
	position: relative;
	overflow: hidden
}
.photoes-slides .prev, .photoes-slides .next {
	margin-top: -25px
}
#banner.photoes .p-i-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #60cb83;
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 90px;
	opacity: 0;
	display: none
}
#banner.photoes .item:hover .p-i-cover {
	opacity: 1;
	display: block
}
.right-news {
	width: 185px;
	margin-left: 15px;
}
.right_nav11{opacity: 0; padding-left:5px; width:150px;position: fixed; top: 160px; z-index: 9;}
.right_nav11 ul .shang{cursor: pointer; margin-left:4px; list-style:none; width:100%; font:12px/26px 微软雅黑; color:#000000;
text-indent:20px; background:url(../../imgs/aa1.jpg) no-repeat left 0 center;}
.right_nav11 ul .xia11{ display:none;}
.right_nav11 ul .xia11 ul{ border-top:none;}
.right_nav11 ul .xia11 ul li{ list-style:none; color:#adadad; font:12px/20px 微软雅黑; }
.right_nav11 ul .xia11 ul li p{margin-left: 7px; border-left:#d6d6d6 solid 1px;padding-left:28px; }
.right_nav11 ul .xia11 ul .on{ background:url(../../imgs/aa2.png) no-repeat left 0 center;}
.right_nav11 ul .xia11 ul li:hover{ background:url(../../imgs/aa2.png) no-repeat left 0 center;}
.right_nav11 ul .xia11 ul .on p{ border-left:none; color:#60cb83;}
.right_nav11 ul .xia11 ul li:hover p{ border-left:none; color:#60cb83;}

@media screen and ( max-width:1350px){
	.right_nav11{display:none;}
}




.r-c-middle-size {
	width: 580px
}
.right-news-list {
	padding-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px
}
.right-news-list h1 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
+margin-bottom:0px;
}
.right-news-list > a {
	padding: 10px 0;
	display: block;
	position: relative;
}
.right-news-list a > img {
 +position:relative;
+top:5px;
}
.right-news-list > li >a > img {
 +left:-12px;
+padding:10px 0;
}
.right-news-list.right-news-list2 > li >a > img {
 +padding:0
}
.right-news-list > li > a {
 +position:relative
}
.right-news-list > a .date-num {
	top: 10px;
+top:15px
}
.right-news-list > li > a .date-num {
 +left:-12px;
+top:5px
}
.right-news-list li {
	list-style: none;
	margin: 5px 0;
	background: url(../../imgs/l-c-l-bg.png) no-repeat;
	background-position: -5px -25px;
	padding-left: 15px;
}
.right-news-list li:hover {
	background: url(../../imgs/l-c-l-bg2.png) no-repeat;
	background-position: -5px -26px;
}
.right-news-list li a {
	font-size: 12px;
	color: #666666;
	line-height: 18px
}
.right-news-list li a:hover {
	font-size: 12px;
	color: #60ca82;
	text-decoration: underline
}
.right-news-list2 {
	border: none
}
.right-news-list2 li {
	border-bottom: 1px solid #cccccc;
+border:none;
	padding-bottom: 10px;
	width: 170px
}
.ten-views {
	margin: 15px 0
}
.ten-views-list {
	display: inline-block;
}
.ten-views-list h1 {
	font-size: 17px;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 290px;
	height: 40px;
	line-height: 40px;
	background: url(../../imgs/ten-view-list-h1-bg.bmp) no-repeat;
	float: left
}
.ten-views-list li {
	list-style: none;
	float: left;
	width: 144px;
	height: 40px;
	background: #f0f0f0;
	text-align: center;
	margin-left: 1px;
	margin-bottom: 1px
}
.ten-views-list li a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	font-size: 13px
}
.ten-views-list li:hover, .ten-views-list li.ten-views-list-at {
	background: #60cb83
}
.ten-views-list li:hover a, .ten-views-list li.ten-views-list-at a {
	color: white
}
.ten-views-box {
	display: none;
}
.ten-views-box-show {
	display: block
}
.ten-views-box h2 {
	font-size: 14px;
	color: #60ca80;
	font-weight: bold;
	padding: 20px 0
}
.ten-views-box p {
	line-height: 22px
}
.ten-views-box img.fr {
	margin-left: 15px
}
.news-slides {
	height: 336px;
	width: 100%;
	margin: 0;
	background: #f0f0f0;
	margin-bottom: 20px
}
.news-slides .slides_container {
	width: 100%;
	height: 336px;
	display: block;
	position: relative;
	left: 0;
	background: none
}
.news-slides .slide {
	width: 100%;
	display: inline-block;
	margin: 0px
}
.news-slides .item {
	float: left;
	width: 100%;
	height: 336px;
	margin-right: 10px;
	position: relative;
	overflow: hidden
}
.news-slides .prev, .news-slides .next {
	margin-top: -25px;
	opacity: 1;
	display: none
}
.news-slide-wrapper {
	padding: 20px;
	width: 235px
}
.news-slide-wrapper h3 {
	font-weight: bold;
	font-size: 14px
}
.news-slide-wrapper h4 {
	font-size: 12px;
	color: #9a9a9a;
	margin: 10px 0
}
.news-slide-wrapper p {
	font-size: 12px;
	line-height: 20px;
	margin: 35px 0;
}
.news-list {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.news-list li {
	list-style: none;
	height: 135px;
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	padding-bottom: 10px;
	overflow:hidden;
}
.news-list h1 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: black;
}
.news-list li a.fl {
	margin-right: 20px;
	height: 100%;
}
.news-list li a {
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding-bottom: 5px;
	display: block;
}
.news-list li span {
	display: block;
	margin: 6px 0;
	font-size: 12px;
}
.news-list li p {
	font-size: 12px;
	color: #656565;
	line-height: 22px;
	margin-bottom: 25px;
}
#content .news-read-more {
	color: #9a9a9a;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 100;
}
.core-area-slides {
	height: 245px;
	width: 100%;
	margin: 0;
	background: #f0f0f0;
}
.core-area-slides .slides_container {
	width: 100%;
	height: 245px;
	display: block;
	position: relative;
	left: 0;
	background: none;
}
.core-area-slides .slide {
	width: 100%;
	display: inline-block;
	margin: 0px;
}
.core-area-slides .item {
	float: left;
	width: 100%;
	height: 245px;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.core-area-slides .prev, .core-area-slides .next {
	margin-top: -25px;
	opacity: 1;
}
.core-area-list {
	padding-bottom: 20px;
}
.core-area-list li {
	list-style: none;
	width: 183px;
	height: 40px;
	background: url(../../imgs/core-area-list-bg.png) no-repeat;
	background-position: 0 -42px;
	margin-bottom: 1px;
}
.core-area-list li a {
	color: #656565;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}
.core-area-list li:hover, .core-area-list li.core-area-list-at {
	background-position: 0 0;
}
.core-area-list li:hover a, .core-area-list li.core-area-list-at a {
	color: white;
}
.hsz {
	margin: 20px 0;
}
.other-scenery {
	display: inline-block;
	margin-bottom: 50px;
}
.other-scenery h1 {
	font-size: 14px;
	font-weight: bold;
	color: #4d4d4d;
	margin: 20px 0;
}
.other-scenery li {
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
	list-style: none;
}
.other-scenery li a {
	font-size: 12px;
	font-weight: bold;
	color: #;
}
.other-scenery li p {
	margin: 10px 0;
	line-height: 18px;
}
.video-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../../imgs/video-bg.png) repeat;
	left: 0;
	top: 0;
	z-index: 99999999;
	display: none;
}
.video {
	width: 478px;
	height: 400px;
	border: 2px solid white;
	display: block;
	background: black;
	position: absolute;
	left: 50%;
	margin-left: -287.5px;
	top: 50%;
	margin-top: -187.5px;
	z-index: 9999;
	padding:16px 2px 0 0;
}
.video-close {
	position: absolute;
	right: -15px;
	top: -15px;
}
.core-area-view {
	margin-bottom: 20px;
	position: relative;
}
.core-area-view-desc {
	padding: 15px 20px;
	background: #60cb83;
	padding-bottom: 25px;
	width: 740px;
}
.core-area-view-desc h1 {
	color: white;
	font-size: 16px;
	line-height: 25px;
}
.core-area-view-desc h2 {
	color: white;
	font-size: 14px;
	line-height: 20px;
}

.accommodation-view {
	margin-bottom: 20px;
	position: relative;
}
.accommodation-view-desc {
	padding: 15px 20px;
	background: #60cb83;
	padding-bottom: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 740px;
}
.accommodation-view-desc h1 {
	color: white;
	font-size: 16px;
	line-height: 25px;
}
.accommodation-view-desc h2 {
	color: white;
	font-size: 14px;
	line-height: 20px;
}

.ticket-booking-slides {
	height: 325px;
	width: 100%;
	margin: 0;
}
.ticket-booking-slides .slides_container {
	width: 100%;
	height: 270px;
	display: block;
	position: relative;
	left: 0;
	background: none;
}
.ticket-booking-slides .slide {
	width: 100%;
	display: inline-block;
	margin: 0px;
}
.ticket-booking-slides .item {
	float: left;
	width: 180px;
	height: 270px;
	margin: 0;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}
@media only screen and (min-height:0px) {
.ticket-booking-slides .item {
	margin: 0;
	margin-right: 20px;
}
.ticket-booking-slides .item:nth-child(3) {
	margin-right: 0;
}
}
.ticket-booking-slides .prev, .ticket-booking-slides .next {
	margin-top: -25px;
	opacity: 1;
}
.ticket-booking-slides h1 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-bottom: 20px;
}
.sightseeing-tickets {
	padding: 20px 0px;
	padding-bottom: 10px;
}
.sightseeing-tickets-list li {
	list-style: none;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
	height: 130px;
	position: relative;
	overflow: hidden;
}
.sightseeing-tickets-list h1 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
.sightseeing-tickets-list li a.fl {
	margin-right: 10px
}
.sightseeing-tickets-list li a {
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding-bottom: 5px;
	display: inline-block;
	z-index: 1
}
.sightseeing-tickets-list li div {
	margin-top: 5px
}
.sightseeing-tickets-list li div span {
	margin-right: 5px
}
.sightseeing-tickets-list li p {
	line-height: 25px;
	font-size: 12px;
	margin-bottom: 25px
}
#wrapper .heart {
	padding-left: 30px;
	background: url(../../imgs/heart.jpg) no-repeat;
	background-position: 5px -1px;
	border-left: 1px solid #cccccc;
	overflow: hidden;
	font-weight: 100;
	font-size: 10px;
	color: #505632;
	z-index: 2
}
.page-list {
	_height: 35px;
	padding: 30px 0px;
	text-align: right;
	margin-top: 30px
}
.page-list a {
	background: white;
	border: 1px solid #d6d6d6;
	padding: 10px 13px;
	width: 30px;
	height: 30px;
	color: #787878;
	margin:0 5px;
	line-height: 30px;
}
.page-list a.page-list-hover {
	color: #61cc84;
	border: 1px solid #61cc84;
}
.page-list a.page-prev {
	margin-right: 3px;
}
.page-list a.page-next {
	margin-left: 1px;
}
.page-list a:hover {
	color: #61cc84;
	border: 1px solid #61cc84;
}
.snacks {
	padding: 20px 0px;
	padding-bottom: 10px;
}
.snacks h1 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
.snacks li {
	position: relative;
	list-style: none;
	float: left;
	margin: 4px;
	overflow: hidden;
}
 @media only screen and (min-height:0px) {
.snacks li {
	margin-left: 0;
	margin-right: 15px;
	margin-top: 10px
}
.snacks li:nth-child(3), .snacks li:nth-child(5), .snacks li:nth-child(7), .snacks li:nth-child(9) {
	margin-right: 0
}
}
.snacks-desc {
	padding: 10px;
	height: 55px;
	background: #60cb83;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 155px;
	left: 0;
	width: 100%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.snacks-desc p {
	font-weight: 100;
	margin: 10px 0;
}
.snacks li:hover .snacks-desc {
	top: 115px;
}
.snacks-desc a {
	position: absolute;
	top: 10px;
	right: 30px
}
.hotel-list {
	padding: 20px 0px;
	padding-bottom: 10px;
	display: inline-block
}
.hotel-list h1 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
.hotel-list li {
	list-style: none;
	float: left;
	width: 180px;
	position: relative;
	margin: 6px;
}
.hotel-list li a {
	font-size: 12px;
	color: #727272;
	line-height: 39px;
}
.hotel-list li:hover a {
	color: #61cc84;
}
.hotel-list li img{ height:121px;}
.hotel-list li .h-l-cover {
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 81px;
	background: #64c07d;
	z-index: 9;
	padding: 20px;
	opacity: 0;
	display: none
}
.h-l-cover b {
	color: white;
	display: block
}
.h-l-cover span {
	display: block;
	margin: 10px 0;
	color: white;
	line-height: 20px
}
.hotel-list li:hover .h-l-cover {
	opacity: 1;
	display: block
}
@media only screen and (min-height:0px) {
.hotel-list li {
	margin: 6px 0;
	margin-right: 20px
}
.hotel-list li:nth-child(4), .hotel-list li:nth-child(7), .hotel-list li:nth-child(10), .hotel-list li:nth-child(13) {
	margin: 6px 0
}
}
.complaints-slides {
	height: 310px;
	width: 100%;
	margin: 0;
	margin-bottom: 10px
}
.complaints-slides .slides_container {
	width: 100%;
	height: 310px;
	display: block;
	position: relative;
	left: 0;
	background: none
}
.complaints-slides .slide {
	width: 100%;
	display: inline-block;
	margin: 0px
}
.complaints-slides .item {
	float: left;
	width: 100%;
	height: 310px;
	margin: 0;
	position: relative;
	overflow: hidden;
	margin: 0px
}
.complaints-slides .prev, .complaints-slides .next {
	margin-top: -25px;
	opacity: 1;
}
.complaints-slides p {
	font-size: 12px;
	color: white;
	height: 30px;
	line-height: 30px;
	background: #60cb82;
	padding-left: 10px
}
.complaints-content {
	padding: 10px 0
}
.complaints-content h1 {
	font-size: 14px;
	color: #595959;
	line-height: 25px;
	margin: 5px 0;
	font-weight: bold
}
.complaints-title {
	height: 26px;
	border-bottom: 1px solid #61cc83
}
.complaints-title span {
	display: inline-block;
	padding: 5px 10px;
	background: #61cc83;
	color: white;
	font-size: 14px;
+margin-top:3px
}
.post-box {
	margin: 20px 0;
	display: inline-block;
	width: 100%
}
.user-img {
	background: #61cc83;
	display: inline-block
}
.user-img img {
	border: 2px solid white;
	position: relative;
	left: -1px;
	top: -1px
}
.login-info {
	width: 70px;
	margin-right: 20;
	float: left;
	text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.login-info a {
	font-size: 12px;
	color: #666666;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	text-decoration: underline
}
.post-text {
	width: 470px;
	height: 70px;
	float: right;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
	padding: 10px
}
.submin-post {
	padding: 10px 0;
	clear: both;
	border-bottom: 1px solid #cccccc
}
.submin-post input {
	background: url(../../imgs/submin-post.png) no-repeat;
	width: 58px;
	height: 18px;
	float: right;
	border: none
}
.post-wrod {
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3;
}
.p-w-content {
	width: 490px;
	float: right;
}
.p-w-content p {
	line-height: 20px;
	font-size: 12px
}
.p-w-content p span {
	margin-right: 5px;
	color: #595959;
	font-size: 12px
}
.p-w-content a {
	color: white;
	padding: 0px 5px;
	background: #60cb82;
	margin-top: 10px;
	display: inline-block
}
.p-w-content p span.fr {
	margin-top: 10px
}
.classic-route .sightseeing-tickets-list h1 {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px
}
.classic-route .sightseeing-tickets-list li {
	position: relative
}
.classic-route .sightseeing-tickets-list li p {
	margin-bottom: 10px
}
.classic-route .sightseeing-tickets-list li p a {
	color: #60cb82;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 100;
}
.date-num {
	width: 115px;
	height: 30px;
	background: url(../../imgs/tab-title-bg.png) no-repeat;
	line-height: 30px;
	padding: 0 10px;
	color: white;
	position: absolute;
	top: 15px;
	left: 0
}
.c-r-slides {
	height: 350px;
	width: 100%;
	margin: 0;
	margin-bottom: 10px
}
.c-r-slides .slides_container {
	height: 350px;
}
.c-r-slides .item {
	height: 350px;
}
.s-g-list hr {
	margin-top: 20px;
	border: none;
	border-bottom: 1px solid #cccccc;
	height: 1px;
}
.s-g-list li {
	list-style: none;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
	height: 130px;
	position: relative
}
.s-g-list h1 {
	font-size: 14px;
	color: #3d290e;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
+margin-bottom:0px
}
.s-g-list li a.fl {
	margin-right: 15px
}
.s-g-list li a {
	font-size: 12px;
	color: #999999;
	padding-bottom: 5px;
	display: inline-block;
	z-index: 1;
	text-decoration: underline;
}
.s-g-list li p {
	height: 70px;
	margin: 10px 0;
	line-height: 22px;
	font-size: 12px
}
.travel-slides {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
.travel-slides h1 {
	font-size: 14px;
	color: #3d290e;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px
}
.travel-slides .slides_container {
	width: 100%;
	height: 190px;
	display: block;
	position: relative;
	left: 0;
	background: none;
}
.travel-slides .slide {
	width: 100%;
	display: inline-block;
	margin: 0px
}
.travel-slides .item {
	float: left;
	width: 280px;
	height: 190px;
	margin: 0;
	position: relative;
	overflow: hidden;
	margin: 0 5px
}
@media only screen and (min-height:0px) {
.travel-slides .item {
	margin: 0;
	margin-right: 20px
}
.travel-slides .item:nth-child(2) {
	margin: 0
}
}
.travel-slides .prev, .travel-slides .next {
	margin-top: 0px;
	opacity: 1;
}
.travel-item-desc {
	padding: 10px;
	height: 55px;
	background: #60cb83;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 155px;
	left: 0;
	width: 100%;
+top:160px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.travel-item-desc p {
	font-weight: 100;
	margin: 10px 0;
}
.travel-slides .item:hover .travel-item-desc {
	top: 115px;
}
.travel-item-desc a {
	position: absolute;
	top: 10px;
	right: 30px
}
.nightlife-slides {
	height: auto;
	width: 100%;
}
.nightlife-slides h1 {
	font-size: 14px;
	color: #3d290e;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px
}
.nightlife-slides .slides_container {
	width: 100%;
	height: 210px;
	display: block;
	position: relative;
	left: 0;
	background: none;
}
.nightlife-slides .slide {
	width: 100%;
	display: inline-block;
	margin: 0px
}
.nightlife-slides .item {
	float: left;
	width: 280px;
	height: 210px;
	margin: 0;
	position: relative;
	overflow: hidden;
	margin: 0 5px
}
.nightlife-slides .prev, .nightlife-slides .next {
	margin-top: 0px;
	opacity: 1;
}
.nightlife-item-desc {
	padding: 10px;
	background: #60cb83;
	color: white;
	font-weight: bold;
	width: 258px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0
}
.news-title {
	font-size: 14px;
	color: #3d290e;
	font-weight: bold;
}
.news-info {
	font-size: 12px;
	color: #999999;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc
}
.news-info a {
	font-size: 12px;
	color: #999999;
}
.news-detail-content {
	padding: 10px 0
}
.news-detail-content p {
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	margin: 20px 0
}
.news-detail p {
	font-size: 12px;
	color: #333333;
	line-height: 22px
}
.news-share {
	line-height: 25px;
	background: #f4f4f4;
	padding: 6px 0;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	margin-top: 50px;
}
.news-share dt {
	padding: 0 10px;
	height:44px;
	line-height: 44px;
	font-family: "宋体";
	font-size: 13px;
	color: #666;
}
.news-share a {
	color: #999999;
	font-size: 12px;
	height:44px;
	line-height: 44px;
	
}
.news-other {
	margin-bottom: 50px
}
.news-other h1 {
	font-size: 14px;
	color: #7d0000;
	margin-top: 22px;
	margin-bottom: 17px
}
.news-other li {
	list-style: none;
	display: block;
	margin: 7px 0
}
.news-other li img {
	position: relative;
	margin-right: 3px
}
.news-other li a {
	font-size: 12px;
	color: #666666
}
.news-other li span {
	margin-left: 20px
}
.news-other li a:hover {
	color: #7d0000;
	text-decoration: underline
}
.jiathis_style_24x24 .jtico {
	background: url(../../imgs/share.png)!important
}
.jiathis_style_24x24 .jtico_qzone {
	background-position: -28px 0px!important
}
.jiathis_style_24x24 .jtico_tsina {
	background-position: -87px 0px!important
}
.jiathis_style_24x24 .jtico_qq {
	background-position: -58px 0px!important
}
.jiathis_style_24x24 .jtico_jiathis {
	background-position: -113px 0px!important;
}
.news-message .post-text {
	width: 670px;
	height: 70px;
}
.news-message .p-w-content {
	width: 690px;
}
.message-wrod {
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3;
}
.p-w-content a.user-name {
	color: #353534;
	padding: 0px;
	background: none;
	margin-top: 0px;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px
}
.rating {
	margin: 20px 0;
}
.rating a {
	font-size: 12px;
	color: #999999;
}
.rating b a {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	background: url(../../imgs/start.png) no-repeat;
	background-position: -16px 0
}
.rating b a.red-start {
	background-position: 0 0
}
.consumer h1 {
	font-size: 14px;
	color: #4f4f4f;
	font-weight: bold;
	margin: 15px 0
}
.consumer h2 {
	font-size: 12px;
	color: #666666;
	margin: 15px 0;
	line-height: 25px
}
.consumer hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #cccccc
}
.consumer-slides {
	height: 270px;
	width: 100%;
	margin: 0;
	margin-bottom: 10px
}
.consumer-slides .slides_container {
	width: 100%;
	height: 270px;
	display: block;
	position: relative;
	left: 0;
	background: none
}
.consumer-slides .slide {
	width: 100%;
	display: inline-block;
	margin: 0px
}
.consumer-slides .item {
	float: left;
	width: 100%;
	height: 270px;
	margin: 0;
	position: relative;
	overflow: hidden;
	margin: 0px
}
.consumer-slides .prev, .consumer-slides .next {
	margin-top: -25px;
	opacity: 1;
}
.consumer-list li {
	list-style: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px
}
.consumer-list li a.fl {
	margin-right: 15px
}
.consumer-list li p {
	font-size: 12px;
	line-height: 25px;
	color: #666666
}
.consumer-header {
	width: 100%;
	height: 1456px;
	position: relative;
	background: url(../../imgs/201410031230.png) no-repeat center center;

	font-family: "[FZLTXHK]", "微软雅黑"
}
.consumer-header h1 {
	font-size: 30px;
	font-family: "[FZLTXHK]", "微软雅黑";
}
.consumer-header p {
	font-size: 14px;
	color: #171717;
	line-height: 22px;
	font-family: "[FZLTXHK]", "微软雅黑";
	margin: 10px 0
}
.meishi {
	position: absolute;
	top: 480px;
	right: 100px;
	width: 375px
}
.meishi h1 {
	color: #61cc81
}
.meishi a {
	background: #61cc81;
	padding: 3px 5px;
	color: white;
	display: block;
	float: left;
	margin-top: 10px
}
.meishi a img {
	margin: 0 5px;
}
.techan {
	position: absolute;
	top: 775px;
	left: 100px;
	width: 375px
}
.techan h1 {
	color: #ff6b3e
}
.techan a {
	background: #ff6b3e;
	padding: 3px 5px;
	color: white;
	display: block;
	float: left;
	margin-top: 10px
}
.techan a img {
	margin: 0 5px;
}
.yule {
	position: absolute;
	top: 1200px;
	right: 100px;
	width: 375px
}
.yule h1 {
	color: #00c0aa
}
.yule a {
	background: #00c0aa;
	padding: 3px 5px;
	color: white;
	display: block;
	float: left;
	margin-top: 10px;
}
.yule a img {
	margin: 0 5px;
}
.accommodation-list {
	margin-bottom: 20px;
}
.accommodation-list h1 {
	font-size: 14px;
	color: #4f4f4f;
	font-weight: bold;
	margin-bottom: 20px;
}
.accommodation-list li {
	list-style: none;
	margin-bottom: 20px;
	background: #f0f0f0;
	height: 150px;
	overflow:hidden;
}
.accommodation-list li:hover {
	background: #60cb82;
}
.accommodation-list li a.fl {
	margin-right: 20px;
}
.accommodation-list li div {
	padding-top: 10px;
}
.accommodation-list li h2 {
	font-weight: bold;
	font-size: 12px;
	color: #4f4f50;
	margin: 10px 0
}
.accommodation-list li p {
	font-size: 12px;
	color: #4f4f4f;
	line-height: 25px;
	margin-bottom: 20px
}
.accommodation-list li:hover a, .accommodation-list li:hover h2, .accommodation-list li:hover p {
	color: white!important
}
.accommodation-list2 h1 {
	font-size: 14px;
	color: #4f4f4f;
	font-weight: bold
}
.accommodation-list2 li {
	width: 181px;
	float: left;
	margin: 20px 7px;
	list-style: none
}
@media only screen and (min-height:0px) {
.accommodation-list2 li {
	margin: 20px 0px;
	margin-right: 18px
}
.accommodation-list2 li:nth-child(5) {
	margin-right: 0
}
}
.accommodation-list2 li div {
	background: url(../../imgs/l-c-l-bg.png) no-repeat;
	background-position: -5px -23px;
	padding-left: 15px;
	margin: 5px 0;
}
.accommodation-list2 li:hover div {
	background: url(../../imgs/l-c-l-bg2.png) no-repeat;
	background-position: -5px -24px;
}
.accommodation-list2 li div a {
	color: #4f4f4f;
	line-height: 22px;
	font-size: 12px
}
.accommodation-list2 li:hover div a {
	color: #49bb6d;
	text-decoration: underline
}
.a-d-slides {
	height: 300px;
	width: 100%;
	margin: 0;
	margin-bottom: 10px
}
.a-d-slides .slides_container {
	height: 300px;
}
.a-d-slides .item {
	height: 300px;
	position: relative
}
.a-d-slides .item p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
}
.accommodation-detail p {
	padding: 5px 0;
	line-height: 30px
}
.a-d-maps {
	width: 510px;
	margin-right: 10px
}
.a-d-maps-info {
	width: 250px;
	margin-left: 10px
}
.a-d-maps-info li {
	list-style: none;
	height: 40px;
	line-height: 40px;
	background: #f0f0f0;
	border-bottom: 1px solid white;
	padding: 0 20px
}
.a-d-maps-info li a {
	color: #666666;
	display: block
}
.a-d-maps-info li:hover, .a-d-maps-info li.a-d-m-i-l-at {
	background: #60cb82
}
.a-d-maps-info li:hover a, .a-d-maps-info li.a-d-m-i-l-at a {
	color: white
}
.a-d-maps-info li:hover a span, .a-d-maps-info li.a-d-m-i-l-at a span {
	color: #60cb82
}
.a-d-maps-info hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #cccccc
}
.a-d-m-i-l-detail {
	display:none
}
.a-d-m-i-l-detail-show {
	display:block
}
.event-content {
	padding: 20px 0
}
.e-d-slides {
	height: 250px;
	width: 100%;
	margin: 0;
	margin-bottom: 10px
}
.e-d-slides .slides_container {
	height: 250px;
}
.e-d-slides .item {
	height: 250px;
	position: relative
}
.event-content h1 {
	font-size: 14px;
	color: #3d290e;
	font-weight: bold;
	margin: 10px 0
}
.event-content p {
	font-size: 12px;
	color: #4f4f4f;
	line-height: 22px;
	margin: 5px 0
}
.event-header {
	width: 100%;
	position: relative;
	background: url(../../imgs/201410041245.png) no-repeat center top;
	
	font-family: "[FZLTXHK]", "微软雅黑"
}
.event-header h1 {
	font-size: 30px;
	font-family: "[FZLTXHK]", "微软雅黑";
}
.event-header p {
	font-size: 14px;
	color: #171717;
	line-height: 22px;
	font-family: "[FZLTXHK]", "微软雅黑";
	margin: 10px 0
}
.event-header .wrapper {
	overflow: hidden;
	height: 100%
}
.event-list {
	margin-top: 425px;
	width: 1100px
}
.event-list li {
	background: url(../../imgs/event-list-bg.png) no-repeat;
	width: 280px;
	height: 270px;
	list-style: none;
	float: left;
	padding: 30px 15px;
	margin-right: 30px;
	margin-bottom: 30px
}
.event-list li .event-read-more {
	width: 85px;
	background: url(../../imgs/event-read-more.png) no-repeat;
	display: block;
	height: 30px;
	line-height: 32px;
	padding-left: 15px;
	color: white;
	margin-top: 10px;
	margin-left: 20px;
	transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
}
.event-list li:hover .event-read-more {
	background-position: -104px 0;
}
.video-slides {
	width: 100%;
	height: 190px;
	margin: 10px 0
}
.video-slides .slide {
	margin: 0 5px
}
.video-slides .item {
	width: 180px;
	height: 190px;
	margin-right: 15px
}
.video-slides .prev, .video-slides .next {
	margin-top: -25px;
}
.video-slides .item a {
	font-size: 12PX;
	color: #60cb82;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;

}
.video-slides .item p {
	font-size: 12px;
	color: #4f4f4f;
	line-height: 25px
}
.CuPlayer-title {
	font-size: 14px;
	color: #4f4f4f;
	font-weight: bold;
	margin-bottom: 10px
}
#CuPlayer {
	padding: 5px 0
}
.sence h1 {
	font-size: 14px;
	color: #4f4f4f;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px
}
.sence p {
	line-height: 25px
}
.sence-detail h1 {
	font-size: 14px;
	color: #4f4f4f;
	font-weight: bold;
	margin-bottom: 15px;
}
.sence-detail p {
	line-height: 25px;
	margin-bottom: 15px
}
.news-detail-content h1 {
	font-size: 14px;
	color: #595959;
	margin: 20px 0;
	font-weight: bold
}
.c-r-list li {
	list-style: none;
	display: block;
	width: 100%;
	height: 130px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px
}
.c-r-list h1 {
	font-size: 14px;
	color: #595959;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 0px
}
.c-r-list p {
	line-height: 25px
}
.c-r-l-info {
	width: 80px;
	height: 100%
}
.c-r-l-info p {
	color: #999999;
}
.c-r-l-info p span {
	padding: 3px 5px;
	background: #60cb82;
	color: white
}
.c-r-l-info a {
	margin-top: 10px;
	color: #60cb82;
	font-size: 12px;
	display: block
}
.c-r-list .news-read-more {
	margin-top: 20px;
	display: block
}
.c-r-list .heart {
	position: relative;
	top: 5px;
	right: 15px
}
.ticket-booking h1 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-bottom: 20px;
}
.t-b-d-v-btn a {
	border: 1px solid #d0d0d0;
	display: block;
	float: left;
	margin: 10px 3px;
	padding: 1px
}
.t-b-d-v-btn a.t-b-d-v-btn-at {
	border: 1px solid #6ccf8b
}
.t-b-d-view {
	width: 460px;
	position: relative
}
.t-b-d-v-prev {
	position: absolute;
	left: 0;
	top: 130px
}
.t-b-d-v-next {
	position: absolute;
	right: 0;
	top: 130px
}
.t-b-d-info {
	width: 310px
}
.t-b-d-info h2 {
	margin-bottom: 10px;
}
.t-b-d-info hr {
	border: none;
	height: 1px;
	border-bottom: 1px solid #e7e7e7;
	margin: 10px 0
}
.t-b-d-i-date {
	font-size: 12px;
	color: #666666;
	height: 32px;
	line-height: 32px;
	margin: 20px 0;
	width: 175px;
	background: url(../../imgs/t-b-d-i-date-bg.png) no-repeat;
	position: relative
}
.t-b-d-i-date a {
	margin-left: 25px;
	width: 110px;
	color: #666666;
	display: inline-block;
}
.t-b-d-i-date ul {
	position: absolute;
	left: 35px;
	top: 100%;
	display: none
}
.t-b-d-i-date ul li {
	list-style: none;
	background: white;
	border: 1px solid #e7e7e7;
	border-top: none;
	width: 133px
}
.t-b-d-i-date ul li a {
	display: block;
	width: auto;
}
.t-b-d-info table {
	border: 1px solid #f5f5f5
}
.t-b-d-info th {
	background: #f5f5f5
}
.t-b-d-info td, .t-b-d-info th {
	padding-left: 40px;
	height: 30px;
	font-size: 12px;
	color: #666666
}
.t-b-d-info td {
	height: 40px
}
.t-b-d-info button {
	margin-top: 80px
}
.yy {
	width: 120px;
	height: 30px;
	background: #ff6b3e;
	border: none;
	color: white;
	margin-right: 10px
}
.gm {
	width: 120px;
	height: 30px;
	background: #61cc81;
	border: none;
	color: white
}
.ticket-booking .t-b-line {
	height: 1px;
	border: none;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 20px;
	margin-bottom: 20px
}
.ticket-booking P {
	line-height: 20px
}
.yd-form {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../../imgs/yd-form-bg.png) repeat;
	z-index: 99999;
	display: none
}
.yd-form form {
	width: 790px;
	height: 380px;
	border: 5px solid white;
	background: #f5f5f5;
	position: absolute;
	left: 50%;
	margin-left: -405px;
	top: 50%;
	margin-top: -210px;
	padding: 20px 10px
}
.yd-form form h1 {
	font-size: 14px;
	color: #61cc81;
	font-weight: bold
}
.yd-form form table {
	margin: 20px 0;
	margin-left: -5PX
}
.yd-form form table td {
	font-size: 12px;
	color: #4f4f4f;
	padding: 0 5px;
	white-space: nowrap;
	height: 50px
}
.yd-form form table td input {
	border: none;
	height: 31px;
	padding: 0 10px;
	line-height: 31px
}
.input01 {
	background: url(../../imgs/input01.png) no-repeat;
	width: 130px;
	margin-right: 25px;
}
.input02 {
	background: url(../../imgs/input02.png) no-repeat;
	width: 325px;
}
.input03 {
	background: url(../../imgs/input03.png) no-repeat;
	width: 100px;
	margin-right: 5px
}
.yd-form form table td .radio {
	margin: 0 10px;
	height: auto
}
.yd-form form table td textarea {
	width: 710px;
	height: 110px;
	border: none;
	padding: 10px;
	background: url(../../imgs/textarea01.png) no-repeat
}
.yd-form form table td a {
	text-decoration: underline;
	font-size: 12px;
	color: #61cc81
}
.submit {
	background: #ff6b3e;
	text-align: center;
	color: white;
	letter-spacing: 5px;
	width: 120px;
	height: 31px;
	border: none
}
.yd-form .close {
	position: absolute;
	right: -15px;
	bottom: 97%
}
.login-title {
	font-size: 14px;
	font-weight: bold;
	color: #61cc81
}
.login-table td {
	font-size: 12px;
	color: #4f4f4f;
	padding: 0 5px;
	white-space: nowrap;
	height: 50px;
}
.login-table input {
	border: none;
	height: 31px;
	padding: 0 10px;
	line-height: 31px
}
.login-table td a {
	text-decoration: underline;
	font-size: 12px;
	color: #4f4f4f
}
.login-table .checkbox {
	margin-left: 10px;
	margin-right: 5px;
	height: auto;
	position: relative;
	top: 2px
}
.login-table td span {
	font-size: 10px;
	margin: 0 5px
}
.cooperation {
	width: 300px;
}
.cooperation P {
	margin-left: 13px;
}
.login-btn {
	display: block;
	width: 145px;
	margin: 10px 0;
	margin-left: 13px;
}
.login-user {
	margin-top: 20px;
}
.login-user p {
	margin: 10px 0;
	margin-left: 13px;
}
.login-user li {
	list-style: none;
	float: left;
	width: 86px;
	height: 56px;
	float: left;
	margin-left: 13px;
	margin-bottom: 13px
}
.login-user li a {
	padding: 1px;
	background: white;
	border: 1px solid #d1d1d1;
	display: block
}
.reg-table {
	border-right: 1px solid #d1d1d1
}
.reg-table td {
	font-size: 12px;
	color: #4f4f4f;
	padding: 0 5px;
	white-space: nowrap;
	height: 50px;
	position: relative
}
.reg-table input {
	border: none;
	height: 31px;
	padding: 0 10px;
	line-height: 31px
}
.reg-table td a {
	text-decoration: underline;
	font-size: 12px;
	color: #4f4f4f
}
.qiehuan {
	position: absolute;
	left: 5px;
	bottom: 0px
}
.qiehuan a {
	margin: 0 10px
}
.reg-table .radio {
	margin: 0 10px;
	height: auto
}
.reg-table select {
	padding: 2px 10px
}
.reg-table .checkbox {
	margin-right: 5px;
	height: auto;
	position: relative;
	top: 2px;
+top:15PX;
}
.reg-table .input01 {
	margin-right: 5px
}
.reg-table td span {
	font-size: 12px;
	color: #999999
}
.posts-title {
	background: #f0f0f0;
	padding: 0 10px;
	height: 35px;
	line-height: 35px
}
.posts-title h1 {
	font-size: 14px;
	color: #4f4f4f;
	float: left;
	line-height: 35px;
	margin: 0 10px
}
.posts-title p {
	font-size: 12px;
	color: #4f4f4f;
	float: left;
	line-height: 12px;
	margin: 12px 5px;
	padding: 0 5px;
	border-left: 1px solid #dedede
}
.posts-form h1 {
	font-size: 14px;
	color: #4f4f4f;
	font-weight: bold;
	margin: 20px 0
}
.input04 {
	height: 30px;
	border: 1px solid #d1d1d1;
	width: 305px;
	padding: 0 10px
}
.input05 {
	height: 30px;
	border: 1px solid #d1d1d1;
	width: 105px;
	padding: 0 10px
}
.posts-form-table td {
	position: relative;
	padding: 5px 0
}
.textarea02 {
	width: 760px;
	height: 125px;
	border: 1px solid #d1d1d1;
	padding: 10px
}
.posts-form-table td a {
	text-decoration: underline;
	font-size: 12px;
	color: #4f4f4f
}
.posts-form-table td span {
	font-size: 10px;
	margin: 0 5px;
	color: #999999
}
.raiders {
	margin-top: 25px;
	padding-bottom: 25px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 5px
}
.raiders-title {
	height: 35px;
	background: #61cc81;
	padding: 0 20px;
	position: relative
}
.raiders-title select {
	border: none;
	background: #61cc81;
	color: white;
	outline: none;
	height: 35px;
	line-height: 35px;
 +float:left;
+margin-top:7px;
+margin-right:10px
}
.raiders-title a {
	color: white;
	margin: 0 5px;
	line-height: 35px;
+float:left;
+margin:0 6px;
}
.raiders-title a.refresh {
	float: none
}
.raiders-title .fr a {
	display: block;
	float: left
}
.r-t-l-p {
	width: 65px;
}
.r-t-p-r {
	width: 62px
}
.r-t-author {
	width: 100px
}
.raiders-title .fr label {
	color: white;
	margin: 0 5px;
	line-height: 35px;
	width: 35px;
	height: 35px
}
.raiders-title .fr .checkbox {
	height: auto;
	margin-top: 10px;
+margin-top:5px
}
.new-message {
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7
}
.new-message a {
	font-size: 12PX;
	color: #ff6b3e;
	line-height: 35px
}
.raiders-table {
	margin: 0 auto;
}
.posts-form-table input {
 +line-height:30px
}
.posts-form-table a {
 +position:relative;
+top:-10px
}
.posts-form-table span {
 +display:none
}
.with-bg {
	background: #f6f6f6;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7
}
.raiders-table td {
	height: 50px;
	text-align: left;
	font-size: 12px;
	color: #a0a0a0;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif
}
.raiders-table td a {
	font-size: 12px;
	color: #a0a0a0;
	line-height: 13px;
+line-height:15px;
	font-family: Arial, Helvetica, sans-serif
}
.raiders-table td span {
	font-size: 12px;
	color: #a0a0a0;
	display: block;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif
}
.raiders-table td a:hover {
	color: #61cc81
}
.post-reply {
	margin-top: 10px
}
.post-reply a {
	display: block
}
.post-reply a.fatie {
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
	background: #61cc81
}
.post-reply a.huifu {
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #4f4f4f;
	background: #f0f0f0
}
.search-bar {
	position: relative;
	height: 36px;
	
	font-size: 12px;
+line-height:36px;
}
.search-input {
	width: 680px;
	height: 36px;
	background: url(../../imgs/searcg-bg.png) no-repeat;
	border: none;
	padding: 0 10px;
+line-height:36px
}
.search-submit {
	border: none;
	width: 50px;
	height: 50px;
	background: url(../../imgs/search-btn.png) no-repeat;
	;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 630px;
	outline: none;
	cursor: pointer
}
.search-bar a {
	font-size: 12px;
	color: #61cc81;
	margin-left: 5px;
+line-height:36px;
}
.result-num {
	font-size: 12px;
	color: #9c9c9c;
	margin: 10px 0
}
.result-list {
	margin-top: 20px
}
.result-list li {
	list-style: none;
	float: left;
	width: 460px;
	padding: 15px;
	background: #f5f5f5;
	height: 115px;
	margin-bottom: 20px;
	margin-right: 20px
}
.result-list li h1 {
	font-size: 14px;
	color: #4f4f4f
}
.result-list li p {
	font-size: 12px;
	color: #9c9c9c;
	line-height: 20px;
	margin: 15px 0
}
.result-list li a {
	background: #61cc81;
	padding: 5px;
	color: white;
	display: block;
	float: left
}
.result-list li a img {
	margin: 0 10px
}
.bbs {
	width: 800px
}
.bbs-title {
	padding: 15px 0;
	width: 800px;
	height: 50px;
	background: #f8f8f8;
	margin-bottom: 15px
}
.bbs-title li {
	list-style: none;
	float: left;
	width: 199px;
	height: 45px;
	border-right: 1px solid #cccccc;
	text-align: center
}
.bbs-title li a {
	font-size: 12px;
	color: #60cb82;
	line-height: 20px
}
.bbs-title li b {
	font-size: 16px;
	color: #666666;
	display: block;
	line-height: 39px
}
.bbs-name {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 50px
}
.bbs-list {
	width: 800px;
	display: inline-block
}
.bbs-list li {
	list-style: none;
	float: left;
	width: 350px;
	height: 65px;
	padding: 20px;
	background: #f8f8f8;
	margin-right: 20px;
	margin-bottom: 20px
}
.bbs-list li td {
	vertical-align: top
}
.bbs-list li a {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 20px
}
.bbs-list li p {
	font-size: 12px;
	color: #999999;
	margin: 5px 0
}
.online-user {
	font-size: 12px;
	color: #666666;
	margin: 10px
}
.online-user-detail {
	margin: 15px 0;
}
.transportation-header {
	width: 100%;
	height: 3000px;
	position: relative;
	background: url(../../imgs/201410071525.png) no-repeat top center;
	
	font-family: "[FZLTXHK]", "微软雅黑";
}
.transportation-header h1 {
	font-size: 30px;
	font-family: "[FZLTXHK]", "微软雅黑";
}
.transportation-header p {
	font-size: 14px;
	color: #171717;
	line-height: 22px;
	font-family: "[FZLTXHK]", "微软雅黑";
	margin: 10px 0
}
.feiji {
	position: absolute;
	top: 440px;
	right: 0px;
	width: 450px
}
.feiji h1 {
	color: #61cc81;
}
.feiji a {
	background: #61cc81;
	padding: 3px 5px;
	color: white;
	display: block;
	float: left;
	margin-top: 10px
}
.feiji a img {
	margin: 0 5px;
}
.huoche {
	position: absolute;
	top: 900px;
	left: 0px;
	width: 465px
}
.huoche h1 {
	color: #ff6b3e
}
.huoche a {
	background: #ff6b3e;
	padding: 3px 5px;
	color: white;
	display: block;
	float: left;
	margin-top: 10px
}
.huoche a img {
	margin: 0 5px;
}
.qiche {
	position: absolute;
	top: 1300px;
	right: 0px;
	width: 450px
}
.qiche h1 {
	color: #00c0aa
}
.qiche a {
	background: #00c0aa;
	padding: 3px 5px;
	color: white;
	display: block;
	float: left;
	margin-top: 10px
}
.qiche a img {
	margin: 0 5px;
}
.zijia {
	position: absolute;
	top: 1650px;
	left: 0px;
	width: 450px
}
.zijia h1 {
	color: #61cc81
}
.zijia a {
	background: #61cc81;
	padding: 3px 5px;
	color: white;
	display: block;
	float: left;
	margin-top: 10px
}
.zijia a img {
	margin: 0 5px;
}
.shiqu {
	position: absolute;
	top: 2150px;
	right: 0px;
	width: 450px
}
.shiqu h1 {
	color: #ff6b3e
}
.shiqu a {
	background: #ff6b3e;
	padding: 3px 5px;
	color: white;
	display: block;
	float: left;
	margin-top: 10px
}
.shiqu a img {
	margin: 0 5px;
}
.jingqu {
	position: absolute;
	top: 2600px;
	left: 0px;
	width: 450px
}
.jingqu h1 {
	color: #00c0aa
}
.jingqu a {
	background: #00c0aa;
	padding: 3px 5px;
	color: white;
	display: block;
	float: left;
	margin-top: 10px
}
.jingqu a img {
	margin: 0 5px;
}
.viewpoint-header {
	width: 100%;
	min-height: 1178px;
	position: relative;
	background: url(../../imgs/201410071605.png) no-repeat top center;
	
	font-family: "[FZLTXHK]", "微软雅黑";
}
.viewpoint-tab {
	padding-top: 400px;
}
.viewpoint-slides-01 {
	height: 310px;
	width: 100%;
	margin: 0;
}
.viewpoint-slides-01 .slides_container {
	width: 100%;
	height: 295px;
	display: block;
	position: relative;
	left: 0;
	background: none
}
.viewpoint-slides-01 .slide {
	width: 100%;
	display: inline-block;
	margin: 0px
}
.viewpoint-slides-01 .item {
	float: left;
	width: 100%;
	height: 295px;
	margin: 0;
	position: relative;
	overflow: hidden;
	margin: 0px
}
.viewpoint-slides-01 .prev, .viewpoint-slides-01 .next {
	opacity: 1;
	top: auto;
	bottom: 0px;
	left: auto;
	width: 26px;
	height: 26px
}
.viewpoint-slides-01 .prev {
	right: 30px;
	background: url(../../imgs/v-prev.png) no-repeat;
}
.viewpoint-slides-01 .next {
	right: 0px;
	background: url(../../imgs/v-next.png) no-repeat
}
.recommended {
	margin-bottom: 20px
}
.recommended.fl {
	margin-left: 200px;
	margin-top: -10px
}
.recommended i {
	font-family: "[FZLTXHK]", "微软雅黑";
	display: block;
	margin-bottom: 10px;
	font-size: 11px
}
.recommended a {
	font-size: 12px;
	padding: 3px 6px;
	border: 1px solid #dadada;
	display: inline-block;
	background: white;
	color: #5c5c5c
}
.recommended a:hover {
	color: #5bc582;
	border-color: #5bc582
}
.recommended.fr {
	text-align: right
}
.maps {
	margin: 50px auto
}

.login-table {
	width:400px;
	display: table;
    border-collapse: collapse;
    border-spacing: 0;
}