* {margin:0 auto;padding:0;}
html {overflow-y:scroll;height:100%;}
body {background:#fff;font-size:1em;color:#444;font-family:Arial;sans-serif;overflow-x:hidden;line-height:2em;}
ol,ul {list-style:none;margin:0 20px;}
a,img {outline:none;border:none;text-decoration:none;color:#444;}
a:hover {text-decoration:underline;}
h1,h2,h3,h4 {padding:5px 0;color:#666;border-bottom: 1px dashed #C4C4C4;}
h1,h2,h3{font-size:140%}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
header {border-bottom:1px solid #eee;}
footer {clear:both;color:#999;border-top:1px solid #eee;width:100%;}
footer li {display:inline;padding:0 3px;}
section {padding:10px;}
nav li {border:medium solid #eee;border-width:0 0 1px;padding:5px 0;}
.schema {width:100%;}
.schema1 {width:64%;}
.schema2 {width:30%;}
.wrapper {max-width:960px;}
.company {border-top:1px solid #eee;color:#999;}
.right {float:right;}
.left {float:left;}
.toright {text-align:right;}
.tocenter {text-align:center;}
.item {border-bottom: 1px dashed #C4C4C4;padding:10px;}
#menu {float:right;margin-top:-80px;background:#fff;}
.menu {list-style-type:none;height:30px;color:#444;}
.menu li {float:left;}
.menu li a {display:block;color:#444;text-decoration:none;padding:5px 20px;background:#fff;}
.menu li .current {color:#ff6600;}
.menu ul {position:absolute;left:-9999px;top:-9999px;list-style-type:none;background:#fff;}
.menu li:hover {position:relative;background:#fff;}
.menu li:hover ul {left:0;top:30px;padding:0;background:#fff;}
.menu li:hover ul li a {display:block;width:168px;text-indent:15px;padding:5px;background:#fff;}
.menu li:hover ul li a:hover {color:#2581BC;}
.btn {border: medium none;border-radius: 4px;font-size: 15px;font-weight: normal;line-height: 1.4;
padding: 10px 15px;transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;}
.btn-primary {color: #fff;background-color:#1abc9c;}
.btn a{color: #fff;}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {color:#31708F;background-color:#fff;}
.small{font-size:80%;}