@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
.navbar-fixed{
    width: 100%;
    position: fixed;
    top: 0; 
    left: 0;
}

/*head and nav*/

#jscrop_head {
    background: #222;
}
#header{
    width: 100%;
    background: #222;
    height:80px;
}

#company {
    color: #919191;
    font-size: 24px;
    margin: 0;
    line-height: 50px;
}
.page_title{
    height: 70px;
    line-height: 70px;
    margin: 30px 0;
}
.page_title h1{
    float: left;
    line-height: 70px;
    font-size:30px;
    color:#555;
}
.page_title div{
    float: right;
}
.page_title div a{
     color:#a0a0a0;
}
.page_title div a:hover{
     color:#eda869;
}
/*内容*/
.maincontent{
    margin: 20px 0;
}
.maincontent p a{
    color:#a0a0a0;
}
.maincontent p a:hover{
    color:#eda869;
    text-decoration:none;
    
}
.maincontent p {
     color:#555;
     margin-bottom: 25px;
     line-height:2;
}


/*回到顶部*/
.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 10px;
    padding: 5px;
    border-radius: 5px;
    display: none;
    z-index: 20;
    cursor: pointer;
}
.back-to-top>span,.back-to-top>i{
    color:#eda869;
}






/*底部*/

.Blank_place{
    padding:50px 0; 
    background: #252525;
}
#footer {
    padding: 20px 0;
    background: black;
    color: #fff;
}

.footer-info-area .pull-right li {
    float: left;
    margin-right: 10px;
}

.pull-right i {
    color: #eee;
}

/*library.html*/

.maincontent>ul>li{
    list-style: disc;
    color:#555;
    line-height: 1.8;
    margin-left: 20px;
}
.lisbrary_info{
    color:#555;
    margin: 70px 0;
}
.content_btm,.content_mid,.content_top{
    margin-top: 40px;
}

/**/
.overview{
    margin: 20px 0;
}
.overview>ul>li{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
    list-style: disc;
    color:#555;
    margin-left: 20px;
    line-height: 1.5;
}
.overview h3{
    margin: 10px 0;
    font-size: 14px;
    font-weight: 800;
    color:#555;
}
.overview ol li{
    list-style:decimal !important;
    margin-left: 20px;
    margin-top: 10px;
    color:#555;
}
.overview ol li p{
   margin: 0;
}
.statistical{
  margin-top: 30px;
}
.statistical td{
    line-height:2 !important;
    color:#555;
}
.statistical td p{
    text-align: center;
}