body {
  background: #f0f2f5;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  overflow-x: hidden; }

li {
  list-style-type: none; }

a {
  color: #222; }

a:hover, a:focus {
  color: #ff9700;
  text-decoration: none; }

.center {
  width: 1070px;
  margin: 0 auto; }

ul, li {
  margin-right: 0;
  padding: 0; }

.a2 {
  color: #fff; }

.a2:hover {
  color: #fff;
  text-decoration: underline; }

.color-1 {
  color: #4e8cee; }

.color-2 {
  color: #ff9700; }

.head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  z-index: 99;
  line-height: 109px; }
  .head .col-md-3 {
    padding-left: 5%; }
  .head .col-md-9 {
    padding-right: 5%; }
  .head .logo {
    display: block;
    height: 109px;
    background-image: url("../images/logo-pc.png");
    background-repeat: no-repeat;
    background-size: 269px 218px; }
  .head .phone-mune-btn {
    position: absolute;
    display: block;
    top: 32px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url("../images/phone-nav.png"); }
  .head .mune {
    float: right; }
    .head .mune .btn-group {
      top: 38px; }
    .head .mune .iteam {
      float: left;
      position: relative;
      z-index: 15; }
      .head .mune .iteam .link {
        padding: 0 12px;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2px;
        color: #fff; }
      .head .mune .iteam .button {
        padding: 5px 15px;
        background: #ff9700;
        color: #fff;
        border-radius: 3px; }
      .head .mune .iteam .button:hover {
        opacity: 0.85; }
      .head .mune .iteam .link:hover {
        color: #ff9700; }
      .head .mune .iteam .login-menu {
        line-height: 3; }
  .head .phone-service {
    display: none;
    position: absolute;
    right: 62px;
    top: 17px;
    color: #ff9700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
    .head .phone-service img {
      width: 100%; }

.fix-phone-btn {
  display: block;
  position: fixed;
  bottom: 3px;
  left: 20%;
  width: 60%;
  padding: 5px 0;
  font-size: 14px;
  background: #ff9700;
  color: #fff;
  text-align: center; }

.sub-menu {
  position: fixed;
  width: 66%;
  top: 0;
  z-index: 2000000001;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f1f1f1;
  transition: all 0.64s ease 0s; }
  .sub-menu .top-box {
    line-height: 60px;
    background-color: #ff9700; }
    .sub-menu .top-box .stt {
      display: inline-block;
      font-size: 18px;
      color: #fff;
      margin-left: 8.2%; }
    .sub-menu .top-box .close {
      display: inline-block;
      width: 17px;
      height: 17px;
      background: url(../images/ico_37.png) no-repeat center;
      margin-right: 7.8%;
      margin-top: 22px;
      cursor: pointer; }
  .sub-menu .list-wrap ul {
    width: 100%; }
  .sub-menu .list-wrap li {
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2; }
    .sub-menu .list-wrap li .col-box {
      display: block;
      width: 84%;
      padding: 0 7.8% 0 8.2%;
      position: relative; }
  .sub-menu .list-wrap .tit {
    font-size: 16px;
    color: #666; }
  .sub-menu .list-wrap .point {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 12px;
    background: url(../images/ico_38.png) no-repeat center;
    margin-top: 26px; }
  .sub-menu .list-wrap .other {
    padding: 0 26px;
    border-top: 1px solid #dedede; }
    .sub-menu .list-wrap .other .btn-s1 {
      display: block;
      text-align: center;
      border-radius: 5px;
      background: #ff9700;
      color: #fff;
      font-size: 16px;
      padding: 8px 0;
      margin-top: 20px; }
    .sub-menu .list-wrap .other .btn-s2 {
      display: block;
      text-align: center;
      border-radius: 5px;
      background: #fff;
      color: #666;
      border: 1px solid #999;
      font-size: 16px;
      padding: 8px 0;
      margin-top: 20px; }
  .sub-menu .sec-sub-list {
    position: absolute;
    top: 60px;
    width: 100%; }
    .sub-menu .sec-sub-list .return-fir {
      display: block;
      width: 100%;
      padding: 0 7.8% 0 8.2%;
      line-height: 60px;
      background-color: #ff9700; }
      .sub-menu .sec-sub-list .return-fir p {
        padding-left: 18px;
        color: #fff;
        font-size: 18px;
        background: url(../images/ico_42.png) no-repeat left center; }
    .sub-menu .sec-sub-list .boxs {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.4s ease 0s;
      background-color: #fff;
      min-height: 500px; }
    .sub-menu .sec-sub-list ul, .sub-menu .sec-sub-list li {
      width: 100%; }
    .sub-menu .sec-sub-list li {
      line-height: 60px;
      border-bottom: 1px solid #f2f2f2; }
      .sub-menu .sec-sub-list li a {
        display: block;
        width: 84%;
        padding: 0 7.8% 0 8.2%;
        font-size: 16px;
        color: #666; }

.right-sub-menu.show {
  right: 0;
  transition: all 0.44s ease 0s; }

.left-sub-menu.show {
  left: 0;
  transition: all 0.44s ease 0s; }

.left-sub-menu {
  left: -100%; }
  .left-sub-menu .sec-sub-list {
    left: -100%; }
    .left-sub-menu .sec-sub-list .boxs.show {
      left: 100%; }

.right-sub-menu {
  right: -100%; }
  .right-sub-menu .sec-sub-list {
    right: -100%; }
    .right-sub-menu .sec-sub-list .boxs.show {
      left: -100%; }

.body-wrap.left {
  transform: translateX(-66%); }

.body-wrap.right {
  transform: translateX(66%); }

.body-wrap {
  width: 100%;
  position: relative;
  transition: all 0.5s ease 0s; }

.fix-mune {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  animation: fixshow 1s;
  box-shadow: 5px 0 3px #999;
  height: 77px;
  line-height: 77px; }
  .fix-mune .phone-service {
    display: block; }
  .fix-mune .logo {
    background-size: 220px;
    background-position: 0 -95px;
    height: 77px;
    width: 210px; }
  .fix-mune .mune .btn-group {
    top: 21px; }
  .fix-mune .mune .iteam .link {
    color: #222; }
  .fix-mune .phone-mune-btn {
    top: 17px; }

.big-img {
  width: 100%; }

.foot {
  border-top: 1px solid #dedede;
  padding: 30px;
  background: #fff;
  line-height: 30px; }
  .foot .foot-logo {
    padding-bottom: 10px; }
    .foot .foot-logo img {
      width: 108px; }
  .foot .title {
    font-size: 18px;
    font-weight: 600; }
  .foot .list {
    padding-top: 19px; }
    .foot .list .item {
      display: block; }

.mini-column-btn {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  background: rgba(255, 151, 0, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  line-height: 50px;
  z-index: 99; }

.mini-column-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }
  .mini-column-box .closed {
    position: absolute;
    top: 20px;
    right: 20px; }
  .mini-column-box .info-box {
    position: absolute;
    top: 20%;
    left: 15%;
    right: 15%;
    bottom: 15%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9); }
    .mini-column-box .info-box .mune {
      padding: 20px; }
      .mini-column-box .info-box .mune .iteam {
        display: block;
        line-height: 50px;
        border-bottom: 1px solid #dedede;
        font-size: 1.2em;
        text-align: center; }

.kefu-btn {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 57px;
  right: 5px;
  z-index: 98;
  color: #fff;
  border: 1px solid #dadee7;
  line-height: 39px;
  text-align: center; }
  .kefu-btn img {
    width: 70%; }

.kefu-show {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99; }
  .kefu-show .weixin-show {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    height: 80%;
    text-align: center;
    color: #fff; }
    .kefu-show .weixin-show .img1 {
      width: 70%; }
    .kefu-show .weixin-show .text {
      padding-top: 15px; }
  .kefu-show .closed {
    position: absolute;
    top: 2%;
    right: 2%;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3); }

.swiper-button-prev {
  background-image: url("../images/arrow-left.png"); }

.swiper-button-prev:hover {
  background-image: url("../images/arrow-left-on.png"); }

.swiper-button-next {
  background-image: url("../images/arrow-right.png"); }

.swiper-button-next:hover {
  background-image: url("../images/arrow-right-on.png"); }

.swiper-pagination-bullet-active {
  background: #ff9700; }

@keyframes fixshow {
  from {
    top: -70px; }
  to {
    top: 0; } }
.btn-warning {
  background: #ff9700;
  color: #fff; }

.btn-default {
  background: #fff;
  border-color: #999; }

.right-bar {
  position: fixed;
  right: 0px;
  bottom: 100px;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  width: 90px;
  text-align: center;
  z-index: 9; }
  .right-bar .iteam {
    display: block;
    border-bottom: 1px solid #e6e6e6; }
    .right-bar .iteam .iconfont {
      display: block;
      font-size: 30px;
      padding-top: 20px; }
    .right-bar .iteam .name {
      line-height: 30px; }

@media screen and (max-width: 1070px) {
  .center {
    width: 100%;
    padding: 0; }

  .phone-img {
    width: 100%; }

  .swiper-button-prev, .swiper-button-next {
    display: none; }

  .foot .list {
    padding-top: 0; }
  .foot .title {
    padding-top: 15px; } }
.dropdown-menu {
  border-top: 2px solid #5bc0de;
  border-bottom: 2px solid #ff9700;
  padding: 0;
  top: 97%; }

.dropdown-submenu a {
  color: #555 !important;
  border-bottom: 1px solid #eeeeee;
  padding: 7px 20px !important; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.part-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.05) url("../images/loading.gif") no-repeat center;
  background-size: 30px;
  z-index: 9999; }

.loading2 {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2); }
  .loading2 .loading2-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90px;
    border-radius: 10px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    color: #fff; }
    .loading2 .loading2-inner .car {
      margin-top: 9px; }
      .loading2 .loading2-inner .car img {
        width: 100%; }
    .loading2 .loading2-inner .text {
      padding-top: 10px;
      text-align: center; }
    .loading2 .loading2-inner .wheel-left, .loading2 .loading2-inner .wheel-right {
      width: 13px;
      height: 13px;
      position: absolute;
      top: 30px; }
      .loading2 .loading2-inner .wheel-left img, .loading2 .loading2-inner .wheel-right img {
        width: 100%;
        animation: myfirst 3s linear infinite; }
    .loading2 .loading2-inner .wheel-left {
      left: 20px; }
    .loading2 .loading2-inner .wheel-right {
      right: 24px; }
    .loading2 .loading2-inner .line {
      position: absolute;
      top: 46px;
      left: -100%;
      width: 300%;
      border-bottom: 1px dashed #999;
      animation: myline 5s linear infinite; }
@keyframes myfirst {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@keyframes myline {
  0% {
    left: -100%; }
  100% {
    left: -20%; } }
@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .head .col-md-3 {
    padding-left: 2%; }
  .head .col-md-9 {
    padding-right: 1%; }
  .head .mune .iteam .link {
    padding: 0 8px; } }
body {
  background: #fff; }

.DHL-title {
  background: linear-gradient(#fc0, #fc0 30%, #fff0b3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%; }
  .DHL-title .title {
    height: 60px;
    line-height: 60px; }
  .DHL-title .phone-logo {
    height: 40px; }

.banner {
  margin-top: 60px; }

.dhl-title {
  font-size: 20px;
  font-weight: 800;
  color: #d40511;
  line-height: 30px;
  padding: 20px 0 20px 0;
  text-align: center; }

.about-text {
  font-size: 14px;
  line-height: 25px; }

.title-pc {
  height: 100px;
  text-align: center; }

.phone-box {
  padding: 0 20px; }

.trait {
  padding-top: 20px;
  text-align: center; }
  .trait .img {
    padding-top: 30px; }
  .trait img {
    width: 50px; }
  .trait .text {
    padding-top: 10px; }

.product {
  padding: 20px 0; }
  .product .iteam {
    background: #f2f2f2;
    margin-bottom: 30px; }
    .product .iteam .img {
      border-bottom: 2px solid #d40511; }
    .product .iteam .title {
      padding: 15px;
      font-size: 18px;
      color: #d40511; }
    .product .iteam .text {
      padding: 0 15px 15px 15px; }

.bj {
  margin: 0px;
  line-height: 60px;
  font-size: 16px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  cursor: pointer; }
  .bj img {
    height: 30px; }

.fw .iteam {
  display: block;
  margin: 20px 0px;
  position: relative;
  background: #000; }
  .fw .iteam img {
    width: 100%;
    opacity: 0.8; }
  .fw .iteam .title {
    line-height: 30px;
    text-align: center;
    color: #fff; }

.footer {
  border-top: 3px solid #ccc;
  margin-top: 40px;
  background: #ededed;
  padding: 20px 0;
  text-align: center;
  color: #999; }
  .footer strong {
    font-size: 18px;
    color: #666; }

.Online-price {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: white; }
  .Online-price .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 1; }
  .Online-price .m-topbar {
    width: 100%;
    height: 42px;
    padding: 0 15px;
    background-color: #fed201; }
  .Online-price .topbar-txt {
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #d40511; }
  .Online-price .m-nav {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden; }
  .Online-price .m-logo {
    position: absolute;
    height: 45px; }
  .Online-price .m-logo img {
    max-width: 100%;
    max-height: 100%; }
  .Online-price .m-nav-btn {
    height: 45px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    opacity: 1; }
  .Online-price .m-nav ul li {
    float: left;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    width: 33.3%;
    text-align: center; }
  .Online-price .m-nav li a {
    line-height: 25px;
    height: 25px;
    padding: 10px 0; }
  .Online-price .m-nav a {
    font-size: 14px; }
  .Online-price li.active a {
    color: #d40511;
    border-bottom: 3px solid #d40511; }
  .Online-price .s-pic {
    width: 100%; }
  .Online-price .s1 {
    padding-top: 90px; }
  .Online-price .closed {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0px;
    cursor: pointer; }
    .Online-price .closed img {
      height: 20px; }
  .Online-price .swiper-button-next {
    background-image: url(/static/webstyles/images/DHL/icon-2.png); }
  .Online-price .swiper-button-prev {
    background-image: url(/static/webstyles/images/DHL/icon-3.png); }
  .Online-price .bj-box {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll; }
    .Online-price .bj-box .title {
      font-size: 18px;
      line-height: 60px;
      text-align: center; }
    .Online-price .bj-box .none {
      padding: 40px 0;
      line-height: 80px;
      text-align: center; }
    .Online-price .bj-box .table {
      padding: 10px; }
      .Online-price .bj-box .table .min-title {
        line-height: 30px;
        color: #d40511; }
      .Online-price .bj-box .table table {
        width: 100%; }
        .Online-price .bj-box .table table th {
          background: #f7f7f7;
          border: 1px solid #ededed;
          padding: 10px;
          text-align: center;
          color: #333; }
        .Online-price .bj-box .table table td {
          border: 1px solid #ededed;
          padding: 10px;
          line-height: 20px;
          position: relative; }
          .Online-price .bj-box .table table td b {
            position: absolute;
            right: 0;
            top: 6px;
            background: #ededed;
            padding: 5px; }
          .Online-price .bj-box .table table td i {
            display: inline-block;
            width: 90px;
            font-style: normal; }
    .Online-price .bj-box .min-title2 {
      color: #999;
      padding-left: 15px; }
    .Online-price .bj-box .tiplist {
      margin: 15px; }
      .Online-price .bj-box .tiplist ol {
        padding: 10px 5px 5px 5px; }
      .Online-price .bj-box .tiplist li {
        border-bottom: 1px solid #dedede;
        padding: 10px 5px;
        font-size: 12px;
        color: #666; }

.min-icon {
  text-align: center;
  line-height: 60px; }
  .min-icon img {
    height: 15px; }

.swiper-button-next, .swiper-button-prev {
  top: 0;
  width: 27px;
  height: 27px;
  margin-top: 22px;
  z-index: 101;
  background-size: 27px 27px; }

@media screen and (min-width: 970px) {
  .pc-center {
    width: 1090px;
    margin: 0 auto;
    position: relative; }

  .DHL-title {
    position: relative; }

  .min-icon {
    opacity: 0; }

  .banner-pc {
    height: 343px;
    background: url("../images/DHL/banner_pc.jpg") center center; }

  .go-back a {
    position: absolute;
    display: block;
    top: 30px;
    right: 0;
    border: 1px solid #000;
    color: #000;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 5px; } }

/*# sourceMappingURL=DHL.css.map */
