@charset "utf-8";
/* CSS Document */	
html, body {
	position: relative;
	margin: 0;
	padding: 0;
	background: #fafafa;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}
.txt-red {color: red;}
.txt-orange {color: #ff9152}
.lazy {display: none;}
/* 阿里妈妈图标 */             
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot?x=1'); /* IE9*/
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/iconfont.woff?x=1') format('woff'), /* chrome、firefox */  url('../fonts/iconfont.ttf?x=1') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
/* 返回顶部 */   
.return-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(92, 184, 92, 0.8) url(../imgs/return-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.return-top.return-is-visible, .return-top.return-fade-out, .no-touch .return-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.return-top.return-is-visible {
	visibility: visible;
	opacity: 1;
}
.return-top.return-fade-out {
	opacity: .5;
}
.no-touch .return-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
.return-top {
	right: 20px;
	bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
.return-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
}
}
/* 导航 */   
.nav-container {position: relative;}
.nav-cylogo-div {vertical-align: middle;}
.nav-cylogo-img {margin-top: -4px;}
.nav-container .join-go-btn {
	margin-left: 10px;
	padding: 0 5px;
	background: #FF9600;
	color: white;
	border-radius: 50px;
}
.join-btn-div {
	background: white;
	color: #5cb85c!important;
}
/* ------------------- 首页 ------------------- */	
/* 版头 */   
.banner-div {
	margin-top: 51px;
	margin-bottom: 0px;
}
.banner-txt-div {
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -224px;
	z-index: 10;
	text-align: center;
}
.banner-txt-div img {
	max-width: 100%;
}
.banner-div .banner-img1 {
	background: url(../imgs/banner1.jpg) no-repeat center;
	background-size: cover;
}
.banner-div .banner-img2 {
	background: url(../imgs/banner2.jpg) no-repeat center;
	background-size: cover;
}
.banner-div .banner-img3 {
	background: url(../imgs/banner3.jpg) no-repeat center;
	background-size: cover;
}

@media only screen and (max-width: 375px) {
.banner-txt-div img {
	max-width: 80%;
	margin-left: 10%;
}
.banner-txt-div p {
	margin-left: 10%;
}
}
/* 小节名 */   
.partname-div {
	position: relative;
	margin: 50px auto 20px;
	text-align: center;
}
.partname-div .icon-div {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	width: 27px;
	height: 27;
	vertical-align: middle;
}
.partname-div .chanyoulogo {background: url(../imgs/chanyoulogo.png) no-repeat center;}
.partname-div .join {background: url(../imgs/join.png) no-repeat center;}
.partname-div .question {background: url(../imgs/question.png) no-repeat center;}
.partname-div .txt-div {
	display: inline;
	position: relative;
	top: 6px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	color: #5cb85c;
}
/* 城市玩味 图片立方翻转 */   
.box-imghvr-div {
	padding-top: 15px;
	padding-bottom: 15px;
}
[class^='imghvr-'], [class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	color: #fff;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
	vertical-align: top;
	max-width: 100%;
}
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
	background-color: #e84c3d;
	position: absolute;
	padding: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
[class^='imghvr-'] h3, [class^='imghvr-'] p, [class*=' imghvr-'] h3, [class*=' imghvr-'] p {
	color: #fff;
	padding: 0px;
	margin: 0;
}
[class^='imghvr-'] > a, [class*=' imghvr-'] > a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before, [class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after, [class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before, [class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/* imghvr-cube-*  ----------------------------- */
[class^='imghvr-cube-'], [class*=' imghvr-cube-'] {
	-webkit-perspective: 50em;
	-moz-perspective: 50em;
	perspective: 50em;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	overflow: visible;
	background-color: transparent;
}
[class^='imghvr-cube-'] > img, [class*=' imghvr-cube-'] > img {
	-webkit-transition-delay: 0.05s;
	-moz-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
[class^='imghvr-cube-'] figcaption, [class*=' imghvr-cube-'] figcaption {
	opacity: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	background-color: #e84c3d;
}
[class^='imghvr-cube-']:hover > img, [class*=' imghvr-cube-']:hover > img {
	opacity: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}
[class^='imghvr-cube-']:hover figcaption, [class*=' imghvr-cube-']:hover figcaption {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	-o-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
	-webkit-transition-delay: 0.05s;
	-moz-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
/* imghvr-cube-left ----------------------------- */
.imghvr-cube-left figcaption {
	-webkit-transform: translateX(-50%) rotateY(-90deg);
	-moz-transform: translateX(-50%) rotateY(-90deg);
	-ms-transform: translateX(-50%) rotateY(-90deg);
	-o-transform: translateX(-50%) rotateY(-90deg);
	transform: translateX(-50%) rotateY(-90deg);
}
.imghvr-cube-left:hover > img {
	-webkit-transform: translateX(50%) rotateY(90deg);
	-moz-transform: translateX(50%) rotateY(90deg);
	-ms-transform: translateX(50%) rotateY(90deg);
	-o-transform: translateX(50%) rotateY(90deg);
	transform: translateX(50%) rotateY(90deg);
}
.imghvr-cube-left:hover > .ribbon-div {
	-webkit-transform: scale(0.01, 0.01);
	-moz-transform: scale(0.01, 0.01);
	-webkit-transform: scale(0.01, 0.01);
	-o-transform: scale(0.01, 0.01);
	transform: scale(0.01, 0.01);
	-moz-transition-duration: 0.02s;
	-webkit-transition-duration: 0.02s;
	-o-transition-duration: 0.02s;
	transition-duration: 0.02s;
}

@media only screen and (max-width: 1199px) {
[class^='imghvr-'] h3 {font-size: 16px;}
[class^='imghvr-'] p {font-size: 12px;}
}

@media only screen and (max-width: 990px) {
[class^='imghvr-'] h3 {font-size: 24px;}
[class^='imghvr-'] p {font-size: 16px;}
}
/*标签容器*/  
.ribbon-wrap {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*上边投影*/
.ribbon-wrap:before {
	position: absolute;
	left: 103px;
	content: "";
	display: block;
	border-radius: 6px 6px 0px 0px;
	width: 25px;
	height: 6px;
}
/*左边投影*/
.ribbon-wrap:after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 103px;
	width: 6px;
	height: 25px;
	border-radius: 6px 0px 0px 6px;
}
/*标签*/
.ribbon {
	display: inline-block;
	position: absolute;
	top: 30px;
	left: -60px;
	padding-left: 10px;
	width: 210px;
	height: 36px;
	line-height: 32px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	border: 1px dashed;
	color: white;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	z-index: 2;
	overflow: hidden;
}
/*绿色标签*/
.ribbon-green {
	box-shadow: 0 0 0 3px #5cb85c, 0px 21px 5px -18px rgba(92,184,92,0.6);
	background: #5cb85c;
}
.ribbon-green-wrap:before {background: #4D6530;}
.ribbon-green-wrap:after {background: #4D6530;}
/*红色标签*/
.ribbon-red {
	box-shadow: 0 0 0 3px #d35151, 0px 21px 5px -18px rgba(211,81,81,0.6);
	background: #d35151;
}
.ribbon-red-wrap:before {
	background: #812525;
}
.ribbon-red-wrap:after {
	background: #812525;
}
/* ------------------- footer 底部 ------------------- */
.footer {
	margin-top: 40px;
	padding: 2em 0;
	width: 100%;
	background: #292C34;
	overflow-x: hidden;
}
.scan-area {
	padding-top: 10px;
}
.scan-area li {
	float: right;
	margin-right: 40px;
	text-align: center;
	list-style: none;
}
.scan-area li a {
	display: block;
	position: relative;
	color: #999;
}
.scan-area li .img {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: auto;
}
.scan-area li .pic-hover {display: none;}
.scan-area li .name {
	display: block;
	margin-top: 48px;
}
.scan-area li .wx-code {
	display: none;
	position: absolute;
	right: 80px;
	top: -80px;
	margin-left: -235px;
	padding: 15px 15px 10px;
	width: auto;
	background-color: #d9d9d9;
	border-radius: 5px;
	z-index: 1112;
}
.scan-area li .wx-code:after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 50%;
	right: -8px;
	margin-top: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #d9d9d9;
}
.scan-area li .wx-code strong {
	display: block;
	color: #999;
	line-height: 22px;
}
.scan-area li .wx-code img {width: 100px;}
.scan-area li .wx:hover {
	color: #55ca5a;
	text-decoration: none;
}
.scan-area li .wx:hover .wx-code {display: block;}
.scan-area li .weibo:hover {
	color: #f24e4d;
	text-decoration: none;
}
.scan-area li .weibo:hover .wb-code {display: block;}
.scan-area li a:hover .pic {display: none;}
.scan-area li a:hover .pic-hover {display: block;}
.tel-area-box {
	border-left: 1px dashed #afafaf;
	padding-left: 50px!important;
	color: #AFAFAF;
}
.copyright-area {
	margin-top: 20px;
	color: #AFAFAF;
}
.copyright-area a {color: #d9534f}
.copyright-area a:hover {color: #761c19}
.wx-code-xs {
	color: white;
	text-align: center;
}
.wx-code-xs p {margin-top: 5px;}
/* ============================= blog 城市玩味 ================================ */
.blog-container-div {margin-top: 91px;}
.blog-post-div {border: 1px solid #e3e6ed;}
.blog-post-info {padding: 20px 20px 0;}
.blog-post-title a, .blog-post-meta a {color: black;}
.blog-post-title a:hover, .blog-post-meta a:hover {
	color: #5cb85c;
	text-decoration: none;
}
.blog-post-div .blog-post-img {
	width: 100%;
	height: 200px;
}
.blog-post-div .yangzhou2 {
	background: url(../imgs/yangzhou/blog.jpg) no-repeat center;
	background-size: cover;
}
.blog-post-div .yangzhou1 {
	background: url(../imgs/yangzhou/19.jpg) no-repeat center;
	background-size: cover;
}
.blog-post-div .xiaolongxia1 {
	background: url(../imgs/nanjing/blog.jpg) no-repeat center;
	background-size: cover;
}
.blog-post-div .dongbei {
	background: url(../imgs/dongbei/14.JPG) no-repeat center;
	background-size: cover;
}
.blog-post-intro {padding: 20px 20px 10px;}
.blog-blockquote-txt {
	color: #999999;
	font-size: 14px;
}
.list-unstyled a {color: black;}
.list-unstyled a:hover {
	color: #5cb85c;
	text-decoration: none;
}
.title-bg1-div {
	display: inline-block;
	height:28px;
	padding: 3px 5px;
	color: rgb(255, 255, 255);
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	background-color: rgb(214, 0, 74);
}
.title-bg2-div {
	display: inline-block;
	margin-left:-3px;
	height: 20px;
	width: 5px;
	vertical-align: top;
	border-left-width: 0.5em;
	border-left-style: solid;
	border-left-color: rgb(214, 0, 74);
	border-right-color: rgb(214, 0, 74);
	border-top-width: 1em !important;
	border-top-style: solid !important;
	border-top-color: transparent !important;
	border-bottom-width: 1em !important;
	border-bottom-style: solid !important;
	border-bottom-color: transparent !important;
	box-sizing: border-box;
}
.blog-partnum-div {
	box-sizing: border-box;
	border: 0px none;
}
.partnumline-div {
	text-align: center;
	box-sizing: border-box;
}
.partnumline-div .num-div {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	background-color: rgb(254, 254, 254);
}
.partnumline-div .num-div .num {font-size: 28px;}
.partnumline-div .blank-div {
	margin-top: -1.2em;
	margin-bottom: 0.65em;
	box-sizing: border-box;
}
.partnumline-div .blank-div .blank {
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: rgb(33, 33, 34);
}
.partnumline-div .txt-div {white-space: normal;}
.partnumline-div .txt-div .txt {
	font-size: 14px;
	color: #262626;
}
.partnumline-div .spaces-div {white-space: normal;}
.blog-img-1 {margin: 1% 0;}
.blog-img-2 {margin-right: 1%;}
/* 活动行程 */   
.day-title {
	color: #333;
	padding: 15px 0 0 0;
	overflow: hidden;
}
.day-title .day {
	display: inline;
	float: left;
	color: rgba(214, 0, 74,1);
	font: 50px/40px arial;
}
.day-title .txt {margin-left: 77px;}
.day-title .txt-top {
	margin-top: -3px;
	margin-bottom: -3px;
}
.day-title .txt span {
	font-size: 22px;
	line-height: 26px;
}
.day-title .traffic-mode {
	display: block;
	padding: 0 0 0 77px;
	color: #999;
	font-style: normal;
}
.day-title .traffic-mode small {margin-right: 15px;}
.date-list {position: relative;}
.day-line {
	position: absolute;
	margin-left: 17px;
	height: 95%;
	border-left: 2px solid rgba(214, 0, 74,1);
	z-index: 0;
}
.day-table-div {margin: 10px 0;}
.day-icon {
	float: left;
	width: 36px;
}
.icon-detail {
	display: block;
	position: relative;
	background: #FFFFFF;
	font: 36px/50px arial;
	color: rgba(214, 0, 74,1);
	z-index: 10;
}
.day-detail {
	margin-left: 50px;
	padding: 0 0 15px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 16px;
}
.day-detail .detail_dd {
	display: block;
	margin-bottom: 5px;
}
.day-detail .detail_dd em {
	font-style: normal;
	color: #666;
}
.day-detail h6 {
	font-size: 16px;
	font-weight: bold;
}
.day-detail .detail_notice {margin-right: 25px;}
.day-detail .detail_notice em {
	font-style: normal;
	color: #888;
}