a {
  text-decoration: none;
}
ul,
h1,
h2,
h3,
h4,
li {
  font-family: "微软雅黑";
  font-weight: normal;
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
#header .head_bar .head_bar_content {
  width: 990px;
}
#header .head_nav {
  width: 990px;
}
#header .nav_projects {
  margin-left: 20px;
}
#header .nav_right {
  width: 140px;
}
#foot .footer_info {
  width: 990px;
}
#footerinfo_left {
  width: 700px;
}
#footerinfo_left dl {
  width: 138px;
}
#foot .copyright {
  width: 990px;
}
#body {
  background: #fff;
  padding-top: 1px solid transparent;
}
.icon_help_recycle {
  width: 13px;
  height: 15px;
  background: url("../images/help_icon.png") no-repeat -10px -10px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 17px;
}
.icon_help_ershou {
  width: 13px;
  height: 15px;
  background: url("../images/help_icon.png") no-repeat -35px -10px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 17px;
}
.icon_help_exchange {
  width: 13px;
  height: 15px;
  background: url("../images/help_icon.png") no-repeat -60px -10px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 17px;
}
.icon_help_contact {
  width: 13px;
  height: 15px;
  background: url("../images/help_icon.png") no-repeat -85px -10px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 17px;
}
.icon_help_suggestion {
  width: 13px;
  height: 15px;
  background: url("../images/help_icon.png") no-repeat -110px -10px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 17px;
}
.icon_help_joinus {
  width: 13px;
  height: 15px;
  background: url("../images/help_icon.png") no-repeat -136px -10px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 17px;
}
.icon_help_bg {
  width: 0;
  height: 0;
  border-style: dashed dashed dashed solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent transparent transparent #60c430;
  overflow: hidden;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 1;
}
#check_logo {
  width: 770px;
  height: 247px;
  background: url("../images/help_icons.png") no-repeat 0 0;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 20px;
}
.icon_checkflow_first {
  width: 160px;
  height: 45px;
  background: url("../images/help_icons.png") no-repeat 0 -257px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon_checkflow_first.active,
.icon_checkflow_first:hover {
  background-position: -328px -257px;
}
.icon_checkflow_other {
  width: 164px;
  height: 45px;
  background: url("../images/help_icons.png") no-repeat -162px -257px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon_checkflow_other.active,
.icon_checkflow_other:hover {
  background-position: -490px -257px;
}
#help_body {
  width: 990px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  float: none;
  padding-top: 25px;
  padding-bottom: 25px;
}
#help_breadcrumb {
  margin-top: 20px;
  font-size: 0;
  display: block;
}
#help_breadcrumb li {
  margin-right: 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#help_breadcrumb li a {
  font-size: 12px;
  color: #5a5a5a;
}
#help_sidebar {
  float: left;
  width: 178px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  background: #fff;
}
#help_sidebar.fixedTop {
  position: fixed;
  top: 70px;
  *position: absolute;
}
#help_sidebar ul,
#help_sidebar li {
  display: block;
}
#help_sidebar h3 {
  font-size: 14px;
  font-family: "宋体";
  color: #333;
  line-height: 48px;
  height: 48px;
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: left;
  text-indent: 30px;
}
#help_sidebar h3.link-nav {
  border-bottom: 0;
}
#help_sidebar h3 a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  font-family: "宋体";
  color: #333;
}
#help_sidebar h3 .icon_helpNavToggle {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 14px;
  width: 16px;
  height: 16px;
  background: url("../images/help_icon.png") no-repeat -36px -38px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#help_sidebar h3:first-child {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
}
#help_sidebar h3.last + ul {
  border-bottom: 1px solid #e6e6e6;
}
#help_sidebar h3.active .icon_helpNavToggle {
  top: 21px;
  width: 16px;
  height: 2px;
  background: url("../images/help_icon.png") no-repeat -10px -45px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#help_sidebar h3 + ul {
  display: none;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
#help_sidebar h3.active + ul {
  display: block;
}
#help_sidebar h3 + ul + h3 {
  border-top: none;
}
#help_sidebar h3.active + ul + h3 {
  border-top: 1px solid #e6e6e6;
}
#help_sidebar a.one-level :hover {
  color: #60c430;
}
#help_sidebar a.one-level .active {
  color: #60c430;
}
#help_sidebar #help_contact {
  cursor: default;
  margin-top: 15px;
  border-top: 1px solid #e6e6e6;
}
#help_sidebar #help_contact + ul li {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-family: "宋体";
  padding: 15px 0 15px 29px;
  text-align: left;
}
#help_sidebar #help_contact + ul li em {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-family: "宋体";
  font-style: normal;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
#help_sidebar #help_contact + ul li a {
  display: block;
}
#help_sidebar #help_contact + ul li + li {
  border-top: 1px solid #e6e6e6;
}
#help_sidebar .help_nav h4 {
  font-size: 14px;
  font-family: "宋体";
  color: #000;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  text-align: left;
  text-indent: 30px;
}
#help_sidebar .help_nav h4 a {
  font-size: 14px;
  font-family: "宋体";
  color: #000;
  display: block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
}
#help_sidebar .help_nav .help_nav_li .help_subnav {
  display: none;
}
#help_sidebar .help_nav .help_nav_li.active h4,
#help_sidebar .help_nav .help_nav_li.active h4 a {
  color: #60c430;
}
#help_sidebar .help_nav .help_nav_li.active .help_subnav {
  display: block;
  border-top: 1px solid #e5e5e5;
}
#help_sidebar .help_nav .help_nav_li:hover h4,
#help_sidebar .help_nav .help_nav_li:hover h4 a {
  color: #60c430;
}
#help_sidebar .help_nav .help_nav_li.toggled .help_subnav {
  display: block;
  border-top: 1px solid #e5e5e5;
}
#help_sidebar .help_nav .help_nav_li + .help_nav_li {
  border-top: 1px solid #e5e5e5;
}
#help_sidebar .help_nav .help_subnav li {
  text-align: left;
  text-indent: 20px;
  width: 156px;
  margin: 0 auto;
}
#help_sidebar .help_nav .help_subnav li.active a {
  color: #60c430;
}
#help_sidebar .help_nav .help_subnav li.sidesubnav_first {
  border-top: none;
}
#help_sidebar .help_nav .help_subnav li.sidesubnav_last {
  border-bottom: none;
}
#help_sidebar .help_nav .help_subnav li a {
  display: block;
  font-size: 12px;
  font-family: "宋体";
  color: #999;
  line-height: 44px;
  height: 44px;
  width: 100%;
}
#help_sidebar .help_nav .help_subnav li a:hover {
  color: #60c430;
}
#help_sidebar .help_nav .help_subnav li + li {
  border-top: 1px dashed #e5e5e5;
}
#check_nav {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  font-size: 0;
}
#check_nav.fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  z-index: 11;
  background: #fff;
}
#check_nav.fixed + #check_1 {
  margin-top: 105px;
}
#check_nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#check_nav li a {
  font-size: 18px;
  color: #747474;
  font-family: "微软雅黑";
  line-height: 45px;
  text-align: center;
}
#check_nav li a.active,
#check_nav li a:hover {
  color: #fff;
}
#check_nav li.checkflow_other {
  margin-left: -12px;
}
#check_nav li.active .icon_checkflow_first {
  background-position: -328px -257px;
  color: #fff;
}
#check_nav li.active .icon_checkflow_other {
  background-position: -490px -257px;
  color: #fff;
}
#help_main {
  width: 780px;
  min-height: 550px;
  float: right;
  background: #fff;
}
.main_section {
  padding-bottom: 30px;
}
.main_section a {
  color: #4dacec;
}
.main_section img {
  margin-bottom: 5px;
}
.main_section em,
.main_section strong {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
}
.main_section div,
.main_section a,
.main_section p {
  line-height: 24px;
  font-size: 14px;
}
.main_section p + p {
  margin-top: 15px;
}
.main_section ol li {
  line-height: 24px;
  font-size: 14px;
  font-family: "宋体";
  margin-bottom: 1em;
}
.main_section ol li a {
  font-size: 12px;
}
.main_section ol li h3 {
  font-weight: bold;
  font-size: 13px;
}
.main_section h2 {
  font-family: "宋体";
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.main_section table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}
.main_section table th,
.main_section table td {
  border: 1px solid #ccc;
  padding: 10px 5px;
}
.main_section table td {
  vertical-align: middle;
  text-align: center;
}
.main_section table td a {
  font-size: 12px;
}
.qa_dl {
  margin-bottom: 20px;
}
.qa_dl dt {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.qa_dl dt + dt {
  margin-top: 10px;
}
.qa_dl dd {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.check_title {
  font-size: 24px;
  color: #747474;
  margin-bottom: 80px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e6e6e6;
}
.check_content {
  width: 740px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 40px 20px;
  margin-top: -20px;
  margin-bottom: 20px;
  border-left: 1px dashed #e6e6e6;
}
.check_subtitle {
  margin-top: -14px;
  margin-left: -26px;
}
.check_subtitle .check_point {
  background: url("../images/help_icons.png") no-repeat -660px -274px;
  height: 11px;
  width: 11px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.check_subtitle h3 {
  background: url("../images/help_icons.png") no-repeat -681px -264px;
  width: 82px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.check_subcontent p {
  font-size: 16px;
  font-family: "微软雅黑";
  color: #747474;
  line-height: 20px;
  margin: 10px 0 10px 0;
  width: 710px;
}
.check_subcontent img {
  margin: 20px 0 0 0;
}
.check_subcontent img + p {
  margin-top: 30px;
}
#help_body h2 {
  text-align: left;
}
#help_body h2.check_title {
  height: auto;
  line-height: 30px;
  font-size: 24px;
  text-align: left;
}
