@charset "UTF-8";
input, select {
  border: none;
  vertical-align: middle;
  background-color: #fff;
  -webkit-user-select: text;
  user-select: text; }

.team .left-btn,
.team .right-btn, .zxr-us .box .trop-list .left-btn,
.zxr-us .box .trop-list .right-btn {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 52px;
  margin-top: -15px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  text-align: center;
  line-height: 52px;
  font-size: 30px;
  color: #fff; }

.team .left-btn, .zxr-us .box .trop-list .left-btn {
  left: 0px;
  background-position: 8px 15px;
  background-image: url("../images/left-btn.png"); }

.team .right-btn, .zxr-us .box .trop-list .right-btn {
  right: 1px;
  background-position: 11px 15px;
  background-image: url("../images/right-btn.png"); }

.banner {
  width: 100%;
  height: 495px;
  background: url("../images/banner.jpg") no-repeat center; }
  .banner .banner-title {
    font-size: 18px;
    color: #fff;
    padding-top: 356px;
    margin-left: 473px;
    line-height: 30px; }
  .banner .banner-form {
    background: url("../images/banner-form.jpg") no-repeat 0 0;
    width: 1200px;
    height: 328px;
    margin: 50px auto 0;
    border-radius: 2px;
    box-shadow: 0px 5px 10px -1px #e7e7e7; }
    .banner .banner-form .bf-tab {
      overflow: hidden; }
      .banner .banner-form .bf-tab li {
        width: 400px;
        float: left;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #828282;
        background-color: #d9f2df;
        border-radius: 2px;
        cursor: pointer; }
        .banner .banner-form .bf-tab li.cur {
          background: none;
          border-radius: 5px 5px 0 0;
          font-size: 18px;
          color: #07ba49;
          font-weight: bold; }
    .banner .banner-form .bf-tab-con {
      display: none; }
      .banner .banner-form .bf-tab-con .type {
        padding: 25px 0 0 202px;
        height: 20px; }
        .banner .banner-form .bf-tab-con .type .col {
          color: #f52f3e; }
        .banner .banner-form .bf-tab-con .type label {
          padding-right: 20px; }
    .banner .banner-form .input-wrap {
      width: 830px;
      height: 55px;
      margin-top: 12px;
      margin-left: 200px;
      position: relative; }
      .banner .banner-form .input-wrap input {
        float: left;
        width: 634px;
        height: 55px;
        border: 2px solid #07ba49;
        padding-left: 8px;
        box-sizing: border-box; }
      .banner .banner-form .input-wrap .br0 {
        border-right: 0px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      .banner .banner-form .input-wrap input::-webkit-input-placeholder {
        font-size: 16px;
        color: #999; }
      .banner .banner-form .input-wrap input::-moz-placeholder {
        font-size: 16px;
        color: #999; }
      .banner .banner-form .input-wrap input:-ms-input-placeholder {
        font-size: 16px;
        color: #999; }
      .banner .banner-form .input-wrap .form-btn {
        float: left;
        width: 183px;
        height: 55px;
        text-align: center;
        line-height: 55px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        background-color: #07ba49;
        font-size: 18px;
        color: #fff; }
      .banner .banner-form .input-wrap .form-error {
        display: none;
        clear: both;
        font-size: 14px;
        color: #df0d0d;
        position: absolute;
        top: 20px;
        left: 327px; }
    .banner .banner-form .banner-example {
      height: 20px;
      overflow: hidden;
      margin: 5px auto 0;
      position: relative;
      width: 728px;
      padding-left: 66px; }
      .banner .banner-form .banner-example .be-title {
        height: 20px;
        line-height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 12px;
        color: #666; }
      .banner .banner-form .banner-example ul li {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        color: #999;
        width: 670px; }
        .banner .banner-form .banner-example ul li span {
          padding-left: 35px; }
    .banner .banner-form .banner-list {
      width: 100%;
      height: 115px;
      background: #f7f7f7;
      margin-top: 25px;
      border-top: solid 1px #eaeeef; }
      .banner .banner-form .banner-list .list-box {
        margin-top: 23px;
        padding-left: 35px;
        float: left;
        width: 299px;
        height: 68px;
        border-right: 1px solid #eaeeef;
        box-sizing: border-box;
        cursor: pointer; }
        .banner .banner-form .banner-list .list-box span {
          position: relative;
          float: left;
          width: 68px;
          height: 68px; }
          .banner .banner-form .banner-list .list-box span i {
            position: absolute;
            width: 14px;
            height: 19px;
            left: 29px;
            top: 24px;
            background: url("../images/sanjiao.png") no-repeat 0 0; }
        .banner .banner-form .banner-list .list-box .bl-txt {
          float: left;
          padding-top: 17px;
          padding-left: 14px; }
          .banner .banner-form .banner-list .list-box .bl-txt a {
            position: relative;
            font-size: 16px;
            color: #666666;
            padding-right: 25px;
            font-weight: bold; }
            .banner .banner-form .banner-list .list-box .bl-txt a .icon {
              position: absolute;
              top: 3px;
              right: 0px;
              width: 17px;
              height: 17px;
              background: url("../images/right.png") no-repeat 0 0; }
          .banner .banner-form .banner-list .list-box .bl-txt p {
            font-size: 12px;
            color: #999999; }
        .banner .banner-form .banner-list .list-box:hover a {
          color: #4f89fd; }
      .banner .banner-form .banner-list .last {
        border-right: 0px; }

.content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 76px; }
  .content.mart {
    margin-top: 290px; }
  .content.bg {
    width: 100%;
    background-color: #f4f6f7; }
  .content h2 {
    text-align: center;
    font-size: 36px;
    color: #333333; }
  .content .content-title {
    text-align: center;
    font-size: 18px;
    color: #999999;
    padding-top: 12px;
    padding-bottom: 40px; }
  .content .pad0 {
    padding-bottom: 60px; }
  .content .btm-title {
    font-size: 16px;
    color: #192d65;
    text-align: center;
    padding-bottom: 50px; }
    .content .btm-title em {
      font-size: 18px;
      color: #ff1747;
      font-weight: bold; }

.content.num1 {
  position: relative;
  padding-bottom: 140px; }

.reg {
  width: 100%;
  height: 300px; }
  .reg .box {
    position: relative;
    float: left;
    width: 256px;
    margin-right: 58px;
    box-sizing: border-box; }
    .reg .box h3 {
      font-size: 24px;
      color: #333333;
      text-align: center;
      font-weight: bold;
      margin-top: 17px; }
    .reg .box p {
      font-size: 14px;
      color: #999999;
      text-align: center;
      padding-top: 15px; }
    .reg .box .box-btn {
      display: block;
      width: 122px;
      border: solid 1px #07ba49;
      border-radius: 5px;
      margin: 25px auto 0;
      text-align: center;
      color: #07ba49;
      line-height: 30px; }
    .reg .box.last {
      margin-right: 0;
      float: right; }

.serve {
  height: 221px;
  width: 1200px;
  background: url("../images/bg-num101.jpg") no-repeat center;
  box-shadow: 0 0 5px #bbb;
  position: absolute;
  left: 0;
  top: 540px; }
  .serve .left {
    width: 260px;
    height: 221px;
    float: left;
    text-align: center;
    background: url("../images/bg-num102.jpg") no-repeat center; }
    .serve .left h3 {
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      padding: 35px 0 15px 0; }
    .serve .left p {
      font-size: 14px;
      color: #fff;
      line-height: 20px; }
    .serve .left a {
      display: inline-block;
      width: 132px;
      height: 40px;
      line-height: 40px;
      color: #a87700;
      background-color: #faf21a;
      font-size: 16px;
      border-radius: 3px;
      margin-top: 35px; }
  .serve .right {
    width: 940px;
    float: left;
    overflow: hidden; }
    .serve .right li {
      width: 235px;
      float: left;
      text-align: center;
      padding-top: 28px; }
      .serve .right li h3 a {
        font-size: 18px;
        color: #4f89fd;
        text-decoration: underline; }
      .serve .right li h3 em {
        display: inline-block;
        width: 17px;
        height: 17px;
        background: url("../images/icon01.png") no-repeat center;
        margin-left: 6px;
        position: relative;
        top: 2px; }
      .serve .right li p {
        font-size: 14px;
        color: #999;
        padding-top: 5px; }

.num2 {
  padding: 200px 0 80px 0; }

.protect {
  width: 1200px;
  margin: 0 auto;
  height: 246px; }
  .protect .box {
    float: left;
    width: 281px;
    height: 257px;
    position: relative; }
    .protect .box .title {
      position: absolute;
      width: 46px;
      height: 42px;
      background: url("../images/project-label.png") no-repeat 0 0;
      left: 12px;
      top: 1px;
      font-size: 12px;
      color: #fff;
      text-align: center; }
    .protect .box .hot {
      position: absolute;
      right: 8px;
      top: 0; }
    .protect .box h4 {
      font-size: 24px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      padding-top: 25px; }
    .protect .box .pro-btn {
      display: block;
      width: 122px;
      background-color: #faf21a;
      border-radius: 5px;
      margin-top: 147px;
      margin-left: 80px;
      text-align: center;
      line-height: 30px;
      color: #a97700; }
  .protect .box:nth-child(1) {
    background: url("../images/protect01.jpg") no-repeat 0 0; }
  .protect .box:nth-child(2) {
    margin-left: 25px;
    margin-right: 25px;
    background: url("../images/protect02.jpg") no-repeat 0 0; }
  .protect .box:nth-child(3) {
    background: url("../images/protect03.jpg") no-repeat 0 0; }
  .protect .box:nth-child(4) {
    float: right;
    background: url("../images/protect04.jpg") no-repeat 0 0; }

.adver {
  position: relative;
  width: 100%;
  height: 78px;
  background: url("../images/adver.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  margin-top: 62px;
  cursor: pointer; }
  .adver .adver-btn {
    position: absolute;
    width: 220px;
    height: 45px;
    top: 16px;
    right: 374px; }

.ideal {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  padding-bottom: 60px; }
  .ideal .box {
    position: relative;
    float: left;
    width: 260px;
    height: 200px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #edeff0; }
    .ideal .box .icon {
      font-style: normal;
      font-size: 24px;
      position: absolute;
      top: -9px;
      right: -16px;
      width: 44px;
      height: 44px;
      text-align: center;
      line-height: 44px;
      border-radius: 50%;
      background-color: #ff1748;
      color: #fff;
      border: 6px solid #f4f6f7; }
    .ideal .box .p1 {
      font-size: 18px;
      color: #7e879f;
      background-repeat: no-repeat;
      margin-top: 37px;
      margin-bottom: 20px; }
    .ideal .box .bold {
      font-weight: bold;
      color: #333;
      font-size: 22px; }
    .ideal .box .title {
      font-size: 14px;
      color: #999999;
      text-align: center; }
  .ideal .img1 .p1 {
    background-image: url("../images/liucheng-img01.png");
    background-position: 40px 0px;
    line-height: 37px;
    padding-left: 82px; }
  .ideal .img2 .p1 {
    background-image: url("../images/liucheng-img02.png");
    background-position: 48px 0px;
    line-height: 33px;
    padding-left: 80px; }
  .ideal .img3 .p1 {
    background-image: url("../images/liucheng-img03.png");
    background-position: 49px 0px;
    line-height: 31px;
    padding-left: 85px; }
  .ideal .img4 .p1 {
    background-image: url("../images/liucheng-img04.png");
    background-position: 20px 0px;
    line-height: 33px;
    padding-left: 58px; }
  .ideal .ideal-next {
    float: left;
    width: 25px;
    height: 18px;
    background: url("../images/liucheng-next.png") no-repeat 0 0;
    margin: 75px 13px 0px; }
  .ideal .btn {
    text-align: center; }
    .ideal .btn a {
      display: inline-block;
      height: 28px;
      line-height: 28px;
      border: solid 1px #0aa744;
      font-size: 14px;
      color: #0aa744;
      border-radius: 3px;
      text-align: center;
      margin: 20px auto 0;
      padding: 0 15px; }

.num4 {
  padding-bottom: 70px; }

.team {
  width: 100%;
  height: 430px;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
  padding-top: 74px;
  box-sizing: border-box; }
  .team ul {
    position: absolute;
    width: 100%;
    height: 384px; }
    .team ul li {
      position: absolute;
      box-shadow: 0px 0px 5px #cccccc;
      left: 1200px;
      width: 1197px;
      height: 354px; }
      .team ul li.cur {
        left: 0px; }
      .team ul li .team-left {
        float: left;
        width: 440px;
        height: 354px;
        position: relative;
        background: url("../images/team-bg.jpg") no-repeat left bottom; }
        .team ul li .team-left img {
          position: absolute;
          bottom: 0;
          left: 30px; }
        .team ul li .team-left .duihua-btn {
          position: absolute;
          width: 195px;
          height: 60px;
          right: -30px;
          bottom: -2px;
          padding-left: 50px;
          box-sizing: border-box;
          font-size: 18px;
          color: #fff;
          line-height: 60px;
          background: url("../images/talk-link.png") no-repeat 130px 25px #ff1748;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }
        .team ul li .team-left .btm0 {
          bottom: 0px; }
      .team ul li .team-right {
        float: left;
        width: 740px;
        height: 354px;
        box-sizing: border-box;
        padding-left: 58px; }
        .team ul li .team-right h3 {
          font-size: 40px;
          color: #333333;
          font-weight: bold;
          padding-top: 30px;
          padding-bottom: 16px; }
          .team ul li .team-right h3 em {
            font-size: 16px;
            padding-left: 14px; }
        .team ul li .team-right h4 {
          font-size: 16px;
          color: #333;
          font-weight: bold;
          padding-bottom: 10px; }
        .team ul li .team-right p {
          font-size: 16px;
          color: #999999;
          padding-left: 12px;
          padding-bottom: 15px;
          background: url("../images/ul-p.png") no-repeat 0px 10px; }
        .team ul li .team-right .btn {
          margin-top: 6px; }
          .team ul li .team-right .btn a {
            display: inline-block;
            width: 120px;
            height: 37px;
            line-height: 37px;
            color: #fff;
            font-size: 14px;
            text-align: center;
            border-radius: 3px; }
            .team ul li .team-right .btn a.btn-consult {
              background-color: #07ba49;
              margin-right: 20px; }
            .team ul li .team-right .btn a.btn-order {
              background-color: #fe8539; }

.num7 {
  padding-bottom: 50px; }
  .num7 .num7-con {
    background: url("../images/bg-num7.png") no-repeat center;
    height: 420px; }
  .num7 .btn {
    text-align: center;
    margin-top: 10px; }
    .num7 .btn a {
      display: inline-block;
      width: 185px;
      height: 55px;
      line-height: 55px;
      color: #fff;
      border-radius: 3px;
      background-color: #07ba49;
      font-size: 18px; }

.cust {
  width: 1200px;
  height: 320px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .cust .box {
    float: left;
    width: 224px;
    height: 320px;
    margin-right: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #cccccc;
    background-color: #fff; }
    .cust .box h4 {
      font-size: 18px;
      color: #333333;
      text-align: center;
      margin-top: 33px;
      font-weight: bold; }
    .cust .box p {
      font-size: 12px;
      color: #999999;
      text-align: center;
      margin-top: 20px;
      line-height: 1.5; }
    .cust .box .btn {
      text-align: center;
      margin-top: 15px; }
      .cust .box .btn a {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        border: solid 1px #0aa744;
        font-size: 14px;
        color: #0aa744;
        border-radius: 3px;
        text-align: center;
        padding: 0 15px; }
  .cust .last-box {
    margin-right: 0px; }

.zxr-us {
  width: 100%; }
  .zxr-us .box {
    width: 100%; }
    .zxr-us .box h3 {
      font-size: 18px;
      color: #656565;
      text-align: center; }
    .zxr-us .box .icon {
      display: block;
      width: 144px;
      height: 5px;
      background: url("../images/zxr-icon.png") no-repeat 0 0;
      margin: 6px auto 28px; }
    .zxr-us .box .zxr-list {
      width: 100%;
      height: 180px;
      margin-bottom: 60px; }
      .zxr-us .box .zxr-list .list {
        float: left;
        margin-right: 25px; }
        .zxr-us .box .zxr-list .list.list-last {
          margin-right: 0px; }
    .zxr-us .box .trop-list {
      position: relative;
      width: 100%;
      height: 396px;
      margin-bottom: 60px;
      overflow: hidden; }
      .zxr-us .box .trop-list ul {
        position: absolute;
        width: 100%; }
        .zxr-us .box .trop-list ul li {
          position: absolute;
          left: 1200px;
          width: 100%;
          height: 396px;
          float: left; }
          .zxr-us .box .trop-list ul li.cur {
            left: 0px; }
      .zxr-us .box .trop-list .left-btn,
      .zxr-us .box .trop-list .right-btn {
        top: 169px; }
      .zxr-us .box .trop-list .right-btn {
        right: 5px; }
    .zxr-us .box .xm_list_index_02 td {
      width: 200px;
      height: 150px; }
      .zxr-us .box .xm_list_index_02 td img {
        display: block;
        margin: 0 auto;
        text-align: center; }

/*底部*/
.foot {
  width: 100%;
  height: 220px;
  background-color: #333;
  margin-top: 174px; }

.foot .f_con {
  width: 1200px;
  margin: 0 auto 30px;
  text-align: left;
  overflow: hidden; }

.foot .f_con .fc_list {
  margin-top: 36px;
  margin-right: 96px;
  float: left;
  padding-left: 95px; }

.foot .f_con .fc_list {
  background: url(../images/icon_foot01.png) left bottom no-repeat; }

.foot .f_con .fc_lsec {
  background: url(../images/icon_foot02.png) left bottom no-repeat; }

.foot .f_con .fc_lthr {
  background: url(../images/icon_foot03.png) left bottom no-repeat; }

.foot .f_con .fc_last {
  margin-right: 0;
  background: url(../images/icon_foot04.png) left bottom no-repeat; }

.fc_list .fcl_tit {
  font-size: 18px;
  color: #f7f9f9;
  margin-bottom: 20px; }

.fc_list p {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 20px; }

.foot .f_bot {
  font-size: 14px;
  color: #545454;
  height: 74px;
  background-color: #2b2b2b;
  text-align: center; }

.foot .f_bot p {
  font-size: 14px;
  line-height: 14px; }

.foot .f_bot .fb_pfir {
  margin-bottom: 12px;
  padding-top: 20px;
  color: #7f7f7f; }

.foot .f_bot .fb_pfir a {
  color: #afafaf; }

.foot .f_bot .fb_pfir a:hover {
  color: #e6e5e5;
  text-decoration: underline; }

/* 遮罩层 */
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: Alpha(opacity=50);
  opacity: .5;
  z-index: 10; }

.pop {
  position: fixed;
  left: 50%;
  margin-left: -241px;
  top: 50%;
  margin-top: -200px;
  background-color: #fff;
  z-index: 20;
  width: 482px;
  border-top: 4px solid #07ba49;
  display: none;
  padding-bottom: 30px; }
  .pop h3 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 10px; }
  .pop .title {
    text-align: center;
    color: #999;
    padding-bottom: 15px; }
  .pop .pub {
    width: 362px;
    height: 47px;
    clear: both;
    padding-left: 60px; }
    .pop .pub span {
      width: 84px;
      font-size: 16px;
      color: #666666;
      float: left;
      line-height: 47px; }
    .pop .pub em {
      font-size: 14px;
      line-height: 47px;
      color: #999999; }
    .pop .pub input {
      float: left;
      width: 276px;
      height: 47px;
      border: 1px solid #e2e2e2;
      border-radius: 3px;
      padding-left: 10px;
      box-sizing: border-box; }
    .pop .pub input::-webkit-input-placeholder {
      font-size: 14px;
      color: #999; }
    .pop .pub input::-moz-input-placeholder {
      font-size: 14px;
      color: #999; }
  .pop .input-wrap {
    position: relative;
    margin-bottom: 15px; }
    .pop .input-wrap .form-error {
      display: none;
      clear: both;
      font-size: 12px;
      color: #df0d0d;
      padding-left: 88px;
      position: absolute;
      top: 48px; }
  .pop .yzm {
    margin-top: 20px; }
    .pop .yzm span {
      text-indent: 10px; }
    .pop .yzm input {
      width: 154px; }
    .pop .yzm .btn_gray {
      border-radius: 5px;
      display: inline-block;
      width: 116px;
      height: 47px;
      font-size: 14px;
      background: #E6E6E6;
      color: #333333;
      line-height: 47px;
      text-align: center;
      margin-left: 6px; }
      .pop .yzm .btn_gray.min-btn {
        display: none;
        color: #999; }
  .pop .pop-btn {
    display: block;
    width: 270px;
    height: 52px;
    background-color: #07ba49;
    margin: 38px auto 0;
    border-radius: 30px;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    color: #fff; }
  .pop .pop-close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    right: 12px;
    background: url("../images/close.png") no-repeat 0 0; }
  .pop.pop-consult {
    height: 308px; }
  .pop.pop-consult2 {
    height: 375px; }
    .pop.pop-consult2 .yzm {
      margin-top: 20px; }
      .pop.pop-consult2 .yzm span {
        text-indent: 10px; }
      .pop.pop-consult2 .yzm input {
        width: 154px; }
      .pop.pop-consult2 .yzm .btn_gray {
        border-radius: 5px;
        display: inline-block;
        width: 116px;
        height: 47px;
        font-size: 14px;
        background: #eaeaea;
        color: #333333;
        line-height: 47px;
        text-align: center;
        margin-left: 6px; }
        .pop.pop-consult2 .yzm .btn_gray.min-btn {
          display: none;
          color: #999; }
  .pop.pop-tiyan .marb, .pop.pop-tiyan2 .marb {
    margin-bottom: 20px; }
  .pop.pop-tiyan h3, .pop.pop-tiyan2 h3 {
    margin-bottom: 13px; }
  .pop.pop-tiyan .title, .pop.pop-tiyan2 .title {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-bottom: 34px; }
  .pop.pop-tiyan {
    height: 360px; }
  .pop.pop-tiyan2 {
    height: 426px; }
    .pop.pop-tiyan2 .yzm {
      margin-top: 20px; }
      .pop.pop-tiyan2 .yzm span {
        text-indent: 10px; }
      .pop.pop-tiyan2 .yzm input {
        width: 154px; }
      .pop.pop-tiyan2 .yzm .btn_gray {
        border-radius: 5px;
        display: inline-block;
        width: 116px;
        height: 47px;
        font-size: 14px;
        background: #E6E6E6;
        color: #333333;
        line-height: 47px;
        text-align: center;
        margin-left: 6px; }
        .pop.pop-tiyan2 .yzm .btn_gray.min-btn {
          display: none;
          color: #999; }
  .pop.pop-chashou {
    height: 377px; }
    .pop.pop-chashou .marb {
      margin-bottom: 20px; }
    .pop.pop-chashou .yzm {
      margin-top: 20px; }
      .pop.pop-chashou .yzm span {
        text-indent: 10px; }
      .pop.pop-chashou .yzm input {
        width: 154px; }
      .pop.pop-chashou .yzm .btn_gray {
        border-radius: 5px;
        display: inline-block;
        width: 116px;
        height: 47px;
        font-size: 14px;
        background: #E6E6E6;
        color: #333333;
        line-height: 47px;
        text-align: center;
        margin-left: 6px; }
        .pop.pop-chashou .yzm .btn_gray.min-btn {
          display: none;
          color: #999; }
    .pop.pop-chashou .p-btm {
      position: absolute;
      left: 0px;
      bottom: 0px;
      text-align: center;
      width: 100%;
      height: 46px;
      line-height: 46px;
      font-size: 12px;
      color: #a9a9a9;
      background-color: #efefef; }
  .pop.pop-success {
    height: 198px; }
    .pop.pop-success h4 {
      width: 138px;
      font-size: 24px;
      color: #333333;
      margin-left: 172px;
      margin-top: 53px;
      padding-left: 45px;
      background: url("../images/success.png") no-repeat 0px 2px; }
    .pop.pop-success .listen {
      font-size: 16px;
      color: #999999;
      padding-top: 30px;
      text-align: center; }

.nav {
  position: fixed;
  top: 50%;
  margin-top: -120px;
  left: 50px;
  width: 108px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background-color: #fff; }
  .nav .nav-list {
    width: 76px;
    height: 39px;
    margin-left: 16px;
    border-bottom: 1px dashed #d0d0d0;
    line-height: 39px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    cursor: pointer; }
    .nav .nav-list.first {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .nav .nav-list.last {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border: none; }
    .nav .nav-list.cur, .nav .nav-list:hover {
      background-color: #e60e3a;
      width: 110px;
      border: none;
      margin-left: -1px;
      color: #fff;
      margin-top: -1px;
      height: 41px; }

.label {
  position: fixed;
  width: 54px;
  top: 50%;
  margin-top: -111px;
  right: 0; }
  .label .pub {
    width: 54px;
    height: 54px;
    background-color: #e60e3a;
    background-position: 0 0;
    margin-bottom: 2px;
    border-radius: 5px;
    cursor: pointer;
    position: relative; }
    .label .pub:hover {
      background-color: #ca0f1a; }
  .label .phone-right {
    background-image: url("../images/phone.png"); }
    .label .phone-right .phone-box {
      position: absolute;
      top: 0;
      left: 54px;
      width: 252px;
      height: 222px;
      background-color: #ca0f1a;
      border-radius: 5px;
      box-sizing: border-box;
      padding: 18px 18px 0; }
      .label .phone-right .phone-box h4 {
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px dashed #df6f76; }
      .label .phone-right .phone-box .input-wrap {
        width: 100%;
        background-color: #df6f76;
        height: 42px;
        margin-top: 20px; }
        .label .phone-right .phone-box .input-wrap .icon {
          float: left;
          width: 41px;
          height: 41px;
          background: url("../images/icon-phone.png") no-repeat 12px 9px; }
        .label .phone-right .phone-box .input-wrap input {
          float: left;
          width: 163px;
          height: 41px;
          padding-left: 10px;
          border-left: 1px dashed #efb7bb;
          background-color: #df6f76; }
        .label .phone-right .phone-box .input-wrap input::-webkit-input-placeholder {
          font-size: 14px;
          color: #fff; }
        .label .phone-right .phone-box .input-wrap input::-moz-input-placeholder {
          font-size: 14px;
          color: #fff; }
      .label .phone-right .phone-box .jieting-btn {
        width: 217px;
        height: 42px;
        background-color: #fff;
        line-height: 42px;
        text-align: center;
        color: #c90f19;
        font-size: 18px;
        margin-top: 20px;
        border-radius: 20px;
        display: block; }
      .label .phone-right .phone-box .dibu-title {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 32px;
        background-color: #ac1019;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        opacity: 0.6; }
      .label .phone-right .phone-box .form-error {
        display: none;
        position: absolute;
        left: 62px;
        top: 83px;
        clear: both;
        font-size: 14px;
        color: #e60e3a; }
  .label .online {
    background-image: url("../images/online.png"); }
    .label .online .online-box {
      position: absolute;
      top: 0;
      left: 54px;
      width: 192px;
      height: 54px;
      background-color: #ca0f1a;
      border-radius: 5px;
      font-size: 18px;
      color: #fff;
      line-height: 54px;
      text-align: center; }
  .label .gongzhong {
    background-image: url("../images/gongzhong.png"); }
    .label .gongzhong .gongzhong-box {
      position: absolute;
      top: 0;
      left: 54px;
      width: 328px;
      height: 222px;
      background-image: url("../images/gongzhong.jpg"); }
  .label .top {
    background-image: url("../images/top.png"); }

.video, .video2 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 908px;
  height: 510px;
  z-index: 20; }
  .video .pop-close, .video2 .pop-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 16px;
    right: 12px;
    background: url("../images/video-close.png") no-repeat 0 0; }

video {
  background-color: #000;
  width: 908px;
  height: 510px; }

.mtbd, .jtry {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20; }
  .mtbd .pop-close, .jtry .pop-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 16px;
    right: 12px;
    background: url("../images/video-close.png") no-repeat 0 0; }

.mtbd {
  width: 908px;
  height: 470px;
  background: url("../images/mt.jpg") no-repeat 0 0; }

.jtry {
  width: 906px;
  height: 640px;
  background: url("../images/ry.jpg") no-repeat 0 0; }

/*# sourceMappingURL=base.css.map */
