@charset "UTF-8";
body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, select, textarea, button, th, td, menu {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

ul, dl, ol {
  list-style: none; }

img, fieldset, input[type="submit"] {
  border: 0 none; }

em {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button, input[type="button"] {
  cursor: pointer;
  border: 0 none; }

a, button, input, img {
  -webkit-touch-callout: none; }

img {
  /*pointer-events:none;*/
  /*禁止图片的点击事件，例如长按保存图片*/ }

input, select, textarea, button {
  outline: none;
  font-family: "Microsoft YaHe","Source Han Sans","Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif"; }

img {
  max-width: 100%; }

body {
  font-family: "Microsoft YaHe","Source Han Sans","Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif"; }

a {
  text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.flexbg {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1; }

.ct {
  text-align: center; }

.ri {
  text-align: right; }

.le {
  text-align: left; }

.bl {
  display: block; }

.inbl {
  display: inline-block; }

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.flex-bt {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

html, body {
  /*禁止用户选择元素*/
  -khtml-user-select: none;
  /*禁止元素点击出现半透明黑色背景*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  width: 100%;
  outline: 0;
  -webkit-text-size-adjust: none; }

body {
  height: 100%;
  margin: 0;
  position: relative; }

.img_wrap {
  position: relative;
  overflow: hidden; }
  .img_wrap:after {
    content: '';
    display: block; }
  .img_wrap img {
    transition: all .5s linear;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
  .img_wrap:hover img {
    transform: scale(1.1); }

.border {
  position: relative; }

.border:hover:after {
  height: 99%;
  width: 100%;
  border-width: 0 0 2px 2px;
  transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s; }

.border:hover:before {
  height: 99%;
  width: 100%;
  border-width: 2px 2px 0 0;
  transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s; }

.border:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  right: 0;
  bottom: 0;
  border: solid #2c9cf0;
  display: block;
  border-width: 0;
  transition: all ease-in-out;
  -webkit-transition: all ease-in-out;
  z-index: 2; }

.border:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 0;
  width: 0;
  border: solid #2c9cf0;
  border-width: 0;
  z-index: 2;
  transition: all ease-in-out; }

.border .img_wrap {
  overflow: hidden; }
  .border .img_wrap:hover img {
    transition: all .5s linear;
    transform: scale(1.1); }

.box-shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09); }

.shadow {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.09); }

.img {
  position: relative;
  overflow: hidden; }
  .img:after {
    content: '';
    display: block; }
  .img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }

.imgfont_wrap {
  position: relative;
  overflow: hidden; }
  .imgfont_wrap:after {
    padding-top: 57.14%;
    content: "";
    display: block; }
  .imgfont_wrap img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s linear; }
  .imgfont_wrap:hover span {
    background: rgba(0, 0, 0, 0.6); }
  .imgfont_wrap:hover span:before {
    height: 60px; }
  .imgfont_wrap:hover span:after {
    width: 190px; }
  .imgfont_wrap:hover img {
    transform: scale(1.2); }
  .imgfont_wrap span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent; }
    .imgfont_wrap span:before {
      content: attr(ndata);
      overflow: hidden;
      white-space: nowrap;
      font-size: 14px;
      color: white;
      line-height: 90px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      height: 0;
      width: 200px;
      border-left: 1px solid white;
      border-right: 1px solid white;
      transition: height .6s ease;
      text-align: center;
      font-family: "微软雅黑"; }
    .imgfont_wrap span:after {
      content: attr(mdata);
      overflow: hidden;
      white-space: nowrap;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      color: white;
      line-height: 45px;
      letter-spacing: 1px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      width: 0;
      height: 75px;
      border-top: 1px solid white;
      border-bottom: 1px solid white;
      transition: width .6s ease;
      font-family: "微软雅黑"; }

.kuang {
  position: relative; }
  .kuang:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    z-index: 11;
    display: block;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }
  .kuang:hover:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background-color: rgba(0, 0, 0, 0.3); }

.zhuan {
  width: 100%;
  height: 100%;
  background: rgba(130, 69, 124, 0.7);
  padding: 20% 30px 20px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0; }
  .zhuan:hover {
    animation-name: zhuan;
    animation-duration: 1200ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    opacity: 1; }

@keyframes zhuan {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.web {
  width: 100%;
  overflow: hidden;
  position: relative; }

.container {
  width: 1200px;
  margin: 0 auto; }

.rel {
  position: relative; }

.banner2 {
  font-size: 0;
  margin-top: 106px; }
  .banner2 img {
    width: 100%; }

.c-us {
  padding-top: 195px;
  padding-bottom: 40px;
  background: url(../img/appbg4.png) no-repeat center bottom; }

.c-us .form-box {
  position: relative;
  background: #fff;
  border-radius: 80px;
  line-height: 110px;
  width: 900px;
  margin: 0 auto 55px;
  box-shadow: 0 0 40px rgba(191, 191, 191, 0.25); }

.c-us .inp {
  padding-left: 30px;
  padding-right: 20px;
  vertical-align: middle;
  font-size: 18px;
  border: none;
  margin-left: 10px;
  width: 650px;
  color: #333; }

.c-us .inp:-webkit-input-placeholder {
  color: #888888; }

.c-us .form-btn {
  float: right;
  width: 240px;
  height: 110px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 80px;
  font-size: 18px;
  background: #ffc54d;
  transition: all .3s;
  color: #1d165a; }

.c-us .form-btn:hover {
  opacity: 0.8; }

.c-us .text-box {
  text-align: center;
  color: #fff; }

.c-us .h3 {
  font-size: 30px;
  margin-bottom: 15px; }

.c-us .p {
  letter-spacing: 0.5em;
  font-size: 14px; }

.c-us .imgbox {
  margin: 60px 0; }

.c-us .imgbox img {
  margin: 0 25px; }

.c-us .op {
  letter-spacing: 0em;
  opacity: 0.6; }

.c-us2 {
  margin-top: 180px;
  background: url(../img/btbg.png) no-repeat center top; }

.c-us2 .form-btn {
  color: #fff;
  background-image: linear-gradient(to right, #32a0a4, #15b7bd); }

.c-us2 .form-box {
  top: -12px; }

.c-us .we-btn {
  background: url(../img/btn.png);
  background-size: 110%;
  color: #fff; }

.app-deve {
  padding: 140px 0 1px;
  background: url(../img/appbg1.png) no-repeat right bottom; }
  .app-deve .wrap {
    margin-bottom: 70px; }
    .app-deve .wrap:nth-of-type(2) .font {
      padding-left: 80px; }
  .app-deve .imgb {
    width: 50%;
    text-align: center; }
  .app-deve .font {
    padding-top: 60px;
    width: 50%;
    padding-left: 40px; }
    .app-deve .font .p {
      font-size: 18px;
      color: #1d165a;
      line-height: 36px;
      margin-bottom: 60px; }
  .app-deve .mintit {
    font-size: 36px;
    color: #1d165a; }
    .app-deve .mintit:after {
      content: '';
      display: block;
      width: 50px;
      height: 5px;
      background: #1d165a;
      border-radius: 10px;
      margin: 40px 0; }

.title {
  text-align: center;
  margin-bottom: 100px; }
  .title img {
    margin-bottom: 35px; }
  .title .p {
    font-size: 15px;
    color: #1d165a;
    line-height: 26px; }
  .title .h3 {
    font-size: 24px;
    color: #1D165A;
    margin-bottom: 26px; }

.dz-btn {
  display: block;
  width: 250px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  background: #ffc54d;
  color: #1d165a;
  border-radius: 40px;
  font-weight: bold;
  transition: all .3s; }
  .dz-btn:hover {
    opacity: 0.8; }

.app-made {
  margin-bottom: 226px;
  margin-top: 130px; }
  .app-made .w {
    width: 31%;
    float: left; }
    .app-made .w:nth-of-type(2) {
      width: 38%;
      text-align: center; }
  .app-made .f {
    padding-left: 25px;
    margin-bottom: 45px; }
    .app-made .f:last-of-type {
      margin-bottom: 0; }
    .app-made .f .h3 {
      margin-bottom: 10px;
      font-size: 24px;
      font-weight: bold;
      color: #1d165a;
      position: relative; }
      .app-made .f .h3:before {
        content: '';
        display: block;
        width: 8px;
        height: 20px;
        border-radius: 25px;
        background: #ffc54d;
        position: absolute;
        left: -25px;
        top: 6px; }
    .app-made .f .p {
      font-size: 16px;
      color: #1d165a;
      line-height: 26px; }

.app-advantage {
  background: url(../img/appbg2.png) no-repeat left bottom; }
  .app-advantage .imgb {
    width: 36%;
    float: left;
    padding-top: 60px; }
  .app-advantage .font {
    width: 58%;
    float: right; }
  .app-advantage .title {
    text-align: left;
    margin-bottom: 0px; }
  .app-advantage .h3 {
    font-size: 24px;
    color: #1d165a; }
  .app-advantage .p {
    margin-top: 40px;
    font-size: 18px;
    color: #1D165A; }
  .app-advantage .dz-btn {
    margin-top: 60px; }

.app-case {
  padding-bottom: 200px;
  background: url(../img/appbg1.png) no-repeat right top; }
  .app-case .title {
    margin-bottom: 0; }
  .app-case .caseswi {
    position: relative; }
    .app-case .caseswi .swiper-container {
      width: 940px;
      margin: 0 auto; }
      .app-case .caseswi .swiper-container .swiper-slide {
        width: 100%;
        text-align: center; }
  .app-case .swiper-button-prev, .app-case .swiper-button-next {
    background: none; }
  .app-case .p {
    font-size: 16px;
    color: #1d165a;
    line-height: 30px; }
  .app-case .h3 {
    font-size: 24px;
    color: #1D165A;
    margin-bottom: 26px; }
  .app-case .dz-btn {
    margin: 0 auto; }

.app-partner {
  background: url(../img/appbg5.png) no-repeat right top; }
  .app-partner .title {
    margin-bottom: 60px; }
  .app-partner .imgb {
    padding: 0 85px; }
  .app-partner .w {
    font-size: 0;
    float: left;
    width: 210px;
    margin-bottom: 40px;
    transition: all .3s;
    margin-right: 60px; }
    .app-partner .w:nth-of-type(4n) {
      margin-right: 0; }
    .app-partner .w:hover {
      transform: translateY(-3px);
      box-shadow: 0 0 30px rgba(29, 22, 90, 0.05); }
  .app-partner .c-us {
    margin-top: 30px; }

.ri-flex {
  position: fixed;
  top: 25%;
  left: 2%;
  width: 130px;
  background: url(../img/ribg.png) no-repeat top center;
  padding: 20px 10px 25px;
  z-index: 999; }
  .ri-flex li {
    margin: 0 auto 10px;
    cursor: pointer;
    width: 100px;
    line-height: 40px;
    text-align: center; }
    .ri-flex li a {
      font-size: 16px;
      display: block;
      color: #f7f5ff; }
    .ri-flex li:hover {
      background: #3339c6; }
  .ri-flex #totop {
    padding: 10px 0;
    line-height: 100%;
    font-size: 12px;
    color: #fff; }
    .ri-flex #totop p {
      margin-top: 5px; }

.des-web {
  background: #e74435 url(../img/desbg.png) no-repeat top center;
  background-size: 100%; }
  .des-web .banner {
    padding-top: 90px;
    margin-bottom: -6px; }

.des-wrap {
  border-radius: 30px;
  background: #ff7b58;
  padding: 40px;
  border: 1px solid #fff;
  margin-bottom: 110px; }
  .des-wrap .des-tit {
    margin-top: 70px; }
  .des-wrap .icon-box {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 120px;
    font-size: 0; }
    .des-wrap .icon-box .w {
      display: inline-block;
      width: 25%;
      color: #fff; }
      .des-wrap .icon-box .w p {
        font-size: 18px;
        margin-top: 25px; }
      .des-wrap .icon-box .w h3 {
        font-size: 24px;
        margin-top: 40px; }
      .des-wrap .icon-box .w span {
        font-size: 16px;
        display: block;
        margin-top: 6px; }
      .des-wrap .icon-box .w:hover img {
        animation: tada 1s ease 0s 1 both; }
  .des-wrap .min-box .w {
    width: 20%; }
    .des-wrap .min-box .w:hover img {
      animation: bounce 1s ease 0s 1 both; }

.des-mtit {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 30px; }

.bg-red {
  padding-top: 1px;
  padding-bottom: 1px;
  background: #dc3424;
  border-radius: 35px; }

.des-tit {
  text-align: center; }
  .des-tit span {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin: 0 30px;
    vertical-align: middle; }
  .des-tit img {
    vertical-align: middle; }

.des-case {
  padding-bottom: 30px;
  margin-top: 50px; }
  .des-case .imgb {
    margin-bottom: 46px;
    width: 30%;
    text-align: center;
    background: #dc3424;
    padding: 20px 15px;
    position: relative;
    border-radius: 25px;
    float: left;
    margin-right: 5%; }
    .des-case .imgb:nth-of-type(3n) {
      margin-right: 0; }
    .des-case .imgb .i {
      border-radius: 25px;
      overflow: hidden; }
    .des-case .imgb img {
      transition: all .5s linear; }
    .des-case .imgb:hover p {
      opacity: 1;
      transform: translateY(0%); }
    .des-case .imgb:hover img {
      transform: scale(1.1); }
  .des-case p {
    height: 42px;
    padding-top: 10px;
    border-radius: 35px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px;
    background: #dc3424;
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 15px;
    transition: all .3s;
    opacity: 0;
    transform: translateY(50%); }

.des-custorm {
  margin-top: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative; }
  .des-custorm .f-wrap {
    width: 31%;
    background: #dc3424;
    border-radius: 10px;
    position: relative;
    height: 330px;
    padding: 60px 35px 10px;
    float: left;
    color: #fff;
    text-align: center;
    margin-right: 3.5%; }
    .des-custorm .f-wrap:nth-of-type(3) {
      margin-right: 0; }
    .des-custorm .f-wrap img {
      position: absolute;
      top: -40px;
      left: 0;
      right: 0;
      margin: auto; }
  .des-custorm .h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
  .des-custorm .span {
    font-size: 14px; }
  .des-custorm .p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px; }
  .des-custorm .des-btn {
    display: block;
    width: 300px;
    line-height: 80px;
    text-align: center;
    border-radius: 40px;
    font-size: 18px;
    box-shadow: 0 7px 20px #e74435;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to top left, #fde2c7, #ffd58c);
    background-image: -webkit-linear-gradient(top left, #fde2c7, #ffd58c);
    background: -o-linear-gradient(to top left, #fde2c7, #ffd58c);
    background: -mos-linear-gradient(to top left, #fde2c7, #ffd58c);
    background: -moz-linear-gradient(to top left, #fde2c7, #ffd58c);
    transition: all .3s; }
    .des-custorm .des-btn:hover {
      transform: translateY(-5px); }
    .des-custorm .des-btn a {
      display: block;
      color: #dc3424; }

.des-foot {
  margin-bottom: 70px;
  background: url(../img/desfoot.png) no-repeat center;
  background-size: 110%; }
  .des-foot .form-btn {
    background: #e74435;
    color: #fff;
    font-size: 24px; }

.sys-tit {
  text-align: center; }
  .sys-tit .h3 {
    margin-bottom: 24px;
    font-weight: bold;
    color: #333333;
    font-size: 48px; }
  .sys-tit .p {
    font-size: 18px;
    color: #333333;
    line-height: 36px; }

.sys-bg {
  padding-top: 110px;
  background: url(../img/sysbg.png) no-repeat top;
  background-size: 100%; }

.sys-shop .box {
  margin-top: 70px; }
  .sys-shop .box .w {
    margin-bottom: 40px;
    margin-right: 170px;
    float: left;
    display: block;
    text-align: center;
    padding-top: 62px;
    width: 234px;
    height: 234px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    transition: all .2s linear;
    background: #fff; }
    .sys-shop .box .w:last-of-type {
      margin-right: 0; }
    .sys-shop .box .w:hover {
      background: #054df2; }
      .sys-shop .box .w:hover .h3 {
        color: #fff; }
      .sys-shop .box .w:hover .p {
        color: #fff; }
  .sys-shop .box .h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px; }
  .sys-shop .box .p {
    font-size: 16px;
    color: #888888; }
  .sys-shop .box .wrap:nth-of-type(1) {
    transform: translateX(110px); }
  .sys-shop .box .wrap:nth-of-type(2) {
    transform: translateX(30px); }
  .sys-shop .box .wrap:nth-of-type(3) {
    transform: translateX(90px); }

.sys-oa {
  margin-top: 140px; }
  .sys-oa .box {
    margin-top: 95px;
    padding: 0 100px;
    margin-bottom: 70px; }
  .sys-oa .w {
    float: left;
    height: 160px;
    background: #fff;
    padding: 35px 10px 10px 50px;
    border-left: 12px solid #054df2;
    border-radius: 8px;
    margin-bottom: 30px;
    width: 420px; }
    .sys-oa .w:nth-of-type(2n) {
      float: right; }
    .sys-oa .w .h3 {
      font-size: 24px;
      font-weight: bold;
      color: #333333; }
    .sys-oa .w .p {
      font-size: 16px;
      color: #333333;
      margin-top: 28px;
      transition: all .2s; }
    .sys-oa .w:hover .p {
      transform: translateX(10px); }
  .sys-oa .bor-r {
    border-color: #ea6f7c; }
  .sys-oa .bor-y {
    border-color: #fac360; }

.sys-btn {
  display: block;
  margin: 0 auto;
  background: #fac360;
  width: 180px;
  line-height: 50px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  border-radius: 30px;
  transition: all .3s;
  box-shadow: 0 7px 20px rgba(167, 109, 6, 0.31); }
  .sys-btn:hover {
    opacity: 0.8; }

.sys-crm {
  margin-top: 140px; }
  .sys-crm .sys-tit {
    float: left;
    text-align: left;
    width: 345px;
    transform: translateY(230px); }
  .sys-crm .p {
    line-height: 32px; }
  .sys-crm .sys-btn {
    background: #054df2;
    color: #fff;
    box-shadow: 0 7px 20px rgba(6, 48, 145, 0.31);
    margin: 65px 0 0; }
  .sys-crm .fr {
    width: 790px; }
  .sys-crm .w {
    padding-top: 40px;
    padding-left: 55px;
    border-radius: 8px;
    margin-bottom: 68px;
    width: 350px;
    height: 320px;
    background: #fff;
    float: right;
    box-shadow: 0 0 40px rgba(169, 169, 169, 0.15); }
    .sys-crm .w:nth-of-type(2) {
      margin-right: 60px;
      transform: translateY(200px); }
    .sys-crm .w .h3 {
      font-size: 24px;
      color: #333333;
      margin: 25px 0 15px; }
    .sys-crm .w .p {
      font-size: 16px;
      color: #888888;
      line-height: 28px; }

.sys-erp {
  margin-top: 60px;
  padding-top: 150px;
  background: url(../img/sysbg2.png) no-repeat top;
  background-size: 100%; }
  .sys-erp .box {
    margin-top: 100px;
    background: url(../img/sys4.png) no-repeat left center;
    background-size: 600px; }
  .sys-erp .font {
    width: 50%;
    float: right;
    padding-left: 50px; }
  .sys-erp .w {
    padding-left: 40px;
    position: relative;
    margin-bottom: 50px; }
    .sys-erp .w .j {
      font-size: 24px;
      color: #333;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 5px; }
    .sys-erp .w .h3 {
      font-size: 24px;
      color: #333;
      margin-bottom: 14px;
      font-weight: bold; }
    .sys-erp .w .p {
      font-size: 16px;
      color: #888888;
      line-height: 30px; }

.sys-foot {
  background-image: url(../img/sysfoot.png); }

.sys-ri {
  width: 108px;
  border-radius: 8px;
  padding: 0 16px;
  background: #0433ba; }
  .sys-ri li {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
    line-height: 50px; }
    .sys-ri li:first-of-type:after {
      content: '';
      display: block;
      opacity: 1;
      width: 150px;
      height: 50px;
      position: absolute;
      top: 0;
      transition: all .1s linear;
      left: -37px;
      border-radius: 5px;
      background: url(../img/ribg2.png) top;
      background-size: cover;
      z-index: -1; }
    .sys-ri li:first-of-type a {
      color: #000e34; }
    .sys-ri li:first-of-type:hover {
      background: transparent; }
    .sys-ri li:last-of-type:after {
      display: none; }
    .sys-ri li a {
      color: #00deff; }
    .sys-ri li p {
      color: #00deff; }

.mini-web {
  background: #195df0 url(../img/minibg.png) no-repeat bottom;
  background-size: 100%; }

.mini-foot {
  background: transparent;
  padding-top: 150px; }

.mini-prs {
  margin: 120px 0; }
  .mini-prs .container {
    position: relative; }
  .mini-prs .bgbox {
    text-align: center;
    position: absolute;
    right: 0;
    background: url(../img/mini.png) no-repeat right center;
    background-size: 600px; }
    .mini-prs .bgbox:before {
      content: '';
      vertical-align: middle;
      display: inline-block;
      width: 600px;
      position: relative;
      margin: 0 auto;
      height: 600px;
      background-size: 100%;
      animation: bg 15s infinite; }
@keyframes bg {
  0% {
    background-image: url(../img/minic.png); }
  33.33% {
    background-image: url(../img/minic2.png); }
  66.66% {
    background-image: url(../img/minic3.png); }
  100% {
    background-image: url(../img/minic.png); } }
  .mini-prs .w {
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
    color: #fff; }
    .mini-prs .w .h3 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 14px; }
    .mini-prs .w .p {
      font-size: 18px; }
  .mini-prs .gou {
    position: absolute;
    left: 0;
    top: 8px; }
  .mini-prs .mi-tit {
    text-align: left;
    margin-bottom: 60px; }
  .mini-prs .ct {
    margin-top: 70px;
    width: 300px;
    font-size: 18px;
    color: #fff;
    margin-left: 40px; }
    .mini-prs .ct img {
      margin-top: 20px; }

.mini-ind {
  margin-top: 130px; }

.mini-btn {
  width: 300px;
  display: block;
  font-size: 24px;
  color: #225aea;
  line-height: 75px;
  height: 80px;
  background: url(../img/btnbg2.png) no-repeat;
  background-size: 100%;
  text-align: center;
  transition: all .3s; }
  .mini-btn:hover {
    opacity: 0.8; }

.min-btn2 {
  width: 300px;
  display: block;
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
  line-height: 75px;
  height: 80px;
  background: url(../img/btnbg.png) no-repeat;
  background-size: 100%;
  text-align: center;
  transition: all .3s; }
  .min-btn2:hover {
    opacity: 0.8; }

.mi-tit {
  text-align: center;
  font-size: 48px;
  color: #ffffff;
  font-weight: bold; }

.mini-ind .mi-tit {
  margin-bottom: 50px; }
.mini-ind .h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 30px; }
.mini-ind img {
  display: block;
  margin: 0 auto; }
.mini-ind .imgb {
  margin-bottom: 28px;
  width: 220px; }
.mini-ind .p {
  font-size: 14px;
  color: #fff;
  margin-top: 12px; }
.mini-ind .indswibox {
  width: 1000px;
  margin: 0 auto;
  position: relative; }
  .mini-ind .indswibox .swiper-button-prev, .mini-ind .indswibox .swiper-button-next {
    background: none;
    text-align: center; }
.mini-ind .indswi {
  width: 900px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px; }
  .mini-ind .indswi .swiper-slide {
    text-align: center;
    transition: all .3s linear; }
.mini-ind .swiper-slide-active {
  transform: scale(1.2); }

.mini-exp {
  margin-top: 180px; }
  .mini-exp .box {
    padding: 0 70px;
    margin-top: 200px; }
  .mini-exp .w {
    display: block;
    float: left;
    background: #fff;
    width: 190px;
    height: 220px;
    border-radius: 8px;
    padding-top: 40px;
    margin-bottom: 100px;
    text-align: center;
    transition: all .2s;
    margin-right: 100px; }
    .mini-exp .w:nth-of-type(4n) {
      margin-right: 0; }
    .mini-exp .w .h3 {
      font-size: 18px;
      color: #1a1b1c;
      font-weight: bold;
      margin-top: 18px; }
    .mini-exp .w:nth-of-type(2n) {
      transform: translateY(-100px); }
    .mini-exp .w:hover {
      box-shadow: 0 0 40px rgba(255, 255, 255, 0.3); }

.mini-custorm {
  margin-top: 140px; }
  .mini-custorm .mi-tit {
    margin-bottom: 80px; }
  .mini-custorm .w {
    background: #fff;
    border-radius: 8px;
    width: 540px;
    height: 270px;
    display: inline-block;
    margin-right: 65px;
    padding-top: 45px;
    margin-bottom: 30px;
    padding-left: 30px; }
    .mini-custorm .w:nth-of-type(2n) {
      margin-right: 0; }
    .mini-custorm .w img {
      width: 122px;
      float: left;
      margin-right: 30px;
      margin-top: 25px; }
    .mini-custorm .w .font {
      text-align: left;
      width: 300px;
      float: left; }
    .mini-custorm .w .h3 {
      font-size: 24px;
      color: #1a1b1c;
      margin-bottom: 12px; }
    .mini-custorm .w .p {
      font-size: 16px;
      color: #888888;
      height: 84px;
      overflow: hidden;
      line-height: 21px; }
    .mini-custorm .w .bot {
      padding-top: 20px;
      border-top: 1px solid #e0e0df; }

.mini-case {
  margin-top: 130px; }
  .mini-case .p {
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 30px; }
  .mini-case .ct {
    font-size: 0; }
  .mini-case .w {
    display: inline-block;
    width: 25%;
    margin-top: 45px; }
  .mini-case .span {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 18px; }
  .mini-case .min-btn2 {
    margin-top: 60px; }

.mini-ri {
  background: url(../img/ribg3.png) no-repeat center;
  background-size: 100%;
  width: 220px;
  padding: 120px 0px 5px;
  top: 12%;
  right: 1%; }
  .mini-ri ul {
    margin-top: 60px; }
  .mini-ri .dz {
    position: relative;
    margin: 0 auto;
    top: 50px;
    width: 100px;
    height: 50px;
    display: block; }
  .mini-ri li {
    font-size: 16px;
    width: 110px;
    height: auto; }
    .mini-ri li:hover {
      background: rgba(28, 92, 238, 0.1); }
      .mini-ri li:hover a {
        font-weight: bold; }
    .mini-ri li a {
      color: #0b32ba; }
    .mini-ri li p {
      color: #0b32ba; }

.des-ri {
  background: url(../img/ribg4.png) no-repeat center top;
  background-size: 100%;
  padding: 110px 0 10px;
  top: 20%; }
  .des-ri li {
    width: 100%;
    line-height: 42px; }
    .des-ri li a {
      color: #dc3424; }
    .des-ri li p {
      color: #dc3424; }
    .des-ri li:hover {
      background: #ffe1c2; }
    .des-ri li:last-of-type {
      background: transparent; }

.web-ban {
  background: url(../img/b1.png) no-repeat top;
  background-size: 100%; }

.web-ban .container {
  padding-top: 5%;
  position: relative; }

.web-ban .le-box {
  width: 50%;
  text-align: center;
  position: absolute; }

.web-ban .linkbtn {
  margin-top: 25px; }

.web-ban .banimg {
  float: right;
  padding-right: 80px; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.web-ban .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.web-ban .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.linkbtn {
  width: 190px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  font-size: 16px;
  color: #ff8731;
  font-weight: bold;
  transition: all .3s;
  display: inline-block; }

.linkbtn:hover {
  opacity: 0.8; }

.marb140 {
  margin-bottom: 140px; }

.corebox {
  padding-top: 70px; }

.corebox .wrap {
  width: 25%;
  float: left;
  padding: 45px 0 20px;
  text-align: center;
  border-radius: 8px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear; }

.corebox .wrap:hover {
  background: #fff;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  box-shadow: 0 0 50px rgba(76, 176, 179, 0.15); }

.corebox .imgb {
  height: 180px;
  line-height: 180px;
  margin-bottom: 20px; }

.corebox .imgb img {
  vertical-align: middle; }

.corebox .h3 {
  font-size: 30px;
  color: #309c9f;
  margin-bottom: 36px; }

.corebox .p {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  height: 180px;
  overflow: hidden; }

.n-tit {
  font-size: 30px;
  text-align: center;
  color: #43474e;
  margin-bottom: 50px; }

.worry {
  background: url(../img/c1.png) no-repeat left bottom; }

.worry .w-box {
  margin-top: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }

.worry .w {
  display: block;
  padding: 30px 0 40px;
  width: 225px;
  border-radius: 8px;
  text-align: center;
  background: #fe8f3f;
  margin-bottom: 16px;
  margin-right: 16px;
  float: left; }

.worry .w:last-of-type {
  margin-right: 0; }

.worry .box {
  float: left;
  width: 225px;
  margin-right: 16px; }

.worry .box .w {
  background: #279a9e; }

.worry .box .w .linkbtn {
  color: #279a9e; }

.worry .box .w:last-of-type {
  background: #1f8cee; }

.worry .box .w:last-of-type .linkbtn {
  color: #1f8cee; }

.worry .n {
  font-size: 48px;
  color: #fff;
  opacity: .11;
  margin-bottom: 10px; }

.worry .h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px; }

.worry .p {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 24px; }

.worry .linkbtn {
  line-height: 36px;
  width: 140px; }

.d-val {
  text-align: center; }

.d-val .cimg {
  float: left;
  width: 25%;
  line-height: 130px; }

.d-val .cimg img {
  vertical-align: bottom; }

.ass {
  margin-bottom: 80px; }

.assswi {
  position: relative; }

.assswi .swiper-container {
  width: 1200px;
  padding: 20px; }

.assswi .swiper-slide {
  width: 285px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 40px rgba(191, 191, 191, 0.25);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px; }

.assswi .swiper-slide:nth-of-type(2n) {
  margin-top: 20px; }

.assswi .t-logo {
  margin-bottom: 20px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  line-height: 66px;
  text-align: center; }

.assswi .t-logo img {
  vertical-align: middle;
  max-width: 100%; }

.assswi .t-font {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 40px; }

.assswi .t-link {
  font-size: 14px;
  color: #279a9e;
  margin-bottom: 10px;
  display: block; }

.assswi .t-time {
  font-size: 14px;
  color: #333333; }

.assswi .swiper-button-prev, .assswi .swiper-button-next {
  background: none;
  width: auto; }

.t-case {
  font-size: 0; }

.t-case .wrap {
  width: 350px;
  display: inline-block;
  text-align: center;
  margin-bottom: 120px;
  vertical-align: top;
  margin-right: 66px; }

.t-case .wrap:nth-of-type(3n) {
  margin-right: 0; }

.t-case .wrap:nth-of-type(2n) .imgbox {
  height: 285px; }

.t-case .wrap:nth-of-type(5) {
  margin-top: -145px; }

.t-case .wrap .imgbox {
  border-radius: 10px;
  height: 435px;
  width: 100%;
  margin-bottom: 30px;
  display: block;
  overflow: hidden; }

.t-case .wrap .imgbox:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.t-case .wrap .imgbox img {
  transition: all .5s linear;
  -webkit-transition: all .5s linear; }

.t-case .wrap .p {
  font-size: 16px;
  color: #43474e; }

.t-case .linkbtn {
  margin: 0 auto;
  background: #30a1a6;
  color: #fff;
  display: block;
  line-height: 50px; }

.le-fixed {
  position: fixed;
  left: 20px;
  background: #32a0a4;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  z-index: 99;
  width: 110px; }

.le-fixed li {
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  padding: 20px 0;
  text-align: center; }

.le-fixed li > .p {
  font-size: 18px;
  margin-bottom: 5px; }

.le-fixed li > .p .span {
  font-size: 14px; }

.le-fixed li:hover {
  background: #fff;
  color: #32a0a4; }

.le-fixed li:hover:after {
  display: block; }

.le-fixed li:hover .wrap {
  display: block; }

.le-fixed li:last-of-type {
  margin-bottom: 0; }

.le-fixed li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 100%;
  background: transparent;
  right: -60px;
  top: 0;
  display: none; }

.le-fixed .wrap {
  position: absolute;
  width: 266px;
  height: 128px;
  background: url(../img/lebg.png) no-repeat left top;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  top: -15px;
  display: none;
  left: 130px; }

.le-fixed .wrap .p {
  font-size: 24px;
  font-weight: bold; }

.le-fixed .wrap .span {
  font-size: 16px; }

.le-fixed .font {
  width: 184px;
  float: right;
  text-align: center;
  padding-top: 20px; }

.le-fixed .linkbtn {
  width: 100px;
  line-height: 30px;
  font-size: 14px;
  color: #f7523e;
  margin-top: 5px; }

.case-w {
  width: 83.33%;
  margin: 50px auto;
  min-width: 1200px; }

.case-le {
  width: 200px;
  float: left; }
  .case-le .w {
    margin-bottom: 10px; }
  .case-le .case-tit {
    padding: 0 18px;
    font-size: 18px;
    font-family: '苹方';
    line-height: 40px;
    background: #fff; }
    .case-le .case-tit .imgb2 {
      display: none; }
    .case-le .case-tit img {
      vertical-align: middle; }
  .case-le .act {
    color: #30b4a3; }
    .case-le .act .imgb {
      display: none; }
    .case-le .act .imgb2 {
      display: inline; }
  .case-le .case-label {
    display: none;
    padding: 0 18px;
    margin-top: 5px;
    background: #fff; }
    .case-le .case-label label {
      cursor: pointer;
      display: block;
      line-height: 40px;
      position: relative; }
      .case-le .case-label label .inp {
        position: absolute;
        opacity: 0; }
      .case-le .case-label label em {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        border: 1px solid #dfdfdf;
        border-radius: 50%;
        margin-right: 10px;
        position: relative; }
      .case-le .case-label label .inp:checked + em:after {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background: #30b4a3;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .case-le .case-label label span {
        font-size: 14px;
        color: #000000; }
      .case-le .case-label label .fr {
        color: #888888; }

.case-ri {
  width: 81.25%;
  float: right; }
  .case-ri .w {
    background: #ffffff;
    display: block;
    margin-bottom: 20px;
    padding: 60px 20px 20px;
    position: relative;
    transition: all .3s linear; }
    .case-ri .w:hover {
      box-shadow: 0 10px 20px rgba(23, 104, 94, 0.15); }
  .case-ri .imgbox {
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 50%; }
    .case-ri .imgbox:before {
      width: 100%;
      height: 50%;
      background: #3cc2b2;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      z-index: -1; }
  .case-ri .font {
    float: right;
    width: 43%;
    margin-right: 3%; }
  .case-ri .h3 {
    font-size: 24px;
    font-family: '苹方';
    margin-bottom: 8px;
    color: #444;
    position: relative; }
  .case-ri .p {
    font-size: 16px;
    color: #444444;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .case-ri .span {
    margin-top: 40px;
    font-size: 14px;
    color: #444444; }
    .case-ri .span span {
      color: #30b4a3;
      text-decoration: underline; }
  .case-ri .case-btn {
    width: 140px;
    height: 70px;
    line-height: 60px;
    background: url(../img/case-btn.png) no-repeat top;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 20px; }
  .case-ri .ewmbox {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 3px;
    box-shadow: 0 5px 20px rgba(49, 179, 162, 0.4);
    font-size: 0; }

.case-dfont {
  position: absolute; }
  .case-dfont .h3 {
    font-size: 24px;
    color: #000000;
    font-family: '苹方';
    margin-bottom: 20px; }
  .case-dfont .p {
    font-size: 16px;
    color: #444444;
    margin-bottom: 5px; }
  .case-dfont .ewmbox {
    background: #fff;
    padding: 3px;
    box-shadow: 0 5px 20px rgba(49, 179, 162, 0.4);
    font-size: 0;
    margin-top: 20px;
    display: inline-block; }
  .case-dfont .span {
    margin-top: 20px;
    font-size: 14px;
    color: #000; }
    .case-dfont .span span {
      color: #30b4a3;
      text-decoration: underline; }

.case-dimg {
  text-align: center;
  padding-bottom: 30px; }

.imgbg {
  height: 40%;
  position: absolute;
  width: 100%;
  background: #30b4a3;
  bottom: 0;
  left: 0;
  z-index: -1; }

.case-int {
  background: #30b4a3;
  padding-bottom: 60px; }
  .case-int .case-w {
    margin: 0 auto; }
  .case-int .w50 {
    width: 50%;
    float: left;
    padding: 0 3%;
    color: #fff; }
  .case-int .tit {
    position: relative;
    font-size: 24px;
    font-family: '苹方';
    margin-bottom: 20px; }
    .case-int .tit:after {
      position: absolute;
      content: '';
      display: block;
      width: 18px;
      height: 6px;
      background: #262626;
      left: -28px;
      top: 46%; }
  .case-int .p {
    font-size: 14px;
    line-height: 28px; }

.case-w2 {
  width: 72.91%;
  margin: 0px auto;
  min-width: 1200px; }

.case-ass {
  padding: 1px 0;
  background: url(../img/case-bg.png) no-repeat;
  background-size: cover; }
  .case-ass .p {
    background: #fff;
    width: 66%;
    padding: 30px;
    line-height: 32px;
    font-size: 16px;
    color: #262626;
    height: 200px;
    overflow: hidden; }
  .case-ass .case-w2 {
    padding: 50px 0;
    position: relative;
    z-index: 11; }
  .case-ass .imgb {
    position: absolute;
    left: 48%;
    top: 25px;
    z-index: -1; }

.case-dtit {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  font-family: '苹方';
  text-align: center;
  padding-top: 60px; }

.case-fixed {
  position: fixed;
  right: 10px;
  top: 46%;
  z-index: 999; }
  .case-fixed a {
    display: flex;
    width: 80px;
    height: 80px;
    font-size: 0;
    background: #3dc9b7;
    margin-bottom: 10px;
    text-align: center;
    align-items: center;
    justify-content: center; }
    .case-fixed a span {
      margin-top: 10px;
      font-size: 14px;
      color: #ffffff;
      display: block;
      line-height: 20px; }

@media (max-width: 1400px) {
  .container {
    width: 1000px; }

  .mini-ri {
    width: 180px; }
    .mini-ri ul {
      margin-top: 50px; }
      .mini-ri ul li {
        line-height: 28px; }
        .mini-ri ul li a {
          font-size: 14px; }

  .mi-tit {
    font-size: 32px; }

  .mini-prs .gou {
    top: 2px; }
  .mini-prs .p {
    font-size: 16px; }
  .mini-prs .w {
    padding-left: 30px; }

  .mini-exp .w {
    margin-right: 32px;
    margin-bottom: 50px; }

  .mini-custorm .w {
    width: 470px;
    margin-right: 50px; }

  .mini-prs .bgbox {
    background-size: 500px; }

  .mini-prs .bgbox:before {
    width: 500px;
    height: 500px; }

  .mini-custorm .w {
    padding-left: 25px; }
    .mini-custorm .w img {
      margin-right: 20px; }
    .mini-custorm .w .font {
      width: 290px; }

  .app-advantage .p {
    font-size: 16px; }

  .app-made .f .h3 {
    font-size: 20px; }

  .app-partner .w {
    width: 190px;
    margin-right: 20px; } }

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