@charset "utf-8";
/**
  common.css v1.0
  last modified 2018-10-29
 */
/* ============================ css reset =============================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family:"微软雅黑";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ========================================= basic ===================================== */
body {
  margin: 0;
  padding:0;
  font-family: "Microsoft Yahei", Tahoma, "\5b8b\4f53", Arial, Helvetica;
  font-size: 14px;
  line-height: 1em;
  color: #333333;
  background-color: #ffffff;
  min-width: 1200px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
p {
  margin: 0;
}
em,
i {
  font-style: normal;
}
cite {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
abbr {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
dl {
  margin: 0;
}
dd {
  margin-left: 0;
}
code,
pre {
  padding: 0 3px 2px;
  font-size: 12px;
  color: #333;
  border-radius: 2px;
}
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
pre.scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
hr {
  margin: 5px 0;
  border: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  *height: 2px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.font-number{
  font-family: Arial !important;
}
a {
  color: #009ff2;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #02a4f9;
  outline: none;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #333333;
}
.text-warning {
  color: #ff8200;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fe5d02;
}
.text-error {
  color: #ff4e50;
}
a.text-error:hover,
a.text-error:focus {
  color: #c00;
}
.text-info {
  color: #009ff2;
}
a.text-info:hover,
a.text-info:focus {
  color: #2fb8ff;
  text-decoration: underline;
}
.text-success {
  color: #33bc31;
}
a.text-success:hover,
a.text-success:focus {
  color: #1bb219;
}

.wrap {
  width: 1200px;
}
.wrap,
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.wrap:before,
.wrap:after,
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}
.wrap:after,
.container:after {
  clear: both;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}

/* -------------------------------------------- form ------------------------------------------------ */
form {
  margin: 0;
}
.form-actions {
  margin-top: 20px;
}
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-actions:after {
  clear: both;
}
.form-actions a,
.form-actions button,
.form-actions input {
  margin-right: 5px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Tahoma, "\5b8b\4f53", Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
label {
  display: inline-block;
  vertical-align: middle;
}
select,
textarea,
input.text,
input.disabled,
textarea.disabled {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  vertical-align: middle;
}
textarea {
  height: auto;
}
textarea,
input.text,
input.disabled,
textarea.disabled {
  background: #ffffff;
  border: 1px solid #e9e9e9;
}
textarea:focus,
input.text:focus,
input.disabled:focus,
textarea.disabled:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input.radio,
input.checkbox {
  line-height: normal;
  margin-right: 5px;
}
input.file {
  height: 30px;
  line-height: 30px;
}
select {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 30px;
  *height: auto;
  *margin: 6px 0;
  line-height: 30px;
}
select.multiple {
  height: auto;
}
select:focus,
input.file:focus,
input.radio:focus,
input.checkbox:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
}
input.disabled,
textarea.disabled {
  color: #999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #ccc;
}
input.disabled {
  overflow: hidden;
  white-space: nowrap;
}
textarea.disabled {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b0b0b0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
input.input-mini {
  height: 14px;
  padding: 2px 2px;
  font-size: 12px;
  line-height: 14px;
}
input.input-small {
  height: 16px;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 16px;
}
input.input-medium {
  height: 18px;
  padding: 4px 6px;
  line-height: 18px;
}
input.input-large {
  height: 28px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 28px;
}
input.input-xlarge {
  height: 36px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 36px;
}
input.input-xxlarge {
  height: 40px;
  padding: 5px 20px;
  font-size: 20px;
  line-height: 40px;
}
input.text-error,
textarea.text-error {
  color: #ff4e50;
  border: 1px solid #ff4e50;
}

/* ======================================== buttons ======================================= */
.btn {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 16px;
  color: #303030;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  font-family: 'Microsoft Yahei';
  -webkit-transition:all .3s;
  transition:all .3s;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn-active,
.btn-disabled,
.btn[disabled] {
  color: #303030;
  border: 1px solid #e9e9e9;
  background-color: #e9e9e9;
}
.btn:active,
.btn-active {
  background-color: #e9e9e9 \9;
}
.btn:hover,
.btn:focus {
  color: #303030;
  text-decoration: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}
.btn-mini {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 16px;
  *line-height: 15px;
}
a.btn-mini {
  line-height: 18px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 16px;
  *line-height: 15px;
}
a.btn-small {
  line-height: 18px;
}
.btn-medium {
  padding: 5px 12px;
  font-size: 12px;
  line-height: 18px;
  *line-height: 16px;
}
a.btn-medium {
  line-height: 18px;
}
.btn-large {
  padding: 9px 18px;
  font-size: 14px;
  line-height: 20px;
  *line-height: 17px;
}
a.btn-large {
  line-height: 20px;
}
.btn-xlarge {
  padding: 8px 20px;
  font-size: 18px;
  line-height: 30px;
  *line-height: 27px;
}
a.btn-xlarge {
  line-height: 30px;
}
.btn-xxlarge {
  padding: 10px 20px;
  font-size: 20px;
  line-height: 30px;
  *line-height: 25px;
}
a.btn-xxlarge {
  line-height: 30px;
}
.btn-primary {
  color: #ffffff;
  background: #009ff2;
  border: 1px #009ff2 solid;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background: #0094e1;
  border: 1px #0094e1 solid;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0094e1 \9;
}
.btn-warning {
  color: #ffffff;
  background-color: #ff8201;
  border: 1px #ff8201 solid;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f17a00;
  border: 1px #f17a00 solid;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #f17a00 \9;
}
.btn-danger {
  color: #ffffff;
  background-color: #e00;
  border: 1px #e00 solid;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #cc0000;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #cc0000 \9;
}
.btn-light {
  color: #00afeb;
  background: #f8fdff;
  border: 1px #e4ecf0 solid;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
  background: #eef7fb;
  color: #009ff2;
  border: 1px solid #deeaf0;
}
.btn-light:active,
.btn-light.active {
  background-color: #eef7fb \9;
}
.btn-success {
  color: #ffffff;
  background-color: #33bc31;
  border: 1px #33bc31 solid;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #1bb219;
  border: 1px #1bb219 solid;
}
.btn-success:active,
.btn-success.active {
  background-color: #1bb219 \9;
}
.btn-info {
  color: #ffffff;
  background-color: #009ff2;
  border: 1px #009ff2 solid;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #02a4f9;
  border: 1px #02a4f9 solid;
}
.btn-info:active,
.btn-info.active {
  background-color: #02a4f9 \9;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
}
.btn-link {
  color: #009ff2;
  cursor: pointer;
  _background: none;
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #02a4f9;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-disabled,
.btn[disabled],
.btn-disabled:hover,
.btn[disabled]:hover,
.btn-disabled:focus,
.btn[disabled]:focus,
.btn-disabled:active,
.btn[disabled]:active {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  color: #999999;
  border: 1px #e0e0e0 solid;
}

/* =============================================== table =============================================== */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
}
.table th,
.table td {
  padding: 10px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  color: #909090;
  font-weight: normal;
}
.table thead th {
  vertical-align: bottom;
  padding: 6px 8px;
  background-color: #f0f0f0;
}
.table thead tr th,
.table thead tr td {
  border-top: 0;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-noborder th,
.table-noborder td {
  border-top: 0;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-top: 0;
  border-left: 0;
}
.table-bordered thead tr th,
.table-bordered tbody tr th,
.table-bordered tbody tr td {
  border-left: 1px solid #dddddd;
}
.table-text-center thead tr th,
.table-text-center tbody tr th,
.table-text-center tbody tr td,
.table-text-center tfoot tr td {
  text-align: center;
}
.table-text-center thead tr th.text-left,
.table-text-center tbody tr th.text-left,
.table-text-center tbody tr td.text-left,
.table-text-center tfoot tr td.text-left {
  text-align: left;
}
.table-text-center thead tr th.text-right,
.table-text-center tbody tr th.text-right,
.table-text-center tbody tr td.text-right,
.table-text-center tfoot tr td.text-right {
  text-align: right;
}
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  background-color: #fafafa;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f0f9fe;
}
.table-form tbody th {
  font-weight: normal;
  text-align: right;
  vertical-align: middle;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #e1f5e1;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #d7f4d7;
}

/* =============================================== pager bar =============================================== */
.pagebar{
  height: 26px;
  text-align: center;
  font-family: "Microsoft Yahei";
}
.pagebar a{
  display: inline-block;
  padding:0 9px;
  height:24px;
  line-height:24px;
  text-align:center;
  color: #999;
  background-color: transparent;
  border: 1px #ccc solid;
  margin:0 5px;
  vertical-align: middle;
}
.pagebar a:hover{
  border: 1px solid #2f54ea;
  color: #333;
}
.pagebar a.active,
.pagebar a.active{
  background-color: #2f54ea;
  border: 1px solid #2f54ea;
  color: #fff;
  cursor: default;
}
.pagebar .page-ellipsis,
.pagebar .page-ellipsis:hover{
  background-color: transparent;
  border: 1px transparent solid;
  color: #999;
  cursor: default;
  padding:0;
}
.pagebar .page-button{
  border: 1px solid #ccc;
  color: #999;
  font-size: 12px;
  line-height: 22px;
}
.pagebar .page-button:hover{
  border: 1px solid #2f54ea;
  color: #333;
}
.pagebar .page-button i{
  font-family: "Simsun";
}

.loading{
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(/static/images/icons/loading.gif) center center no-repeat;
}

/* 公用tab */
/*.aboutus-tab-wrap {
  width: 100%;
  -moz-box-shadow:16px 2px 6px rgba(0,0,0,.1);
  -webkit-box-shadow:16px 2px 6px rgba(0,0,0,.1);
  box-shadow:16px 2px 6px rgba(0,0,0,.1);
  margin-bottom: 70px;
}
.aboutus-tab-wrap .wrap {
  width: 710px;
}
.aboutus-tab-wrap .news-warp {
  width: 452px;
}
.aboutus-tab-wrap .news-warp a {
  margin: 0 65px !important;
}
.aboutus-tab-wrap .wrap a{
  text-align: center;
  display: block;
  color: #333;
  font-size: 24px;
  height: 88px;
  line-height: 88px;
  margin: 0 40px;
  float: left;
}
.aboutus-tab-wrap .wrap a.active{
  border-bottom:2px solid #2f54ea;
  color:#2f54ea;
}*/
