@charset "utf-8";
@import'style.css';
/*------------------ reset ------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,th{border:0;font-style:normal;}
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,img,p{margin:0;padding:0;border:none;list-style-type:none;}
select,input,button,textarea {font-size:100%;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;line-height:normal;vertical-align:middle;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:400;padding:0px;margin:0px;vertical-align:middle;}
legend{color:#000;}
label{vertical-align:middle;}
a img {border:0; vertical-align:top;}
img{vertical-align:middle;}
.button {cursor:pointer;border:none;}

/* body--wrapper */
body {margin:0;  padding:0; font-size:12px; font-family:"微软雅黑",Arial, Helvetica, sans-serif ; background:#f2f2f2 url(../images/body_bg.jpg) repeat-x 0 0; }
/* link */
a { color:#666;text-decoration:none;}
a:hover{color:#2e6ec1;}
:focus {outline:0;}
.navcolor{ color:#2E6EC1}
a {blr:expression(this.onFocus=this.blur());} /* 去除链接时的虚线 */


/* text-align */
.ac {text-align:center;}
.mt-10{ margin-top:10px;}
.mt-20{ margin-top:20px;}
.f_14{font-size:14px;}

.blank10{ height:10px; clear:both;}

/* clear */
.clear{ clear:both;}
.clearfix{display:block;*zoom:1; clear:both;}
/* float */
.f_r{float:right;}
.f_l{float:left;}
.img_bor{border:1px #ccc solid;}
