/*----------------------------------------------------------------------------- 

RAMA BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet 

version:   	1.0 
date:      	07/27/11 
author:		freshline
email:     	support@version-four.com 
website:   	http://www.version-four.com
-----------------------------------------------------------------------------*/

/***********************
	-	BASICS 	-
***********************/
html {
	width: 100%;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
}

body 

{
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
	background-size: 100%;
}
body {
  scrollbar-width: none;         /* Firefox */
  -ms-overflow-style: none;      /* IE/Edge */
  overflow: hidden; /* 禁用滚动 */
}

/* Chrome/Safari/Opera */
body::-webkit-scrollbar {
  display: none;
}

ol, ul { 
    list-style: none; 
}

a{
	text-decoration:none;
}

#banner1-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 5%;
	left: 0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Oswald, Helvetica, sans-serif; 
	font-weight: bold;
}

#banner1-bg h1 {
	font-family: '微软雅黑', sans-serif;
	font-size:35px;
	color:#f70303;
	margin-bottom: 15px;
}

#banner2-bg {
	position: absolute;
	height: 580px;
	width: 100%;
	top: 1300px;
	left: 0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	padding-top: 20px;
}

#banner2-bg h1 {
	font-family: '微软雅黑', sans-serif;
	font-size:35px;
	color:#ddd;
	margin-bottom: 15px;
}

#banner2-bg p, #banner1-bg p {
	font-family: '微软雅黑', sans-serif;
	font-size:17px;
}

#banner3-bg {
	position: absolute;
	height: 580px;
	width: 100%;
	top: 770px;
	left: 0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	padding-top: 20px;
}

#banner3-bg h1 {
	font-family: '微软雅黑', sans-serif;
	font-size:35px;
	color:#ddd;
	margin-bottom: 15px;
}

#banner3-bg p, #banner1-bg p {
	font-family: '微软雅黑', sans-serif;
	font-size:17px;
}
#banner4-bg {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	padding-top: 20px;
}

#banner4-bg h1 {
	font-family: '微软雅黑', sans-serif;
	font-size:35px;
	color:#ddd;
	margin-bottom: 15px;
}

#banner4-bg p, #banner1-bg p {
	font-family: '微软雅黑', sans-serif;
	font-size:17px;
}
#banner5-bg {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

#banner5-bg h1 {
	font-family: '微软雅黑', sans-serif;
	font-size:35px;
	color:#ddd;
	margin-bottom: 15px;
}

#banner5-bg p, #banner1-bg p {
	font-family: '微软雅黑', sans-serif;
	font-size:17px;
}
.example-wrapper{
	position:relative;
	width:980px;
	height:400px;
	margin:auto;
	margin-top:50px;	

}



.example-wrapper2{
	position:relative;
	width:980px;
	height:700px;
	margin:auto;
	margin-top:50px;	
}

/****************************
	-	BASIC DIVIDERS 	-
*****************************/
#small_divider {
	margin-top:8px;
}

#big_divider {
	margin-top:150px;
}
