@charset "utf-8";
/* CSS Document */
html{
	width:100%; height:100%; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0);-webkit-text-size-adjust:none;
	overflow:hidden;
}
body {
	margin:0; padding:0; min-width:1000px; background-color: #fff;
}

body, div, ul, li, dl, dt, dd, p, th, td{
	margin:0; padding:0; font-size:12px; color:#424242; font-family:"Microsoft YaHei", Arial, "宋体";
	-webkit-text-size-adjust:none;
}

h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, sub{
	margin:0; padding:0; font-size:12px; color:#424242;
}
body, input, button, select, textarea, sub{
	font-size:12px; font-family:"Microsoft YaHei", Arial, "宋体";
}
em, cite, address, optgroup { font-style:normal; 1}

img, input, button, select, textarea { vertical-align:middle; }

ul, ol { list-style:none}

label {
	cursor:pointer;
}
input,button,select,textarea{outline:none} textarea{resize:none;}

table{
	border-collapse:collapse; border:0;
}
th, td{
	padding:0; border:0;
}
img{
	vertical-align:middle; border:0;
}

input,
textarea{
	margin:0; padding:0; border:0; line-height:normal;
	font-family:"Microsoft YaHei", Arial, "宋体"; font-weight:normal; color:#424242;
    -moz-box-sizing:border-box; -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box; box-sizing:border-box;
}
input[type=button],
input[type=submit]{
	border:0;cursor:pointer;text-align:center;color:#fff;
	-webkit-appearance:none;
}
a, a:link{
	text-decoration:none; color:#424242;
}

/* 消除谷歌浏览器黄色边框 */
input, button, select, textarea{
	outline:none;
}
textarea{
	resize:none;
}

.first-bg,
.fourth-bg{
	background-position:center center;
	background-repeat:no-repeat;	
}
.first-bg{
	background-image:url(../images/first-bg.jpg);
}
.fourth-bg{
	background-image:url(../images/fourth-bg.jpg);
}

.btn1 {
	width:252px; height:70px; display:inline-block; border:3px solid #ffb339; text-align:center;
	 background: #ffb339;
	-webkit-transition: all 200ms linear;
			transition: all 200ms linear;
}
.btn1 span{
	line-height:64px; padding-right:26px; display:inline-block;
	font-size:24px; font-weight:bold; color:#fff;
	background:url(../images/ico1.png) no-repeat right center;
}
.btn1:hover {
	border:3px solid #436dba; background: #436dba;
	-webkit-transition: all 200ms linear;
			transition: all 200ms linear;
}

.logo{
	width:170px; height:128px; position:fixed; left:108px; top:30px; z-index:106;
	background-image:url(../images/logo.png);
}

.header-link{
	line-height:83px; position:fixed; right:100px; top:20px; z-index:106;
}
.header-link a{
	font-size:22px; color:#032b5c;
}

.main{
	margin:0 auto; width:1420px; display:table; clear:both;
}
.first-fixed{
	width:100%; height:240px; position:absolute; left:0; bottom:56px;
	background-image:url(../images/first1.png);
	background-position:center 0;
	background-repeat:no-repeat;
}
.first-ul{
	float:left; width:314px; margin-top:30px; margin-left:436px; overflow:auto; 
}
.first-ul li{
	margin-bottom:15px;
}
.first-ul li img{
	width:230px;
}
/*
.first-ul span{
	height:45px; line-height:45px; padding:0 20px; display:inline-block;
	font-size:24px; color:#fff;
	-moz-border-radius: 22.5px; -webkit-border-radius: 22.5px; border-radius: 22.5px;
	background-color:#1fb5fc;
	-webkit-transition: all 200ms linear;
			transition: all 200ms linear;
}
.first-ul a:hover{
	background-color:#ff5a00;
	-webkit-transition: all 200ms linear;
			transition: all 200ms linear;
}
.first-ul .b2{
	background-color:#678dd3;
}
.first-ul .b3{
	background-color:#fdb247;
}
*/
.first-buy{
	margin-top:133px;
}

.second-tl{
	padding-top:100px;
	background:url(../images/second1.png) no-repeat center 0;
}
.second-ul{
	width:1392px; overflow:auto;
}
.second-ul li{
	float:left; width:328px; margin:0 10px;
}
.second-ul li img{
	width:328px; height:240px;
}
.second-ul li span{
	line-height:52px; margin-top:40px; display:block; border-top:3px solid #e3e5e5; text-align:center;
	font-size:24px; color:#032b5c;
}

.third-m{
	height:650px; padding:0 0 0 525px;
	background:url(../images/third1.png) no-repeat;
	background-repeat:no-repeat;
	background-position:center center;
}
.third-ul{
	padding-left:6px; padding-top:225px; overflow:auto;
}
.third-ul li{
	float:left; width:254px; margin-left:30px;
}
.third-ul li p{
	width:254px; height:254px; display:block; overflow:hidden;
	-moz-border-radius: 127px; -webkit-border-radius: 127px; border-radius: 127px;
	background-size:100% 100%;
	background-position: center center;
	background-repeat:no-repeat;
}
.third-ul li p em{
	width:254px; height:254px; display:block; overflow:hidden;
	border-width:14px; border-style:solid;
	-moz-border-radius: 127px; -webkit-border-radius: 127px; border-radius: 127px;
}
.third-ul li span{
	line-height:34px; margin-top:25px; display:block; text-align:center; font-size:24px;
}

.fourth-m{
	height:540px; padding-top:250px; text-align:center;
	background:url(../images/fourth1.png) no-repeat center 0;
}

.slide-tl{
	width:450px; height:50px; position:absolute; left:50%; top:50%; margin-left:-225px; margin-top:-330px; z-index:10;
	background:url(../images/fifth1.png) no-repeat;
}
.slide ul{
	margin:0 auto; width:1216px; padding-top:50px; margin-bottom:50px; overflow:auto;
}
.slide li{
	float:left; width:234px; margin:0 35px;
}
.slide-face{
	width:234px; height:234px; display:block; border:1px solid #f8d6a2;
	-moz-border-radius: 117px; -webkit-border-radius: 117px; border-radius: 117px;
}
.slide-face img{
	width:232px; height:232px; display:block; border:4px solid #fff;
	-moz-border-radius: 116px; -webkit-border-radius: 116px; border-radius: 116px;
}
.slide-name{
	line-height:46px; margin-top:10px; text-align:center; font-size:28px; color:#000;
}
.slide-pos{
	line-height:30px; text-align:center; font-size:18px; color:#505050;
}
.slide-circle{
	line-height:30px; text-align:center;
}
.slide-circle span{
	width:10px; height:10px; margin:0 4px; display:inline-block; overflow:hidden;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
.slide-circle .y{
	background-color:#fdb247;
}
.slide-circle .g{
	background-color:#e1e1e1;
}
.slide-intro{
	line-height:24px; margin-top:20px; font-size:18px; color:#505050;
}
.slide-more{
	line-height:24px; text-align:right;
}
.slide-more a{
	text-decoration:underline; font-size:18px; color:#fdb247;
}

.subscription-fixed{
	width:100%; height:81px; position:absolute; left:0; bottom:56px; z-index:110;
	background-color:#032b5c;
}
.subscription-m .pic{
	float:left; width:580px; height:81px;
	background:url(../images/subscription-title.png) no-repeat 0 center;
}
.subscription{
	float:right; width:669px; height:65px; margin-top:8px;
	background:url(../images/subscription-form.png) no-repeat;
}
.subscription dt{
	float:left; width:472px; height:59px; padding:3px 0 3px 3px;
}
.subscription dt input{
	width:100%; height:59px; line-height:59px; padding:0 15px;
	font-size:20px; color:#a3abb9;
}
.subscription dd{
	float:left; width:197px; height:65px;
}
.subscription dd input{
	width:100%; height:100%; cursor:pointer;
	background:none;
}

.footer-fixed{
	width:100%; height:56px; position:fixed; left:0; bottom:0; border-top:1px solid #a9bdd3; z-index:110;
	background-color:#fff;
}
.copyright{
	float:left; line-height:56px; margin-left:120px; padding-left:108px;
	font-size:16px; color:#666;
	background:url(../images/footer-logo.png) no-repeat 0 center;	
}
.footer-link{
	float:right; line-height:56px; margin-right:120px;
}
.footer-link a{
	line-height:56px; margin-left:55px;
	font-size:16px;
}

@media screen and (max-width: 1600px) {
	.first-bg{
		background-image:url(../images/1600/first-bg_1600.jpg);	
	}
	.fourth-bg{
		background-image:url(../images/1600/fourth-bg_1600.jpg);
	}
	
	.btn1 {
		width:210px; height:58px;
	}
	.btn1 span{
		line-height:54px; padding-right:26px; font-size:24px;
		background-image:url(../images/1600/ico1_1600.png);
	}
	
	.main{
		width:1200px;
	}
	.first-fixed{
		width:100%; height:210px; bottom:45px;
		background-image:url(../images/1600/first1_1600.png);
	}
	.first-ul{
		float:left; width:265px; margin-top:30px; margin-left:367px;
	}
	.first-ul li{
		margin-bottom:10px;
	}
	.first-ul li img{
		width:195px;
	}
	/*.first-ul a{
		height:36px; line-height:36px; padding:0 15px; display:inline-block;
		font-size:22px; color:#fff;
		-moz-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px;
	}*/
	.first-buy{
		margin-top:120px;
	}
	
	.second-tl{
		padding-top:105px;
		background-image:url(../images/1600/second1_1600.png);
	}
	.second-ul{
		width:1196px; overflow:auto;
	}
	.second-ul li{
		float:left; width:275px; margin:0 12px;
	}
	.second-ul li img{
		width:275px; height:205px;
	}
	.second-ul li span{
		line-height:46px; margin-top:35px; border-top:2px solid #e3e5e5;
		font-size:22px; color:#032b5c;
	}
	
	.third-m{
		height:570px; padding:0 0 0 445px;
		background-image:url(../images/1600/third1_1600.png);
	}
	.third-ul{
		padding-left:0; padding-top:204px;
	}
	.third-ul li{
		float:left; width:210px; margin-left:36px;
	}
	.third-ul li p{
		width:210px; height:210px;
		-moz-border-radius: 105px; -webkit-border-radius: 105px; border-radius: 105px;
	}
	.third-ul li p em{
		width:210px; height:210px; border-width:12px;
		-moz-border-radius: 105px; -webkit-border-radius: 105px; border-radius: 105px;
	}
	.third-ul li span{
		line-height:30px; margin-top:20px; display:block; text-align:center; font-size:20px;
	}
	
	.fourth-m{
		height:432px; padding-top:240px;
		background-image:url(../images/1600/fourth1_1600.png);
	}
	
	.slide-tl{
		width:374px; height:40px; position:absolute; left:50%; top:50%; margin-left:-187px; margin-top:-300px; z-index:10;
		background:url(../images/1600/fifth1_1600.png) no-repeat;
	}
	.slide ul{
		margin:0 auto; width:1024px; padding-top:0; margin-bottom:0; overflow:auto;
	}
	.slide li{
		float:left; width:186px; margin:0 35px;
	}
	.slide-face{
		width:186px; height:186px;
		-moz-border-radius: 93px; -webkit-border-radius: 93px; border-radius: 93px;
	}
	.slide-face img{
		width:184px; height:184px;
		-moz-border-radius: 92px; -webkit-border-radius: 92px; border-radius: 92px;
	}
	.slide-name{
		line-height:36px; margin-top:10px; text-align:center; font-size:24px; color:#000;
	}
	.slide-pos{
		line-height:24px; text-align:center; font-size:16px; color:#505050;
	}
	.slide-circle{
		line-height:20px; text-align:center;
	}
	.slide-circle span{
		width:8px; height:8px; margin:0 3px;
		-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	}
	.slide-intro{
		line-height:24px; margin-top:15px; font-size:16px;
	}
	.slide-more{
		line-height:20px;
	}
	.slide-more a{
		font-size:14px;
	}
	
	.subscription-fixed{
		height:70px; bottom:45px;
	}
	.subscription-m .pic{
		width:480px; height:70px;
		background-image:url(../images/1600/subscription-title_1600.png);
	}
	.subscription{
		width:557px; height:53px; margin-top:8px;
		background-image:url(../images/1600/subscription-form_1600.png);
	}
	.subscription dt{
		width:393px; height:49px; padding:2px 0 2px 2px;
	}
	.subscription dt input{
		height:49px; line-height:49px; padding:0 15px;
		font-size:16px; color:#a3abb9;
	}
	.subscription dd{
		width:164px; height:53px;
	}
	
	.footer-fixed{
		height:45px;
	}
	.copyright{
		line-height:45px; margin-left:90px; padding-left:85px;
		font-size:14px; color:#666;
		background-image:url(../images/1600/footer-logo_1600.png);	
	}
	.footer-link{
		line-height:45px; margin-right:90px;
	}
	.footer-link a{
		line-height:45px; margin-left:45px;
		font-size:14px;
	}
}

@media screen and (max-width: 1440px) {
	.first-bg{
		background-image:url(../images/1366/first-bg_1366.jpg);	
	}
	.fourth-bg{
		background-image:url(../images/1366/fourth-bg_1366.jpg);
	}

	.btn1 {
		width:180px; height:50px;
	}
	.btn1 span{
		line-height:46px; padding-right:26px; font-size:20px;
		background-image:url(../images/1366/ico1_1366.png);
	}
	
	.logo{
		width:110px; height:83px; left:75px; top:20px; z-index:106;
		background-image:url(../images/1366/logo_1366.png);
	}
	.header-link{
		line-height:59px; right:60px; top:20px; 
	}
	.header-link a{
		font-size:16px;
	}

	.main{
		width:1000px;
	}
	.first-fixed{
		width:100%; height:177px; bottom:39px;
		background-image:url(../images/1366/first1_1366.png);
	}
	.first-ul{
		float:left; width:224px; margin-top:22px; margin-left:304px;
	}
	.first-ul li{
		margin-bottom:8px;
	}
	.first-ul li img{
		width:170px;
	}
	/*.first-ul a{
		height:32px; line-height:32px; padding:0 15px; display:inline-block;
		font-size:20px; color:#fff;
		-moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px;
	}*/
	.first-buy{
		margin-top:100px;
	}
	
	.second-tl{
		padding-top:80px;
		background-image:url(../images/1366/second1_1366.png);
	}
	.second-ul{
		width:1000px; overflow:auto;
	}
	.second-ul li{
		float:left; width:234px; margin:0 8px;
	}
	.second-ul li img{
		width:234px; height:170px;
	}
	.second-ul li span{
		line-height:46px; margin-top:30px; border-top:2px solid #e3e5e5;
		font-size:18px; color:#032b5c;
	}

	.third-m{
		height:500px; padding:0 0 0 366px;
		background-image:url(../images/1366/third1_1366.png);
	}
	.third-ul{
		padding-left:7px; padding-top:175px;
	}
	.third-ul li{
		float:left; width:180px; margin-left:20px;
	}
	.third-ul li p{
		width:180px; height:180px;
		-moz-border-radius: 90px; -webkit-border-radius: 90px; border-radius: 90px;
	}
	.third-ul li p em{
		width:180px; height:180px; border-width:12px;
		-moz-border-radius: 90px; -webkit-border-radius: 90px; border-radius: 90px;
	}
	.third-ul li span{
		line-height:28px; margin-top:20px; display:block; text-align:center; font-size:18px;
	}
	
	.fourth-m{
		height:362px; padding-top:190px;
		background-image:url(../images/1366/fourth1_1366.png);
	}
	
	.slide-tl{
		width:320px; height:36px; position:absolute; left:50%; top:50%; margin-left:-160px; margin-top:-264px; z-index:10;
		background:url(../images/1366/fifth1_1366.png) no-repeat;
	}
	.slide ul{
		margin:0 auto; width:904px; padding-top:50px; margin-bottom:30px; overflow:auto;
	}
	.slide li{
		float:left; width:166px; margin:0 30px;
	}
	.slide-face{
		width:166px; height:166px;
		-moz-border-radius: 83px; -webkit-border-radius: 83px; border-radius: 83px;
	}
	.slide-face img{
		width:162px; height:162px;
		-moz-border-radius: 81px; -webkit-border-radius: 81px; border-radius: 81px;
	}
	.slide-name{
		line-height:36px; margin-top:10px; text-align:center; font-size:20px; color:#000;
	}
	.slide-pos{
		line-height:20px; text-align:center; font-size:14px; color:#505050;
	}
	.slide-circle{
		line-height:20px; text-align:center;
	}
	.slide-circle span{
		width:8px; height:8px; margin:0 3px;
		-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	}
	.slide-intro{
		line-height:20px; margin-top:15px; font-size:14px;
	}
	.slide-more{
		line-height:20px;
	}
	.slide-more a{
		font-size:14px;
	}
	
	.subscription-fixed{
		height:58px; bottom:39px;
	}
	.subscription-m .pic{
		width:408px; height:58px;
		background-image:url(../images/1366/subscription-title_1366.png);
	}
	.subscription{
		width:476px; height:46px; margin-top:6px;
		background-image:url(../images/1366/subscription-form_1366.png);
	}
	.subscription dt{
		width:336px; height:46px; padding:2px 0 2px 2px;
	}
	.subscription dt input{
		height:42px; line-height:42px; padding:0 15px;
		font-size:14px; color:#a3abb9;
	}
	.subscription dd{
		width:140px; height:46px;
	}

	.footer-fixed{
		height:39px;
	}
	.copyright{
		line-height:39px; margin-left:75px; padding-left:75px;
		font-size:12px; color:#666;
		background-image:url(../images/1366/footer-logo_1366.png);	
	}
	.footer-link{
		line-height:39px; margin-right:75px;
	}
	.footer-link a{
		line-height:39px; margin-left:35px;
		font-size:12px;
	}
}


@media screen and (max-width: 1024px) {
	.first-bg{
		background-size:cover;
		background-image:url(../images/1000/first-bg_1000.jpg);
	}
	.fourth-bg{
		background-size:cover;
		background-image:url(../images/1000/fourth-bg_1000.jpg);
	}
	
	.btn1 {
		width:140px; height:35px;
	}
	.btn1 span{
		line-height:31px; padding-right:26px; font-size:16px;
		background-image:url(../images/1000/ico1_1000.png);
	}
	
	.logo{
		width:90px; height:68px; left:45px; top:15px; z-index:106;
		background-image:url(../images/1000/logo_1000.png);
	}
	.header-link{
		line-height:46px; right:45px; top:12px; 
	}
	.header-link a{
		font-size:16px;
	}
	
	.main{
		width:800px;
	}
	.first-fixed{
		width:100%; height:141px; bottom:30px;
		background-image:url(../images/1000/first1_1000.png);
	}
	.first-ul{
		float:left; width:163px; margin-top:25px; margin-left:257px;
	}
	.first-ul li{
		margin-bottom:5px;
	}
	.first-ul li img{
		width:70%;
	}
	/*.first-ul a{
		height:24px; line-height:24px; padding:0 15px; display:inline-block;
		font-size:14px; color:#fff;
		-moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px;
	}*/
	.first-buy{
		margin-top:78px;
	}
	
	.second-tl{
		padding-top:68px;
		background-image:url(../images/1000/second1_1000.png);
	}
	.second-ul{
		width:800px; overflow:auto;
	}
	.second-ul li{
		float:left; width:184px; margin:0 8px;
	}
	.second-ul li img{
		width:184px; height:134px;
	}
	.second-ul li span{
		line-height:36px; margin-top:20px; border-top:2px solid #e3e5e5;
		font-size:14px; color:#032b5c;
	}

	.third-m{
		height:380px; padding:0 0 0 300px;
		background-image:url(../images/1000/third1_1000.png);
	}
	.third-ul{
		padding-left:0; padding-top:138px;
	}
	.third-ul li{
		float:left; width:140px; margin-left:20px;
	}
	.third-ul li p{
		width:140px; height:140px;
		-moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px;
	}
	.third-ul li p em{
		width:140px; height:140px; border-width:10px;
		-moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px;
	}
	.third-ul li span{
		line-height:24px; margin-top:15px; font-size:14px;
	}
	
	.fourth-m{
		height:295px; padding-top:150px;
		background-image:url(../images/1000/fourth1_1000.png);
	}
	
	.slide-tl{
		width:234px; height:28px; position:absolute; left:50%; top:50%; margin-left:-117px; margin-top:-222px; z-index:10;
		background:url(../images/1000/fifth1_1000.png) no-repeat;
	}
	.slide ul{
		margin:0 auto; width:720px; padding-top:30px; margin-bottom:30px; overflow:auto;
	}
	.slide li{
		float:left; width:140px; margin:0 20px;
	}
	.slide-face{
		width:140px; height:140px;
		-moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px;
	}
	.slide-face img{
		width:138px; height:138px;
		-moz-border-radius: 69px; -webkit-border-radius: 69px; border-radius: 69px;
	}
	.slide-name{
		line-height:30px; margin-top:10px; text-align:center; font-size:16px; color:#000;
	}
	.slide-pos{
		line-height:18px; text-align:center; font-size:12px; color:#505050;
	}
	.slide-circle{
		line-height:18px;
	}
	.slide-circle span{
		width:6px; height:6px; margin:0 3px;
		-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	}
	.slide-intro{
		line-height:18px; margin-top:10px; font-size:12px;
	}
	.slide-more{
		line-height:18px;
	}
	.slide-more a{
		font-size:12px;
	}
	
	.subscription-fixed{
		height:55px; bottom:30px;
	}
	.subscription-m .pic{
		width:322px; height:55px;
		background-image:url(../images/1000/subscription-title_1000.png);
	}
	.subscription{
		width:371px; height:35px; margin-top:10px;
		background-image:url(../images/1000/subscription-form_1000.png);
	}
	.subscription dt{
		width:262px; height:35px; padding:1px 0 1px 1px;
	}
	.subscription dt input{
		height:33px; line-height:33px; padding:0 10px;
		font-size:12px; color:#a3abb9;
	}
	.subscription dd{
		width:109px; height:46px;
	}

	.footer-fixed{
		height:30px;
	}
	.copyright{
		line-height:30px; margin-left:50px; padding-left:75px;
	}
	.footer-link{
		line-height:30px; margin-right:50px;
	}
	.footer-link a{
		line-height:30px; margin-left:20px;
	}
}

.page-fixed{
	width:100%; height:100%; position:fixed; left:0; top:0; z-index:102; display:none;
	background-color:#f6f9ff;
}
.page-m{
	width:960px; height:490px; padding:15px 80px 0 80px; position:absolute; left:50%; top:50%; margin-left:-480px; margin-top:-252.5px;
	-moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;
	background-color:#fff;
}
.page-tl{
	height:74px; padding-top:30px; position:relative; font-size:26px; color:#7289d2;
}
.page-tl span{
	width:37px; height:37px; display:block; cursor:pointer;
	position:absolute; right:-65px; top:0;
	background:url(../images/close.png) no-repeat;
}
.page-intro{
	margin-right:30px;
}
.page-intro p{
	line-height:26px; margin-bottom:20px; font-size:16px;
}
.page-intro a{
	text-decoration:underline; color:#7289d2;
}

/* 内容框滚动条 */
.dumascroll {
    width: 800px;
    height: 350px;
}
.dumascroll_area {
	height:100%;
	overflow:hidden;
	background:none;
}
.dumascroll_bar,.dumascroll_handle,.dumascroll_handle_a,.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a {
	background-image:url(../images/un_bg_bar.png);
}
.dumascroll_bar {
	position:absolute;
	top:0;
	right:0;
	z-index:9;
	width:14px;
	height:100%;
	cursor:default;
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	background-repeat:repeat-y;
	background-position:-42px 0;
	float:left;
}
.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_handle,.dumascroll_handle_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a {
	position:absolute;
	left:0;
}
.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a {
	width:100%;
	height:14px;
	color:#fff;
	text-align:center;
}
.dumascroll_arrow_up,.dumascroll_arrow_up_a { top:0; }
.dumascroll_arrow_down,.dumascroll_arrow_down_a { bottom:0; }
.dumascroll_handle,.dumascroll_handle_a { width:100%; background-repeat:repeat-y; }
.dumascroll_arrow_up { background-position:0 0; }
.dumascroll_arrow_up_a { background-position:-14px 0; }
.dumascroll_handle { background-position:-28px 0; }
.dumascroll_handle_a { background-position:-56px 0; }
.dumascroll_arrow_down { background-position:-70px 0; }
.dumascroll_arrow_down_a { background-position:-84px 0; }
