/* 通关商品归类 start */
.tgsp-banner {
  width: 100%;
  padding: 125px 0 60px;
  background: url(../images/tongguan/banner1.jpg) no-repeat center center;
  background-size: cover;
}
.tgsp-ban-text1 {
  font-size: 68px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.tgsp-ban-text1 span {
  font-size: 68px;
  font-weight: bold;
  color: #fee515;
}
.tgsp-ban-text2 {
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
}
.tgsp-ban-logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
.tgsp-ban-logo img {
  margin-right: 20px;
}
.tgsp-ban-icon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tgsp-banItem {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-right: 60px;
}
.tgsp-banItem img {
  width: 100px;
  object-fit: contain;
  display: block;
}
.tgsp-banItem-title,
.tgsp-banItem-text {
  width: 100%;
  color: #fff;
  text-align: center;
}
.tgsp-banItem-title {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tgsp-banItem-text {
  font-size: 18px;
}
.tgsp-ban-pdf {
  width: 100%;
  color: #fff;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tgsp-ban-pdf span {
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.tgsp-ban-pdf a,
.tgsp-ban-pdf a:hover {
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
}

.tgsp-ban-pdf img {
  margin-right: 8px;
}
.tgsp-banItem:nth-child(1) .tgsp-banItem-text,
.tgsp-banItem:nth-child(2) .tgsp-banItem-text {
  width: 80%;
}
/* 通关商品归类 end */

/* 通关商品搜索 start */
.tgsp-search {
  width: 100%;
  background-color: white;
}
.tgsp-search .tgsp-w {
  position: relative;
}
.tgsp-seaBox {
  width: 100%;
  line-height: 60px;
  position: absolute;
  top: -38px;
  left: 0;
  z-index: 1;
  border-radius: 40px;
  box-sizing: border-box;
  /* box-shadow: 0 5px 5px rgba(0, 0, 0, .1); */
}
.tgsp-seaB {
  width: 100%;
  padding: 8px;
  border-radius: 40px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.tgsp-seaList {
  width: 160px;
  font-size: 16px;
  color: #333333;
  position: relative;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.tgsp-seaList::before {
  content: "";
  border-right: 1px solid #999999;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
}
.tgsp-seali {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tgsp-seali .tgsp-seali-text {
  width: 80%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}
.tgsp-seali b {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #333333;
  margin-top: 5px;
  transition: all 0.5s;
}
.tgsp-seali-active b {
  transform: rotate(180deg);
  margin-top: -5px;
}
.tgsp-seast {
  width: 100%;
  position: absolute;
  top: 113%;
  left: 0;
  z-index: 2;
  background-color: #fff;
  display: none;
}
.tgsp-seast li {
  padding: 8px 5px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  font-size: 16px;
}
.tgsp-seast li:hover {
  background-color: #efefef;
}
.tgsp-sea-toggle {
  width: calc(100% - 160px);
}
.tgsp-sea-tog {
  width: 100%;
  display: none;
}
.tgsp-sea-tog-acitve {
  display: block;
}
.tgsp-sea-togBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.tgsp-seaInput {
  width: calc(100% - 170px);
}
.tgsp-seaInput input {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  box-sizing: border-box;
  color: #757575;
}
.tgsp-seaInput input::-webkit-input-placeholder {
  font-size: 16px !important;
  color: #999999;
}
.tgsp-seaInput input::-moz-placeholder {
  font-size: 16px !important;
  color: #999999;
}
.tgsp-seaInput input:-ms-input-placeholder {
  font-size: 16px !important;
  color: #999999;
}
.tgsp-seaBtn {
  width: 170px;
  text-align: center;
}
.tgsp-seaSub {
  width: 100%;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  background-color: #23408c;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.tgsp-seaAnchor {
  width: 100%;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  background-color: #23408c;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
}
.tgsp-seaAnchor:hover {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
/* .tgsp-seaPhSub,.tgsp-seaPhAnchor{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #23408c;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    margin-top: 15px;
    display: none;
} */
/* .tgsp-seaPhAnchor{
    display: none;
} */
/* 通关商品搜索 end */

/* 通关网logo介绍 start */
.tgsp-introduce {
  width: 100%;
  padding: 140px 0 100px;
  background: url(../images/tongguan/bg1.jpg) no-repeat center center;
  background-size: cover;
}
.tgsp-intBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.tgsp-intItem {
  width: 49%;
  margin-right: 2%;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.tgsp-intItem:nth-child(2n) {
  margin-right: 0;
}
.tgsp-intTitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tgsp-intTitle span {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
}
.tgsp-intText {
  padding-top: 40px;
  /* line-height: 1.5; */
  line-height: 30px;
  min-height: 150px;
  width: 100%;
  font-size: 16px;
  color: #666;
}
.tgsp-intItem-bg {
  background: url(../images/tongguan/clearance.png) no-repeat right bottom;
  background-color: #fff;
}

/* 通关网logo介绍 end */

/* 专家委员会 start */
.tgsp-expert {
  width: 100%;
  padding: 80px 0;
  background-color: #0b2242;
}
.tgsp-expBox {
  width: 100%;
}
.tgsp-expBox .tgsp-text1,
.tgsp-expBox .tgsp-text2 {
  color: #fff;
}
.tgsp-expBox .tgsp-text2 {
  max-width: 670px;
  margin: 0 auto;
}
.tgsp-expBot {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.tgsp-expItem {
  width: 19%;
  margin-right: 1.25%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #192c56;
}
.tgsp-expItem:last-child {
  margin-right: 0;
}
.tgsp-expItImg {
  width: 100%;
  position: relative;
}
.tgsp-expItImg img {
  width: 100%;
  object-fit: contain;
  display: block;
}
.tgsp-expXian {
  width: 16px;
  height: 2px;
  background-color: #fed071;
  position: absolute;
  top: 20px;
  right: -8px;
  z-index: 1;
}
.tgsp-expName {
  width: 110px;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  background-color: #fed071;
  position: absolute;
  left: -20px;
  bottom: -17px;
}
.tgsp-expItText {
  padding-top: 40px;
}
.tgsp-expIt-title {
  font-size: 16px;
  font-weight: bold;
  color: #fed071;
  line-height: 1.5;
  text-align: left;
}
.tgsp-expIt-text {
  font-size: 14px;
  /* line-height: 1.5; */
  line-height: 25px;
  text-align: left;
  color: #fff;
  padding-top: 12px;
}
/* 专家委员会 end */

/* 商品归类重要性 start */
.tgsp-important {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}
.tgsp-imBox {
  width: 100%;
}
.tgsp-imBox .tgsp-text2 {
  max-width: 1150px;
  margin: 0 auto;
}
.tgsp-imBot {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.tgsp-imItem {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 5px;
  border: 1px solid #dde1ff;
  background-color: #f5f6fb;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.tgsp-imItem:nth-child(2n) {
  margin-right: 0;
}
.tgsp-imLe {
  width: 220px;
  height: 100%;
  position: relative;
}
.tgsp-imLe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tgsp-impImgText {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.tgsp-imRi {
  width: calc(100% - 220px);
  height: 100%;
  padding: 5px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tgsp-imRiTi {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.tgsp-imRiTe {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-top: 15px;
}
.tgsp-imRiTe span {
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}
.tgsp-imLe-img {
  display: none;
}
/* 商品归类重要性 end */

/* 页面适配 start */
@media only screen and (max-width: 1400px) {
  .tgsp-banner .tgsp-w,
  .tgsp-search .tgsp-w,
  .tgsp-introduce .tgsp-w,
  .tgsp-expert .tgsp-w,
  .tgsp-important .tgsp-w,
  .tgsp-seaBox {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
/* @media only screen and (max-width: 1200px) {
    .tgsp-imLe{
        width: 160px;
    }
    .tgsp-imRi{
        width: calc(100% - 160px);
    }
} */
@media only screen and (max-width: 1040px) {
  .tgsp-text1 {
    font-size: 32px;
  }
  .tgsp-text2 {
    padding-top: 20px;
  }
  .tgsp-banner,
  .tgsp-introduce,
  .tgsp-expert,
  .tgsp-important {
    padding: 60px 0;
  }
  .tgsp-expBot,
  .tgsp-imBot {
    padding-top: 30px;
  }
  .tgsp-introduce {
    padding-top: 100px;
  }

  .tgsp-ban-text1,
  .tgsp-ban-text1 span {
    font-size: 42px;
  }
  .tgsp-ban-text2 {
    font-size: 18px;
  }
  .tgsp-ban-logo {
    padding: 30px 0;
  }
  .tgsp-ban-logo a {
    width: 20%;
    margin-right: 20px;
  }
  .tgsp-ban-logo img {
    width: 100%;
    margin-right: 0;
  }
  .tgsp-banItem {
    width: 110px;
    padding-right: 30px;
  }
  .tgsp-banItem img {
    width: 60px;
  }
  .tgsp-banItem-title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tgsp-banItem-text {
    font-size: 14px;
  }
  .tgsp-ban-pdf {
    padding-top: 5px;
  }
  .tgsp-seaBox,
  .tgsp-seaSub,
  .tgsp-seaAnchor {
    line-height: 50px;
  }
  .tgsp-seaSub,
  .tgsp-seaAnchor {
    font-size: 16px;
  }
  .tgsp-seaAnchor:hover {
    font-size: 16px;
  }
  .tgsp-intItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    padding: 25px;
  }
  .tgsp-intItem:nth-child(2n) {
    margin-bottom: 0;
  }
  .tgsp-intTitle span {
    font-size: 22px;
  }
  .tgsp-intTitle img {
    width: 80px;
  }
  .tgsp-intText {
    min-height: initial;
    padding-top: 25px;
    font-size: 14px;
  }
  .tgsp-expItem {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .tgsp-expItem:nth-child(3n) {
    margin-right: 0;
  }
  .tgsp-imItem {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tgsp-text1 {
    font-size: 24px;
  }
  .tgsp-banner,
  .tgsp-introduce,
  .tgsp-expert,
  .tgsp-important {
    padding: 40px 0;
  }
  .tgsp-banner {
    padding-bottom: 55px;
  }
  .tgsp-introduce {
    padding-top: 100px;
  }
  .tgsp-ban-text1,
  .tgsp-ban-text1 span {
    font-size: 24px;
  }
  .tgsp-ban-text2 {
    font-size: 12px;
  }
  .tgsp-ban-logo {
    padding: 20px 0;
  }
  .tgsp-ban-logo a {
    width: 18%;
    margin-right: 10px;
  }
  .tgsp-banItem img {
    width: 40px;
  }
  .tgsp-banItem-title {
    font-size: 16px;
  }
  .tgsp-banItem {
    width: 100px;
    padding-right: 10px;
  }
  .tgsp-intTitle span {
    font-size: 18px;
  }
  .tgsp-expItem {
    width: 49%;
  }
  .tgsp-expItem:nth-child(3n) {
    margin-right: 2%;
  }
  .tgsp-expItem:nth-child(2n) {
    margin-right: 0;
  }
  .tgsp-expName {
    font-size: 16px;
  }
  .tgsp-ban-pdf span {
    font-size: 14px;
  }

  .tgsp-seaList {
    width: 120px;
  }
  .tgsp-sea-toggle {
    width: calc(100% - 120px);
  }
  .tgsp-seaBox {
    line-height: 36px;
  }
  .tgsp-seaB {
    position: relative;
  }
  .tgsp-seaInput {
    width: 100%;
  }
  .tgsp-seaBtn {
    /* display: none; */
    position: absolute;
    width: 100%;
    top: 120%;
    left: 0;
  }
  .tgsp-seaAnchor,
  .tgsp-seaSub {
    line-height: 40px;
  }
  .tgsp-seali .tgsp-seali-text,
  .tgsp-seast li {
    font-size: 14px;
  }
  .tgsp-seaInput input::-webkit-input-placeholder {
    font-size: 14px !important;
  }
  .tgsp-seaInput input::-moz-placeholder {
    font-size: 14px !important;
  }
  .tgsp-seaInput input:-ms-input-placeholder {
    font-size: 14px !important;
  }
  .tgsp-banItem:nth-child(1) .tgsp-banItem-text,
  .tgsp-banItem:nth-child(2) .tgsp-banItem-text {
    width: 100%;
  }
  .tgsp-imRiTe {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .tgsp-ban-text1,
  .tgsp-ban-text1 span {
    font-size: 18px;
  }
  .tgsp-banItem {
    width: 70px;
    padding-right: 8px;
  }
  .tgsp-banItem-text {
    font-size: 12px;
  }
  .tgsp-banItem-title {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .tgsp-expItem {
    padding: 10px;
  }
  .tgsp-imRi {
    width: calc(100% - 110px);
    padding: 5px 10px;
  }
  .tgsp-imRiTi {
    font-size: 14px;
  }
  .tgsp-imRiTe {
    padding-top: 8px;
  }
  .tgsp-imLe {
    width: 110px;
    min-height: 200px;
  }
  .tgsp-impImgText {
    top: 30%;
    font-size: 16px;
  }
  .tgsp-imLe img {
    display: none;
  }
  .tgsp-imLe img.tgsp-imLe-img {
    display: block;
  }
}

.tgsp-banner2 {
  width: 100%;
  position: relative;
}
.tgsp-banner2-swiper {
  width: 100%;
}
.tgsp-banner2-swiper img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.tgsp-banner2 .tgsp-ban-pdf {
  position: absolute;
  bottom: 60px;
  z-index: 9;
  display: block;
}
.tgsp-banner2 .tgsp-ban-pdf .tgsp-w {
  text-align: right;
}
.tgsp-banner2 .tgsp-ban-pdf .tgsp-w span {
  display: inline-block;
}
.tgsp-banner2 .tgsp-ban-pdf .tgsp-w a {
  font-size: 16px;
  cursor: pointer;
  /*display: inline-block;*/
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1400px) {
  .tgsp-banner2 .tgsp-ban-pdf .tgsp-w {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1040px) {
  .tgsp-banner2 .tgsp-ban-pdf .tgsp-w a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .tgsp-banner2 .tgsp-ban-pdf {
    bottom: 8px;
  }
  .tgsp-banner2 .tgsp-ban-pdf .tgsp-w a {
    font-size: 12px;
  }
  .tgsp-banner2 .tgsp-ban-pdf .tgsp-w span img {
    width: 20px;
    height: 20px;
  }
  .tgsp-search {
    background-color: #f5f6ff;
  }
  .tgsp-seaBox {
    top: 0;
    position: initial;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}

.tgsp-banner2 .tgsp-banner2-swiper {
  overflow: hidden !important;
}

/* 页面适配 start */
