@charset "UTF-8";
.bgcolor {
  background: #f6f6f6;
  background-color: #f6f6f6; }

.bgcolors {
  background: #f6f6f6;
  background-color: #f6f6f6; }

.q_login_mask {
  width: 100%;
  height: 100%; }

.q_login_box {
  z-index: 5;
  width: 460px;
  background-color: #ffffff;
  box-shadow: -3px 8px 25px 0px rgba(4, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto; }
  .q_login_box .q_login_title {
    width: 100%;
    height: 76px;
    background-color: #f3f3f3;
    background: #f3f3f3;
    font-size: 24px;
    line-height: 76px;
    letter-spacing: 1px;
    color: #363636;
    text-align: center; }
  .q_login_box .box {
    padding: 35px 45px; }
    .q_login_box .box .block {
      margin-bottom: 20px; }
      .q_login_box .box .block .q_login_item {
        margin-right: 20px; }
    .q_login_box .box .q_login_item {
      width: 100%;
      height: 44px;
      color: #bbbbbb;
      background-color: #ffffff;
      border-radius: 5px;
      border: solid 1px #dcdcdc; }
      .q_login_box .box .q_login_item .iconfont {
        color: #c4c4c4;
        font-size: 22px;
        padding-left: 20px;
        padding-right: 15px; }
      .q_login_box .box .q_login_item input {
        width: 100%;
        line-height: 20px;
        padding: 0 10px;
        border-left: 1px solid #e7e7e7; }
        .q_login_box .box .q_login_item input::-webkit-input-placeholder {
          color: #bbbbbb; }
        .q_login_box .box .q_login_item input:-moz-placeholder {
          color: #bbbbbb; }
        .q_login_box .box .q_login_item input:-ms-input-placeholder {
          color: #bbbbbb; }
        .q_login_box .box .q_login_item input::placeholder {
          color: #bbbbbb; }
      .q_login_box .box .q_login_item.q_code input {
        width: 55%; }
      .q_login_box .box .q_login_item.q_code span {
        cursor: pointer;
        font-size: 14px;
        letter-spacing: 0px;
        color: #12bfff;
        margin-right: 20px; }
    .q_login_box .box .q_login_btn {
      cursor: pointer;
      margin: 0 auto;
      margin-top: 30px;
      width: 370px;
      height: 50px;
      background: #12bfff;
      background-color: #12bfff;
      border-radius: 5px;
      font-size: 18px;
      letter-spacing: 0px;
      color: #ffffff;
      display: block;
      text-align: center;
      line-height: 50px; }
    .q_login_box .box .process {
      width: 500px;
      margin: 0 auto;
      margin-bottom: 95px; }
      .q_login_box .box .process .icon {
        width: 37px;
        height: 37px;
        background-color: #f2f2f2;
        border: solid 1px #e5e5e5;
        line-height: 36px;
        text-align: center;
        color: #d5d5d5;
        font-weight: 600;
        border-radius: 50%;
        position: relative; }
        .q_login_box .box .process .icon::after {
          content: "";
          position: absolute;
          left: 50%;
          -o-transform: translate3d(-50%, 0, 0);
          -moz-transform: translate3d(-50%, 0, 0);
          -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
          letter-spacing: 0px;
          color: #bbbbbb;
          width: 100px;
          bottom: -45px;
          font-weight: 500; }
        .q_login_box .box .process .icon:nth-of-type(1)::after {
          content: "填写手机号"; }
        .q_login_box .box .process .icon:nth-of-type(2)::after {
          content: "填写新密码"; }
        .q_login_box .box .process .icon:nth-of-type(3)::after {
          content: "完成"; }
        .q_login_box .box .process .icon.active {
          background-color: #12bfff;
          border: 1px solid #12bfff;
          color: #ffffff; }
          .q_login_box .box .process .icon.active::after {
            color: #12bfff; }
      .q_login_box .box .process .line {
        height: 6px;
        background-color: #eeeeee;
        width: 39%; }
        .q_login_box .box .process .line.active {
          background-color: #12bfff; }

/************ login START ***********/
.login .main1 .content {
  position: relative;
  height: 750px; }
  .login .main1 .content .link {
    font-size: 14px;
    letter-spacing: 0px;
    color: #bbbbbb; }
    .login .main1 .content .link a:nth-child(2) {
      color: #12bfff; }

/************ login END ***********/
/************ enroll START ***********/
.enroll .img_bg {
  height: 750px; }
  .enroll .img_bg img {
    max-width: none;
    width: 1920px;
    height: 750px; }

.enroll .main1 .content {
  height: 750px;
  position: relative; }

/************ enroll END ***********/
/************ find_password START ***********/
.find_password .main1 .content {
  position: relative;
  height: 750px; }
  .find_password .main1 .content .q_login_box {
    width: 900px; }
    .find_password .main1 .content .q_login_box .box {
      padding: 45px 0; }
      .find_password .main1 .content .q_login_box .box .q_login_item {
        width: 370px;
        margin-left: auto;
        margin-right: auto; }
      .find_password .main1 .content .q_login_box .box .two_item {
        display: none; }
      .find_password .main1 .content .q_login_box .box .three_item {
        text-align: center;
        display: none; }
        .find_password .main1 .content .q_login_box .box .three_item .iconfont {
          color: #12bfff;
          font-size: 58px;
          margin-bottom: 24px; }
        .find_password .main1 .content .q_login_box .box .three_item p {
          font-size: 14px;
          letter-spacing: 0px;
          color: #555555;
          margin-bottom: 55px; }

/************ find_password END ***********/
.order_left {
  width: 25.71429%;
  background-color: #ffffff;
  max-height: 768px;
  border-top: 2px solid #12bfff;
  padding-bottom: 60px; }
  .order_left .order_left_top {
    text-align: center;
    padding-top: 50px; }
    .order_left .order_left_top .img {
      width: 110px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto; }
      .order_left .order_left_top .img .picture_container {
        padding-top: 100%; }
    .order_left .order_left_top .name {
      font-size: 18px;
      letter-spacing: 1px;
      margin-top: 20px;
      margin-bottom: 15px;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .order_left .order_left_top .abstract {
      font-size: 14px;
      letter-spacing: 0px;
      color: #001555;
      width: 100%; }
  .order_left .order_monu {
    padding-top: 50px;
    padding-bottom: 45px; }
    .order_left .order_monu .line {
      width: 100%;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .order_left .order_monu .line .iconfont {
        font-size: 24px;
        margin-right: 15px; }
      .order_left .order_monu .line .icon_bianji {
        font-size: 22px; }
      .order_left .order_monu .line a {
        height: 80px;
        line-height: 80px;
        font-size: 18px;
        padding-left: 30px; }
      .order_left .order_monu .line.active {
        background-color: #f9f9f9;
        color: #12bfff; }
      .order_left .order_monu .line:hover {
        background-color: #f9f9f9;
        color: #12bfff; }
  .order_left .order_left_btn {
    width: 83.33333%;
    height: 60px;
    background-color: #12bfff;
    border-radius: 10px;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center; }

.order_right {
  overflow: hidden;
  width: 70.71429%;
  border-top: 2px solid #12bfff;
  background-color: #ffffff;
  padding: 50px 0; }
  .order_right [class*=animate_fade] {
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -o-animation-duration: 0s;
    animation-duration: 0s;
    opacity: 0; }
  .order_right .order_right_title {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 1px;
    margin-bottom: 60px;
    text-align: center; }
  .order_right .order_search {
    width: 97.77778%; }
    .order_right .order_search .items {
      height: 46px;
      background-color: #ffffff;
      border-radius: 23px;
      border: solid 1px #12bfff;
      position: relative;
      margin-right: 65px; }
      .order_right .order_search .items input {
        width: 100%;
        height: 100%;
        font-size: 14px;
        letter-spacing: 0px;
        color: #bbbbbb;
        padding-left: 22px;
        padding-right: 50px; }
        .order_right .order_search .items input::-webkit-input-placeholder {
          color: #bbbbbb; }
        .order_right .order_search .items input:-moz-placeholder {
          color: #bbbbbb; }
        .order_right .order_search .items input:-ms-input-placeholder {
          color: #bbbbbb; }
        .order_right .order_search .items input::placeholder {
          color: #bbbbbb; }
      .order_right .order_search .items .iconfont {
        cursor: pointer;
        font-size: 18px;
        top: 50%;
        right: 30px;
        color: #12bfff;
        position: absolute;
        -o-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0); }
    .order_right .order_search .item {
      width: 20.38217%;
      height: 42px;
      background-color: #f9f9f9;
      border: solid 1px #f2f2f2;
      font-size: 14px;
      letter-spacing: 0px;
      color: #bbbbbb;
      position: relative;
      padding-left: 20px;
      padding-right: 10px;
      cursor: pointer; }
      .order_right .order_search .item::-webkit-input-placeholder {
        color: #bbbbbb; }
      .order_right .order_search .item:-moz-placeholder {
        color: #bbbbbb; }
      .order_right .order_search .item:-ms-input-placeholder {
        color: #bbbbbb; }
      .order_right .order_search .item::placeholder {
        color: #bbbbbb; }
      .order_right .order_search .item:not(:last-child) {
        margin-right: 25px; }
      .order_right .order_search .item input {
        height: 100%;
        width: 90%;
        cursor: pointer; }
        .order_right .order_search .item input::-webkit-input-placeholder {
          color: #bbbbbb; }
        .order_right .order_search .item input:-moz-placeholder {
          color: #bbbbbb; }
        .order_right .order_search .item input:-ms-input-placeholder {
          color: #bbbbbb; }
        .order_right .order_search .item input::placeholder {
          color: #bbbbbb; }
      .order_right .order_search .item .order_search_down {
        z-index: 5;
        cursor: pointer;
        display: none;
        position: absolute;
        top: 41px;
        width: 100%;
        line-height: 42px;
        background-color: #f9f9f9;
        border: solid 1px #f2f2f2;
        cursor: pointer;
        padding-left: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-height: 170px;
        overflow-y: auto;
        left: 0; }
      .order_right .order_search .item.off {
        cursor: not-allowed; }
    .order_right .order_search .btn {
      width: 88px;
      height: 43px;
      border-radius: 4px;
      font-size: 14px;
      text-align: center;
      line-height: 43px;
      letter-spacing: 0px;
      color: #ffffff;
      cursor: pointer;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      background-color: #12bfff; }
      .order_right .order_search .btn.btns {
        color: #bbbbbb;
        background-color: #eeeeee; }
        .order_right .order_search .btn.btns:hover {
          color: #ffffff;
          background-color: #12bfff; }
    .order_right .order_search .box:nth-child(1) {
      margin-bottom: 30px; }
  .order_right .contentull {
    display: none;
    text-align: center; }
    .order_right .contentull img {
      margin-bottom: 55px; }
    .order_right .contentull .txt .abstract {
      font-size: 18px;
      letter-spacing: 1px;
      margin-bottom: 15px; }
    .order_right .contentull .txt .icon {
      font-size: 14px;
      letter-spacing: 0px;
      color: #888888;
      margin-bottom: 110px; }
    .order_right .contentull .btn {
      width: 260px;
      height: 60px;
      border-radius: 10px;
      font-size: 18px;
      text-align: center;
      line-height: 60px;
      letter-spacing: 1px;
      color: #ffffff;
      background-color: #12bfff;
      margin: 0 auto; }

.order_screening_popup {
  display: none;
  z-index: 10;
  position: fixed;
  top: 90px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2); }
  .order_screening_popup .mask {
    width: 100%;
    height: 100%; }
    .order_screening_popup .mask .box1 {
      border-top: 1px solid #eee;
      background-color: #fff;
      padding: 20px 15px; }
      .order_screening_popup .mask .box1 .item {
        width: 20.38217%;
        height: 42px;
        background-color: #f9f9f9;
        border: solid 1px #f2f2f2;
        font-size: 14px;
        letter-spacing: 0px;
        color: #bbbbbb;
        position: relative;
        padding-left: 20px;
        padding-right: 10px;
        cursor: pointer; }
        .order_screening_popup .mask .box1 .item::-webkit-input-placeholder {
          color: #bbbbbb; }
        .order_screening_popup .mask .box1 .item:-moz-placeholder {
          color: #bbbbbb; }
        .order_screening_popup .mask .box1 .item:-ms-input-placeholder {
          color: #bbbbbb; }
        .order_screening_popup .mask .box1 .item::placeholder {
          color: #bbbbbb; }
        .order_screening_popup .mask .box1 .item:not(:last-child) {
          margin-right: 25px; }
        .order_screening_popup .mask .box1 .item input {
          height: 100%;
          width: 100%;
          cursor: pointer; }
          .order_screening_popup .mask .box1 .item input::-webkit-input-placeholder {
            color: #bbbbbb; }
          .order_screening_popup .mask .box1 .item input:-moz-placeholder {
            color: #bbbbbb; }
          .order_screening_popup .mask .box1 .item input:-ms-input-placeholder {
            color: #bbbbbb; }
          .order_screening_popup .mask .box1 .item input::placeholder {
            color: #bbbbbb; }
        .order_screening_popup .mask .box1 .item .order_search_down {
          z-index: 5;
          cursor: pointer;
          display: none;
          position: absolute;
          top: 41px;
          width: 100%;
          line-height: 42px;
          background-color: #f9f9f9;
          border: solid 1px #f2f2f2;
          cursor: pointer;
          padding-left: 15px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          max-height: 170px;
          overflow-y: auto;
          left: 0; }
        .order_screening_popup .mask .box1 .item.off {
          cursor: not-allowed; }
      .order_screening_popup .mask .box1 .btn {
        width: 88px;
        height: 43px;
        border-radius: 4px;
        font-size: 14px;
        text-align: center;
        line-height: 43px;
        letter-spacing: 0px;
        color: #ffffff;
        cursor: pointer;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #12bfff; }
        .order_screening_popup .mask .box1 .btn.btns {
          margin-left: 15px;
          color: #bbbbbb;
          background-color: #eeeeee; }

.order_screening_btn {
  display: none;
  position: fixed;
  width: 50px;
  top: 15%;
  right: -20px;
  width: 80px;
  height: 40px;
  font-size: 18px;
  background-color: #12bfff;
  color: #ffffff;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 5; }

.order {
  padding-top: 45px;
  padding-bottom: 70px; }
  .order .order_right {
    padding-left: 45px;
    padding-right: 45px; }
  .order .list {
    margin-top: 40px; }
    .order .list .title1 {
      width: 15%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .order .list .title2 {
      width: 23%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .order .list .title3 {
      width: 19%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .order .list .title4 {
      width: 14%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .order .list .title5 {
      width: 20%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .order .list .title6 {
      width: 9.4%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .order .list .list_title {
      padding: 0 15px;
      height: 54px;
      background-color: #f9f9f9;
      border: solid 1px #f2f2f2;
      text-align: center; }
    .order .list .list_container .line {
      margin-top: 20px;
      text-align: center;
      width: 100%;
      background-color: #ffffff;
      border: solid 1px #f2f2f2;
      padding: 15px;
      font-size: 14px;
      letter-spacing: 0px;
      color: #888888; }
      .order .list .list_container .line .title1 .picture_container {
        padding-top: 93.84615%; }
      .order .list .list_container .line .btn {
        height: 36px;
        background-color: #eeeeee;
        border-radius: 4px;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0px;
        color: #bbbbbb;
        margin-bottom: 15px;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .order .list .list_container .line .btn:hover {
          background-color: #12bfff;
          color: #ffffff; }
      .order .list .list_container .line .details {
        font-size: 14px;
        letter-spacing: 0px;
        color: #12bfff; }
  .order .paging {
    margin-top: 50px; }

.order-details {
  padding-top: 45px;
  padding-bottom: 70px; }
  .order-details .order_right {
    padding-left: 45px;
    padding-right: 45px; }
    .order-details .order_right .content .btn {
      width: 88px;
      height: 36px;
      background-color: #12bfff;
      border-radius: 4px;
      font-size: 14px;
      line-height: 36px;
      letter-spacing: 0px;
      color: #ffffff;
      text-align: center; }
    .order-details .order_right .content .order-details_top {
      padding-bottom: 25px;
      border-bottom: 1px solid #f2f2f2; }
      .order-details .order_right .content .order-details_top p:last-child {
        margin-left: 50px; }
    .order-details .order_right .content .product_type {
      font-size: 14px;
      letter-spacing: 0px;
      color: #888888;
      padding: 15px 0; }
      .order-details .order_right .content .product_type .img {
        width: 130px; }
        .order-details .order_right .content .product_type .img .picture_container {
          padding-top: 93.84615%; }
    .order-details .order_right .content .product_recipients {
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      padding: 20px 0;
      line-height: 32px;
      letter-spacing: 0px;
      color: #888888; }
    .order-details .order_right .content .product_mes {
      padding-top: 25px;
      position: relative;
      line-height: 32px;
      letter-spacing: 0px;
      color: #888888; }
.order-details .order_right .content .product_mes .name{
  font-size: 18px;
  margin-bottom: 10px;
  color:#333333;
 }
.order-details .order_right .content .product_recipients .name{
  font-size: 18px;
  margin-bottom: 10px;
  color:#333333;
}
      .order-details .order_right .content .product_mes .btn {
        position: absolute;
        top: 30px;
        right: 0; }

.reset_password {
  padding-top: 45px;
  padding-bottom: 70px; }
  .reset_password .order_right {
    padding-left: 11.11111%;
    padding-right: 45px; }
    .reset_password .order_right .content .line:not(:last-child) {
      margin-bottom: 25px; }
    .reset_password .order_right .content .line .name {
      width: 175px;
      letter-spacing: 1px;
      color: #aaaaaa; }
    .reset_password .order_right .content .line .password_input {
      width: 61.11111%;
      margin-left: 25px;
      height: 38px;
      background-color: #ffffff;
      border-radius: 5px;
      border: solid 1px #e5e5e5;
      padding-right: 15px; }
      .reset_password .order_right .content .line .password_input input {
        padding-left: 20px;
        width: 100%;
        font-size: 14px;
        height: 100%;
        letter-spacing: 0px;
        color: #999999; }
        .reset_password .order_right .content .line .password_input input::-webkit-input-placeholder {
          color: #9999; }
        .reset_password .order_right .content .line .password_input input:-moz-placeholder {
          color: #9999; }
        .reset_password .order_right .content .line .password_input input:-ms-input-placeholder {
          color: #9999; }
        .reset_password .order_right .content .line .password_input input::placeholder {
          color: #9999; }
      .reset_password .order_right .content .line .password_input .iconfont {
        font-size: 20px;
        color: #d5d5d5;
        cursor: pointer; }
    .reset_password .order_right .content .btn_box {
      margin-top: 50px;
      margin-left: 200px; }
      .reset_password .order_right .content .btn_box .btn {
        width: 200px;
        height: 40px;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer; }
        .reset_password .order_right .content .btn_box .btn:nth-child(1) {
          background-color: #12bfff;
          color: #ffffff;
          margin-right: 50px; }
        .reset_password .order_right .content .btn_box .btn:nth-child(2) {
          background-color: #eeeeee;
          color: #c4c4c4; }

.edit_data {
  padding-top: 45px;
  padding-bottom: 70px; }
  .edit_data .order_right {
    padding-left: 90px; }
    .edit_data .order_right #head_up {
      border-radius: 50%;
      width: 100%;
      height: 100%;
      cursor: pointer; }
    .edit_data .order_right .head_portrait {
      width: 125px;
      height: 125px;
      padding: 10px;
      margin: 0 auto;
      border-radius: 50%;
      background-color: #ffffff;
      border: solid 1px #e5e5e5;
      margin-bottom: 50px; }
    .edit_data .order_right .edit_data_sheet .line:not(:last-child) {
      margin-bottom: 25px; }
    .edit_data .order_right .edit_data_sheet .line .name {
      width: 95px;
      letter-spacing: 1px;
      color: #aaaaaa;
      margin-right: 55px; }
      .edit_data .order_right .edit_data_sheet .line .name span {
        color: #ff0000; }
    .edit_data .order_right .edit_data_sheet .line .edit_input input {
      height: 38px;
      background-color: #ffffff;
      border-radius: 5px;
      border: solid 1px #e5e5e5;
      font-size: 14px;
      letter-spacing: 0px;
      color: #999999;
      padding-left: 22px;
      width: 80%; }
      .edit_data .order_right .edit_data_sheet .line .edit_input input::-webkit-input-placeholder {
        color: #999999; }
      .edit_data .order_right .edit_data_sheet .line .edit_input input:-moz-placeholder {
        color: #999999; }
      .edit_data .order_right .edit_data_sheet .line .edit_input input:-ms-input-placeholder {
        color: #999999; }
      .edit_data .order_right .edit_data_sheet .line .edit_input input::placeholder {
        color: #999999; }
    .edit_data .order_right .edit_data_sheet .line .edit_input textarea {
      height: 164px;
      background-color: #ffffff;
      border-radius: 5px;
      border: solid 1px #e5e5e5;
      font-size: 14px;
      letter-spacing: 0px;
      color: #999999;
      padding-left: 22px;
      padding-top: 22px;
      width: 80%; }
      .edit_data .order_right .edit_data_sheet .line .edit_input textarea::-webkit-input-placeholder {
        color: #999999; }
      .edit_data .order_right .edit_data_sheet .line .edit_input textarea:-moz-placeholder {
        color: #999999; }
      .edit_data .order_right .edit_data_sheet .line .edit_input textarea:-ms-input-placeholder {
        color: #999999; }
      .edit_data .order_right .edit_data_sheet .line .edit_input textarea::placeholder {
        color: #999999; }
    .edit_data .order_right .edit_data_sheet .line .edit_down {
      position: relative;
      height: 38px;
      width: 66.66667%;
      background-color: #ffffff;
      border-radius: 5px;
      border: solid 1px #e5e5e5;
      font-size: 14px;
      letter-spacing: 0px;
      color: #999999;
      padding-left: 22px; }
      .edit_data .order_right .edit_data_sheet .line .edit_down::-webkit-input-placeholder {
        color: #999999; }
      .edit_data .order_right .edit_data_sheet .line .edit_down:-moz-placeholder {
        color: #999999; }
      .edit_data .order_right .edit_data_sheet .line .edit_down:-ms-input-placeholder {
        color: #999999; }
      .edit_data .order_right .edit_data_sheet .line .edit_down::placeholder {
        color: #999999; }
      .edit_data .order_right .edit_data_sheet .line .edit_down input {
        width: 100%;
        cursor: pointer; }
      .edit_data .order_right .edit_data_sheet .line .edit_down .iconfont {
        margin-right: 15px;
        font-size: 12px;
        color: #d7d7d7; }
      .edit_data .order_right .edit_data_sheet .line .edit_down .edit_down_monu {
        display: none;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 37px;
        width: 100%;
        line-height: 38px;
        background-color: #ffffff;
        border-radius: 5px;
        border: solid 1px #e5e5e5; }
        .edit_data .order_right .edit_data_sheet .line .edit_down .edit_down_monu li {
          padding-left: 20px; }
    .edit_data .order_right .edit_data_sheet .line .new {
      font-size: 14px;
      letter-spacing: 0px;
      color: #e4393c;
      margin-left: 28px;
      cursor: pointer; }
    .edit_data .order_right .edit_data_sheet .btn_box .btn {
      margin-left: 147px;
      width: 200px;
      height: 40px;
      border-radius: 5px;
      font-size: 14px;
      letter-spacing: 0px;
      cursor: pointer; }
      .edit_data .order_right .edit_data_sheet .btn_box .btn:nth-child(1) {
        background-color: #12bfff;
        color: #ffffff; }
      .edit_data .order_right .edit_data_sheet .btn_box .btn:nth-child(2) {
        background-color: #eeeeee;
        color: #c4c4c4;
        margin-left: 50px; }

.m_order {
  width: 100%;
  background-color: #ffffff;
  max-height: 768px;
  border-top: 2px solid #12bfff;
  padding-bottom: 60px; }
  .m_order .order_left_top {
    text-align: center;
    padding-top: 50px; }
    .m_order .order_left_top .img {
      width: 110px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto; }
      .m_order .order_left_top .img .picture_container {
        padding-top: 100%; }
    .m_order .order_left_top .name {
      font-size: 18px;
      letter-spacing: 1px;
      margin-top: 20px;
      margin-bottom: 15px;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .m_order .order_left_top .abstract {
      font-size: 14px;
      letter-spacing: 0px;
      color: #001555;
      width: 100%; }
  .m_order .order_monu {
    padding-top: 50px;
    padding-bottom: 45px; }
    .m_order .order_monu .line {
      width: 100%;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .m_order .order_monu .line .iconfont {
        font-size: 24px;
        margin-right: 15px; }
      .m_order .order_monu .line .icon_bianji {
        font-size: 22px; }
      .m_order .order_monu .line a {
        height: 80px;
        line-height: 80px;
        font-size: 18px;
        padding-left: 30px; }
      .m_order .order_monu .line.active {
        background-color: #f9f9f9;
        color: #12bfff; }
      .m_order .order_monu .line:hover {
        background-color: #f9f9f9;
        color: #12bfff; }
  .m_order .order_left_btn {
    width: 83.33333%;
    height: 60px;
    background-color: #12bfff;
    border-radius: 10px;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center; }

.q_inner_title {
  text-align: center; }
  .q_inner_title .cn {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 12px; }
  .q_inner_title .en {
    font-size: 18px;
    letter-spacing: 0px;
    color: #434343;
    opacity: 0.4; }

/************ contact START ***********/
.contact {
  padding: 80px 0;
  overflow: hidden; }
  .contact .q_inner_title {
    margin-bottom: 50px; }
  .contact .content .icon {
    margin-bottom: 50px; }
    .contact .content .icon .block {
      width: 33%;
      text-align: center; }
      .contact .content .icon .block .iconfont {
        font-size: 45px;
        color: #484660; }
      .contact .content .icon .block .title {
        font-size: 18px;
        letter-spacing: 0px;
        color: #434343;
        margin-top: 22px;
        margin-bottom: 15px; }
      .contact .content .icon .block .abstract {
        letter-spacing: 0px;
        color: #666666; }
  .contact .content .map {
    height: 520px; }
    .contact .content .map img {
      max-width: none;
      max-height: none; }
    .contact .content .map #map {
      width: 100%;
      height: 100%; }

/************ contact END ***********/
/************ news START ***********/
.news {
  padding: 60px 0 80px;
  overflow: hidden; }
  .news .main1 {
    margin-bottom: 40px; }
    .news .main1 .content .box {
      background: #ffffff; }
      .news .main1 .content .box .q_news_left {
        width: 50%;
        margin-right: 3.57143%; }
        .news .main1 .content .box .q_news_left .img {
          width: 100%; }
          .news .main1 .content .box .q_news_left .img .picture_container {
            padding-top: 61.42857%; }
        .news .main1 .content .box .q_news_left .swiper-pagination {
          bottom: 30px;
          width: auto;
          right: 40px;
          left: auto; }
        .news .main1 .content .box .q_news_left .swiper-pagination-bullet {
          opacity: 1;
          width: 10px;
          height: 7px;
          border-radius: 0;
          background-color: #ffffff;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
        .news .main1 .content .box .q_news_left .swiper-pagination-bullet-active {
          width: 32px;
          background-color: #12bfff; }
      .news .main1 .content .box .txt {
        padding-top: 60px;
        width: 46.42857%;
        position: relative; }
        .news .main1 .content .box .txt .block {
          position: absolute;
          top: 60px;
          left: 0;
          z-index: -1;
          opacity: 0;
          width: 92.30769%; }
          .news .main1 .content .box .txt .block .title {
            font-size: 24px;
            line-height: 25px;
            letter-spacing: 1px;
            color: #a7ce00;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
          .news .main1 .content .box .txt .block .time {
            font-size: 14px;
            letter-spacing: 1px;
            color: #999999;
            margin-top: 22px;
            margin-bottom: 40px; }
          .news .main1 .content .box .txt .block .abstract {
            font-size: 14px;
            letter-spacing: 0px;
            color: #888888;
            margin-bottom: 100px;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 30px;
            max-height: 60px;
            min-height: 60px; }
          .news .main1 .content .box .txt .block .more {
            width: 50px;
            height: 50px;
            line-height: 52px;
            text-align: center;
            border-radius: 50%;
            background-color: #12bfff; }
            .news .main1 .content .box .txt .block .more .iconfont {
              font-size: 20px;
              color: #ffffff; }
          .news .main1 .content .box .txt .block.active {
            z-index: 5;
            opacity: 1; }
  .news .main2 .content .block {
    width: 31.42857%;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 40px; }
    .news .main2 .content .block:not(:nth-child(3n)) {
      margin-right: 2.85714%; }
    .news .main2 .content .block .img {
      width: 100%; }
      .news .main2 .content .block .img .picture_container {
        padding-top: 57.27273%; }
    .news .main2 .content .block .txt {
      padding: 40px;
      background: #ffffff; }
      .news .main2 .content .block .txt .icon {
        width: 40px;
        height: 4px;
        background-color: #12bfff;
        margin-bottom: 25px; }
      .news .main2 .content .block .txt .title {
        font-size: 18px;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      .news .main2 .content .block .txt .abstract {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0px;
        color: #666666;
        opacity: 0.7;
        margin-bottom: 35px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 28px;
        max-height: 56px;
        min-height: 56px; }
      .news .main2 .content .block .txt .more .time {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1px;
        color: #999999;
        padding-right: 20px;
        border-right: 1px solid #dadada; }
      .news .main2 .content .block .txt .more .iconfont {
        margin-left: 20px;
        font-size: 20px;
        color: #898989;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    .news .main2 .content .block:hover {
      -o-transform: translate3d(0, -10px, 0);
      -moz-transform: translate3d(0, -10px, 0);
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
      box-shadow: 0px 10px 30px 0px rgba(129, 156, 0, 0.1); }
      .news .main2 .content .block:hover .txt .title {
        color: #9cbd01; }
      .news .main2 .content .block:hover .txt .more .iconfont {
        color: #98b800; }
  .news .main2 .paging {
    margin-top: 20px; }
  .news .main2 .loadData {
    margin-top: 10px; }

/************ news END ***********/
/************ faq START ***********/
.faq {
  padding: 80px 0 70px;
  overflow: hidden; }
  .faq .main1 {
    margin-bottom: 40px;
    overflow: hidden; }
    .faq .main1 .block {
      padding: 30px 50px 40px 30px;
      width: 48.57143%;
      background-color: #ffffff;
      border-radius: 10px;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .faq .main1 .block .title {
        font-size: 18px;
        letter-spacing: 1px;
        width: 100%; }
        .faq .main1 .block .title h3 {
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          width: 83.33333%; }
        .faq .main1 .block .title .icon {
          width: 34px;
          height: 34px;
          border-radius: 50%;
          line-height: 34px;
          text-align: center;
          background-color: #12bfff;
          font-size: 18px;
          font-weight: 600;
          letter-spacing: 1px;
          color: #ffffff;
          margin-right: 22px; }
      .faq .main1 .block .txt {
        font-size: 14px;
        letter-spacing: 0px;
        color: #888888;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-height: 32px;
        max-height: 128px;
        min-height: 128px;
        margin-left: 55px; }
      .faq .main1 .block:hover {
        box-shadow: 0px 10px 30px 0px rgba(129, 156, 0, 0.1); }
  .faq .main2 .box {
    background: #ffffff;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 35px;
    overflow: hidden; }
  .faq .main2 .line:not(:last-child) {
    border-bottom: 1px solid #eeeeee; }
  .faq .main2 .line .title {
    padding: 25px 0; }
    .faq .main2 .line .title .icon {
      font-size: 18px;
      line-height: 34px;
      font-weight: 600;
      text-align: center;
      letter-spacing: 1px;
      color: #ffffff;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      margin-right: 25px;
      background-color: #dcdcdc; }
    .faq .main2 .line .title .name {
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 1px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .faq .main2 .line .title .btn {
      position: relative;
      width: 18px;
      height: 18px;
      cursor: pointer; }
      .faq .main2 .line .title .btn::after {
        content: " ";
        width: 18px;
        height: 4px;
        background-color: #e5e5e5;
        position: absolute;
        top: 50%;
        left: 0;
        -o-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0); }
      .faq .main2 .line .title .btn::before {
        content: " ";
        width: 4px;
        height: 18px;
        background-color: #e5e5e5;
        position: absolute;
        top: 50%;
        left: 50%;
        -o-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
  .faq .main2 .line:last-child .faq_down {
    padding-bottom: 25px; }
  .faq .main2 .line .faq_down {
    padding-left: 55px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    line-height: 32px;
    max-height: 288px;
    min-height: 288px;
    min-height: auto;
    display: none; }
  .faq .main2 .line.active {
    border-bottom: none; }
    .faq .main2 .line.active .title .btn::before {
      height: 4px; }

/************ faq END ***********/
/************ news-details START ***********/
.news-details {
  padding: 80px 0; }
  .news-details .title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 15px; }
  .news-details .news_info {
    font-size: 14px;
    letter-spacing: 0px;
    color: #434343;
    opacity: 0.4;
    text-align: center; }
    .news-details .news_info .time {
      margin-right: 30px; }
  .news-details .txt {
    padding: 30px 0; }
    .news-details a{
      display: initial;
      color: #12bfff;
    }


/************ news-details END ***********/
/************ case START ***********/
.case_nav {
  width: 100%;
  height: 140px;
  overflow: hidden;
  background: #ffffff; }
  .case_nav .center {
    height: 100%; }
  .case_nav p {
    font-size: 18px; }
  .case_nav .box .block {
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
.case_nav .box .block.active,.case_nav .box .block.active .iconfont{
  color: #12bfff;
}

    .case_nav .box .block:not(:last-child) {
      margin-right: 80px; }
    .case_nav .box .block .iconfont {
      font-size: 40px;
      margin-right: 20px;
      color: #b5b6ba;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .case_nav .box .block .iconfont.iconjiudian {
        font-size: 38px; }
    .case_nav .box .block:hover {
      color: #12bfff; }
      .case_nav .box .block:hover .iconfont {
        color: #12bfff; }

.case {
  padding: 60px 0 80px;
  overflow: hidden; }
  .case .main1 .q_inner_title {
    margin-bottom: 40px; }
  .case .main1 .block {
    background-color: #ffffff;
    width: 31.78571%;
    margin-bottom: 60px;
    border-bottom: 1px solid #ffffff;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .case .main1 .block:not(:nth-child(3n)) {
      margin-right: 2.14286%; }
    .case .main1 .block .img {
      width: 100%; }
      .case .main1 .block .img .picture_container {
        padding-top: 88.31461%; }
    .case .main1 .block .txt {
      padding: 35px; }
      .case .main1 .block .txt .abstract{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
      }
      .case .main1 .block .txt .case_title {
        margin-bottom: 20px; }
        .case .main1 .block .txt .case_title .case_title_left .title {
          font-size: 16px;
          letter-spacing: 0px;
          color: #424242; }
        .case .main1 .block .txt .case_title .case_title_left .case_number {
          font-size: 14px;
          letter-spacing: 0px;
          color: #888888;
          padding-left: 10px;
          margin-left: 10px;
          border-left: 1px solid #eeeeee; }
        .case .main1 .block .txt .case_title .iconfont {
          font-size: 22px;
          line-height: 23px;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
    .case .main1 .block:hover {
      border-bottom: 1px solid #12bfff; }
      .case .main1 .block:hover .txt .iconfont {
        color: #12bfff; }
  .case .main1 .paging {
    margin-top: 0; }
  .case .main1 .loadData {
    margin-top: 0; }

/************ case END ***********/
/************ case-details START ***********/
.case-details {
  padding: 80px 0; }
  .case-details .main1 .title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 15px; }
  .case-details .main1 .news_info {
    margin-bottom: 35px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #434343;
    opacity: 0.4;
    text-align: center; }
  .case-details .main2 {
    padding-top: 80px; }
    .case-details .main2 .title {
      text-align: center;
      font-size: 30px;
      line-height: 31px;
      letter-spacing: 1px;
      color: #434343;
      margin-bottom: 40px; }
    .case-details .main2 .block:hover .txt .name {
      color: #12bfff; }
    .case-details .main2 .block .img {
      width: 100%; }
      .case-details .main2 .block .img .picture_container {
        padding-top: 87.64045%; }
    .case-details .main2 .block .txt {
      text-align: center; }
      .case-details .main2 .block .txt .name {
        letter-spacing: 0px;
        color: #424242;
        margin: 15px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      .case-details .main2 .block .txt .abstract {
        font-size: 14px;
        letter-spacing: 0px;
        color: #888888;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }

/************ case-details END ***********/
/************ about START ***********/
.about {
  padding: 80px 0; }
  .about [class*=main] {
    position: relative; }
    .about [class*=main] .main_anchor {
      position: absolute;
      left: 0;
      top: 0;
      height: 70px;
      -o-transform: translate3d(0, -70px, 0);
      -moz-transform: translate3d(0, -70px, 0);
      -webkit-transform: translate3d(0, -70px, 0);
      transform: translate3d(0, -70px, 0); }
    .about [class*=main] #main1 {
      -o-transform: translate3d(0, -150px, 0);
      -moz-transform: translate3d(0, -150px, 0);
      -webkit-transform: translate3d(0, -150px, 0);
      transform: translate3d(0, -150px, 0); }
  .about .main1 {
    overflow: hidden; }
    .about .main1 .q_inner_title {
      margin-bottom: 40px; }
    .about .main1 .content .box {
      width: 49.64286%; }
      .about .main1 .content .box .title_img {
        margin-bottom: 15px;
        position: relative;
        width: 72.66187%; }
        .about .main1 .content .box .title_img .picture_container {
          padding-top: 24.15842%; }
        .about .main1 .content .box .title_img .mask {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; }
          .about .main1 .content .box .title_img .mask .name {
            position: absolute;
            font-size: 24px;
            font-weight: 600;
            line-height: 26px;
            letter-spacing: 1px;
            color: #424242;
            position: relative; }
            .about .main1 .content .box .title_img .mask .name::after {
              content: " ";
              position: absolute;
              bottom: -22px;
              width: 47px;
              left: 0;
              height: 3px;
              background-color: #12bfff; }
    .about .main1 .content .right_img {
      width: 45.71429%; }
      .about .main1 .content .right_img .picture_container {
        padding-top: 96.875%; }
  .about .main2 {
    overflow: hidden;
    margin-top: 60px; }
    .about .main2 .content {
      background: #f7f7f7; }
      .about .main2 .content .box {
        height: 220px; }
        .about .main2 .content .box .block {
          width: 25%;
          position: relative;
          text-align: center; }
          .about .main2 .content .box .block .number {
            margin-bottom: 10px; }
            .about .main2 .content .box .block .number p {
              font-size: 50px;
              line-height: 50px;
              letter-spacing: 1px;
              font-weight: 600; }
            .about .main2 .content .box .block .number span {
              opacity: 0.5; }
          .about .main2 .content .box .block .title {
            text-align: center;
            font-size: 14px;
            letter-spacing: 0px;
            color: #888888; }
          .about .main2 .content .box .block:not(:last-child)::after {
            content: " ";
            position: absolute;
            right: 0;
            width: 1px;
            height: 39px;
            top: 50%;
            background-color: #e5e5e5;
            -o-transform: translate3d(0, -50%, 0);
            -moz-transform: translate3d(0, -50%, 0);
            -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  .about .main3 {
    padding-bottom: 105px; }
    .about .main3 .content {
      padding-top: 100px;
      height: 600px;
      background-image: url(../images/public/advantage_bg.png); }
      .about .main3 .content .center {
        position: relative; }
      .about .main3 .content .q_inner_title .cn {
        color: #ffffff; }
      .about .main3 .content .q_inner_title .en {
        color: #ffffff;
        opacity: 0.5; }
      .about .main3 .content .box {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100px;
        height: 500px;
        background-color: #ffffff;
        box-shadow: 3px 6px 21px 0px rgba(138, 138, 138, 0.07);
        border-radius: 10px; }
        .about .main3 .content .box .block {
          width: 16.67143%;
          border-radius: 10px;
          height: 100%;
          position: relative; }
          .about .main3 .content .box .block:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 70px;
            bottom: 70px;
            margin: auto;
            width: 1px;
            background: #eee; }
          .about .main3 .content .box .block .txt {
            text-align: center;
            margin: 0 auto; }
            .about .main3 .content .box .block .txt .icon_box {
              height: 60px;
              overflow: hidden;
              margin-bottom: 40px; }
            .about .main3 .content .box .block .txt .iconfont {
              font-size: 60px;
              line-height: 1em;
              color: #484660;
              position: relative;
              margin-bottom: 40px; }
              .about .main3 .content .box .block .txt .iconfont.iconxingxing {
                font-size: 54px;
                padding-top: 3px; }
                .about .main3 .content .box .block .txt .iconfont.iconxingxing::after {
                  content: "";
                  position: absolute;
                  background: #fff;
                  bottom: -5px;
                  left: 0;
                  width: 100%;
                  height: 10px;
                  z-index: 10; }
            .about .main3 .content .box .block .txt .icon {
              width: 22px;
              height: 2px;
              background-color: #12bfff;
              margin: 0 auto;
              margin-bottom: 60px; }
            .about .main3 .content .box .block .txt .cn {
              font-size: 18px;
              margin-bottom: 10px; }
            .about .main3 .content .box .block .txt .en {
              font-size: 14px;
              color: #434343;
              opacity: 0.3; }
          .about .main3 .content .box .block:hover {
            background-image: url(../images/public/advantage_img_bg.png); }
            .about .main3 .content .box .block:hover .txt .iconfont {
              color: #ffffff; }
              .about .main3 .content .box .block:hover .txt .iconfont.iconxingxing::after {
                background: #12bfff; }
            .about .main3 .content .box .block:hover .txt .icon {
              background: #ffffff; }
            .about .main3 .content .box .block:hover .txt .cn {
              color: #ffffff; }
            .about .main3 .content .box .block:hover .txt .en {
              color: #ffffff; }
  .about .main4 {
    overflow: hidden;
    padding-top: 80px; }
    .about .main4 .q_inner_title {
      margin-bottom: 40px; }
    .about .main4 .content .swiper-main4container {
      position: relative; }
      .about .main4 .content .swiper-main4container .swiper-button-next,
      .about .main4 .content .swiper-main4container .swiper-button-prev {
        opacity: 1;
        background-image: none;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.2);
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        color: #ffffff;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .about .main4 .content .swiper-main4container .swiper-button-next:hover,
        .about .main4 .content .swiper-main4container .swiper-button-prev:hover {
          background-color: #12bfff; }
      .about .main4 .content .swiper-main4container .swiper-button-next {
        right: -100px; }
      .about .main4 .content .swiper-main4container .swiper-button-prev {
        left: -100px; }
    .about .main4 .content .picture_container {
      padding-top: 134.61538%; }

/************ about END ***********/
/* 详情页切换 */
.switch {
  overflow: hidden; }
  .switch a {
    width: 50%;
    padding: 50px 28px;
    background-color: #f9f9f9;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .switch a .iconfont {
      opacity: 0.5;
      font-size: 22px;
      line-height: 24px;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .switch a .txt {
      padding: 0;
      width: 80%; }
      .switch a .txt .name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 15px; }
    .switch a span {
      font-size: 14px;
      letter-spacing: 0px;
      color: #888888;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .switch a:hover {
      background-color: #12bfff;
      color: #ffffff; }
      .switch a:hover span {
        color: #ffffff; }
  .switch .details_prev .iconfont {
    margin-right: 25px;
    padding-right: 20px;
    border-right: 1px solid #cdcdcd; }
  .switch .details_prev:hover .iconfont {
    color: #ffffff;
    border-right: 1px solid #ffffff;
    opacity: 1; }
  .switch .details_next .iconfont {
    margin-left: 25px;
    padding-left: 20px;
    border-left: 1px solid #cdcdcd; }
  .switch .details_next .txt {
    text-align: right; }
  .switch .details_next:hover .iconfont {
    color: #ffffff;
    border-left: 1px solid #ffffff;
    opacity: 1; }

/* 手机详情页切换 */
.m_switch {
  display: none;
  color: #888888;
  overflow: hidden; }
