@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
img{display:block;}
li{list-style:none;}
a{text-decoration:none;}
/**/



* { 
margin: 0; 
padding: 0; 
} 
body { 
padding: 50px 50px; 
} 
.btn-select { 
position: relative; 
display: inline-block; 
width: 150px; 
height: 25px; 
background-color: #f80; 
font: 14px/20px "Microsoft YaHei"; 
color: #fff; 
} 
.btn-select .cur-select { 
position: absolute; 
display: block; 
width: 150px; 
height: 25px; 
line-height: 25px; 
background: #f80  url(img/xl.png) no-repeat 125px center; 
text-indent: 10px; 
} 
.btn-select:hover .cur-select { 
background-color: #f90; 
} 
.btn-select select { 
position: absolute; 
top: 0; 
left: 0; 
width: 150px; 
height: 25px; 
opacity: 0; 
filter: alpha(opacity: 0;); 
font: 14px/20px "Microsoft YaHei"; 
color: #f80; 
} 
.btn-select select option { 
text-indent: 10px; 
} 
.btn-select select option:hover { 
background-color: #f80; 
color: #fff; 
} 
/*#ditu{background-image:url(img/bac1.jpg);width:100%;}
#zhuxing{background-image:url(img/bac2.jpg);width:100%;}
#leida{background-image:url(img/bac3.jpg);width:100%;}
#qiantao{background-image:url(img/bac1.jpg);width:100%;}
#zhexian{background-image:url(img/bac1.jpg);width:100%;}*/