@charset "UTF-8";
/*
欢迎查看本css，请随意抄袭，并对外说明是微抄袭
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }
.clear{clear:both;}
abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left;
  border: 1px solid #999999;
  margin: 0 10px 10px 0; }

.alignright {
  float: right;
  border: 1px solid #999999;
  margin: 0 0 10px 10px; }

.wp-caption {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /* optional rounded corners for browsers that support it */
  margin: 10px;
  padding-top: 4px;
  text-align: center; }

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

a,
a:visited {
  color: #222222;
  text-decoration: none; }

a:hover,
a:active {
  color: #ff6600;
  text-decoration: none; }

h1 {
  color: #525252;
  font-size: 14px;
  font-weight: bold; }

h2 {
  color: #525252;
  font-size: 14px;
  font-weight: bold; }

h3 {
  color: #222222;
  font-size: 14px;
  font-weight: normal; }

h2,
h3 {
  margin-bottom: 24px; }

h4 {
  margin: 14px 0; }

h2 + h2,
h2 + h3,
h3 + h3,
p + h2 {
  margin-top: 50px; }

p + h3 {
  margin-top: 24px; }

ul, p {
  margin-bottom: 14px; }

li {
}

html {
  background: #f6f6f6; }

body {
  background: #f6f6f6;
  color: #222222;
  font-size: 12px;
  font-family: helvetica, arial, sans-serif;
  line-height: 1.5;
  min-width: 960px; }

#container {
  width: 100%; }

#header_wrapper {
  background: url(../images/header_bg.png) repeat-x top left;
  border-bottom: 1px solid #e47a04;
  min-width: 950px;
  padding: 0 5px; }

/*
@mixin nav_bg($id) {
  #nav_#{$id} {
    background: url(../images/#{$id}.png) no-repeat center 8px;

    &:hover {
      background-image: url(../images/#{$id}2.png);
    }
  }
}
*/
#header {
  height: 110px;
  margin: auto;
  width: 950px;
  position: relative; }
  #header #topbar {
    position: absolute;
    right: 34px;
    top: 10px; }
    #header #topbar #search_tool {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline; }
    #header #topbar input {
      font-size: 12px;
      line-height: 20px;
      width: auto;
      vertical-align: top; }
    #header #topbar #search {
      background-color: #f4f4f4;
      border: 1px solid #999999;
      height: 17px;
      width: 120px;
      margin-right: -30px;
      padding-right: 30px; }
    #header #topbar #search_button {
      border: none;
      background: url(../images/search_button.gif) no-repeat left center;
      height: 19px;
      width: 27px; }

  #header #cw_logo {
    background: url(../images/cw_logo.png) no-repeat center center;
    display: block;
    height: 110px;
    left: 10px;
    position: absolute;
    text-indent: -2000px;
    width: 193px; }
  #header #nav {
    bottom: 10px;
    font-size: 12px;
    height: 55px;
    left: 235px;
    margin: 0;
    position: absolute; }
    #header #nav li {
      border-right: 1px solid #dddddd;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      list-style: none;
      margin: none;
      zoom: 1;
      *display: inline; }
      #header #nav li:first-child {
        border-left: 1px solid #dddddd; }
      #header #nav li.last {
        border: none; }
      #header #nav li a {
        display: block;
        height: 55px;
        position: relative;
        width: 90px; }
        #header #nav li a .text {
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          text-align: center; }
          
      #header #nav li #nav_home {
        background: url(../images/nav_icon.gif) no-repeat 0px 0; }
        #header #nav li #nav_home:hover, #header #nav li #nav_home_hover, #header #nav li #nav_home_present {
          background: url(../images/nav_icon.gif) no-repeat 0px -55px; }
      #header #nav li #nav_c {
        background: url(../images/nav_icon.gif) no-repeat -90px 0; }
        #header #nav li #nav_c:hover, #header #nav li #nav_c_hover, #header #nav li #nav_c_present {
          background: url(../images/nav_icon.gif) no-repeat -90px -55px; }
      #header #nav li #nav_o {
        background: url(../images/nav_icon.gif) no-repeat -180px 0; }
        #header #nav li #nav_o:hover, #header #nav li #nav_o_hover, #header #nav li #nav_o_present {
          background: url(../images/nav_icon.gif) no-repeat -180px -55px; }
      #header #nav li #nav_p {
        background: url(../images/nav_icon.gif) no-repeat -270px 0; }
        #header #nav li #nav_p:hover, #header #nav li #nav_p_hover, #header #nav li #nav_p_present {
          background: url(../images/nav_icon.gif) no-repeat -270px -55px; }
      #header #nav li #nav_y {
        background: url(../images/nav_icon.gif) no-repeat -360px 0; }
        #header #nav li #nav_y:hover, #header #nav li #nav_y_hover, #header #nav li #nav_y_present {
          background: url(../images/nav_icon.gif) no-repeat -360px -55px; }


.feature {
  height: 190px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
  width: 950px; }


#content_wrapper {
  background-color: white;
  min-width: 950px;
  padding: 50px 5px; }

#content {
  margin: auto;
  width: 905px; }
  #content .article_list, #content .news {
    position: relative; }
    #content .article_list h3, #content .news h3 {
      border-bottom: 1px solid #dddddd;
      font-weight: bold;
      margin-bottom: 14px; }
    #content .article_list .more, #content .news .more {
      font-size: 12px;
      position: absolute;
      right: 0;
      top: 0; }
    #content .article_list li, #content .news li {
      list-style-type: none;
      background: url(../images/list-style.gif) no-repeat 0 6px;
      padding-left: 12px;
      padding-right: 120px;
      position: relative; }
      #content .article_list li a, #content .news li a {
        width: 100%; }
      #content .article_list li .date, #content .news li .date {
        color: #999999;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 0; }
  #content #category_nav {
    float: left;
    font-size: 12px;
    line-height: 2;
    list-style: none;
    width: 170px; }
    #content #category_nav li {
      border-bottom: 1px solid #dddddd;
      list-style: none;
      padding-left: 30px;
      padding-top: 10px;
      padding-bottom: 10px; }
      #content #category_nav li:first-child {
        border-top: 1px solid #dddddd;
        }
      #content #category_nav li a {
        display: block;
        cursor: pointer;
        padding-right: 30px; 
        line-height:1.5; }
        #content #category_nav li a.present, #content #category_nav li a:hover {
          color: #ff6600 !important; }
   #content #category_nav li a.present{cursor:text;}
  #content #main_content {
    margin-left: 230px; }
  #content:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden; }
  #content hr {
    background: #dddddd;
    border: 0;
    height: 1px;
    margin: 24px 0; }
    
    
#home #feature_wrapper {
  background-color: #fff;
  background-image: url(../images/feature_bg.png);
  background-position: left top;
  background-repeat: repeat-x;
  min-width: 950px; }
#home .feature {
  height: 350px;
  padding: 0; }
#home #content:after {
  clear: both;
  content: '.';
  display: block;
  height: 0px;
  visibility: hidden; }
#home #news {
  display: inline;
  float: left;
  width: 49.1%;
  margin: 0px;
  zoom: 1; }
  #home #news #news_heading {
    background: url(../images/chao.gif) no-repeat left center;
    text-indent: 24px; }
#home #portfolio {
  display: inline;
  float: right;
  width: 48.1%;
  zoom: 1; }
  #home #portfolio #portfolio_heading {
    background: url(../images/xi.gif) no-repeat left center;
    text-indent: 24px; }
#home .news li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }

#footer_wrapper {
  border-top: 1px solid #ddd;
  background: #f6f6f6;
  min-width: 950px;
  padding: 20px 5px; }

#footer {
  font-size: 12px;
  margin: 0 auto;
  width: 950px; }
  #footer #nav {
    font-size: 12px; }
  #footer #sitemap {
    width: 925px;
    margin: auto; }
    #footer #sitemap .sitemap_block {
      display: inline;
      width: 150px;
      padding-right: 10px;
      float: left; }
      #footer #sitemap .sitemap_block .sitemap_block_heading {
        font-weight: bold;
        line-height: 36px; }
    #footer #sitemap:after {
      clear: both;
      content: '.';
      display: block;
      height: 0px;
      visibility: hidden; }
  #footer #contact_info {
  width:925px;
    margin-top: 50px;
    clear: both; }
    #footer #contact_info:after {
      clear: both;
      content: '.';
      display: block;
      height: 0px;
      visibility: hidden; }
  #footer #cw_family {
    background: url(../images/cw_icon.gif) no-repeat left center;
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    width: 250px; }
  #footer #copyrightline {
    color: #727272;
    float: left; }
  #footer #contact_list {
    float: right; }
  #footer #contact_us {
    color: #525252;
    margin-left: 25px;
    padding-left: 25px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    zoom: 1;
    *display: inline;
    height: 19px;
    line-height: 19px;
    background: transparent url(../images/chao.gif) no-repeat 25px 0;
    text-indent: 20px; }
    #footer #contact_us:hover {
      color: #ff6600; }

#sitemap_c{padding-left:10px;}
#sitemap li {padding-top:3px;padding-bottom:3px;}
#nav li span{ cursor: pointer;}

#main_content li {
  padding-left: 12px;
  background: url(../images/list-style.gif) no-repeat 0 6px; }

#main_content li a, a.highlight { color: #ff6600 !important; }
#main_content li a:hover, a.highlight:hover { text-decoration: underline !important; }
