@charset "UTF-8";
/* 按钮通用 */
body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  position: relative;
  line-height: 20px;
  background: #fff;
  min-width: 1200px; }

a {
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:hover {
    color: #2b923f; }

input {
  font-family: "微软雅黑";
  font-size: 14px; }

.white, a.white {
  color: #fff; }

.fc, a.fc {
  color: #2b923f; }

.sc, a.sc {
  color: #ff6000; }

.red, a.red {
  color: #cd0c0d; }

.whitebg, input.whitebg {
  background: #fff; }

.greybg, input.greybg {
  background: #f4f4f4; }

.f8bg, input.f8bg {
  background: #f8f8f8; }

.scbtn, input.scbtn {
  border: none;
  background: #ff6000;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }
  .scbtn:hover, input.scbtn:hover {
    background: #2b923f; }

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.comhead {
  width: 100%;
  background: #fff; }
  .comhead .topbox {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    line-height: 35px;
    height: 35px;
    font-size: 12px;
    margin-bottom: 15px; }
    .comhead .topbox span {
      float: right;
      color: #ccc;
      margin: 0 5px; }
    .comhead .topbox .p1 {
      float: right;
      margin-left: 10px;
      padding-left: 18px;
      background: url("../images/top01.png") no-repeat left center; }
    .comhead .topbox .a1 {
      float: right;
      color: #ff6000; }
      .comhead .topbox .a1:hover {
        color: #2b923f; }
  .comhead .topmain {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 10px; }
    .comhead .topmain .logo {
      float: left; }
    .comhead .topmain .p1 {
      float: right;
      width: 76px;
      font-size: 12px;
      margin-left: 20px; }
      .comhead .topmain .p1 img {
        display: block;
        width: 100%; }
      .comhead .topmain .p1 span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding-left: 15px;
        background: url("../images/top06.png") no-repeat left center; }
    .comhead .topmain .p2 {
      float: right;
      width: 76px;
      font-size: 12px;
      margin-left: 70px; }
      .comhead .topmain .p2 img {
        display: block;
        width: 100%; }
      .comhead .topmain .p2 span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding-left: 15px;
        background: url("../images/top06.png") no-repeat left center; }
    .comhead .topmain .p3 {
      float: left;
      margin-left: 30px;
      line-height: 30px;
      font-size: 16px;
      background: url("../images/content/paytit.png") no-repeat left center;
      padding-left: 35px;
      top: 40px;
      font-weight: bold; }
    .comhead .topmain .a1 {
      float: right;
      width: 110px;
      text-align: center;
      line-height: 38px;
      height: 38px;
      border: 1px solid #ccc;
      background: #f5f5f5;
      top: 40px;
      margin-left: 10px; }
      .comhead .topmain .a1 span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding-left: 20px;
        background: url("../images/top03.png") no-repeat left center; }
    .comhead .topmain .searchbox {
      float: right;
      width: 540px;
      top: 10px; }
      .comhead .topmain .searchbox menu {
        padding-left: 15px;
        overflow: hidden; }
        .comhead .topmain .searchbox menu p {
          float: left;
          line-height: 30px;
          height: 30px;
          font-weight: bold;
          margin-right: 25px;
          cursor: pointer; }
          .comhead .topmain .searchbox menu p i {
            display: none;
            background: url("../images/top02.png") no-repeat center center;
            width: 9px;
            height: 5px;
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -4px; }
          .comhead .topmain .searchbox menu p.sel {
            color: #2b923f; }
            .comhead .topmain .searchbox menu p.sel i {
              display: block; }
      .comhead .topmain .searchbox ul {
        width: 100%;
        height: 40px;
        overflow: hidden; }
        .comhead .topmain .searchbox ul li {
          position: absolute;
          left: 0px;
          top: 0px;
          right: auto;
          bottom: auto;
          height: 36px;
          padding-left: 36px;
          width: 500px;
          border: 2px solid #2b923f;
          background: url("../images/top04.png") no-repeat 10px center;
          display: none; }
          .comhead .topmain .searchbox ul li .text {
            width: 400px;
            height: 36px;
            line-height: 36px;
            float: left; }
          .comhead .topmain .searchbox ul li .sub {
            position: absolute;
            height: 40px;
            line-height: 40px;
            background: #2b923f;
            color: #fff;
            font-size: 16px;
            text-align: center;
            top: -2px;
            right: -2px;
            width: 95px;
            transition: all 0.2s ease-in-out 0.01s;
            -webkit-transition: all 0.2s ease-in-out 0.01s; }
            .comhead .topmain .searchbox ul li .sub:hover {
              background: #ff6000; }

.comnav {
  width: 100%;
  background: #2b923f;
  height: 40px;
  z-index: 50; }
  .comnav .box {
    float: left;
    width: 200px;
    height: 40px; }
    .comnav .box .tit {
      line-height: 40px;
      height: 40px;
      background: #227532;
      color: #fff;
      font-size: 16px;
      display: block;
      padding-left: 20px; }
      .comnav .box .tit span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding-left: 30px;
        background: url("../images/top07.png") no-repeat left center; }
    .comnav .box ul {
      position: absolute;
      left: 0;
      top: 40px;
      background: #f4f4f4;
      width: 100%;
      padding-top: 10px;
      display: none; }
      .comnav .box ul li {
        position: static;
        width: 100%;
        height: 36px; }
        .comnav .box ul li .a1 {
          display: block;
          padding-left: 25px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          background: url("../images/top08.png") no-repeat 5px center;
          border-bottom: 1px solid #efefef;
          line-height: 35px;
          height: 35px;
          width: 155px;
          margin: 0 auto; }
        .comnav .box ul li:last-child .a1 {
          border: none; }
        .comnav .box ul li .navdown {
          position: absolute;
          left: 200px;
          top: 0px;
          right: auto;
          bottom: auto;
          width: 460px;
          height: 437px;
          padding: 20px;
          background: #fff;
          display: none; }
          .comnav .box ul li .navdown section {
            width: 100%;
            height: 100%;
            overflow: auto; }
            .comnav .box ul li .navdown section menu {
              padding: 3px 0 0 40px;
              overflow: hidden;
              margin-bottom: 15px; }
              .comnav .box ul li .navdown section menu span {
                position: absolute;
                left: 0px;
                top: 0px;
                right: auto;
                bottom: auto;
                width: 25px;
                line-height: 25px;
                height: 25px;
                text-align: center;
                background: #f4f4f4; }
              .comnav .box ul li .navdown section menu a {
                float: left;
                margin: 0 10px 5px 0; }
        .comnav .box ul li:hover {
          background: #fff;
          border-left: 4px solid #2b923f;
          width: 196px; }
          .comnav .box ul li:hover .a1 {
            border: none;
            background-image: url("../images/top08-1.png"); }
          .comnav .box ul li:hover .navdown {
            display: block; }
    .comnav .box:hover ul {
      display: block; }
  .comnav .box01 {
    float: left;
    overflow: hidden; }
    .comnav .box01 a {
      float: left;
      margin: 0 25px;
      line-height: 40px;
      font-size: 16px;
      color: #fff;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .comnav .box01 a:hover {
        color: #ff6000; }

.indexnav .box ul {
  display: block; }

.comfoot {
  width: 100%;
  background: #353235;
  padding-top: 40px;
  color: #fff; }
  .comfoot .box01 {
    padding-left: 100px;
    width: 250px;
    float: left; }
    .comfoot .box01 .p1 {
      padding-left: 25px;
      background: url("../images/foot05.png") no-repeat left center;
      margin-bottom: 25px; }
    .comfoot .box01 .p2 {
      line-height: 30px;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 5px; }
    .comfoot .box01 .a1 {
      display: block;
      width: 100px;
      text-align: center;
      background: #4a474a;
      line-height: 25px;
      color: #fff; }
      .comfoot .box01 .a1 span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding-left: 20px;
        background: url("../images/foot06.png") no-repeat left center; }
  .comfoot .box02 {
    float: left;
    width: 515px;
    border-left: 1px solid #4a474a;
    border-right: 1px solid #4a474a;
    overflow: hidden;
    padding-bottom: 10px; }
    .comfoot .box02 menu {
      float: left;
      padding-left: 75px; }
      .comfoot .box02 menu h2 {
        margin-bottom: 15px; }
        .comfoot .box02 menu h2 a {
          font-size: 16px;
          color: #fff; }
      .comfoot .box02 menu p {
        margin-bottom: 5px; }
        .comfoot .box02 menu p a {
          color: #999; }
      .comfoot .box02 menu a:hover {
        text-decoration: underline; }
  .comfoot .box03 {
    float: right;
    width: 280px;
    overflow: hidden;
    padding-top: 15px; }
    .comfoot .box03 p {
      float: left;
      width: 90px;
      text-align: center;
      margin-right: 20px; }
      .comfoot .box03 p img {
        display: block;
        width: 100%; }
  .comfoot .box04 {
    border-top: 1px solid #4a474a;
    padding: 10px 0 20px;
    text-align: center;
    color: #999;
    font-size: 12px; }
    .comfoot .box04 a {
      margin-right: 20px;
      color: #999; }
      .comfoot .box04 a:hover {
        text-decoration: underline; }
    .comfoot .box04 p {
      padding-top: 15px; }
      .comfoot .box04 p a {
        margin-right: 5px; }
  .comfoot .box05 {
    text-align: center;
    font-size: 12px;
    background: #434043;
    line-height: 40px;
    color: #999; }

.comfloat {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 60;
  width: 50px;
  border-radius: 5px 0 0 5px;
  background: #2a2a2a;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 0; }
  .comfloat .line {
    width: 60%;
    margin: 10px auto;
    height: 1px;
    background: #434343; }
  .comfloat .a1 {
    display: block;
    padding-top: 20px;
    background: url("../images/float01.png") no-repeat center top;
    color: #fff; }
  .comfloat .a2 {
    display: block;
    padding-top: 20px;
    background: url("../images/float02.png") no-repeat center top;
    color: #fff; }
    .comfloat .a2 p {
      width: 15px;
      margin: 0 auto;
      line-height: 15px; }
    .comfloat .a2 span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      text-align: center;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #3f3f3f;
      margin-top: 5px; }
  .comfloat .a3 {
    display: block;
    padding-top: 18px;
    background: url("../images/float03.png") no-repeat center top;
    color: #fff; }
  .comfloat .a4 {
    display: block;
    padding-top: 18px;
    background: url("../images/float04.png") no-repeat center top;
    color: #fff; }
  .comfloat .a5 {
    display: block;
    padding-top: 15px;
    background: url("../images/float05.png") no-repeat center top;
    color: #fff; }

.comhead_map {
  width: auto;
  padding: 0 100px; }
  .comhead_map .topbox {
    width: 100%; }
  .comhead_map .topmain {
    width: 100%;
    overflow: auto; }
    .comhead_map .topmain .searchbox {
      float: left;
      width: 300px; }
      .comhead_map .topmain .searchbox ul li {
        width: 260px; }
        .comhead_map .topmain .searchbox ul li .text {
          width: 160px; }
  .comhead_map .choosebox {
    float: left;
    margin: 0 0 0 50px;
    min-height: 75px;
    max-width: 1020px; }
    .comhead_map .choosebox section {
      float: left;
      padding-left: 120px;
      width: 180px;
      height: 30px;
      margin: 0 40px 10px 0; }
    .comhead_map .choosebox .tit01 {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      border: none;
      height: 30px;
      line-height: 30px;
      color: #000; }
    .comhead_map .choosebox .sel01 {
      width: 80px;
      border: 1px solid #eee;
      border-radius: 3px;
      height: 30px;
      line-height: 30px; }
    .comhead_map .choosebox .sel02 {
      width: 100%;
      border: 1px solid #eee;
      border-radius: 3px;
      height: 30px;
      line-height: 30px; }
  .comhead_map .choosebtn {
    float: left;
    width: 80px; }
    .comhead_map .choosebtn .sub {
      display: block;
      width: 80px;
      line-height: 30px;
      color: #fff;
      text-align: center;
      background: #2b923f;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .comhead_map .choosebtn .sub:hover {
        color: #fff;
        background: #ff6000; }
    .comhead_map .choosebtn .sub01 {
      border: 1px solid #ddd;
      background: #eee;
      color: #333;
      margin-top: 10px; }

/* 登录注册 */
.loginout {
  width: 100%;
  overflow: hidden;
  height: 540px;
  background: url("../images/photos/banner02.jpg") no-repeat center center; }

.loginbox {
  position: absolute;
  right: 0;
  top: 20px;
  width: 320px;
  padding: 0 20px;
  background: #fff;
  border-radius: 5px; }
  .loginbox h2 {
    font-size: 24px;
    line-height: 60px; }
  .loginbox .p1 {
    margin-bottom: 15px;
    border: 1px solid #dcdfe6;
    width: 100%;
    overflow: hidden;
    height: 35px;
    line-height: 35px; }
    .loginbox .p1 .text {
      line-height: 35px;
      padding: 0 10px;
      width: 300px; }
    .loginbox .p1 .text01 {
      width: 150px; }
    .loginbox .p1 .yzm {
      position: absolute;
      right: 0;
      top: 0;
      width: 130px;
      border-left: 1px solid #dcdfe6;
      overflow: hidden;
      line-height: 35px;
      height: 35px;
      text-align: center; }
      .loginbox .p1 .yzm img {
        height: 100%; }
  .loginbox .p2 {
    margin-bottom: 15px; }
    .loginbox .p2 label {
      margin-left: 5px; }
    .loginbox .p2 a {
      color: #ff6000; }
    .loginbox .p2 a:hover {
      text-decoration: underline; }
  .loginbox .sub {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background: #38c854;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s;
    border-radius: 3px;
    color: #fff;
    font-size: 16px; }
    .loginbox .sub:hover {
      background: #2b923f; }
  .loginbox .p3 {
    text-align: center;
    margin: 15px 0;
    color: #999; }
    .loginbox .p3 a {
      color: #ff6000; }
    .loginbox .p3 a:hover {
      text-decoration: underline; }
  .loginbox .p4 {
    padding: 0 10px 0 30px;
    margin-bottom: 20px;
    border: 1px solid #dcdfe6;
    overflow: hidden; }
    .loginbox .p4 img {
      position: absolute;
      left: 15px;
      top: 10px; }
    .loginbox .p4 .text {
      line-height: 35px;
      padding: 0 10px;
      width: 100%; }
  .loginbox .p5 {
    margin: 20px 0;
    color: #999; }
    .loginbox .p5 .a1 {
      position: absolute;
      right: 0;
      top: 0; }
    .loginbox .p5 a:hover {
      text-decoration: underline; }

.loginbox01 {
  top: 35px; }

.loginbox02 {
  top: 110px; }

/* 各种？ */
.pagebox {
  width: 100%;
  line-height: 40px;
  text-align: center;
  overflow: hidden; }
  .pagebox span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px; }
  .pagebox a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 3px;
    padding: 0 17px;
    background: #f3f3f3;
    border-radius: 3px;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .pagebox a:hover, .pagebox a.sel {
      color: #fff;
      background: #2b923f; }

.pagebox_red a:hover, .pagebox_red a.sel {
  background: #cd0c0d; }

.pagebox_green a:hover, .pagebox_green a.sel {
  background: #2b923f; }

.pagebox_blue a:hover, .pagebox_blue a.sel {
  background: #4e73fe; }

.winbox {
  z-index: 99;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: none; }
  .winbox .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: url("../images/darkbg.png") repeat; }

.loginwin {
  width: 360px;
  background: #fff;
  border-radius: 5px;
  z-index: 5;
  margin: 0 auto;
  top: 25%;
  overflow: hidden;
  padding-bottom: 20px; }
  .loginwin i {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    z-index: 5;
    background: url("../images/ico/close.png") no-repeat center center;
    cursor: pointer; }
  .loginwin h2 {
    line-height: 40px;
    height: 40px;
    background: #f8f8f8;
    padding: 0 20px;
    font-size: 14px; }
  .loginwin .p1 {
    width: 270px;
    padding: 0 10px 0 40px;
    margin: 20px auto 0;
    height: 40px;
    border: 1px solid #eee; }
    .loginwin .p1 img {
      position: absolute;
      left: 13px;
      top: 12px;
      right: auto;
      bottom: auto; }
    .loginwin .p1 .text {
      width: 100%;
      height: 40px;
      line-height: 40px; }
  .loginwin .sub {
    background: #38c954;
    color: #fff;
    border: 1px solid #2b923f;
    font-size: 16px;
    display: block;
    margin: 20px auto;
    border-radius: 3px;
    width: 320px;
    line-height: 40px;
    height: 40px;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .loginwin .sub:hover {
      background: #ff6000;
      border-color: #ff6000; }
  .loginwin .p2 {
    width: 320px;
    margin: 0 auto;
    color: #999; }
    .loginwin .p2 a.a1 {
      position: absolute;
      right: 0;
      top: 0;
      color: #999; }
    .loginwin .p2 a:hover {
      text-decoration: underline; }

.tishiwin {
  width: 360px;
  margin: 0 auto;
  top: 25%;
  background: #fff; }
  .tishiwin .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    z-index: 5;
    background: url("../images/ico/close.png") no-repeat center center;
    cursor: pointer; }
  .tishiwin .tit {
    line-height: 40px;
    height: 40px;
    background: #f8f8f8;
    padding: 0 20px;
    font-size: 14px; }
  .tishiwin .p1 {
    padding: 20px;
    line-height: 25px; }
    .tishiwin .p1 b {
      color: #ff6000; }
  .tishiwin .btn {
    padding: 0 20px 20px;
    overflow: hidden;
    text-align: right; }
    .tishiwin .btn a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      background: #38c954;
      border: 1px solid #2dab47;
      color: #fff;
      text-align: center;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      width: 60px;
      line-height: 30px;
      border-radius: 3px;
      margin-left: 10px; }
      .tishiwin .btn a.a1 {
        background: #fff;
        border: 1px solid #eee;
        color: #333;
        text-align: center; }
      .tishiwin .btn a:hover {
        background: #ff6000;
        border: 1px solid #ff3000;
        color: #fff;
        text-align: center; }

.essaywin {
  width: 600px;
  margin: 0 auto;
  top: 25%;
  background: #fff; }
  .essaywin .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    z-index: 5;
    background: url("../images/ico/close.png") no-repeat center center;
    cursor: pointer; }
  .essaywin .tit {
    line-height: 40px;
    height: 40px;
    background: #f8f8f8;
    padding: 0 20px;
    font-size: 14px; }
  .essaywin article {
    padding: 0 20px;
    overflow: auto;
    width: 560px;
    max-height: 200px;
    margin: 20px auto;
    width: 560px; }
  .essaywin .btn {
    padding: 0 20px 20px;
    overflow: hidden;
    text-align: right; }
    .essaywin .btn a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      background: #fff;
      border: 1px solid #eee;
      color: #333;
      text-align: center;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      width: 120px;
      line-height: 30px;
      border-radius: 3px;
      margin-left: 10px; }
      .essaywin .btn a:hover {
        background: #ff6000;
        border: 1px solid #ff3000;
        color: #fff;
        text-align: center; }

.adresswin {
  width: 550px;
  margin: 0 auto;
  top: 25%;
  background: #fff; }
  .adresswin .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    z-index: 5;
    background: url("../images/ico/close.png") no-repeat center center;
    cursor: pointer; }
  .adresswin .tit {
    line-height: 40px;
    height: 40px;
    background: #f8f8f8;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 30px; }
  .adresswin .btn {
    padding: 0 20px 20px;
    overflow: hidden;
    text-align: right; }
    .adresswin .btn a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      background: #38c954;
      border: 1px solid #2dab47;
      color: #fff;
      text-align: center;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      width: 60px;
      line-height: 30px;
      border-radius: 3px;
      margin-left: 10px; }
      .adresswin .btn a.a1 {
        background: #fff;
        border: 1px solid #eee;
        color: #333;
        text-align: center; }
      .adresswin .btn a:hover {
        background: #ff6000;
        border: 1px solid #ff3000;
        color: #fff;
        text-align: center; }
  .adresswin .p1 {
    padding-left: 100px;
    line-height: 40px;
    width: 410px;
    margin: 0 auto 10px; }
    .adresswin .p1 span {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto; }
      .adresswin .p1 span b {
        color: #ff0000;
        margin-right: 5px; }
    .adresswin .p1 .text {
      width: 46%;
      padding: 0 2%;
      line-height: 38px;
      height: 38px;
      border: 1px solid #eee;
      border-radius: 3px; }
    .adresswin .p1 .text01 {
      width: 94%; }
    .adresswin .p1 select {
      line-height: 40px;
      height: 40px;
      border: 1px solid #eee;
      border-radius: 3px;
      width: 32%;
      padding-left: 2%; }

.bankwin span {
  width: 115px;
  text-align: right; }
.bankwin .p1 {
  padding-left: 120px;
  width: 380px;
  margin-bottom: 20px;
  color: #999; }
  .bankwin .p1 select {
    width: 60%; }

.con_seat {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  font-size: 12px;
  color: #8a8a8a;
  line-height: 40px;
  height: 40px; }
  .con_seat a {
    float: left;
    margin-right: 5px;
    color: #8a8a8a; }
    .con_seat a:hover {
      text-decoration: underline; }
    .con_seat a.a1 {
      padding-left: 15px;
      background: url("../images/content/seat.png") no-repeat left center; }
  .con_seat span {
    float: left;
    margin-right: 5px; }

.member_seat {
  width: auto;
  padding: 0 40px; }

.win_myimg {
  width: 340px;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 15px #ccc;
  margin: 0 auto;
  top: 5%;
  font-size: 12px; }
  .win_myimg .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: url("../images/ico/win07.png") no-repeat center center;
    z-index: 5;
    cursor: pointer; }
  .win_myimg .tit {
    padding-left: 25px;
    line-height: 25px;
    font-size: 20px;
    background: url("../images/ico/win01.png") no-repeat left center;
    margin-bottom: 15px; }
  .win_myimg .tit01 {
    color: #666;
    padding: 10px 0 5px;
    width: 100%; }
  .win_myimg .p1 {
    padding: 0 10px;
    line-height: 30px;
    min-height: 30px;
    border: 1px solid #eee; }
    .win_myimg .p1 .text {
      width: 100%;
      height: 30px;
      line-height: 30px;
      font-size: 12px; }
    .win_myimg .p1 .num {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-left: 20px;
      background: url("../images/ico/win05.png") no-repeat left center; }
    .win_myimg .p1 .btn {
      position: absolute;
      right: 0;
      top: -1px;
      width: 40px;
      color: #fff;
      background: #3276b1 url("../images/ico/win06.png") no-repeat 10px center;
      padding: 0 0 0 30px;
      height: 32px;
      line-height: 32px; }
  .win_myimg .p2 {
    overflow: hidden;
    text-align: center; }
    .win_myimg .p2 a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 30px;
      height: 30px;
      border: 1px solid #ddd;
      background: url("../images/ico/win02.png") no-repeat center center;
      margin: 0 3px; }
      .win_myimg .p2 a.a2 {
        background-image: url("../images/ico/win03.png"); }
      .win_myimg .p2 a.a3 {
        background-image: url("../images/ico/win04.png"); }
  .win_myimg table {
    width: 100%; }
    .win_myimg table td {
      border: 1px solid #eee;
      padding: 10px;
      vertical-align: middle;
      color: #999; }
      .win_myimg table td .img {
        width: 60px; }
  .win_myimg .bot {
    width: 100%;
    overflow: hidden;
    padding-top: 20px; }
    .win_myimg .bot .sub {
      float: right;
      width: 60px;
      margin-left: 10px;
      border: 1px solid #ddd;
      height: 30px; }
    .win_myimg .bot .sub01 {
      color: #fff;
      background: #739e73; }

.map_right {
  position: fixed;
  right: 0;
  top: 180px;
  width: 370px;
  z-index: 80;
  overflow: auto; }
  .map_right .tit {
    background: #eee;
    line-height: 45px;
    height: 45px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 20;
    font-size: 16px; }
    .map_right .tit p {
      width: 50%;
      text-align: center;
      background: #fff; }
    .map_right .tit select {
      position: absolute;
      right: 0;
      top: 0;
      border: none;
      text-align: center;
      height: 45px;
      background: #eee;
      width: 50%;
      text-indent: 2em;
      font-size: 16px; }
  .map_right .titbg {
    width: 100%;
    height: 50px; }
  .map_right .box {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff; }
    .map_right .box section {
      padding: 15px;
      overflow: hidden;
      border-bottom: 1px dashed #ddd; }
      .map_right .box section .img {
        float: left;
        width: 100px;
        overflow: hidden;
        margin-right: 15px; }
      .map_right .box section .info {
        float: left;
        width: 200px;
        font-size: 12px;
        color: #999;
        line-height: 16px; }
        .map_right .box section .info .a1 {
          display: block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          color: #ff6000; }
          .map_right .box section .info .a1 b {
            color: #000;
            font-size: 14px;
            margin-right: 5px; }
        .map_right .box section .info .p1 {
          border-top: 1px solid #eee;
          border-bottom: 1px solid #eee;
          padding: 5px 0;
          margin: 5px 0;
          overflow: hidden; }
          .map_right .box section .info .p1 span {
            float: left;
            width: 50%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
        .map_right .box section .info .p2 {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .map_right .box section .info .p3 {
          color: #000;
          padding-top: 5px; }
          .map_right .box section .info .p3 b {
            color: #ff6000;
            font-size: 14px; }
      .map_right .box section .share {
        min-height: 22px;
        padding-left: 55px;
        margin-top: 5px; }
        .map_right .box section .share .sp1 {
          position: absolute;
          left: 0;
          top: 3px; }
      .map_right .box section .btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
        line-height: 20px;
        border: 1px solid #ff6000;
        border-radius: 3px;
        text-align: center;
        font-size: 14px;
        color: #ff6000;
        z-index: 5; }
    .map_right .box .page {
      padding: 40px 20px;
      line-height: 30px;
      overflow: hidden; }
      .map_right .box .page span {
        float: left;
        margin-right: 5px; }
      .map_right .box .page a {
        float: left;
        padding: 0 12px;
        border-radius: 3px;
        background: #f3f3f3;
        margin-right: 5px;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s; }
        .map_right .box .page a:hover {
          background: #2b923f;
          color: #fff; }

/* js相关样式 */
#showbox {
  background: #eee; }

#showbox span {
  background: url(../images/whitebg.png) repeat; }

#showsum {
  left: 23px;
  margin-top: 10px; }

#showsum span {
  border: 1px solid #ddd; }

#showsum span.sel {
  border: 1px solid #f60; }

.showpage {
  width: 400px;
  position: relative; }

.showpage a {
  display: block;
  width: 15px;
  border: 1px solid #eee;
  height: 80px;
  background: #f8f8f8 url("../images/content/seed11.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: -82px; }

.showpage a#shownext {
  left: auto;
  right: 0;
  background-image: url("../images/content/seed11-1.png"); }

.showpage a:hover {
  background-color: #eee;
  border-color: #ddd; }

/*评价星星效果*/
.reviewsbox {
  overflow: hidden;
  line-height: 20px; }
  .reviewsbox i {
    display: block;
    height: 20px;
    width: 25px;
    float: left;
    background: url(../images/content/star01.png) no-repeat center center;
    background-size: contain;
    cursor: pointer; }
    .reviewsbox i.sel {
      background-image: url(../images/content/star02.png); }
  .reviewsbox span {
    display: inline-block;
    float: left;
    padding-left: 10px; }

/*# sourceMappingURL=style.css.map */
