@charset "utf-8";
/* CSS reset for c_b */
table {border-collapse:collapse; border-spacing:0;}
table th , table td {padding:5px;}
fieldset , img {border:0;}
address , caption , cite , code , dfn , em  , th , var {font-style:normal; font-weight:normal;}
ol , ul {list-style:none;}
ception , th{text-align:left;}
q:before , q:after{content:'';}
abbr , acronym{border:0;}

/*定位*/
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
.bc {margin-left:auto; margin-right:auto;}
.fl {float:left; display:inline;}
.fr {float:right; display:inline;}
.zoom {zoom:1}
.hidden {visibility:hidden;}
.vam {vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}


/*字体图标*/
@font-face {font-family: 'iconfont';
    src: url('../ifont/iconfont.eot'); /* IE9*/
    src: url('../ifont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../ifont/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../ifont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../ifont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.ifont{
    font-family:"iconfont" !important;
	margin-right: 5px;
    font-size:13px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
	
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:18px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

/*回到顶部*/
#rocket-to-top div { left: 0;margin: 0;overflow: hidden;padding: 0;position: absolute; top: 0;width: 149px;}
#rocket-to-top .level-2 {background:url(../images/gobackTop.png) no-repeat scroll -149px 0 transparent;display: none;height: 250px;opacity: 0;z-index: 1;}
#rocket-to-top .level-3 {background: none repeat scroll 0 0 transparent;cursor: pointer;display: block; height: 150px;z-index: 2;}
#rocket-to-top {background:url(../images/gobackTop.png) no-repeat scroll 0 0 transparent;cursor: default;display: block;height: 250px;margin: -125px 0 0; overflow: hidden;padding: 0;position: fixed;right: 5%;bottom:20px;width: 147px;z-index: 11;}