body, ul, ol, dl, dd, p {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'microsoft yahei'; }

a {
  text-decoration: none;
  color: #666666; }

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto; }
  .container:before {
    content: '';
    display: block;
    clear: both; }
  .container:after {
    content: '';
    display: block;
    clear: both; }

.lf {
  float: left; }

.rt {
  float: right; }

.hide {
  display: none; }

.hide-v {
  visibility: hidden; }

body, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  background-color: #f8f8f8;
  color: #666666;
  font-size: 12px;
  font-family: 'microsoft Yahei'; }

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto; }
  .container:before {
    content: '';
    display: block;
    clear: both; }
  .container:after {
    content: '';
    display: block;
    clear: both; }

.lf {
  float: left; }

.rt {
  float: right; }

.top {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #f8f8f8;
  line-height: 36px; }
  .top .container {
    background: #f8f8f8; }
    .top .container .top-lf > span {
      padding: 0 15px 0 5px;
      border-right: 1px solid #ddd;
      margin-right: 10px; }
    .top .container .top-lf a {
      padding: 2px 10px 2px 2px; }
    .top .container .top-lf b span {
      color: #EE6800; }
    .top .container .top-rt {
      margin-right: 20px; }
      .top .container .top-rt li {
        float: left;
        position: relative;
        padding: 0 8px; }
        .top .container .top-rt li > a {
          padding: 3px 30px 3px 0px;
          border-right: 1px solid #ddd; }
          .top .container .top-rt li > a:hover i {
            background: url("../../themeOrange/img/icons1.png") no-repeat 0 -240px; }
        .top .container .top-rt li i {
          position: absolute;
          width: 14px;
          height: 8px;
          top: 16px;
          right: 20px;
          background: url("../../themeOrange/img/icons1.png") no-repeat 0 -232px; }
        .top .container .top-rt li > div {
          position: absolute;
          top: 34px;
          left: -6px;
          width: 92px;
          border: 1px dotted #f8f8f8;
          background: #fefefe;
          text-align: center;
          display: none; }
          .top .container .top-rt li > div a {
            display: block;
            padding: 2px 4px;
            line-height: 24px; }
            .top .container .top-rt li > div a:hover {
              color: #ee6800;
              background: #ddd; }
        .top .container .top-rt li.recharge a {
          color: #ee6800; }
        .top .container .top-rt li.recharge a:first-child {
          border-right: 0;
          color: #24AC4B;
          padding-right: 18px; }
        .top .container .top-rt li.ser a {
          border-right: 0; }
        .top .container .top-rt li:hover > div {
          display: block; }
    .top .container a:hover {
      color: #e65c00; }

.header {
  margin-top: 36px;
  background: #fff; }
  .header .container {
    height: 100px;
    background: #fff; }
    .header .container img {
      margin-top: 18px; }
    .header .container .search {
      line-height: 100px;
      margin-right: 30px;
      position: relative; }
      .header .container .search a {
        padding: 10px 14px;
        background: #ff6600;
        color: #fff;
        font-size: 16px;
        letter-spacing: 2px;
        position: relative;
        top: 2px;
        left: -4px; }
        .header .container .search a:hover {
          background: #cc5200; }
      .header .container .search input {
        width: 400px;
        height: 35px;
        position: relative;
        padding-left: 8px; }

.nav {
  background: #ff6600;
  height: 48px; }
  .nav .container {
    background: #ff6600;
    height: 48px; }
  .nav ul {
    overflow: hidden;
    padding-left: 220px;
    height: 48px;
    position: relative;
    top: -1px; }
    .nav ul li {
      float: left;
      padding: 0 30px;
      height: 48px; }
      .nav ul li:hover {
        background: #ff8533; }
      .nav ul li.active {
        background: #ff8533; }
      .nav ul li a {
        color: #fff;
        height: 48px;
        line-height: 47px;
        float: left;
        position: relative;
        font-size: 16px;
        font-weight: bold; }

.service {
  background: #f8f8f8;
  padding: 15px 0; }
  .service .logo {
    line-height: 160px;
    padding-left: 20px;
    margin-right: 40px; }
    .service .logo img {
      vertical-align: middle; }
  .service ul {
    margin: 10px 0 0 30px;
    width: 120px; }
    .service ul li {
      line-height: 24px;
      text-align: center; }
      .service ul li a {
        color: #999; }
        .service ul li a:hover {
          color: #666; }
      .service ul li:first-child {
        line-height: 36px;
        font-weight: bold; }
        .service ul li:first-child a {
          color: #444; }
  .service .tel {
    margin: 20px 0 0 80px;
    border-left: 1px dotted #ddd;
    text-align: center;
    width: 180px; }
    .service .tel p {
      margin: 0;
      line-height: 30px; }
      .service .tel p.tel-1 {
        color: #333; }
      .service .tel p.tel-2 {
        color: #ff6600; }
      .service .tel p.tel-h {
        color: #999;
        margin-bottom: 5px; }
    .service .tel a {
      padding: 8px 10px 8px 30px;
      color: #666;
      border: 1px solid #ddd;
      background: white url("../../themeOrange/img/msg.png") no-repeat 7px 9px; }
      .service .tel a:hover {
        color: #ff6600; }

.footer {
  height: 200px;
  background: #363636; }
  .footer p {
    text-align: center; }
  .footer .ft-title {
    margin: 0;
    line-height: 80px;
    border-bottom: 1px dotted #999; }
    .footer .ft-title span {
      display: inline-block;
      width: 390px;
      color: #ddd;
      text-align: center;
      font-size: 20px; }
  .footer .ft-link {
    text-align: center;
    line-height: 30px; }
    .footer .ft-link a {
      color: #aaa;
      padding: 0 15px;
      border-left: 1px solid #aaa; }
      .footer .ft-link a:hover {
        color: #fff; }
      .footer .ft-link a:first-child {
        border-left: 0; }

.aside {
  position: fixed;
  width: 40px;
  height: 100%;
  background: #232323;
  padding-top: 100px;
  right: 0;
  top: 0;
  z-index: 50;
  color: #fff; }
  .aside ul li {
    position: relative; }
    .aside ul li > a {
      display: block;
      width: 40px;
      height: 40px;
      font-size: 18px;
      color: #fff; }
      .aside ul li > a i {
        position: absolute;
        width: 18px;
        height: 18px;
        left: 10px;
        top: 10px;
        background: url("../../themeOrange/img/icons1.png") no-repeat 0 -162px; }
      .aside ul li > a:hover {
        background: #ff6600; }
    .aside ul li > div {
      position: absolute;
      top: 0;
      right: 40px;
      height: 40px;
      padding: 0 10px;
      line-height: 40px;
      text-align: center;
      font-size: 14px;
      background: #444;
      width: 80px;
      display: none; }
    .aside ul li:hover > div {
      display: block; }
    .aside ul li.aside-serv a {
      height: 100px;
      text-align: center;
      padding-top: 30px; }
      .aside ul li.aside-serv a i {
        background: url("../../themeOrange/img/icons1.png") no-repeat 0 -248px; }
    .aside ul li.aside-tel > div {
      width: 180px;
      font-size: 14px;
      padding: 0 10px; }
    .aside ul li.aside-ma i {
      background: url("../../themeOrange/img/icons1.png") no-repeat 0 -180px; }
    .aside ul li.aside-ma > div {
      width: 120px;
      height: 150px;
      top: -40px;
      padding: 5px; }
      .aside ul li.aside-ma > div img {
        width: 120px;
        height: 120px; }
      .aside ul li.aside-ma > div p {
        text-align: center;
        margin: 0;
        line-height: 0; }
    .aside ul li.aside-faq i {
      background: url("../../themeOrange/img/icons1.png") no-repeat 0 -198px; }
    .aside ul li.aside-faq > div a {
      display: inline-block;
      width: 80px;
      font-size: 14px;
      color: #fff; }
    .aside ul li.aside-club i {
      background: url("../../themeOrange/img/icons1.png") no-repeat 0 -214px; }
    .aside ul li.aside-club > div a {
      display: inline-block;
      width: 80px;
      font-size: 14px;
      color: #fff; }
  .aside > a {
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 20px; }
    .aside > a:hover {
      color: #ff6600; }

.hongbao {
  position: fixed;
  top: 400px;
  right: 45px;
  z-index: 50; }
  .hongbao a {
    cursor: pointer; }
  .hongbao .hb-detail {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../../themeOrange/img/hongbao-open.png") no-repeat center\0;
    background: rgba(0, 0, 0, 0.9) url("../../themeOrange/img/hongbao-open.png") no-repeat center;
    z-index: 9999;
    text-align: center;
    display: none; }
    .hongbao .hb-detail.active {
      display: block; }
    .hongbao .hb-detail .content {
      position: absolute;
      width: 450px;
      height: 450px;
      top: 50%;
      left: 50%;
      margin-top: -225px;
      margin-left: -225px; }
      .hongbao .hb-detail .content .close2 {
        position: absolute;
        display: block;
        padding: 11px 16px;
        top: 4px;
        right: 37px;
        z-index: 900;
        cursor: pointer;
        color: transparent; }
      .hongbao .hb-detail .content .week {
        margin-top: 100px;
        text-align: center;
        font-size: 30px;
        color: #D5241F; }
      .hongbao .hb-detail .content .money {
        font-size: 24px;
        color: #D5241F;
        margin-top: 10px; }
        .hongbao .hb-detail .content .money b {
          font-size: 60px;
          font-weight: normal; }
      .hongbao .hb-detail .content .rule {
        color: #FAB51A;
        font-size: 16px;
        margin: 20px 0 10px; }
      .hongbao .hb-detail .content .msg span {
        font-size: 13px;
        padding: 3px 12px;
        color: #fff;
        background: #FAB51A;
        border-radius: 10px; }
      .hongbao .hb-detail .content a {
        position: absolute;
        width: 145px;
        height: 40px;
        line-height: 40px;
        color: #D5241F;
        bottom: 38px;
        left: 157px;
        z-index: 99; }
  .hongbao .app-ewm {
    position: relative;
    border: 1px solid #ddd;
    padding: 3px;
    background: #fff; }
    .hongbao .app-ewm p {
      text-align: center;
      font-size: 14px;
      color: #333;
      line-height: 24px; }
  .hongbao .close {
    position: absolute;
    top: -1px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: url("../img/close-2.png") no-repeat;
    cursor: pointer; }


  .recruit-wrap { padding-bottom: 80px;}
.recruit-box { border: #ddd 1px solid; border-bottom: none; width: 1018px; margin: 0 auto; margin-top:30px;}
.w01 { width: 340px; text-align: left; padding-left: 60px;}
.w02 { width: 218px; text-align: center;}
.w03 { width: 200px; text-align: center;}
.w04 { width: 200px; text-align: center;}
.recruit-box .recruit-tit { background: #f8f8f8; overflow: hidden;}
.recruit-box .recruit-tit li { float: left; height: 38px; line-height: 38px; border-bottom: #ddd 1px solid; font-weight: bold;}
.recruit-item { border-bottom: #ddd 1px solid; cursor: pointer;}
.recruit-item .recruit-list { overflow: hidden;}
.recruit-item .recruit-list li{ float: left; height: 80px; line-height: 80px; font-size: 14px; color: #333;}
.recruit-item .recruit-list li.w01 em.iconfont { margin-left: 16px; font-size: 22px; color: #aaa; display: inline-block; *display: inline; *zoom:1; vertical-align: middle;}
.recruit-item .recruit-list li.w01 em.iconfont.up { display: none;}
.recruit-item.on .recruit-list li.w01 em.iconfont.down { display: none;}
.recruit-item.on .recruit-list li.w01 em.iconfont.up { display: inline-block; *display: inline; *zoom:1;}
.recruit-item .recruit-list li.w01 img { margin-top: -1px; margin-left: 10px; display: inline-block;*display: inline; *zoom:1; width: 33px; height: 15px; vertical-align: middle;}
.recruit-item .recruit-item-info { background: #fdfdfd; border-top: #ddd 1px solid; padding: 36px 0; display: none;}
.recruit-item .recruit-item-info .recruit-item-txt { border-bottom: #ddd 1px dashed;  padding-bottom: 20px; width: 900px; margin: 0 auto; margin-bottom: 24px; }
.recruit-item .recruit-item-info .recruit-item-txt h2 { font-size: 14px; font-weight: bold; margin-bottom: 14px;}
.recruit-item .recruit-item-info .recruit-item-txt p { margin-bottom: 8px;}
.recruit-item .recruit-item-info .recruit-item-txt.recruit-item-bot { border-bottom: none; margin-bottom: 0; padding-bottom: 0px;}





 .main .container .center-right {
      min-height: 1200px !important;}
