html {
  background-color: #f5f5f5;
}
.wrapper {
  width: 100%;
}
.wrapper .banner,
.wrapper .bottom-banner {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  min-width: 1200px;
}
.wrapper .banner img,
.wrapper .bottom-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper .bottom-banner {
  height: 224px;
}
.container {
  padding: 0;
  background-color: #f5f5f5;
  overflow: hidden;
}
.container .item {
  width: 100%;
  background-color: #eaf0fa;
  margin: 0;
}
.container .item .item-title {
  padding: 60px 0 50px 0;
}
.container .item .swiper-slide .slide-content {
  padding: 0 calc(50% - 600px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
.container .item .swiper-slide .slide-content .companys-show {
  width: 360px;
  height: 200px;
  box-sizing: border-box;
  transition: all 0.8s;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.container .item .swiper-slide .slide-content .companys-show:hover {
  box-shadow: 0px 4px 50px 50px rgba(220, 226, 238, 0.4);
}
.container .item .swiper-slide .slide-content .companys-show .companys-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.container .item .swiper-slide .slide-content .companys-show .companys-back img {
  width: 100%;
}
.container .item .swiper-slide .slide-content .companys-show .companys-name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #fff;
  padding: 5px 10px;
  background: #2878ff;
  margin: 1px 1px 0 2px;
  z-index: 20;
  position: inherit;
}
.container .item .swiper-slide .slide-content .companys-show .companys-addr {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #666;
  position: relative;
  padding-left: 35px;
  margin: 135px 1px 1px;
  background: #ffffff80;
  height: 32px;
  line-height: 32px;
}
.container .item .swiper-slide .slide-content .companys-show .companys-addr::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 12px;
  top: 6px;
  background: url(../../img/overseas/ad.png) no-repeat;
}
.container .item .swiper-slide .slide-content-second {
  padding: 0 calc(50% - 600px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.container .item .swiper-slide .slide-content-second .companys-list {
  width: 380px;
  height: 348px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.8s;
  /*cursor: pointer;*/
}
.container .item .swiper-slide .slide-content-second .companys-list:hover {
  box-shadow: 0px 4px 50px 50px rgba(220, 226, 238, 0.4);
}
.container .item .swiper-slide .slide-content-second .companys-list .companys-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.container .item .swiper-slide .slide-content-second .companys-list .companys-img img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
.container .item .swiper-slide .slide-content-second .companys-list:hover .companys-img img {
  scale: 1.1;
}
.container .item .swiper-slide .slide-content-second .companys-list .companys-desc .companys-name {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 15px;
}
.container .item .swiper-slide .slide-content-second .companys-list .companys-desc .companys-name .companys-n-name {
  max-width: 240px;
  word-wrap: break-word;
  word-break: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #333333;
}
.container .item .swiper-slide .slide-content-second .companys-list .companys-desc .companys-name .companys-n-type-org,
.container .item .swiper-slide .slide-content-second .companys-list .companys-desc .companys-name .companys-n-type-gre {
  width: 85px;
  height: 24px;
}
.container .item .swiper-slide .slide-content-second .companys-list .companys-desc .companys-name .companys-n-type-org {
  background: url(../../img/overseas/sf.png) no-repeat;
}
.container .item .swiper-slide .slide-content-second .companys-list .companys-desc .companys-name .companys-n-type-gre {
  background: url(../../img/overseas/sd.png) no-repeat;
}
.container .item .swiper-slide .slide-content-second .companys-list .companys-desc .companys-info {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #333333;
  margin-left: 15px;
}
.container .item .swiper-container {
  background: transparent;
}
.container .item .swiper-button-left {
  width: 60px;
  height: 60px;
  background: url(../../img/overseas/turn-left.png) no-repeat;
  background-size: 60px 60px;
  left: 120px;
}
.container .item .swiper-button-right {
  width: 60px;
  height: 60px;
  background: url(../../img/overseas/turn-right.png) no-repeat;
  background-size: 60px 60px;
  right: 120px;
}
.container .item-first {
  background: #eaf0fa;
  padding-bottom: 20px;
}
.container .item-first .home-banner {
  height: 530px;
}
.container .item-second {
  background: #cbdffa;
}
.container .item-second .home-banner {
  height: 440px;
}
.container .item-third {
  background: #f5f5f5;
  padding-bottom: 80px;
}
.container .item-third .third-content {
  padding: 0 calc(50% - 600px);
  font-size: 14px;
}
.container .item-third .third-content .export-ul-header {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #d9e8ff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #6a95d3;
}
.container .item-third .third-content .export-content {
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
  background: #fff;
  /* 隐藏 IE、Edge 和 Firefox 的滚动条 */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* 隐藏 Chrome、Safari 和 Opera 的滚动条 */
}
.container .item-third .third-content .export-content::-webkit-scrollbar {
  display: none;
}
.container .item-third .third-content .export-content ul li {
  height: 46px;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
}
.container .item-third .third-content .export-content ul li:hover {
  background: #ebf6fe;
}
.container .item-third .third-content .sort {
  text-align: center;
  width: 160px;
}
.container .item-third .third-content .brand {
  width: 420px;
  text-align: center;
}
.container .item-third .third-content .name {
  width: 500px;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}

.container .item-third .third-content .logo {
  width: 100px;
  height: 100%;
  text-align: center;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .item-third .third-content .logo img {
  width: 20px;
}

.container .home-banner-box .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 20px;
}
.container .swiper-pagination-bullet-active {
  background: #0256ff;
  width: 36px;
  height: 6px;
  border-radius: 20px;
}
.container .swiper-pagination {
  left: 50%;
  width: 1200px;
  margin-left: -622px;
  text-align: center;
  bottom: 20px;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}
.mask .mask-content {
  position: absolute;
  width: 870px;
  height: 360px;
  left: 50%;
  top: 50%;
  transform: translate(-385px, -200px);
}
.mask .mask-content .close {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 0;
  margin-bottom: 6px;
  transform: translateX(850px);
  cursor: pointer;
}
.mask .mask-content .close img {
  width: 20px;
  height: 20px;
  margin: 3px;
}
.mask .mask-content .infos {
  padding: 40px 30px;
  background-color: #fff;
}
.mask .mask-content .infos .title {
  font-size: 26px;
  color: #333;
  font-weight: 500;
  margin-bottom: 30px;
}
.mask .mask-content .infos .description {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.mask .mask-content .infos .description .des-inf {
  width: 530px;
  margin-right: 20px;
  font-size: 15px;
  color: #333;
}
.mask .mask-content .infos .description .des-img {
  width: 280px;
}
.mask .mask-content .infos .description .des-img img {
  width: 100%;
}

/*分页统一样式*/
.pagination {
  height: 32px;
  font-size: 14px;
  color: #666;
  line-height: 32px;
  text-align: center;
}
.pagination .total {
  margin-right: 10px;
}
.pagination .sel {
  width: 115px;
  height: 32px;
  border: 1px solid #dcdfe6;
  padding: 0 10px;
  margin-top: -3px;
  border-radius: 4px;
  background: #fff;
  color: #666;
}
.pagination .page {
  display: inline-block;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  color: #666;
  margin: 0 1px;
  border-radius: 4px;
}
.pagination .page:hover {
  background: #0256ff;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.pagination .page.active {
  background: #0256ff;
  color: #fff;
}
.pagination .go {
  margin-left: 15px;
}
.pagination .go input {
  width: 40px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.pagination .btn {
  width: 62px;
  height: 32px;
  border: none;
  border-radius: 4px;
  background: #0256ff;
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
}

.tr-mrg-top {
  margin: 40px 0 40px;
}
