/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;font-size: 100%;    word-wrap: break-word;
    word-break: break-word;}
body,button, input, select, textarea{font-size: 14px;font-family: Arial, 'Microsoft Yahei';}
h1, h2, h3, h4, h5, h6{font-weight: normal;}
em{font-style:normal;}
ul, ol{list-style: none;}
a{text-decoration: none;
	color:#333;
}
a:hover{text-decoration: none;
		color:#e60012;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.clearfix { *zoom: 1; } 
.clearfix:before, .clearfix:after {  display: table; line-height: 0; content: ""; } 
.clearfix:after { clear: both; } 
.fl { float:left;}
.fr { float:right;}
.hide { display:none;}

html{height: 100%;}
body{height: 100%;background: url(../images/bg.jpg) repeat-x;background-size: 100% 100%;overflow: auto;}
#container,.sections,.section {
    /*必须，兼容，在浏览器不支持transform属性时，通过改变top/left完成滑动动画*/
    position: relative;
    /*必须，关系到单个page能否全屏显示*/
    height: 100%;
}

.scrollbar::-webkit-scrollbar{width: 4px;height: 8px;}
.scrollbar::-webkit-scrollbar-track{border-radius: 10px;}
.scrollbar::-webkit-scrollbar-thumb{height: 20px;border-radius: 10px;background-color: #fff;}

.scrollbar2::-webkit-scrollbar{width: 4px;height: 8px;}
.scrollbar2::-webkit-scrollbar-track{border-radius: 10px;}
.scrollbar2::-webkit-scrollbar-thumb{height: 20px;border-radius: 10px;background-color: #f7bac9;}

.scrollbar3::-webkit-scrollbar{width: 10px;height: 10px;}
.scrollbar3::-webkit-scrollbar-track{border-radius: 10px;}
.scrollbar3::-webkit-scrollbar-thumb{height: 20px;border-radius: 10px;background-color: rgba(255,255,255,0.1);}

.scrollbar4::-webkit-scrollbar{width: 4px;height: 8px;}
.scrollbar4::-webkit-scrollbar-track{border-radius: 10px;}
.scrollbar4::-webkit-scrollbar-thumb{height: 20px;border-radius: 10px;background-color: #fff;}