#mall .news li li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#mall .banner {
  width: 100%;
  height: 420px;
  background: url("../img/mall/bg1.png") center;
  text-align: center;
  color: #fff; }
  #mall .banner h2 {
    font-size: 44px;
    padding: 105px 0 25px; }
  #mall .banner .aim {
    font-size: 20px;
    margin-bottom: 35px; }
  #mall .banner a {
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    background: url("../img/mall/btn_bg.png"); }
  #mall .banner .call {
    width: 200px;
    margin: 20px auto;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    padding-left: 28px;
    background: url("../img/custom/tel_icon.png") 8px no-repeat; }
#mall h3 {
  font-size: 30px;
  padding: 85px 0 35px; }
#mall .sub {
  font-size: 16px;
  line-height: 26px;
  color: #666; }
#mall .mall_intro {
  padding-bottom: 55px;
  text-align: center; }
  #mall .mall_intro ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 830px;
    margin-top: 67px; }
  #mall .mall_intro li {
    width: 270px;
    height: 190px; }
    #mall .mall_intro li .icon {
      width: 45px;
      height: 60px;
      margin: 0 auto; }
    #mall .mall_intro li .title {
      font-size: 20px;
      line-height: 40px; }
    #mall .mall_intro li p {
      line-height: 20px;
      color: #888; }
    #mall .mall_intro li:nth-child(1) .icon {
      background: url("../img/mall/icon1.png") center no-repeat; }
    #mall .mall_intro li:nth-child(2) .icon {
      background: url("../img/mall/icon2.png") center no-repeat; }
    #mall .mall_intro li:nth-child(3) .icon {
      background: url("../img/mall/icon3.png") center no-repeat; }
    #mall .mall_intro li:nth-child(4) .icon {
      background: url("../img/mall/icon4.png") center no-repeat; }
    #mall .mall_intro li:nth-child(5) .icon {
      background: url("../img/mall/icon5.png") center no-repeat; }
    #mall .mall_intro li:nth-child(6) .icon {
      background: url("../img/mall/icon6.png") center no-repeat; }
  #mall .mall_intro .intro_right {
    width: 352px; }
    #mall .mall_intro .intro_right img {
      display: block;
      width: 219px;
      height: 219px;
      margin: 70px auto 45px;
      border-radius: 10px;
      box-shadow: 0 8px 20px #e5e5e5; }
    #mall .mall_intro .intro_right p {
      font-size: 16px;
      color: #666; }
#mall .mall_model {
  text-align: center;
  background: #f4f4f4;
  padding-bottom: 38px; }
  #mall .mall_model ul {
    padding-top: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #mall .mall_model li {
    width: 280px;
    height: 100px;
    margin-bottom: 42px;
    padding: 25px 0 25px 80px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
    background: #fff url("../img/mall/i1.png") 20px center no-repeat;
    cursor: pointer;
    transition: all .3s ease; }
    #mall .mall_model li .title {
      font-size: 20px;
      margin-bottom: 15px; }
    #mall .mall_model li p {
      color: #888; }
    #mall .mall_model li:nth-child(2) {
      background-image: url("../img/mall/i2.png"); }
    #mall .mall_model li:nth-child(3) {
      background-image: url("../img/mall/i3.png"); }
    #mall .mall_model li:nth-child(4) {
      background-image: url("../img/mall/i4.png"); }
    #mall .mall_model li:nth-child(5) {
      background-image: url("../img/mall/i5.png"); }
    #mall .mall_model li:nth-child(6) {
      background-image: url("../img/mall/i6.png"); }
    #mall .mall_model li:nth-child(7) {
      background-image: url("../img/mall/i7.png"); }
    #mall .mall_model li:nth-child(8) {
      background-image: url("../img/mall/i8.png"); }
    #mall .mall_model li:nth-child(9) {
      background-image: url("../img/mall/i9.png"); }
    #mall .mall_model li:nth-child(10) {
      background-image: url("../img/mall/i10.png"); }
    #mall .mall_model li:nth-child(11) {
      background-image: url("../img/mall/i11.png"); }
    #mall .mall_model li:nth-child(12) {
      background-image: url("../img/mall/i12.png"); }
    #mall .mall_model li:nth-child(13) {
      background-image: url("../img/mall/i13.png.html"); }
    #mall .mall_model li:nth-child(14) {
      background-image: url("../img/mall/i14.png.html"); }
    #mall .mall_model li:nth-child(15) {
      background-image: url("../img/mall/i15.png.html"); }
    #mall .mall_model li:hover {
      box-shadow: 0 10px 30px #dbdbdb; }
#mall .mall_advan {
  height: 800px;
  background: url("../img/mall/bg2.png") center;
  text-align: center; }
  #mall .mall_advan h3 {
    padding: 62px 0 45px;
    color: #fff; }
  #mall .mall_advan ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #mall .mall_advan li {
    width: 220px;
    height: 240px;
    margin-bottom: 30px;
    padding: 106px 28px 0;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    background: #fff url("../img/mall/ad1.png") center 30px no-repeat; }
    #mall .mall_advan li .title {
      font-size: 18px;
      line-height: 42px; }
    #mall .mall_advan li p {
      line-height: 26px;
      text-align: left;
      color: #888; }
    #mall .mall_advan li:hover {
      color: #fff; }
      #mall .mall_advan li:hover p {
        color: #fff; }
    #mall .mall_advan li:nth-child(1) {
      background-image: url("../img/mall/ad1.png"); }
      #mall .mall_advan li:nth-child(1):hover {
        background: #f74564 url("../img/mall/ad1whi.png") center 30px no-repeat; }
    #mall .mall_advan li:nth-child(2) {
      background-image: url("../img/mall/ad2.png"); }
      #mall .mall_advan li:nth-child(2):hover {
        background: #f74564 url("../img/mall/ad2whi.png") center 30px no-repeat; }
    #mall .mall_advan li:nth-child(3) {
      background-image: url("../img/mall/ad3.png"); }
      #mall .mall_advan li:nth-child(3):hover {
        background: #f74564 url("../img/mall/ad3whi.png") center 30px no-repeat; }
    #mall .mall_advan li:nth-child(4) {
      background-image: url("../img/mall/ad4.png"); }
      #mall .mall_advan li:nth-child(4):hover {
        background: #f74564 url("../img/mall/ad4whi.png") center 30px no-repeat; }
    #mall .mall_advan li:nth-child(5) {
      background-image: url("../img/mall/ad5.png"); }
      #mall .mall_advan li:nth-child(5):hover {
        background: #f74564 url("../img/mall/ad5whi.png") center 30px no-repeat; }
    #mall .mall_advan li:nth-child(6) {
      background-image: url("../img/mall/ad6.png"); }
      #mall .mall_advan li:nth-child(6):hover {
        background: #f74564 url("../img/mall/ad6whi.png") center 30px no-repeat; }
    #mall .mall_advan li:nth-child(7) {
      background-image: url("../img/mall/ad7.png"); }
      #mall .mall_advan li:nth-child(7):hover {
        background: #f74564 url("../img/mall/ad7whi.png") center 30px no-repeat; }
    #mall .mall_advan li:nth-child(8) {
      background-image: url("../img/mall/ad8.png"); }
      #mall .mall_advan li:nth-child(8):hover {
        background: #f74564 url("../img/mall/ad8whi.png") center 30px no-repeat; }
    #mall .mall_advan li:nth-child(9) {
      background-image: url("../img/mall/ad9.png"); }
      #mall .mall_advan li:nth-child(9):hover {
        background: #f74564 url("../img/mall/ad9whi.png") center 30px no-repeat; }
    #mall .mall_advan li:nth-child(10) {
      background-image: url("../img/mall/ad10.png"); }
      #mall .mall_advan li:nth-child(10):hover {
        background: #f74564 url("../img/mall/ad10whi.png") center 30px no-repeat; }
  #mall .mall_advan .btn {
    margin-top: 28px; }
    #mall .mall_advan .btn a {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      box-sizing: border-box;
      border-radius: 2px;
      color: #fff; }
      #mall .mall_advan .btn a.more {
        width: 160px;
        margin-right: 15px;
        border: 1px solid #fff; }
      #mall .mall_advan .btn a.expe {
        width: 100px;
        background: url("../img/mall/btn_bg1.png"); }
#mall .authorize {
  height: 700px;
  background: #f4f4f4; }
  #mall .authorize h3 {
    padding: 64px 0 27px;
    text-align: center; }
  #mall .authorize .sub {
    margin-bottom: 57px;
    text-align: center; }
#mall .authorize_con {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden; }
  #mall .authorize_con .con_left {
    width: 300px;
    height: 100%;
    background: url("../img/mall/bg3.png") center;
    color: #fff; }
    #mall .authorize_con .con_left .type {
      width: 110px;
      height: 110px;
      margin: 40px auto;
      border-radius: 50%;
      background: url("../img/mall/type_bg.jpg");
      font-size: 30px;
      text-align: center;
      line-height: 110px; }
    #mall .authorize_con .con_left .process {
      margin-top: 95px;
      padding: 0 35px; }
      #mall .authorize_con .con_left .process p {
        margin-bottom: 18px;
        font-weight: bold; }
        #mall .authorize_con .con_left .process p.p1 {
          font-size: 16px; }
  #mall .authorize_con .con_right {
    position: relative;
    height: 100%;
    width: 900px;
    background: #fff url("../img/mall/line.png") center 117px no-repeat; }
    #mall .authorize_con .con_right .item {
      position: absolute;
      width: 128px;
      height: 58px;
      line-height: 58px;
      font-size: 20px;
      color: #fff;
      text-align: center; }
    #mall .authorize_con .con_right .item1 {
      top: 36px;
      left: 336px;
      width: 228px;
      height: 68px;
      line-height: 68px;
      font-size: 26px;
      background: url("../img/mall/btn_bg2.png"); }
    #mall .authorize_con .con_right .item2 {
      top: 199px;
      left: 140px;
      background: url("../img/mall/btn_bg3.png"); }
      #mall .authorize_con .con_right .item2 .item_con {
        left: -40px; }
    #mall .authorize_con .con_right .item3 {
      top: 199px;
      left: 370px;
      background: url("../img/mall/btn_bg4.png"); }
      #mall .authorize_con .con_right .item3 .item_con {
        left: -45px; }
    #mall .authorize_con .con_right .item4 {
      top: 199px;
      left: 635px;
      background: url("../img/mall/btn_bg5.png"); }
      #mall .authorize_con .con_right .item4 .item_con {
        left: -15px; }
    #mall .authorize_con .con_right .item_con {
      position: absolute;
      left: 0;
      top: 80px;
      width: 230px;
      font-size: 14px;
      line-height: 22px;
      text-align: left;
      color: #666; }
#mall .entrance {
  height: 500px;
  text-align: center; }
  #mall .entrance h3 {
    padding: 63px 0 20px; }
  #mall .entrance ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 52px; }
  #mall .entrance li {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    width: 280px;
    height: 100px;
    margin-bottom: 30px;
    padding-left: 90px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    text-align: left;
    background: #fff url("../img/mall/wx1.png") 25px center no-repeat;
    transition: background-color 0.3s; }
    #mall .entrance li p {
      font-size: 16px;
      line-height: 20px;
      color: #666; }
    #mall .entrance li:hover {
      background-color: #f74564; }
      #mall .entrance li:hover p {
        color: #fff; }
    #mall .entrance li:nth-child(1):hover {
      background-image: url("../img/mall/wx11.png"); }
    #mall .entrance li:nth-child(2) {
      background-image: url("../img/mall/wx2.png"); }
      #mall .entrance li:nth-child(2):hover {
        background-image: url("../img/mall/wx22.png"); }
    #mall .entrance li:nth-child(3) {
      background-image: url("../img/mall/wx3.png"); }
      #mall .entrance li:nth-child(3):hover {
        background-image: url("../img/mall/wx33.png"); }
    #mall .entrance li:nth-child(4) {
      background-image: url("../img/mall/wx4.png"); }
      #mall .entrance li:nth-child(4):hover {
        background-image: url("../img/mall/wx44.png"); }
    #mall .entrance li:nth-child(5) {
      background-image: url("../img/mall/wx5.png"); }
      #mall .entrance li:nth-child(5):hover {
        background-image: url("../img/mall/wx55.png"); }
    #mall .entrance li:nth-child(6) {
      background-image: url("../img/mall/wx6.png"); }
      #mall .entrance li:nth-child(6):hover {
        background-image: url("../img/mall/wx66.png"); }
    #mall .entrance li:nth-child(7) {
      background-image: url("../img/mall/wx7.png"); }
      #mall .entrance li:nth-child(7):hover {
        background-image: url("../img/mall/wx77.png"); }
    #mall .entrance li:nth-child(8) {
      background-image: url("../img/mall/wx8.png"); }
      #mall .entrance li:nth-child(8):hover {
        background-image: url("../img/mall/wx88.png"); }
#mall .trade {
  height: 750px;
  background: url("../img/mall/bg4.png") center;
  text-align: center;
  color: #fff; }
  #mall .trade h3 {
    padding: 62px 0 120px; }
  #mall .trade ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #mall .trade li {
    width: 120px;
    height: 180px;
    margin: 0 150px 70px 0; }
    #mall .trade li:nth-child(5n) {
      margin-right: 0; }
    #mall .trade li .icon {
      width: 120px;
      height: 120px;
      border-radius: 10px;
      background: #5cddb4 url("../img/mall/trade1.png") center no-repeat; }
    #mall .trade li p {
      margin-top: 20px;
      font-size: 18px; }
    #mall .trade li:nth-child(2) .icon {
      background: #6abde0 url("../img/mall/trade2.png") center no-repeat; }
    #mall .trade li:nth-child(3) .icon {
      background: #82b4ff url("../img/mall/trade3.png") center no-repeat; }
    #mall .trade li:nth-child(4) .icon {
      background: #828eff url("../img/mall/trade4.png") center no-repeat; }
    #mall .trade li:nth-child(5) .icon {
      background: #ba82ff url("../img/mall/trade5.png") center no-repeat; }
    #mall .trade li:nth-child(6) .icon {
      background: #e682ff url("../img/mall/trade6.png") center no-repeat; }
    #mall .trade li:nth-child(7) .icon {
      background: #ff82ce url("../img/mall/trade7.png") center no-repeat; }
    #mall .trade li:nth-child(8) .icon {
      background: #ff6d88 url("../img/mall/trade8.png") center no-repeat; }
    #mall .trade li:nth-child(9) .icon {
      background: #f7455d url("../img/mall/trade9.png") center no-repeat; }
    #mall .trade li:nth-child(10) .icon {
      background: #ffa16d url("../img/mall/trade10.png") center no-repeat; }
#mall .news h3 {
  padding: 86px 0 66px;
  text-align: center; }
#mall .news li {
  float: left;
  margin-right: 70px; }
  #mall .news li:nth-child(3n) {
    margin-right: 0; }
  #mall .news li h4 {
    font-size: 16px;
    font-weight: bold;
    border-left: 3px solid #ff4600;
    margin-bottom: 20px;
    padding-left: 10px; }
  #mall .news li .icon {
    width: 350px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden; }
    #mall .news li .icon a {
      display: block;
      width: 100%;
      height: 100%; }
  #mall .news li li {
    float: none;
    width: 350px;
    margin: 16px 0 0;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    background: url("../img/icon3.png") -28px -23px no-repeat; }
  #mall .news li .more {
    padding: 15px 0 40px;
    cursor: default; }
    #mall .news li .more a {
      font-size: 16px;
      color: #0a6dee; }

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