@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, ul, p {
  padding: 0;
  margin: 0; }

body {
  font-size: 14px;
  font-family: "Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
  color: #333;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased; }

html, body {
  min-width: 1000px; }

img {
  display: block;
  border: none; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

/*body, button, input, select, textarea {
    font: 12px/1.5 "Helvetica Neue", "Luxi Sans", Tahoma, arial, "Hiragino Sans GB", "Microsoft Yahei", \5b8b\4f53, sans-serif;
}*/
:after, :before {
  box-sizing: border-box; }

.clearfix:after {
  height: 0;
  content: "";
  visibility: hidden;
  clear: both;
  display: block; }

.fl {
  float: left; }

.fr {
  float: right; }

textarea {
  resize: none;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s; }

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s; }

.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s; }

textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

.border-warning {
  border: 1px solid red !important; }

.tips-color {
  color: #ACACAC; }

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  /* 1 */
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/*浅灰色*/
.orange-color {
  color: #FD6C26; }

sselect::-ms-expand {
  display: none; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url("../../img/arrow.png") no-repeat scroll right center transparent !important;
  padding-right: 14px; }

.font-family-h {
  font-family: "Helvetica Neue",Helvetica,sans-serif; }

.warning {
  color: #FF7B7C; }

.primary-color {
  color: #429E3D; }

.font-bold {
  font-weight: bold; }

.font-size-15 {
  font-size: 15px; }

.font-size-16 {
  font-size: 16px; }

.font-size-18 {
  font-size: 18px; }

.font-size-20 {
  font-size: 20px; }

.border-none {
  border: none !important; }

.mt0 {
  margin-top: 0 !important; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.m-l-5 {
  margin-left: 5px; }

.m-r-5 {
  margin-right: 5px; }

.apostrophe {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.hr-line {
  height: 1px;
  width: 100%;
  background: #D5D5D5; }

/*按钮*/
.btn, .default-btn, .orange-btn, .white-btn {
  display: inline-block;
  padding: 6px 12px; }

.default-btn {
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #FEFEFE, #E4E4E4);
  background-image: -o-linear-gradient(top, #FEFEFE, #E4E4E4);
  background-image: linear-gradient(to bottom, #FEFEFE, #E4E4E4);
  color: #727272;
  border: 1px solid #E7E7E7; }

.orange-btn {
  border-radius: 3px;
  padding: 8px 12px;
  color: #fff;
  background: #FF6600; }

.white-btn {
  border-radius: 3px;
  padding: 8px 12px;
  border: 1px solid #CFCFCF;
  color: #969696;
  background: #fff; }

/*文字对齐方式*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

/*定位*/
.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.dash {
  display: inline-block;
  padding: 0 8px; }

.fl {
  float: left; }

.fr {
  float: right; }

.float0831 {
  position: fixed;
  right: 1px;
  top: 70px;
  z-index: 10000; }

.float0831 A {
  color: #fff; }

.float0831 A:hover {
  color: #FF8100;
  text-decoration: none; }

.float0831 .floatL {
  float: left;
  position: relative;
  /* width: 28px; */ }

.float0831 .floatL A {
  display: block;
  font-size: 0;
  text-indent: -9999px; }

/* .float0831 .floatR {
    background: url("/V2/img/qqonline/float_bg[1].gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.float0831 .tp {
    background: url("/V2/img/qqonline/float_bg[1].gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.float0831 .cn {
    background: url("/V2/img/qqonline/float_bg[1].gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
} */
.float0831 .floatR {
  /* background-position: -141px bottom;
  background-repeat: no-repeat; */
  display: none;
  float: left;
  overflow: hidden;
  padding-bottom: 15px;
  width: 171px;
  position: relative;
  z-index: 100;
  background: url("../img/qqonline/qq_line_bg.png") no-repeat center center;
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src=$path+'V2/img/qqonline/qq_line_bg.png', sizingMethod='scale'); }

.float0831 .tp {
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 10px; }

.float0831 .cn {
  /*  background-position: -282px 0;
  background-repeat: repeat-y; */
  padding: 0 12px;
  padding-top: 94px; }

.float0831 .cn H3 {
  font-size: 15px;
  font-weight: normal;
  height: 36px; }

.float0831 .cn UL {
  padding: 2px 10px; }

.float0831 .cn UL LI {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  word-break: normal;
  word-wrap: break-word;
  color: #fff; }

.float0831 .titZx {
  background: url("../img/qqonline/float_s[1].gif") no-repeat scroll 0 0 transparent; }

.float0831 .titDh {
  text-align: center; }

.float0831 .titDc {
  background: url("../img/qqonline/float_s[1].gif") no-repeat scroll 0 0 transparent; }

.float0831 .icoTc {
  background: url("../img/qqonline/float_s[1].gif") no-repeat scroll 0 0 transparent; }

.float0831 .icoFf {
  background: url("../img/qqonline/float_s[1].gif") no-repeat scroll 0 0 transparent; }

.float0831 .btnOpen {
  background: url("../img/qqonline/float_s[1].gif") no-repeat scroll 0 0 transparent; }

.float0831 .btnOpen_n {
  background: url("../img/qqonline/float_s[1].gif") no-repeat scroll 0 0 transparent; }

.float0831 .btnCtn {
  background: url("../img/qqonline/qq_line_left_btn.png") no-repeat center center; }

.float0831 .titZx {
  background-position: 5px -10px; }

.float0831 .titDh {
  background-position: 5px -66px; }

.float0831 .titDc {
  background-position: 5px -124px; }

.float0831 .icoTc {
  background-position: 0 -323px; }

.float0831 .qqOn {
  display: inline-block;
  margin: -1px 0 0 5px; }

.float0831 .icoFf {
  background-position: 2px -213px; }

.float0831 .icoTl {
  background-position: 2px -266px;
  display: block;
  float: left;
  font-family: "微软雅黑"; }

.float0831 .btnOpen {
  background-position: -30px -396px; }

.float0831 .btnOpen_n {
  background-position: 0 -530px; }

.float0831 .icoZx {
  display: block;
  float: left;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: bold; }

.float0831 .icoTc {
  display: block;
  float: left;
  padding-left: 28px; }

.float0831 .icoFf {
  display: block;
  float: left;
  padding-left: 28px; }

.float0831 .btnOpen {
  height: 118px;
  left: 2px;
  position: relative;
  top: 80px;
  width: 28px; }

.float0831 .btnOpen_n {
  height: 118px;
  left: 2px;
  position: relative;
  top: 80px;
  width: 28px; }

.float0831 .btnCtn {
  height: 146px;
  left: 2px;
  position: relative;
  top: 80px;
  width: 36px; }

.float0831 .btnOpen {
  left: 1px;
  top: 118px; }

.float0831 .btnOpen_n {
  left: 1px;
  top: 118px; }

.float0831 .btnCtn {
  left: 5px;
  top: 118px; }

.float0831 UL LI H3.titDc A {
  display: block;
  height: 36px;
  width: 80px; }

.float0831 UL LI.top {
  border-bottom: 1px solid #ACE5F9; }

.float0831 UL LI.bot {
  border-bottom-style: none; }

.float0831 UL.webZx {
  background: url("/img/ui/qqonline/webZx_bg[1].jpg") no-repeat scroll 0 0 transparent;
  height: 65px;
  padding: 0;
  width: 164px; }

.float0831 UL LI.webZx-in {
  border-bottom-style: none;
  height: 50px;
  padding-left: 5px;
  padding-top: 8px; }

.reg .drop-cont {
  z-index: 100; }

.main {
  padding-bottom: 10px; }

.qq-line-item span {
  vertical-align: middle;
  display: inline-block; }
.qq-line-item .qq-line-icon {
  width: 14px;
  height: 15px;
  background: url("../img/qqonline/qq_line_icon.png") no-repeat center center; }

.qq-line-item-li {
  padding: 0 10px; }

.kefu-line-icon {
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url("../img/qqonline/kefu_line_icon.png") no-repeat center center; }

.public-service-wrap {
  width: 430px;
  height: 332px;
  position: fixed;
  z-index: 19999;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/qqonline/service_bg.png") no-repeat center center; }
  .public-service-wrap .public-service-wrap-close-btn {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -6px;
    right: -6px; }
  .public-service-wrap .consult-btn {
    display: inline-block;
    width: 108px;
    height: 34px;
    position: absolute;
    top: 170px;
    left: 286px; }
  .public-service-wrap .leave-message-btn {
    display: inline-block;
    position: absolute;
    width: 108px;
    height: 34px;
    top: 171px;
    left: 144px; }

.leave-message-form {
  position: fixed;
  width: 540px;
  height: 540px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #F5F5F5;
  z-index: 10000;
  padding: 40px 20px;
  border: 1px solid #E8E8E8; }
  .leave-message-form .leave-icon {
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url("../img/qqonline/liuyan_form_icon.png") no-repeat center center; }
  .leave-message-form input {
    background: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 8px;
    width: 300px; }
    .leave-message-form input:focus {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none; }
  .leave-message-form textarea {
    background: #fff;
    border: none;
    outline: none;
    padding: 8px;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 300px; }
    .leave-message-form textarea:focus {
      box-shadow: none;
      -webkit-box-shadow: none; }
  .leave-message-form .leave-form-row {
    text-align: left;
    margin: 24px 0; }
    .leave-message-form .leave-form-row .leave-label {
      display: inline-block;
      width: 125px;
      text-align: right;
      padding-right: 10px; }
  .leave-message-form .leave-message-form-close {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    background: url("../img/qqonline/liuyan_close_icon.png") no-repeat center center; }
  .leave-message-form .leave-title .title-text {
    font-size: 16px;
    font-weight: bold;
    color: #343434; }
  .leave-message-form .leave-title span {
    display: inline-block;
    vertical-align: middle; }
  .leave-message-form .submit-btn {
    display: inline-block;
    padding: 6px 10px;
    background: #339933;
    color: #fff;
    border-radius: 4px;
    width: 80px; }
    .leave-message-form .submit-btn:hover {
      background: #3DA83D; }

.history-search, .scls {
  padding: 5px 8px;
  display: block; }
  .history-search:hover, .scls:hover {
    background: #eee; }

.history-key-wrap {
  position: absolute;
  z-index: 1000; }

.section-category-head .free-issue-btn {
  width: 150px;
  color: #fff;
  background: #FF5B0B;
  text-align: center; }
  .section-category-head .free-issue-btn:hover {
    background: #f35406; }

.search-count {
  color: #ff3300; }

.qiye-btn {
  position: absolute;
  width: 60px;
  height: 18px;
  top: 286px;
  left: 268px; }

.geren-btn {
  position: absolute;
  width: 60px;
  height: 18px;
  top: 286px;
  left: 332px; }

.star {
  color: #FA363D; }

/*公共样式*/
/*头部*/
.help-link {
  color: #fff;
  margin-left: 68px; }

.header a {
  color: #fff; }

.header {
  position: relative;
  min-width: 1000px;
  font: 14px "Microsoft YaHei";
  z-index: 6; }

.header p, .header ul {
  margin: 0;
  padding: 0; }

.header li {
  font-family: "Microsoft YaHei";
  list-style: none; }

.header a {
  font-family: "microsoft yahei" !important;
  color: #333;
  text-decoration: none; }

.header a:visited, .header a:active, .header a:link {
  color: #333; }

.header a:hover {
  color: #ff6000; }

.header .e_icon {
  background: url(../../images/header.png) no-repeat; }

.header .in {
  width: 1000px;
  margin: 0 auto;
  height: 105px; }

.header .bar, .header .nag, .header .snag {
  z-index: 1; }

.header .bar {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background-color: #429E3D;
  z-index: 2; }

.header .bar .icon_arrow {
  position: relative;
  display: inline-block;
  top: 3px;
  *top: 0;
  margin-left: 3px;
  background-position: -16px 0; }

.header .bar .line {
  color: #fff;
  float: left;
  margin: 0 10px; }

.header .bar a {
  font-size: 14px !important;
  color: #fff; }

.header .bar a:hover {
  text-decoration: underline;
  color: #fff; }

.header .language {
  float: left;
  width: 48px;
  height: 32px; }

.header .language ul {
  position: absolute;
  width: 48px;
  height: 32px;
  overflow: hidden; }

.header .language ul:hover {
  height: auto;
  background-color: #f65a5b; }

.header .language ul:hover .tle em {
  background-position: -16px -16px; }

.header .language li {
  font-size: 14px;
  cursor: pointer;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.header .language li.tle {
  color: #fff;
  text-indent: 9px;
  border: 0 none; }

.header .language li.last {
  border-bottom: 1px solid #ddd; }

.header .language a {
  display: block;
  color: #666;
  text-indent: 8px;
  background-color: #fff; }

.header .language a:hover {
  background-color: #f85659; }

.header .user-center {
  float: left;
  width: 126px;
  height: 32px;
  color: #fff; }

.header .user-center ul {
  position: absolute;
  height: 32px;
  overflow: hidden; }

.header .user-center ul:hover {
  height: auto;
  background-color: #f65a5b; }

.header .user-center ul:hover .icon_arrow {
  background-position: -16px -16px; }

.header .user-center li {
  font-size: 14px;
  padding: 5px 0px 5px 0;
  cursor: pointer;
  background-color: #fff;
  border-top: 0 none; }

.header .user-center li:first-child {
  padding: 0;
  background-color: transparent;
  border: 0 none;
  text-align: center;
  padding-left: 36px; }

.header .user-center li > a:hover {
  color: #fff;
  background: #f85659; }

.header .user-center li > a {
  color: #717171;
  display: block;
  width: 100%;
  padding: 0 12px; }

.header .user-center .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px; }
.header .user-center ul {
  width: 126px;
  text-align: center; }
.header .user-center li {
  text-align: left;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background-color: #fff;
  padding: 0; }

.header .phone-versions .e_icon {
  float: left;
  width: 10px;
  height: 17px;
  margin: 11px 6px 0 10px;
  background: url(../../images/header_phone_icon.png) no-repeat center center; }

.header .phone-versions span {
  float: left; }

.header .user-center img {
  vertical-align: top; }

.header .user-center p {
  width: 80px;
  height: 18px;
  line-height: 18px;
  color: #666;
  text-align: center;
  clear: both;
  padding-top: 5px; }

.header .user-center p a {
  color: #666; }

.header .l {
  float: left;
  color: #fff;
  margin: 0 5px; }

.header .rlk {
  float: right;
  padding: 0 25px;
  background: #047003; }

.header .rlk a, .header .rlk a:hover {
  font-size: 14px;
  color: #fff !important; }

.header .rlk .l {
  float: none;
  margin: 0 15px; }

.header .uer .op {
  float: left;
  width: 100%;
  height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center; }

.header .uer .op .icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(../../images/white_user_icon.png) no-repeat center center; }

.resume-center .icon {
  width: 14px;
  height: 17px;
  background: url(../../images/resume_center_icon.png) no-repeat center center; }
.resume-center:hover .icon, .resume-center.active .icon {
  background: url(../../images/resume_center_icon_active.png) no-repeat center center; }

.see-me .icon {
  width: 20px;
  height: 14px;
  background: url(../../images/see_icon.png) no-repeat center center; }
.see-me:hover .icon, .see-me.active .icon {
  background: url(../../images/see_icon_active.png) no-repeat center center; }

.me-collect .icon {
  width: 19px;
  height: 19px;
  background: url(../../images/collect_icon.png) no-repeat center center; }
.me-collect:hover .icon, .me-collect.active .icon {
  background: url(../../images/collect_icon_active.png) no-repeat center center; }

.me-apply .icon {
  width: 17px;
  height: 19px;
  background: url(../../images/apply_icon.png) no-repeat center center; }
.me-apply:hover .icon, .me-apply.active .icon {
  background: url(../../images/apply_icon_active.png) no-repeat center center; }

.exit-btn .icon {
  width: 17px;
  height: 17px;
  background: url(../../images/out_system_icon.png) no-repeat center center; }
.exit-btn:hover .icon, .exit-btn.active .icon {
  background: url(../../images/out_system_icon_active.png) no-repeat center center; }

.header .hr .icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(../../images/white_hr_icon.png) no-repeat center center; }

.header .uer .op a {
  color: #fff; }

.header .uer .op a:hover {
  color: #fff !important;
  text-decoration: underline; }

.header .uer .l {
  position: absolute;
  left: 140px;
  margin: 0;
  z-index: 2; }

.header .uer {
  position: relative;
  padding: 0 10px;
  float: right; }

.header .uer ul {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 32px;
  overflow: hidden;
  background-color: #ffa000;
  z-index: 1; }

.header .uer ul:hover {
  overflow: visible;
  background-color: #ff8900;
  z-index: 3; }

.header .uer ul:hover .tle em {
  background-position: -16px -16px; }

.header .uer li {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.header .uer li.tle {
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 0 none; }

.header .uer li.e_icon:hover {
  background-color: #fff2e1; }

.header .uer li.last {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.header .uer li.last2 {
  border-bottom: 1px solid #ddd; }

.header .uer li > a {
  display: block;
  height: 40px;
  font-size: 14px;
  color: #666;
  text-indent: 36px; }

.header .uer li > a:hover {
  color: #ff6000; }

.header .uer li span a {
  color: #fff !important; }

.header .uer .point {
  background-image: url(http://img01.51jobcdn.com/im/2016/icon/point.png);
  background-repeat: no-repeat;
  background-position: 120px 5px; }

.header .uer .e2 {
  background-position: 0 -40px; }

.header .uer .e3 {
  background-position: 0 -80px; }

.header .uer .e4 {
  background-position: 0 -120px; }

.header .uer .e5 {
  background-position: 0 -160px; }

.header .uer .e6 {
  background-position: 0 -200px; }

.header .uer .uname {
  display: inline-block;
  max-width: 100px;
  height: 32px;
  padding-left: 26px;
  background-position: -11px -284px; }

.header .nag, .header .snag {
  height: 105px;
  line-height: 105px;
  background-color: #fff; }

.header .nag .logo {
  float: left;
  width: 165px;
  margin-top: 15px;
  border: none; }

.header .nag .nlink {
  float: right; }

.header .nag .nlink a {
  float: left;
  height: 102px;
  font-size: 16px;
  margin-left: 30px;
  border-bottom: 2px solid transparent; }

.header .nag .nlink a:hover, .header .nag .nlink a.active {
  background: #429E3D;
  color: #fff; }
  .header .nag .nlink a:hover p, .header .nag .nlink a.active p {
    color: #fff;
    font-weight: bold; }

.header .nag .nlink .on {
  height: 52px;
  font-weight: bold;
  color: #429E3D;
  border-bottom: 4px solid #429E3D; }

.header .nag .nlink.n2 a {
  font-size: 14px;
  margin-left: 30px; }

.header .nag .nlink.n2 .on {
  border-bottom: 0 none; }

.header .nag .tl {
  float: left;
  font-size: 22px;
  color: #333; }

.header .gp {
  float: left;
  width: 1px;
  height: 22px;
  font-size: 0;
  margin: 17px 10px 0;
  background-color: #ddd; }

.header .slogen {
  float: left;
  margin: 20px 0 0 10px; }

.header .city {
  position: relative;
  float: left;
  font-size: 16px;
  color: #ff6000;
  cursor: pointer;
  margin-left: 20px;
  padding-right: 16px; }

.header .city em {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  background-position: -32px 0; }

.header .ctlink {
  float: left;
  font-size: 14px;
  color: #999;
  margin-left: 10px; }

.header .snag {
  height: 35px;
  line-height: 35px; }

.header .snag a {
  color: #666; }

.header .snag .nlink {
  float: left; }

.header .snag .nlink a {
  float: left;
  height: 35px;
  font-size: 14px;
  margin-left: 13px; }

.header .snag .nlink.n2 a {
  margin-left: 30px; }

.header .snag .nlink a:first-child {
  margin-left: 0; }

.header .snag .nlink .on {
  height: 33px;
  color: #ff6000;
  border-bottom: 2px solid #ff6000; }

.header .snag .nlink.green a:hover {
  color: #65bb00; }

.header .snag .nlink.green .on {
  color: #65bb00;
  border-color: #65bb00; }

.header .snag .nlink.dgreen a:hover {
  color: #087b3a; }

.header .snag .nlink.dgreen .on {
  color: #087b3a;
  border-color: #087b3a; }

.header .snag .more {
  float: right;
  font-size: 12px;
  color: #65bb00; }

.header .snag .more:hover {
  text-decoration: underline; }

.header .sign {
  float: right;
  width: 110px;
  color: #ff6000;
  text-indent: 40px;
  cursor: pointer;
  background-color: #fff2e3;
  background-position: 0 -322px; }

.header .sign:hover {
  background-color: #ffe8cd; }

.header .note {
  position: relative; }

.header .note em {
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -8px;
  background-position: 0 0; }

.header .note:hover span {
  display: block; }

.header .note:hover em {
  background-position: 0 -16px; }

.header .note span {
  display: none;
  position: absolute;
  width: 155px;
  top: 35px;
  left: -10px;
  border: 1px solid #ddd; }

.header .note i {
  display: block;
  height: 36px;
  line-height: 36px;
  font-style: normal;
  text-indent: 9px;
  color: #666;
  cursor: pointer;
  background-color: #fff; }

.header .note i:first-child {
  border-bottom: 1px solid #ddd; }

.header .note i:hover {
  color: #fff;
  background-color: #ff6000; }

.header .note.mk span, .header .note.mk i:first-child {
  border-color: #ff6000; }

.header.fix {
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  left: 0; }

.header.fix .bar {
  height: 50px;
  line-height: 50px;
  background: rgba(255, 96, 0, 0.9); }

.header.fix .slogen {
  margin: 16px 0 0 40px; }

.header.fix .dicon {
  background: url(http://img01.51jobcdn.com/im/jobs/list_icon_dw.png) no-repeat; }

.header.fix .el {
  position: relative;
  float: left;
  height: 30px;
  line-height: 30px;
  top: 10px;
  left: 110px; }

.header.fix .el.on .ul {
  width: auto;
  right: 0;
  left: 0; }

.header.fix .el ul {
  position: absolute;
  width: 74px;
  height: 30px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  cursor: pointer;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 2px;
  z-index: 1; }

.header.fix .el ul em {
  position: absolute;
  width: 10px;
  height: 6px;
  top: 12px;
  right: 8px;
  background-position: -170px -60px !important; }

.header.fix .el ul.on {
  height: 60px;
  background-color: #fff;
  border-color: #eee;
  z-index: 5; }

.header.fix .el ul.on li {
  height: 30px; }

.header.fix .el ul.on em {
  top: 11px;
  background-position: -150px -60px !important; }

.header.fix .el li {
  font-size: 14px;
  text-indent: 16px; }

.header.fix .el li a {
  display: block;
  height: 33px;
  color: #333; }

.header.fix .el li:hover {
  background-color: #eee; }

.header.fix .el li:hover a, .header.fix .el li a:hover {
  color: #333 !important; }

.header.fix .el .ipt {
  position: relative;
  float: left;
  width: 380px;
  height: 24px;
  padding: 3px 0 3px 75px;
  background-color: #fff; }

.header.fix .el .mytxt {
  float: left;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font: 14px/24px "Microsoft YaHei";
  color: #333;
  text-align: left;
  text-indent: 12px;
  padding: 0;
  border: 0 none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.header.fix .el .addbut {
  float: left;
  width: 105px;
  height: 30px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #333;
  cursor: pointer;
  background-color: #fff; }

.header.fix .el .addbut input {
  float: left;
  width: 73px;
  height: 30px;
  line-height: 30px;
  color: #333;
  cursor: pointer;
  margin-left: 5px;
  background-color: #fff;
  border: 0 none; }

.header.fix .el .addbut:hover, .header.fix .el .addbut:hover input {
  background-color: #eee; }

.header.fix .el .addbut em {
  float: right;
  width: 10px;
  height: 10px;
  margin: 10px 13px 0 0;
  background-position: -75px -85px; }

.header.fix button {
  float: right;
  width: 120px;
  height: 30px;
  line-height: 28px;
  #line-height: 25px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  background-color: #ff6000;
  border: 1px solid #fff; }

.header.fix button:hover {
  background-color: #ff8900; }

.en .header .nag .nlink a {
  margin-left: 20px; }

.en .header .uer ul:hover .e_icon {
  width: 228px; }

.en .header .uer .e_icon .point {
  background-position: 200px 5px; }

.en .header.fix .el ul {
  width: 98px; }

.en .header .el .ipt {
  width: 357px;
  padding-left: 98px; }

/*改版*/
.header .nag .in .menu-link p {
  display: block; }
.header .nag .in .menu-link .icon {
  display: block;
  margin: auto;
  height: 26px;
  /*width:20px;
  height:20px;*/ }

.header .menu-link {
  float: left;
  margin: 0;
  position: relative; }
  .header .menu-link .parent-inner {
    text-align: center;
    line-height: 26px; }
  .header .menu-link .text {
    text-align: center;
    color: #000;
    margin-top: 5px;
    display: block;
    font-size: 16px; }
.header .menu-index .icon {
  width: 27px;
  height: 24px;
  background: url(../../images/home_icon.png) no-repeat center center; }
.header .menu-index:hover .icon {
  background: url(../../images/home_icon_active.png) no-repeat center center; }
.header .menu-index.active .icon {
  background: url(../../images/home_icon_green.png) no-repeat center center; }
.header .menu-index.active .text {
  width: 30%;
  margin-left: 43px;
  padding-bottom: 21px;
  color: #429E3D;
  font-weight: 900;
  border-bottom: 5px solid #429E3D; }
.header .menu-index.active:hover .icon {
  background: url(../../images/home_icon_active.png) no-repeat center center; }
.header .menu-index.active:hover .text {
  margin-top: 5px;
  padding-bottom: 0px;
  color: #429E3D;
  font-weight: normal;
  border-bottom: none; }
.header .menu-search-talents .icon {
  width: 32px;
  height: 25px;
  background: url(../../images/manage_icon.png) no-repeat center center; }
.header .menu-search-talents:hover .icon {
  background: url(../../images/manage_icon_active.png) no-repeat center center; }
.header .menu-search-talents.active .icon {
  background: url(../../images/manage_icon_green.png) no-repeat center center; }
.header .menu-search-talents.active .text {
  width: 30%;
  margin-left: 43px;
  padding-bottom: 21px;
  color: #429E3D;
  font-weight: 900;
  border-bottom: 5px solid #429E3D; }
.header .menu-search-talents.active:hover .icon {
  background: url(../../images/manage_icon_active.png) no-repeat center center; }
.header .menu-search-talents.active:hover .text {
  margin-top: 5px;
  padding-bottom: 0px;
  color: #429E3D;
  font-weight: normal;
  border-bottom: none; }
.header .menu-search-job .icon {
  width: 29px;
  height: 21px;
  background: url(../../images/job_icon.png) no-repeat center center; }
.header .menu-search-job:hover .icon {
  background: url(../../images/job_icon_active.png) no-repeat center center; }
.header .menu-search-job.active .icon {
  background: url(../../images/job_icon_green.png) no-repeat center center; }
.header .menu-search-job.active .text {
  width: 30%;
  margin-left: 43px;
  padding-bottom: 21px;
  color: #429E3D;
  font-weight: 900;
  border-bottom: 5px solid #429E3D; }
.header .menu-search-job.active:hover .icon {
  background: url(../../images/job_icon_active.png) no-repeat center center; }
.header .menu-search-job.active:hover .text {
  margin-top: 5px;
  padding-bottom: 0px;
  color: #429E3D;
  font-weight: normal;
  border-bottom: none; }
.header .menu-search-com .icon {
  width: 26px;
  height: 24px;
  background: url(../../images/com_icon.png) no-repeat center center; }
.header .menu-search-com:hover .icon, .header .menu-search-com.active .icon {
  background: url(../../images/com_icon_active.png) no-repeat center center; }
.header .menu-high-end .icon {
  width: 26px;
  height: 28px;
  background: url(../../images/high_end_icon.png) no-repeat center center; }
.header .menu-high-end:hover .icon, .header .menu-high-end.active .icon {
  background: url(../../images/high_end_icon_active.png) no-repeat center center; }
.header .menu-school-invite .icon {
  width: 34px;
  height: 24px;
  background: url(../../images/schoolyard_icon.png) no-repeat center center; }
.header .menu-school-invite:hover .icon, .header .menu-school-invite.active .icon {
  background: url(../../images/schoolyard_icon_active.png) no-repeat center center; }
.header .menu-aptitude .icon {
  width: 26px;
  height: 26px;
  background: url(../../images/aptitude_icon.png) no-repeat center center; }
.header .menu-aptitude:hover .icon {
  background: url(../../images/aptitude_icon_active.png) no-repeat center center; }
.header .menu-aptitude.active .icon {
  background: url(../../images/aptitude_icon_green.png) no-repeat center center; }
.header .menu-aptitude.active .text {
  width: 30%;
  margin-left: 43px;
  padding-bottom: 21px;
  color: #429E3D;
  font-weight: 900;
  border-bottom: 5px solid #429E3D; }
.header .menu-aptitude.active:hover .icon {
  background: url(../../images/aptitude_icon_active.png) no-repeat center center; }
.header .menu-aptitude.active:hover .text {
  margin-top: 5px;
  padding-bottom: 0px;
  color: #429E3D;
  font-weight: normal;
  border-bottom: none; }
.header .menu-headhunting .icon {
  width: 25px;
  height: 25px;
  background: url(../../images/head_icon.png) no-repeat center center; }
.header .menu-headhunting:hover .icon, .header .menu-headhunting.active .icon {
  background: url(../../images/head_icon_active.png) no-repeat center center; }
.header .menu-social .icon {
  width: 31px;
  height: 24px;
  background: url(../../images/social_icon.png) no-repeat center center; }
.header .menu-social:hover .icon, .header .menu-social.active .icon {
  background: url(../../images/social_icon_active.png) no-repeat center center; }
.header .menu-invite-news .icon {
  width: 26px;
  height: 26px;
  background: url(../../images/news_icon.png) no-repeat center center; }
.header .menu-invite-news:hover .icon {
  background: url(../../images/news_icon_active.png) no-repeat center center; }
.header .menu-invite-news.active .icon {
  background: url(../../images/news_icon_green.png) no-repeat center center; }
.header .menu-invite-news.active .text {
  width: 30%;
  margin-left: 43px;
  padding-bottom: 21px;
  color: #429E3D;
  font-weight: 900;
  border-bottom: 5px solid #429E3D; }
.header .menu-invite-news.active:hover .icon {
  background: url(../../images/news_icon_active.png) no-repeat center center; }
.header .menu-invite-news.active:hover .text {
  margin-top: 5px;
  padding-bottom: 0px;
  color: #429E3D;
  font-weight: normal;
  border-bottom: none; }

/*有下拉子菜单*/
.header .nag .nlink .children-menu {
  background: #fff;
  border: 1px solid #429E3D;
  border-bottom: none;
  display: none; }
  .header .nag .nlink .children-menu .item {
    display: block;
    float: none;
    text-align: center;
    margin: 0;
    text-align: center;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #429E3D;
    padding: 10px 0px; }
    .header .nag .nlink .children-menu .item:hover {
      background: #F3F9EF;
      color: #429E3D; }

.header .nag .nlink .menu-link .parent-menu {
  width: 125px;
  padding: 22px 0; }
.header .nag .nlink .menu-link:hover .parent-menu {
  background: #429E3D;
  color: #fff; }
  .header .nag .nlink .menu-link:hover .parent-menu .text {
    color: #fff; }
.header .nag .nlink .menu-link:hover .children-menu {
  display: block;
  position: absolute;
  left: 0;
  right: 0; }

.side-toolbar {
  position: fixed;
  bottom: 10px;
  right: 180px;
  border: 1px solid #E7E7E7;
  border-bottom: none;
  background: #fff;
  z-index: 1000; }
  .side-toolbar .item {
    display: block;
    width: 80px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
    margin: auto;
    position: relative; }
    .side-toolbar .item:hover {
      background: #429E3D;
      color: #fff; }
      .side-toolbar .item:hover .item-content {
        display: block; }
    .side-toolbar .item .icon {
      margin-right: 4px; }
  .side-toolbar .item-content {
    position: absolute;
    top: 50%;
    display: none;
    width: 125px;
    right: -125px; }
  .side-toolbar .item-content-inner {
    margin-top: -50%;
    padding: 14px 14px; }
  .side-toolbar .code-item-content {
    width: 100px;
    right: -100px; }
    .side-toolbar .code-item-content .item-content-inner {
      background: #F5F5F5; }
  .side-toolbar .code-item .icon {
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 43px;
    background: url("../../images/toolbar_code_icon.png") no-repeat center center; }
  .side-toolbar .code-item:hover {
    background: #fff; }
  .side-toolbar .customer-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../../images/toolbar_chat_icon.png") no-repeat center center; }
  .side-toolbar .customer-item:hover .icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../../images/toolbar_chat_icon_active.png") no-repeat center center; }
  .side-toolbar .customer-item-content .item-content-inner {
    background: #F5F5F5;
    border: 1px solid #ECECEC;
    padding-top: 4px;
    padding-bottom: 4px; }
  .side-toolbar .customer-item-content .customer-qq {
    border: 1px solid #EAEAEA;
    border-radius: 3px;
    background: url(../../images/customer_qq_bg.png) center center;
    height: 28px;
    line-height: 28px;
    color: #6A6A6A;
    margin: 10px 0; }
    .side-toolbar .customer-item-content .customer-qq .qq-icon {
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      background: url("../../images/toolbar_qq_icon.png") no-repeat center center;
      margin-right: 4px; }
  .side-toolbar .share-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background: url("../../images/toolbar_share_icon.png") no-repeat center center; }
  .side-toolbar .share-item:hover .icon {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background: url("../../images/toolbar_share_icon_active.png") no-repeat center center; }
  .side-toolbar .suggest-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 22px;
    background: url("../../images/toolbar_suggest_icon.png") no-repeat center center; }
  .side-toolbar .suggest-item:hover .icon {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 22px;
    background: url("../../images/toolbar_suggest_icon_active.png") no-repeat center center; }
  .side-toolbar .report-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 19px;
    background: url("../../images/toolbar_repost_icon.png") no-repeat center center; }
  .side-toolbar .report-item:hover .icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 19px;
    background: url("../../images/toolbar_repost_icon_active.png") no-repeat center center; }
  .side-toolbar .top-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url("../../images/toolbar_top_icon.png") no-repeat center center; }
  .side-toolbar .top-item:hover .icon {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url("../../images/toolbar_top_icon_active.png") no-repeat center center; }

/*有下拉子菜单结束*/
/*地址*/
.site-wrapper {
  display: inline-block;
  margin-left: 10px;
  height: 18px;
  line-height: 18px;
  margin-top: 66px; }
  .site-wrapper .site-text {
    font-size: 14px;
    color: #FE6F20;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px; }
  .site-wrapper .up-arrows {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 6px;
    background: url(../../images/site_up_arrows_icon.png) no-repeat center center; }

#header-area-click {
  background: transparent;
  color: #333;
  border: none;
  outline: none; }
  #header-area-click:hover {
    color: #ff6000; }

.light-grey {
  color: #EDEDED; }

/*黑色底部*/
.footer-middle-line {
  width: 1px;
  height: 158px;
  background: #595961;
  margin-right: 45px; }

.footer-left {
  width: 38%; }

.footer-right {
  /*width:53%;*/ }

.ul-inline-block {
  display: inline-block;
  margin-right: 15px; }

.left-item, .right-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px; }

.code-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px; }

.footer-item-title {
  padding: 10px 0;
  font-size: 16px; }

.footer-top {
  padding: 25px 0;
  background: #393a45;
  color: #9e9e9f; }
  .footer-top a, .footer-top span, .footer-top h5 {
    color: #9e9e9f; }
  .footer-top a:hover {
    color: #b3b2b2;
    text-decoration: underline; }

.footer-bottom {
  text-align: center;
  padding: 20px 0; }
  .footer-bottom span {
    display: inline-block;
    margin: 0 10px; }

.business-way span {
  display: inline-block;
  vertical-align: middle; }
.business-way .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background: url(../img/tel_icon.png) no-repeat center center; }

.member-way span {
  display: inline-block;
  vertical-align: middle; }
.member-way .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background: url(../img/phone_icon.png) no-repeat center center; }

.qq-way span {
  display: inline-block;
  vertical-align: middle; }
.qq-way .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background: url(../img/qq_icon.png) no-repeat center center; }

.email-way span {
  display: inline-block;
  vertical-align: middle; }
.email-way .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background: url(../img/email_icon.png) no-repeat center center; }

.footer li {
  margin: 8px 0; }

.wrap {
  width: 1000px;
  margin: 0 auto; }

.head-top {
  height: 82px;
  background: #fff; }
  .head-top .logo {
    height: 82px;
    position: relative; }
    .head-top .logo img {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
  .head-top .top-menu {
    height: 82px;
    line-height: 104px; }
    .head-top .top-menu a {
      display: inline-block;
      vertical-align: middle;
      margin-left: 40px;
      color: #666666; }

h1 {
  margin: 0; }

.left-menu {
  width: 160px;
  padding: 0 20px;
  border: 1px solid #E9E9E9; }
  .left-menu ul li {
    border-bottom: 1px dashed #D9D9D9; }
    .left-menu ul li a {
      width: 100%;
      display: block;
      color: #3A3A3A;
      padding: 15px 0;
      text-align: center;
      font-size: 16px; }
      .left-menu ul li a span {
        display: inline-block;
        vertical-align: middle; }
      .left-menu ul li a .arrows {
        width: 8px;
        height: 9px;
        margin-left: 20px;
        background: url(../img/right_arrows_grey.png) no-repeat center center; }
    .left-menu ul li:hover a, .left-menu ul li.active a {
      color: #339933; }
      .left-menu ul li:hover a .arrows, .left-menu ul li.active a .arrows {
        background: url(../img/right_arrows_green.png) no-repeat center center; }
  .left-menu ul .no-border {
    border: none; }

.right-content {
  width: 750px;
  padding-left: 30px; }
  .right-content .content-title {
    font-size: 26px;
    font-weight: bold;
    color: #363636;
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #E5E5E5; }
  .right-content .content-text {
    line-height: 24px; }
    .right-content .content-text p {
      margin: 20px 0; }
      .right-content .content-text p .item {
        margin: 0 10px; }

.main {
  padding: 30px 0; }

.t-1 {
  font-size: 16px;
  padding: 10px 0; }

.content-text .content-text-detail {
  padding-left: 30px; }
  .content-text .content-text-detail p {
    margin: 10px 0; }

.right-content-left-border {
  border-left: 1px solid  #EBEBEB; }

.no-border {
  border: none; }

/*# sourceMappingURL=footerInfo.css.map */
