/*common*/

body{
	font-family: arial,helvetica,sans-serif;
	min-width: 910px;
	letter-spacing: 2px;
	color: #fff;}
a:link,a:visited,a:hover,a:active{color:#000;text-decoration:none}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.colorbox_container{
	overflow: hidden;
	min-height: 100px;
	min-width: 100px;
	width:100%;
	overflow-y:auto;
}
#cboxLoadedContent {
    margin-bottom: 0px;
}

.container{
	/*width:910px;*/
	width: 100%;
	padding: 0;
	min-height: 800px;
}

.page_container{
	position: absolute;
	min-width: 910px;
	width:100%;
	height:800px;
	z-index:0;
	opacity:0;
	overflow: hidden;
}

.paragragh{
	text-align: center;
	letter-spacing: 2px;
	white-space: pre-wrap;
	line-height: 30px;
	font-size: 14px;
}

.common_btn{
	cursor: pointer;
}

/*footer*/
#footer_mask{
	width: 100%;
	min-width: 910px;
	position: fixed;
	height: 110px;
	overflow: hidden;
	bottom:0;
	z-index: 99;
}
#footer_container{
	width: 100%;
	background-color: #DA1E47;
	z-index: 999;
	position: relative;
	margin-top: 180px;
}
#footer_inner{
	width: 910px;
	height: 60px;
	margin: 0 auto;
	background-color: #DA1E47;
	z-index: 999;
}
#footer_btn{
	position: absolute;
	z-index: 9999;
	width:90px;
	height:90px;
	background-image: url(../images/loading-btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: -50px;
	margin-left: 70px;
}
#footer_wording{
	position: absolute;
	z-index: 9999;
	margin-top: 0px;
	margin-left: 170px;
	line-height: 40px;
	font-size: 14px;
}


/*header*/
#header_mask{
	width: 100%;
	min-width: 910px;
	position: absolute;
	height: 100px;
	overflow: hidden;
	margin-top: 0px;
	z-index: 99;
}
#header_container{
	width: 100%;
	z-index: 999;
	position: relative;
	margin-top: -110px;
	background: #fff;
}
#header_inner{
	width: 910px;
	height: 100px;
	margin: 0 auto;
	z-index: 999;
}
#header_logo{
	width: 182px;
	height: 73px;
	background-image: url(../images/logo-red.png);
	background-repeat: no-repeat;
	background-position: 0 -35px;
	position: absolute;
	margin: 15px 1000px;
}
#menu{
	position: absolute;
	margin-top: 36px;
	width:946px;
}
#menu .menu_item{
	float: left;
    padding: 0 5px;
    margin: 0 10px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    color: #000;
}
#menu .menu_item:hover{
	color:#9E9E9E;
}
#menu .menu_item_vl{
	float: left;
    background: #DA1E47;
    margin: 0 15px;
    line-height: 20px;
    width:2px;
    height: 20px;
}

