a {
  color: #000;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

h1 {
  font-size: 36px;
  font-weight: normal;
}

h2 {
  font-weight: normal;
}

h3 {
  font-weight: normal;
}

.dja {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newactive {
  background-color: #072973;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #072973;
}

/* 头部样式 */
.translate_switch li {
  display: inline;
  padding-right: 4px;
}

.translate_switch .english:after {
  content: 'English'
}

.translate_switch .chinese:after {
  content: '简体中文'
}

.translate_switch .chinese_tw:after {
  content: '繁体中文'
}
.translate_switch .hanyu:after {
  content: '한국어'
}


.jheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 0;
}

.jheader .jheader_logo {
  width: 25%;
  height: auto;
}

.jheader .jheader_logo img {
  width: 100%;
  height: 100%;
}

.jheader_phone {
  color: #183b81;
  text-align: right;
}

.jheader_phone img {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}

.jheader_phone sapn {
  font-weight: 500;
  font-size: 16px;
}


/* 物流单号智能查询 */
.wldh {
  text-align: center;
  background: url(../img/bg_select.png);
  background-size: cover;
  padding: 5% 0;
}

.wldh_number {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: left;
  margin-top: 20px;
}

.wldh_number span {
  color: #0d3690;
}

.form_input {
  width: 100%;
  display: flex;
  margin: 2% 0;
}

.form_input input {
  width: 90%;
  height: 40px;
  outline: none;
  border: 0px;
  padding: 10px;
  box-shadow: 1px 10px 10px #eee;
}

.form_input button {
  width: 10%;
  height: 40px;
  background-color: #153789;
  border: 1px solid #153789;
  position: relative;
  border-radius: 0% !important;
  color: #fff !important;
  outline: none !important;
}

/* 公司简介 */
.gsjj {
  padding: 3% 0;
}

.gsjj_left {

  letter-spacing: 1px;
  font-size: 15px;
  line-height: 28px;
  max-height: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gsjj_left p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gsjj_right {
  max-height: 460px;
  overflow: hidden;
}

.gsjj_left div {
  margin-top: 2%;
}

/* .gsjj_right {
  padding-left: 5%;
} */

.gsjj_bottom {
  margin-top: 5%;
  text-align: center;
  box-shadow: 1px 10px 10px #eee;
  padding: 20px;
}

.gsjj_bottom_box {
  position: relative;
}

.gsjj_bottom_box img {
  margin-bottom: 6px;
}

.gsjj_bottom_box::after {
  position: absolute;
  right: 0;
  content: '';
  top: 20%;
  width: 1px;
  height: 60%;
  background-color: #d5d5d5;
}

/* .gsjj_bottom_box:nth-child(even)::after {
  width: 0px;
} */



/* 新闻资讯 */
.news {
  background-color: #f8f9fa;
  padding: 2% 0;
}

.new_title {
  margin-bottom: 2%;
}

.new_title h3 {
  position: relative;
}

.new_title h3::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  top: 40%;
  right: -40%;
  background-color: #d0dae3;
}

.new_title h4 {
  color: #68696a;
  font-weight: 400;
}

.new_title h4 a {
  color: #68696a;
}

.new_list {
  position: relative;
  border-bottom: 1px dashed #c7c5c5;
  padding: 1% 0;
}

.new_list:last-child {
  border-bottom: 0px dashed #c7c5c5;
}

.new_list_left span {
  font-size: 24px;
}

.new_list_left p {
  font-size: 18px;
  color: #9f9f9f;
}

.new_list .new_list_right {
  flex-grow: 1;
  margin-left: 5%;
  overflow: hidden;
}

.new_list .new_list_right h4 a {
  color: #000;
}

.new_list .new_list_right p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


/* 联系我们 */
.contact {
  margin-top: 3%;
  text-align: center;
}

.contact_wrap {
  margin-top: 5%;
}

.contact_box {
  box-shadow: 1px 6px 6px #eee;
  padding: 3% 5%;
  /* margin: 5%; */
}

.contact_box span {
  display: inline-block;
  padding: 2%;
  border-bottom: 2px solid #17398a;
  margin-bottom: 5%;
  font-size: 18px;
}

.contact_box p {
  font-size: 16px;
}


/* 尾部区域 */
.footer_top {
  background-color: #f7f9f9;
}

.footer_wrap {
  padding: 2% 0;
  display: flex;
  justify-content: space-between;
}

.footer_wrap .footer_box {
  width: 20%;
  padding: 2%;
}

.footer_wrap .footer_box p {
  display: -webkit-box;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}


/* .footer_wrap .footer_box:last-child {
  width: 31%;
} */

.footer_wrap .footer_box .ecard_img {
  background-color: #fff;
  padding: 10%;
  text-align: center;
}

.footer_wrap .footer_box .ecard_img p {
  margin: 3px 0;
}

.footer_wrap .footer_box span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* .footer_wrap .footer_box:last-child {
  padding: 0;
} */

.footer_bottom {
  background-color: #0d358f;
  color: #fff;
  text-align: center;
  padding: 20px;
}



/* 媒体查询判断 */
/* .footer_top {
  display: none;
} */

@media (min-width: 768px) {
  .gsjj_bottom_box:nth-child(even)::after {
    width: 1px;
  }

  .gsjj_bottom_box:last-child::after {
    width: 0px;
  }

  .map-container {
    width: 100%;
    height: 380px;
  }

  .wldh_number span {
    font-size: 24px;
  }

  .form_input button {
    font-size: 19px;
  }

  .news .row .col-md-2 {
    width: 4%;
    margin: 0;
  }

  .news .row .col-md-5 {
    width: 48%;
    margin: 0;
  }

}

@media (max-width: 768px) {

  .carousel-inner {
    height: 20rem;
    width: 140%;
    margin-left: -20%;
  }

  .carousel-inner img {
    width: auto;
    height: 100%;
  }

  .carousel-inner>.item {
    height: 100%;
  }

  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img {
    width: auto;
    height: 100%;
  }

  .gsjj_bottom_box:nth-child(even)::after {
    width: 0px;
  }

  .map-container {
    width: 100%;
    height: 200px;
  }

  .new_title h3::after {
    right: -50%;
  }

  .form_input button {
    font-size: 9px;
  }

  .gsjj_right {
    margin-top: 5%;
  }

  .wldh_number span {
    font-size: 18px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
    font-weight: 500
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }
}