@charset "UTF-8";
* {
  padding: 0;
  margin: 0; }

body {
  font: 14px/1.42858 "Microsoft YaHei", "宋体", Arial, Helvetica, sans-serif;
  background: #fff;
  max-width: 750px;
  margin: 0 auto; }

ul, li {
  list-style: none; }

img {
  border: none; }

.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.t_hide {
  text-indent: -999em;
  overflow: hidden; }

.t_center {
  text-align: center; }

a {
  text-decoration: none; }

.global-head {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 750px;
  z-index: 10;
  background: #fff; }
  .global-head .l-box {
    line-height: 32px;
    margin: 8px;
    position: relative; }
    .global-head .l-box img {
      float: left;
      margin-right: 20px; }
    .global-head .l-box .logo {
      width: 260px; }
    .global-head .l-box .text {
      font-size: 16px;
      display: block;
      float: left; }

.global-foot {
  position: fixed;
  max-width: 750px;
  width: 100%;
  bottom: 0;
  left: 50%;
  z-index: 999999;
  transform: translateX(-50%);
  border-bottom: 7px;
  background: #f7f9fa;
  overflow: hidden;
  border-top: 1px solid #e9ecf0; }
  .global-foot a {
    float: left;
    width: 25%;
    font-size: 12px;
    text-align: center;
    color: #666;
    padding: 2px 0; }
    .global-foot a i {
      display: block;
      width: 24px;
      height: 24px;
      margin: 2px auto 0;
      background: url("/statics/manage/images/global-foot-icon.png") no-repeat;
      background-size: auto 48px;
      background-position-y: 0; }
      .global-foot a i.i1 {
        background-position-x: 0; }
      .global-foot a i.i2 {
        background-position-x: -24px; }
      .global-foot a i.i3 {
        background-position-x: -48px; }
      .global-foot a i.i4 {
        background-position-x: -72px; }
    .global-foot a.on {
      color: #0077e7; }
      .global-foot a.on i {
        background-position-y: -24px; }

.global-kefu {
  float: right;
  z-index: 999;
  position: relative; }
  .global-kefu .kf {
    display: block;
    height: 48px;
    background: #fff;
    overflow: hidden; }
    .global-kefu .kf i {
      display: block;
      width: 24px;
      height: 24px;
      margin: 12px 18px 12px 0;
      background: url("/statics/manage/images/kefu.png") no-repeat;
      background-size: auto 24px;
      background-position-x: 0; }
    .global-kefu .kf.on i {
      background-position-x: -24px;
      position: relative; }
      .global-kefu .kf.on i:after {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-width: 5px 5px 0;
        border-style: solid;
        border-color: #0077e7 transparent transparent;
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%); }
  .global-kefu .butLi {
    background: #e9ecf0;
    padding-top: 3px;
    display: none;
    position: absolute;
    top: 48px;
    right: 0; }
    .global-kefu .butLi li {
      width: 52px;
      height: 52px;
      margin: 0 3px 3px; }
      .global-kefu .butLi li a {
        display: block;
        width: 52px;
        height: 52px;
        background: #fff;
        font-size: 12px;
        text-align: center;
        color: #333;
        overflow: hidden; }
        .global-kefu .butLi li a img {
          margin: 2px auto;
          display: block;
          width: 30px;
          height: 30px; }
        .global-kefu .butLi li a i {
          display: block;
          width: 24px;
          height: 24px;
          margin: 5px auto; }
          .global-kefu .butLi li a i.kefu-icon {
            background: url("/statics/manage/images/kefu-icon.png") no-repeat;
            background-size: 24px auto; }
            .global-kefu .butLi li a i.kefu-icon.i1 {
              background-position-y: 0; }
            .global-kefu .butLi li a i.kefu-icon.i2 {
              background-position-y: -24px; }

.global-tit-box h5 {
  font-size: 15px;
  color: #333;
  position: relative;
  padding-bottom: 10px;
  text-align: center; }
  .global-tit-box h5:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #0077e7;
    width: 20px;
    height: 2px; }
.global-tit-box p {
  margin-top: 6px;
  font-size: 14px;
  color: #666;
  text-align: center; }

.bimg-Box {
  position: relative; }
  .bimg-Box img {
    display: block;
    width: 100%; }

.index {
  padding-top: 48px;
  padding-bottom: 43px; }
  .index .bimg-Box .text-box {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff; }
    .index .bimg-Box .text-box .s-text {
      position: relative;
      font-size: 14px;
      line-height: 30px;
      text-align: right; }
      .index .bimg-Box .text-box .s-text:after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 20px;
        height: 1px;
        background: #fff; }
    .index .bimg-Box .text-box .b-text {
      font-size: 16px;
      text-align: right;
      line-height: 30px; }
  .index .tabBut {
    overflow: hidden;
    border-bottom: 2px solid #e9ecf0; }
    .index .tabBut a {
      display: block;
      width: 25%;
      line-height: 40px;
      color: #333;
      float: left;
      text-align: center;
      position: relative; }
      .index .tabBut a.on {
        color: #0077e7; }
        .index .tabBut a.on:after {
          display: block;
          content: '';
          position: absolute;
          bottom: 0;
          width: 15px;
          height: 2px;
          background: #0077e7;
          left: 50%;
          transform: translateX(-50%); }
  .index .switchBox {
    border-bottom: 7px solid #e9ecf0;
    padding: 8px 0; }
    .index .switchBox ul li {
      width: 70% !important;
      margin: 0 3%; }
      .index .switchBox ul li .box {
        display: block;
        position: relative; }
        .index .switchBox ul li .box img {
          display: block;
          width: 100%; }
        .index .switchBox ul li .box .text-box {
          color: #fff;
          position: absolute;
          bottom: 15px;
          width: 100%;
          text-align: center; }
          .index .switchBox ul li .box .text-box h5 {
            font-size: 15px;
            line-height: 35px;
            position: relative;
            font-weight: normal; }
            .index .switchBox ul li .box .text-box h5:after {
              content: '';
              position: absolute;
              display: block;
              width: 40px;
              height: 2px;
              background: #fff;
              left: 50%;
              transform: translateX(-50%);
              bottom: 0; }
          .index .switchBox ul li .box .text-box p {
            line-height: 30px;
            font-size: 14px; }
  .index .myserver {
    padding: 20px 0; }
    .index .myserver .tit-box {
      text-align: center;
      padding-bottom: 8px; }
      .index .myserver .tit-box h5 {
        font-size: 15px;
        color: #333; }
      .index .myserver .tit-box p {
        font-size: 13px;
        color: #666; }
    .index .myserver .nr-box {
      padding: 20px 15px 15px;
      border-bottom: 2px solid #e9ecf0; }
      .index .myserver .nr-box img {
        display: block;
        width: 100%; }

.moushi {
  background: #f7f9fa;
  padding-top: 48px;
  padding-bottom: 43px; }
  .moushi .introduce {
    padding: 8px 15px;
    background: #fff;
    font-size: 14px;
    box-shadow: 0 0 4px 0 #999; }
    .moushi .introduce p {
      text-indent: 2em; }
  .moushi .guangao {
    padding: 12px 0;
    margin: 12px 15px;
    background: #fff;
    box-shadow: 0 0 4px 0 #999; }
    .moushi .guangao ul {
      margin-top: 18px; }
      .moushi .guangao ul li {
        margin: 0 2.5% 2.5%;
        background: url("/statics/manage/images/moushi-guangao-icon.png") no-repeat;
        width: 30%;
        padding-bottom: 15%;
        float: left;
        background-size: 300% auto;
        box-shadow: 0 0 1px 0 #999; }
        .moushi .guangao ul li:nth-child(1n), .moushi .guangao ul li:nth-child(2n) {
          margin-right: 0; }
        .moushi .guangao ul li.i1 {
          background-position: 0 0; }
        .moushi .guangao ul li.i2 {
          background-position: 50% 0; }
        .moushi .guangao ul li.i3 {
          background-position: 100% 0; }
        .moushi .guangao ul li.i4 {
          background-position: 0 33%; }
        .moushi .guangao ul li.i5 {
          background-position: 50% 33%; }
        .moushi .guangao ul li.i6 {
          background-position: 100% 33%; }
        .moushi .guangao ul li.i7 {
          background-position: 0 66%; }
        .moushi .guangao ul li.i8 {
          background-position: 50% 66%; }
        .moushi .guangao ul li.i9 {
          background-position: 100% 66%; }
        .moushi .guangao ul li.i10 {
          background-position: 0 99%; }
        .moushi .guangao ul li.i11 {
          background-position: 50% 99%; }
        .moushi .guangao ul li.i12 {
          background-position: 100% 99%; }
  .moushi .banner2 .text-box {
    position: absolute;
    width: 100%;
    top: 15%;
    color: #fff; }
    .moushi .banner2 .text-box .s-text {
      font-size: 14px;
      line-height: 40px;
      text-align: center; }
    .moushi .banner2 .text-box .b-text {
      font-size: 16px;
      text-align: center;
      line-height: 30px;
      position: relative; }
      .moushi .banner2 .text-box .b-text:after {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 20px;
        height: 1px;
        background: #fff; }
  .moushi .yw {
    position: relative;
    width: 100%; }
    .moushi .yw .but-box {
      position: absolute;
      width: 80%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      overflow: hidden;
      box-shadow: 0 0 4px 0 #999; }
      .moushi .yw .but-box div {
        float: left;
        width: 25%;
        padding: 8px 0;
        text-align: center;
        font-size: 14px;
        color: #333; }
        .moushi .yw .but-box div i {
          width: 30px;
          height: 30px;
          margin: 0 auto;
          display: block;
          background: url("/statics/manage/images/yw-icon.png") no-repeat;
          background-size: auto 30px; }
          .moushi .yw .but-box div i.i1 {
            background-position-x: 0; }
          .moushi .yw .but-box div i.i2 {
            background-position-x: -30px; }
          .moushi .yw .but-box div i.i3 {
            background-position-x: -60px; }
          .moushi .yw .but-box div i.i4 {
            background-position-x: -90px; }
        .moushi .yw .but-box div p {
          font-size: 12px;
          color: #333; }
  .moushi .rjcs {
    margin: 45px 15px 10px;
    padding-top: 10px;
    background: #fff;
    box-shadow: 0 0 4px 0 #999; }
    .moushi .rjcs ul {
      overflow: hidden;
      margin-top: 8px; }
      .moushi .rjcs ul li {
        float: left;
        width: 25%;
        text-align: center;
        margin-bottom: 3%; }
        .moushi .rjcs ul li i {
          width: 40px;
          height: 40px;
          display: block;
          margin: 0 auto;
          background: url("/statics/manage/images/rjcs-icon.png") no-repeat;
          background-size: auto 40px; }
          .moushi .rjcs ul li i.i1 {
            background-position-x: 0; }
          .moushi .rjcs ul li i.i2 {
            background-position-x: -40px; }
          .moushi .rjcs ul li i.i3 {
            background-position-x: -80px; }
          .moushi .rjcs ul li i.i4 {
            background-position-x: -120px; }
          .moushi .rjcs ul li i.i5 {
            background-position-x: -160px; }
          .moushi .rjcs ul li i.i6 {
            background-position-x: -200px; }
          .moushi .rjcs ul li i.i7 {
            background-position-x: -240px; }
  .moushi .phone .box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 40%;
    padding: 5% 10%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    color: #fff; }
    .moushi .phone .box h5 {
      float: left;
      font-size: 16px;
      line-height: 25px; }
    .moushi .phone .box .but {
      float: right;
      display: block;
      width: 50px;
      height: 50px; }
      .moushi .phone .box .but i {
        display: block;
        width: 50px;
        height: 50px;
        background: url(/statics/manage/images/moushi-phone-icon.png) no-repeat;
        background-size: 50px auto; }

.case {
  padding-top: 48px;
  padding-bottom: 43px;
  background: #eeeeee; }
  .case .tabBut {
    overflow: hidden;
    border-top: 2px solid #e9ecf0;
    background: #fff;
    position: fixed;
    width: 100%;
    max-width: 750px;
    z-index: 1;
    display: flex;
    justify-content: space-between; }
    .case .tabBut a {
      display: block;
      width: 25%;
      line-height: 40px;
      color: #333;
      float: left;
      text-align: center;
      position: relative; }
      .case .tabBut a.on {
        color: #0077e7; }
        .case .tabBut a.on:after {
          display: block;
          content: '';
          position: absolute;
          bottom: 0;
          width: 15px;
          height: 2px;
          background: #0077e7;
          left: 50%;
          transform: translateX(-50%); }
      .case .tabBut a.w3 {
        width: 33%; }
  .case .nr-box {
    overflow: hidden; }
    .case .nr-box .type-box {
      position: fixed;
      top: 89px;
      width: 15%;
      max-width: 112.5px;
      height: calc(100% - 136px);
      overflow-y: scroll; }
      .case .nr-box .type-box a {
        display: block;
        color: #333;
        text-align: center;
        margin-top: 15px;
        position: relative; }
        .case .nr-box .type-box a p {
          width: 40px;
          margin: 0 auto; }
        .case .nr-box .type-box a.on {
          color: #0077e7; }
          .case .nr-box .type-box a.on:after {
            display: block;
            content: '';
            width: 0;
            height: 0;
            border-width: 5px 0 5px 5px;
            border-style: solid;
            border-color: transparent transparent transparent #0077e7;
            position: absolute;
            right: 3px;
            top: 50%;
            transform: translateY(-50%); }
    .case .nr-box .nr {
      float: right;
      width: 85%;
      background: #fff; }
      .case .nr-box .nr li {
        margin-bottom: 15px; }
        .case .nr-box .nr li img {
          width: 100%;
          display: block; }
  .case .imgList {
    margin: 10px 15px; }
  .case .caselist {
    padding-top: 42px; }
    .case .caselist .li2 ul li {
      margin-bottom: 10px; }
      .case .caselist .li2 ul li img {
        display: block;
        width: 100%; }
    .case .caselist .li4 {
      position: relative;
      margin: 10px auto;
      overflow: hidden; }
      .case .caselist .li4 .imgBoxText {
        float: left; }
        .case .caselist .li4 .imgBoxText img {
          display: block;
          width: 150px; }
        .case .caselist .li4 .imgBoxText p {
          padding: 10px;
          text-align: left;
          color: #333;
          background: #fff; }
  .case .caselist1 {
    padding-top: 42px; }
    .case .caselist1 .li2 ul {
      padding: 10px 15px; }
      .case .caselist1 .li2 ul li {
        margin-bottom: 10px;
        border-radius: 4px;
        overflow: hidden; }
        .case .caselist1 .li2 ul li img {
          display: block;
          width: 100%; }
    .case .caselist1 .li3 ul {
      padding: 10px 0;
      overflow: hidden; }
      .case .caselist1 .li3 ul li {
        width: 42.5%;
        float: left;
        margin: 0 5% 5%;
        border-radius: 4px;
        overflow: hidden; }
        .case .caselist1 .li3 ul li img {
          display: block;
          width: 100%; }
        .case .caselist1 .li3 ul li:nth-child(2n) {
          margin-left: 0; }

.lookImg_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999999; }
  .lookImg_box .box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%; }
    .lookImg_box .box .pr {
      position: relative; }

.pinch-zoom-container {
  overflow: inherit !important; }

/*# sourceMappingURL=phoneMian.css.map */
