@charset "UTF-8";
/*
 * description: 首页
 * autor: lyaohui
 * date: 2022-05-20
 */
.header-nav-node {
  color: #fff;
}

.header-nav-item.current .header-nav-node {
  font-weight: normal;
  color: #1664ff;
}

/* 横幅轮播 */
.banner {
  position: relative;
  padding-top: 89px;
  height: 544px;
  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: 46px;
}

.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;
}

/* 登录和注册 */
.register {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.register .container {
  position: relative;
}

.register-box {
  position: absolute;
  z-index: 2;
  top: 154px;
  right: 0;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 28px 40px 0;
  width: 257px;
  height: 406px;
  background: rgba(255, 255, 255, 0.3);
}

.register-jump {
  display: block;
  position: relative;
  margin-top: 17px;
  border-radius: 5px;
  padding: 38px 0 0 28px;
  width: 230px;
  height: 71px;
  line-height: 39px;
  font-weight: 600;
  font-size: 18px;
  color: #181818;
  background: url("../images/register_jump.jpg") center no-repeat;
}

.register-jump:nth-child(1) .register-icon:before {
  background-image: url("../images/login_icon1.png");
}

.register-jump:nth-child(2) .register-icon:before {
  background-image: url("../images/login_icon2.png");
}

.register-jump:nth-child(3) .register-icon:before {
  background-image: url("../images/login_icon3.png");
}

.register-jump:first-child {
  margin-top: 0;
}

.register-jump:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  border: 1px solid #4a87ff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

.register-icon {
  position: relative;
  width: 76px;
  height: 53px;
  background: url("../images/login_icon.png") center no-repeat;
}

.register-icon:before {
  content: '';
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 31px;
  background-position: top;
  background-repeat: no-repeat;
}

.register-name {
  margin-left: 14px;
}

.register-bottom {
  margin-top: 11px;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
}

.register-bottom a {
  color: #4a87ff;
}

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

.trade-title {
  margin-top: 36px;
  height: 37px;
  line-height: 37px;
  font-weight: 600;
  font-size: 20px;
  color: #181818;
}

.trade-hd1 {
  margin-top: 23px;
  padding-top: 23px;
  width: 239px;
  height: 138px;
  line-height: 34px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #181818;
  text-indent: 10px;
  letter-spacing: 10px;
  background-color: #f5f5f5;
  background-position: center 66px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.trade-hd1:nth-child(1) {
  background-image: url("../images/tab_icon1.png");
}

.trade-hd1:nth-child(2) {
  background-image: url("../images/tab_icon2.png");
}

.trade-hd1:nth-child(3) {
  background-image: url("../images/tab_icon3.png");
}

.trade-hd1:nth-child(4) {
  background-image: url("../images/tab_icon4.png");
}

.trade-hd1:nth-child(5) {
  background-image: url("../images/tab_icon5.png");
}

.trade-hd1.current {
  margin-top: 0;
  padding-top: 45px;
  width: 244px;
  height: 161px;
  color: #fff;
  background-color: #4a87ff;
  background-position: center 88px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.trade-second {
  margin-top: 34px;
}

.trade-left {
  width: 224px;
}

.trade-hd2 {
  position: relative;
  margin-top: 8px;
  padding-top: 38px;
  height: 66px;
  line-height: 27px;
  text-align: center;
  font-size: 18px;
  color: #181818;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.trade-hd2 a{
  
  color: #181818;
 
}


.trade-hd2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #4a87ff;
}

.trade-hd2:first-child {
  margin-top: 0;
}

.trade-hd2.current {
  color: #fff;
  background: url("../images/tab2_bg.png") bottom no-repeat #4a87ff;
}

.trade-hd2.current a{
  color: #fff;
  background: url("../images/tab2_bg.png") bottom no-repeat #4a87ff;
}

.trade-content2 {
  width: 954px;
}

.trade .align-l {
  text-align: l;
}

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

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

.trade table td {
  height: 39px;
  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 td:nth-child(3), .trade table td:nth-child(4) {
  color: #999;
}

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

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

/* 企业简介 */
.company {
  margin: 28px 0;
  background: url("../images/company_bg.png") center 4px no-repeat, url("../images/company_bg.png") center 504px no-repeat;
}

.company-title {
  margin-top: 39px;
  height: 37px;
  line-height: 37px;
  font-weight: 600;
  font-size: 20px;
  color: #181818;
}

.company-left {
  position: relative;
  padding: 36px 28px 35px 0;
  width: 599px;
  height: 462px;
}

.company-left:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 444px;
  height: 100%;
  background: #4a87ff;
}

.company-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.company-txt {
  margin-top: 49px;
  width: 544px;
  max-height: 435px;
  line-height: 34px;
  font-size: 16px;
  color: #181818;
  text-indent: 32px;
  overflow: auto;
}

.bottom {
  padding-bottom: 46px;
}

/* 行业资讯 */
.information {
  width: 702px;
}

.information-hd {
  border-bottom: 1px solid rgba(22, 100, 255, 0.2);
  height: 55px;
  line-height: 55px;
  font-weight: 600;
  font-size: 20px;
  color: #181818;
}

.information-tt {
  position: relative;
}

.information-tt:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #4a87ff;
}

.information-more {
  padding-right: 16px;
  font-size: 16px;
  color: #4a87ff;
  background: url("../images/information_more.png") 39px center no-repeat;
}

.information-content {
  margin-top: 22px;
}

.information-list {
  width: 387px;
  height: 231px;
  overflow: auto;
}

.information-li {
  position: relative;
  margin-bottom: 11.5px;
  border-bottom: 1px dashed #cfd4d8;
  padding-bottom: 16px;
}

.information-li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.information-li:hover .information-para1 a {
  color: #4a87ff;
}

.information-date {
  border-radius: 5px;
  border: 1px solid #e9f1ff;
  padding-top: 10px;
  width: 56px;
  height: 46px;
  background: #f1f6ff;
}

.information-day, .information-month {
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 16px;
  color: #4a87ff;
}

.information-month {
  margin-top: 8px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  font-size: 14px;
  color: #4a87ff;
}

.information-details {
  width: 307px;
}

.information-para1 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.information-para1 a {
  color: #1f2329;
}

.information-para2 {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #999;
}

.information .swiper-container {
  border-radius: 2px;
  width: 296px;
  height: 231px;
}

.information .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 85px 0 18px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

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

.guide-list {
  margin-top: 15px;
  height: 238px;
  overflow: auto;
}

.guide-li {
  height: 34px;
  line-height: 34px;
}

.guide-li:hover .guide-txt,
.guide-li:hover .guide-date {
  color: #4a87ff;
}

.guide-txt {
  position: relative;
  padding-left: 14px;
  width: 286px;
  font-size: 16px;
  color: #1f2329;
}

.guide-txt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #1f2329;
}

.guide-date {
  font-size: 14px;
  color: #999;
}


.jumpDetail{
	cursor: pointer;
}