.@charset"UTF-8";
.article-content .border-box {
  border: 4px solid #eee;
  padding: 20px 20px; }

.article-text-content {
  font-size: 14px;
  line-height: 22px; }

.category-list {
  padding: 0;
  padding-bottom: 20px; }

.category-list .category-title {
  border-bottom: 1px solid #eee;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 18px;
  color: #51279bed; }

.category-article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0 20px;
  min-height: 600px; }

.category-article-list .list {
  border-right: 1px solid #eee;
  display: flex;
  height: 30px;
  padding: 5px 20px;
  position: relative;
  width: 48%;
  margin-right: 4%;
  justify-content: space-between; }

.category-article-list li:nth-last-of-type(2n+1) {
  border-right: 0;
  margin-right: 0; }

.category-article-list li::after {
  position: absolute;
  content: '';
  left: 5px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #f1c232;
  border-bottom: 6px solid transparent; }

.category-article-list .title {
  width: 65%; }

.category-article-list .title a {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  cursor: pointer; }

.category-article-list .date {
  color: #666;
  margin-right: 0px; }

.categor-content {
  display: flex;
  padding: 0;
  padding-bottom: 0; }

.categor-content .category-list {
  flex: 1; }

/*分类*/
.category-tree {
  border-right: 1px solid #eee;
  width: 200px; }

.category-tree .category-tree-header-title {
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
  font-size: 18px;
  background-color: #f7f7f7;
  padding: 0 20px;
  font-weight: bold; }

.category-tree .category-tree-content {
  overflow: hidden;
  overflow-y: auto;
  max-height: 800px; }

.category-tree .category-tree-title,
.category-tree .category-tree-other{
  font-size: 16px;
  color: #333;
  height: 40px;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 25px;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0; }
h6.category-tree-title a {
    color: #333333;
}

h6.category-tree-title.actives a {
    color: #0094ff;
}
  .category-tree .actives{
    color: #0094ff;
  }
.category-tree .num {
  font-size: 14px;
  color: #999;
  margin-left: 5px; }

.category-tree .category-tree-title::before {
  position: absolute;
  top: 18px;
  left: 10px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #f1c232; }

.category-tree .category-tree-other::before {
  position: absolute;
  top: 18px;
  left: 10px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #f1c232; }

.category-tree .category-tree-title.active::after {
  position: absolute;
  right: 10px;
  top: 18px;
  content: '';
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #999; }

.category-tree .list {
  color: #666;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 2px 10px 2px 30px; }

.category-tree .category-tree-item {
  border-bottom: 1px solid #eee; }

.category-tree .category-tree-subcon {
  display: none; }

.category-tree-title.active + .category-tree-subcon {
  display: block; }

.about-service .title {
  color: #007DD0;
  font-size: 22px;
  margin-bottom: 20px; }

.about-service .text-index {
  color: #666;
  font-size: 14px; }

.about-service .serviceimg {
  width: 100%;
  height: 300px; }

.about-service .text-con {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  line-height: 22px; }

.about-contact {
  background-color: #f2f2f2;
  padding: 0 20px; }

.about-contact .con {
  display: flex;
  flex-direction: column;
  padding: 40px;
  padding-left: 50px;
  justify-content: center;
  align-items: flex-start;
  line-height: 30px; }

.serivice-add-list {
  position: relative; }

.serivice-add-list .item-title {
  position: relative;
  padding-left: 20px;
  color: #007DD0;
  margin-bottom: 10px; }

.serivice-add-list .item-title::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f1c232;
  z-index: 1; }

.serivice-add-list .item-title::after {
  position: absolute;
  content: "";
  left: 4px;
  top: 8px;
  height: 50px;
  width: 2px;
  background-color: #f1c232;
  z-index: 2; }

.serivice-add-list .item-title:nth-last-child(2)::after {
  background-color: #fff;
  z-index: 0; }

.serivice-add-list .item-title .desc {
  font-size: 12px;
  color: #999;
  font-weight: normal; }

.serivice-add-list .item-con {
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative; }

.serivice-add-list .item-con::after {
  position: absolute;
  content: "";
  left: 4px;
  top: 0px;
  height: 105%;
  width: 2px;
  background-color: #f1c232; }

.serivice-add-list .item-con:last-child::after {
  background-color: #fff; }

.serivice-add-list .baojiafuwu {
  background-color: #F7F7F7;
  padding: 20px;
  line-height: 25px;
  font-size: 14px; }

.serivice-add-list .baojiafuwu .title {
  position: relative;
  color: #333; }

.serivice-add-list .baojiafuwu .title:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%; }

.serivice-add-list .baojiafuwu .con {
  padding-left: 10px;
  color: #666; }

.serivice-add-list .baojiafuwu .valueadd-tdimg {
  max-height: 100px; }

/*发货流程*/
.service-step-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px; }

.service-step {
  border: 1px solid #F0F0F0;
  padding: 20px 40px;
  position: relative;
  margin-bottom: 30px; }

.service-step::after {
  position: absolute;
  content: '';
  width: 20px;
  height: calc(100% - 80px);
  left: 120px;
  top: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9eaff), color-stop(100%, #007dd0));
  background: linear-gradient(to bottom, #c9eaff 0%, #007dd0 100%);
  z-index: 1; }

.service-step ul::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 110px;
  bottom: 30px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid white;
  z-index: 2; }

.service-step ul::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 130px;
  bottom: 30px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid white;
  z-index: 2; }

.service-step .item {
  position: relative;
  display: flex;
  padding: 10px 10px 10px 0; }

.service-step .item .title {
  color: #007dd0;
  font-size: 16px;
  font-weight: 600;
  margin-right: 80px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  padding-top: 20px; }

.service-step .item .con {
  flex: 1;
  color: #333;
  font-size: 13px;
  padding-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px dashed #ccc; }

.service-step .item::after {
  position: absolute;
  left: 82px;
  top: 70px;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  /*箭头方向可以自由切换角度*/
  transform: rotate(135deg);
  z-index: 3;
  /*box-shadow:2px -2px 1px #808080;*/ }

.service-step .item:last-child::after {
  display: none; }

.fahuo-note-title {
  font-size: 16px;
  font-weight: bold;
  color: #FF380F;
  margin-bottom: 15px; }

.fahuo-note {
  line-height: 22px;
  color: #666;
  background-color: #f7f7f7;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 20px; }

.article-note-title {
  font-size: 14px;
  font-weight: bold;
  color: #FF380F;
  margin-bottom: 10px; }

.article-note {
  line-height: 25px;
  color: #666;
  background-color: #f7f7f7;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 20px; }

.fahuoliucheng-content .border-box {
  padding-left: 100px;
  padding-right: 100px; }

.article-page-nav {
  border-bottom: 1px dashed #eee;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px; }

.article-page-nav .title {
  color: #666; }

.article-other-list {
  display: flex;
  background-color: #FAFAFA;
  padding: 15px; }

.article-other-list .list {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-right: 20px; }

.article-other-list .list:not(first-child) {
  border-left: 1px solid #F0F0F0;
  padding-left: 20px; }

.article-other-list .list:first-child {
  border-left: 0; }

.article-other-list .list dd {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  padding-left: 10px; }

.article-other-list .list dd::before {
  position: absolute;
  left: 0;
  top: 12px;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #666; }

.article-other-list .list dt {
  color: #51279bed;
  margin-bottom: 10px; }

.article-other-list .list .link {
  color: #666;
  list-style: disc;
  padding-right: 10px; }

.article-other-list .list span {
  min-width: 70px; }

.article-other-list.side dd {
  width: 100%;
  overflow: hidden; }

.article-other-list.side .list {
  width: 100%;
  overflow: hidden;
  padding: 0; }

.article-other-list.side .link {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.article-content .article-title {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align:center;
  margin-bottom: 10px; }
  .article-content .article-title .title {
    font-size: 28px;
    font-weight: bold; }
  .article-content .article-title .published-date {
    color: #999;
    font-size: 14px; }

.article-content .article-top-text-content {
  margin-bottom: 0px;
  line-height: 34px;
  font-size: 16px; }

@media (max-width: 500px) {
	.article-content .article-top-text-content p img {
	width:100%!important;
	height:auto!important;} }

.article-content .article-top-title-show {
  margin-bottom: 10px; }
  .article-content .article-top-title-show .show-more {
    color: #51279bed;
    position: relative;
    margin-left: 5px; }
    .article-content .article-top-title-show .show-more:before {
      content: '';
      position: absolute;
      right: -20px;
      top: 8px;
      width: 0;
      height: 0;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-bottom: 6px solid #51279bed;
      border-top: 0; }
  .article-content .article-top-title-show.active .show-more {
    color: #FF380F; }
    .article-content .article-top-title-show.active .show-more:before {
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-top: 6px solid #FF380F;
      border-bottom: 0; }

.article-content .red {
  color: #FF380F; }

.article-content .blue {
  color: #51279bed; }

.article-top-title-show.active + .article-top-text-content {
  display: block; }

.article-top-title-show + .article-top-text-content {
  display: none; }

/*.articl-h4-title {
  margin-bottom: 20px; }

.articl-h4-title .title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px; }

.articl-h4-title .title:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #f1c232;
  top: 5px;
  left: 0px; }*/

.air-article-top-text-content {
  padding-right: 0px; }
  .air-article-top-text-content .flex {
    display: flex;
    justify-content: space-between; }
  .air-article-top-text-content .text {
    width: 700px;
    margin-right: 10px; }
  .air-article-top-text-content .img {
    width: 415px;
    height: 200px; }

.air-wuliu-youshi {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px; }
  .air-wuliu-youshi:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 11px;
    height: 80%;
    width: 1px;
    border-left: 1px dashed #007DD0; }
  .air-wuliu-youshi li {
    display: flex;
    align-items: center; }
  .air-wuliu-youshi .img-icon {
    width: 23px;
    height: 23px;
    margin-right: 5px; }
  .air-wuliu-youshi .text-box {
    border-bottom: 1px dotted #F0F0F0;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
body {
  margin-bottom: 250px; }

dl, dd, ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all; }

/* Provide sufficient contrast against white background */
a {
  color: #0366d6; }

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

button.accept-policy {
  font-size: 1rem;
  line-height: inherit; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */ }

.mbspace {
  margin-bottom: 30px; }

.header-navbar {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -1px;
  background-color: #c9b2f1ed;
  padding: 0;
  z-index: 1; }
  .header-navbar .container {
    padding: 0; }
  .header-navbar .navbar-brand-title {
    background-color: #007DD0;
    color: #fff;
    margin-right: 30px;
    padding-left: 1rem;
    padding-right: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header-navbar .navbar-brand-title:hover {
      color: #fff;
      opacity: 0.8; }
    .header-navbar .navbar-brand-title .icon-nav {
      width: 15px;
      margin-left: 3px; }
  .header-navbar .navbar-nav {
    height: 46px; }
  .header-navbar .navbar-nav .nav-link {
    cursor: pointer; }
  .header-navbar .nav-item {
    padding-top: 3px;
    margin-right: 3rem; }
    .header-navbar .nav-item .dropdown-menu {
      margin-top: 3px; }
    .header-navbar .nav-item:hover {
      border-bottom: 3px solid #639; }
    .header-navbar .nav-item.active {
      border-bottom: 3px solid #c9b2f1ed; }

.home-nav-pills.nav-pills .nav-link.active, .home-nav-pills.nav-pills .nav-pills .show > .nav-link {
  background-color: #fff;
  border: none;
  color: #512a78;
  border-radius: 0;
  border-bottom: 2px solid #512a78; }
  .home-nav-pills.nav-pills .nav-link.active:after, .home-nav-pills.nav-pills .nav-pills .show > .nav-link:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    content: '';
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #512a78; }

.home-nav-pills.nav-pills .nav-link {
  position: relative;
  color: #222;
  padding: .5rem 0rem;
  margin-right: 2rem;
  cursor: pointer; }

.topnav {
  padding-top: 5px;
  margin: 0 auto; }
  .topnav .welcome-name {
    color: #663399;
    font-size: 14px; }
    .topnav .welcome-name .desc {
      font-size: 12px;
      color: #999; }
  .topnav .slink {
    font-size: 12px; }
    .topnav .slink a {
      margin-left: 20px;
      color: #666; }
      .topnav .slink a:hover {
        color: #512a78; }

.logo-bar {
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 100; }
  .logo-bar .qq {
    padding: 0;
    display: flex;
    align-items: center; }
  .logo-bar .logowrap {
    display: flex;
    justify-content: center;
    margin-bottom: 15px; 
	 width:180px;
	 height:52px;}
  .logo-bar .logowrap a {
	display:block;
	width:480px;
	height:60px;
	background:url(../images/RZL-LOGO.gif) no-repeat;
	text-indent:-990px;
	overflow:hidden;}
@media (max-width: 768px){.logo-bar .logowrap a {
display:block;
	width:180px;
	height:60px;
	background:url(../images/20210301123625_65073.png) no-repeat;
	text-indent:-990px;
	overflow:hidden;
}
}
  .logo-bar .logowrap .logo {
    max-height: 52px; }
	@media (max-width: 768px) {
	.airport-info-list .right-box .two .tab-content {
	height:302px;
	overflow:auto;}
	.logo-bar .logowrap a {
	background:url(../images/20210323210208_99888.png) no-repeat ;
	background-size:180px 53px;}
	.category-article-list .list {
	margin-right:0px;}
	.aboutus {
	display:none;}
  	.logo-bar .logowrap .logo {
      max-height: 48px; }
	 .sbreadcrumb .txt {
	max-width:85px; 
	display:block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-break:keep-all;
   color: #0366d6;
   margin: 5px; }}
  .logo-bar .icon-wrap {
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    z-index: 10000; }
    .logo-bar .icon-wrap img {
      width: 30px; }
    .logo-bar .icon-wrap .icon {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #ddd;
      border-radius: 50%; }
   .logo-bar .icon-wrap .iconone {
      background-color: #007dd0;
    } 
    .logo-bar .icon-wrap .icontwo {
      background-color: #07c160;
    }
      .logo-bar .icon-wrap .icon > img {
        width: 20px; }
    .logo-bar .icon-wrap .qs-code {
      position: absolute;
      top: 35px;
      left: -45px;
      z-index: 10000;
      display: none; }
    .logo-bar .icon-wrap:hover .qs-code {
      display: block; }
      .logo-bar .icon-wrap:hover .qs-code img {
        width: 120px; }
  .logo-bar .telwrap {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    font-size: 16px; }
    .logo-bar .telwrap .icon-tel {
      width: 18px;
      margin-right: 10px; }
    .logo-bar .telwrap .t {
      font-size: 16px;
      margin-right: 5px;
      color: #51279bed; }

.card-box {
  /*box-shadow: 0 2px 10px #D7D7D7;*/
  border-radius: 5px;
  padding: 10px 15px;
  position: relative;
  border: 1px solid #ccc;
  height: 100%; }
  .card-box .header {
    color: #512a78;
    margin-bottom: 10px; }
    .card-box .header .title {
      border-bottom: 2px solid #512a78;
      padding-bottom: 6px;
      position: relative; }
      .card-box .header .title:after {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -4px;
        content: '';
        width: 0;
        height: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-bottom: 4px solid #512a78; }
  .card-box .body {
    display: flex;
    flex-wrap: wrap; }
    .card-box .body a {
      color: #666666;
      font-size: 14px;
      padding-top: 5px;
      padding-bottom: 5px; }
    .card-box .body a:hover {
      color: #512a78; }
  .card-box .more-bar {
    display: flex;
    justify-content: flex-end; }
    .card-box .more-bar .more {
      font-size: 12px;
      color: #512a78; }

.home-hot-city.shzd {
  overflow: hidden;
  padding-top: 97px; }
  .home-hot-city.shzd .topimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100px; }
  .home-hot-city.shzd .header {
    margin-bottom: 0px; }

.home-hot-city.hot .body {
  padding-bottom: 2px; }

.home-hot-city .body a {
  width: 20%;
  padding: 3px; }

.home-about .body {
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 14px;
  word-break: break-all; }

.home-about .about-img {
  float: left;
  width: 175px;
  height: 105px;
  margin: 5px 10px 0px 0;
  display: -webkit-box;
  position: relative; }

.airport-about .body {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #666; }

.airport-about .topimg {
  border: 1px solid rgb(255, 255, 255); } 

.home-article-list.wuliu {
  width: 500px; }
  .home-article-list.wuliu .list {
    padding: 2px; 
	margin-right: 132px;}

.home-article-list .tab-pane {
  width: 100%; }

.home-article-list.two .tab-pane.active {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.home-article-list.two .list {
  width: 50%; }
  .home-article-list.two .list:nth-child(odd) {
    padding-right: 10px; }

.home-article-list.zxfb {
  width: 335px; }
  .home-article-list.zxfb .topimg {
    width: 100%;
    max-height: 150px;
    margin-bottom: 5px; }

.home-article-list .list {
  display: block;
  color: #999;
  font-size: 12px;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 2px;
  cursor: pointer; }

.home-article-list-new .info {
  color: #666; }

.home-article-list-new .body {
  overflow: hidden; }

.home-article-list-new .header {
  margin-bottom: 22px; }

.home-article-list-new .info-list:hover .info {
  color: #fff; }

.home-article-list-new .body .info-list {
  margin-bottom: 18px;
  cursor: pointer; }

.home-article-about .topimg {
  width: 100%;
  max-height: 200px;
  border: 1px solid rgb(255, 255, 255); }

.home-article-about .icon-look {
  width: 25px; }

.home-article-about .right-info {
  padding-left: 40px;
  flex: 0.4; }

.home-article-about .tab-pane {
  display: flex;
  width: 100%; }

.home-article-about .stitle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  flex: 0.2;
  flex-shrink: 0;
  width: 60px;
  padding: 0; }
  .home-article-about .stitle::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #007DD0;
    border-right: 0;
    border-bottom: 0; }

.home-article-about .info-list {
  margin-bottom: 11px;
  margin-left: 0;
  padding: 5px;
  color: #333; }
  .home-article-about .info-list:hover {
    background-color: #512a78;
    color: #fff; }
    .home-article-about .info-list:hover .date-t, .home-article-about .info-list:hover .date-m {
      color: #fff; }
  .home-article-about .info-list:last-child {
    margin-bottom: 0px; }

.home-article-about .date-t {
  font-size: 22px;
  font-weight: bold;
  color: #512a78;
  margin-left: -5px; }

.home-article-about .date-m {
  font-size: 10px;
  color: #999; }

.home-article-about .info {
  flex: 1;
  width: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  padding-top: 2px;
  line-height: 25px;
  font-weight: 500; }

.home-article-about.cangkupeisong {
  width: 800px; }
  .home-article-about.cangkupeisong .topimg {
    max-height: 320px; }
  .home-article-about.cangkupeisong .content {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden; }

.home-article-about .article-about {
  border: 1px solid #512a78;
  border-top: 0;
  padding: 15px;
  margin: 0 20px; }
  .home-article-about .article-about .title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333; }
  .home-article-about .article-about .content {
    color: #666;}

.home-carousel {
  margin-bottom: 20px;
  z-index: 0; }

.home-title-bar {
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  height: 36px;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative; }
  .home-title-bar .row {
    width: 100%;
    align-items: center; }
  .home-title-bar .title {
    border-top-right-radius: 30px;
    background-color: #51279bed;
    width: 180px;
    height: 36px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
  .home-title-bar .btnus {
    position: absolute;
    right: 10px;
    top: 5px;
    display: flex;
    justify-content: flex-end;
    background-color: #51279bed;
    color: #fff;
    border-radius: 3px;
    width: 100px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px; }

.card-box-slide {
  flex-shrink: 0;
  width: 380px;
  flex-grow: inherit;
  flex-basis: inherit; }

.friends-links .body {
  display: flex;
  flex-wrap: wrap; }

.friends-links .link {
  margin-right: 30px;
  display: flex; }

.other-links {
  padding-bottom: 0; }
  .other-links .body {
    display: flex;
    flex-wrap: wrap; }
  .other-links .link {
    border: 1px solid #51279bed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    margin-right: 3px;
    margin-bottom: 10px; }

.airport-info-list {
  display: flex; }

.airport-info-list .right-box {
  padding-left: 45px; }

.footer {
  background-color: #512a78;
  color: #ffffff !important;
  line-height: normal;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 12px;
  display: flex;
  justify-content: center; }
  .footer .footer-container {
    width: 1400px; }
  .footer .logo-footer {
    width: 180px;
    margin-bottom: 10px; }
  .footer .logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px; }
  .footer .qs-code {
    width: 100px;
    height: 100px;
    margin-bottom: 8px; }
  .footer p {
    margin-bottom: 8px; }
  .footer .qs-text {
    text-align: center; }
  .footer .left-box {
    flex-grow: inherit;
    flex-basis: inherit;
    width: 320px;
    flex-shrink: 0; }
  .footer .center-box {
    flex: 1;
    padding: 0 80px; }
  .footer .right-box {
    flex-grow: inherit;
    flex-basis: inherit;
    width: 200px;
    flex-shrink: 0; }
    .footer .right-box .p {
      font-size: 16px;
      margin-bottom: 10px; }
  .footer .qs-code-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .footer .text-muted {
    color: #fff; }
  .footer a {
    color: #ffffff; }
  .footer b {
    color: #fff;
    margin-bottom: 15px; }
  .footer .list {
    display: flex;
    flex-direction: column; }
    .footer .list b {
      font-size: 16px;
      font-weight: 400; }
    .footer .list a {
      font-size: 14px;
      margin-bottom: 5px; }
  .footer .tel-box {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px; }
    .footer .tel-box .tel-text {
      font-size: 18px;
      color: #fff;
      border-bottom: 1px solid #999;
      padding-bottom: 10px; }
    .footer .tel-box span {
      border-bottom: 1px solid #999;
      padding-bottom: 3px; }
    .footer .tel-box img {
      margin-right: 3px;
      width: 20px; }
  .footer .b-text {
    display: flex;
    justify-content: center;
    align-items: center; }
   

.nav_all {
  position: relative;
  z-index: 10001;
  width: 188px;
  display: inline;
  float: left;
  *zoom: 1;
  margin-left: 15px;
  margin-right: 50px; }

.nav_all b {
  display: block;
  font-size: 16px;
  text-align: left;
  color: #fff;
  padding: 0 15px;
  padding-left: 30px;
  height: 46px;
  font-weight: normal;
  line-height: 46px;
  background: #663399; }

.nav_all b i {
  float: right;
  display: inline-block;
  margin-left: 10px;
  margin-right: 18px;
  width: 16px;
  height: 46px;
  line-height: 46px;
  background: url(../images/nav_all.png) center center no-repeat;
  -moz-transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s ease-in;
  -moz-transition: transform .3s ease-in;
  -o-transition: transform .3s ease-in;
  transition: transform .3s ease-in; }

.nav_all_box1 {
  display: none;
  /*大框架边框*/
  width: 170px;
  position: absolute;
  left: 0px;
  top: 46px;
  z-index: 10002;
  border: 1px solid #007DD0;
  border-top: none;
  box-shadow: 0px 0px 3px #007DD0; }

.nav_all_box1 dl {
  /*position: relative;*/
  z-index: 10003;
  float: left;
  width: 100%; }

.nav_all_box1 dl dt {
  padding: 10px 15px;
  /*大框架背景宽度*/
  width: 170px;
  color: #ccc;
  position: relative;
  z-index: 10005;
  background: url(../images/jt_12.gif) 150px 18px no-repeat #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.nav_all_box1 dl dt a {
  color: #666;
  font-size: 12px; }

.nav_all_box1 dl dt a:hover {
  color: #663399;
  text-decoration: underline; }

.nav_all_box1 dl dd a {
  color: #51279bed; }

.nav_all_box1 dl dd a:hover {
  color: #007DD0;
  text-decoration: underline; }

.nav_all_box1 dl dt:first {
  font-size: 18px; }

.nav_all_box1 dl dd {
  display: none;
  padding: 0 20px 20px 0px;
  /*子框架宽度*/
  width: 477px;
  position: absolute;
  /*子框架边框*/
  left: 170px;
  top: 0;
  z-index: 10004;
  background: #fff;
  border: 1px solid #51279bed;
  height: auto !important;
  min-height: 200px;
  height: 200px;
  box-shadow: 0px 0px 3px #51279bed; }

.nav_all_box1 dl.last dd {
  /*bottom: 0;
    top: auto;
    _margin-bottom: -1px;*/ }

div.nav_all_on b {
  background: #51279bed;
  box-shadow: 0px 0px 3px #51279bed; }

div.nav_all_on b i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

dl.nav_all_box1_on dt {
  /*大框架li宽度*/
  width: 171px;
  background: url(../images/jt_12.gif) 150px -22px no-repeat #fff;
  border-top: 1px solid #51279bed;
  border-bottom: 1px solid #51279bed; }

dl.nav_all_box1_on dt a {
  color: #51279bed; }

.nav_all_box2 {
  display: inline;
  float: left;
  margin: 0 0 0 10px;
  height: 50px; }

.nav_all_box2_title {
  display: block;
  font-weight: bold;
  font-size: 22px;
  color: #51279bed;
  width: 100%;
  margin-top: 0px;
  text-decoration: none; }

.nav_all_box1 dl dd ul li {
  margin: 5px 0 0 10px;
  padding: 5px 10px;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.nav_all_box1 dl dd ul li.navbar_te {
  display: block;
  width: 100%;
  white-space: nowrap; }

.nav_all_box1 dl dd ul li.navbar_te a {
	font-size: 20px;
    font-weight: bold;
  margin: 0px 20px 0 0px;
  color: #51279bed; }

.nav_all_box1 dl dd ul li.navbar_te em {
  font-size: 18px;
  font-style: normal;
  font-weight: bold; }

/*公共样式*/
/*@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}*/
html, body {
  width: 100%; }

body {
  margin-bottom: 300px;
  font-family: Microsoft YaHei; }

dl, dd, ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all; }

/* Provide sufficient contrast against white background */
a {
  color: #480bb0; }

a:hover {
  text-decoration: none;
  color: #b71fd3; }

.ml100 {
 /* margin-right: 80px;
  margin-left: 80px; */}
.ml100 table{width:100% !important}
.mr100 {
  margin-right: 100px; }

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

button.accept-policy {
  font-size: 1rem;
  line-height: inherit; }

/*文章首段缩进*/
.text-index {
  text-indent: 28px; }

.mb20 {
  margin-top: 20px;
 }

.mb20 p {
  font-size: 15px }
.mb10 {
  margin-bottom: 10px; }

.article-header-title {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px; }

.article-header-title .title {
  position: relative;
  color: #333;
  font-size: 30px;
  font-weight: bold; }

.article-header-title .title::after {
  position: absolute;
  bottom: -10px;
  content: '';
  height: 3px;
  width: 43px;
  background-color: #0094ff;
  left: 50%;
  margin-left: -25px; }

.article-content {
  border: 1px solid #f1f1f1;
  padding: 30px 30px;
  max-width: 1200px;
  overflow: hidden; }
.article-content h4{
border-left: 5px solid #663399;
    line-height: 34px;
    background: #f2f2f3;
    clear: both;
    margin: 10px 0px;
    padding: 0px 0px 0px 10px;
    font-size: 18px;
    font-weight: bold;
}
/*航空*/
.product-lsit-wrap.air .product-list-item .title {
  text-align: center; }

.product-lsit-wrap.air .product-list-item .innerone:hover::after {
  background: url("../images/air_top_right.png"); }

.product-lsit-wrap.air .product-list-item .innertwo:hover::after {
  background: url("../images/cangchu_top_right.png"); }

.product-lsit-wrap.air .product-list-item .titlebox {
  margin-bottom: 15px; }

.yunshuliucheng-img {
  width: 100%; }

.table-customer {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px; }
  .table-customer.link-border.gray a {
    color: #666;
    border-bottom: 1px solid #ccc; }

.table-customer td {
  padding: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 15px; 
  word-break: break-all;}

.table-customer .col-header {
  background-color: #e9f6ff;
  color: #333;
  font-weight: 600;
  font-size: 17px; }

.table-customer .row-header {
  background-color: #e9f6ff;
  color: #333;
  font-weight: 600;
  font-size: 14px; }

.table-customer .row-header .row-title {
  text-align: center; }

.table-customer .gray {
  background-color: #f2f2f2; }

.table-customer .city-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }

.table-customer .city-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }

.table-customer .more {
  margin: 10px;
  position: relative;
  padding: 3px; }
  .table-customer .more::after {
    content: '';
    position: absolute;
    left: 2px;
    bottom: 3px;
    width: 95%;
    height: 1px;
    border-bottom: 1px solid #007dd0; }

.table-customer .city {
  color: #666;
  font-size: 15px;
  margin: 8px;
  padding: 5px 10px;
  border-radius: 3px; }

.table-customer .city:hover {
  background-color: #007DD0;
  color: #fff; }

.table-customer.center .tr-title {
  background-color: #f2f2f2;
  text-align: center; }

.table-customer.center .center {
  text-align: center; }

.table-customer .b {
  font-weight: bold; }

.table-customer.allcenter td {
  text-align: center; }

.table-customer .right-space {
  padding-right: 50px; }

.article-text-content p {
  text-indent: 30px;
  margin-bottom: 0; }

.search-box {
  position: relative; }
  .search-box .form-control {
    padding-right: 25px; }
  .search-box .btn {
    position: absolute;
    right: 5px;
    top: 0px;
    outline: 0 !important; }
    .search-box .btn:active {
      outline: 0 !important; }
    .search-box .btn:focus, .search-box .btn.focus {
      outline: 0;
      box-shadow: none; }

.fixed-icons {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 20px; }
  .fixed-icons .item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #51279bed;
    display: flex;
    justify-content: center;
    align-items: center; }

.fixed-contacts {
  position: fixed;
  right: 0;
  top: 40%;
  width: 50px;
  background-color: #663399;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 10px;
  z-index: 100; }

.fixed-contacts .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #46525a;
  color: #fff;
  padding: 10px 0;
  position: relative; }
  .fixed-contacts .item > img {
    width: 18px; }
  .fixed-contacts .item:hover {
    opacity: 1; }
    .fixed-contacts .item:hover .qs-code {
      display: block; }
.fixed-contacts .item .qs-code {
    position: absolute;
    display: none;
    left: -130px;
    top: -30px;
    width: 120px;
    height: 120px;
    animation: myfirst 1s;
    -moz-animation: myfirst 1s;
    -webkit-animation: myfirst 1s;
    -o-animation: myfirst 1s;
    z-index: 999;
}
@keyframes myfirst
{
0% {left:0px; top:-30px;}

}

@-moz-keyframes myfirst /* Firefox */
{
0% { left:0px; top:-30px;}

}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   { left:0px; top:-30px;}

}

@-o-keyframes myfirst /* Opera */
{
0%   { left:0px; top:-30px;}

}
    .fixed-contacts .item .qs-code img {
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.16);
      box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.16);
      border-radius: 5px;
      }
  .fixed-contacts .item span {
    font-size: 12px; }

.h5-navbar ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #51279bed;
  padding: 5px 0; }

.h5-navbar .nav-item {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center; }

.h5-navbar .nav-item .nav-link {
  color: #fff; }

.h5-navbar .nav-item .nav-link:hover {
  color: #fff; }

.inner-banner {
  width: 100%;
  overflow: hidden; }

.breadcrumb-wrap {
  height: 37px;
  background: url("../images/breadcrumb_bg.jpg") #fff repeat-x; }

.sbreadcrumb {
  margin-left: 240px;
  display: flex;
  align-items: center;
  font-size: 13px;
  height: 37px;
  position: relative;
  width: 1200px; }
  .sbreadcrumb .txt {
	
   color: #0366d6;
   margin: 5px; }
  .sbreadcrumb .stitle {
    color: #999; }
  .sbreadcrumb .right-link {
    position: absolute;
    right: 0; }

.layout-side {
  width: 240px;
  border: 1px solid #f1f1f1;
  border-top: 0;
  padding: 20px;
  flex-grow: initial;
  flex-basis: initial;
  flex-shrink: 0;
  height: 100%;
  padding-bottom: 0; }
  .layout-side + .col {
    padding-left: 35px; }
  .layout-side .side-title {
    border: 5px solid #efefef;
    position: relative;
    height: 100px;
    width: 100px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px; }
    .layout-side .side-title .bg {
      position: absolute;
      right: -55px;
      top: 5px;
      background-color: #fff;
      width: 100px;
      height: 50px;
      padding-top: 15px; }
      .layout-side .side-title .bg:after {
        position: absolute;
        left: 0px;
        top: 10px;
        content: '';
        width: 70px;
        height: 7px;
        background-color: #f1c232; }
    .layout-side .side-title .title {
      color: #51279bed;
      font-size: 24px; }
  .layout-side .service-hotline {
    border: 2px dashed #51279bed;
    padding: 10px 20px;
    font-weight: 600; }
    .layout-side .service-hotline .title {
      color: #51279bed;
      font-size: 16px; }
    .layout-side .service-hotline .number {
      color: #ff2e03; }
    .layout-side .service-hotline .item {
      color: #666; }
    .layout-side .service-hotline .label {
      color: #51279bed; }

.side-menu-wrap {
  border: 3px solid #51279bed;
  border-left: 0;
  border-right: 0;
  padding-top: 10px;
  margin-bottom: 20px; }

.side-menu-lsit .item {
  margin-bottom: 10px; }

.side-menu-lsit .link {
  width: 100%;
  display: flex;
  border: 1px solid #e6e6e6;
  padding: 10px 15px;
  background: url("../images/menu_arrow2.png") no-repeat right 10px top 13px;
  background-color: #f7f7f7;
  color: #333; }
  .side-menu-lsit .link:hover, .side-menu-lsit .link.active {
    color: #fff;
    text-decoration: none;
    background: url("../images/menu_arrow1.png") no-repeat right 10px top 13px;
    background-color: #51279bed; }

/*仓储列表页 --------------------------------开始*/
.cangchu-lsit-wrap, .product-lsit-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.cangchu-list-about {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 34px; }

.product-list-item {
  width: calc((100% - 154px)/3);
  margin-bottom: 40px; }

.product-list-item .inner {
  border: 1px solid #ccc;
  width: 100%;
  position: relative; }

.product-list-item:nth-child(3n+0) {
  padding-right: 0; }

.product-list-item .imgbox {
  padding: 8px; }

.product-list-item .imgbox .img {
  width: 100%;
  height: 214px;
  display: block; }

.product-list-item .titlebox {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  padding-bottom: 5px;
  position: relative; }

.product-list-item .title {
  font-size: 18px;
  font-weight: bold;
  color:black;
  margin-bottom: 10px;}

.product-list-item .desc {
  display: flex;
  align-items: center;
  font-size: 12px; }

.product-list-item .desc .icon {
  width: 10px;
  height: 10px;
  margin: 0 3px; }

.product-list-item .desc span {
  margin-right: 2px; }

.product-list-item .space {
  position: absolute;
  right: 12px;
  top: 5px; }

.product-list-item .space {
  font-size: 20px;
  color: #0094ff;
  font-weight: bold; }

.product-list-item .space i {
  font-size: 12px;
  color: #999;
  font-style: normal;
  margin-left: 2px; }

.product-list-item .about {
  font-size: 14px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 5px; }

.product-list-item .btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }

.product-list-item .btnbox .btn {
  width: 150px;
  height: 35px;
  border: 1px solid #007dd0;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007dd0; }

.product-list-item .inner:hover {
  border: 1px solid #007dd0;
  box-shadow: 0 2px 5px #ccc; }

.product-list-item:hover .btnbox .btn {
  background-color: #007dd0;
  color: #fff; }

.product-list-item .inner:hover::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url("../images/cangchu_top_right.png"); }

.product-list-item .innerthree:hover::after{
 background: url("../images/jiaoyun_top_right.png");}

.article-arrow-title {
  display: flex;
  justify-content: center;
  align-items: center; }

.article-arrow-title .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px; }

.article-arrow-title .title:before {
  position: absolute;
  content: '';
  left: -30px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #f1c232;
  border-bottom: 6px solid transparent; }

.article-arrow-title .title:after {
  position: absolute;
  content: '';
  right: -30px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #f1c232;
  border-bottom: 6px solid transparent; }

.cangchu-service-content {
  border: 1px dotted #f1f1f1;
  background-color: #fafafa;
  padding: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.cangchu-service-content .text-con {
  font-size: 15px;
  line-height: 34px;
  margin-bottom: 20px; }

.cangchu-service-content .title {
  position: relative;
  font-size: 16px;
  font-weight: bold; }

.cangchu-service-content .title:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #f1c232;
  top: 5px;
  left: -15px; }

.cangshu-flow ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px; }

.cangshu-flow .flow {
  width: 70px; }

.cangshu-flow .flow img {
  width: 100%;
  margin-bottom: 10px; }

.cangshu-flow .arrow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 50px;
  padding-top: 25px; }

.cangshu-flow .arrow img {
  width: 20px; }

/*仓储列表页 --------------------------------结束*/
/*仓储详情页 --------------------------------开始*/
/* smallImg */
.preview .smallImg {
  position: relative;
  margin-top: 1px;
  background-color: #F1F0F0;
  padding: 6px 5px;
  width: 100%;
  overflow: hidden;
  float: left; }

.preview .scrollbutton {
  width: 14px;
  height: 50px;
  overflow: hidden;
  position: relative;
  float: left;
  cursor: pointer; }

.preview .scrollbutton.smallImgUp, .preview .scrollbutton.smallImgUp.disabled {
  background: url("../images/d_08.png") no-repeat; }

.preview .scrollbutton.smallImgDown, .scrollbutton.smallImgDown.disabled {
  background: url("../images/d_09.png") no-repeat; }

.preview #imageMenu {
  height: 50px;
  width: calc(100% - 28px);
  overflow: hidden;
  margin-left: 0;
  float: left; }

.preview #imageMenu li {
  height: 50px;
  width: 80px;
  overflow: hidden;
  float: left;
  text-align: center;
  margin-right: 14px; }

.preview #imageMenu  ul li:first-child {
  margin-left:12px;
}

.preview #imageMenu li img {
  height: 50px;
  width: 80px;
  cursor: pointer; }

.preview #imageMenu li#onlickImg img, #imageMenu li:hover img {
  border: 3px solid #959595; }

/* bigImg */
.preview .bigImg {
  position: relative;
  float: left;
  width: 520px;
  height: 328px;
  overflow: hidden; }

.preview .bigImg #midimg {
  width: 520px;
  height: 328px; }

.preview .bigImg #winSelector {
  width: 235px;
  height: 210px; }

#winSelector {
  position: absolute;
  cursor: crosshair;
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  opacity: 0.15;
  background-color: #000;
  border: 1px solid #fff; }

/* bigView */
#bigView {
  position: absolute;
  border: 1px solid #959595;
  overflow: hidden;
  z-index: 999; }

#bigView img {
  position: absolute; }

.row-top .col-left {
  width: 550px;
  flex-grow: unset;
  flex-basis: auto;
  flex-shrink: 0; }

.cangchu-main-info .title {
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #F0F0F0; }

.cangchu-main-info .space {
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #F0F0F0; }

.cangchu-main-info .item {
  margin-right: 50px; }

.cangchu-main-info .stitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px; }

.cangchu-main-info .number {
  color: #FF380F;
  font-size: 20px;
  font-weight: 500; }

.cangchu-main-info .number i {
  font-style: normal;
  margin-left: 3px; }

.cangchu-main-info .info {
  padding: 12px 0;
  font-size: 12px; }

.cangchu-main-info .info .label {
  color: #999; }

.cangchu-main-info .info .text {
  color: #333;
  font-size: 14px; }

.cangchu-main-info .info li {
  margin-bottom: 15px; }

.cangchu-main-info .tel-box {
  display: flex;
  align-items: center; }

.cangchu-main-info .tel-box .chat-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 120px;
  background-color: #FF380F;
  color: #fff;
  margin-right: 30px; }

.cangchu-main-info .tel-box .chat-btn a {
  color: #fff; }

.cangchu-main-info .tel-box .icon-tel {
  width: 20px;
  height: 20px;
  margin-right: 0px; }

.cangchu-main-info .tel {
  color: #FF380F;
  font-size: 26px; }

.cangchu-detail {
  padding-top: 20px; }

.cangchu-detail .title-nav {
  display: flex;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 10px; }

.cangchu-detail .title-nav a {
  color: #333;
  margin-right: 50px;
  padding: 10px 5px; }

.cangchu-detail .title-nav a:hover {
  text-decoration: none; }

.cangchu-detail .title-nav .active {
  color: #007DD0;
  position: relative; }

.cangchu-detail .title-nav .active::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #007dd0; }

.cangchu-detail .header-title {
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #007dd0;
  font-weight: bold; }

.cangchu-detail .nav-about {
  font-size: 14px; }

.cangchu-detail .nav-about .list-row {
  display: flex; }

.cangchu-detail .nav-about .label-title {
  display: flex;
  align-items: flex-start;
  width: 100px;
  color: #999;
  font-size: 14px; }

.cangchu-detail .label-con {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  .cangchu-detail .label-con.label-con01 .list-item .item {
    min-width: 200px; }

.cangchu-detail .list-row {
  padding: 10px 0;
  border-bottom: 1px solid #eee; }

.cangchu-detail .label-con .list-item {
  display: flex;
  align-items: flex-start; }

.cangchu-detail .label-con .list-item .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px; }

.cangchu-detail .label-con .list-item .label {
  color: #999; }

.cangchu-detail .label-con .list-item .text {
  color: #333; }

.cangchu-detail .important-title {
  padding: 10px 0;
  color: #ff2e03;
  font-size: 18px; }

.cangchu-detail .nav-desc dt {
  padding-top: 10px;
  margin-bottom: 10px; }

.cangchu-detail .nav-desc dd {
  padding-left: 15px; }

.cangchu-detail .nav-desc .stext {
  font-size: 14px;
  color: #666;
  position: relative;
  margin-bottom: 5px;
  line-height: 24px; }

.cangchu-detail .nav-desc .stitle {
  position: relative;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px; }

.cangchu-detail .nav-desc .stitle.arrow:before {
  position: absolute;
  content: '';
  left: -10px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #f1c232;
  border-bottom: 4px solid transparent; }

cangchu-side-list .product-list-item {
  padding: 0; }

.cangchu-side-list .product-list-item .inner:hover {
  cursor: pointer;
  box-shadow: none; }

.cangchu-side-list .product-list-item .inner {
  display: block; }

.cangchu-side-list .product-list-item .inner:hover::after {
  display: none; }

.cangchu-side-list .product-list-item .desc {
  display: flex;
  flex-direction: column;
 color:#868686;
  justify-content: flex-start;
  align-items: flex-start; }

.cangchu-side-list .product-list-item .imgbox .img {
  height: 150px; }

.cangchu-side-list {
  padding-top: 40px; }

.cangchu-side-list .product-list-item {
  width: 100%;
  margin-bottom: 10px; }

.cangchu-article-content .row-center .col-left {
  flex: 1; }

.cangchu-article-content .product-list-item .titlebox {
  border: none; }

.cangchu-article-content .row-center .col-right {
  width: 240px;
  flex-shrink: 0;
  flex-basis: unset;
  flex-grow: unset; }

/*仓储详情页 --------------------------------结束*/
@media (max-width: 1500px) {
  .header-navbar .nav-item {
    margin-right: 5px; } }

@media (max-width: 1100px) {
  .header-navbar .nav-item {
    margin-right: 0px;
    font-size: 12px;
    padding-top: 5px; } }

@media (min-width: 992px) {
  .container {
    max-width: 1730px; }
  .inner-container {
    width: 1730px;
    margin: 0 auto; }
  .logo-bar .search-box {
    display: none; }
  .h5-navbar {
    display: none; } }

@media (max-width: 992px) {
  .container {
    max-width: 100%; }
  .inner-container {
    width: 100%; }
 .inner-container .layout-side img,
 .inner-container .article-title img,
 .inner-container .article-top-text-content img,
 .inner-container .table-customer-box img,
.article-text-content img
 {
	 width: 100% !important;
    height: 100% !important;
 }
  body {
    margin-bottom: 180px; }
    body .fixed-contacts {
      display: none; }
    body .other-links {
      display: none;
    }
    body .footer {
      bottom:-95px;
    }
    body .container {
      padding: 0; }
    body .header-navbar {
      display: none; }
    body .card-box-slide {
      width: 100%; }
    body .topnav {
      display: none; }
    body .logowrap {
      padding-top: 10px; }
    body .home-title-bar {
      margin: 5px 15px 15px 15px; }
    body .home-article-list.two .list {
      width: 100%; }
    body .airport-info-list {
      flex-direction: column; }
      body .airport-info-list .right-box {
        padding: 0; }
    body .home-article-list.zxfb {
      width: 100%; }
    body .row {
      margin: 0; }
      body .row .col {
        margin-bottom: 10px; }
    body .logo-bar {
      justify-content: space-between; }
      body .logo-bar .qq {
        display: none; }
      body .logo-bar .form-control {
        width: 100%; }
      body .logo-bar .telwrap {
        max-width: 180px;
        padding-left: 5px;
        flex-direction: column;
        padding-right: 10px; }
        body .logo-bar .telwrap .icon-tel {
          width: 14px; }
        body .logo-bar .telwrap .t {
          display: none; }
    body .nav_all {
      display: none; }
    body .home-article-list.wuliu {
      width: 100%; }
    body .cangkupeisong-box .row {
      flex-direction: column; }
    body .home-article-about.cangkupeisong {
      max-width: 100%;
      padding: 0;
      margin-bottom: 10px; }
    body .home-article-list.yunshu {
      padding: 0;
      width: 100%;
      max-width: 100%; }
    body .inner-banner {
      width: 100%; }
      body .inner-banner .img {
        width: 100%;
        max-height: 250px; }
    body .breadcrumb-wrap .sbreadcrumb {
      width: 100%;
      margin-left: 0;
      padding: 0 10px; }
    body .breadcrumb-wrap .right-link {
      right: 10px; }
    body .layout-side {
      display: none; }
    body .article-content {
      border: 0;
      max-width: 100%;
      padding: 20px 10px 0 10px; }
    body .article-other-list {
      flex-direction: column; }
      body .article-other-list .list {
        padding: 0;
        margin-bottom: 10px; }
        body .article-other-list .list:not(first-child) {
          border: 0; }
        body .article-other-list .list:last-child {
          margin-bottom: 0; }
        body .article-other-list .list .link {
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          width: 80%; }
    body .about-service .row {
      flex-direction: column; }
      body .about-service .row .col-6 {
        max-width: 100%;
        margin-bottom: 15px; }
      body .about-service .row .text-con {
        padding: 20px 0; }
        body .about-service .row .text-con .title {
          margin-bottom: 5px; }
    body .about-service .serviceimg {
      width: 100%;
      height: auto; }
    body .about-contact .bmap-container {
      min-width: 100%;
      min-height: 300px; }
    body .about-contact .row {
      flex-direction: column; }
      body .about-contact .row .col {
        padding: 0; }
    body .about-contact .con {
      padding: 0; }
    body .article-content.categor-content {
      display: flex;
      flex-direction: column;
      padding: 0;
      padding-top: 20px; }
      body .article-content.categor-content .category-tree {
        width: 100%;
        margin-bottom: 20px; }
    body .category-article-list {
      min-height: unset;
      padding: 0; }
      body .category-article-list .list {
        width: 100%;
        padding-right: 0; }
    body .category-list .category-title {
      padding-left: 0; }
    body .cangchu-article-content {
      padding: 0;
      padding-top: 15px; }
      body .cangchu-article-content .list-row .list-item {
        flex-direction: column; }
      body .cangchu-article-content .list-row .label {
        min-width: 80px; }
      body .cangchu-article-content .col-left {
        padding: 0; }
      body .cangchu-article-content .col-right {
        display: none; }
      body .cangchu-article-content .row-top .col-left {
        width: 100%;
        padding: 0; }
    body .product-lsit-wrap {
      flex-direction: column; }
      body .product-lsit-wrap .product-list-item {
        width: 100%; }
    body .table-customer-box {
      overflow-y: auto;
      margin: 0; 
	  font-size:16px;}
      body .table-customer-box .table-customer {
        width: 100%; }
        body .table-customer-box .table-customer td img {
          width: 100%; }
    body .fahuoliucheng-content {
      padding: 0;
      padding-top: 20px; }
      body .fahuoliucheng-content .border-box {
        padding: 0; }
      body .fahuoliucheng-content .service-step-title {
        padding: 10px 20px;
        margin-bottom: 0; }
      body .fahuoliucheng-content .fahuo-note-title {
        padding-left: 20px; }
    body .friends-links-box {
      display: none; }
    body .fixed-icons {
      display: block; }
    body .footer .footer-container {
      width: 100%; }
    body .footer .row {
      flex-wrap: nowrap; }
    body .footer .left-box {
      display: none; }
    body .footer .center-box {
      padding: 0; }
      body .footer .center-box .list {
        padding: 0;
        align-items: center; }
    body .footer .right-box {
      display: none; }
    body .footer .b-text {
      padding-top: 10px;
      flex-direction: column; }
    body .h5-navbar {
      display: block; }
    body .home-about .body {
      display: block; }
    body .air-article-top-text-content .flex {
      flex-direction: column; }
    body .layout-side + .col {
      padding-left: 15px; }
    body .service-step {
      margin-right: 0;
      margin-left: 0; }
    body .air-wuliu-youshi {
      margin-right: 0;
      margin-left: 0; }
    body .air-wuliu-youshi .text-box {
      display: block;
      padding: 10px;
      height: auto; }
    body .air-wuliu-youshi:before {
      top: 11%; }
    body .table-customer .right-space {
      padding-right: 0; }
    body .table-customer td {
      padding: 5px; } }
    .category-tree-subcon .list:hover{
      color: #0276c3;
    }
    .category-tree-subcon .active {
      color: #0276c3;
    }
	  .titlefirst {
		font-size:12px;
		display:inline;
		float:right;
		font-style:italic;}
		
		
	
.rhbmap {
    overflow: hidden;
    clear: both;
    width: 100%;
}
.rhbmap #all-map{ width:100% !important; margin-bottom:10px; }
.mphone_btmnav {
    background-color: #ff3938;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 15%);
    display: none;
}
.themone {
    width: 100%;
    width: 0 auto;
}
.mphone_btmnav .themone ul li {
    float: left;
    text-align: center;
    width: 49.5%;
    border-right: 1px solid #b82d2d;
    padding: 10px 0;
}
.mphone_btmnav .themone ul li a {
    color: #fff;
	text-decoration: none;
    outline: none;
    cursor: pointer;
}
.mphone_btmnav .themone ul li a i {
    font-size: 20px;
    padding-right: 5px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.icon-shouji:before {
    content: "\e671";
}
.icon-phone:before {
    content: "\e730";
}
.icon-kefu:before {
    content: "\e61a";
}
.icon-dizhi:before {
    content: "\e604";
}
@media (max-width: 992px) {
   .mphone_btmnav {
    display: block;
 }
 body .footer {
    margin-bottom: 50px;
}
}

.box { padding:0 4%;}
.boxfull { width:100%;}
.box:after,.boxfull:after { content:"\200B";display:block; height:0; clear:both; }
.box,.boxfull {  margin:0 auto; position:relative; text-align:left;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}






.left { display:inline-block; float:left; vertical-align:top; position:relative;  }
.right { display:inline-block; float:right; vertical-align:top; position:relative;  }
/*.center { display:table-cell; *display:inline-block; width:5000px; *width:auto; vertical-align:top; position:relative;  }*/
.centerinner {}

/**********************************    .location   ************************************/

.location { clear:both; color:#999; background-color:#eee; font-size:12px; position:relative; z-index:1651;}


.location .left { width:49%; padding:0; }
.location .right { width:49%; padding:0; }


.locationinner a { display:inline-block; vertical-align:top; overflow:hidden; max-width:100px; line-height:50px; white-space:nowrap; text-overflow:ellipsis; position:relative; }


.locationinner .first { background:url(../images/homepage.png) 0 -24px no-repeat; text-indent:-999em; width:45px; }

.locationinner b { color:#000; display:none;}
.locationinner img { display:inline-block;  vertical-align:middle; margin:0 1%; width:100px; padding:0;}
.locationinner a i { display:inline-block; vertical-align:top; overflow:hidden; padding:0; width:40px; height:50px; background:url(../images/city04.gif) right center no-repeat; margin:0 3px 0 -25px; }
.locationinner .first i { margin-left:997em;}
@media screen and (max-width: 799px)
.menu .menulist9 {
    width: 92%;
    margin: 0;
    padding-bottom: 1em;
}
/**********************************    .onlinechat_list   ************************************/
.onlinechat_list { margin:0; padding:0; }
.onlinechat_list dt { display:none;}
.onlinechat_list dd { margin:0; padding:0; text-align:right;}
.onlinechat_list dd a { display:inline-block;  vertical-align:top; width:20px; height:50px; padding:0 15px; background-position:center center; background-repeat:no-repeat; text-align:center; overflow:hidden; border-right:1px solid #ddd; position:relative;
          -webkit-transition:all 0.3s ease-in-out;
		  transition:all 0.3s ease-in-out;}

.onlinechat_list dd a:last-child { border-right:none;}

.onlinechat_list dd a u { display:block; margin-top:10px;}

#copyWXcontent { position:absolute; left:-999em; top:999em;}

.onlinechat_list dd a:hover { box-shadow:0 0 2em #999; }

.onlinechat_list .onlinechat_qq {}
.onlinechat_list .onlinechat_wx { width:auto; color:#0c0; }
.onlinechat_list .onlinechat_email { width:auto; color:#f00; }
.onlinechat_list .onlinechat_chat { width:auto; color:#f0f; }
.onlinechat_list .onlinechat_tel { width:auto; color:#f00; }

.onlinechat_list .onlinechat_more { width:auto; color:#09f;}


#nb_icon_wrap,#nb_invite_wrap,#nb_nodeboard,#newBridge,#nb_icon_groups,#nb_invite_welcome,.nb-invite-btn-base { position:absolute; right:-9999em !important; top:-9999em !important; display:none !important;}




/**********************************    .menu  begin   ************************************/
.menu { clear:both; background-color:#f5f5f5; position:relative; /*z-index:652;*/padding-bottom: 50px; }


.menu dl { display:inline-block;  vertical-align:top; width:11%; margin:1em 0 2em 4%; padding:0; overflow:hidden; }
.menu dl dt { font-size:1.125em; position:relative; height:60px; overflow:hidden; color:#333; }
.menu dl dt img { display:inline-block;  }
.menu dl dt a { display:block;  width:100%; color:#333; position:relative; }

.menu dl dt b { display:inline-block; padding:0; height:60px; line-height:60px; overflow:hidden; font-weight:normal; }
.menu dl dt u { display:inline-block; vertical-align:top; overflow:hidden; height:60px; line-height:60px; text-align:center;  }


.menu dl dt i { display:inline-block; vertical-align:top; overflow:hidden; width:60px; height:60px; line-height:60px; text-align:right; position:absolute; right:1%; top:0; display:none; cursor:pointer;
-webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;
}

.menu dl dd ul { font-size:14px; overflow:hidden;}
.menu dl dd li {}
.menu dl dd li a {display:inline-block; color:#999; margin:0 .5em .5em 0;transition:all 0.3s ease-in-out; }
.menu dl dd li a:hover { color:#000; text-decoration:underline; }
.menu dl dd li img {  display:inline-block;  vertical-align:middle;}


.menu .menulist9 { float:right; width:21%; margin-left:0; margin-right:4%;    display: none; }
.menu .menulist9 dd { display:block; border-right:none; padding-right:0;  }





.menu .active dt b { color:#1473e6;}
.menu .active dt i {-webkit-transform:scale(1,-1);transform:scale(1,-1);}


.weixin_list { clear:both; overflow:hidden; color:#fff; font-size:12px; margin-top:1em; }
.weixin_list li { display:inline-block;  float:left; width:36%; text-align:center; margin-right:20%; background-color:#eee; border-radius:5px; overflow:hidden; border:1px solid #ddd; }
.weixin_list li img { width:100%; margin:0 auto; }
.weixin_list li b,.weixin_list li span { display:inline-block; padding:5px 0; color:#999; font-size:12px; }

.weixin_list li.last { margin-right:0; float:right;}


.menuli2 li { display:inline-block;  float:left; width:46%;  margin-right:2%; white-space:nowrap; overflow:hidden;}





.tel-global { width:80% !important; padding:.5em 11% .5em 9% !important; color:#fff !important; background-color:#51279bed; border-radius:3px;box-sizing: content-box; }
.tel-global u { display:inline-block; vertical-align:top; overflow:hidden; width:48px; height:48px; margin-right:1em; background-image:url(../images/tel.png); background-position:center center; background-repeat:no-repeat;
animation:tel-globalu0u 3s infinite linear;
}
.tel-global span { display:inline-block; vertical-align:top; overflow:hidden; height:48px; font-size:1.25em; font-weight:bold }
.tel-global small { display:block; text-align:left; text-indent:.125em;}
.tel-global:hover { background:none !important; background-color:#06c !important;}

@keyframes tel-globalu0u {    
    0% {
       transform:rotate(0deg) scale(1,1);
    }
    50% {
       transform:rotate(-180deg) scale(1,1);
    }
    100% {
       transform:rotate(-360deg) scale(1,1);
    }

}

@media screen and (max-width: 799px) {
	menu{display:block;}
	.menu dl { width:100%; margin:0; float:none; padding:0 4%; border-top:1px solid #eee; }
	.menu dl dt i { display:block; }
	 .menu dl dd { display:none; }
.menu .menulist9 {
    width: 100%;
    margin: 0;
    padding-bottom: 1em;
	display:block;
}
}


.box {
    margin: 0 auto;
    width: 96%;
    text-align: left;
}
.contentbox{padding:25px;margin:0 200px 0 172px;overflow:hidden;background:#fff;}
.content-middle{overflow:hidden;clear:both;color: #333;}
.content h3{font-size:16px;color:#333;margin-top:2em;clear:both;background:url(../images/g_206.gif) left center no-repeat;padding-left:15px;}
.content h4{font-size:16px;color:#333;clear:both;margin-top:2em;}
.content h4 b{display:inline-block;}
.content-middle p{margin-top:20px;line-height:1.5;}
.content-middle table p{text-align:center;}
.content-middle img{display:block;}
.content-middle-img{width: 300px;height: 196px;float: left;margin: 25px 20px 5px 0;}
.content-middle-cards{width: 363px;height: 225px;float: left;margin: 0px 20px 5px 0;}
.ta-l {
    text-align: left !important;
}
.posttaglist {
    clear: both;
}
.itemWrapper {
    display: -webkit-flex;
    flex-wrap: -webkit-wrap;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.posttaglist a { background-color:#fff; display:inline-block; *zoom:1; text-align:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding:10px 3% 10px 0; border:1px solid #ddd; margin:-1px; width:16.5%; position:relative; text-indent:10px; }

.posttaglist a i { position:absolute; right:10px; top:10px; font-size:10px; }

.posttaglist a:nth-child(9n){color: #4A4A4A;}
.posttaglist a:nth-child(9n+1){color: #428BCA;}
.posttaglist a:nth-child(9n+2){color: #5CB85C;}
.posttaglist a:nth-child(9n+3){color: #D9534F;}
.posttaglist a:nth-child(9n+4){color: #567E95;}
.posttaglist a:nth-child(9n+5){color: #B433FF;}
.posttaglist a:nth-child(9n+6){color: #00ABA9;}
.posttaglist a:nth-child(9n+7){color: #B37333;}
.posttaglist a:nth-child(9n+8){color: #FF6600;}


.posttaglist a:hover { box-shadow:0 0 1em #ddd inset;}
.posttaglist .pagebar-loading:hover { box-shadow:none;}
@media screen and (max-width: 799px){
.module33 .item dt {
    width: 100%;
}
.module33 .item dt .itemdtinner {
    margin: 20px 20px 0 20px;
}
.posttaglist a { width:30.3333%;}

}
@media only screen and (max-width:600px){div.content-page .tihuo{display:none;}
div.content-page .xianlu{display:none;}
div.box{width:98%;}
div.header .center{display:none;}
div.header .left{margin:0 3% 0 0;width:47%;}
div.header .right{margin:0;width:50%;}

div.nav .nav_center{margin:0;border:none;}
div.nav .nav_all{display:none;}
div.nav .nav_right{display:none;}
div.main .content{margin:0;padding:0;border:none;}
div.main .navbar{display:none;border:none;margin:0;padding:0x;}
div.main .sidebar{display:none;border:none;margin:0;padding:0x;}
div.main .contentbox{margin:0;padding:10px;}
div.footer .center{margin:0;padding:0;}
div.footer .left{display:none;}
div.footer .right{display:none;}
div.menu dl.anquan,.zxgsjj{display:none;}
dl.default-news{width:99%;}
dl.default-Detail-nav{width:99%;}
dl.default-Detail-Company{width:99%;}
dl.default-Detail-blog{width:99%;}
div.matetit{width:99%;}
#main-news{width:100%!important;}
div.leftbar{width:96%;margin:0 auto;float: none;overflow: hidden;}
div.leftbar ul.pronews{width:99%;}
div.midbar ul.picshow li{width:50%;}
div.midbar{width:99%;}
div.rightbar{width:99%;}
dl.default-link{display:none;}
div.links{display:none;}
div.matetit{display:none;}
dl.default-link_foot{display:none;}
div.menu dl dt{letter-spacing:0.25em;text-align:center;padding-left:15px;padding-right:15px;}
#suoxiao img{clear:both;float:left;}
div.qiao-flash-storage{display:none;}
div.qiao-icon-wrap{display:none;}
div.qiao-mess-wrap{display:none;}
div.qiao-invite-wrap{display:none;}
.xxlb ul li{width:100%!important;}
.content-middle img{width:100%!important;height:auto!important;}
}
	