body.new-layout {
  padding-top: 0;
}
.header-ads-wrapper {
  
}
.header-ads-wrapper.mt0 {
  margin-top: 0;
}
.fn-header-block {
  height: 0;
}
.fn-header-block.active {
  height: 60px;
}
.fn-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  z-index: 9999;
  padding-top: 35px;
}
.fn-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
}
.fn-header.fixed .fn-header-right-top {
  padding-top: 18px;
  padding-bottom:18px !important;
}
.fn-header .wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fn-header-left {
  display: flex;
  align-items: center;
      margin-bottom: 5px;
}

.fn-header.fixed .fn-logo
{
	height:57px;
}

.fn-header.fixed .fn-header-left
{
	margin-bottom:0px;
}

.fn-logo {
  display: block;
  height: 70px;
  overflow: hidden;
}
.fn-logo img {
  display: block;
  width: auto;
  height: 100%;
}
.fn-nav {
  flex: 1;
  display: flex;
  align-items: center;
}
.fn-nav > li {
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fn-nav > li:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #000000;
  top: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fn-nav > li.has-children.active:before {
  opacity: 1;
}
.fn-nav > li > a {
  color: #000000;
  font-size: 16px;
  position: relative;
}
.fn-nav > li.has-children:after {
  margin-left: 5px;
  background-color: #000;
  background-size: 100%;
  content: " ";
  display: block;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBmaWxsLW9wYWNpdHk9IjAiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0iYXJjcyI+PHBhdGggZD0iTTkgMThsNi02LTYtNiIvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBmaWxsLW9wYWNpdHk9IjAiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0iYXJjcyI+PHBhdGggZD0iTTkgMThsNi02LTYtNiIvPjwvc3ZnPg==);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  pointer-events: none;
  transform: rotate(90deg);
  width: 14px;
  height: 8px;
}
.fn-nav > li + li {
  margin-left: 40px;
}
.fn-nav > li.has-children.active > .sub-nav-menu {
  opacity: 1;
  pointer-events: all;
}
.sub-nav-menu {
  display: flex;
  position: absolute;
  z-index: 100;
  left: 0;
  top: calc(100% + 10px);
  background: #000000;
  box-shadow: 6px 10px 30px 0px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 15px 30px;
  flex-wrap: wrap;
  align-content: flex-start;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sub-nav-menu:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10px;
}
.sub-nav-menu li {
  height: 45px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
}
.sub-nav-menu li:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.sub-nav-menu li a {
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sub-nav-menu li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.fn-sub-white1,
.fn-sub1 {
  width: 1021px;
}
.fn-sub1 > li {
  flex: 0 0 auto;
  margin-right: 30px;
}
.fn-sub1 > li:nth-child(1) {
  flex: 0 1 100%;
  margin-right: 0;
}
.fn-sub-white2 {
  width: 900px;
}
.fn-sub2 {
  width: 865px;
}
.fn-sub2 > li {
  flex: 0 0 50%;
}
.fn-sub2 > li:nth-child(1) {
  flex: 0 0 100%;
}
.fn-sub-white3,
.fn-sub3 {
  width: 747px;
}
.fn-sub3 > li {
  flex: 0 0 33%;
}
.fn-sub3 > li:nth-child(1) {
  flex: 0 0 100%;
}
.fn-sub-white4,
.fn-sub4 {
  width: 494px;
}
.fn-sub-white5
{
	width: 525px;
}
.fn-sub4 > li {
  flex: 0 0 25%;
}
.fn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
}
.fn-icon img {
  display: block;
  width: 50%;
  height: auto;
}
.fn-icon.wb
{
  width: 45px;
  z-index: 99;
}
.fn-icon.wx {
  width: 45px;
  z-index: 999;
}
.zazhi {
  border: 1px solid #fff;
  padding: 5px;
  background-color: #fff;
  color: #151515 !important;
  margin-bottom: 10px;
  border-radius: 3px;
}
.fn-icon .fn-wx-qr {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fn-icon:hover .fn-wx-qr {
  opacity: 1;
  pointer-events: all;
}
.fn-icon .fn-wx-qr img {
  display: block;
  width: 100%;
  height: 100%;
}
.fn-app {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  pointer-events: all;
  margin-left: 100px;
}
.fn-app.hide {
  opacity: 0;
  pointer-events: none;
}
.fn-app .span {
  width: 180px;
  height: 42px;
  background: #EC412E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.fn-app i {
  display: block;
  width: 12px;
  height: 14px;
  background: url("../image/fn-download-w.svg") no-repeat center center / contain;
  margin-right: 10px;
}
.fn-app:hover .fn-qr-code {
  opacity: 1;
  pointer-events: all;
}
.fn-qr-code {
  width: 120px;
  height: 120px;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -60px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  z-index: 5;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.fn-qr-code:after {
  content: '';
  background-image: url(../image/h-san.png);
  background-image: -webkit-image-set(url(../image/h-san.png) 1x, url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/web/images/h-san@2x.png) 2x);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 18px;
  height: 6px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: 100%;
}
.fn-qr-code > img {
  display: block;
  width: 100%;
  height: 100%;
}
.fn-search-form {
  position: relative;
}
.fn-submit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border: none;
  background: none;
  display: none;
}
.fn-input {
  opacity: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  border-bottom: 2px solid #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.fn-header.fixed .fn-header-right-bot
{
	display:none;
}

.fn-input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
  border: none;
  padding-left: 26px;
  font-size: 12px;
  color: #000000;
  padding-right: 110px;
}
.fn-input:after {
  content: '';
  background: url("../image/fn-search.svg") no-repeat center center / contain;
  width: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fn-submit-show {
  display: flex;
  align-items: center;
  width: 107px;
  height: 42px;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.fn-submit-show span {
  color: #000000;
  font-size: 16px;
}
.fn-submit-show i {
  background: url("../image/fn-search.svg") no-repeat center center / contain;
  width: 12px;
  height: 14px;
  display: block;
  margin-right: 8px;
}
.fn-search-form.show .fn-submit {
  display: block;
}
.fn-search-form.show .fn-input {
  opacity: 1;
  width: 312px;
}
.fn-search-form.show .fn-input:after {
  opacity: 1;
}
.socialtxt {
  flex: 0 0 100% !important;
  padding-left: 0px !important;
  padding-top: 20px;
}
.socialtxt:after {
  width: 0px !important;
}
.socialspan {
  padding-left: 0px !important;
}
.socialspan:after {
  width: 0px !important;
}
.sub-nav-menu.white {
  background: #000000;
  top: calc(100% + 10px);
  display: block;
}
.sub-nav-menu.white:after {
  height: 12px;
}
.sub-nav-menu.white li a {
  color: #ffffff;
}
.sub-nav-menu.white li:after {
  /*background: rgba(0, 0, 0, 0.4);*/
}
.sub-nav-menu {
  display: block;
}
.fn-sub1 .sub-nav-menu-row li + li {
  margin-left: 40px;
}
.sub-nav-menu-row {
  display: flex;
  align-items: center;
}
.sub-nav-menu-row + .sub-nav-menu-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fn-header-right-top .sub-nav-menu-row + .sub-nav-menu-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sub-nav-menu-row li + li {
  margin-left: 5%;
}
.sub-nav-menu-row li a:hover {
  opacity: 0.8;
}
.sub-nav-menu li a {
  position: relative;
}
.sub-nav-menu.white:before {
  content: '';
  position: absolute;
  left: 50px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #000000;
  bottom: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sub-nav-menu li:hover .sub-nav-menu.white {
  opacity: 1;
  pointer-events: all;
}
.sub-nav-menu li:hover .sub-nav-menu.white:before {
  opacity: 1;
}
.fn-header-right {
  flex: 1;
  margin-left: 55px;
}
.fn-header-right-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.fn-header-right-bot {
  display: flex;
  align-items: center;
  height: 56px;
  justify-content: flex-start;
}
.fn-header-right-bot .fn-nav > li:before {
  display: none;
  border-bottom-color: #ffffff;
  z-index: 10;
}
.sub-nav-menu.white:before {
  z-index: 10;
}
.fn-nav > li.has-children.active > .sub-nav-menu:before {
  opacity: 1;
}
.sub-nav-menu.white:before {
  left: 25px;
}
.sub-nav-menu.white.fn-sub-white2:before {
  left: 10px;
}
.fn-header-right-bot .fn-nav > li > a {
  /*opacity: 0.5;
  font-size:14px;*/
}
.fn-header-right-bot .fn-nav > li.has-children:after {
  /*opacity: 0.5;*/
}
.fn-header-right-bot .right {
  display: flex;
  align-items: center;
}
.fn-header-right-bot .right .fn-nav {
  padding-left: 20px;
  border-left: 1px solid rgba(5, 5, 5, 0.1);
}
.fn-search-form {
  /*opacity: 0.5;*/
}
.fn-sub4 {
  padding: 0;
  width: 100%;
}
.fn-icon {
  margin: 0 auto;
}
.fn-sub4.sub-nav-menu.white:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
