@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);
}

.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 1.1em;
		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;
	}
}

.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;
}

/*@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
	}
}
@media screen and (max-height:768px) {
	#home .content {
		background-size: 800px auto
	}
	#home .content .inner {
		padding: 0em 1.25em 15em
	}
}
@media screen and (min-height:768px) {
	#home .content {
		background-size: 1200px 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: 800px 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 1.2em;
	}
	.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: 1024px;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.mod {
	padding: 4.25em 0 6.125em 0;
	background: #efefef;
}
.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: #efefef;
	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) {
	.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;
	}
}

.staff,
.old-speaker,
.join-us,
.video,
.old-speaker .title h2 div,
.join-us .title h2 div,
.video .title h2 div,
.staff .title h2 div {
	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: 50px;
	}
	.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: #efefef;
}

.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;
	}

}
@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 .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 .more {
	clear: both;
}

@media only screen and (min-width: 768px) {
	.join-us .block-txt {
		float: left;
		width: 33.33%;
		margin: 0 0 3.125em;
	}
	.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%;
	}
}



.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%;
	display: block;
	max-width: 140px;
}
.partner-list li {
	float: left;
	display: inline;
	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;
}


@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;
	}
}

@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;
	}
}

.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 {
	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 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.9%;
	}
	.persion-list img {
		margin-bottom: 0.9em;
	}
	.persion-list2 li{
		width: 33.3%;
	}
	.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 .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.33%;
		float: left;
	}
	.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: 25px;
	width: 25px;
	margin: 0 0 0 10px;
	background: url(img/share-icon2.png) no-repeat;
}
.legal .bdsharebuttonbox .bds_tsina {
	background-position: 0 0;
}
.legal .bdsharebuttonbox .bds_weixin {
	background-position: -36px 0;
}
.legal .bdsharebuttonbox .bds_sqq {
	background-position: -73px 0;
}
.legal .bdsharebuttonbox .bds_tqq {
	background-position: -110px 0;
}
.legal .bdsharebuttonbox .bds_qzone {
	background-position: -146px 0;
}

.legal .copy-right a{
	color: #818181;
}
.legal .copy-right a:hover {
	color: #fb229e;
}
.legal .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_tqq {
		background-position: -174px 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: 78px;
	background: url(img/page-bg.png) repeat-x 0 78px;
}
.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.3%;
	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 {
	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);
}
.page-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 {
	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;
}

@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;
	}
}

.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;
	}
}

.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;
	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: 350px;
	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-cont .article-list{ width: 90%; margin-bottom: 1.2em;}
.mod-article-cont h1 {
	color: #434343;
	font-size: 1.625em;
	margin: 0 0 1em;
}
.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 img {
	max-width: 100%;
}
.mod-article-cont .more {
	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;
}

.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;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	background: url(img/schedule-icon1.png) no-repeat;
	margin-left: 0.325em;
}
.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 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: 24%;
}
.schedule-border span,
.schedule-border em {
	padding-left: 1.1em;
}

@media only screen and (max-width: 1024px) {
	.mod-article .mod-article-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%;
		float: none;
	}
	.mod-article .mod-article-side img {
		width: 120px;
	}
	.mod-article-cont {
		border: none;
		border-top: 1px solid #dfdfdf;
		padding-left:0;
		padding-right: 10px;
	}
	.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 .schedule-border {
		margin-left:0;
		border-left: 0;
		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%;
	max-width: 1000px;
	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 .more {
	padding: 2.75em 0 6.25em;
}

.img-list {
	text-align: center;
}
.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;
}

.img-list i {
	background: url(img/video-icon.png) no-repeat;
	width: 208px;
	height: 63px;
	margin: -32px 0 0 -104px;
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	z-index: 2;
}
.img-list a:hover i{
	background-position: 0 -63px;
}



@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-form {
	text-align: center;
	margin: 25px 0 45px;
}
.schedule-form-main,
.schedule-form-sub {
	display: inline-block;
	vertical-align: top;
	max-width: 700px;
}
.schedule-form label {
	color: #424242;
	margin-right: 50px;
	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: 4em;
}
.schedule-list i {
	display: inline-block;
	vertical-align: -0.375em;
	height: 30px;
	width: 30px;
	background: url(img/schedule-icon1.png) no-repeat;
	margin-left: 0.625em;
}
.schedule-list .icon2 {
	background: url(img/schedule-icon2.png) no-repeat;
}
.schedule-list .icon3 {
	background: url(img/schedule-icon3.png) no-repeat;
}
.schedule-list .icon4 {
	background: url(img/schedule-icon4.png) no-repeat;
}
.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-size: 1.125em;
	font-style: italic;
	padding-bottom: 0.4em;
}
.schedule-list .tit-2 {
	color: #434343;
	padding-bottom: 0.6em;
}
.schedule-list .tit-3 strong {
	font-weight: 400;
	color: #e9339b;
}


@media only screen and (max-width: 768px) {
	.schedule-list li {
		width: 100%;
		margin-right: 0;
		max-width: 440px;
		margin: 0 auto 2.25em;
		display: block;
		font-size: 0.9em;
	}
	.schedule-list {
		padding-top: 2em;
	}
	.schedule-form {
		text-align: left;
		margin: 25px 0 0 40px;
	}
}

.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: #e40082;
}
.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;
}
.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) {
	.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)}

	.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;
	}
}
