@charset "UTF-8";
/*
 * description: 首页
 * autor: qianyuitng
 * date: 2022-05-16
 */
body {
  background: url("../images/index_bg.png") center calc(100% - 158px) no-repeat;
  background-size: 100% auto;
}

/* 横幅轮播 */
.banner {
  position: relative;
  height: 622px;
  z-index: 1;
}

.banner .swiper-container {
  height: 100%;
}

.banner .swiper-slide {
  height: 100%;
}

.banner-box {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.banner-img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 95px;
}

.banner .swiper-pagination-bullet {
  width: 68px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
  vertical-align: bottom;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* 标题title */
.title {
  position: relative;
  height: 65px;
  line-height: 65px;
  text-align: center;
}

.title:after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: "";
  width: 54px;
  height: 2px;
  margin-left: -27px;
  background-color: #1F96F8;
}

.title-cn {
  font-size: 32px;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 3px;
  z-index: 2;
}

.title-en {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 42px;
  opacity: 0.1;
  z-index: 1;
}

/* 登录和注册 */
.login-register {
  position: relative;
  height: 180px;
  margin-top: -60px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.login-list {
  width: 75%;
  height: 100%;
}

.login-item {
  position: relative;
  width: 33.33%;
  height: 100%;
}

.login-item:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 64px;
  margin-top: -32px;
  border-right: 1px dashed #1F96F8;
}

.login-card {
  display: block;
  height: 100%;
  padding-top: 33px;
  color: #333;
  box-sizing: border-box;
  text-align: center;
}

.login-card:hover {
  color: #1F96F8;
}

.login-logo {
  display: block;
  height: 64px;
  max-width: 100%;
  margin: 0 auto 12px;
}

.login-name {
  line-height: 30px;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.register-wrap {
  width: 25%;
  padding-top: 20px;
}

.btn {
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 15px;
  color: #1F96F8;
  font-size: 18px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #C3E7FB;
  border-radius: 30px;
  background: #E0F4FF;
  background: linear-gradient(to bottom, #E0F4FF, #fff);
  background: -moz-linear-gradient(top, #E0F4FF, #fff);
  text-align: center;
}

.btn:last-child {
  margin-bottom: 0;
}

.btn:hover {
  border-color: #1677FF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  background: #E9F3FF;
  background: linear-gradient(to bottom, #E9F3FF, #fff);
  background: -moz-linear-gradient(top, #E9F3FF, #fff);
}

.register-btn-txt {
  display: inline-block;
  max-width: 100%;
  padding-left: 46px;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn.register-btn .register-btn-txt {
  background: url("../images/register_ico.png") left center no-repeat;
}

.btn.register-guide-btn .register-btn-txt {
  background: url("../images/register_guide_ico.png") left center no-repeat;
}

/* 交易信息 */
.trade {
  margin-top: 24px;
}

.trade .title {
  margin-bottom: 24px;
}

.trade-cont {
  height: 470px;
  overflow: hidden;
}

.tab-hd {
  width: 143px;
}

.tab-hdl {
  position: relative;
  height: 90px;
  line-height: 90px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #7E95B0;
  background: #E5EBFA;
  background: linear-gradient(to left, #E5EBFA, #EFF3F8);
  background: -moz-linear-gradient(right, #E5EBFA, #EFF3F8);
}

.tab-hdl:last-child {
  margin-bottom: 0;
}

.hdl-txt {
  display: block;
  padding: 0 10px 0 65px;
  color: #7E95B0;
  background-position: 25px center;
  background-repeat: no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tab-hdl.icon-engineering .hdl-txt {
  background-image: url("../images/tab_icon1.png");
}

.tab-hdl.icon-goods .hdl-txt {
  background-image: url("../images/tab_icon2.png");
}

.tab-hdl.icon-service .hdl-txt {
  background-image: url("../images/tab_icon3.png");
}

.tab-hdl.icon-shop .hdl-txt {
  background-image: url("../images/tab_icon4.png");
  background-position-x: 30px;
}

.tab-hdl.icon-other .hdl-txt {
  background-image: url("../images/tab_icon5.png");
  background-position-x: 30px;
}

.tab-hdl.current {
  color: #fff;
  background: #80AFF4;
  background: linear-gradient(to left, #80AFF4, #417BDA);
  background: -moz-linear-gradient(right, #80AFF4, #417BDA);
}

.tab-hdl.current:after {
  position: absolute;
  left: 100%;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-top: -9px;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #80AFF4;
}

.tab-hdl.current .hdl-txt {
  color: #fff;
}

.tab-bd {
  width: calc(100% - 166px);
}

.sub-tab-hd {
  height: 38px;
  line-height: 38px;
  margin-bottom: 22px;
  background-color: #E7EEFF;
  border-radius: 19px;
  overflow: hidden;
}

.sub-tab-hdl {
  margin-right: 20px;
  font-size: 18px;
  color: #60AEFF;
  border-radius: 19px;
}

.sub-tab-hdl:last-child {
  margin-right: 0;
}

.sub-hdl-txt {
  display: block;
  padding: 0 30px;
  color: #60AEFF;
}

.sub-tab-hdl.current {
  background-color: #82B2F6;
  color: #fff;
}

.sub-tab-hdl.current .sub-hdl-txt {
  color: #fff;
}

.trade table {
  width: 100%;
  table-layout: fixed;
}

.trade table thead {
  margin-bottom: 6px;
}

.trade table th {
  height: 34px;
  padding: 0 10px;
  font-size: 16px;
  color: #7E95B0;
  background-color: #E7EDFA;
  border: 1px solid #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.trade table td {
  height: 36px;
  font-size: 16px;
  padding: 0 10px;
  border-bottom: 1px dashed #B2C8FF;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.trade table td.align-l {
  text-align: left;
}

.trade table tr:hover td {
  color: #1F96F8;
}

/* 图片链接 */
.img-link {
  display: block;
  margin-top: 40px;
}

.img-link img {
  display: block;
  width: 100%;
}

/* 列表 */
.news-item {
  line-height: 36px;
  margin-bottom: 5px;
  font-size: 15px;
  padding-left: 18px;
  background: url("../images/news_ico.png") left center no-repeat;
}

.news-item :last-child {
  margin-bottom: 0;
}

.news-txt {
  position: relative;
  display: block;
  padding-right: 120px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-time {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 120px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-item:hover .news-txt,
.news-item:hover .news-time {
  color: #1F96F8;
}

/* 行业咨讯 */
.industry {
  width: 700px;
}

.module-tit {
  height: 46px;
  line-height: 45px;
  border-bottom: 1px solid rgba(22, 119, 255, 0.2);
  box-sizing: border-box;
}

.module-tit-txt {
  display: inline-block;
  height: 46px;
  line-height: 42px;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 4px solid #1F96F8;
  vertical-align: top;
  box-sizing: border-box;
}

.module-tit-icon {
  display: inline-block;
  margin: -3px 5px 0 0;
  vertical-align: middle;
}

.more {
  padding-right: 22px;
  color: #1F96F8;
  font-weight: 600;
  background: url("../images/more_ico.png") right center no-repeat;
}

.module-bd {
  min-height: 246px;
  margin-top: 22px;
}

.industry .news-list {
  width: 385px;
}

.industry .swiper-container {
  width: 296px;
  height: 238px;
}

.industry .swiper-slide {
  height: 100%;
}

.industry-box {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.industry-img {
  display: block;
  width: 100%;
  height: 100%;
}

.industry-img-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 65px 0 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.industry .swiper-pagination {
  right: 12px;
  left: auto;
  bottom: 0;
  width: auto;
  line-height: 38px;
  color: #fff;
}

/* 办事指南 */
.guide {
  width: 465px;
}

/* 友情链接 */
.friend {
  position: relative;
  height: 335px;
  padding-top: 33px;
  box-sizing: border-box;
  z-index: 1;
}

.friend .title {
  margin-bottom: 30px;
}

.friend-bd {
  position: relative;
}

.friend .swiper-slide {
  font-size: 0;
  -webkit-text-size-adjust: none;
  text-align: center;
}

.friend .swiper-button-prev,
.friend .swiper-button-next {
  width: 56px;
  height: 56px;
  margin-top: -28px;
  background-size: 100% 100%;
}

.friend .swiper-button-prev {
  right: 100%;
  left: auto;
  margin-right: 20px;
  background-image: url("../images/swiper_prev.png");
}

.friend .swiper-button-prev:hover {
  background-image: url("../images/swiper_prev_hover.png");
}

.friend .swiper-button-next {
  left: 100%;
  right: auto;
  margin-left: 20px;
  background-image: url("../images/swiper_next.png");
}

.friend .swiper-button-next:hover {
  background-image: url("../images/swiper_next_hover.png");
}

.friend .swiper-button-next.swiper-button-disabled,
.friend .swiper-button-prev.swiper-button-disabled {
  opacity: 0.65;
}

.friend-box {
  display: block;
  height: 156px;
  line-height: 156px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(226, 230, 238, 0.55);
  border: 1px solid #fff;
  font-size: 0;
  -webkit-text-size-adjust: none;
  text-align: center;
}

.friend-box:hover {
  border-color: #1F96F8;
}

.friend-logo {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

@media (max-width: 1460px) {
  .friend .swiper-button-prev {
    margin-right: 10px;
  }
  .friend .swiper-button-next {
    margin-left: 10px;
  }
}

@media (max-width: 1333px) {
  .friend .friend-bd {
    padding: 0 60px;
  }
  .friend .swiper-button-prev {
    right: auto;
    left: 0;
    margin-right: 0;
  }
  .friend .swiper-button-next {
    right: 0;
    left: auto;
    margin-left: 0;
  }
}


.jumpDetail{
	cursor: pointer;
}