.topbar {
  min-width: 1200px;
  background-color: #F6F6F6;
}
.top-white-wrap {
  min-width: 1200px;
  background-color: #fff;
}
.topbar-cont {
  width: 1200px;
  height: 36px;
  margin: auto;
}

.topbar-cont a {
  color: #454545;
  font-size: 12px;
}
.topbar-cont a:hover {
  color: #FF4800;
  text-decoration: underline;
}
.notice-icon {
  float: left;
  width: 24px;
  height: 24px;
  margin-top: 6px;
}
.notice-wrap {
  float: left;
  max-width: 690px;
  height: 36px;
  margin-left: 6px;
  overflow: hidden;
}
.notice-wrap li {
  height: 36px;
}
.notice-wrap li a {
  display: inline-block;
  height: 100%;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.website-topinfo {
  float: right;
}
.website-topinfo a {
  float: left;
  margin-left: 20px;
  line-height: 36px;
}
.header-kefu {
  position: relative;
  float: left;
  margin-left: 20px;
  color: #454545;
  font-size: 12px;
  line-height: 36px;
  cursor: default;
}
.header-kefu:hover .header-kefu-sub {
  display: block;
}
.header-kefu-sub {
  display: none;
  position: absolute;
  top: 36px;
  left: 50%;
  padding: 2px 4px 10px;
  background-color: #fff;
  border: 1px solid #E6E7E8;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transform: translateX(-50%);
}
.header-kefu-sub-item {
  width: 92px;
  height: 30px;
  margin-top: 8px;
  color: #454545;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.header-kefu-sub-item:hover {
  color: #FF4800;
  background-color: #FFF5F1;
}
.top-center {
  width: 1200px;
  height: 100px;
  margin: auto;
}
.website-logo {
  float: left;
  width: 420px;
  height: 52px;
  margin-top: 30px;
}
.website-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.top-search {
  float: right;
  width: 693px;
}

.search-section {
  padding-top: 20px;
  overflow: hidden;
}

.search-bar {
  float: left;
  width: 400px;
  height: 40px;
}
.search-bar input {
  box-sizing: border-box;
  float: left;
  width: 324px;
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 36px;
  border: 2px solid #FF4800;
  border-radius: 2px 0 0 2px;
  outline: none;
}
.search-bar span {
  float: left;
  width: 76px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background-color: #FF4800;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  user-select: none;
}
.search-bar span:hover {
  opacity: 0.9;
}
.top-phone {
  float: left;
  width: 32px;
  height: 32px;
  margin-left: 30px;
  margin-top: 5px;
}
.customer-service {
  float: right;
  width: 221px;
  margin-top: 4px;
}
.customer-service span {
  color: #808285;
  font-size: 12px;
}
.customer-service p {
  color: #006441;
}
.customer-service p b {
  font-weight: bold;
  font-size: 14px;
}

.hot-search {
  height: 36px;
  font-size: 0;
  line-height: 36px;
}
.hot-search span {
  margin-right: -12px;
  color: #808285;
  font-size: 14px;
}
.hot-search a {
  margin-left: 12px;
  color: #FF4800;
  font-size: 14px;
}
.hot-search a:hover {
  text-decoration: underline;
}

.nav-bar {
  width: 1200px;
  height: 52px;
  margin: auto;
}
.nav-bar-item {
  position: relative;
  float: left;
  height: 100%;
  margin-left: 52px;
  color: #454545;
  font-weight: bold;
  font-size: 18px;
  line-height: 51px;
  cursor: pointer;
}

.nav-bar-item a {
  color: #454545;
}
.nav-bar-item:first-child {
  margin-left: 0;
}
.nav-bar-item > a {
  display: block;
  height: 100%;
  color: #454545;
}
.nav-bar-item:hover > a, .nav-bar-active > a {
  color: #FF4800;
  text-decoration: none;
}
.nav-bar-active {
  cursor: default;
}
.nav-bar-active > a {
  cursor: default;
}
.nav-bar-item:hover::after, .nav-bar-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #FF4800;
}

/* ----- 子菜单 ----- */
.nav-subpanel-one, .nav-subpanel-two {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 9999;
  padding: 40px 50px 30px 0;
  font-size: 0;
  white-space: nowrap;
  background: #FFFFFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  cursor: default;
  transform: scale(0);
  transform-origin: left top;
  transition: transform linear 200ms;
}
.nav-subpanel-one a, .nav-subpanel-two a {
  display: block;
  margin-bottom: 10px;
  color: #454545;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.17px;
  line-height: 18px;
  white-space: nowrap;
}

.nav-subpanel-one a:hover, .nav-subpanel-two a:hover {
  color: #FF4800;
  text-decoration: underline;
  cursor: pointer;
}

.nav-subpanel-item {
  display: inline-block;
  margin-left: 50px;
  vertical-align: top;
}
.nav-subpanel-item span, .nav-subpanel-item .nav-subpanel-title {
  display: block;
  margin-bottom: 6px;
  color: #454545;
  font-weight: bold;
  font-size: 18px;
  line-height: 51px;
  letter-spacing: 0.24px;
}
.nav-subpanel-item-new {
  display: inline-block;
  width: 34px;
  height: 16px;
  vertical-align: middle;
}

.nav-subpanel-two {
  padding: 40px 40px 30px;
}

.nav-bar-item:hover .nav-subpanel-one, .nav-bar-item:hover .nav-subpanel-two {
  transform: scale(1);
}

.bank-financial-licensing {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.bank-financial-licensing-main {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 800px;
  height: 600px;
  margin: auto;
  color: #454545;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  border-radius: 16px;
}
.financial-licensing-cont {
  box-sizing: border-box;
  width: 800px;
  height: 470px;
  margin: auto;
  padding: 0 80px;
  overflow-x: hidden;
  overflow-y: auto;
}
.financial-licensing-cont p {
  font-weight: normal;
}
.financial-licensing-cont b {
  font-weight: bold;
}
.licensing-close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.financial-licensing-title {
  box-sizing: border-box;
  height: 100px;
  padding-top: 40px;
  color: #1A1F36;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.licensing-pic {
  display: block;
  width: 600px;
  height: 522px;
  margin: 30px auto 0;
}
.licensing-pic img {
  display: block;
  width: 740px;
  height: 522px;
  margin-left: -70px;
}

.licensing-nav-tabs {
  list-style: none;
  margin: 0;
  padding: 16px 0 0 40px;
  height: 80px;
  box-sizing: border-box;
  background-color: #E6E7E8;
  border-radius: 16px 16px 0px 0px;
}

.licensing-nav-tabs li {
  float: left;
  margin: 0;
  padding: 0;
  width: 350px;
  height: 64px;
  line-height: 64px;
  text-align: center;

  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #454545;
  font-weight: 600;

  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 16px 16px 0px 0px;
}

.licensing-nav-tabs li.active {
  color: #FF4800;
  background-color: #FFF;
}

.financial-licensing-cont p:first-child {
  margin: 40px 0 19px 0;
}