@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; line-height: 0; }
.clearfix:after { clear: both; }

body,
html {
	height: 100%;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Hiragino Sans GB', STHeiti, "Microsoft Yahei", sans-serif;
	line-height: 1.5;
	color: #818181;
}

body:after {
	content: 'xs';
	display: block;
	position: absolute;
	top: -9999px
}

a {
	text-decoration: none;
	color: #434343;
}

a:hover {
	text-decoration: underline;
}

.button,
.button:visited {
	background: #e40082;
	font-size: 1.1em;
	color: #fff;
	padding: 0.36em 1.5em;
	border-radius: 1.875em;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-weight: 200;
}
.button:hover {
	text-decoration: none;
	background: #fb229e;
	color: #fff;
}

.button i {
	width: 14px;
	height: 14px;
	background: url(img/lt.png) no-repeat 50% 50%;
	display: inline-block;
	zoom:1;
	vertical-align: 0px;
	margin:0 0 0 4px;
}

@media only screen and (min-width: 768px) {
	.button {
		font-size: 1.375em;
	}
}


.top-menu {
	background:rgba(255,255,255,0.975);
	-webkit-transition: padding 200ms;
	transition: padding 200ms;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	font-size:0.875em;
}

.top-menu nav {
	margin: 0 auto;
	padding: 1em 0 0 0;
}
.top-menu .logo img{
	float: left;
	display: block;
	margin: 0 0 0 1.5em;
	height: 2.5em;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	display: inline;
}
.top-menu .date-botton {
	float: right;
	vertical-align: middle;
	padding-bottom: 0.9em;
	display: inline;
	margin-right: 1.5em;
}
.top-menu .date-botton .date {
	display: none;
	vertical-align: top;
	zoom:1;
	*display: inline;
	background: #efefef;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-top: 1px solid #d8d8d8;
	height: 3.125em;
	line-height: 3.125em;
	padding: 0 0.8125em;
	margin: 0 0.8em 0 0;
}
.top-menu .date-botton .date span {
	color:#616161;
	font-size: 0.875em;
}
.top-menu .date-botton .date em {
	font-size: 2.5em;
	font-family: Helvetica;
	color: #60b7eb;
	padding: 0 0.275em;
	font-weight: 100;
	vertical-align: middle;
	font-style: normal;
}


.top-menu .nav-toggle {
	float: left;
	margin-left: 1.5em;
	background: #FFF url(img/toggle-menu.png) 50% 50% no-repeat;
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%;
	border: 1px solid #d9e0e2;
	width: 2.5em;
	height: 2.3em;
	border-radius: 0.15em;
}

.top-menu nav {
	zoom:1;
}
.top-menu nav:after {
	content: "";
	display: table;
	line-height: 0;
	clear: both;
}

.site-nav {
	background-color: #fff;
	clear: both;
	position: relative;
	display: none;
	-webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
}


.site-nav>li {
	position: relative
}
.site-nav>li>a {
	border-top: 1px solid #f0f0f0;
	color: #616161;
	display: block;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	padding: 0.6em 1em;
}
.site-nav a:hover {
	text-decoration: none;
}
.site-nav>li>a:hover {
	color: #e40082;
}
.site-nav>li.has-sub>a::after {
	background: url("img/lb1.png") no-repeat;
	height: 7px;
	width: 11px;
	content: '';
	display: block;
	position: absolute;
	top: 1.1em;
	right: 1em;
	-webkit-transition: all 150ms;
	transition: all 150ms
}
.site-nav>li.has-sub ul {
	display: none;
}
.site-nav>li.has-sub ul li a {
	color: #8a8a8a;
	display: block;
	padding: 0.6em 1em;
	background-color: #efefef;
	border-top: 1px solid #e0e0e0;
	padding-left: 2em;
	-webkit-transition: all 150ms;
	transition: all 150ms
}
.site-nav>li.has-sub ul li a:hover {
	color: #e40082;
}
.site-nav>li.has-sub.expanded>a {

}
.site-nav>li.has-sub.expanded>a::after {
	background: url(img/lb2.png);
}
.site-nav>li.has-sub.expanded+li>a {
	border-top-color: #efefef;
}
.site-nav>li.has-sub:hover::after {
	opacity: 1
}
.site-nav.scroll {
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}


@media screen and (min-width: 840px) {
	.top-menu .logo img{
		margin: 0 0 0 1.5em;
		height: 3em;
	}
	.top-menu .nav-toggle {
		margin-left: 1.5em;
		width: 3em;
		height: 3em;
	}
	.top-menu .site-nav {
		clear: none;
		float: left;
		display: none;
		white-space: nowrap;
		padding: 0.8em 0 0 0.6em;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.top-menu .site-nav>li {
		float: left;
		border-left: 1px solid #efefef;
		position: relative;
	}
	.top-menu .site-nav>li:first-child {
		border-left: none;
	}
	.top-menu .site-nav>li>a {
		-webkit-transition: all 200ms;
		transition: all 200ms;
		color: #8a8a8a;
		padding: 0 0.8em;
		display: block;
		border-top: 0 none;
	}
	.top-menu .site-nav>li>a:hover {
		color: #434343;
		text-decoration: none;
	}
	.site-nav>li.has-sub ul,
	.site-nav>li.expanded ul {
		display: block !important;
		height: 0;
		left: 50%;
		margin-left: -60px;
		overflow: hidden;
		position: absolute;
		width: 120px;
		z-index: 2;
		-webkit-transition: all 0s;
		transition: all 0s;
		-ms-transform: translateY(24px);
		-webkit-transform: translateY(24px);
		transform: translateY(24px);
	}
	.site-nav>li.has-sub ul li a{
		color: #616161;
		display: block;
		font-size: 1em !important;
		padding: 0.6em 1em;
		background-color: #fff;
		border-top: 1px solid #efefef;
		-webkit-transition: all 150ms;
		transition: all 150ms;
		text-align: center;
	}
	.site-nav>li.has-sub ul li a:hover {
		text-decoration: none;
		color: #e40082;
	}

	.site-nav>li.has-sub ul::after,
	.site-nav>li.expanded ul::after{
		border-bottom: 8px solid #efefef;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		content: '';
		display: block;
		height: 0;
		margin-left: -8px;
		left: 50%;
		top: 0;
		width: 0;
		position: absolute;
	}

	.site-nav>li.has-sub:hover ul,
	.site-nav>li.expanded:hover ul {
		height: auto;
		padding-top: 8px;
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: height 0s,padding 250ms ease-out,-webkit-transform 250ms ease-out;
		transition: height 0s,padding 250ms ease-out,transform 250ms ease-out;
	}

	.top-menu .site-nav {
		display: block!important;
	}
	.top-menu .nav-toggle {
		display: none;
	}
	#top.shrink {
		font-size: 0.875em !important;
	}
	.site-nav>li.has-sub>a::after {
		display: none;
	}
}


@media only screen and (max-width: 1024px) {
	.top-menu {
		font-size: 0.8em;
	}
	.top-menu .apply-button {
		padding: 0.36em 0.5em;
		border-radius: 4px;
	}
}


@media only screen and (min-width: 1200px){
	.top-menu .date-botton .date {
		display: inline-block;
	}
}

.slider-pro{ background: #000;}
.slidemask{ position:absolute; top:70px; left:0; width:100%; display:block;}
.slidemask span{ position: absolute; filter:alpha(opacity=80);  -moz-opacity:.8; opacity: .8;}
.slidemask .slide-maskl{ left:0;background-image:-moz-linear-gradient(left, rgba(232,0,117,0.5), rgba(0, 157, 218, 0.5)); background-image:-webkit-linear-gradient(left,rgba(232,0,117,0.5),rgba(0, 157, 218, 0.5));  }
.slidemask .slide-maskr{ right:0;background-image:-moz-linear-gradient(left, rgba(0, 157, 218, 0.5),rgba(232,0,117,0.5));background-image:-webkit-linear-gradient(left,rgba(0, 157, 218, 0.5),rgba(232,0,117,0.5));  }
/*background-image:-moz-linear-gradient(left, red, rgba(0, 0, 255, 0.5)); 渐变备份*/
.parallax {
	position: relative;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.parallax .visual {
	-webkit-background-size: cover;
	background-size: cover;
	height: 133%;
	background-repeat: repeat repeat;
	position: absolute;
	width: 100%;
	background-position: center center;
}
.parallax .content {
	background: transparent url("img/speakers.png") no-repeat center bottom;
	position: absolute;
	width: 100%;
}
.parallax .inner {
	padding: 0 1.25em 20%;
	position: relative;
	overflow: hidden;
}
.parallax .inner .logo,
.parallax .inner .btn-cont {
	position: relative;
}

.parallax .inner .logo {
	width: 80%;
	max-width: 600px;
	margin: 0 auto 1.2em;
	display: block;
}

.parallax .inner .sub-logo{
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -40%;
	width: 30%;
	max-width: 213px;
	margin-bottom: 0.8em;
}
.parallax .btn-cont .button{
	padding: 0.46em 2.2em;
}

.addr{color:#fff;font-size:1.4em;text-decoration:none;margin-bottom:2em;}
.addr:hover{text-decoration:none;}
/*@media screen and (min-height: 780px) and (max-height: 880px){
	.parallax .content {-webkit-background-size:1200px auto;background-size:1200px auto}
}

@media screen and (min-height: 680px) and (max-height: 779px){
	.parallax .content {-webkit-background-size:1000px auto;background-size:1000px auto}
}
@media screen and (max-height: 679px) {
	.parallax .content {-webkit-background-size:900px auto;background-size:900px auto}
}*/


@media screen and (max-device-width:320px) and (orientation:portrait) {
	#home .content {
		background-size: 520px auto !important
	}
	#home .content .inner {
		padding: 0 1.25em 7em !important
	}
}
@media screen and (max-device-width:320px) and (orientation:landscape) {
	#home::after {
		display: none
	}
	#home .content {
		background-image: none
	}
	#home .content .inner {
		padding: 8em 1.25em 4em 1.25em !important
	}
	.addr{color:#fff;font-size:0.8em;text-decoration:none;margin-bottom:2em;}
}
@media screen and (max-height:768px) {
	.mobile_hide{display:none;}
	#home .content {
		background-size: 800px auto
	}
	#home .content .inner {
		padding: 0em 1.25em 15em
	}
}
@media screen and (min-height:768px) {
	#home .content {
		background-size: 720px auto;
	}
	#home .content .inner {
		padding: 0em 1.25em 20%;
		height: 310px;
	}
}
@media screen and (min-height:769px) and (max-width:1250px) {
	#home .content {
		background-size: 700px auto;
	}
	#home .content .inner {
		padding: 0em 1.25em 20%
	}
}



@media screen  and (max-width: 1250px) {
	.parallax .inner .sub-logo{
		position: static;
		left: 0;
		margin-left: 0;
		width: 40%;
		margin: 1em auto 0.5em;
	}
	.parallax .inner .logo {
		margin: 0 auto 1.2em;
	}
	.parallax .content {
		-webkit-background-size:1050px auto;
		background-size:1050px auto;
	}
}

@media screen and (max-height:768px) and (max-width: 800px) {
	#home .content {
		background-size: 650px auto
	}
	#home .content .inner {
		padding: 0em 1.25em 15em
	}
}

@media screen and (max-height:768px) and (max-width: 640px) {
	#home .content {
		background-size: 650px auto
	}
	#home .content .inner {
		padding: 0em 1.25em 15em;
		margin-top:66px!important;
	}
}

.wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 1em;
	padding-right: 1em;
}
.research-frame{
	height:2050px;
	width:100%;
	padding-bottom:2em;
}
.wrapper-research {
	margin: 0 auto;
	max-width: 800px;
	padding-left: 1em;
	padding-right: 1em;
}
.wrapper-research h2{color:#e40082;padding-bottom:1em;}
.wrapper-research img{max-width:600px;padding:1em 0;}
.wrapper-research p {padding-bottom:1em;}
.wrapper-research p a {color:#e40082;}

.mod {
	padding: 4.25em 0 2.125em 0;
	background: #fff;
}
.mod .title{
	border-top:1px solid #dfdfdf;
	margin-bottom: 1.625em;
}
.mod .title h2 {
	height: 62px;
	position: relative;
	top: -20px;
	text-align: center;
	font-weight: 300;
}
.mod .title h2 div {
	display: inline-block;
	background: #fff;
	padding: 0 1.2em;
}
.mod .title h2 em {
	font-style: normal;
	display: block;
	font-size: 2.25em;
	color: #434343;
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
}
.mod .title h2 span {
	display: block;
	color: #818181;
	font-family: 'Times New Roman',cambria, sans-serif;
}
.mod-s2,
.mod-s2 .title h2 div {
	background: #fff;
}
.min-mod .title h2 em{
	font-size: 1.875em;
	line-height: 1.2;
}
.mod-s2 {
	padding-top: 3em;
}

@media screen and (max-width:768px) {
	.mobile-hide{display:none;}
	.mod .title{
		margin-bottom: 0.225em;
	}
	.mod {
		padding: 2.25em 0 3.125em 0;
	}
	.min-mod .title h2 em{
		font-size: 1.4em;
	}
	.mod .title h2 em {
		font-size: 1.4em;
	}
	.research-frame{height:2350px;}
	.wrapper-research img{max-width:100%;}
	.top-menu{  background: rgba(255,255,255,0.675);}
}

.staff,
.old-speaker,
.join-us,
.old-speaker .title h2 div,
.join-us .title h2 div,
.staff .title h2 div {
	background: #efefef;
}

.JoinUs{width:100%;background:#000;}
.JoinUs .wrapper{ height:600px; background: url("http://cdn3.tnwcdn.com/conference/assets/uploads/visuals/visual-stages.png?r=1436779216") no-repeat 0 bottom;background-size: 43% auto;padding:0 0 30px 0;}
.JoinUscnt{width:55%; padding-left:40%; color:#ccc;}
.JoinUscnt h1{ font-size: 200%; text-align:center; padding:20% 0; color:#fff;}
.JoinUscnt p{ line-height: 22px; }
.JoinUscnt ul{ display:block; padding:30px 0; }
.JoinUscnt ul,.JoinUscnt li{list-style:inside; }
.JoinUscnt li{padding:10px 0 0 0;}


.video .title h2 div,
.video,{
	background: ＃fff;
}
.overview .title {
	border-color: #5fc9f7;
}
.overview2 .title {
	border-color: #dfdfdf;
}
.overview .title h2 div {
	background: #00a2e9;
}
.overview2 .title h2 div {
	background: #efefef;
}
.overview .title h2 em {
	color: #fff;
}
.overview2 .title h2 em {
	color: #434343;
	font-size: 1.875em;
}
.overview .title h2 span {
	color: #5fc9f7;
}

.mod .more {
	text-align: center
}
.mod .more .button {
	padding: 0.46em 2.2em;
}

.intro-home {
	padding: 1.8em 0;
}
.intro-home h2 {
	min-height: 90px;
	line-height: 1.2;
	text-align: center;
}

.intro-home h2 .title {
	font-size: 40px;
	display: block;
	font-family: 'Hiragino Sans GB', STHeiti,"Microsoft Yahei", sans-serif;
	color: #e40082;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.intro-home h2 .sub-title {
	display: block;
	font-size: 20px;
	color: #434343;
	font-weight: 300;
	font-family: 'Times New Roman',cambria, sans-serif;
	white-space: nowrap;
}

.intro-home p {
	overflow:hidden;
	zoom:1;
	color: #434343;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 300;

}
.intro-home p a {
	color: #e6118a;
}
.intro-home p a i {
	width: 14px;
	height: 14px;
	background: url(img/lt2.png) no-repeat 50% 50%;
	display: inline-block;
	zoom:1;
	vertical-align: 0px;
	margin:0 0 0 2px;
}

@media only screen and (min-width: 1023px) {
	.intro-home h2 {
		float: left;
		padding: 8px 60px 0 85px;
		background: url(img/Symbol1.png) no-repeat;
		width: 342px;
		text-align: right;
	}
	.intro-home h2 .title {
		font-size: 40px;
	}
	.intro-home h2 .sub-title {
		font-size: 27px;
	}
	.intro-home p {
		background: url(img/Symbol2.png) no-repeat 100% 100%;
		padding: 12px 95px 40px 0;
	}
}

@media screen and (max-width:768px) {
	.intro-home h2 .title {
		font-size: 26px;
	}
	.intro-home h2 .sub-title {
		font-size: 14px;
	}
	.intro-home p {
		font-size: 14px;
	}
}


.speaker {
	background: #efefef;
}



.review {
	background: #fff;
}

.tnw-gallery {
	overflow: hidden;
	margin: 0 0 48px;
}
.tnw-gallery ul {
	padding: 20px;
	*zoom: 1;
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.tnw-gallery ul:after {
	content: "";
	display: table;
	clear: both
}
.tnw-gallery ul li {
	float: left;
	padding: 0 10px;
}
.tnw-gallery ul li img {
	display: block;
	width: 160px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.tnw-gallery ul li img:hover {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
.touch .tnw-gallery {
	overflow: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch
}
.touch .tnw-gallery ul li img,
.touch .tnw-gallery ul li img:hover {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
@media screen and (min-width:768px) {
	.tnw-gallery ul {
		padding: 20px 32px
	}
	.tnw-gallery ul li img {
		width: 200px
	}
}
@media screen and (min-width:1024px) {
	.tnw-gallery ul {
		padding: 20px 40px
	}
	.tnw-gallery ul li img {
		width: 270px
	}
}

.venue-pic .title{
	margin-bottom: 0;
}
.venue-pic .tnw-gallery {
	margin-bottom: 0;
}


.overview {
	background: #00a2e9;
}

.overview2 {
	background: #efefef;
	padding-bottom: 5em;
}

.overview .txt-item {
	color: #fff;
	margin: 0 0 2em;
}
.overview .txt-item h3 {
	font-size: 1.3em;
	overflow: hidden;
	zoom: 1;
	font-weight: 300;
	margin: 0 0 0.4em;
	-webkit-font-smoothing: antialiased;
}
.overview2 .txt-item h3 {
	font-size: 1em;
	margin: 0 0 0em;
	color: #434343;
	padding-top: 0.4em;
}
.overview .txt-item p {
	color: #e4f7ff;
	overflow: hidden;
	zoom: 1;
	line-height: 1.8;
	padding: 0 2em 0 0;
	font-weight: 300;
}
.overview2 .txt-item p {
	color: #434343;
}


@media only screen and (min-width: 768px) {
	.overview .txt-item h3 {
		font-size: 1.875em;
	}
	.overview2 .txt-item h3 {
		font-size: 1em;
	}
	.overview .txt-item {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
	.overview .txt-item * {
		letter-spacing: 0;
	}
	.overview .txt-item i {
		float: left;
		width: 80px;
		height: 80px;
		margin: 0.3em 1.1em 0;
		background: url(img/overview-icon1.png) no-repeat;
	}
	.overview .txt-item .overview-icon2 {
		background: url(img/overview-icon2.png) no-repeat;
	}
	.overview .txt-item .overview-icon3 {
		background: url(img/overview-icon3.png) no-repeat;
	}
	.overview .txt-item .overview-icon4 {
		background: url(img/overview-icon4.png) no-repeat;
	}
	.overview .txt-item .overview-icon5 {
		background: url(img/overview-icon5.png) no-repeat;
	}
	.overview .txt-item .overview-icon6 {
		background: url(img/overview-icon6.png) no-repeat;
	}
	.overview .txt-item .overview-icon7 {
		background: url(img/overview-icon7.png) no-repeat;
	}
	.overview .txt-item .overview-icon8 {
		background: url(img/overview-icon8.png) no-repeat;
	}
	.overview2 .txt-item i {
		float: left;
		width: 80px;
		height: 80px;
		margin: 0.3em 1.1em 0;
		background: url(img/overview2-icon1.png) no-repeat;
	}
	.overview2 .txt-item .overview-icon2 {
		background: url(img/overview2-icon2.png) no-repeat;
	}
	.overview2 .txt-item .overview-icon3 {
		background: url(img/overview2-icon3.png) no-repeat;
	}
	.overview2 .txt-item .overview-icon4 {
		background: url(img/overview2-icon4.png) no-repeat;
	}
	.overview2 .txt-item .overview-icon5 {
		background: url(img/overview2-icon5.jpg) no-repeat;
	}

}
@media only screen and (max-width: 768px) {
	.overview2 .title h2 em {
		font-size: 1.4em;
	}
	.mod .title h2 {
		top: -13px;
	}
	.overview .txt-item {
		font-size: 0.9em;
		margin-bottom: 1em;
	}
	.overview2 {
		padding-bottom: 2em;
	}
}
.join-us,
.join-us .title h2 div{
	background:#fff;
}

.join-us .block-txt {
	text-align: center;
	margin: 0 0 2.125em 0;
}
.join-us .block-txt .title-1 {
	font-weight: 100;
	font-family: 'Hiragino Sans GB', STHeiti, "Microsoft Yahei", sans-serif;
	font-size: 1.5em;
	color: #0099dc;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.join-us .block-txt .title-2 {
	font-weight: 400;
	font-size: 1.2em;
	color: #434343;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
.join-us .block-txt p {
	text-align: left;
	padding: 0.5em 0;
	line-height: 1.8;
	color: #818181;
	font-weight: 300;
}
.join-us .block-txt .pic {

}
.join-us .block-txt .pic img {
	display: block;
	width: 100%;
}
.join-us .block-txt .button{
	margin-top: 2.125em;
}
.join-us .more {
	clear: both;
}

@media only screen and (min-width: 768px) {
	.join-us .block-txt {
		float: left;
		width: 25%;
		margin: 0 0 1em;
	}
	.join-us .block-txt .title-1 {
		font-size: 2.5em;
		padding: 0 5%;
	}
	.join-us .block-txt .title-2 {
		font-size: 1.5em;
		padding: 0 5%;
	}
	.join-us .block-txt .pic {
		padding: 0 5%;
	}
	.join-us .block-txt p {
		padding: 1em 5%;
	}
	.join-us .block-txt .button{
		margin-top: 2.125em;
	}
}



.partner .wrapper {
	padding-top: 2.2em;
}

.partner-gay {
	background: #efefef;
}

.partner-title {
	font-size: 0.8em;
	font-weight: 300;
	padding: 0 0 0.8em 0;
	color:#434343;
}


.partner-list img{
	width: 100%;
	max-width: 140px;
}
.partner-list li {
	float: left;
	width: 33%;
	margin-bottom: 1.125em;
}
.partner-list h3 {
	font-size: 0.8em;
	font-weight: 300;
	padding: 0 0 0.8em 0;
	color:#434343;
}
.partner-list i,
.partner-list .name {
	display: none;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
.partner-list i {
	background: #000;
	opacity: 0.6;
}
.partner-list .name {
	height: 100%;
	color: #fff;
	text-align: center;
	top: 50%;
	margin-top: -0.4em;
	font-size: 0.8em;
	line-height: 1;
}
.partner-list a {
	display: block;
	position: relative;
	/*width: 8.75em;
	height: 4.0625em;*/
	width: 80%;
	max-width: 140px;
	max-height: 65px;
	border: 1px solid #c7c9cd;
	margin: 0 auto;
}


.media_apply_form{max-width:1200px;margin:0 auto 3em auto;}
.media_apply_form .row{margin:1.5em auto;width:30em;}
.media_apply_form .line{border-bottom:1px solid #e40082;height:1px;} 
.media_apply_form .row span{margin-right:1em;}
.media_apply_form .row input[type=text]{  width: 20em;height: 1.5em;color:#8a8a8a;font-size: 1em;border-style: none;border-bottom: 1px solid #ccc;}
.media_apply_form .row label{display:block;margin:1em 1em 1em 0;}
.media_apply_form .row textarea{margin:1em 0;width:28em;height:10em;}
.media_apply_form .row button{font-family:'Hiragino Sans GB', STHeiti, "Microsoft Yahei", sans-serif;margin:0;border:0;} 

.speaker_ask_form{width:100%;margin:0 auto 3em auto;}
.speaker_ask_form .line{border-bottom:1px solid #e40082;height:1px;} 
.speaker_ask_form .tip{margin:1em auto;text-align:left;}
.speaker_ask_form .row{margin:1em auto;text-align:left;}
.speaker_ask_form .row span{margin-right:1em;}
.speaker_ask_form .row input[type=text]{width: 10em;height: 1.5em;color:#8a8a8a;font-size: 1em;border-style: none;border-bottom: 1px solid #ccc;}
.speaker_ask_form .row label{margin-right:7em;}
.speaker_ask_form .row textarea{font-size:0.8em;color:#ccc;margin:0 0 1em 0;width:40em;height:10em;}
.speaker_ask_form .row button{font-family:'Hiragino Sans GB', STHeiti, "Microsoft Yahei", sans-serif;margin:0;border:0;} 

.volunteer_apply_form{max-width:1200px;margin:0 auto 3em auto;}
.volunteer-info{height:100%;overflow:hidden;}
.volunteer_apply_form .row{margin:1.5em auto;width:96%;}
.volunteer_apply_form .half-left{width:45%;padding:1em 2%;float:left; margin:0;}
.volunteer_apply_form .row-center{text-align:center;}
.volunteer_apply_form .line{border-bottom:1px solid #e40082;height:1px;} 
.volunteer_apply_form .row p{padding-bottom:10px;}
.volunteer_apply_form .row i{color:red;padding:0 5px;}
.volunteer_apply_form .row ol{display:block;list-style-type:none;width:100%;height:100%;overflow:hidden;}
.volunteer_apply_form .row ol li{padding-bottom:5px;}
.volunteer_apply_form .row ul{display:block;list-style-type:none;width:100%;height:100%;overflow:hidden;padding:5px 0;}
.volunteer_apply_form .row ul li{float:left;width:18%}
.volunteer_apply_form .row>span{display:block;margin:0 1em 1em 0;}
.volunteer_apply_form .row>span .tip{display:inline-block;color:#0066FF;}
.volunteer_apply_form .row input[type=text]{  width: 15em;height: 1.5em;color:#8a8a8a;font-size: 1em;}
.volunteer_apply_form .row select{ height: 2em;min-width:4em;font-size:1em;color:#8a8a8a;}
.volunteer_apply_form .row input[type=password]{  width: 15em;height: 1.5em;color:#8a8a8a;font-size: 1em;}
.volunteer_apply_form .row label{display:block;margin:1em 1em 1em 0;}
.volunteer_apply_form .row textarea{margin:1em 0;width:28em;height:10em;font-size:1em;color:#8a8a8a;}
.volunteer_apply_form .row button{font-family:'Hiragino Sans GB', STHeiti, "Microsoft Yahei", sans-serif;margin:0 5% 1em 0;border:0;cursor:pointer;font-size:100%;} 
.task{color:#60b7eb;}
.applyMsg{height:100%;overflow:hidden;}
.applyMsg p{color:#60b7eb;line-height:2!important;margin:0!important;}
.applyMsg span{color:#e40082;text-align:center;display:block;}
.applyMsg img{display:block;margin:0 auto;}

.filter_fixed{position:fixed;width: 100%;background: #fff;}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.partner-title,
	.partner-list h3 {
		font-size: 1.125em;
	}
	.partner .wrapper {
		font-size: 1em;
	}
	.partner-list li,
	.partner-title {
		width: 25%;
	}
	.partner-list {
		font-size: 1em;
	}
	.partner-list a:hover i,
	.partner-list a:hover .name{
		display: block;
	}
	.partner-list li {
		margin-bottom: 2.125em;
	}
	.partner-list .partner-other{width:75%;}
	.partner-nomar li{width:33%;}
}

@media only screen and (min-width: 1024px) {
	.partner-title,
	.partner-list h3 {
		font-size: 1.125em;
	}
	.partner-list li,
	.partner-title {
		width: 20%;
	}
	.partner-list a:hover i,
	.partner-list a:hover .name{
		display: block;
	}
	.partner-list li {
		margin-bottom: 3.125em;
	}
	.partner-list .partner-other{ width:80%;}
	.partner-nomar li{width:25%;}
}

.international .img{
	width: 600px;
	height: 450px;
	display: inline-block;
}

.international img{
	max-width: 600px;
	width: 80%;
}
.international .fixed-img{
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	background-image: url(img/international_bg.jpg);
	background-position: center 0;
	padding: 4em 0;
}

.international2 .fixed-img{
	background-image: url(img/international_bg2.jpg);
	padding: 0;
}
.international2 .fixed-img div {
	padding-bottom: 40%;
}
.international3 .fixed-img{
	background-image: url(img/international_bg3.jpg);
	padding: 0;
}


@media only screen and (min-width: 1025px) {
	.international .fixed-img{
		background-attachment: fixed;
		padding: 8em 0;
	}
	.international2 .fixed-img{
		padding: 0;
		height: 600px;
	}
	.international2 .fixed-img div {
		display: none;
	}
}

.video .preview-img {
	margin: 0 1.5em;
	position: relative;
	text-align: center;
}
.video .preview-img img {
	width: 100%;
	display: block;
}
.video .preview-img i {
	background: url(img/video-icon.png) no-repeat -142px 0;
	width: 63px;
	height: 63px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
	cursor: pointer;
}


@media only screen and (min-width: 768px) {
	.video .preview-img i {
		background: url(img/video-icon.png) no-repeat;
		width: 208px;
		height: 63px;
		margin: -32px 0 0 -104px;
	}
	.video .preview-img:hover i {
		background-position: 0 -63px;
	}
}

.persion-list {
	text-align: center
}

.persion-list li{
	width: 50%;
	overflow: hidden;
	margin:0 0 1.875em 0;
	line-height: 1.6;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
}
.persion-list2 li{
	width: 100%;
}
.persion-list li>a,
.persion-list li>span,
.persion-list li>p {
	font-size:15px;
	margin: 0 10%;
	display: block;
	font-family: 'Hiragino Sans GB', STHeiti, "Microsoft Yahei", sans-serif;
	letter-spacing: 0;
}
.persion-list .tit-3 {
	color: #e40082;
}
.persion-list .tit-1,
.persion-list .tit-2,
.persion-list .tit-3,
.persion-list p {
	font-size: 0.8em;
}

.persion-list img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.4em;
	border-radius: 100%;
	width: 80%;
	max-width: 140px;
}
.persion-list a img {
	width: 100%;
}
.persion-list2 img {
	max-width: 200px;
}
.persion-list .tit-1 {
	color: #434343;
	font-size: 1em;
}
.persion-list .italic {
	font-style: italic;
}

.persion-list p {
	color: #434343;
	margin-top: 1em;
}
@media only screen and (max-width: 768px){
	.persion-list2 img {
		width: 50%;
		max-width: 140px;
	}
	.persion-list2 li{
		max-width: 400px;
	}
.media_apply_form{width:100%;}
.media_apply_form .row{width:100%;}
.media_apply_form .row textarea{margin:1em 0;width:100%;height:8em;}

.speaker_ask_form{width:100%;margin:0 auto 3em auto;}
.speaker_ask_form .line{border-bottom:1px solid #e40082;height:1px;}
.speaker_ask_form .tip{margin:1em auto;text-align:left;}
.speaker_ask_form .row{width:100%!important;}
.speaker_ask_form .row label{ width: 100%!important;display: block;margin-bottom: 1em;}
.speaker_ask_form .row textarea{width:100%!important;}
}
@media only screen and (min-width: 768px) {
	.persion-list li{
		width: 25%;
	}
	.persion-list img {
		margin-bottom: 0.9em;
	}
	.persion-list2 li{
		width: 50%;
	}
	.persion-list2 img {
		margin-bottom: 0.9em;
	}
	.persion-list .tit-1,
	.persion-list .tit-2,
	.persion-list .tit-3,
	.persion-list p {
		font-size: 1em;
	}
	.persion-list li{
		margin:0 0 2.875em 0;
	}
}

@media only screen and (min-width: 1024px) {
	.persion-list li{
		width: 19.4%;
	}
	.persion-list img {
		margin-bottom: 0.9em;
	}
	.persion-list2 li{
		width: 33%;
	}
	.persion-list .tit-1,
	.persion-list .tit-2,
	.persion-list .tit-3,
	.persion-list p {
		font-size: 1em;
	}
	.persion-list .tit-1 {
		font-size: 1.125em;
	}
}

.site-foot {
	background: #e40082;
	color:#ffecf7;
	padding: 0 0 1.2em;
}
.site-foot a {
	color: #ffecf7;
}

.site-foot .row {
	padding: 1.2em 0 0;
}

.site-foot .row h3 {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 0.3em;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.site-foot .row ul,
.site-foot .row p,
.site-foot .row ul a {
	font-weight: 100;
	font-family: 'Hiragino Sans GB', STHeiti, "Microsoft Yahei", sans-serif;
	font-size: 0.9em;
}
.site-foot .row ul span {
	display: inline-block;
	vertical-align: top;
}

.site-foot .border-col {

}

@media only screen and (min-width: 768px) {
	.site-foot {
		padding: 0;
	}
	.site-foot .row {
		padding: 2.875em 1.625em 2.875em 2em;
		line-height: 1.8;
	}
	.site-foot .row h3 {
		font-size: 1.75em;
	}
		.site-foot .row h4 {
		font-size: 1.5em;
	}
	.site-foot .border-col {
		border-left: 1px solid #e87bb9;
		border-right: 1px solid #e87bb9;
		margin: 0 -1px;
		height: 400px;
	}
	.site-foot:after {
		content: "";
		display: table;
		line-height: 0;
		clear: both;
	}
	.site-foot .col {
		width: 33.3%;
		float: left;
		height:527px;
	}
	.site-foot .row ul,
	.site-foot .row p,
	.site-foot .row ul a {
		font-size: 1em;
	}
}


.legal .wrapper {
	overflow: hidden;
	padding-bottom: 1em;
}

.legal .bdsharebuttonbox a {
	float: none;
	display: inline-block;
	vertical-align: -5px;
	height: 20px;
	width: 20px;
	margin: 0 0 0 5px;
	background: url(img/share-icon2.png) no-repeat;
}
.legal .bdsharebuttonbox .bds_tsina {
	background-position: 0 0;
}
.legal .bdsharebuttonbox .bds_weixin {
	background-position: -24px 0;
}
.legal .bdsharebuttonbox .bds_sqq {
	background-position: -48px 0;
}
.legal .bdsharebuttonbox .bds_qzone {
	background-position: -72px 0;
}

.legal .copy-right a{
	color: #818181;
}
.legal .copy-right a:hover {
	color: #fb229e;
}
.legal .share{
	padding: 1em 0 1em;
}

.share_containter .wrapper {
        overflow: hidden;
        
}

.share_containter .bdsharebuttonbox a {
        float: none;
        display: inline-block;
        vertical-align: -5px;
        height: 20px;
        width: 20px;
        margin: 0 0 0 2px;
        background: url(img/share-icon2.png) no-repeat;
}
@media only screen and (max-width: 768px) {
	.share_containter {display:none;}
}
.share_containter .bdsharebuttonbox .bds_tsina {
        background-position: 0 0;
}
.share_containter .bdsharebuttonbox .bds_weixin {
        background-position: -24px 0;
}
.share_containter .bdsharebuttonbox .bds_sqq {
        background-position: -48px 0;
}
.share_containter .bdsharebuttonbox .bds_qzone {
        background-position: -72px 0;
}

.share_containter .copy-right a{
        color: #818181;
}
.share_containter .copy-right a:hover {
        color: #fb229e;
}
.share_containter .share{
        padding: 1em 0 1em;
}

@media only screen and (min-width: 768px) {
	.legal .wrapper {
		text-align: left;
	}
	.legal .share{
		float: right;
		padding: 18px 0;
	}
	.legal .copy-right {
		padding-top: 27px;
	}
	.legal .copy-right a{
		margin: 0 0 0 35px;
	}
	.legal .bdsharebuttonbox a {
		float: none;
		display: inline-block;
		vertical-align: -11px;
		height: 38px;
		width: 38px;
		margin: 0 0 0 20px;
		background: url(img/share-icon.png) no-repeat;
	}
	.legal .bdsharebuttonbox .bds_tsina {
		background-position: 0 0;
	}
	.legal .bdsharebuttonbox .bds_weixin {
		background-position: -58px 0;
	}
	.legal .bdsharebuttonbox .bds_sqq {
		background-position: -116px 0;
	}
	.legal .bdsharebuttonbox .bds_qzone {
		background-position: -232px 0;
	}
}

@-webkit-keyframes hover{0%{-webkit-transform:translateY(-16px)}100%{-webkit-transform:translateY(0)}}@-ms-keyframes hover{0%{-ms-transform:translateY(-16px)}100%{-ms-transform:translateY(0)}}@keyframes hover{0%{-webkit-transform:translateY(-16px);transform:translateY(-16px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}

#home::after {
	-webkit-animation: hover 1s ease-in-out infinite alternate;
	-ms-animation: hover 1s ease-in-out infinite alternate;
	animation: hover 1s ease-in-out infinite alternate;
	background: transparent url("img/home-arrow.png") no-repeat center bottom;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 16px;
	height: 33px;
	content: '';
	display: block;
	left: 50%;
	margin-left: -41px;
	position: absolute;
	width: 64px;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

.mfp-close, .mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: url(img/mfp.png) no-repeat 50% 32px;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 55px;
  height: 55px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: -20px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }


.mfp-close-btn-in .mfp-close {
  color: #333333;
  overflow: hidden;
   }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  background-position: right -500px;
}
  .mfp-close:hover, .mfp-close:focus {
    background-position: 100% -630px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #818181;
  line-height: 2;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

button.mfp-arrow-left {
  left: 0;
}
button.mfp-arrow-left:hover {
  left: 0;
  background-position: 50% -98px;
}
  .mfp-arrow-left .mfp-a {
    /*border-right: 17px solid white;*/
    margin-left: 31px; }
 .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

button.mfp-arrow-right {
  right: 0;
  background-position: 40px -242px;
}
button.mfp-arrow-right:hover {
	background-position: 40px -362px;
}
  .mfp-arrow-right .mfp-a {
    /*border-left: 17px solid white;*/
    margin-left: 39px; }
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 40px;
  color: #818181;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }



}

@media screen and (max-width: 768px) {
	.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	  background-size: 30px;
	  background-position: right -280px;
	}
	  .mfp-close:hover, .mfp-close:focus {
	    background-position: right -356px;
	}
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/**
 * Transition
 */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 250ms ease-out;
            transition: all 250ms ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 50ms ease-out;
            transition: all 250ms ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.zoom-anim-dialog {text-align: center;}
.zoom-anim-dialog iframe { display: inline-block;}

.page-title {
	padding-top: 72px;
	background: url(img/page-bg.png) repeat-x 0 72px;
}
.page-title h1 {
	padding-top: 25px;
	height: 105px;
	background: url(img/page-title.png) no-repeat 50% 0;
	text-align: center;
}
.page-title h1 span,
.page-title h1 em {
	display: block;
}
.page-title h1 em {
	font-size: 2.25em;
	color: #e40082;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
}
.page-title h1 span {
	font-size: 1.25em;
	color: #828282;
	font-style: normal;
	font-weight: 300;
	font-family: 'Times New Roman',cambria, sans-serif;
}

@media only screen and (max-width: 1024px) {
	.page-title {
		padding-top: 62px;
		background: url(img/page-bg.png) repeat-x 0 62px;
		font-size: 0.8em;
	}
}

@media only screen and (max-width: 768px) {
	.page-title {
		padding-top: 55px;
		background: url(img/page-bg.png) repeat-x 0 55px;
		font-size: 0.7em;
	}
}

.pic-list {

}

.pic-list li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2.5em;
}
.pic-list li * {
	display: block;
	margin: 0 10%;
	width: 80%;
	color: #434343;
}
.pic-list li .tit-1 {
	font-size: 1.25em;
	color: #434343;
}
.pic-list li:hover .tit-1 {
	color: #e60e89;
}
.pic-list li img {
	max-width: 270px;
	width: 100%;
	margin: 0 0 0.6em;
	/*-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;*/
}
/*.pic-list li:hover img {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}*/

@media screen and (max-width: 1024px) {
	.pic-list li {
		font-size: 0.9em;
	}
}


@media screen and (max-width: 768px) {
	.pic-list li {
		width: 50%;
		max-width: 270px;
	}
}

@media screen and (max-width: 568px) {
	.pic-list  {
		text-align: center;
	}
	.pic-list li {
		width: 100%;
		max-width: 270px;
		text-align: left;
	}
}

.page-tab {
	text-align: center;
}
.page-tab a,.page-tab span{
	display: inline-block;
	border: 1px solid #e40082;
	margin: 0 -1px;
	background: #fff;
	font-size: 1.125em;
	/*padding: 0.98em 3.75em;*/
	padding: 0.98em 2.25em;
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	cursor:pointer;
}
.page-tab span{padding:0.5em 2.25em;}
.page-tab a:hover,.time-tab a:hover,.name-tab a:hover {
	text-decoration: none;
}
.page-tab .left-radius {
	border-radius: 2em 0 0 2em;
}
.page-tab .right-radius {
	border-radius:0 2em 2em 0;
}
.page-tab .current,.page-tab .on {
	background: #fbd4ea;
	color: #e60e89;
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1) inset;
}
.page-cnt{ padding-top:2em; text-align: center;}
.page-cnt .normal{ display:none;}
.page-cnt .on{display:block;}
.time-tab,.name-tab{height:45px;}
.time-tab a{border:1px solid #ccc; background:#f2f2f2; border-left:0; display: inline-block;padding:0.5em 2.25em;}
.time-tab .left-line {border-left:1px solid #ccc;}
.time-tab .current{ background:#fff;}

.name-tab a{color:#323232; margin-right:0.8em; font-weight: 900;font-size:1.2em;}
.name-tab .current{color:#ff00c9; text-decoration: underline; font-size:1.5em;}

@media only screen and (max-width: 1024px) {
	.page-tab a {
		font-size: 1em;
	}
	#jump a {
		padding: 0.98em 0;
		width: 15%;
	}
}

@media only screen and (max-width: 768px) {
	.page-tab a {
		width: 30%;
		padding-left:0;
		padding-right:0;
	}
	#jump a {
		padding: 0.48em 0;
		width: 80%;
		display: block;
		margin: -1px auto 0;
		border-radius: 0;
	}
	.time-tab, .name-tab{height:auto; padding:0 20px;}
	.name-tab a{ display:inline-block;}
}

.table {
	margin-bottom: 3em;
}
.table table {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background: #fbfdff;
	color: #434343;
	font-size: 1em;
}
.table table thead,
.table table th {
	background: #cfcfcf;
	font-weight: 300;
}
.table table th,
.table table td {
	border: 1px solid #dfdfdf;
	vertical-align: middle;
	padding: 0.8em;
}
.table table th {
	border-color: #afafaf;
}
.table .odd {
	background: #fffdfb;
}
.table table td.last {
	background: #f9f9f9;
}

@media screen and (max-width:768px) {
	.table table {
		font-size: 0.8em;
	}
	.partner-list .partner-other{width:67%;}
	.partner-nomar li{width:50%;}
}

.page-partner .partner-title {
	color: #0099dc;
}
.page-partner .more {
	margin-bottom: 3em;
}


.article-comrb {
	padding-top: 82px;
	border-bottom: 1px solid #e7e7e7;
	line-height: 3em;
	overflow: hidden;
}

.article-comrb a, .article-comrb span{
	color: #818181;
}
.article-comrb b {
	font-weight: 300;
	margin:0 0.4em;
}
.mod-article {
	padding-top: 2.75em;
}
.article-comrb a:hover {
	color: #e60e89;
}

.mod-article-cont {
	overflow: hidden;
	border-left: 1px solid #dfdfdf;
	padding: 10px 20px;
}
.mod-article .mod-article-side {
	float: left;
	width: 380px;
	border-right: 1px solid #dfdfdf;
	margin-right: -1px;
}
.mod-article-side .persion-list
.mod-article-side .qrcode {
	text-align: center;
}
.mod-article-side .qrcode {
	text-align: center;
	margin-bottom: 20px;
}
.mod-article-side .qrcode h2 {
	font-weight: 400;
	margin: 0.6em 0;
}

.mod-article-side .persion-list li>a {
	cursor: default;
}

.mod-article-side .persion-list li {
	width: 100%;
}
.mod-article-side h3 {
	color: #22aeec;
	margin: 6px 0 1.2em;
	text-align: center;
	font-weight: 400;
}

.mod-article .mod-news-side {
        float: left;
        width: 350px;
        margin-right: -1px;
}
.mod-news-side .persion-list
.mod-news-side .qrcode {
        text-align: center;
}
.mod-news-side .qrcode {
        text-align: center;
        margin-bottom: 20px;
}
.mod-news-side .qrcode h2 {
        font-weight: 400;
        margin: 0.6em 0;
}

.mod-news-side .persion-list li>a {
        cursor: default;
}

.mod-news-side .persion-list li {
        width: 100%;
}
.mod-news-side h3 {
        color: #22aeec;
        margin: 6px 0 1.2em;
        text-align: center;
        font-weight: 400;
}
.mod-article-cont .article-list{ width: 90%; margin-bottom: 1.2em;}
.mod-article-cont h1 {
	color: #434343;
	font-size: 1.625em;
}
.mod-article-cont address {
	font-style: normal;
	font-size: 0.85em;
	color: #818181;
}
.mod-article-cont .editor-text {
	line-height: 1.8em;
	padding: 2.4em 0 0 0;
	color: #434343;
}
.mod-article-cont .editor-text p {
	/*margin-bottom: 2em;*/
}
.mod-article-cont .editor-text div,
.mod-article-cont .editor-text ul,
.mod-article-cont .editor-text ol {
	/*margin-bottom: 2em;*/
}
.mod-article-cont .editor-text p img {
	max-width: 100%!important;
	height:auto!important;
}
.mod-article-cont {
	margin-bottom: 2.75em;
	margin-left: 31.5%;
	text-align: left;
}
.mod-article-cont h3 {
	color: #22aeec;
	margin: 0 0 4px;
	font-weight: 400;
}

.mod-article-cont .img-list {
	text-align: left;
	padding-top: 4px;
}

.mod-article-cont .img-list li{
	width: 94%;
	margin: 0 6% 3% 0;
	text-align: center;
}

.mod-article-border { border-bottom: 1px solid #dfdfdf; padding-bottom:0; padding-top:0;}
.mod-article-border .mod-article-cont {
	padding-top: 30px;
}
.mod-article-border .mod-article-side {
	padding-top: 30px;
}
.mod-article-border .mod-news-side {
	padding-top: 30px;
}

.mod-article-recommend{ text-align: center;}
.mod-article-recommend h2{ font-size:1.375em; font-weight:bold; height:30px; color:#000;}
.mod-article-recommend .schedule-list li{ width:100%; margin-left:0;}
.mod-article-recommend .schedule-list .pic{ float:none;}
.mod-article-recommend .schedule-list .tit-1{ display:none;}
.mod-article-recommend .schedule-list strong{ font-weight:400; color:#e9339b;}
.mod-article-recommend .schedule-list .tit-2{ color:#000;}
.mod-article-recommend .mar_more{ padding:0px 0; }
.mod-article-recommend .mar_more a{color:#e40082;}


.article-list li {height: 1.5em; overflow: hidden; background: url(img/point.png) 0 50% no-repeat; padding: 0.125em 0 0.125em 20px; }
.article-list .pubilish-time{float: right; line-height: 1.5em; margin-left: 30px;}
.article-list a:hover {
	color: #e60e89;
}


.article-page-nav .wrapper{
	padding: 1.4em 0;
}
.article-page-nav a {
	display: block;
	color: #434343;
	padding-left: 350px;
	text-indent: 21px;
	line-height: 1.9;
}

.schedule {
	overflow: hidden;
}
.schedule div {
	float: left;
	width: 17%;
}
.schedule i {
	display: inline-block;
	float:right;
	vertical-align: middle;
	height: 50px;
	width: 50px;
	background: url(img/schedule-icon1.png) no-repeat;
	background-size:cover;
	margin-right: 1em;
	margin-top:6px;
}
.schedule .icon2 {
	background: url(img/schedule-icon2.png) no-repeat;
}
.schedule .icon3 {
	background: url(img/schedule-icon3.png) no-repeat;
}
.schedule .icon4 {
	background: url(img/schedule-icon4.png) no-repeat;
}
.schedule .icon5 {
	background: url(img/schedule-icon5.png) no-repeat;
	background-size:40px 50px;
}
.schedule span,
.schedule em {
	display: block;
	line-height: 30px;
	white-space: nowrap;
}
.schedule em {
	color:#e82293;
}
.schedule .schedule-border {
	margin-left: -1px;
	border-left: 1px solid #efefef;
	width: 20%;
}
.schedule .schedule-border:first-child{
	width:16%;
}
.schedule .schedule-border:nth-child(2){
	width:24%;
}
.schedule .schedule-border:nth-child(3){
	width:16%;
}
.schedule-border span,
.schedule-border em {
	padding-left: 0.5em;
}

@media only screen and (max-width: 1024px) {
	.mod-article .mod-article-side {
		width: 280px;
	}
	.mod-article .mod-news-side {
		width: 280px;
	}
	.mod-article-cont .article-list {
		width: 100%;
	}
	.mod-article-cont .more {
		margin-left: 0;
		text-align: center;
	}
	.article-page-nav a {
		padding-left: 300px;
		font-size: 0.9em;
	}
}

@media only screen and (max-width: 768px) {
	.mod-article-cont .img-list {
		text-align: center;
		padding-top: 4px;
	}
	.mod-article .mod-article-side {
		width:100%;
		border:0;
	}
	.mod-article .mod-news-side {
		width:100%;
		border:0;
		display:none;
	}
	.mod-article .mod-article-side img {
		width: 120px;
	}
	.mod-article .mod-news-side img {
		width: 120px;
	}
	.mod-article-cont {
		border: none;
		padding-left:0;
		margin-left:0;
	}
	.mod-article-cont .article-list ul {
		width: 100%;
	}
	.mod-article-cont h1 {
		font-size: 1.3em;
	}
	.schedule {
		overflow: hidden;
	}
	.schedule div {
		float: none;
		width: 100%;
	}
	.schedule span,
	.schedule em {
		line-height: 1.5;
		display: inline;
	}
	.schedule em {
		color:#e82293;
		display: inline-block;
		width: 30%;
		font-style: normal;
	}
	.schedule i{
		display:none;
	}
	.schedule .schedule-border {
		margin-left:0;
		border-left: 0;
		width: 100%;
	}
	.schedule .schedule-border:first-child,.schedule .schedule-border:nth-child(2),.schedule .schedule-border:nth-child(3){
		width:100%;
	}
	.schedule-border span,
	.schedule-border em {
		padding-left: 0;
	}
	.article-page-nav a {
		padding-left: 0;
		font-size: 0.9em;
	}
}

.venus-map {
	margin-bottom: 100px;
	padding-top:3em;
}
.venus-map .map-content{
	position: relative;
	width: 100%;
	padding-bottom: 56%;
}
.venus-map #dituContent {
	position: absolute;
	height: 100%;
	width: 100%;
}

.volunteer {

}
.volunteer .text-content {
	line-height: 1.9em;
}
.volunteer .text-content h3 {
	font-weight: 400;
	color: #00a2e9;
}
.volunteer .text-content p,
.volunteer .text-content ol{
	list-style: none;
	margin: 0 0 1em;
}
.volunteer .left {
	float: left;
	width: 42.9%;
	margin: 0 2.5% 0 4.5%;
}
.volunteer .right {
	float: right;
	width: 42.9%;
	margin: 0 4.5% 0 2.5%;
}

@media only screen and (max-width: 768px) {
	.volunteer .left,
	.volunteer .right {
		float: none;
		width: 100%;
		margin: 0;
	}
.volunteer_apply_form .half-left{width:96%;text-align:center;}
.volunteer_apply_form .row input[type=text]{width:95%;}
.volunteer_apply_form .row textarea{width:95%;}
.volunteer_apply_form .row input[type=password]{width:95%;  }
}

.volunteer {
	padding: 2.75em 0 6.25em;
}

.img-list {
	text-align: center;
	padding-bottom:1em;
}
.img-list li{
	display: inline-block;
	vertical-align: top;
	width: 27.33%;
	margin: 0 3% 3%;
	max-width: 270px;
}
.img-list .v,
.img-list .img {
	display: block;
	position: relative;
}
.img-list li img {
	display: block;
	width: 100%;
	max-height: 170px;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*.img-list li:hover img {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}*/
.img-list .v img {
	max-height: 150px;
}
.img-list em {
	display: block;
	font-style: normal;
	color: #434343;
	padding: 0.8em 0;
	text-decoration: none;
}
.img-list a:hover,
.img-list a:hover em{
	text-decoration: none;
}
.img-list li:hover em {
	color: #e60e89;
}

.v i {
	background: url(http://cdn.meia.me/public/images/iconx1.png) 0 -73px;
	width: 86px;
	height: 86px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	cursor: pointer;
	z-index: 2;
}
.v i:hover{
	background-position: -86px -73px;
}
.img-list a:hover i{
	background-position: -86px -73px;
}



@media only screen and (max-width: 768px) {
	.img-list li{
		display: inline-block;
		vertical-align: top;
		width: 94%;
		margin: 0 3% 3%;
		max-width: 270px;
	}
}
@media only screen and (max-width: 1024px) {
	.img-list i {
		background: url(img/video-icon.png) no-repeat -142px 0;
		width: 63px;
		height: 63px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -32px 0 0 -32px;
		cursor: pointer;
	}
	.img-list a:hover i {
		background-position: -142px -63px;
	}
}

.guest-list {
	padding-top: 4em;
}
.guest-list li {
	width: 31.3%;
	margin-right: 2%;
	overflow: hidden;
	max-height: 155px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2.25em;
}
.guest-list img {
	border-radius: 100%;
	width: 93.4%;
	height: 93.4%;
	max-width: 140px;
	max-height: 140px;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top:0;
}
.guest-list .pic {
	float: left;
	width: 48.5%;
	padding-bottom: 48.5%;
	max-width: 155px;
	position: relative;
	background: url(img/guest-list1.png) no-repeat;
}
@media only screen and (min-width: 1025px) {
	.guest-list .r .pic {
		float: right;
		background: url(img/guest-list2.png) no-repeat;
	}
	.guest-list .r .pic img {
		left: auto;
		right: 0;
	}
	.guest-list .r div {
		text-align: right;
		padding-right: 2%;
	}
}
.guest-list div {
	overflow: hidden;
	padding-left:  2%;
	padding-top: 5%;
	line-height: 1.6;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-family:'Hiragino Sans GB', STHeiti, "Microsoft Yahei", sans-serif;
}

.guest-list div * {
	display: block;
}
.guest-list .tit-1 {
	font-size: 1.125em;
	color: #434343;
	white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
	.guest-list li {
		width: 48%;
		margin-right: 2%;
		overflow: hidden;
		max-height: 155px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 2.25em;
	}
}

@media only screen and (max-width: 768px) {
	.guest-list li {
		max-height: 100%;
		font-size: 0.8em;
		text-align: center;
		width: 50%;
		margin-right: 0%;
	}
	.guest-list .pic {
		float: none;
		padding-bottom: 0;
		max-width: 155px;
		position: relative;
		background: none;
	}
	.guest-list img {
		border-radius: 100%;
		width: 93.4%;
		height: 93.4%;
		max-width: 140px;
		max-height: 140px;
		vertical-align: middle;
		position: static;
	}
}
.hotel-guide {
	padding-top:3em;
}
.hotel-guide .pic-list{
	padding-bottom: 60px;
}
.hotel-guide-text {
	padding-bottom: 60px;
	line-height: 1.8em;
	padding-left: 5%;
}
.hotel-guide-text h3 {
	color: #22aeec;
	margin: 0 0 4px;
}

@media only screen and (max-width: 768px) {
	.hotel-guide-text {
		font-size: 0.9em;
	}
}

.schedule_filter{border-bottom:1px solid #ddd;}

.schedule-form {
	text-align: center;
	margin: 25px 0 0px;
	padding-bottom:9px; 
}
.schedule-form-main,
.schedule-form-sub {
	display: inline-block;
	vertical-align: top;
	max-width: 750px;
}
.schedule-form label {
	color: #424242;
	margin-right: 44px;
	white-space: nowrap;
	margin-bottom: 8px;
	display: inline-block;
}
.schedule-form input {
	vertical-align: top;
	margin: 5px 5px 0 0;
}
.schedule-table h2 {
	line-height: 3em;
	text-align: center;
	font-weight: 300;
	margin-top: 45px;
}
.schedule-table h2 span {
	display: inline-block;
	color: #00a2e9;
	font-size: 1.375em;
	border-top: 3px solid #00a2e9;
	padding: 0 2em;
}
.schedule-table h3 {
	background: #efefef;
	line-height: 2.2em;
	text-align: center;
	font-weight: 300;
	color: #434343;
	font-size: 1.375em;
	border-bottom: 1px solid #cdcdcd;
}

.schedule-list {
	padding-top: 1em;
}
.schedule-list i {
	display: inline-block;
	vertical-align: -0.375em;
	height: 30px;
	width: 30px;
	background-size:cover;
	margin-left: 0.625em;
}
.schedule-list .icon1 {
	background-image: url(img/schedule-icon1.png);
}
.schedule-list .icon2 {
	background-image: url(img/schedule-icon2.png);
}
.schedule-list .icon3 {
	background-image: url(img/schedule-icon3.png);
}
.schedule-list .icon4 {
	background-image: url(img/schedule-icon4.png);
}
.schedule-list .icon5 {
	background-image: url(img/schedule-icon5.png);
}
.schedule-list li {
	width: 46%;
	margin-left: 4%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2.25em;
}
.schedule-list img {
	border-radius: 100%;
	width: 6.875em;
	height: 6.875em;
	vertical-align: middle;
}
.schedule-list .pic {
	float: left;
}

.schedule-list div {
	overflow: hidden;
	padding-left:  3%;
	padding-top: 1%;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-family: 'Hiragino Sans GB', STHeiti, "Microsoft Yahei", sans-serif;
}

.schedule-list div span,
.schedule-list div a {
	display: block;
}
.schedule-list .tit-1 {
	font-style: normal;
	padding-bottom: 0.4em;
}
.schedule-list .tit-2 {
	color: #434343;
	padding-bottom: 0.6em;
}
.schedule-list .tit-3{
	padding-bottom: 0.6em;
}
.schedule-list .tit-3 strong,.schedule-list .tit-3 strong a,.schedule-list .tit-3 strong:visited {
	font-weight: 400;
	color: #e9339b;
}

.speaker-table{max-width:960px; padding:0 1em; margin:0 auto;}
.speaker-table li{width:100%; display: inline-block; padding:1em 0;}
.speaker-table .imginfo{ float: left; text-align: center; width:8.875em; height:200px;}
.speaker-table .imginfo img{width:6.875em; height:6.875em; border-radius:100%;}
.speaker-table .imginfo strong{ font-size:1em; display: block; font-weight: normal;}
.speaker-table .imginfo em{ font-style:normal; color:#ff00c9; font-size:0.75em;display: block;}
.speaker-table .imginfo span{font-size:0.75em;}
.speaker-table p{ margin-left:10em; border:1px solid #ddd; padding:10px 1em; height:165px; overflow: hidden;}
.speaker-table p strong{font-size:1em; color:#323232;}
.speaker-table p span{ display:block; font-size:1em; line-height: 1.8;}


.mod-article-list{float:left;border-right:1px solid #ccc;width:68%;}
.mod-head span{font-size:1.5em;font-weight:bold;}
.mod-body ul{margin:0 1.5em ;}
.mod-body ul li{height:100%;border-bottom:1px dotted #ccc;padding:1.5em 0;overflow:hidden;}
.mod-body-img{display:block;float:left;margin-right:10px;}
.mod-body-img img{width:160px;height:auto;}
.mod-body-cont{overflow:hidden;}
.mod-body-wrapper{position:relative;}
.mod-body-title{margin-bottom:10px;}
.mod-body-title a{font-size:1.2em;font-weight:bold;width:400px;}
.mod-body-title span{color:#ccc;float:right;padding-right:6px;font-size:1em;}
.mod-body-wrapper p{display:block;font-size:0.95em;text-indent:2em;}
.mod-body-wrapper p a{color:#e40082}

.mod-article-aside{float:left;width:30%;}
.mod-article-aside-cont{width:100%;text-align:center;font-size:1em;font-weight:lighter;color:#000;}
.mod-article-aside-cont span{display:block;font-weight:ligter;padding-bottom:1em;}



@media only screen and (max-width: 768px) {
.mod-body-img img{width:100%;height:auto;}
	.schedule-list li {
		width: 100%;
		margin-right: 0;
		max-width: 440px;
		margin: 0 auto 2.25em;
		display: block;
		font-size: 0.9em;
	}
.mod-body-img{float:none;text-align:center;}
	.schedule-list {
		padding-top: 2em;
	}
	.schedule-form {
		text-align: left;
		margin: 25px 0 0 0px;
		padding-left:40px;
	}
	.mod-article-list{width:100%;border:none;}
	.mod-article-aside{display:none;}
	.legal .wrapper {}
	.speaker-table p .about{ display:none;}
}

.join {
	color: #434343;
	position: relative;
	padding-top:3em;
}
.join .wrapper {
	position: relative;
}
.join .panel {
	border-left: 4px solid #dfdfdf;
	margin: 0 0 0 340px;
	padding: 0 0 1px 46px;
	position: relative;
	z-index: 10;
}
.join .join-block-1 a:hover {
	color: #fff;
}
.join-block-2 {
	background: #e40082;
	color: #fff;

}
.join-block-2 .panel {
	border-color: #fff;
	padding-top: 3em;
	padding-bottom: 1.5em;
}
.join-block-3 .panel {
	padding-top: 3em;
	padding-bottom: 1.5em;
}
.join .join-block-1 p,
.join .join-block-1 ul,
.join .join-block-1 ol,
.join .join-block-2 p,
.join .join-block-2 ul,
.join .join-block-2 ol,
.join .join-block-3 p,
.join .join-block-3 ul,
.join .join-block-3 ol {
	line-height: 1.9;
	margin-bottom: 1.875em;
}
.join .join-block-1 h2,
.join .join-block-2 h2,
.join .join-block-3 h2 {
	font-size: 1.875em;
	line-height: 2.2;
	font-weight: 300;
	margin: 0 0 0.2em;
	-webkit-font-smoothing: antialiased;
}
.join .join-block-1 h3,
.join .join-block-2 h3,
.join .join-block-3 h3 {
	font-size: 1.125em;
	line-height: 2.2;
	font-weight: 300;
	margin: 0 0 1em;
	color: #e40082;
	-webkit-font-smoothing: antialiased;
}
.join .no1,
.join .no2,
.join .no3 {
	position: absolute;
	background: url(img/no1.png) no-repeat;
	width: 60px;
	height: 60px;
	left: -32px;
}
.join .no2 {
	background: url(img/no2.png) no-repeat;
}
.join .no3 {
	background: url(img/no3.png) no-repeat;
	height: 63px;
}
.number{position:absolute;left:-32px;background:url(img/number.png) no-repeat;}
.number1{width:60px;height:60px;background-position:0 0;}
.number2{width:60px;height:60px;background-position:-60px 0;}
.number3{width:60px;height:60px;background-position:-120px 0;}
.number4{width:60px;height:60px;background-position:-180px 0;}
.number5{width:60px;height:60px;background-position:-240px 0;}
.number6{width:60px;height:60px;background-position:-300px 0;}
.number7{width:60px;height:60px;background-position:0 -60px;}
.number8{width:60px;height:60px;background-position:-60px -60px;}
.number9{width:60px;height:60px;background-position:-120px -60px;}
.number10{width:60px;height:60px;background-position:-180px -60px;}
.number11{width:60px;height:60px;background-position:-240px -60px;}
.number12{width:60px;height:60px;background-position:-300px -60px;}
.number13{width:60px;height:60px;background-position:0 -120px;}
.number14{width:60px;height:60px;background-position:-60px -120px;}
.number15{width:60px;height:60px;background-position:-120px -120px;}
.number16{width:60px;height:60px;background-position:-180px -120px;}
.number17{width:60px;height:60px;background-position:-240px -120px;}
.number18{width:60px;height:60px;background-position:-300px -120px;}
.number19{width:60px;height:60px;background-position:0 -180px;}
.number20{width:60px;height:60px;background-position:-60px -180px;}
.gray{color:#ccc;}
.cont-box{height:100%;overflow:hidden;}
.cont-box ul {height:100%;overflow:hidden;}
.cont-box ul li{width:46%;padding:0 4px;float:left;}
.cont-box ul li img{width:100%;}
.join .min-th th{
	font-size: 0.85em;
	padding: 0.2em 0.8em;
}
.join .next-ar {
	position: absolute;
	background: url(img/next-ar.png) no-repeat;
	width: 18px;
	height: 15px;
	left: -11px;
	top: 90px;
}
.join .next-ar2 {
	top : 520px;
}
.join .sign-up {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #434343;
}
.join .sign-up .panel {
	width: 290px;
	margin: 0;
	border: 0;
	padding: 0 0 0 50px;
}
.join .sign-up h3 {
	line-height: 34px;
	height: 34px;
	padding: 0 0 0 30px;
	font-size: 1.125em;
	background: url(img/sign-up-01.png) no-repeat 0 6px;
}
.join .sign-up .h3-2 {
	background-image: url(img/sign-up-02.png);
}
.join .sign-up ul {
	line-height: 1.9;
	padding: 0 0 1em 30px;
}
.join .sign-up .button {
	font-weight: 300;
	padding-left: 2.2em;
	padding-right: 2.2em;
}
.join .sign-up .btn-cont {
	margin-top: 1.5em;
}
.join .sign-up .kefu {
	line-height: 22px;
	margin: 2px 0 6px 30px;
}
.join .sign-up .kefu img{
	vertical-align: -4px;
	margin: 0 0 0 4px;
}
.join .sign-up .panel {
	pointer-events: auto;
	padding-top: 15px;
}

@media only screen and (max-width: 1024px) {
	.join .panel {
		margin: 0 0 0 280px;
	}
	.join .sign-up .panel {
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {
.cont-box ul li{width:96%;}
	.join .panel {
		margin: 0;
		border-left: 0;
		padding-left: 0;
	}
	.join .next-ar {display: none;}
	.join .no1,
	.join .no2,
	.join .no3  {
		position: static;
		background-position: 50% 0;
		width: 100%;
	}
	.join .no1 { background-image: url(img/sign-up-04.png)}
	.join .no2 { background-image: url(img/sign-up-05.png)}
	.join .no3 { background-image: url(img/sign-up-06.png)}
	.number { 
		position: static;
		margin:0 auto;
	}
	.cont-box{padding-top:1em;}
	.join .sign-up {
		position: static;
		padding-bottom: 2em;
	}
	.join .sign-up .panel {
		width: 100%;
	}
	.join .join-block-1 h2, .join .join-block-2 h2, .join .join-block-3 h2 {
		font-size: 1.25em;
		line-height: 1.8;
	}
}


.mod-article-cont .editor-text table {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	background: #fbfdff;
	color: #434343;
	font-size: 1em;
}
.mod-article-cont .editor-text table thead,
.mod-article-cont .editor-text table th {
	background: #cfcfcf;
	font-weight: 300;
}
.mod-article-cont .editor-text table th,
.mod-article-cont .editor-text table td {
	border: 1px solid #dfdfdf;
	vertical-align: middle;
	padding: 0.8em;
	text-align: left!important;
}
.mod-article-cont .editor-text table th {
	border-color: #afafaf;
	text-align: center!important;
}
.mod-article-cont .editor-text .odd {
	background: #fffdfb;
}
.mod-article-cont .editor-text table td.last {
	background: #f9f9f9;
}

.mod-article-cont .editor-text table span {
	background: #fbfdff!important;
	text-align: left!important;
}

@media screen and (max-width:768px) {
	.mod-article-cont .editor-text table {
		font-size: 0.8em;
	}
	.addr{
		font-size:1em;}
}
.intro-container{padding-top:80px;text-align:center;width:100%;}
.intro-banner{width:100%;height:780px;overflow:hidden;background:url(/2016/images/banner.jpg)}
.banner-cover{width:28%;margin:10% auto;color:#fff;}
.banner-cover h1{font-size:4em;font-weight:600;line-height:1.2}
.banner-cover h3{font-size:2em;padding:1em 0;}
.banner-cover p{font-size:1.3em;}
.intro-title{padding:2em 0;color:#000;font-weight:500;}
.intro-title h1{font-size:2em;padding-bottom:1em;font-weight:500;}
.intro-title p{font-size:1.3em}
.intro-cell{width:1120px;margin:0 auto;}
.intro-cell img{width:100%;height:auto;margin:0 auto;}
.intro-cell h2{font-size:2.3em;color:#000;width:600px;margin:30px auto;font-weight:500;}
.intro-cell p{font-size:1.3em;width:600px;margin:0  auto 70px auto;}
@media screen and (min-width:768px) and (max-width:1366px){
	.banner-cover{width:38%;};
}
@media screen and (max-width:768px){
	.intro-container{padding-top:55px;text-align:center;width:100%;}
	.intro-banner{width:100%;height:100%;overflow:hidden;background:url(../images/banner.jpg)}
	.banner-cover{width:96%;margin:10% auto;color:#fff;}
	.banner-cover h1{font-size:2.2em;font-weight:600;line-height:1.2}
	.banner-cover h3{font-size:1.5em;padding:1em 0;}
	.banner-cover p{font-size:1em;}
	.intro-title{width:96%;font-size:100%;padding:2em 0;color:#000;font-weight:500;}
	.intro-title h1{font-size:1.6em;padding-bottom:1em;font-weight:500;}
	.intro-title p{font-size:1em;}
	.intro-cell{width:100%;margin:0 auto;}
	.intro-cell img{width:100%;height:auto;margin:0 auto;}
	.intro-cell h2{font-size:1.6em;color:#000;width:96%;margin:20px auto;font-weight:500;}
	.intro-cell p{font-size:1em;width:96%;margin:0  auto 35px auto;}

} 
.speaker-case-list {
        text-align: left;
	padding-top:20px;
}

.speaker-case-list li{
        width: 33%;
        overflow: hidden;
        margin:0 0 1.875em 0;
        line-height: 1.6;
        font-weight: 300;
        display: inline-block;
        vertical-align: top;
	text-align:center;
}
.speaker-case-list li>a,
.speaker-case-list li>span,
.speaker-case-list li>p {
        margin: 0 10%;
        display: block;
        font-family: 'Hiragino Sans GB', STHeiti, "Microsoft Yahei", sans-serif;
        letter-spacing: 0;
}
.speaker-case-list .tit-1,
.speaker-case-list .tit-2,
.speaker-case-list .tit-3,
.speaker-case-list p {
        font-size: 0.8em;
}
.speaker-case-list .tit-3 {
        color: #e40082;
}

.speaker-case-list img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.4em;
        border-radius: 100%;
        width: 80%;
        max-width: 140px;
}
.speaker-case-list a img {
        width: 90%;
}
.speaker-case-list .tit-1 {
        color: #434343;
        font-size: 1em;
}
.speaker-case-list .italic {
        font-style: italic;
}

.speaker-case-list p {
        color: #434343;
        margin-top: 1em;
}
@media screen and (max-width:768px){
	.speaker-case-list li{
        	width: 100%;
	}
	.speaker-case-list a img {
		width:50%;
	}
}
.material-list li{padding:0.5em 0;}
.material-list  .seq{width:2%!important;display:none;}
.material-list  .name{width:30%!important;}
.material-list  .numtype{width:12%!important;}
.material-list  .num{ display:none;width:8%!important;}
.material-list  .link{width:30%!important;}
.material-list  .add{width:12%!important;}
.material-list  .name input[type=text]{width:90%;}
.material-list  .numtype input[type=text]{width:90%;}
.material-list  .num input[type=text]{width:90%;}
.material-list  .link input[type=text]{width:90%;}
@media screen and (max-width:768px){
.material-list  .seq{width:5%!important;display:none;}
.material-list  .name{width:90%!important;}
.material-list  .numtype{width:30%!important;}
.material-list  .num{ display:none;width:15%!important;}
.material-list  .link{width:90%!important;}
.material-list  .add{width:30%!important;}
.material-group{display:none!important;}
}
.hot-news{margin:0 auto;padding:0 1em;max-width:1200px;min-height: 200px;margin-top:10px;overflow: hidden;}
.hot-news ul{padding:20px 0;width:100%;height:100%;overflow:hidden;margin:0 auto;}
.hot-news ul li{float:left;margin:0 2.5%;width:20%;height:100%;text-align:center;}
.hot-news ul li img{width:100%;height:auto;}
.hot-news ul li a{font-size:14px;padding:0.5em 0;display:block;}
@media screen and (max-width:768px){
.hot-news{display:none;margin:0 auto;max-width:100%;}
.hot-news ul{padding:0 1.5em;}
.hot-news ul li{width:100%;margin:1em 2.5%;}
.hot-news ul li img{width:96%;height:auto;vertical-align:middle;}
}
.page{padding:1em 1.5em;}
.page li{float:left;padding:0.275em 0.5em;}
.Page_dian a{color:#e40082;}
.submit {color:#ccc;background:none;padding:0;margin:0;border:1px solid #ccc;padding:2px 4px;}
.sub_dian{color:#434343;}

.sliders{position:relative;height:540px;overflow:hidden; margin-top:63px;}
.slider{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;}
.slider:nth-child(1){z-index:10;}
.s-info{position:relative;width:1200px;height:100%;margin:0 auto;}
.s-info img{float:right;}
.v-info{position:absolute;width:1200px;height:100%;left:0;top:0;margin:0 auto;background:url("//cdn.meia.me/public/images/blackmask.png");}
.v-info h1{position:relative;top:38%;left:63px;transform:translate(0,-50%);font-size:2.4em;font-weight:normal;color:#fff;}
.v-info .v{position:relative;top:300px;left:99px;}
.s-video{position:absolute;top:0;left:0;}
.slidertips{position:relative;z-index:10;height:100px;text-align:center;}
.slidertips ul{display:inline-block;}
.slidertips ul li{position:relative;top:-35px;float:left;width:100px;height:100px;padding:0 2em;}
.slidertips ul li a{display:inline-block;width:70px;height:70px;}
.slidertips ul li a img{width:100%;height:100%;border-radius:50%;border: 3px solid rgba(255,255,255,0.2);overflow: hidden;box-sizing: border-box;}
.slidertips ul li span{display:block;text-align:center;}

.image-falls{position:relative;overflow:hidden;width:100%;height:100vw;}
.fall-image{background-position: center center;background-repeat: no-repeat;background-size: cover;color: #FFF;font-size: 20px;font-style: italic;line-height: 1.5;height: 25%;left: 0;padding:0;position: absolute;text-align: center;top: 0;width: 25%;border:2px solid #FFF;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.image-falls .fall-image:nth-child(1){left:0;top:0;width:50%;}
.image-falls .fall-image:nth-child(2){left:50%;top:0;height:50%;}
.image-falls .fall-image:nth-child(3){left:75%;top:0;}
.image-falls .fall-image:nth-child(4){left:0;top:25%;}

.image-falls .fall-image:nth-child(5){left:25%;top:25%;}
.image-falls .fall-image:nth-child(6){left:75%;top:25%;height:50%;}
.image-falls .fall-image:nth-child(7){left:0;top:50%;height:50%;}
.image-falls .fall-image:nth-child(8){left:25%;top:50%;width:50%;}

.image-falls .fall-image:nth-child(9){left:25%;top:75%;}
.image-falls .fall-image:nth-child(10){left:50%;top:75%;width:50%;}

@media only screen and (max-width: 1200px) {
    .sliders,.slidertips{display:none;}
}
@media only screen and (max-width: 768px) {
    .image-falls{display:none;}
}


.partner-nomar li{margin-bottom:0;}
