@charset "utf-8";
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

*{ padding: 0; margin: 0}
img,button{border: 0;}
div,ul,li,p,dd,dl,dt{ margin: 0;padding: 0;list-style-type:none}
a,
a:hover { text-decoration: none; }
a:focus { outline: none; -moz-outline: none; }
body,button,input{font-family:"微软雅黑";}
a,button{outline: none;}
body{margin:0;color: #000; font-family:"微软雅黑";padding:0; font-size:14px;}
em,i{font-style: normal}
.right { float: right; }
.left { float: left; }
.clear{clear: both; overflow:hidden; font-size:0px; line-height:0px}
.center { margin: 0 auto}
.align_right { text-align: right}
.align_left { text-align: left}
.align_center { text-align: center}
.borderRadius_5px{border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;-webkit-border-radius: 5px;-ms-border-radius: 5px}
.borderRadius_30px{border-radius:50px 10px 10px 10px;-moz-border-radius:50px 10px 10px 10px;-o-border-radius:50px 10px 10px 10px;-webkit-border-radius:50px 10px 10px 10px;-ms-border-radius:50px 10px 10px 10px}
.circleBox{border-radius:50% 50%;-moz-border-radius:50% 50%;-webkit-border-radius:50% 50%;-o-border-radius:50% 50%}
.content{ padding:0 10px;}
.imgBox{ height:auto; margin:20px 0 15px; text-align:center}

/**************/
.clear20{ clear:both; height:20px;}
.clear40{ clear:both; height:40px;}
.clear10{ clear:both; height:10px}