@charset "UTF-8";
/*
 *	Author		：蔡应
 *	Time		：2015.03.12
 *	Abstract	：94送官网sass首页、94商城、明日送样式文件
 *
 */
/*
 *	Author		：蔡应
 *	Time		：2015.03.12
 *	Abstract	：94送官网sass基础样式、引用文件
 *
 */
/*RESET*/
body, html, div, p, table, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

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

img, a {
  border: none; }

em {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  outline: none;
  text-decoration: none;
  color: #d83a3f; }

a:active {
  star: expression(this.onFocus=this.blur()); }

/*Base*/
body {
  font: normal 12px/22px Arial, "Microsoft Yahei", Helvetica, sans-serif, "宋体";
  -webkit-font-smoothing: antialiased; }

.clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  overflow: hidden; }

.clearfloat:after, .case-list:after, #service .service-item-pic:after, #work .work-menu:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0; }

.clearfloat, .case-list, #service .service-item-pic, #work .work-menu {
  zoom: 1; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.left {
  float: left;
  display: inline; }

.right {
  float: right;
  display: inline; }

.wrap {
  position: relative;
  margin: 0px auto;
  min-width: 1000px;
  max-width: 1200px; }

.wrap700 {
  position: relative;
  margin: 0 auto;
  width: 700px; }

.wrap800 {
  position: relative;
  margin: 0 auto;
  width: 800px; }

.wrap1000 {
  position: relative;
  margin: 0 auto;
  width: 1000px; }

.wrap1100 {
  position: relative;
  margin: 0 auto;
  width: 1100px; }

.wrap1200 {
  position: relative;
  margin: 0 auto;
  width: 1200px; }

.wrap1920 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  min-width: 1100px; }

.wrap-1920 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px; }

.padding16 {
  padding: 16px; }

.red {
  color: red !important; }

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

::-moz-selection {
  background: rgba(216, 58, 63, 0.7);
  color: #fff; }

::selection {
  background: rgba(216, 58, 63, 0.7);
  color: #fff; }

::-moz-selection {
  background: rgba(216, 58, 63, 0.7);
  color: #fff; }

::-webkit-selection {
  background: rgba(216, 58, 63, 0.7);
  color: #fff; }

@font-face {
  font-family: "FruitLT";
  src: url("../font/FrutigerLTStd-Light.eot"); }

@font-face {
  font-family: "FruitLT";
  src: url(//:) format("no404"), url("../font/FrutigerLTStd-Light.woff") format("woff"), url("../font/FrutigerLTStd-Light.ttf") format("truetype"), url("../font/FrutigerLTStd-Light.svg#webfontMFqI76bT") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-face-display {
  font: 66px FruitLT, Helvetica, sans-serif; }

/* 
 *	Common
 */
body {
  font-size: 14px;
  background: #fff;
  font-family: "FruitLT","微软雅黑";
  padding-top: 90px; }

a:hover {
  text-decoration: none; }

.percent50 {
  width: 50%; }

.wrap90p {
  padding: 0 50px;
  /* max-width:1920px;  */
  margin: 0 auto; }

.h20 {
  height: 20px; }

.alert_shadow {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.alert_msg, .alert_sure {
  display: none;
  z-index: 1050;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0.4rem 0.3rem;
  width: 4.8rem;
  height: 1.8rem;
  margin: -1.2rem 0 0 -2.7rem;
  background: #fff;
  border-radius: 6px; }
  .alert_msg .alert_close, .alert_sure .alert_close {
    background: url(../images/close_btn.png);
    display: block;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.36rem;
    height: 0.36rem;
    background-size: 100% 100%; }
  .alert_msg .alert_con, .alert_sure .alert_con {
    width: 100%;
    height: 100%;
    text-align: center; }
    .alert_msg .alert_con .alert_text, .alert_sure .alert_con .alert_text {
      padding: 0.2rem 0;
      line-height: 0.5rem;
      font-size: 0.3rem; }
    .alert_msg .alert_con .btn_wrap, .alert_sure .alert_con .btn_wrap {
      position: absolute;
      bottom: 0.3rem;
      left: 0rem;
      display: block;
      line-height: 0.5rem;
      font-size: 0.28rem;
      width: 100%;
      height: 0.5rem; }
    .alert_msg .alert_con .sure, .alert_sure .alert_con .sure {
      display: inline-block;
      margin: 0 0.1rem;
      background: #f21e2d;
      color: #fff;
      width: 1.2rem;
      height: 0.5rem;
      border-radius: 4px; }
    .alert_msg .alert_con .reset, .alert_sure .alert_con .reset {
      display: inline-block;
      margin: 0 0.1rem;
      background: #999;
      color: #fff;
      width: 1.2rem;
      height: 0.5rem;
      border-radius: 4px; }

.icon, .arrow-down i, .contact-info .contact-way .row li i, .contact-list .contact-item b {
  background: url(../images/icon.png) no-repeat; }

.navbar {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  border-radius: 0;
  padding: 20px 50px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border: none; }
  .navbar .navbar-brand {
    padding: 0;
    position: absolute;
    top: 0;
    height: auto; }
  .navbar .navbar-nav li {
    font-size: 15px;
    margin-left: 40px; }
    .navbar .navbar-nav li a {
      color: #000;
      padding: 0;
      line-height: 50px; }
      .navbar .navbar-nav li a:hover {
        color: #e60012 !important; }
  .navbar.bg-white {
    background: #fff; }
    .navbar.bg-white .navbar-nav li a {
      color: #000; }

.navbar {
  padding: 0px 50px;
  height: 80px; }
  .navbar .show-nav {
    margin-top: 20px;
    float: right;
    width: 40px;
    height: 40px;
    background: url(../images/nav-btn.png) center center no-repeat; }

.slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1000;
  position: fixed;
  padding: 0 50px;
  background: #dddddc;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .slide-nav .nav-top {
    height: 80px; }
    .slide-nav .nav-top .close-nav {
      margin-top: 20px;
      float: right;
      width: 40px;
      height: 40px;
      background: url(../images/close.png) center center no-repeat; }
  .slide-nav .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .slide-nav .nav-menu li {
      line-height: 1.5;
      font-size: 80px; }
      .slide-nav .nav-menu li a {
        display: block;
        width: 300px;
        margin: 0 auto;
        color: #fff;
        font-weight: bold; }
        .slide-nav .nav-menu li a:hover {
          color: #e60012; }

@media screen and (max-width: 970px) {
  .navbar, .slide-nav {
    padding: 0px; }
  .nav-menu li {
    line-height: 1.5;
    font-size: 50px; } }

.headroom {
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear; }

.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

#footer {
  padding: 100px 0 50px 0;
  color: #949495;
  line-height: 24px;
  font-size: 15px; }
  #footer dl dt {
    color: #595757;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 18px; }
  #footer dl span {
    float: left;
    width: 50%; }
  #footer .wx-ewm img {
    float: right; }
  #footer .copyright {
    margin-top: 40px; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

/* 
 * Home
 */
.index-banner {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .index-banner img {
    display: block;
    width: 100%;
    height: auto; }
  .index-banner .swiper-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 1000%;
    width: 100%; }
  .index-banner .swiper-slide {
    height: 10%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .index-banner .swiper-pagination {
    right: 50px; }
    .index-banner .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin-bottom: 10px; }

.arrow-down i {
  margin: 0 auto;
  display: block;
  height: 50px;
  width: 50px;
  background-position: 14px 20px; }

.case-list {
  text-align: center;
  margin: 0; }
  .case-list h2 {
    padding: 150px 0;
    background: #f2f2f2;
    font-size: 22px;
    line-height: 36px;
    color: #9fa0a0; }
    .case-list h2 em {
      font-size: 28px; }
  .case-list li {
    padding: 0;
    background: #b5b6b6; }
  .case-list .case-item {
    position: relative;
    overflow: hidden; }
    .case-list .case-item img {
      display: block;
      width: 100%;
      padding: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .case-list .case-item a {
      position: absolute;
      top: 0px;
      left: 0px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      background: rgba(0, 0, 0, 0.9);
      color: #fff;
      font-size: 20px;
      line-height: 1.5em;
      vertical-align: middle; }
      .case-list .case-item a span {
        display: block;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        top: 50%;
        margin-top: 0; }
      .case-list .case-item a em {
        font-size: 22px; }
    .case-list .case-item:hover a {
      opacity: 1; }
    .case-list .case-item:hover span {
      opacity: 1;
      margin-top: -1.5em; }

.case-item {
  position: relative;
  overflow: hidden; }
  .case-item img {
    display: block;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .case-item a {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 20px;
    line-height: 1.5em;
    vertical-align: middle; }
    .case-item a span {
      display: block;
      width: 100%;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: absolute;
      top: 50%;
      margin-top: 0; }
    .case-item a em {
      font-size: 22px; }
  .case-item:hover a {
    opacity: 1; }
  .case-item:hover span {
    opacity: 1;
    margin-top: -1.5em; }

.our-service {
  padding: 100px 0;
  text-align: center;
  background: #f2f2f2; }
  .our-service h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 60px;
    color: #7d7d7d; }
  .our-service dl {
    display: inline-block;
    width: 220px;
    text-align: left;
    margin: 0 20px; }
    .our-service dl dt {
      font-size: 18px;
      color: #727171;
      padding-bottom: 20px; }
    .our-service dl a {
      display: block;
      font-size: 14px;
      line-height: 25px;
      color: #949495; }
      .our-service dl a:hover {
        color: #d70c19; }
  .our-service img {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 0 auto; }

.company-business {
  margin: 0; }
  .company-business li {
    padding: 0;
    overflow: hidden; }
    .company-business li img {
      display: block;
      width: 100%;
      height: auto; }
    .company-business li .text {
      background: #e40082;
      color: #fff;
      padding: 60px 0 80px 50px;
      font-size: 38px;
      line-height: 60px; }
      .company-business li .text.bgc2 {
        background: #4bbdab; }
      .company-business li .text.bgc3 {
        background: #2f318b; }
      .company-business li .text b {
        display: block;
        height: 40px;
        width: 12%;
        border-bottom: 2px solid #fff; }

.swiper-container {
  padding: 0;
  width: 100%; }
  .swiper-container img {
    display: block;
    width: 100%;
    height: auto; }

/*
 * About
 */
.inside-banner img {
  display: block;
  width: 100%; }

.inside-title {
  position: relative;
  color: #e60012;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 30px; }
  .inside-title em {
    font-size: 26px; }
  .inside-title i {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 35px;
    border-bottom: 2px solid #e60012; }

.about-info {
  padding: 100px 50px;
  font-size: 14px;
  line-height: 26px; }

.our-service-frame {
  background: #f2f2f2;
  padding: 100px 50px; }

.our-partners {
  text-align: center;
  padding: 120px 0; }
  .our-partners h2 {
    font-size: 26px;
    line-height: 36px;
    color: #9fa0a0;
    padding-bottom: 80px; }
    .our-partners h2 em {
      font-size: 34px; }

.about-banner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }
  .about-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.swiper-button-prev {
  background-image: url(../images/arrow-l.png); }

.swiper-button-next {
  background-image: url(../images/arrow-r.png); }

/*
 * news
 */
.news-list {
  position: relative;
  line-height: 30px;
  background: #f2f2f2; }
  .news-list em {
    font-size: 17px; }
  .news-list hr {
    border-color: #ccc; }
  .news-list .swiper-button-prev {
    top: 200px;
    background-image: url(../images/arrow-l-g.png); }
  .news-list .swiper-button-next {
    top: 200px;
    background-image: url(../images/arrow-r-g.png); }

/*
 * Service
 */
.service-tab .tab-menu {
  margin: 0; }
  .service-tab .tab-menu li {
    position: relative;
    height: 60px;
    overflow: hidden; }
  .service-tab .tab-menu a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #b5b6b6;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .service-tab .tab-menu a:hover {
      background: #818181;
      top: -60px; }
    .service-tab .tab-menu a.active {
      background: #e60012;
      top: -60px; }

.service-tab .tab-con-item {
  display: none;
  width: 100%; }

/* 
 *	Contact
 */
.contact-info {
  padding: 200px 80px 100px 80px;
  background: #f3f2f2;
  font-size: 18px;
  color: #595757;
  line-height: 26px; }
  .contact-info .contact-pic img {
    float: right; }
  .contact-info .contact-way .row {
    margin: 0; }
    .contact-info .contact-way .row li i {
      display: block;
      width: 30px;
      height: 30px;
      background-position: -100px 0; }
      .contact-info .contact-way .row li i.i2 {
        background-position: -200px 0; }
      .contact-info .contact-way .row li i.i3 {
        background-position: -300px 0; }
      .contact-info .contact-way .row li i.i4 {
        background-position: -400px 0; }

#contact #footer {
  padding-top: 30px; }
  #contact #footer .row {
    display: none; }

/*  
  *	 Work
  */
.work-tab .tab-menu {
  margin: 0; }
  .work-tab .tab-menu li {
    position: relative;
    height: 60px;
    overflow: hidden; }
  .work-tab .tab-menu a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #b5b6b6;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .work-tab .tab-menu a:hover {
      background: #818181;
      top: -60px; }
    .work-tab .tab-menu a.active {
      background: #e60012;
      top: -60px; }

.work-tab .tab-con-item {
  display: none;
  width: 100%;
  margin: 0; }

.work-tab .case-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .work-tab .case-item img {
    display: block;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .work-tab .case-item a {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    vertical-align: middle; }
    .work-tab .case-item a span {
      display: block;
      width: 100%;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: absolute;
      top: 50%;
      margin-top: 0; }
    .work-tab .case-item a em {
      font-size: 18px; }
  .work-tab .case-item:hover a {
    opacity: 1; }
  .work-tab .case-item:hover span {
    opacity: 1;
    margin-top: -1.5em; }

.work-detail img {
  display: block;
  width: 100%; }

.work-detail-list li {
  padding: 0; }

#service .third-title {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px; }

#service .service-item-pic {
  margin-top: 60px; }
  #service .service-item-pic img {
    float: left;
    width: 30%;
    height: auto;
    margin-right: 5%; }
    #service .service-item-pic img:last-child {
      margin-right: 0; }

#service .mgt60 {
  margin-top: 60px; }

#service .service-item li:first-child {
  position: relative;
  padding-left: 225px; }

#service .service-item img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block; }

#service .service-item h4 {
  color: #e40082;
  font-size: 20px;
  line-height: 60px; }

.contact-list .contact-item {
  margin-top: 10px; }
  .contact-list .contact-item b {
    width: 50px;
    height: 30px;
    display: block;
    background-position: -200px 0; }
    .contact-list .contact-item b.icon-02 {
      background-position: -200px -94px; }

#work .work-menu a {
  height: 76px;
  line-height: 76px;
  padding: 0;
  background: #646464;
  color: #fff;
  font-size: 24px;
  text-align: center; }
  #work .work-menu a:first-of-type {
    background: #e40082; }
  #work .work-menu a:last-of-type {
    background: #737373; }

#work .work-menu-display a:first-of-type {
  background: #595959; }

#work .work-menu-display a:nth-of-type(2) {
  background: #3bb7a3; }

#work .work-menu-display a:last-of-type {
  background: #737373; }

#work .work-menu-theme a:first-of-type {
  background: #595959; }

#work .work-menu-theme a:nth-of-type(2) {
  background: #646464; }

#work .work-menu-theme a:last-of-type {
  background: #2f318b; }

/* 0-970 */
@media screen and (max-width: 970px) {
  .wrap90p {
    padding: 0; }
  #footer {
    padding: 50px 20px 20px 20px; } }

/* 1601-1860 */
/* 0-970 */
@media screen and (max-width: 750px) {
  body {
    padding-top: 60px; }
  .navbar {
    height: 60px; }
  .navbar .show-nav {
    margin-top: 10px; }
  .slide-nav .nav-top .close-nav {
    margin-top: 10px; }
  .logo02 {
    height: 40px;
    margin-top: 10px;
    margin-left: 10px; }
  .slide-nav .nav-menu li {
    font-size: 60px;
    text-align: center; }
  .contact-info {
    padding: 20px;
    word-break: break-all; }
  .contact-info .contact-pic img {
    float: none; }
  #footer .wx-ewm img {
    display: block;
    float: none;
    margin: 40px auto; } }

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