.fn-clearfix:before, .ui-header .ui-top-bar:before, .ui-header .ui-main-nav:before, .ui-footer .ui-footer-main:before, .ui-footer .ui-link-address:before, .ui-wrap:before, .investor-wrap .annual-report .report-focus:before, .investor-wrap .annual-report .report-focus .reprot-focus-list ul:before, .investor-wrap .ir-feed .bd:before, .share-fn:before, .fn-clearfix:after, .ui-header .ui-top-bar:after, .ui-header .ui-main-nav:after, .ui-footer .ui-footer-main:after, .ui-footer .ui-link-address:after, .ui-wrap:after, .investor-wrap .annual-report .report-focus:after, .investor-wrap .annual-report .report-focus .reprot-focus-list ul:after, .investor-wrap .ir-feed .bd:after, .share-fn:after {
  content: "";
  display: table; }
.fn-clearfix:after, .ui-header .ui-top-bar:after, .ui-header .ui-main-nav:after, .ui-footer .ui-footer-main:after, .ui-footer .ui-link-address:after, .ui-wrap:after, .investor-wrap .annual-report .report-focus:after, .investor-wrap .annual-report .report-focus .reprot-focus-list ul:after, .investor-wrap .ir-feed .bd:after, .share-fn:after {
  clear: both; }

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }

  .col-lg-1 {
    float: left;
    width: 8.33333%; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }

  .col-lg-2 {
    float: left;
    width: 16.66667%; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }

  .col-lg-3 {
    float: left;
    width: 25%; margin-left:-3%} }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }

  .col-lg-4 {
    float: left;
    width: 33.33333%; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }

  .col-lg-5 {
    float: left;
    width: 41.66667%; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }

  .col-lg-6 {
    float: left;
    width: 50%; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }

  .col-lg-7 {
    float: left;
    width: 58.33333%; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }

  .col-lg-8 {
    float: left;
    width: 66.66667%; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }

  .col-lg-9 {
    float: left;
    width: 75%; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }

  .col-lg-10 {
    float: left;
    width: 83.33333%; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }

  .col-lg-11 {
    float: left;
    width: 91.66667%; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }

  .col-lg-12 {
    float: left;
    width: 100%; } }
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */ }

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 1.5;
  /* 0 */
  color: #0E0E0F;
  /* 0 */
  background-color: #fff;
  /* 0 */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #4f5964; }
  a:active, a:hover {
    outline: 0;
    /* 2 */ }
  a:hover {
    color: #003586; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */ }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */ }

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has

 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */ }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
html,
button,
input,
select,
textarea {
  font-family:   "verdana","\u5FAE\u8F6F\u96C5\u9ED1","Arial","SimSun","\u5B8B\u4F53"; }
.qc {
	clear: both;
}
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

h1, h2, h3 {
  line-height: 2;
  font-weight: normal; }

h1 {
  font-size: 18px; }

h2 {
  font-size: 15.6px; }

h3 {
  font-size: 14.04px; }

h4 {
  font-size: 12px; }

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc; }

a, button, input, textarea {
  -webkit-tap-highlight-color: transparent; }

a:hover {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; list-style-type: none; }
.red {color:red}
.green {color:green}
.fn-fl {
  float: left; }

.fn-fr {
  float: right; }

.fn-clear {
  display: block;
  float: none;
  clear: both;
  overflow: hidden;
  width: auto;
  height: 0;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  line-height: 0; }

.fn-hide {
  display: none; }

.ui-w {
  max-width: 1050px;
  margin: 0 auto; }

/* header */
.ui-header {
  border-bottom: 1px solid #00343a;
  }
  .ui-header .ui-top-bar {
    padding: 25px 0 30px; }
    .ui-header .ui-top-bar .ui-logo {
      float: left; }
	.ui-header .ui-top-bar .lang {position: relative; float: left;color: #003586;line-height: 33px;font-size: 14px; padding-right:15px;} 
    .ui-header .ui-top-bar .ui-search {
      float: right;
	  width:240px;
      color: #003586;
      line-height: 33px; }
      .ui-header .ui-top-bar .ui-search a {
        color: #00343a;
        }
      .ui-header .ui-top-bar .ui-search .select-tag {
        float: left; }
        .ui-header .ui-top-bar .ui-search .select-tag .select-set {
          position: relative;
          padding-right: 10px;
          font-size: 14px;
          margin-right:-5px; }
          .ui-header .ui-top-bar .ui-search .select-tag .select-set .arrow-bottom {
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border-color: rgba(255, 255, 255, 0);
            border-color: transparent\0;
            *border-color: transparent;
            _border-color: tomato;
            _filter: chroma(color=tomato);
            border-style: solid;
            overflow: hidden;
            border-width: 6px 6px 0;
            border-top-color: #003586;
            top: 50%;
            left: auto;
            right: 0;
            margin-top: -3px; border-bottom: 1px solid #003586;}
      .ui-header .ui-top-bar .ui-search .in-style {
        float: left;
        width: 140px;
        height: 33px;
        border: none;
        font-size: 14px;
        border-bottom: 1px solid #00343a;
        }
      .ui-header .ui-top-bar .ui-search .button-search {
        float: left;
        width: 33px;
        height: 33px;
        overflow: hidden;
        background: url(../images/icon_search.png) no-repeat center;
        text-indent: -99em; border-bottom: 1px solid #003586;}
      .ui-header .ui-top-bar .ui-search .select-dropdown {
        display: none; }
  .ui-header .ui-main-nav {
    font-size: 16px;
    color: #003586; }
    .ui-header .ui-main-nav li {
      float: left;
      padding: 0 11px;
      }
    .ui-header .ui-main-nav .first-node {
      padding-left: 0; }
    .ui-header .ui-main-nav a {
      display: block;
      height: 50px;
      padding: 0 5px;
      color: #005a63;
font-weight:bold;
      }
    .ui-header .ui-main-nav .active a {
      border-bottom: 5px solid #005a63;
      }

.fotnav{background: #005a63;}
.fotnav_con{max-width:960px;margin:auto;line-height:24px;padding:40px 0;background: #005a63;overflow:hidden;}
.fotnav_con dl{ float:left; width:15%; color:#fff;}
.fotnav_con dl a{ color:#fff;}
.fotnav_con dl dt{ font-size:16px; margin-bottom:5px;}
.fotnav_con dl dd{ font-size:12px;}
.fotnav_con dl dd .ft16{ font-size:16px;}
.fotnav_con dl.dyue{ float:right; width:17%;}
.fotnav_con dl.dyue dd{ border:#fff 2px solid; margin-top:10px; border-radius:5px; padding:5px;}
.fotnav_con dl.dyue dd input.inp{ width:70%; border:0; background:none; outline:none;}
.fotnav_con dl.dyue dd input.but{ cursor:pointer; padding:0 10px; font-size:20px; margin-bottom:-2px; border:0; background:none;outline:none}
.erweima{ margin:13%;}
.erweima img{width:100% }

.footer{background: #00343a;}
.footer dl{width:960px;margin:auto;overflow:hidden;background: #00343a;line-height:25px;position:relative;padding:40px 0;color:#fff;}
.footer dl a{ color:#fff}
.footer dl dt{ float:left; width:50%; }
.footer dl dd{ float:right; width:50%; text-align:right }

.ui-title-1 {
  height: 55px;
  padding-left: 5px; }
  .ui-title-1 .name {
    float: left;
    margin-right: 20px;
    font-size: 30px;
    line-height: 1.2;
    color: #005a63;
 }
  .ui-title-1 .key-name {
    float: left;
    margin-top: 5px;
    font-size: 16px; }
  .ui-title-1 .ui-crumbs {
    float: right;
    margin-top: 10px;
    color: #244386; }
    .ui-title-1 .ui-crumbs a {
      color: #005a63;
      }
    .ui-title-1 .ui-crumbs .icon-home {
      display: inline-block;
      width: 15px;
      height: 15px;
      overflow: hidden;
      margin-right: 5px;
      background: url(../images/icon_home.png) no-repeat center;
      vertical-align: sub; }

.ui-wrap {
  padding-top: 50px; }
  .ui-wrap .main-content {
    padding: 15px;
    background: #fff; opacity:0.93; filter:alpha(opacity=93); }
  
  
  .ui-wrap .main-content960 {
    padding: 15px;
    background: #fff; opacity:0.93; filter:alpha(opacity=93); }
	
	
.ui-sub-nav {
  position: relative;
  width: 220px;
  margin-bottom: 5px; z-index:999; }
  .ui-sub-nav .sub-nav-title {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 15px 0 0 25px;
    background: #f6f6f6;
    -webkit-box-shadow: 0 0 3px rgba(213, 213, 213, 0.3);
    box-shadow: 0 0 3px rgba(213, 213, 213, 0.3); }
    .ui-sub-nav .sub-nav-title .line {
      display: block;
      width: 20px;
      height: 3px;
      margin-bottom: 4px;
      overflow: hidden;
      background: #005a63; }
  .ui-sub-nav .ui-sub-nav-list {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 220px;
    min-height: 300px;
    padding: 15px 20px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-top: none; }
    .ui-sub-nav .ui-sub-nav-list li {
      position: relative;
      padding: 5px 0; }
    .ui-sub-nav .ui-sub-nav-list a {
      display: block;
      height: 28px;
      line-height: 28px; }
    .ui-sub-nav .ui-sub-nav-list .arrow-right {
      position: absolute;
      top: 50%;
      right: 0;
      width: 5px;
      height: 5px;
      margin-top: -3px;
      overflow: hidden;
      border-right: 1px solid #244386;
      border-bottom: 1px solid #244386;
      -webkit-transform: rotate(315deg);
      transform: rotate(315deg);
      visibility: hidden; }
    .ui-sub-nav .ui-sub-nav-list .active a{
      border-bottom: 1px solid #005a63;
      color: #005a63;
      }
      .ui-sub-nav .ui-sub-nav-list .active .arrow-right {
        visibility: visible; }

.ui-sub-nav-show .ui-sub-nav-list {
  display: block; }

.ui-sub-nav-isshow .ui-sub-nav-list {
  display: block;
  position: inherit;
  top: 0; }


.Two_directories li.active a{
	color:#003586;

	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.Two_directories li a{
	padding-left: 15px;
}

.Two_directories {
	font-size:15px;
	line-height: 26px;
	
}



.p-content p{
    font-size: 16px;
    text-align: justify;line-height: 30px; padding-bottom: 15px; }




/* about */
.about-wrap {
  }
  .about-wrap .ui-sub-nav {
    float: left; }
  .about-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }
  .about-wrap .about-banner {
    margin-bottom: 20px; }
    .about-wrap .about-banner img {
      width: 100%; }
  .about-wrap .about-content {
    font-size: 14px;
    text-align: justify; }
    .about-wrap .about-content .about-content-pic {
      float: right;
      margin: 0 0 20px 20px; }
	.about-wrap .about-content .about-content-picl {
      float: left;
      margin: 0 20px 20px 0; }  

      .leader ul{
		  width:100%;list-style-type: disc; display:inline-block;}
      .leader li{
			height: 185px;	width: 33.3%;	font-size: 13px;	color: #7d7d7d;	line-height: 22px;	text-align: center;	float: left;}
      
.ds_xx {color: #666;font-size: 14px;position: relative;background-repeat: no-repeat;width:700px;}


.ds_xx .pic {float: left;width: 200px;}
.ds_xx .pic dt {padding-top: 40px;width: 200px;text-align: center;font-family: Arial;color: #FFF;line-height: 34px;font-size: 13px;margin-bottom: 20px;}
.ds_xx .pic dd {color: #454028;	padding-top: 15px;	padding-left: 15px;	line-height: 15px;	width: 185px;}
.ds_xx .name {float: left;padding-top: 80px; padding-left:10px}
.ds_xx .name dt {font-size: 24px;	color: #454028;	padding-bottom: 8px;}
.ds_xx .name dd {line-height: 20px;	color: #454028;	padding-left: 18px;	font-size: 15px;}

.ds_xx ul {width: 500px;float: left;padding-top: 15px;padding-left:20px}
.ds_xx ul li {position: relative;font-size: 13px;color: #58595b;width: 500px;padding-left: 160px;margin-bottom: 8px;line-height: 20px;}
.ds_xx ul li span {	position: absolute;	left: 0px;	top: 0px;}
.ds_xx p {	position: absolute;	top: 163px;	right: 20px;	color: #d5d3cb;	line-height: 14px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;}
 
    .about-wrap .main-content960 {float: right;width: 1000px; }
	





/* investor */
.investor-wrap {
  min-height: 300px;
  background: url(../images/banner_bg_1.jpg) no-repeat top center; }
  .investor-wrap .stock {
    margin-bottom: 15px; }
    .investor-wrap .stock .upload-tiem {
      height: 35px;
      font-size: 14px;
      text-align: right; }
    .investor-wrap .stock .table-1 {
      width: 100%;
      font-size: 14px;
      text-align: center;
      border-top: 2px solid #244386; }
      .investor-wrap .stock .table-1 td,
      .investor-wrap .stock .table-1 th {
        height: 32px;
        line-height: 32px;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5; }
      .investor-wrap .stock .table-1 th {
        background: #fafafa; }
      .investor-wrap .stock .table-1 .sp-1 {
        border-left: none; }
      .investor-wrap .stock .table-1 .red {
        color: #f00; }
      .investor-wrap .stock .table-1 .green {
        color: #00d81e; }
      .investor-wrap .stock .table-1 .blue {
        color: #003586; }
		
		/* è‚¡ä»· */ 
      .investor-wrap .stock .stockinput {font-size: 14px; text-decoration:none; display:inline; border:none; background:none; width:60px; text-align:center; }
      .investor-wrap .stock .stockinput2 {font-size: 14px; text-decoration:none; display:inline; border:none; background:none; width:80px; text-align:center; }
      .investor-wrap .stock .stockinput3 {font-size: 14px; text-decoration:none; display:inline; border:none; background:none; width:80px; text-align:center; }
  .investor-wrap .title {
    height: 34px; }
    .investor-wrap .title h2 {
      font-size: 16px;
      line-height: 1.2;
      color: #3a3a3a; }
  .investor-wrap .annual-report {
    margin-top: 20px; }
    .investor-wrap .annual-report .title {
      height: 40px; }
    .investor-wrap .annual-report .report-focus {
      position: relative;
      height: 265px; }
      .investor-wrap .annual-report .report-focus .button-prev,
      .investor-wrap .annual-report .report-focus .button-next {
        position: absolute;
        top: 80px;
        display: inline-block;
        width: 20px;
        height: 28px;
        overflow: hidden;
        background: url(../images/arrow.png) no-repeat 0 2px; }
      .investor-wrap .annual-report .report-focus .button-prev {
        left: 0; }
      .investor-wrap .annual-report .report-focus .reprot-focus-list {
        overflow: hidden; }
        .investor-wrap .annual-report .report-focus .reprot-focus-list ul {
          width: 200%; }
        .investor-wrap .annual-report .report-focus .reprot-focus-list li {
          float: left;
          width: 135px; }
        .investor-wrap .annual-report .report-focus .reprot-focus-list .pic {
          width: 124px;
          height: 174px;
          padding: 2px;
          margin-bottom: 8px;
          overflow: hidden;
          border: 1px solid #929292; }
          .investor-wrap .annual-report .report-focus .reprot-focus-list .pic img {
            width: 100%; }
        .investor-wrap .annual-report .report-focus .reprot-focus-list .name {
          text-align: center;
          font-size: 14px;
          font-weight: 400;
          line-height: 1.2; }
      .investor-wrap .annual-report .report-focus .button-next {
        right: 0;
        background-position: 0 -74px; }
  .investor-wrap .ir-feed {
    margin-bottom: 20px; }
    .investor-wrap .ir-feed .in-br {
      float: left;
      width: 240px;
      height: 40px;
      padding: 0 10px;
      margin-right: 15px;
      background: #f5f5f5;
      border: none;
      border-top: 1px solid #d2d2d2;
      border-left: 1px solid #d2d2d2;
      border-radius: 2px; }
    .investor-wrap .ir-feed .bd a {
      float: left;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      padding: 0 20px;
      margin-right: 4px;
      font-size: 16px;
      color: #fff;
      background: #a8a8a8;
      border-radius: 2px; }
    .investor-wrap .ir-feed .bd .button-feed {
      background: #003586; }
  .investor-wrap .new-news .table {
    width: 100%;
    font-size: 14px; }
    .investor-wrap .new-news .table th,
    .investor-wrap .new-news .table td {
      height: 40px;
      line-height: 40px;
      border-left: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5; }
    .investor-wrap .new-news .table th {
      height: 37px;
      line-height: 37px;
      background: #f6f6f6;
      border-top: 2px solid #244386; }
    .investor-wrap .new-news .table .tag {
      display: inline-block;
      height: 26px;
      line-height: 26px;
      padding: 0 3px;
      background: #003586;
      color: #fff;
      border-radius: 3px; }
    .investor-wrap .new-news .table .sp-1 {
      border-left: none; }
    .investor-wrap .new-news .table .sp-2 {
      text-align: center;
      width: 100px; }
    .investor-wrap .new-news .table th.sp-1 {
      text-align: left;
      padding-left: 30px; }
    .investor-wrap .new-news .table .text {
      height: 37px;
      overflow: hidden; }
  .investor-wrap .new-news .button-inner {
    padding-top: 20px;
    text-align: right;
    font-size: 14px; }
    .investor-wrap .new-news .button-inner a {
      color: #003586; }
   
    .investor-wrap .main-content960 {
    float: right;    width: 970px; }
	
  .investor-wrap .ui-sub-nav {
    float: left; }
  .investor-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }

/* csr */
.industry-wrap {
  min-height: 300px;
  background: url(../images/banner_bg_3.jpg) no-repeat top center; }
  .industry-wrap .ui-sub-nav {
    float: left; }
  .industry-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }
   .industry-wrap .main-content960 {
    float: right;    width: 970px; }
  
  
.industrya-wrap {
  min-height: 300px;
  background: url(../images/banner_bg_3c.jpg) no-repeat top center; }
    .industrya-wrap .ui-sub-nav {
    float: left; }
  .industrya-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }
   .industrya-wrap .main-content960 {
    float: right;    width: 970px; }



.industryb-wrap {
  min-height: 300px;
  background: url(../images/banner_bg_3a.jpg) no-repeat top center; }
    .industryb-wrap .ui-sub-nav {
    float: left; }
  .industryb-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }
   .industryb-wrap .main-content960 {
    float: right;    width: 970px; }
  
  
  
.industryc-wrap {
  min-height: 300px;
  background: url(../images/banner_bg_3b.jpg) no-repeat top center; }  
    .industryc-wrap .ui-sub-nav {
    float: left; }
  .industryc-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }  
   .industryc-wrap .main-content960 {
    float: right;    width: 970px; }	
	

  
.industryd-wrap {
  min-height: 300px;
  background: url(../images/banner_bg_3d.jpg) no-repeat top center; }  
    .industryd-wrap .ui-sub-nav {
    float: left; }
  .industryd-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }  
   .industryd-wrap .main-content960 {
    float: right;    width: 970px; }	

	
/* csr */
.csr-wrap {
  min-height: 300px;
  background: url(../images/banner_bg_4.jpg) no-repeat top center; }
    .csr-wrap .ui-sub-nav {
    float: left; }
  .csr-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }
   .csr-wrap .main-content960 {
    float: right;    width: 970px; }	 
	
	
  
/* media */
.media-wrap {
  min-height: 300px;
  background: url(../images/banner_bg_5.jpg) no-repeat top center; }
    .media-wrap .ui-sub-nav {
    float: left; }
  .media-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }
   .media-wrap .main-content960 {
    float: right;    width: 970px; }
  
  
/* job */
.iob-wrap {
  min-height: 300px;
  background: url(../images/banner_bg_6.jpg) no-repeat top center; }
    .iob-wrap .ui-sub-nav {
    float: left; }
  .iob-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }
   .iob-wrap .main-content960 {
    float: right;    width: 970px; }
  
  
/* party */
.party-wrap {
  min-height: 300px;
  background: url(../images/banner_bg_7.jpg) no-repeat top center; } 
    .party-wrap .ui-sub-nav {
    float: left; }
  .party-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }
   .party-wrap .main-content960 {
    float: right;    width: 970px; }
  
/* contact */
.contact-wrap {
  min-height: 300px;
  background: url(../images/banner_bg_8.jpg) no-repeat top center; } 
    .contact-wrap .ui-sub-nav {
    float: left; }
  .contact-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }
   .contact-wrap .main-content960 {
    float: right;    width: 970px; }



/* info */
.info-wrap {
  min-height: 300px;
  background: url(../images/banner_bg_9.jpg) no-repeat top center; } 
    .info-wrap .ui-sub-nav {
    float: left; }
  .info-wrap .main-content {
    float: right;
    width: 740px;
    margin-top: 45px; }
   .info-wrap .main-content960 {
    float: right;    width: 970px; }
  
  
  
  
/* tool */
.share-fn {
  padding: 50px 0 20px 0;
  border-bottom: 1px solid #5a5a5a; }

.other-fn {
  padding-top: 10px;
  text-align: right; }
  
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .ui-header {
    padding-left: 15px;
    padding-right: 15px; }
    .ui-header .ui-main-nav li {
      padding: 0; }

  .ui-footer .ui-w {
    padding-left: 15px;
    padding-right: 15px; }

  .investor-wrap .ir-feed .in-br {
    width: 170px;
    margin-right: 10px; }

  .about-wrap .main-content {
    width: 510px; } }

/*# sourceMappingURL=common.css.map */


/* è¡¨æ ¼å•ç‹¬æ ·å¼â€"â€"å¼€å§‹ */
.browser {
	font-size: 12px;
	font-weight: normal;
	border-collapse: collapse;
	clear: both;
	color: #5d6062;
}
.browser br,th {
	padding-top: 5px;
	padding-bottom: 5px;

	border-bottom-color: #E0E0E0;
}
.browser br{border-style:none}
/* ht ä¸‹åˆ'çº¿å±…å·¦ */
.ht {
	font-size: 14px;
	
	text-align: left;
	word-break:break-all;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ededed;
	line-height: 27px;
	height: 27px;
	padding-left: 30px;
	font-weight: normal;
}
/* ht ç¬¦å·ç‚¹ä¸‹åˆ'çº¿å±…å·¦ */
.ht_d {
	background-image: url(../images/d.gif);
	background-position: 20px center;
	background-repeat: no-repeat;
}
/* h1 ä¸‹åˆ'çº¿å±…ä¸­ */
.ht1 {
	font-size: 14px;
	font-weight: normal;
	
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ededed;
	text-align: center;
}
/* ht_se æ ‡é¢˜F6F6F6 */
.ht_se {
	background-color: #f6f6f6;
}
/* h2 å·¦è¾¹çº¿ä¸‹åˆ'çº¿å·¦å¯¹é½ */
.ht2 {
	font-size: 14px;
	font-weight: normal;
	
	text-align: left;
	white-space:nowrap;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ededed;
	line-height: 24px;
	border-left-width: 1px;
	border-left-color: #ededed;
	padding-left: 30px;
}
/* h3 è"ç³»ç"µè¯åœ°å€é€šç"¨æ— è¾¹çº¿ */
.ht3 {
	font-size: 14px;
	font-weight: normal;
	
	text-align: left;
	white-space:nowrap;
	line-height: 20px;
	height: 20px;
}

/* h4 å±…ä¸­æœ‰è¾¹å·¦è¾¹çº¿ */
.ht4 {
	font-size: 14px;
	font-weight: normal;
	
	text-align: center;
	white-space:nowrap;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ededed;
	line-height: 24px;
	border-left-width: 1px;
	border-left-color: #ededed;
}
/* h5 å±…ä¸­æ— è¾¹çº¿ */
.ht5 {
	font-size: 14px;
	font-weight: normal;
	
	text-align: center;
	white-space:nowrap;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 24px;
}
/* h6 å·¦ä¸‹è¾¹çº¿å·¦å¯¹é½ */
.ht6 {
	font-size: 14px;
	font-weight: normal;
	
	text-align: left;
	white-space:nowrap;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ededed;
	line-height: 24px;
	border-left-width: 1px;
	border-left-color: #ededed;
	padding-left: 40px;
}
/* h7 å·¦è¾¹çº¿å·¦å¯¹é½ */
.ht7 {
	font-size: 14px;
	font-weight: normal;
	
	text-align: left;
	white-space:nowrap;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	line-height: 24px;
	border-left-width: 1px;
	border-left-color: #ededed;
	padding-left: 40px;
}
/* h8 å·¦è¾¹çº¿ä¸‹åˆ'çº¿å·¦å¯¹é½ */
.ht8 {
	padding-top: 20px;
}

/* ht ç‰¹æ®Šæ ·å¼ */
.ht11 {
	font-size: 14px;
	
	text-align: center;
	white-space:nowrap;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ededed;
	line-height: 27px;
	height: 27px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
}
.ht22 {
	font-size: 14px;
	font-weight: normal;
	
	text-align: left;
	white-space:nowrap;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ededed;
	line-height: 24px;
	border-left-width: 1px;
	border-left-color: #ededed;
	padding-left: 20px;
}
/* ht33 å·¦è¾¹çº¿ä¸‹åˆ'çº¿å·¦å¯¹é½ */
.ht33 {
	font-size: 14px;
	font-weight: normal;
	
	text-align: left;
	white-space:nowrap;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ededed;
	line-height: 24px;
	border-left-width: 1px;
	border-left-color: #ededed;
	padding-left: 20px;
}
/* ht44 ä¸‹åˆ'çº¿å±…å·¦ */
.ht44 {
	font-size: 14px;
	
	text-align: left;
	white-space:nowrap;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ededed;
	line-height: 27px;
	height: 27px;
	padding-left: 20px;
	font-weight: normal;
}
/* è¡¨æ ¼å•ç‹¬æ ·å¼â€"â€"End */


/* å†…é¡µå³è¾¹æ ‡ç­¾â€"â€"å¼€å§‹ */
.time_tab {
	height: 36px;
	margin-top: 31px;
	overflow: hidden;
	width: 700px;
	clear: both;
	
}
.time_tab ul{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	height: 36px;
	background-image: url(../images/tab_bg.jpg);
	background-repeat: repeat-x;

	background-position: bottom;
}
.time_tab li{
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
	color:#646464;
	font-weight:normal;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	background-color: #fafafa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	padding-right: 27px;
	padding-left: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
.time_tab li.hover{
	background:#fff;
	color:#003586;
	font-weight:bold;
	height:34px;
	line-height:33px;
	font-size: 14px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003586;
}
.tabbox {
	padding-top: 25px;
	clear: both;
	position: relative;
	padding-bottom: 25px;
}
.time_tab2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646464;
	clear: both;
	height: 30px;
}
.time_tab2 li{
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
	color:#646464;
	font-weight:normal;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-right: 17px;
	padding-left: 17px;
}
.time_tab2 li.hover {
	float:left;
	display:block;
	cursor:pointer;
	text-align:right;
	color:#003586;
	font-weight:bold;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding-right: 17px;
	padding-left: 17px;
	overflow: hidden;
}

.time_tab2r {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646464;
	clear: both;
	height: 30px;
}
.time_tab2r li{
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
	color:#646464;
	font-weight:normal;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-right: 17px;
	padding-left: 17px;
}
.time_tab2r li.hover {
	float:left;
	display:block;
	cursor:pointer;
	text-align:right;
	color:red;
	font-weight:bold;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding-right: 17px;
	padding-left: 17px;
	overflow: hidden;
}

.tabbox2 {
	clear: both;
	padding-bottom: 20px;
	
}
/* å†…é¡µå³è¾¹æ ‡ç­¾â€"â€"End */
/** çº¯è‰² **/
.two_tab {
	height: 36px;
	clear: both;
	width: 722px;
	margin-top: 31px;
	overflow: hidden;
	
}
.two_tab ul{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	height: 36px;
}
.two_tab li{
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
	color:#646464;
	font-weight:normal;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	background-color: #fafafa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	padding-right: 27px;
	padding-left: 27px;
}
.two_tab li.hover{
	color:#fff;
	font-weight:bold;
	height:34px;
	line-height:33px;
	font-size: 14px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003586;
	background-color: #003586;
}

/** çº¯è‰²End **/
/* å†…é¡µå³è¾¹å®½åº¦å°æ ‡ç­¾â€"â€"å¼€å§‹ */
.time_tab4 {
	height: 36px;
	clear: both;
	width: 950px;
	margin-top: 31px;
	overflow: hidden;
	
}
.time_tab4 ul{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	height: 36px;
}
.time_tab4 li{
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
	color:#646464;
	font-weight:normal;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	background-color: #fafafa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	padding-right: 10px;
	padding-left: 10px;
}
.time_tab4 li.hover{
	background:#fff;
	color:#003586;
	font-weight:bold;
	height:34px;
	line-height:33px;
	font-size: 14px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003586;
}
/* å†…é¡µå³è¾¹å®½åº¦å°æ ‡ç­¾â€"â€"End */

/* å†…é¡µå³è¾¹å®½åº¦å°æ ‡ç­¾â€"â€"å¼€å§‹ */
.time_tab4r {
	height: 36px;
	clear: both;
	width: 950px;
	margin-top: 31px;
	overflow: hidden;
	
}
.time_tab4r ul{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	height: 36px;
}
.time_tab4r li{
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
	color:#646464;
	font-weight:normal;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	background-color: #fafafa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	padding-right: 10px;
	padding-left: 10px;
}
.time_tab4r li.hover{
	background:#fff;
	color:red;
	font-weight:bold;
	height:34px;
	line-height:33px;
	font-size: 14px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: red;
}
/* å†…é¡µå³è¾¹å®½åº¦å°æ ‡ç­¾â€"â€"End */


/* å†…é¡µå³è¾¹å®½åº¦å°æ ‡ç­¾â€"â€"å¼€å§‹ */
.time_tab3 {
	height: 36px;
	clear: both;
	width: 724px;
	margin-top: 31px;
	overflow: hidden;
	
}
.time_tab3 ul{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	height: 36px;
}
.time_tab3 li{
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
	color:#646464;
	font-weight:normal;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	background-color: #fafafa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	padding-right: 10px;
	padding-left: 10px;
}
.time_tab3 li.hover{
	background:#fff;
	color:#003586;
	font-weight:bold;
	height:34px;
	line-height:33px;
	font-size: 14px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003586;
}
/* å†…é¡µå³è¾¹å®½åº¦å°æ ‡ç­¾â€"â€"End */

/* æ–‡ç« å†…å®¹â€"â€"å¼€å§‹ */
.about_text {
	padding-top: 17px;
	padding-bottom: 30px;
	width: 722px;
	font-size: 14px;
	
}
.about_text960 {
	padding-top: 17px;
	padding-bottom: 30px;
	width: 940px;
	font-size: 14px;
	
}

/* æ–‡ç« å†…å®¹â€"â€"End */

/**  åˆ†é¡µå¼€å§‹  **/
.page {
	clear: both;
	padding-top: 33px;
}
#num_nav {
	clear: both;
	font-size: 14px;
	color: #999;
	font-family: Tahoma;
	text-align: right;
}

#num_nav a {
	border: 1px solid #e6e6e6;
	color: #9c9c9c;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right:3px;
}
#num_nav a:hover {
	border: 1px solid #003586;
	color: #003586;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right:3px;
}
#num_nav .bg {
	background-image: url(../images/num_bg.gif);
}
#num_nav #button2 {
	background-image: url(../images/num_bg.gif);
	height: 26px;
	border: 1px solid #dddddd;
	color: #303030;
	padding-right: 10px;
	padding-left: 10px;
	cursor:pointer;
}
#num_nav #button2:hover {
	background-image: url(../images/images/num_bg_hover.gif);
	height: 26px;
	border: 1px solid #a0a0a0;
	color: #003586;
	padding-right: 10px;
	padding-left: 10px;
	cursor:pointer;
}
#num_nav #textfield2 {
	line-height: 25px;
	height: 25px;
	border: 1px solid #dddddd;
}
#num_nav .on {
	color: #003586;
	font-weight: bold;
	border: 1px solid #003586;
        	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;margin-right:3px;
}
#num_nav select {
	color: #9c9c9c;
	font-weight: bold;
	border: 1px solid  #ddddd;
        padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
/** åˆ†é¡µâ€"â€"end **/
 /* xieli-20140115 */
.ui-warper-container{
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.ui-date-item{
	width:694px;
	overflow: hidden;
}
.ui-date-title{ line-height:30px; font-size:14px; margin:10px 0px;}
.ui-date-box{ background:url(../images/load.gif) no-repeat center center #fff; height:100px;}
.ui-date-show{ height:60px; padding:0px 20px; background:#f4f4f4;}
.ui-date-text{ padding:10px 0px 3px; border-bottom:solid 1px #228cc6; height:24px; line-height:24px; overflow:hidden;}
.ui-date-text a{ color:#898989; font-size:12px;}
.ui-date-text a.ui-date-current{ float:left;}
.ui-date-text a.ui-date-more{ float:right;}
.ui-date-text a:hover{ color:#ec7534;}
.ui-date-time{ height:40px; padding:0px 20px; position:relative;}
.ui-date-line{ position: absolute;width:650px;height:52px;top:-22px; overflow:hidden;}
.ui-date-list{ height:6px; padding:22px 0px 0px 2px; margin:0px; position:relative;}
.ui-time-box{ position:relative; height:6px; float:left; margin-left:-2px;}
.ui-time-date{ position:absolute; width:100%; top:-17px; text-align:center; left:0; color:#bbb; font-size:12px;}
.ui-time-line{ position:absolute; width:2px; z-index:29;}
.ui-time-box-first{ background:#5c5c5c; left:0px; height:6px; top:-3px;}
.ui-time-box-last{ background:#5c5c5c; right:0px;height:6px; top:-3px;}
.ui-time-box-center{ background:#d3d3d3; width:2px; height:2px; top:-1px;}
.ui-time-line-current{ height:12px; background:#ccc;color:#5d5c5c;}
.ui-time-line-current span{ display:block; cursor:pointer; border-radius:5px; font-size:12px; position:absolute; width:20px; height:14px; line-height:14px; text-align:center; left:50%; margin-left:-10px; top:15px;}
.ui-time-line-current em{ display:none; position:absolute; width:9px; height:5px; left:50%; margin-left:-3.5px; top:-20px; background:url(../images/m_ico.gif) no-repeat;}
.ui-time-line:hover{ z-index:31;}
.ui-time-line-hover{ color:#228cc6;background:#228cc6; height:13px; top:-2px;z-index:30;}
.ui-time-line:hover span{ top:16px; background:#f90; color:#fff;}
.ui-time-line-hover span,.ui-time-line-hover:hover span{ top:17px; background:#228cc6; color:#fff;}
.ui-time-line-hover em{ display:block;}
.ui-date-button{ position:absolute; width:4px; height:7px; cursor:pointer; top:13px;}
.ui-date-prev{ background:url(../images/big_left.gif) no-repeat; left:10px;}
.ui-date-next{background:url(../images/big_right.gif) no-repeat; right:10px;}
.ui-date-prev-disabled{ background:url(../images/big_left_dis.gif) no-repeat; cursor:default;}
.ui-date-next-disabled{ background:url(../images/big_right_dis.gif) no-repeat; cursor:default;}
.ui-date-list div{ float:left;}
.Left_roll {
	float: left;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 42px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	cursor:pointer;
	position: absolute;
	left: 0px;
}
.right_roll {
	float: left;
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 42px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	cursor:pointer;
	position: absolute;
	right: 0px;
}
.in_roll {
	height: 36px;
	overflow: hidden;
	display: block;
	width: 636px;
	position: absolute;
	left: 44px;
	top: 0px;
}
.in_roll li{
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
	color:#646464;
	font-weight:normal;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	background-color: #fafafa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	padding-right: 27px;
	padding-left: 27px
}
.in_roll li.hover{
	background:#fff;
	color:#003586;
	font-weight:bold;
	height:34px;
	line-height:33px;
	font-size: 14px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003586;border-bottom-width: 0px;
}
 /* æ–°é—»æ­£æ–‡ */
.news_title{
	clear: both;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #195b93;
	line-height: 24px;
	position: relative;
	
}
.news_title span{
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.date{
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
.news_time {
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	color: #4f5964;
}
.news_sm {
	float: right;
	padding-right: 20px;
	line-height: 24px;
	color: #4f5964;
}
.xgxw {
	font-size: 14px;
	padding-top: 15px;
	line-height: 24px;
	padding-bottom: 30px;
}
.xgxw h1 {
	font-size: 14px;
	color: #195b93;
}

.close {
	line-height: 25px;
	text-align: center;
	display: block;
	height: 25px;
	width: 75px;
	border: 1px solid #e6e6e6;
	color: #4c7fce;
	margin-right: auto;
	margin-left: auto;
}
.close:hover {
	line-height: 25px;
	text-align: center;
	display: block;
	height: 25px;
	width: 75px;
	border: 1px solid #4c7fce;
	color: #FFF;
	background-color: #4c7fce;
	margin-right: auto;
	margin-left: auto;
}

/* å¤§äº‹è®° */
.TabbedPanelsContent  {
    padding-top: 5px; height:auto;
}
.TabbedPanelsContent .content {

	position: relative;
	width: 700px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.TabbedPanelsContent .content .pic {
	position: absolute;
	left: 14px;
	top: 18px;
}
.TabbedPanelsContent .content dl dt {
	float: left;border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5980ab;
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #5980ab;
	height: 100%;
	clear:left ;
	width: 120px;
	padding-top: 20px;
	font-family: Arial;
	font-size: 22px;
	color: #5980ab;
	text-align: left;
	padding-left: 12px;
}
.TabbedPanelsContent .content dl dd {
	float: left;
	color: #58595b;
	text-align: left;
	line-height: 22px;
	padding-top: 15px;
	width: 580px;
	position: relative;
	padding-bottom:25px; font-size:14px;
}
.TabbedPanelsContent .content dl {
	background-color: #FFF;
	padding-bottom: 5px;
	width:700px;color: #8e8e8e;
}
.TabbedPanelsContent .content dl dd a {
	color: #8e8e8e;
	float: left;
    width: 320px;
    word-break: break-all;
}
.TabbedPanelsContent .content dl dd span {
	position: absolute;
	z-index: 9;
	left: 350px;
	top: 15px;
	color: #8e8e8e;width:150px;
}
.TabbedPanelsContent  .content dl dd .name {
	left: 510px;
	top: 15px; width:100px;
}
.TabbedPanelsContent  .white {
	background-color: #FFF;}
	
/*report*/
 
.pdf_content {
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;}

.pdf_left {
	float: left;
	width: 218px;
}
.pdf_img {
	height: 306px;
	width: 216px;
	border: 1px solid #b9b9b9;
	overflow: hidden;
}
.pdf_title {
	font-size: 14px;
	line-height: 37px;
	color: #4f5964;
	text-align: center;
	height: 37px;
}
.pdf_download {
	text-align: center;
}
.pdf_right {
	float: left;
	width: 464px;
	padding-left: 35px;
}
.Report_left {
	float: left;
	width: 189px;
}
.Report_img
 {
	background-image: url(../images/r_bg.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 190px;
	overflow: hidden;
	background-position: right;
}
.Report_img img {
	height: 254px;
	width: 183px;
	border: 1px solid #b6b6b6;
	overflow: hidden;
}
.Report_right {
	float: left;
	width: 502px;
	padding-left: 30px;
	height: 262px;
	position: relative;
}
.r_title {
	font-size: 24px;
	color: #003586;
}
.r_text {
	font-size: 14px;
	color: #003586;
	padding-top: 15px;
	line-height: 20px;
}
.r_donwload {
	padding-top: 17px;
}	
.pdf_list {
	clear: both;
	width: 722px;
}
.pdf_list ul {
	clear: both;
	margin-bottom: 25px;
}
.pdf_list li {
	text-align: center;
	float: left;
	width: 180px;
	font-size: 14px;
	display: block;
	overflow: hidden;
}
.Report_img2 {
	overflow: hidden;
	margin-right: auto;
	height: 205px;
	width: 140px;
}
.Report {
	width: 140px;
	padding-top: 10px;
}


/*video*/
.video_content {
	padding-top: 25px;
	padding-bottom: 35px;
	width: 722px;
	overflow: hidden;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}
.video_content ul {
	width: 755px;
	padding-bottom: 40px;
}
.video_content li {
	float: left;
	width: 232px;
	padding-left: 15px;
}
.video_img {
	height: 130px;
	width: 210px;
	overflow: hidden;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #e0e0e0;
}
.video_title {
	font-size: 14px;
	width: 195px;
	padding-top: 10px;
	color: #4f5964;
        padding-bottom:17px;
}
.video_title span {
	float: right;
}
.video_titlef {
	font-size: 13px;
	width: 200px;
	padding-top: 10px;
	color: #4f5964;
    padding-bottom:17px;
}
.video_titlef span {
	float: right;
}
/*weixin*/
.Graphic_contentx {
	clear: both;
	width: 722px;
	
	padding-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}

.Graphic_contentx .wximg{
	width: 250px;
	height:140px;
	border: 1px solid #b9b9b9;
	overflow: hidden;
}

.Graphic_contentx dl {
	clear: both;
	min-height:160px;
	height:auto
	width: 722px;

}
.Graphic_contentx dt {
	float: left;
	height: 150px;
	width: 250px;

}
.Graphic_contentx dd {
	float: left;
	width: 440px;
	padding-left: 25px;
	height:150px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}
.Graphic_contentx dd h1 a{
	font-size: 16px;
	color: #4f5964;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.Graphic_contentx dd h2 a{
	font-size: 18px;
	color: ##244386;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.Graphic_contentx span {
	margin-top: 10px;
	clear: both;
}


.Graphic_contentx dd a:hover {
	color: #f89249;
}
.web_but {
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	background-image: url(../images/web_but.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 28px;
	width: 105px;
	cursor:pointer;
}
/*ä¸€ä½"ä¸¤ç¿¼*/

.Family {
	width: 722px;
	padding-top: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	font-size: 14px;
	color: #4f5964;
	clear: both;
	padding-bottom: 14px;
}

/*linkcss*/
a:link,a:visited  {
	color: #696969;
	text-decoration: none;
}
a:hover,a:active {
	color: #f89249;
	text-decoration: none;
}
a.s:link,a.s:visited  {
	color: #696969;
	text-decoration: none;
}
a.s:hover,a.s:active {
	color: #f89249;
	text-decoration: underline;
}
a.w:link,a.w:visited{
	color: #fff;
}
a.w:hover,a.w:active{
	color: #fff;
}
a.top_a:link,a.top_a:visited  {
	color: #b7b7b7;
	text-decoration: none;
	height: 21px;
	width: 83px;
	display: block;
}
a.top_a:hover,a.top_a:active {
	color: #0259aa;
	text-decoration: none;
	font-size: 12px;
	line-height: 21px;
	background-image: url(../images/top_muenbg.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 83px;
	display: block;
}

a.MediaCenter_a:link,a.MediaCenter_a:visited  {
	color: #5d6062;
	text-decoration: none;
}
a.MediaCenter_a:hover,a.MediaCenter_a:active {
	color: #0259aa;
	text-decoration: none;
}
a.p_morea:link,a.p_morea:visited  {
	color: #646464;
	text-decoration: underline;
}
a.p_morea:hover,a.p_morea:active {
	color: #0259aa;
	text-decoration: underline;
}

.csr-wrap h1 {
    background-image: url(../images/duty_h1_bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #0259aa;
    font-family: "å¾®è½¯é›…é»'";
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 22px;
    padding-bottom: 22px;
	margin-bottom:5px;
}

/*app*/

.app {
	font-size:14px;
	color: #111;
	clear: both;
	padding-top: 0px;
}
.sxx {
	background-image: url(../images/xuxian.jpg);
	background-repeat: no-repeat;
	background-position: right 41px;
}
.app ul {
	font-size:14px;
	color:#4f5964;
	float: left;
}
.app li {
	padding-top:20px;
	padding-bottom: 20px;
	clear: both;
	height: 60px;
}
.app dl {
	width: 240px;
}
.app dt {
	float: left;
	height: 49px;
	width: 49px;
}
.app dd {
	line-height: 49px;
	float: left;
	padding-left: 10px;
}
/*hr*/

#hr_word {
	width: 700px;
}
#ed {width:700px; height:310px;
	background-image: url(../images/hr_bg1.jpg);
	background-repeat: no-repeat;
}
.block {
	height: 155px;
	width: 279px;
	margin-top: 40px;
	line-height: 22px;
	color: #58595b;
	padding-top: 130px;
	padding-left: 40px;
	padding-right: 400px;

}
#ei {
	width:700px; height:310px;
	background-image: url(../images/hr_bg2.jpg);
	background-repeat: no-repeat;
}
#ec {width:700px; height:310px;
	background-image: url(../images/hr_bg3.jpg);
	background-repeat: no-repeat;
}

.cotactus dl {
	float: left;
	width: 340px;
	text-align: left;
	display: inline;
	padding-top:20px;
	margin-right:15px;
	margin-bottom: 50px;
}
.cotactus dt {
	background-color: #f4f4f4;
	height: 27px;
	line-height: 27px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin-bottom: 10px;
}
.cotactus dd {
	color: #666;
	line-height:26px;
	padding-left: 5px;
	font-size:14px;
}
.cotactus img#map {
	margin-bottom: 30px;
	margin-left: 30px;
	float: left;
}

.problem {
	width: 700px;
	margin: 0px;
	clear: left;
	padding-top: 0px;
}
.problem dt {
	font-family: "å¾®è½¯é›…é»'";
	font-size: 17px;
	line-height: 22px;
	color: #195b93;
	background-image: url(../images/business_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.problem dd {
	line-height: 22px;
	color: #8e8e8e;
	width: 700px;
	padding-bottom: 10px;
}



.m-columnTitle {
    margin-bottom: 120px;
    margin-left: 0px;
    background-color: #005a63;
    width: 210px;
    padding: 40px 40px 15px 40px;
    height: 120px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: -30px;
    z-index: 1;
    position: absolute;
}
.m-columnTitle div {
    font-size: 20px;
    color: #fff;
    height: 30px;
}
.m-sidebarMenu {
    margin-top: 90px;
    overflow: hidden;
}
.g-sidebar {
    box-sizing: border-box;
    border-top: 0px;
    border-bottom: 0px;
    float:right;width:220px;height: 100%;background: #FFF;
}

/* 侧边导航菜单 */
.m-sidebarMenu { margin-top: 90px; overflow: hidden; width: 210px;border: 1px solid #e9e9e9; margin-bottom: -700px;padding-bottom: 730px}
.m-sidebarMenu span { position: relative; z-index: 10; }
.m-sidebarMenu a {font-weight: bold;height: 45px; border-bottom: 1px solid #e9e9e9; line-height: 45px; font-size: 14px; color: #847765; display: block; position: relative; }
.m-sidebarMenu a:after { width: 100%; height: 100%; left: -100%; position: absolute; content: " "; background-color: #e9e9e9; transition: all .5s; }
.m-sidebarMenu a:hover:after, .m-sidebarMenu .active:after { left: 0; }
.m-sidebarMenu li a { text-indent: 25px; }
.m-sidebarMenu dd a { font-weight: bold; }


.ui-title-2 { height: 55px;padding-left: 5px; margin-top: 30px;}
.ui-title-2 .ui-crumbs2 { margin-top: 10px;color: #244386; }
.ui-title-2 .ui-crumbs2 a {color: #a1a1a1;font-size: 14px;vertical-align: middle; }
.ui-title-2 .ui-crumbs2 span {color: #a1a1a1;padding: 0px;font-family: "黑体"; vertical-align: middle; }
.ui-title-2 .ui-crumbs2 a:last-child {color: #005a63;font-size: 12px;vertical-align: middle; }
.ui-title-2 .ui-crumbs2 .icon-home-gray {
      display: inline-block;
      width: 15px;
      height: 15px;
      overflow: hidden;
      margin-right: 5px;
      background: url(../images/home.png) no-repeat center;
      vertical-align: sub; 
    }
.news_titlec span {
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
}
.news_titlec {
  clear: both;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #195b93;
  line-height: 24px;
  position: relative;
}