/* 顶部状态栏 */
.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;
}

.website-top-product {
  float: left;
}

.website-top-product a {
  float: left;
  margin-right: 20px;
  line-height: 36px;
}

.header-dropdown {
  position: relative;
  float: left;
  margin-right: 20px;
  color: #454545;
  font-size: 12px;
  line-height: 36px;
  cursor: default;
}

.header-dropdown:hover {
  cursor: pointer;
  color: #FF4800;
}

.header-dropdown:hover .header-dropdown-sub {
  transform: scale(1);
}

.header-dropdown:hover .header-dropdown-sub a {
  font-size: 14px;
  line-height: 44px;
  text-decoration-line: none;
  display: block;
  float: none;
  margin: 0;
}

.header-dropdown-sub {

  position: absolute;
  top: 36px;
  left: 0%;
  padding: 2px 4px 10px;
  background-color: #fff;
  border: 1px solid #E6E7E8;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  z-index: 999999;
  transform: scale(0);
}

.header-dropdown-sub.business {
  display: flex;
  justify-content: space-evenly;
  width: 500px;
  padding: 15px;
}

.header-dropdown-sub.yzt {
  display: block;
  width: 150px;
  padding: 20px;
}

.header-dropdown-sub .business_title {
  font-size: 16px;
  color: #FF4800;
  font-weight: bold;
}

.header-dropdown-sub .invest {
  width: 50%;
}

.header-dropdown:hover .header-dropdown-sub .invest a {
  width: 49%;
  float: left;
  margin: 0;
}

.website-topinfo {
  float: right;
}

.website-topinfo a {
  float: left;
  margin-left: 20px;
  line-height: 36px;
}

/* 中部搜索 */
.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: 80px;
  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-sub {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 9999;
  padding: 20px 20px 10px;
  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-sub 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-sub 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-bar-item:hover .nav-subpanel-sub {
  transform: scale(1);
}