@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  font-family: "lucida Grande",Verdana,"Microsoft YaHei";
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: inherit;
}

a:hover, a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

b, dt {
  font-weight: normal;
}

p {
  margin: 0;
}

h3, h4 {
  margin: 0;
  font-weight: normal;
}

video {
  max-width: 100%;
}

@supports (display: flex) {
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  #content-wrap {
    flex: 1;
  }
}
.container-fluid {
  max-width: 1230px;
}

.mat-20 {
  margin-top: -20px;
}

.mat20 {
  margin-top: 20px;
}

.no-padding {
  padding: 0 !important;
}

.text-indent {
  text-indent: 2em;
}

.high-line {
  line-height: 1.75;
}

.img-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.img-middle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.nowrapline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*顶部  logo&热线*/
.top-band {
  font-size: 12px;
  color: #fff;
  background: #d00;
  padding: 5px 0;
}
.top-band a:hover {
  color: #eee;
}

.top-head {
  display: table;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .top-head {
    padding: 15px 0;
  }
}

.top-logo,
.top-btncollapse {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .top-logo {
    float: left;
  }
}
.top-logo img {
  max-width: 100%;
}
.top-logo .b-logo {
  display: none;
}
@media (min-width: 991px) {
  .top-logo .s-logo {
    display: none;
  }
  .top-logo .b-logo {
    display: inline;
  }
}

.top-btncollapse {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .top-btncollapse {
    display: none;
  }
}

/*小屏  折叠按钮*/
#btn-collapse {
  float: right;
  top: 0;
  cursor: pointer;
  color: #d00;
  font-size: 24px;
}
@media (min-width: 540px) {
  #btn-collapse {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .top-line {
    margin-top: 5px;
  }
}
.top-line img {
  margin-right: 5px;
}
.top-line .line-number {
  display: inline-block;
  vertical-align: middle;
}
.top-line .line-number .line-number-text {
  font-size: 14px;
  line-height: 20px;
}
.top-line .line-number .line-number-number {
  color: #d00;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

/*导航*/
.top-nav-wrap {
  color: #fff;
}

.top-nav > li {
  position: relative;
  text-align: center;
}

.top-nav li a {
  display: block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .top-nav-wrap {
    display: none;
    position: absolute;
    right: 15px;
    z-index: 2;
    width: 160px;
    max-width: 100%;
    background: rgba(221, 0, 0, 0.95);
  }

  .top-nav {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px;
  }

  .top-nav > li > a {
    line-height: 30px;
  }
  .top-nav > li > a:hover {
    background: #ff1111;
  }
}
@media (min-width: 768px) {
  .top-nav-wrap {
    display: block !important;
    background: #d00;
  }

  .top-nav > li {
    float: left;
    width: 12.5%;
  }
  .top-nav > li:before, .top-nav > li:last-child:after {
    content: "";
    position: absolute;
    top: 1em;
    width: 2px;
    height: 1em;
    background: linear-gradient(90deg, #f30d0d 50%, #a70000 0);
  }
  .top-nav > li:before {
    left: -1px;
  }
  .top-nav > li:last-child:after {
    right: -1px;
  }

  .top-nav > li > a {
    position: relative;
    line-height: 3;
    margin: 0 1px;
  }
  .top-nav > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    height: 4px;
    background: #eadc00;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .top-nav > li > a:hover, .top-nav > li > a:hover, .top-nav > li > a.act {
    color: #000;
    background: #fff000;
  }
  .top-nav > li > a:hover:before, .top-nav > li > a:hover:before, .top-nav > li > a.act:before {
    opacity: 1;
  }
}
/*轮播图*/
.swiper-img .swiper-slide img {
  margin: 0 auto;
}

.wrapper {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .wrapper {
    margin: 30px 0;
  }
}

/*主要标题*/
.main-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.4em;
  line-height: 1;
}
@media (min-width: 768px) {
  .main-title {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .main-title {
    margin-bottom: 30px;
  }
}
.main-title:before, .main-title:after {
  content: "";
  position: absolute;
  top: 31%;
  width: calc(50% - 3.5em);
  height: 0;
  border-top: 1px solid #e3e3e3;
}
.main-title:before {
  left: 0;
}
.main-title:after {
  right: 0;
}
.main-title a {
  display: inline-block;
}
.main-title h3 {
  position: relative;
  color: #333;
  font-size: 1em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-title h3:before, .main-title h3:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 60%;
  margin-top: -2px;
  width: 2em;
  height: 4px;
  background: #d00;
}
.main-title h3:before {
  right: 50%;
  margin-right: 2.5em;
}
.main-title h3:after {
  left: 50%;
  margin-left: 2.5em;
}
.main-title h4 {
  color: #989898;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-top: 0.2em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-title a[href]:hover h3 {
  color: #989898;
}
.main-title a[href]:hover h4 {
  color: #333;
}

/*首页 服务项目*/
.servicelink-wrap {
  position: relative;
}

.servicelink {
  float: left;
  width: 50%;
  color: #fff;
  padding: 15px;
  background: #d00;
  text-align: center;
}
.servicelink:nth-child(even) {
  background: #ad0000;
}
.servicelink:hover {
  color: #fff;
  background: #910000;
}
@media (min-width: 640px) {
  .servicelink {
    width: 25%;
  }
}
.servicelink .servicelink-imgbox {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .servicelink .servicelink-imgbox {
    width: 120px;
    height: 120px;
  }
}
.servicelink .servicelink-imgbox img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.servicelink .servicelink-title {
  font-size: 15px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .servicelink .servicelink-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .servicelink .servicelink-title {
    font-size: 18px;
    margin-top: 15px;
  }
}

/*快递单号查询*/
.cargo-search {
  margin-top: 20px;
}

.cargo-search-title {
  position: relative;
  color: #d00;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.35em;
  border-bottom: 3px solid #d00;
}
@media (min-width: 768px) {
  .cargo-search-title {
    font-size: 40px;
  }
}
.cargo-search-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #d00;
  margin-left: -8px;
}

.cargo-search-imgwrap {
  position: relative;
  max-width: 600px;
  height: 120px;
  margin: 20px auto 0;
  background: url("../img/cargo-search-bg.jpg") no-repeat center/cover;
}
@media (min-width: 580px) {
  .cargo-search-imgwrap {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .cargo-search-imgwrap {
    height: 180px;
  }
}

.cargo-search-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  padding: 8px 45px 8px 10px;
  background: #fff url("../img/click-bg.png") no-repeat center right 10px;
  color: #d00;
  border: 1px solid #d00;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cargo-search-btn:hover, .cargo-search-btn:focus {
  color: #aa0000;
  border-color: #aa0000;
}

/*首页 仓储包装*/
.swiper-container-wrap {
  position: relative;
}
@media (min-width: 1200px) {
  .swiper-container-wrap {
    padding: 0 60px;
  }
}

.normallink {
  position: relative;
  display: block;
  max-width: 285px;
  margin: 0 auto;
}
.normallink .normallink-imgbox {
  position: relative;
  height: 0;
  padding-top: 84%;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  box-shadow: 2px 2px 2px rgba(159, 159, 159, 0.85);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 640px) {
  .normallink .normallink-imgbox {
    box-shadow: 3px 3px 3px rgba(159, 159, 159, 0.85);
  }
}
.normallink .normallink-imgbox img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.normallink .normallink-title {
  font-size: 12px;
  text-align: center;
  padding: 0.4em 2px;
  background: #b9b9b9;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 640px) {
  .normallink .normallink-title {
    font-size: 14px;
  }
}
.normallink:hover .normallink-imgbox {
  border-color: #d00;
}
.normallink:hover .normallink-title {
  color: #fff;
  background: #d00;
}

/*swiper切换按钮*/
.swiper-btn-prev,
.swiper-btn-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-top: -20px;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  background: #d00;
  font-size: 30px;
  font-family: simsun;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  color: #fff;
  background: #fff000;
}
.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
  opacity: 0.6;
  cursor: auto;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .swiper-btn-prev,
  .swiper-btn-next {
    display: block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.swiper-btn-prev {
  left: 0;
}

.swiper-btn-next {
  right: 0;
}

/*首页 公司简介*/
.about-wrapper {
  padding: 20px 0;
  background: url(../img/aboutwrap-bg.png) no-repeat center/cover;
}

.about-text {
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px;
  margin: 0 auto;
  text-indent: 2em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .about-text {
    padding: 30px;
  }
}

/*首页 敬诚优势*/
.advantage-banner {
  background: #d00;
  text-align: center;
  margin-bottom: 20px;
}
.advantage-banner img {
  max-width: 100%;
}

.imgnewslink {
  position: relative;
  display: block;
}
.imgnewslink .imgnews-imgbox img {
  max-width: 100%;
}
.imgnewslink .imgnews-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.imgnewslink .imgnews-textbox {
  position: relative;
  overflow: hidden;
}
.imgnewslink .imgnews-title {
  font-size: 15px;
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.imgnewslink .imgnews-text {
  line-height: 1.5;
  max-height: 7.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.imgnewslink:hover {
  background: #eee;
}
.imgnewslink:hover .imgnews-title {
  color: #d00;
}
@media (max-width: 479px) {
  .imgnewslink {
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  .imgnewslink .imgnews-textbox {
    margin-top: 5px;
  }
  .imgnewslink .imgnews-imgbox {
    text-align: center;
  }
  .imgnewslink .imgnews-img {
    background: none !important;
  }
}
@media (min-width: 480px) {
  .imgnewslink {
    height: 100px;
  }
  .imgnewslink .imgnews-imgbox {
    float: left;
    width: 168px;
    height: 100%;
    overflow: hidden;
  }
  .imgnewslink .imgnews-imgbox img {
    display: none;
  }
  .imgnewslink .imgnews-textbox {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 5px 10px 5px 15px;
  }
  .imgnewslink .imgnews-title {
    margin-top: 0;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/*首页 新闻动态*/
.index-newsitem-link {
  position: relative;
  display: block;
  color: #fff;
  background: #d00;
  padding-left: 15px;
  padding-right: 20px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-newsitem-link:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #fff;
}
.index-newsitem-link:after {
  content: '+';
  font-weight: bold;
  position: absolute;
  right: 8px;
}
.index-newsitem-link:hover {
  color: #fff;
  background: #aa0000;
}

.index-newsitem-text {
  margin-top: 10px;
  text-indent: 1em;
  line-height: 1.5;
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/*非主页页面*/
.main-page {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .main-page {
    margin-top: 0;
  }
}

@media (min-width: 850px) and (max-width: 991px) {
  .page-aside-wrap {
    width: 30%;
  }

  .page-section-wrap {
    width: 70%;
  }
}
/*aside标题*/
.aside-title {
  color: #fff;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  padding: 0 5px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  background: #d00;
  margin-bottom: 5px;
}

/*侧栏列表*/
.aside-list {
  color: #333;
  margin-bottom: 20px;
}
.aside-list a {
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-list > li {
  margin-top: 5px;
}
.aside-list > li > a {
  position: relative;
  padding: 8px 5px;
  text-align: center;
  background: #e0e0e0;
}
.aside-list > li > a:before, .aside-list > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.aside-list > li > a:before {
  top: 2px;
}
.aside-list > li > a:after {
  bottom: 2px;
}
.aside-list > li > a.act, .aside-list > li > a:hover {
  color: #fff;
  background: #d00;
}

.aside-contact {
  background: #e0e0e0;
  padding: 5px 5px 15px;
}
.aside-contact > img {
  width: 100%;
  margin-bottom: 5px;
}
.aside-contact ul {
  font-size: 13px;
  padding: 5px;
}
.aside-contact ul li {
  margin-bottom: 5px;
  word-break: break-all;
}

/*section标题*/
.section-title {
  line-height: 45px;
  border-bottom: 3px double #d2d2d2;
}
.section-title img {
  margin-right: 10px;
}

/*section内容部分*/
.section {
  margin: 20px 0;
}

/*详情页*/
.section-x .x-titlebox {
  text-align: center;
  margin-bottom: 20px;
}
.section-x .x-titlebox.news .title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-x .x-titlebox.news .title {
    font-size: 18px;
  }
}
.section-x .x-title {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.section-x .x-time {
  color: #333;
  font-size: 12px;
  padding-top: 0.8em;
  border-top: 1px dashed #909090;
}
.section-x .x-imgbox {
  text-align: center;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.section-x .x-imgbox img {
  max-width: 100%;
  margin: 0 5px 5px;
}
.section-x .x-text {
  margin: 10px 0 5px;
  line-height: 1.75;
  text-indent: 2em;
}

/*服务项目页*/
.section-chwidth .row {
  margin-left: -10px;
  margin-right: -10px;
}
.section-chwidth .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 640px) and (max-width: 767px) {
  .section-chwidth .col-xs-6 {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .section-chwidth .col-xs-6 {
    width: 50%;
  }
}

/*新闻动态页*/
.section .imgnewslink {
  margin-bottom: 20px;
}

/*联系我们页*/
.x-contact-list {
  line-height: 1.75;
  margin-bottom: 20px;
}

.contact-map {
  text-align: center;
}
.contact-map img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*小屏产品分类下拉按钮*/
#s-btn-drop {
  cursor: pointer;
  color: #fff;
  background: #d00;
  margin: 15px;
  margin-bottom: 0;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 5px 5px 0 0;
}
#s-btn-drop span.glyphicon {
  float: right;
  top: 0;
  line-height: 35px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#s-btn-drop.nodrop {
  cursor: auto;
  text-align: center;
}
#s-btn-drop.nodrop span.glyphicon {
  display: none;
}
#s-btn-drop.act {
  background: #aa0000;
}
#s-btn-drop.act span.glyphicon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*小屏下拉列表*/
.drop-list {
  display: none;
  margin: 0 15px;
}

/* 大屏底部 */
.foot {
  color: #fff;
  background: #d00;
}

.foot-nav-wrap {
  background: #ad0000;
  text-align: center;
}

.foot-nav {
  text-align: center;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .foot-nav {
    display: none;
  }
}
.foot-nav li {
  display: inline-block;
}
.foot-nav li:before {
  content: ' | ';
}
.foot-nav li:first-child:before {
  content: none;
}
.foot-nav a:hover {
  color: #000;
}

.foot-content {
  padding: 10px 0;
  text-align: center;
  margin-top: -10px;
}
.foot-content .erweima-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.foot-content .contact-list {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
}

/*小屏底部*/
.foot-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  background: #d00;
  border-top: 1px solid #eee;
}

.ffixedlink {
  width: 25%;
  float: left;
  display: block;
  padding: 2px 0;
  text-align: center;
}

.ffixedlink:hover {
  background: #aa0000;
}

.foot-icon {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  overflow: hidden;
  background-image: url(../img/foot-icon.png);
  background-repeat: no-repeat;
}

.ffixedlink:nth-child(1) .foot-icon {
  background-position: 0px 0;
}

.ffixedlink:nth-child(2) .foot-icon {
  background-position: -30px 0;
}

.ffixedlink:nth-child(3) .foot-icon {
  background-position: -60px 0;
}

.ffixedlink:nth-child(4) .foot-icon {
  background-position: -90px 0;
}

@media screen and (max-width: 767px) {
  /*小屏底部fixed导航距离*/
  body {
    padding-bottom: 45px;
  }
}
