html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  font-family: source-han-sans-traditional, sans-serif !important;
}

body,
html {
  font-family: source-han-sans-traditional, sans-serif !important;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
}
body,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
p,
span,
table,
td,
tr,
ul {
  margin: 0;
  padding: 0;
  border: none;
}
button {
  border: none;
  outline: 0;
  background: 0 0;
}
table,
td,
tr {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  background: 0 0;
  border: none;
  outline: 0;
}
em {
  font-style: normal;
}
.dn {
  display: none;
}
.style_red {
  color: #ee3f2a !important;
}
.style_green {
  color: #0d942e !important;
}
.type_area {
  width: 1200px;
  margin: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.nav_active a {
  color: #e8810d !important;
  font-weight: 700;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.nav {
  width: 100%;
  position: relative;
  height: 95px;
  border-bottom: 1px solid #ddd;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10000;
}
.nav_inner {
  width: 1290px;
  height: 93px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.nav_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.nav_logo img {
  width: auto;
  height: 70px;
}

.nav_logo img.en_logo {
  height: 50px;
}

.nav_menu {
  height: 95px;
  flex-grow: 1;
}

.nav_menu > ul {
  display: flex;
  justify-content: center;
}

.nav_menu > ul > li {
  width: 110px;
  height: 44px;
  line-height: 33px;
  font-size: 16px;
  color: #e8810d;
  letter-spacing: 1.78px;
  padding-left: 10px;
  margin-top: 30px;
  margin-right: 10px;
  box-sizing: border-box;
}

.nav_menu > ul > li:first-child {
  width: 70px;
}

.nav_menu li a {
  color: #474747;
  display: block;
  width: max-content;
}
.nav_menu li:hover a {
  font-size: 16px;
  color: #e8810d;
  font-weight: 700;
}
.nav_menu li img {
  margin-left: 7px;
  vertical-align: middle;
}
.fund_supermarket {
  position: relative;
}
.fund_supermarket:hover {
  background: #54301a;
  color: #fff;
}
.nav_menu .fund_supermarket:hover a {
  color: #fff;
}
.fund_supermarket:hover .hide_nav {
  display: block;
}
.fund_supermarket .hide_nav {
  width: 149px;
  height: 430px;
  background: #54301a;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 110;
  display: none;
}
.hide_nav li {
  padding-left: 10px;
  height: 44px;
  line-height: 44px;
  letter-spacing: 1.78px;
  background: url(/images/topnav_fundssupermarket_icon_more@3x.png) no-repeat
    115px center;
  background-size: 8px 8px;
  cursor: pointer;
  font-size: 14px;
  color: #fff6ed;
  letter-spacing: 1px;
}
.hide_nav li:hover {
  background: #e8810d url(/images/topnav_fundssupermarket_icon_more@3x.png)
    no-repeat 115px center;
  background-size: 8px 8px;
}
.hide_nav li:nth-child(1):hover .hide_nav_right {
  display: block;
}
.hide_nav li:nth-child(2):hover .hide_nav_right {
  display: block;
}
.hide_nav li:nth-child(3):hover .hide_nav_right {
  display: block;
}
.hide_nav li:nth-child(4):hover .hide_nav_right {
  display: block;
}
.hide_nav li:nth-child(5):hover .hide_nav_right {
  display: block;
}
.hide_nav li:nth-child(6):hover .hide_nav_right {
  display: block;
}
.hide_nav li:nth-child(7):hover .hide_nav_right {
  display: block;
}
.hide_nav li:nth-child(8):hover .hide_nav_right {
  display: block;
}
.hide_nav li:nth-child(9):hover .hide_nav_right {
  display: block;
}
.hide_nav li:nth-child(10):hover .hide_nav_right {
  display: block;
}
.hide_nav_right {
  min-width: 510px;
  min-height: 450px;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 149px;
  top: -1px;
  /* overflow: hidden; */
  border: 1px solid #b4b4b4;
  display: none;
  transition: all 0.5s;
}
.hide_nav_right .line_top {
  overflow: auto;
  border-bottom: 1px solid #eee;
  display: flex;
}
.line_top_item {
  float: left;
  margin-right: 30px;
}
.item_title {
  color: #3c3d41;
  font-size: 14px;
  height: 12px;
  line-height: 14px;
}
.item_title img {
  vertical-align: middle;
}
.item_desc {
  color: #919191;
  font-size: 12px;
  line-height: 26px;
  margin: 2px 0 4px;
}
.item_count {
  color: #b4b4b4;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 20px;
}
.item_count span {
  color: #e8810d;
  font-size: 14px;
  margin-right: 4px;
}
.line_btm {
  margin-top: 20px;
  display: flex;
}
.only_btm {
  margin-top: 0;
}
.line_btm_item {
  color: #474747;
  margin-right: 25px;
}
.line_btm_item:last-child {
  margin-right: 0;
}
.line_btm_item strong {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.line_btm_item strong {
  color: #474747;
}
.line_btm_item strong:hover {
  color: #e8810d;
}
.loginnav {
  height: 55px;
  width: 100%;
  background-color: #595959;
  z-index: 10001;
  position: relative;
}
.loginnav_inner {
  width: 1366px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.loginnav_left {
  width: 370px;
  height: 100%;
  background-color: #333;
  line-height: 55px;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
.login_no span {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.84px;
}
.login_down_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.login_down_icon img {
  width: 16px;
  height: 16px;
  transition: all 0.5s linear;
}
.login_no button {
  width: 110px;
  height: 29px;
  border: 1px solid #e8810d;
  border-radius: 2px;
  color: #8c8c8c;
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  margin-left: 20px;
  cursor: pointer;
}
.login_no .kaihu button {
  width: 50px;
  height: 29px;
  border: 1px solid #e8810d;
  border-radius: 2px;
  color: #8c8c8c;
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  margin-left: 20px;
  cursor: pointer;
}
.login_no button span {
  font-size: 14px;
  color: #e8820e;
}
.login_yes {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.84px;
}
.login_yes_btn {
  width: 167px;
  height: 55px;
  font-weight: 400;
  color: #fff;
  line-height: 55px;
  float: left;
}
.header_loggedin {
  width: 8px;
  height: 8px;
  margin: 2px;
}
.quit_login {
  cursor: pointer;
  font-size: 14px;
  width: 77px;
  height: 29px;
  border-radius: 2px;
  border: 1px solid #e8810d;
  color: #e8810d;
  float: left;
  line-height: 29px;
  margin: 13px 0;
  text-align: center;
}
.loginnav_right {
  padding-left: 70px;
}
.loginnav_getinfo {
  width: 262px;
  height: 26px;
  line-height: 30px;
  background: #fff;
  border-radius: 100px;
  float: left;
  position: relative;
  margin-top: 14px;
  overflow: hidden;
}
.loginnav_right input::-webkit-input-placeholder {
  color: #b6b6b6;
}
.loginnav_right input:first-child {
  width: 239px;
  height: 26px;
  padding: 0 30px 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #474747;
  letter-spacing: -0.34px;
  float: left;
}
.loginnav_right input::-webkit-input-placeholder {
  opacity: 0.5;
  font-size: 12px;
  color: #6d6d6d;
  letter-spacing: -0.29px;
}
.loginnav_getinfo img {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.login_nav_right {
  float: left;
  margin-left: 15px;
}
.login_nav_right > li {
  padding: 0 15px;
  line-height: 55px;
  font-size: 12px;
  letter-spacing: 0.56px;
  float: left;
  position: relative;
}
.login_nav_right_item a {
  color: #b4b4b4;
  min-height: 20px;
  transition: all 0.3s;
  display: block;
}
.login_nav_right_item:hover > a {
  color: #fff;
}
.loginnav_right .loginnav_ico > a {
  padding-left: 27px;
  background: url(/images/header_topnav_icon_customerservice_normal.png)
    no-repeat left center;
}
.loginnav_right .loginnav_ico:hover > a {
  background: url(/images/header_topnav_icon_customerservice_hover.png)
    no-repeat left center;
}
.loginnav_right .phone_ico > a {
  padding-left: 27px;
  background: url(/images/header_topnav_icon_mobilebanking_normal.png) no-repeat
    left center;
}
.loginnav_right .phone_ico:hover > a {
  background: url(/images/header_topnav_icon_mobilebanking_hover.png) no-repeat
    left center;
}
.loginnav_right .phone_ico:hover .phone_area {
  display: block;
}
.phone_ico {
  position: relative;
}
.phone_area {
  width: 76px;
  height: 68px;
  position: absolute;
  left: 15px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(89, 89, 89, 0.38);
  top: 55px;
  display: none;
  transition: all 0.5s;
}
.phone_area li {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  letter-spacing: 0.65px;
  text-align: center;
}
.phone_area li a {
  color: #474747;
}
.phone_area li:hover a {
  color: #e8810d;
}

.phone_area .wechat_item {
  position: relative;
}

.phone_area .wechat_item .qrcode_wrapper {
  display: none;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  left: 76px;
  top: 0;
  border-radius: 5px;
}

.phone_area .wechat_item .qrcode_wrapper img {
  width: 100px;
  display: block;
}

.phone_area .wechat_item:hover .qrcode_wrapper {
  display: block;
}

.login_model {
  width: 437px;
  position: absolute;
  top: 55px;
  left: 120px;
  z-index: 999999;
  background: #333;
}
.login_top {
  height: 331px;
  padding: 30px 30px 0 27px;
  box-sizing: border-box;
}
.id_card {
  position: relative;
}
.id_card,
.login_code,
.login_password {
  height: 46px;
  border-radius: 2px;
  position: relative;
  background: #1f1f1f url(/images/header_combo_icon_username_normal.png)
    no-repeat 13px center;
}
.id_card input,
.login_code input,
.login_password input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 35px 0 57px;
  line-height: 46px;
  font-size: 16px;
  color: #bebebe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pickers_slect {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.icon_keyboard_box {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 98;
}
.keybord {
  position: absolute;
  top: 45px;
  left: -310px;
  width: 380px;
  height: 116px;
  background: #595959;
  padding: 9px 20px 10px;
  box-sizing: border-box;
}
.detail_keybord {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 9px;
  right: 20px;
}
.keybord_key {
  margin-top: 9px;
  overflow: hidden;
}
.keybord_key button {
  margin-top: 16px;
}
.keybord_key button {
  float: left;
  width: 28px;
  height: 28px;
  background: #fff;
  font-size: 16px;
  color: #474747;
  line-height: 28px;
  margin-right: 24px;
}
.keybord_key .del {
  width: 80px;
  height: 28px;
  background: #fff;
}
.keybord_key .space {
  width: 80px;
  height: 28px;
  background: #fff;
  margin-right: 0;
}
.keybord_key .seven {
  margin-right: 0;
}
.icon_keyboard,
.icon_pickers {
  width: 10px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}
.id_kind {
  width: 100%;
  height: 432px;
  background: #595959;
  position: absolute;
  z-index: 99;
}
.id_kind li {
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  padding-left: 57px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.74px;
}
.id_kind li:hover {
  background: #3b3b3b;
  color: #e8810d;
}
.login_password {
  background: #1f1f1f url(/images/header_combo_icon_password_normal.png)
    no-repeat 13px center;
  margin: 20px 0;
  position: relative;
}
.login_password input {
  padding: 0 45px 0 57px;
  background: rgba(0, 0, 0, 0);
  border: none;
}
.icon_keyboard {
  width: 20px;
  height: 12px;
  margin: 18px 20px;
}
.login_code {
  background: #1f1f1f url(/images/header_combo_icon_verificationcode_normal.png)
    no-repeat 13px center;
}
.login_code input {
  padding: 0 100px 0 57px;
}
.code_watch {
  width: 96px;
  height: 46px;
  background: url(/images/header_combo_bg_verificationcode.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #d0cac6;
}
.model_btn {
  height: 36px;
  margin: 40px 0 8px 0;
}
.login_btn,
.sign_btn {
  width: 183px;
  height: 36px;
  float: left;
  background: #e8810d;
  border-radius: 2px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.65px;
  cursor: pointer;
}
.sign_btn {
  border: 1px solid #e8810d;
  background: 0 0;
  float: right;
  font-size: 14px;
  color: #e8810d;
  letter-spacing: 0.75px;
}
.model_small_btn {
  height: 19px;
  line-height: 19px;
}
.model_small_btn div {
  float: left;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.65px;
}
.forget_password {
  margin-right: 23px;
}
.model_small_btn div:hover {
  color: #e8810d;
  cursor: pointer;
}
.small_line {
  width: 1px;
  height: 12px;
  opacity: 0.3;
  margin: 4px 0;
  background: #fff;
}
.first_login {
  margin: 0 34px 0 31px;
}
.account {
  margin-left: 33px;
}
.login_error {
  padding-left: 14px;
  position: absolute;
  height: 20px;
  font-size: 14px;
  color: #d64040;
  letter-spacing: 0.65px;
  margin: 5px 0 15px 0;
}
.error_img {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #fff;
  background: #d64040;
  float: left;
  line-height: 13px;
  text-align: center;
  margin: 3px 10px 0 0;
}
.login_orgin {
  padding-right: 35px;
  height: 55px;
  font-size: 13.6px;
  color: #000;
  letter-spacing: 0.52px;
  line-height: 14px;
  color: #fff;
  text-align: right;
  line-height: 55px;
  cursor: pointer;
  background: #1f1f1f url(/images/header_combo_icon_institution_more.png)
    no-repeat 408px center;
}
.login_orgin span {
  font-size: 10.4px;
}
.login_success {
  padding: 26px 34px 31px 30px;
  box-sizing: border-box;
  height: 368px;
}
.my_assets {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.93px;
}
.cny,
.us {
  margin-top: 22px;
  text-align: center;
}
.cny > p,
.us p {
  padding-left: 35px;
  background: url(/images/header_combo_icon_dollar.png) no-repeat 75px center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.74px;
}
.cny div,
.us div {
  margin-top: 7px;
  font-size: 20px;
  color: #e8810d;
  letter-spacing: 0.43px;
}
.cny > div,
.us > div {
  height: 26px;
  overflow: hidden;
  color: #e8810d;
}
.cny_btm,
.us_btm {
  padding-left: 21px;
  height: 40px;
  margin-top: 34px;
  border-bottom: 2px solid #919191;
}
.cny_left,
.cny_right,
.us_left,
.us_right {
  width: 170px;
  height: 19px;
  float: left;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.65px;
  overflow: hidden;
  position: relative;
}
.cny_left span,
.cny_right span,
.us_left span,
.us_right span {
  float: left;
}
.cny_left ul,
.cny_right ul,
.us_left ul,
.us_right ul {
  position: relative;
  float: left;
  color: #e8810d;
  letter-spacing: 0.3px;
  margin-left: 4px;
}
.cny_left ul li,
.cny_right ul li,
.us_left ul li,
.us_right ul li {
  height: 19px;
}
.cny_right,
.us_right {
  margin-left: 5px;
}
.success_bd {
  padding-top: 13px;
}
.us_btm {
  border: none;
}
.search_list {
  width: 100%;
  height: 10000%;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 10000000;
  background: rgba(0, 0, 0, 0.5);
}
.search_inner {
  width: 885px;
  height: 680px;
  background: url(/images/search_bg.png) no-repeat;
  position: absolute;
  top: -48px;
  left: 50%;
  margin-left: -466px;
  padding: 77px;
  box-sizing: border-box;
}
.search_result_font {
  font-size: 12px;
  color: #919191;
}
.search_product {
  height: 240px;
  border-bottom: 1px solid rgba(145, 145, 145, 0.3);
}
.s_p_t {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.s_p_t h6 {
  color: #474747;
  float: left;
}
.s_p_t h6 span {
  color: #e8810d;
}
.s_p_t a {
  color: #474747;
  float: right;
  padding-right: 12px;
  cursor: pointer;
  background: url(/images/companyinformation_icon_more_normal.png) no-repeat
    right center;
}
.s_p_t a:hover {
  color: #e8810d;
  background: url(/images/companyinformation_icon_more_selected.png) no-repeat
    right center;
}
.s_p_list {
  width: 120%;
  height: 225px;
  margin-top: 10px;
}
.s_p_list li {
  width: 230px;
  float: left;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  transition: all 0.5s;
}
.s_p_list li:hover {
  transform: translateY(-6px);
}
.s_p_hd {
  box-shadow: 7px -1px 8px 0 rgba(144, 135, 126, 0.09);
  border-radius: 2px;
  background: #fff;
  height: 128px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.s_p_title {
  text-align: center;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #474747;
  line-height: 20px;
  margin-bottom: 16px;
}
.s_p_hd_buy {
  font-size: 12px;
  color: #393939;
  padding-left: 17px;
  margin-top: 9px;
  background: url(/images/topnav_fundssupermarket_icon_hot.gif) no-repeat left
    center;
}
.nowatch {
  padding-left: 0 !important;
  background: 0 0 !important;
}
.s_p_hd_buy span {
  color: #e8810d;
}
.s_p_hd_heart {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.s_p_hd_heart img {
  width: 20px;
  height: 20px;
}
.s_p_bd {
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}
.s_p_hd_head {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  float: left;
}
.s_p_bd p {
  float: left;
  font-size: 14px;
  color: #393939;
  margin-left: 10px;
}
.s_p_bd p span:nth-of-type(2) {
  font-size: 12px;
}
.s_p_bd p span em {
  color: #e8810d;
}
.search_news {
  height: 205px;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s_n_list {
  width: 120%;
  height: 175px;
  margin-top: 10px;
}
.s_n_list li {
  width: 230px;
  height: 175px;
  float: left;
  background: #fff;
  box-shadow: 7px -1px 8px 0 rgba(144, 135, 126, 0.09);
  border-radius: 2px;
  margin-right: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
}
.s_n_list li:hover {
  transform: translateY(-6px);
}
.s_n_list li:hover p {
  color: #e8810d;
}
.s_n_hd {
  width: 100%;
  font-size: 14px;
  color: #474747;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.s_n_bd {
  width: 100%;
  max-height: 108px;
  font-size: 12px;
  color: #919191;
  line-height: 18px;
  overflow: hidden;
  word-wrap: break-word;
}
.search_none {
  width: 791px;
  height: 352px;
  background: url(/images/search_none.png) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -395px;
  padding: 30px 35px;
  box-sizing: border-box;
}
.s_none_hd {
  width: 100%;
  overflow: hidden;
  margin-left: 210px;
  margin-top: 47px;
  margin-bottom: 50px;
}
.n_hd_logo {
  width: 36px;
  height: 36px;
  border: 2px solid #cea879;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  color: #cea879;
  float: left;
  text-align: center;
  line-height: 36px;
}
.n_hd_tips {
  height: 36px;
  font-size: 20px;
  color: #474747;
  line-height: 36px;
  float: left;
  margin-left: 20px;
}
.n_hd_tips span {
  color: #ee3f2a;
}
.s_none_bd {
  width: 100%;
  height: 159px;
}
.n_bd_title {
  height: 21px;
  font-size: 16px;
  color: #474747;
  line-height: 21px;
  margin-bottom: 10px;
}
.n_bd_list {
  width: 120%;
}
.n_bd_list li {
  float: left;
  width: 227px;
  height: 128px;
  background: #fff;
  box-shadow: 7px -1px 8px 0 rgba(144, 135, 126, 0.09);
  border-radius: 2px;
  margin-right: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
}
.bd_collect {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 16px;
  height: 16px;
}
.bd_collect img {
  width: 16px;
  height: 16px;
}
.bd_l_title {
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #474747;
  line-height: 20px;
  text-align: center;
  margin-bottom: 16px;
}
.bd_none_center {
  overflow: hidden;
  border-bottom: 1px solid #f8f8f8;
}
.bd_l_left,
.bd_l_right {
  width: 90px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
.bd_l_left span,
.bd_l_right span {
  display: block;
  height: 16px;
  font-size: 12px;
  color: #919191;
  line-height: 16px;
  margin-bottom: 1px;
}
.bd_l_left span:nth-child(1),
.bd_l_right span:nth-child(1) {
  height: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #ee3f2a;
  line-height: 17px;
}
.bd_l_info {
  width: 100%;
  height: 16px;
  background: url(/images/topnav_fundssupermarket_icon_hot.gif) no-repeat left
    center;
  font-size: 12px;
  color: #393939;
  line-height: 16px;
  padding-left: 22px;
  margin-top: 10px;
}
.l_info_box span {
  color: #e8810d;
  font-weight: 700;
}
.footer {
  border-top: 1px solid #ddd;
}
.footer_hd {
  height: 305px;
}
.footer_hd_inner {
  width: 946px;
  padding-top: 30px;
  margin: 0 auto;
  overflow: hidden;
}
.footer_hd_inner ul {
  float: left;
  margin-right: 98px;
}
.footer_hd_inner ul li:first-child a {
  font-size: 20px;
  color: #919191;
  height: 42px;
  letter-spacing: -0.48px;
}
.footer_hd_inner ul li:first-child {
  font-size: 20px;
  color: #919191;
  height: 42px;
  letter-spacing: -0.48px;
}
.footer_hd_inner ul li {
  font-size: 14px;
  color: #b4b4b4;
  letter-spacing: -0.34px;
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
}
.footer_hd_inner ul:nth-child(4) {
  margin-right: 66px;
}
.footer_hd_inner ul li a {
  font-size: 14px;
  color: #b4b4b4;
  letter-spacing: -0.34px;
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
}
.footer_hd_inner ul li a:hover {
  color: #e8810d;
}
.footer_hd_inner ul li:nth-child(1):hover {
  color: #919191;
}
.footer_hd_inner .specific {
  margin: 0;
}
.footer_hd_inner ul .specific_item:hover {
  color: #b4b4b4;
}
.footer_hd_inner .specific_item div {
  width: 100px;
  height: 126px;
  text-align: center;
  float: left;
}
.footer_hd_inner .specific_item .wechat_code {
  margin-right: 20px;
}

.wechat_code img {
  height: 100px;
}

.app_code img {
  height: 100px;
}

.footer_hd_inner li button {
  width: 216px;
  height: 38px;
  line-height: 38px;
  background: #e8810d;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.39px;
  margin-top: 24px;
}
.footer_hd_inner li button img {
  width: 16px;
  height: 16px;
}
.footer_bd {
  background: #333;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}

.footer_bd img {
  height: 60px;
  margin-bottom: 20px;
}

.footer_bd p {
  text-align: center;
  font-size: 12px;
  color: #cea879;
  letter-spacing: 0.7px;
  line-height: 19px;
}
.footer_bd p a {
  color: #cea879;
}
.footer_bd p a:hover {
  color: #e8810d;
}

.footer_ft {
  overflow: hidden;
  background: #e7e7e7;
  text-align: center;
  padding: 10px 0;
}

.footer_ft img {
  height: 28px;
}

.global-toolbar {
  width: 40px;
  height: 204px;
  position: absolute;
  right: 23px;
  top: 218px;
  z-index: 999;
}
.st_bar {
  width: 40px;
  height: 40px;
  margin-bottom: 1px;
  position: relative;
  transition: all 0.5s;
}
.st_bar:nth-child(1) {
  background: url(/images/floatingwindow_customerservice_normal.png) no-repeat;
}
.st_bar:nth-child(2) {
  background: url(/images/floatingwindow_calculator_normal.png) no-repeat;
}
.st_bar:nth-child(3) {
  background: url(/images/floatingwindow_qrcode_normal.png) no-repeat;
}
.st_bar:nth-child(4) {
  background: url(/images/floatingwindow_investoreducation_normal.png) no-repeat;
}
.st_bar:nth-child(5) {
  background: url(/images/floatingwindow_top_normal.png) no-repeat;
}
.st_bar:nth-child(1):hover {
  background: url(/images/floatingwindow_customerservice_hover.png) no-repeat;
}
.st_bar:nth-child(2):hover {
  background: url(/images/floatingwindow_calculator_hover.png) no-repeat;
}
.st_bar:nth-child(3):hover {
  background: url(/images/floatingwindow_qrcode_hover.png) no-repeat;
}
.st_bar:nth-child(4):hover {
  background: url(/images/floatingwindow_investoreducation_hover.png) no-repeat;
}
.st_bar:nth-child(5):hover {
  background: url(/images/floatingwindow_top_hover.png) no-repeat;
}
.img_hover {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.bar_phone {
  width: 0;
  height: 149px;
  background-color: #fff;
  position: absolute;
  top: -50px;
  right: 40px;
  opacity: 0;
  overflow: hidden;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  transition: all 0.3s ease-out;
}
.bar_phone > div {
  position: absolute;
  top: 20px;
  width: 80px;
  overflow: hidden;
}
.bar_phone_right {
  right: 20px;
}
.bar_phone_left {
  left: 20px;
}
.bar_phone > div > img {
  width: 80px;
  height: 80px;
}
.bar_phone > div > p {
  text-align: center;
  font-size: 14px;
  color: #474747;
}
.st_bar:hover .bar_phone {
  width: 230px;
  opacity: 1;
}
.back_ding {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.browser {
  display: none;
  position: fixed;
  z-index: +99999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.browser_layer {
  width: 898px;
  height: 553px;
  margin: 115px auto 0;
  background: #fff;
  position: relative;
}
.b_l_top {
  position: relative;
  width: 898px;
  height: 240px;
  top: -10px;
  overflow: hidden;
  background: url(/images/popover_bg.png) no-repeat center;
}
.close_browsere {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.b_l_top h4 {
  width: 404px;
  height: 80px;
  font-size: 26px;
  font-weight: 400;
  color: #54301a;
  line-height: 40px;
  margin: 42px 0 0 77px;
}
.b_l_top h4 strong {
  font-weight: 600;
}
.b_l_btm {
  margin-top: -10px;
  overflow: hidden;
}
.b_l_list {
  overflow: hidden;
}
.b_l_recommend {
  float: left;
  width: 145px;
  margin-left: 60px;
  margin-top: -15px;
}
.b_l_recommend img {
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
}
.b_l_recommend p {
  width: 145px;
  height: 26px;
  font-size: 20px;
  font-weight: 700;
  color: #474747;
  line-height: 26px;
  margin-top: -12px;
}
.b_l_goole,
.b_l_ie {
  float: left;
  margin-left: 90px;
  margin-right: 70px;
  height: 80px;
  margin-top: 6px;
}
.b_l_goole .goole_right,
.b_l_goole img,
.b_l_ie .ie_right,
.b_l_ie img {
  float: left;
}
.goole_right,
.ie_right {
  margin-left: 10px;
}
.b_l_ie {
  margin-right: 0;
  margin-left: 0;
}
.goole_right p,
.ie_right p {
  width: 80px;
  height: 21px;
  font-size: 16px;
  color: #474747;
  line-height: 21px;
  margin-top: 6px;
  margin-bottom: 12px;
}
.goole_right button,
.ie_right button {
  width: 110px;
  height: 36px;
  background: #e8810d;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
}
.b_l_line {
  width: 758px;
  height: 1px;
  background: #fb8e40;
  opacity: 0.2;
  margin: 45px auto;
}
.b_l_phone {
  margin-top: -19px;
  float: left;
  margin-left: 52px;
  margin-right: 78px;
}
.b_l_phone img {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  display: block;
}
.b_l_phone p {
  width: 161px;
  height: 26px;
  font-size: 20px;
  font-weight: 700;
  color: #474747;
  line-height: 26px;
  margin-top: -10px;
}
.b_l_estand {
  margin-right: 106px;
}
.b_l_estand,
.b_l_phonecode,
.phonecode_right,
.stand_right {
  float: left;
}
.b_l_estand img,
.b_l_phonecode img {
  float: left;
  margin-right: 9px;
}
.phonecode_right p,
.stand_right p {
  margin-top: 17px;
  margin-bottom: 10px;
}
.phonecode_right span,
.stand_right span {
  height: 19px;
  font-size: 14px;
  color: #919191;
  line-height: 19px;
  display: block;
}
.dz_bg {
  position: absolute;
  width: 106px;
  height: 106px;
  right: 0;
  bottom: 31px;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
* {
  font-family: source-han-sans-traditional, sans-serif !important;
}

#fhbhead tbody::-webkit-scrollbar {
  width: 0 !important;
}
/*IE 10+*/
#fhbhead tbody {
  -ms-overflow-style: none;
}
/*Firefox*/
#fhbhead tbody {
  overflow: -moz-scrollbars-none;
}