@charset "utf-8";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#f2f2f2;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
input{border:none; outline:none;margin:0;padding:0; text-decoration:none;}
/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Lato', Calibri, Arial, sans-serif, "微软雅黑";
	color: #f2f2f2;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.section{
	text-align: center;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 100px;
	z-index: 70;
	width: 100%;
	min-width:1000px;
	padding: 0;
	margin:0;
	text-align: center;
	background:#2b84c2;
	background-repeat:repeat-x;
	opacity:0.9;
}

/* Menu
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin:0 8px;
	margin-top:-10px;
	color:white;
	font-family:'微软雅黑';
	font-size:1.4em;
	padding-bottom:10px;
}
#menu li.active{
	border-bottom:3px solid white;
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: white;
	font-family: "微软雅黑";
	font-size: 0.8em;
}
#menu li:hover{
	border-bottom:3px solid white;
}
#menu li a,
#menu li.active a{
	padding: 4px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}


.intro p{
/*	width: 50%;*/
	width:1024px;
	margin: 0 auto;
	font-size: 1.5em;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
.zong {
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	overflow:hidden;
	height:100%;
	min-height: 768px;
	width:100%;
	min-width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.intro {
	background-image:url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	height:100%;
	min-height: 768px;
	width:100%;
	min-width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.jion {
	background-position: center center;
	background-size:cover;
	height:100%;
	min-height: 768px;
	width:100%;
	min-width: 1024px;
	position: absolute;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.joinin span{padding-top:500px; display: block;}
.joinin span a{padding: 10px 60px;font-size: 18px;border: #fff 2px solid;color: #fff;margin: 0 10px;}
.logo{ display:inline-block;margin-top:20px; margin-left:10px;padding-right:20px; z-index:9999;}
.back_index a{ color:#fff; font-size:12px;}
.back_index a:hover{ color:#f60; cursor:pointer;}
.di{position:fixed;background-color:#2b84c2;min-width:960px;width:100%;height:100%;text-align:center;z-index:999;top:88%;opacity:0.8;}
.diz{font-size:13px;font-family:"微软雅黑";color:white;padding-top:20px;}
.diz p{font-size:13px;font-family:"微软雅黑";color:white;padding-top:10px;}