/* 变量 */
/* 公共样式 */
a,
a:hover {
  color: #00C3E0;
}
a:visited,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
.top-wrap {
  margin-top: 90px;
  background: #eee;
}
.border-box {
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 0 4px #eee;
}
.page-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.panel-ft {
    padding-right: 20px;
    padding-top: 10px;
    text-align: right;
}
.hd_tt {
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 28px;
    margin-bottom: 50px;
    overflow: visible;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
.hd_tt span {
    background: #0f9cdb none repeat scroll 0 0;
    bottom: -2px;
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
}
.partner {
    margin: 0 -10px;
}
.partner li {
    float: left;
    width: 25%;
}
.partner li a {
    background: #fff none repeat scroll 0 0;
     border: 0px solid #ccc;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align:center;
    margin: 0 10px 20px;
}
.partner li a img {
    max-width: 100%;
    max-height:60px;
}
.bg-gray {
  background-color: #eee;
}
@media (max-width: 767px) {
  .top-wrap {
    margin-top: 60px;
  }
  .page-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* 修改新增按钮央视 */
.btn-primary {
  color: #fff;
  background-color: #00C3E0;
  border-color: #00C3E0;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0097ad;
  border-color: #005461;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0097ad;
  border-color: #008ea3;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0097ad;
  border-color: #008ea3;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #007889;
  border-color: #005461;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00C3E0;
  border-color: #00C3E0;
}
.btn-primary .badge {
  color: #00C3E0;
  background-color: #fff;
}
.btn-black {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.btn-black:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #fff;
  background-color: #080808;
  border-color: #000000;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #333;
  border-color: #333;
}
.btn-black .badge {
  color: #333;
  background-color: #fff;
}
/* 公共导航 */
.navbar {
  position: fixed;
  left: 0 ;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  -webkit-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.navbar.active {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 2px 2px 2px #eee;
}
.navbar .navbar-header .navbar-brand {
  padding: 0 15px;
}
.navbar-brand.phone {
   position:absolute;
   top:15px;
   left:170px;
}

@media (max-width: 767px) {
    .navbar .navbar-header .navbar-brand {
        padding: 0 15px 0 0;
    }

     
}

.navbar .navbar-header .navbar-brand img {
  height: 50px;
}
.navbar .navbar-header .icon-bar {
  background-color: #333;
}
.navbar .navbar-collapse .navbar-nav > li {
  margin-top: 5px;
}
.navbar .navbar-collapse .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #333;
}
.navbar .navbar-collapse .navbar-nav > li > a:hover {
  color: #00C3E0;
  background-color: transparent;
}
.navbar .navbar-collapse .navbar-nav > li.login > a {
  folat: left;
  margin-left: 10px;
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #fff;
}
.navbar .navbar-collapse .navbar-nav > li.login > a:hover {
  background-color: #111;
  color: #fff;
}
.navbar .navbar-collapse .navbar-nav > li.login > a.register {
  background-color: transparent;
  color: #333;
}
.navbar .navbar-collapse .navbar-nav > li.login > a.register:hover {
  background-color: #fff;
}
.navbar .navbar-collapse .navbar-nav > li.on-line {
  margin-left: 15px;
  margin-top: 10px;
}
.navbar .navbar-collapse .navbar-nav > li.on-line > a {
  display: inline-block;
  padding: 4px 8px;
  margin-left: 6px;
  color: #333;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
  background-color: transparent;
}
.subnav {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.subnav a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 7px;
  font-size: 18px;
  color: #999;
  border-bottom: 3px solid transparent;
}
.subnav a:hover {
  color: #00C3E0;
  text-decoration: none;
}
.subnav a.current {
  color: #00C3E0;
  border-color: #00C3E0;
}
.crumbsnav {
  margin-top: 15px;
}
.crumbsnav li {
  float: left;
}
.crumbsnav li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.sidebar h4 {
  margin: 0px;
  margin-bottom: -1px;
  border-bottom: 1px solid #eee;
}
.sidebar h4 a {
  display: block;
  padding: 15px;
  color: #333;
  text-align: center;
}
.sidebar h4 a:hover {
  text-decoration: none;
  color: #00C3E0;
}
.sidebar h4 a.current {
  color: #00C3E0;
  background-color: #eee;
}
@media (max-width: 767px) {
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar .navbar-collapse {
    background-color: #fff;
  }
  .navbar .navbar-collapse .navbar-nav > li {
    margin-top: 0;
    text-align: center;
  }
  .subnav a {
    font-size: 15px;
  }
}
/* 公共页脚 */
.footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #333;
  color: #999;
}
.footer .footer-top dt {
  margin-bottom: 15px;
}
.footer .footer-top dd > a {
  line-height: 24px;
  color: #999;
}
.footer .footer-top dd > a:hover {
  text-decoration: none;
  color: #00C3E0;
}
.footer .go-top {
  padding: 10px;
  background-color: #999;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.footer .go-top:hover {
  color: #333;
  background-color: #fff;
}
.footer .tel a {
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
  border: 1px solid #999;
  border-radius: 20px;
  text-decoration: none;
}
.footer .tel a:hover {
  text-decoration: none;
}
.footer .tel a span {
  margin-right: 8px;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.footer .attention {
  margin-top: 10px;
}
.footer .attention > a {
  float: right;
  margin-right: 6px;
  line-height: 26px;
}
.footer .attention > a.wx,
.footer .attention > a.wb {
  height: 26px;
  width: 26px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border-radius: 50%;
}
.footer .attention > a.wx:hover,
.footer .attention > a.wb:hover {
  background-color: #111;
}
.footer .attention > a.wx {
  background-image: url(../images/style/wx.png);
}
.footer .attention > a.wb {
  background-image: url(../images/style/wb.png);
}
.footer .attention > a.notescontact {
  margin-left: 25px;
  color: #fff;
}
.footer hr {
  border-color: #999;
}
.footer .footer-bottom .tel {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer .footer-bottom .go-top {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .footer .footer-top dl {
    margin-bottom: 0;
    text-align: center;
  }
  .footer .footer-bottom {
    text-align: center;
  }
}
/* 首页 */
.home .header {
  min-height: 660px;
  padding-top: 140px;
  padding-bottom: 60px;
  background-color: #eee;
}
.home .header .row > div {
  margin-top: 15px;
}
.home .header .logistic > div {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
.home .header .logistic .nav-tabs {
  border: 0;
}
.home .header .logistic .nav-tabs > li {
  width: 50%;
  text-align: center;
}
.home .header .logistic .nav-tabs > li > a {
  margin-right: 0;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  background-color: #666;
}
.home .header .logistic .nav-tabs > li.active a {
  background-color: transparent;
}
.home .header .logistic .tab-content {
  padding: 20px 15px;
}
.home .header .logistic .size input {
  float: left;
  width: 33.33333333%;
}
.home .header .logistic .glyphicon-th-list {
  pointer-events: auto;
  cursor: pointer;
}
.home .header .logistic textarea {
  height: 200px;
}
.home .service-hotline {
  background-color: #666;
  color: #fff;
  font-size: 24px;
}
.home .business .business-list > div {
  padding-bottom: 30px;
}
.home .special-line {
  background-color: #303C46;
  background: linear-gradient(225deg, #ccc, #FFF);
}
.home .special-line h2 {
  color: #434D54;
}
.home .special-line .location-map {
  position: relative;
}
.home .special-line .location-map .coord {
  position: absolute;
  height: 10px;
  width: 10px;
}
.home .special-line .location-map .coord .coord-name::after,
.home .special-line .location-map .coord .coord-pin::after {
  content: '';
}
.home .special-line .location-map .coord .coord-name {
  position: absolute;
}
.home .special-line .location-map .coord .coord-name em {
  position: relative;
  z-index: 1;
  padding: 1px 8px;
  background-color: #63B8FF;
  color: #fff;
  font-style: normal;
  white-space: nowrap;
  border-radius: 4px;
}
.home .special-line .location-map .coord .coord-name::after {
  position: absolute;
  height: 1px;
  background-color: #666;
}
.home .special-line .location-map .coord .coord-pin,
.home .special-line .location-map .coord .coord-pin::after {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #00C3E0;
  border-radius: 50%;
}
.home .special-line .location-map .coord .coord-pin::after {
  -webkit-animation: pulsate 2s infinite;
  -o-animation: pulsate 2s infinite;
  animation: pulsate 2s infinite;
}
.home .special-line .location-map .coord-1 {
  left: 13%;
  top: 37%;
}
.home .special-line .location-map .coord-1 .coord-name {
  left: -48px;
  top: 20px;
}
.home .special-line .location-map .coord-1 .coord-name:after {
  left: 35px;
  top: -7px;
  width: 20px;
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  -o-transform: rotate(-46deg);
  transform: rotate(-46deg);
}
.home .special-line .location-map .coord-2 {
  left: 45%;
  top: 23%;
}
.home .special-line .location-map .coord-2 .coord-name {
  left: -75px;
  top: -42px;
}
.home .special-line .location-map .coord-2 .coord-name:after {
  left: 35px;
  top: 31px;
  width: 50px;
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  -o-transform: rotate(38deg);
  transform: rotate(38deg);
}
.home .special-line .location-map .coord-3 {
  left: 46%;
  top: 25%;
}
.home .special-line .location-map .coord-3 .coord-name {
  left: -68px;
  top: -12px;
}
.home .special-line .location-map .coord-3 .coord-name:after {
  left: 42px;
  top: 14px;
  width: 35px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.home .special-line .location-map .coord-4 {
  left: 75%;
  top: 55%;
}
.home .special-line .location-map .coord-4 .coord-name {
  left: -110px;
  top: -10px;
}
.home .special-line .location-map .coord-4 .coord-name:after {
  left: 58px;
  top: 12px;
  width: 60px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg);
}
.home .special-line .location-map .coord-5 {
  left: 78%;
  top: 62%;
}
.home .special-line .location-map .coord-5 .coord-name {
  left: -100px;
  top: 10px;
}
.home .special-line .location-map .coord-5 .coord-name:after {
  left: 64px;
  top: 4px;
  width: 40px;
  -webkit-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  -o-transform: rotate(-24deg);
  transform: rotate(-24deg);
}
.home .special-line .location-map .coord-6 {
  left: 85%;
  top: 35%;
}
.home .special-line .location-map .coord-6 .coord-name {
  left: 10px;
  top: 20px;
}
.home .special-line .location-map .coord-6 .coord-name:after {
  left: -10px;
  top: -8px;
  width: 20px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
}
.home .special-line .location-map .coord-7 {
  left: 60%;
  top: 19%;
}
.home .special-line .location-map .coord-7 .coord-name {
  left: 54px;
  top: -42px;
}
.home .special-line .location-map .coord-7 .coord-name:after {
  left: -52px;
  top: 30px;
  width: 60px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.home .special-line .location-map .coord-8 {
  left: 91%;
  top: 82%;
}
.home .special-line .location-map .coord-8 .coord-name {
  left: -98px;
  top: 14px;
}
.home .special-line .location-map .coord-8 .coord-name:after {
  left: 65px;
  top: 0px;
  width: 40px;
  -webkit-transform: rotate(-28deg);
  -ms-transform: rotate(-28deg);
  -o-transform: rotate(-28deg);
  transform: rotate(-28deg);
}
.home .special-line .location-map .coord-9 {
  left: 32%;
  top: 77%;
}
.home .special-line .location-map .coord-9 .coord-name {
  left: -85px;
  top: 10px;
}
.home .special-line .location-map .coord-9 .coord-name:after {
  left: 40px;
  top: 2px;
  width: 50px;
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  -o-transform: rotate(-18deg);
  transform: rotate(-18deg);
}
.home .special-line .location-map .coord-10 {
  left: 60%;
  top: 43%;
}
.home .special-line .location-map .coord-10 .coord-name {
  left: 35px;
  top: -38px;
}
.home .special-line .location-map .coord-10 .coord-name:after {
  left: -35px;
  top: 28px;
  width: 40px;
  -webkit-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  transform: rotate(-42deg);
}
.home .partners .client {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home .partners .client > a {
  display: block;
  text-align: center;
}
.home .partners .client > a > img {
  width: 80%;
}
.home .animate {
  -webkit-transition: all ease-out 0.8s;
  -o-transition: all ease-out 0.8s;
  transition: all ease-out 0.8s;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
}
.home .animate.in {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
@-webkit-keyframes pulsate {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    -o-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes pulsate {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    -o-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .home .header {
    height: auto;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .home .service-hotline {
    background-color: #666;
    color: #fff;
    font-size: 16px;
  }
  .home .partners .client > a > img {
    max-width: 200px;
  }
}
/* 产品 */
.product-center {
  margin-bottom: 30px;
}
.product-center .item {
  margin-bottom: 10px;
}
.product-center .hot-goods h2 {
  position: relative;
}
.product-center .hot-goods h2 span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}
.product-center .hot-goods h2 i {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.product-center .floor h4 {
  margin-top: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-weight: bold;
}
.product-center .floor .item a {
  color: #333;
}
.product-center .floor .item a:hover {
  text-decoration: none;
}
.product-center .floor .item a .tit {
  padding: 5px 0;
  text-align: center;
}
.product-center .floor .item a .tit:hover {
  color: #00C3E0;
}
.product .detail {
  margin-bottom: 30px;
  padding: 15px;
}
.product .detail .top {
  border-bottom: 1px solid #eee;
}
.product .detail .top > span {
  margin-top: 12px;
}
.product .detail .con .box {
  margin-top: 20px;
}
.product .detail .con .box .table {
  margin-bottom: 0;
}
.product .detail .con .box > h4 {
  padding: 10px;
  background-color: #eee;
}
.product .detail .con .box > div {
  padding: 15px 10px;
}
.product .panel-group a {
  color: #333;
}
.product .panel-group a:hover {
  text-decoration: none;
}
.product .panel-group .panel-heading {
  padding: 0;
}
.product .panel-group .panel-heading a {
  display: block;
  padding: 15px;
}
.product .panel-group .panel-body {
  margin-bottom: 0;
}
.product .panel-group .panel-body li {
  padding: 5px 10px;
  color: #333;
}
.product .panel-group .panel-body li a:hover,
.product .panel-group .panel-body li a.current {
  color: #00C3E0;
}
@media (max-width: 767px) {
  .product-center {
    margin-bottom: 15px;
  }
  .product-center .hot-goods h2 {
    font-size: 20px;
  } 
  .product .detail {
    padding: 0;
    border: 0;
    box-shadow: 0 0 0 transparent;
  }
  .product .detail .con .box > div {
    padding: 15px 0;
  }
  .product .panel-group {
    margin-top: 20px;
  }
}
/* 资讯 */
.news .news-list {
  padding-left: 30px;
  padding-right: 30px;
}
.news .news-list li {
  margin-bottom: -1px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.news .news-list li .img {
  max-width: 200px;
  float: left;
}
.news .news-list li .txt {
  margin-left: 220px;
}
.news .news-list li .txt h3 {
  margin-top: 0;
}
.news .news-list li .txt span {
  color: #999;
  font-size: 12px;
}
.news .news-list li .txt div {
  margin-top: 10px;
  height: 40px;
  overflow: hidden;
}
.news .news-detail {
  margin-bottom: 30px;
}
.news .news-detail article .top span {
  color: #999;
}
.news .news-detail article .con {
  margin-top: 20px;
}
.news .news-detail article .foot {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .news .news-list {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    box-shadow: 0 0 0 transparent;
  }
  .news .news-list li {
    display: -webkit-box;
    -webkit-box-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news .news-list li .img {
    float: none;
    width: 36%;
  }
  .news .news-list li .txt {
    margin-left: 10px;
    -webkit-box-flex: 1.0;
  }
  .news .news-list li .txt h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .news .news-list li .txt div {
    margin-top: 5px;
  }
  .news .news-detail article .top h2 {
    font-size: 20px;
  }
}
/* 关于我们 */
.about-us .team .photo-box > div {
  float: left;
  width: 50%;
}
.about-us .team .photo-box > div > img {
  padding: 2px;
}
.about-us .history dl {
  margin-bottom: 0px;
}
.about-us .history dt {
  padding-top: 10px;
  padding-bottom: 10px;
}
.about-us .history dt i {
  display: inline-block;
  margin-right: 4px;
  height: 5px;
  width: 5px;
  background-color: #00C3E0;
  border-radius: 50%;
  vertical-align: middle;
}
.about-us .history dd {
  margin-left: 12px;
  padding: 10px 0 10px 10px;
  border-left: 1px solid #ccc;
}
@media (max-width: 767px) {
  .about-us .team .photo-box > div {
    width: 100%;
  }
}
/* 联系我们 */
.contact-us .contact > div {
  padding: 15px;
}
.contact-us .contact .contact-img .icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-image: url(../images/style/sprite-contact.png);
}
.contact-us .contact .contact-img .icon.icon-sales {
  background-position: 0 -51px;
}
.contact-us .contact .contact-img .icon.icon-support {
  background-position: 0 0;
}
.contact-us .contact .contact-img .icon.icon-marketing {
  background-position: -51px -51px;
}
.contact-us .contact .contact-img .icon.icon-service {
  background-position: -51px 0;
}
.contact-us .contact .contact-way a {
  color: #333;
}
.contact-us .contact .contact-way a:hover {
  color: #00C3E0;
  text-decoration: none;
}
.contact-us .map {
  min-height: 360px;
}
.contact-us .address {
  margin-top: 15px;
  line-height: 24px;
  color: #666;
}
.contact-us .address .qr-code {
  padding: 4px;
  max-width: 180px;
}
/* 帮助支持 */
.help .detail {
  margin-bottom: 30px;
  padding: 15px;
}
.help .detail article .con {
  margin-top: 20px;
}
.help .detail article .con img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .help .detail {
    padding: 0;
    border: 0;
    box-shadow: 0 0 0 transparent;
  }
}
/* 运费计算/包裹查询*/
.shipping .header .top-wrap {
  padding-top: 30px;
  padding-bottom: 20px;
}
.shipping .header .top-wrap .glyphicon-th-list {
  pointer-events: auto;
  cursor: pointer;
}
.shipping .header .top-wrap .size input {
  float: left;
  width: 33.33333333%;
}
.shipping .header .top-wrap .fast-track {
  margin-top: 64px;
}
.shipping .header .top-wrap .fast-track a {
  display: inline-block;
  width: 80px;
  line-height: 30px;
  text-align: center;
  color: #999;
}
.shipping .tracking textarea {
  min-height: 160px;
}
.shipping .web-express a {
  display: inline-block;
  margin-right: 20px;
  margin-top: 6px;
}
.shipping .search-info {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #666;
  color: #ccc;
}
.shipping .search-info span {
  color: #fff;
}
.shipping .table td {
  vertical-align: middle;
}
.shipping .table .leading {
  cursor: default;
  background-color: #f9f9f9;
}
.shipping .table .leading:hover {
  background-color: #eee;
}
.shipping .table .records {
  display: none;
}
.shipping .table .records td {
  padding: 20px;
}
.shipping .table .records .top {
  margin-bottom: 15px;
}
.shipping .table .records .top span {
  display: inline-block;
  margin-right: 60px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .shipping .header .top-wrap {
    padding-top: 20px;
  }
  .shipping .header .top-wrap .fast-track {
    margin-top: 30px;
  }
}
