input::-webkit-input-placeholder {
  color: #999; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999; }

.left {
  float: left; }

.right {
  float: right; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }

.main {
  width: 100%;
  min-height: 100%;
  background-color: #f0f0f0;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute; }

.index-list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }
  .index-list img {
    width: 100%; }

.banner {
  width: 100%;
  height: auto; }

.confirm {
  width: 100%;
  height: auto;
  padding-bottom: 5%;
 }
  .confirm .list {
    width: 100%;
    height: auto; }
    .confirm .list ul li {
      width: calc(100% - 40px);
      padding: 20px;
      height: auto;
      background-color: #fff;
      position: relative;
      margin-bottom: 10px; }
      .confirm .list ul li .pic {
        width: 100%;
        height: auto;
        border-radius: 5px;
        overflow: hidden; }
        .confirm .list ul li .pic a {
          width: 100%;
          height: auto;
          display: block; }
      .confirm .list ul li .con {
        width: 100%;
        height: auto; }
        .confirm .list ul li .con .tits {
          text-align: center;
          font-size: 28px;
          line-height: 30px;
          color: #2d86dd;
          width: 100%;
          height: auto;
          margin-top: 20px;
          display: block; }
        .confirm .list ul li .con .more {
          width: 150px;
          height: 36px;
          margin: 30px auto 0;
          text-align: center;
          background-color: #2d86dd;
          font-size: 20px;
          line-height: 36px;
          color: #fff;
          display: block;
          border-radius: 5px; }
  .confirm .list-new {
    width: 100%;
    height: auto; }
    .confirm .list-new ul {
      width: 100%;
      height: auto; }
      .confirm .list-new ul li {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 20px 0;
        margin-bottom: 20px; }
        .confirm .list-new ul li .con {
          width: 100%;
          height: auto;
          background-color: #fff; }
          .confirm .list-new ul li .con .con-new {
            width: 82%;
            height: auto;
            margin: 0 auto; }
            .confirm .list-new ul li .con .con-new .tits {
              width: 100%;
              height: auto; }
              .confirm .list-new ul li .con .con-new .tits .t {
                width: calc(100% - 70px);
                padding-left: 70px;
                font-size: 28px;
                line-height: 60px;
                color: #292929;
                position: relative;
                border-bottom: 1px solid #d9d9d9; }
                .confirm .list-new ul li .con .con-new .tits .t span {
                  width: calc(100% - 170px);
                  display: inline-block;
                  float: right;
                  color: #666; }
                .confirm .list-new ul li .con .con-new .tits .t:after {
                  width: 36px;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 13px;
                  background-position: center center;
                  background-repeat: no-repeat;
                  content: '';
                  display: block; }
                .confirm .list-new ul li .con .con-new .tits .t.t1:after {
                  background-image: url(../img/query_icon1.png); }
                .confirm .list-new ul li .con .con-new .tits .t.t2:after {
                  background-image: url(../img/query_icon2.png); }
                .confirm .list-new ul li .con .con-new .tits .t.t3 {
                  border-bottom: none; }
                  .confirm .list-new ul li .con .con-new .tits .t.t3:after {
                    background-image: url(../img/query_icon22.png); }
              .confirm .list-new ul li .con .con-new .tits .but {
                width: 100%;
                height: auto;
                text-align: center;
                font-size: 0;
                margin-top: 10px; }
                .confirm .list-new ul li .con .con-new .tits .but .more {
                  width: 150px;
                  height: 36px;
                  margin: 0 10px;
                  text-align: center;
                  background-color: #2d86dd;
                  font-size: 20px;
                  line-height: 36px;
                  color: #fff;
                  display: inline-block;
                  border-radius: 5px; }
        @media (max-width: 600px) {
          .confirm .list-new ul li {
            padding: 10px 0; }
            .confirm .list-new ul li .con .con-new .tits .t {
              width: calc(100% - 50px);
              padding-left: 50px;
              font-size: 18px;
              line-height: 45px; }
              .confirm .list-new ul li .con .con-new .tits .t span {
                width: calc(100% - 105px); }
              .confirm .list-new ul li .con .con-new .tits .t:after {
                left: 5px; }
              .confirm .list-new ul li .con .con-new .tits .t.t1:after {
                background-size: 24px; }
              .confirm .list-new ul li .con .con-new .tits .t.t2:after {
                background-size: 20px; }
              .confirm .list-new ul li .con .con-new .tits .t.t3:after {
                background-size: 24px; }
            .confirm .list-new ul li .con .con-new .tits .but .more {
              width: 120px;
              height: 30px;
              line-height: 30px;
              font-size: 16px; } }
        @media (max-width: 460px) {
          .confirm .list-new ul li .con .con-new .tits .t {
            width: calc(100% - 40px);
            padding-left: 40px;
            font-size: 16px;
            line-height: 40px; }
            .confirm .list-new ul li .con .con-new .tits .t span {
              width: calc(100% - 80px); }
            .confirm .list-new ul li .con .con-new .tits .t:after {
              left: 0; }
            .confirm .list-new ul li .con .con-new .tits .t.t1:after {
              background-size: 20px; }
            .confirm .list-new ul li .con .con-new .tits .t.t2:after {
              background-size: 16px; }
            .confirm .list-new ul li .con .con-new .tits .t.t3:after {
              background-size: 20px; }
          .confirm .list-new ul li .con .con-new .tits .but {
            margin-top: 5px; }
            .confirm .list-new ul li .con .con-new .tits .but .more {
              margin: 0 5px;
              width: 100px;
              height: 26px;
              line-height: 26px;
              font-size: 14px; } }
  .confirm .ewm {
    width: 80%;
    padding: 3% 10%;
    height: auto;
    background-color: #fff; }
  @media (max-width: 630px) {
    .confirm .list ul li .con .tits {
      font-size: 20px;
      line-height: 24px; }
    .confirm .list ul li .con .more {
      margin: 20px auto 0;
      width: 120px;
      height: 30px;
      line-height: 30px;
      font-size: 16px; } }
  @media (max-width: 500px) {
    .confirm .list ul li {
      width: calc(100% - 20px);
      padding: 10px; }
      .confirm .list ul li .con .tits {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px; }
      .confirm .list ul li .con .more {
        margin: 5px auto 0;
        width: 100px;
        height: 26px;
        line-height: 26px;
        font-size: 14px; } }

.submit {
  width: calc(100% - 40px);
  height: auto;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #2d86dd;
  text-align: center;
  font-size: 28px;
  line-height: 66px;
  color: #fff;
  border: none;
  display: block; }
  @media (max-width: 630px) {
    .submit {
      height: 50px;
      line-height: 50px;
      font-size: 20px; } }
  @media (max-width: 460px) {
    .submit {
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      margin: 20px auto 0; } }

.table-box {
  width: 100%;
  height: auto; 
}
  .table-box .t {
    padding-left: 20px;
    width: calc(100% - 20px);
    border-bottom: 1px solid #d9d9d9;
    height: 65px;
    background-color: #fff;
    position: relative;
    font-size: 28px;
    line-height: 65px;
    color: #999; }
    .table-box .t i {
      width: 36px;
      height: 100%;
      float: left;
      background-position: center center;
      background-repeat: no-repeat; }
      .table-box .t i.name {
        background-image: url(../img/table_icon1.png); }
      .table-box .t i.sex {
        background-image: url(../img/table_icon2.png); }
      .table-box .t i.company {
        background-image: url(../img/table_icon3.png); }
      .table-box .t i.position {
        background-image: url(../img/table_icon4.png); }
      .table-box .t i.tel {
        background-image: url(../img/table_icon5.png); }
	  .table-box .t i.zg {
        background-image: url(../img/table_icon16.png); }
      .table-box .t i.code {
        background-image: url(../img/table_icon6.png); }
    .table-box .t .text {
      width: calc(100% - 65px);
      height: 100%;
      float: right;
      border: none;
      background: none;
      font-size: 28px;
      color: #999;
      line-height: 65px; }
    .table-box .t .but {
      width: 20px;
      height: 36px;
      color: #fff;
      border-radius: 3px;
      background-color: #2d86dd;
      position: absolute;
      top: 15px;
      right: 20px;
      color: #fff;
      font-size: 16px;
      line-height: 36px;
      text-align: center;
      border: none; }
    .table-box .t input[type="radio"] {
      margin-left: 20px;
      margin-right: 10px; }
    .table-box .t:last-child {
      border: none; }
  @media (max-width: 630px) {
    .table-box .t {
      height: 45px;
      line-height: 45px;
      font-size: 18px; }
      .table-box .t i {
        width: 20px;
        height: 100%;
        background-size: 100%; }
      .table-box .t .text {
        width: calc(100% - 40px);
        font-size: 18px;
        line-height: 45px; }
      .table-box .t .but {
        height: 30px;
        top: 8px;
        line-height: 30px;
        font-size: 14px; } }
  @media (max-width: 460px) {
    .table-box .t {
      height: 40px;
      line-height: 40px;
      font-size: 14px; }
      .table-box .t i {
        width: 16px;
        height: 100%;
        background-size: 100%; }
      .table-box .t .text {
        width: calc(100% - 30px);
        font-size: 14px;
        line-height: 40px; }
      .table-box .t .but {
        top: 5px; }
      .table-box .t input[type="radio"] {
        margin-left: 15px;
        margin-right: 5px; } }

.table-box1 {
  width: 100%;
  height: auto;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 10px; }
  .table-box1 .tt {
    padding: 0 20px;
    width: calc(100% - 40px);
    font-size: 32px;
    color: #2d86dd;
    border-bottom: 1px solid #d9d9d9;
    line-height: 65px; }
  .table-box1 .t {
    padding: 0 20px;
    width: calc(100% - 40px);
    border-bottom: 1px solid #d9d9d9;
    height: 65px;
    background-color: #fff;
    position: relative; }
    .table-box1 .t .text {
      width: 100%;
      height: 100%;
      float: right;
      border: none;
      background: none;
      font-size: 28px;
      color: #999;
      line-height: 65px; }
    .table-box1 .t i {
      width: 14px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 20px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../img/table_icon7.png); }
  @media (max-width: 630px) {
    .table-box1 .tt {
      font-size: 20px;
      line-height: 45px; }
    .table-box1 .t {
      height: 45px; }
      .table-box1 .t .text {
        font-size: 18px;
        line-height: 45px; }
      .table-box1 .t i {
        background-size: 10px; } }
  @media (max-width: 460px) {
    .table-box1 .tt {
      font-size: 18px;
      line-height: 40px; }
    .table-box1 .t {
      height: 40px; }
      .table-box1 .t .text {
        font-size: 14px;
        line-height: 40px; } }

.weui-picker-modal .picker-items {
  font-size: 0.8rem !important; }

.weui-picker-modal .picker-item {
  text-align: center; }

.click-more {
  width: 100%;
  height: 64px;
  font-size: 28px;
  line-height: 64px;
  color: #666;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  margin-top: 10px;
  background-color: #fff; }
  .click-more span {
    padding-left: 35px;
    position: relative; }
    .click-more span:after {
      width: 24px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background-image: url(../img/table_icon8.png);
      background-repeat: no-repeat;
      background-size: 24px;
      background-position: center center; }
  @media (max-width: 630px) {
    .click-more {
      height: 45px;
      line-height: 45px;
      font-size: 18px; }
      .click-more span {
        padding-left: 22px; }
        .click-more span:after {
          width: 18px;
          background-size: 14px; } }
  @media (max-width: 460px) {
    .click-more {
      height: 40px;
      line-height: 40px;
      font-size: 16px; } }

.introduce {
  width: 100%;
  height: auto; }
  .introduce .tttt {
    width: calc(100% - 40px);
    font-size: 30px;
    line-height: 65px;
    color: #444;
    padding: 0 20px;
    font-weight: bold; }
  .introduce .box1 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-color: #fff; }
    .introduce .box1 .con {
      width: calc(100% - 40px);
      padding: 17px 20px 22px;
      height: auto; }
      .introduce .box1 .con .tits {
        font-size: 28px;
        line-height: 32px;
        color: #333; }
      .introduce .box1 .con .tag {
        width: 100%;
        height: auto;
        margin-top: 20px; }
        .introduce .box1 .con .tag span {
          font-size: 20px;
          line-height: 32px;
          display: inline-block;
          margin-right: 20px;
          color: #666;
          padding: 0 5px;
          background-color: #e0f0ff; }
    .introduce .box1 .tit {
      width: calc(100% - 57px);
      padding-left: 57px;
      font-size: 24px;
      line-height: 65px;
      color: #666;
      position: relative;
      border-top: 1px solid #d9d9d9; }
      .introduce .box1 .tit span {
        width: calc(100% - 145px);
        display: inline-block;
        float: right; }
      .introduce .box1 .tit:after {
        width: 24px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        content: '';
        display: block;
        background-image: url(../img/introduce_icon2.png); }
  .introduce .box2 {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff; }
    .introduce .box2 .tits {
      width: calc(100% - 40px);
      height: auto;
      line-height: 65px;
      font-size: 28px;
      color: #3377b9;
      border-bottom: 1px solid #d9d9d9;
      padding: 0 20px; }
    .introduce .box2 .tit {
      width: calc(100% - 40px);
      height: auto;
      padding: 0 20px; }
      .introduce .box2 .tit .t {
        width: 100%;
        font-size: 24px;
        color: #666;
        position: relative; }
        .introduce .box2 .tit .t i {
          width: 108px;
          padding-left: 37px;
          float: left;
          display: block;
          line-height: 65px;
          background-position: left center;
          background-repeat: no-repeat; }
        .introduce .box2 .tit .t span {
          width: calc(100% - 155px);
          display: block;
          margin-top: 18px;
          float: right;
          line-height: 30px; }
        .introduce .box2 .tit .t.t1 i {
          background-image: url(../img/introduce_icon1.png); }
        .introduce .box2 .tit .t.t2 i {
          background-image: url(../img/introduce_icon2.png); }
        .introduce .box2 .tit .t.t3 i {
          background-image: url(../img/introduce_icon3.png); }
        .introduce .box2 .tit .t.t4 i {
          background-size: 24px;
          background-image: url(../img/introduce_icon5.png); }
        .introduce .box2 .tit .t.t5 i {
          background-image: url(../img/introduce_icon6.png); }
        .introduce .box2 .tit .t.t6 i {
          background-image: url(../img/introduce_icon7.png); }
        .introduce .box2 .tit .t.t7 i {
          background-image: url(../img/introduce_icon8.png); }
        .introduce .box2 .tit .t.t8 i {
          background-image: url(../img/table_icon1.png); }
        .introduce .box2 .tit .t.t9 i {
          background-image: url(../img/table_icon5.png); }
        .introduce .box2 .tit .t.t15 i {
          background-image: url(../img/table_icon15.png); }
        .introduce .box2 .tit .t.t16 i {
          background-image: url(../img/table_icon16.png); }
        .introduce .box2 .tit .t.t17 i {
          background-image: url(../img/table_icon17.png); }
        .introduce .box2 .tit .t.t18 i {
          background-image: url(../img/table_icon18.png); }
  .introduce .box3 {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-top: 10px; }
    .introduce .box3 .tits {
      width: calc(100% - 40px);
      height: 67px;
      padding: 0 20px;
      font-size: 28px;
      color: #3377b9;
      line-height: 67px;
      border-bottom: 1px solid #d9d9d9; }
      .introduce .box3 .tits span {
        padding-left: 40px;
        background-image: url(../img/introduce_icon4.png);
        background-position: left center;
        background-repeat: no-repeat; }
    .introduce .box3 .con {
      width: calc(100% - 40px);
      height: auto;
      padding: 10px 20px;
      font-size: 20px;
      line-height: 36px;
      color: #666;
      text-align: justify; }
    .introduce .box3.b {
      margin-top: 0;
      margin-bottom: 10px; }
  .introduce .box4 {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 10px; }
    .introduce .box4 .tits {
      width: calc(100% - 40px);
      height: auto;
      padding: 0 20px;
      font-size: 28px;
      line-height: 66px;
      color: #2d86dd; }
    .introduce .box4 .pic {
      width: 100%;
      height: auto; }
    .introduce .box4 .con {
      width: calc(100% - 40px);
      height: auto;
      margin: 0 auto;
      padding: 10px 0;
      font-size: 20px;
      line-height: 36px;
      color: #666;
      text-align: justify; }
  .introduce .but-box {
    width: 100%;
    height: auto;
    margin-top: 30px; }
    .introduce .but-box .item {
      width: 33.3%;
      height: auto;
      float: left;
      text-align: center; }
      .introduce .but-box .item .bb {
        width: 120px;
        height: 36px;
        color: #fff;
        border-radius: 3px;
        background-color: #2d86dd;
        color: #fff;
        font-size: 16px;
        line-height: 36px;
        text-align: center;
        border: none;
        display: inline-block; }
  @media (max-width: 600px) {
    .introduce .box1 .con .tits {
      font-size: 18px;
      line-height: 24px; }
    .introduce .box1 .con .tag {
      margin-top: 10px; }
      .introduce .box1 .con .tag span {
        font-size: 14px;
        line-height: 20px; }
    .introduce .box1 .tit {
      font-size: 18px;
      line-height: 45px; }
      .introduce .box1 .tit span {
        width: calc(100% - 100px); }
      .introduce .box1 .tit:after {
        background-size: 20px auto; }
    .introduce .tttt {
      font-size: 20px;
      line-height: 45px; }
    .introduce .box2 .tits {
      font-size: 18px;
      line-height: 45px; }
    .introduce .box2 .tit .t {
      font-size: 18px; }
      .introduce .box2 .tit .t i {
        width: 85px;
        padding-left: 25px;
        background-size: 20px auto;
        line-height: 45px; }
      .introduce .box2 .tit .t span {
        width: calc(100% - 110px);
        line-height: 26px;
        margin-top: 9px; }
      .introduce .box2 .tit .t.t3 i {
        background-size: 16px auto; }
    .introduce .box3 .tits {
      font-size: 18px;
      line-height: 45px;
      height: 45px; }
      .introduce .box3 .tits span {
        background-size: 20px auto;
        padding-left: 30px; }
    .introduce .box3 .con {
      font-size: 16px;
      line-height: 30px; }
    .introduce .box4 .tits {
      font-size: 18px;
      line-height: 45px; }
    .introduce .box4 .con {
      font-size: 16px;
      line-height: 30px; } }
  @media (max-width: 440px) {
    .introduce .box1 .con {
      padding: 10px 20px; }
    .introduce .box1 .tit {
      width: calc(100% - 47px);
      padding-left: 47px;
      font-size: 16px;
      line-height: 40px; }
      .introduce .box1 .tit span {
        width: calc(100% - 80px); }
      .introduce .box1 .tit:after {
        background-size: 16px auto; }
    .introduce .tttt {
      line-height: 40px; }
    .introduce .box2 .tits {
      line-height: 40px; }
    .introduce .box2 .tit .t {
      font-size: 16px; }
      .introduce .box2 .tit .t i {
        width: 75px;
        padding-left: 25px;
        background-size: 16px auto;
        line-height: 40px; }
      .introduce .box2 .tit .t span {
        width: calc(100% - 100px);
        margin-top: 7px; }
      .introduce .box2 .tit .t.t4 i {
        background-size: 16px auto; }
    .introduce .but-box {
      margin-top: 20px; }
      .introduce .but-box .item .bb {
        width: 90px;
        height: 30px;
        line-height: 30px; } }

.tabs {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff; }
  .tabs a {
    width: 33.3333333333%;
    height: 65px;
    display: block;
    float: left;
    text-align: center;
    font-size: 28px;
    line-height: 65px;
    color: #666;
    position: relative; }
    .tabs a.on {
      color: #3377b9; }
      .tabs a.on:after {
        width: 100%;
        height: 2px;
        background-color: #3377b9;
        position: absolute;
        bottom: -1px;
        left: 0;
        content: ''; }
  @media (max-width: 600px) {
    .tabs a {
      font-size: 18px;
      height: 44px;
      line-height: 44px; } }
  @media (max-width: 440px) {
    .tabs a {
      font-size: 16px;
      height: 40px;
      line-height: 40px; } }

.introduce-banner {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .introduce-banner .con {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 9% 0; }
    .introduce-banner .con .tits {
      font-size: 85px;
      line-height: 86px;
      color: #003982; }
    .introduce-banner .con .tit {
      font-size: 30px;
      line-height: 30px;
      color: #003982;
      margin-top: 1.5%; }
    .introduce-banner .con .tit1 {
      font-size: 24px;
      line-height: 24px;
      color: #1152a4;
      margin-top: 1.7%; }
  .introduce-banner.agenda .con {
    padding: 13.5% 0; }
    .introduce-banner.agenda .con .tits {
      color: #fff; }
    .introduce-banner.agenda .con .tit {
      color: #fff;
      font-size: 28px;
      line-height: 28px; }
  @media (max-width: 600px) {
    .introduce-banner .con .tits {
      font-size: 50px;
      line-height: 50px; }
    .introduce-banner .con .tit {
      font-size: 24px;
      line-height: 24px; }
    .introduce-banner .con .tit1 {
      font-size: 16px;
      line-height: 16px; }
    .introduce-banner.agenda .con .tit {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 470px) {
    .introduce-banner .con .tits {
      font-size: 38px;
      line-height: 38px; }
    .introduce-banner .con .tit {
      font-size: 18px;
      line-height: 18px; }
    .introduce-banner .con .tit1 {
      font-size: 14px;
      line-height: 14px; }
    .introduce-banner.agenda .con .tit {
      font-size: 18px;
      line-height: 18px; } }

.apply .table-box {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px; }

.ewm-tk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none; }
  .ewm-tk .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .ewm-tk .list {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .ewm-tk .list .list-new {
      width: 89.3%;
      height: auto;
      margin: 0 auto; }
    .ewm-tk .list .a {
      width: 42px;
      height: 42px;
      position: absolute;
      top: 50%;
      margin-top: -21px;
      background-size: cover;
      z-index: 10; }
      .ewm-tk .list .a.prev {
        left: 0;
        background-image: url(../img/prev_h.jpg); }
      .ewm-tk .list .a.next {
        right: 0;
        background-image: url(../img/next_h.jpg); }
  .ewm-tk .con {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-bottom: 45px; }
    .ewm-tk .con .con-new {
      width: 82%;
      height: auto;
      margin: 0 auto; }
      .ewm-tk .con .con-new .tits {
        width: 100%;
        height: auto; }
        .ewm-tk .con .con-new .tits .t {
          width: calc(100% - 70px);
          padding-left: 70px;
          font-size: 28px;
          line-height: 60px;
          color: #292929;
          position: relative;
          border-bottom: 1px solid #d9d9d9;
          padding-top: 15px; }
          .ewm-tk .con .con-new .tits .t span {
            width: calc(100% - 170px);
            display: inline-block;
            float: right;
            color: #666; }
          .ewm-tk .con .con-new .tits .t:after {
            width: 36px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 13px;
            background-position: center center;
            background-repeat: no-repeat;
            content: '';
            display: block; }
          .ewm-tk .con .con-new .tits .t.t1:after {
            background-image: url(../img/query_icon1.png); }
          .ewm-tk .con .con-new .tits .t.t2:after {
            background-image: url(../img/query_icon2.png); }
      .ewm-tk .con .con-new .ewm {
        width: 80%;
        height: auto;
        margin: 38px auto 0; }
      .ewm-tk .con .con-new .tit {
        width: 100%;
        height: auto;
        font-size: 20px;
        line-height: 20px;
        margin-top: 35px; }
        .ewm-tk .con .con-new .tit .t1 {
          color: #2d86dd;
          float: left;
          padding-left: 33px;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url(../img/query_icon3.png); }
        .ewm-tk .con .con-new .tit .t2 {
          color: #666;
          float: right; }
  @media (max-width: 600px) {
    .ewm-tk .con {
      padding-bottom: 30px; }
      .ewm-tk .con .con-new .tits .t {
        width: calc(100% - 50px);
        padding-left: 50px;
        font-size: 18px;
        line-height: 45px;
        margin-top: 5px; }
        .ewm-tk .con .con-new .tits .t span {
          width: calc(100% - 105px); }
        .ewm-tk .con .con-new .tits .t:after {
          left: 5px; }
        .ewm-tk .con .con-new .tits .t.t1:after {
          background-size: 24px; }
        .ewm-tk .con .con-new .tits .t.t2:after {
          background-size: 20px; }
      .ewm-tk .con .con-new .ewm {
        margin: 20px auto 0; }
      .ewm-tk .con .con-new .tit {
        font-size: 16px;
        margin-top: 25px; } }
  @media (max-width: 460px) {
    .ewm-tk .con {
      padding-bottom: 20px; }
      .ewm-tk .con .con-new .tits .t {
        width: calc(100% - 40px);
        padding-left: 40px;
        font-size: 16px;
        line-height: 40px;
        margin-top: 5px; }
        .ewm-tk .con .con-new .tits .t span {
          width: calc(100% - 80px); }
        .ewm-tk .con .con-new .tits .t:after {
          left: 0; }
        .ewm-tk .con .con-new .tits .t.t1:after {
          background-size: 20px; }
        .ewm-tk .con .con-new .tits .t.t2:after {
          background-size: 16px; }
      .ewm-tk .con .con-new .ewm {
        margin: 20px auto 0; }
      .ewm-tk .con .con-new .tit {
        font-size: 14px;
        margin-top: 10px; }
        .ewm-tk .con .con-new .tit .t1 {
          background-size: 16px;
          padding-left: 22px; } }

.data {
  width: calc(100% - 40px);
  height: auto;
  padding: 20px 20px 6%; }
  .data .item {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px; }
    .data .item .item-new {
      width: calc(100% - 40px);
      height: auto;
      margin: 0 auto; }
      .data .item .item-new .tits {
        text-align: center;
        font-size: 28px;
        line-height: 65px;
        color: #2d86dd;
        border-bottom: 1px solid #d9d9d9; }
      .data .item .item-new .list {
        width: 100%;
        height: auto;
        padding: 20px 0; }
        .data .item .item-new .list ul {
          width: 100%;
          height: auto; }
          .data .item .item-new .list ul li {
            width: 100%;
            height: auto;
            padding: 18px 0; }
            .data .item .item-new .list ul li a {
              width: 100%;
              height: auto;
              display: block; }
              .data .item .item-new .list ul li a .t {
                padding-left: 60px;
                width: calc(100% - 170px);
                height: 44px;
                font-size: 24px;
                line-height: 44px;
                color: #292929;
                position: relative;
                float: left;
                width: 400px;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis; }
                .data .item .item-new .list ul li a .t:after {
                  width: 44px;
                  height: 44px;
                  position: absolute;
                  left: 0;
                  top: 0;
                  content: '';
                  background-position: center center;
                  background-repeat: no-repeat;
                  background-size: cover;
                  background-image: url(../img/data_icon.png); }
              .data .item .item-new .list ul li a .t1 {
                width: 88px;
                height: 36px;
                margin-top: 4px;
                border-radius: 5px;
                background-color: #5798e1;
                float: right;
                text-align: center;
                font-size: 20px;
                line-height: 36px;
                color: #fff; }
                .data .item .item-new .list ul li a .t1 span {
                  padding-left: 20px;
                  position: relative;
                  background-repeat: no-repeat;
                  background-position: left center;
                  background-image: url(../img/data_icon1.png); }
  @media (max-width: 620px) {
    .data .item .item-new .tits {
      font-size: 20px;
      line-height: 45px; }
    .data .item .item-new .list {
      padding: 10px 0; }
      .data .item .item-new .list ul li {
        padding: 10px 0; }
        .data .item .item-new .list ul li a .t {
          width: calc(100% - 140px);
          padding-left: 40px;
          height: 30px;
          font-size: 18px;
          line-height: 30px; }
          .data .item .item-new .list ul li a .t:after {
            width: 30px;
            height: 30px; }
        .data .item .item-new .list ul li a .t1 {
          width: 73px;
          height: 30px;
          line-height: 30px;
          font-size: 14px;
          margin-top: 0px; }
          .data .item .item-new .list ul li a .t1 span {
            padding-left: 15px;
            background-size: 12px; } }
  @media (max-width: 480px) {
    .data .item .item-new .tits {
      font-size: 16px;
      line-height: 24px;
      padding: 5px 0; }
    .data .item .item-new .list ul li {
      padding: 6px 0; }
      .data .item .item-new .list ul li a .t {
        width: calc(100% - 100px);
        font-size: 16px;
        line-height: 26px;
        height: 26px;
        padding-left: 34px; }
        .data .item .item-new .list ul li a .t:after {
          width: 26px;
          height: 26px; }
      .data .item .item-new .list ul li a .t1 {
        width: 60px;
        height: 26px;
        line-height: 26px; } }

.code {
  width: 100%;
  height: auto; }
  .code ul {
    width: 100%;
    height: auto;
    background-color: #fff; }
    .code ul li {
      width: 100%;
      height: auto;
      border-bottom: 1px solid #d9d9d9; }
      .code ul li a {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 13px;
        display: block; }
        .code ul li a .ewm {
          width: 120px;
          height: auto;
          float: left;
          margin-left: 20px; }
          .code ul li a .ewm canvas {
            width: 100% !important;
            height: auto !important; }
        .code ul li a .con {
          width: calc(100% - 150px);
          height: auto;
          float: right; }
          .code ul li a .con .tits {
            width: calc(100% - 45px);
            font-size: 28px;
            line-height: 47px;
            padding-right: 45px;
            border-bottom: 1px solid #d9d9d9;
            color: #5798e1;
            height: 47px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            position: relative; }
            .code ul li a .con .tits:after {
              width: 14px;
              height: 100%;
              position: absolute;
              right: 20px;
              top: 0;
              content: '';
              background-position: center center;
              background-repeat: no-repeat;
              background-size: 100%;
              background-image: url(../img/code_icon.png); }
          .code ul li a .con .tit {
            font-size: 20px;
            line-height: 28px;
            color: #666;
            margin-top: 4px; }
            .code ul li a .con .tit .t {
              padding-left: 30px;
              width: calc(100% - 30px);
              background-repeat: no-repeat; }
              .code ul li a .con .tit .t.t1 {
                background-position: left 5px;
                background-image: url(../img/code_icon1.png); }
              .code ul li a .con .tit .t.t2 {
                background-position: left 5px;
                background-image: url(../img/code_icon2.png); }
  @media (max-width: 700px) {
    .code ul li a .con .tits {
      font-size: 24px; }
    .code ul li a .con .tit {
      font-size: 16px; } }
  @media (max-width: 560px) {
    .code ul li a {
      padding-top: 15px;
      padding-bottom: 10px; }
      .code ul li a .ewm {
        width: 90px;
        height: auto;
        margin-left: 10px; }
      .code ul li a .con {
        width: calc(100% - 110px); }
        .code ul li a .con .tits {
          font-size: 18px;
          line-height: 30px;
          height: 30px; }
          .code ul li a .con .tits:after {
            width: 10px; }
        .code ul li a .con .tit {
          font-size: 14px;
          line-height: 24px; }
          .code ul li a .con .tit .t {
            padding-left: 20px;
            background-position: left 5px; }
            .code ul li a .con .tit .t.t1 {
              background-size: 14px; }
            .code ul li a .con .tit .t.t2 {
              background-size: 12px; } }

.ewm-tk1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none; }
  .ewm-tk1 .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .ewm-tk1 .con {
    width: 89.3%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding-bottom: 45px; }
    .ewm-tk1 .con .con-new {
      width: 100%;
      height: auto;
      margin: 0 auto; }
      .ewm-tk1 .con .con-new .tits {
        width: 100%;
        height: auto;
        font-size: 28px;
        line-height: 80px;
        text-align: center;
        color: #3377b9;
        border-bottom: 1px solid #d9d9d9; }
      .ewm-tk1 .con .con-new .tit1 {
        width: 82%;
        height: auto;
        margin: 14px auto 0;
        font-size: 20px;
        line-height: 28px;
        color: #666; }
        .ewm-tk1 .con .con-new .tit1 .t {
          padding-left: 30px;
          width: calc(100% - 30px);
          background-position: left center;
          background-repeat: no-repeat; }
          .ewm-tk1 .con .con-new .tit1 .t.t1 {
            background-position: left 5px;
            background-image: url(../img/code_icon1.png); }
          .ewm-tk1 .con .con-new .tit1 .t.t2 {
            background-position: left 5px;
            background-image: url(../img/code_icon2.png); }
      .ewm-tk1 .con .con-new .tit3 {
        width: 82%;
        height: auto;
        margin: 14px auto 0;
        color: #999; }
        .ewm-tk1 .con .con-new .tit3 .t {
          font-size: 28px;
          line-height: 50px;
          color: #666; }
          .ewm-tk1 .con .con-new .tit3 .t span {
            width: 100%;
            height: auto;
            display: block;
            color: #999; }
          .ewm-tk1 .con .con-new .tit3 .t .text {
            width: calc(100% - 10px);
            height: 63px;
            padding-left: 10px;
            font-size: 28px;
            line-height: 63px;
            border: 1px solid #999;
            color: #999;
            background: none; }
          .ewm-tk1 .con .con-new .tit3 .t .txt {
            width: calc(100% - 20px);
            padding: 10px;
            height: 150px;
            padding-left: 10px;
            font-size: 22px;
            line-height: 36px;
            border: 1px solid #999;
            color: #999;
            background: none; }
      .ewm-tk1 .con .con-new .but-box {
        width: 100%;
        height: auto;
        margin-top: 30px; }
        .ewm-tk1 .con .con-new .but-box .item {
          width: 50%;
          height: auto;
          float: left;
          text-align: center; }
          .ewm-tk1 .con .con-new .but-box .item .bb {
            width: 120px;
            height: 36px;
            color: #fff;
            border-radius: 3px;
            background-color: #2d86dd;
            color: #fff;
            font-size: 16px;
            line-height: 36px;
            text-align: center;
            border: none;
            display: inline-block; }
      .ewm-tk1 .con .con-new .ewm {
        width: 82%;
        height: auto;
        margin: 38px auto 0;
        max-width: 550px; }
        .ewm-tk1 .con .con-new .ewm canvas {
          width: 100% !important;
          height: auto !important; }
      .ewm-tk1 .con .con-new .tit {
        width: 82%;
        height: auto;
        font-size: 20px;
        line-height: 20px;
        margin: 35px auto 0; }
        .ewm-tk1 .con .con-new .tit .t1 {
          color: #2d86dd;
          float: left;
          padding-left: 33px;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url(../img/query_icon3.png); }
        .ewm-tk1 .con .con-new .tit .t2 {
          color: #666;
          float: right; }
  @media (max-width: 690px) {
    .ewm-tk1 .con {
      padding-bottom: 30px; }
      .ewm-tk1 .con .con-new .tits {
        font-size: 24px;
        line-height: 54px; }
      .ewm-tk1 .con .con-new .tit1 {
        font-size: 16px; }
      .ewm-tk1 .con .con-new .ewm {
        margin: 20px auto 0; }
      .ewm-tk1 .con .con-new .tit {
        font-size: 16px;
        margin-top: 25px; }
      .ewm-tk1 .con .con-new .tit3 .t span {
        font-size: 24px;
        line-height: 40px; }
      .ewm-tk1 .con .con-new .tit3 .t .text {
        height: 38px;
        font-size: 24px;
        line-height: 38px; }
      .ewm-tk1 .con .con-new .tit3 .t .txt {
        font-size: 18px;
        line-height: 26px; } }
  @media (max-width: 560px) {
    .ewm-tk1 .con {
      padding-bottom: 20px; }
      .ewm-tk1 .con .con-new .tits {
        font-size: 18px;
        line-height: 44px; }
      .ewm-tk1 .con .con-new .tit1 {
        width: 90%;
        font-size: 14px;
        line-height: 24px; }
        .ewm-tk1 .con .con-new .tit1 .t {
          padding-left: 20px;
          background-position: left 5px; }
          .ewm-tk1 .con .con-new .tit1 .t.t1 {
            background-size: 14px; }
          .ewm-tk1 .con .con-new .tit1 .t.t2 {
            background-size: 12px; }
      .ewm-tk1 .con .con-new .ewm {
        margin: 20px auto 0;
        width: 60%; }
      .ewm-tk1 .con .con-new .tit {
        width: 90%;
        font-size: 14px;
        margin-top: 10px; }
        .ewm-tk1 .con .con-new .tit .t1 {
          background-size: 16px;
          padding-left: 22px; }
      .ewm-tk1 .con .con-new .tit3 .t span {
        font-size: 18px;
        line-height: 36px; }
      .ewm-tk1 .con .con-new .tit3 .t .text {
        height: 28px;
        font-size: 16px;
        line-height: 28px; }
      .ewm-tk1 .con .con-new .tit3 .t .txt {
        font-size: 14px;
        line-height: 22px; } }
  @media (max-width: 460px) {
    .ewm-tk1 .con .con-new .tits {
      font-size: 16px;
      line-height: 26px;
      padding: 5px 0; }
    .ewm-tk1 .con .con-new .tit1 {
      line-height: 20px;
      margin: 10px auto 0; }
    .ewm-tk1 .con .con-new .ewm {
      margin: 10px auto 0; }
    .ewm-tk1 .con .con-new .tit3 .t span {
      font-size: 16px;
      line-height: 30px; }
    .ewm-tk1 .con .con-new .tit3 .t .text {
      height: 28px;
      font-size: 14px;
      line-height: 28px; }
    .ewm-tk1 .con .con-new .tit3 .t .txt {
      font-size: 14px;
      line-height: 22px; } }

.prompt {
  width: 100%;
  height: auto;
  padding-bottom: 6%; }
  .prompt .banner {
    width: 100%;
    height: auto; }
  .prompt .title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 28px;
    color: #307ecf;
    line-height: 60px;
    background-color: #fff;
    margin-bottom: 10px; }
    .prompt .title span {
      padding-left: 35px;
      background-repeat: no-repeat;
      background-position: left center;
      background-image: url(../img/prompt_icon1.png); }
  .prompt .item {
    width: calc(100% - 40px);
    padding: 20px 20px 15px;
    height: auto;
    background-color: #fff;
    margin-bottom: 10px; }
    .prompt .item .tits {
      width: calc(100% - 65px);
      padding-left: 65px;
      font-size: 28px;
      line-height: 54px;
      background-position: left center;
      background-repeat: no-repeat; }
      .prompt .item .tits.t1 {
        background-image: url(../img/prompt_icon2.png); }
      .prompt .item .tits.t2 {
        background-image: url(../img/prompt_icon3.png); }
      .prompt .item .tits.t3 {
        background-image: url(../img/prompt_icon4.png); }
      .prompt .item .tits.t4 {
        background-image: url(../img/prompt_icon5.png); }
    .prompt .item .tit {
      font-size: 20px;
      line-height: 36px;
      text-align: justify;
      color: #666;
      margin-top: 11px; }
  @media (max-width: 600px) {
    .prompt .title {
      font-size: 20px;
      line-height: 45px; }
    .prompt .item .tits {
      font-size: 20px;
      line-height: 40px;
      background-size: 40px;
      padding-left: 48px; }
    .prompt .item .tit {
      font-size: 16px;
      line-height: 26px; } }
  @media (max-width: 460px) {
    .prompt .title {
      font-size: 16px;
      line-height: 40px; }
      .prompt .title span {
        background-size: 18px;
        padding-left: 24px; } }

.feedback {
  width: 100%;
  height: auto; }
  .feedback .txt {
    width: 100%;
    height: 340px;
    background-color: #fff;
    position: relative; }
    .feedback .txt .tt {
      width: calc(100% - 40px);
      padding: 10px 20px;
      height: calc(100% - 20px);
      font-size: 28px;
      line-height: 40px;
      color: #d9d9d9;
      border: none; }
      .feedback .txt .tt::-webkit-input-placeholder {
        color: #d9d9d9; }
      .feedback .txt .tt::-moz-placeholder {
        color: #d9d9d9; }
      .feedback .txt .tt:-moz-placeholder {
        color: #d9d9d9; }
      .feedback .txt .tt:-ms-input-placeholder {
        color: #d9d9d9; }
    .feedback .txt .num {
      position: absolute;
      bottom: 20px;
      right: 20px;
      display: inline-block;
      padding-left: 30px;
      background-repeat: no-repeat;
      background-position: left center;
      background-image: url(../img/feedback_icon.png);
      font-size: 20px;
      line-height: 20px;
      color: #d9d9d9; }
  .feedback .submit {
    margin: 10% auto 0; }
  @media (max-width: 530px) {
    .feedback .txt {
      height: 300px; }
      .feedback .txt .tt {
        font-size: 18px;
        line-height: 26px; } }
/*# sourceMappingURL=style.css.map */
