.hf-page-title {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin: 40px 0;
}


.word-table {
	width: 100%;
	overflow: hidden;
}

.hf-left {
	flex: 0 0 520px;
}

.hf-right {
	margin-top: 40px;
	flex: 0 0 592px;
	width: 592px;
	background-color: #fff;
	position: relative;
	z-index: 10;
	padding-bottom: 110px;
	border-left: 1px solid rgba(3, 0, 1, .08);
	padding-left: 16px;
	padding-right: 16px;
}

td .suoshu
{
	color:#888;
	font-weight:normal;
	font-size:12px;
	padding-top:5px;
}

.hp-det-top .left .name-con span .suoshu
{
	font-size:16px;
	font-weight:normal;
	color:#888;
	line-height:1.6;
	padding-top:10px;
}

.hf-intro {
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	
	padding-bottom: 40px;
	padding-top: 40px;
	margin-bottom: 40px;
	position: relative;
}

.hf-intro:after {
	content: '';
	position: absolute;
	left: -40px;
	top: 0;
	bottom: 0;
	width: 1280px;
	background: rgba(0, 0, 0, .05);
	pointer-events: none;
}

 .hp-people-item {
            position: relative;
          }
.hp-people-item span {
            align-items: center;
            background-color: #000;
            color: #fff;
            display: flex;
            font-weight: 700;
            height: 2rem;
            justify-content: center;
            left: -0.5rem;
            position: absolute;
            top: -1rem;
            width: 2rem;
            z-index: 2;
}


.hf-content {
	display: flex;
	justify-content: space-between;
}

.hf-content .hf-left {
	text-align: justify;
	font-size: 16px;
	line-height: 28px;
	color: rgba(0, 0, 0, .6);
}

.hf-content .hf-left p {
	margin-bottom: 20px;
}

.hf-link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hf-link a {
	margin-right: 20px;
	margin-bottom: 20px;
	color: #ec412e;
	font-size: 18px;
	border-bottom: 1px solid #EC412E;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hf-link a:hover {
	opacity: .8;
}


.dataTables_wrapper {
	background-color: #fff;
}

.dataTables_length {
	color: #000000;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.dataTables_filter {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.dataTables_length select {
	background-image: url(../image/fn-new2-select.png);
	background-image: -webkit-image-set(url(../image/fn-new2-select.png) 1x, url(../images/fn-new2-select@2x.png) 2x);
	border-color: #F2F2F2;
	color: #000000;
	background-color: #fff;
	text-align: left;
	padding-left: 8px;
}

.dataTables_filter {
	color: #000000;
	background-color: #fff;
}

.dataTables_filter label {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.dataTables_filter label:after {
	content: '';
	width: 15px;
	height: 16px;
	background-image: url(../image/fn-new2-so.png);
	background-image: -webkit-image-set(url(../image/fn-new2-so.png) 1x, url(../images/fn-new2-so@2x.png) 2x);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	right: 9px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dataTables_filter input {
	color: #000000;
	display: block;
	height: 100%;
	width: 100%;
	text-align: right;
	padding-right: 30px;
}

.dataTables_filter input::-webkit-input-placeholder {
	color: #000;
}

.dataTables_filter input::-moz-placeholder {
	color: #000;
}

.dataTables_filter input:-moz-placeholder {
	color: #000;
}

.dataTables_filter input:-ms-input-placeholder {
	color: #000;
}

.word-table {
	border: none;
	border-bottom: 1px solid rgba(3, 0, 1, .08);
}

.wt-table tr:nth-child(even),
.wt-table tr,
.wt-table th {
	background: none;
}

.wt-table tr {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.wt-table td {
	height: 102px;
}

.wt-table tr:nth-child(1) td:first-child,
.wt-table tr:nth-child(2) td:first-child,
.wt-table tr:nth-child(3) td:first-child,
.wt-table tr td:first-child {
	position: relative;
	background: none;
}

.wt-table tr td:first-child:after {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	right: 0;
	background-color: #000;
	z-index: -1;
}

.wt-table tr:nth-child(1) td:first-child:after,
.wt-table tr:nth-child(2) td:first-child:after,
.wt-table tr:nth-child(3) td:first-child:after {
	background-color: #ec412e;
}

.wt-table tr td:first-child em {
	position: relative;
	z-index: 2;
}

.wt-table th {
	padding: 0;
}

.wt-table th:nth-child(2),
.wt-table td:nth-child(2) {
	text-align: left;
	padding-left: 30px;
}

.wt-table th,
.wt-table td {
	padding-left: 10px;
	text-align: left;
}

.wt-table td:nth-child(1) {
	text-align: center;
	padding-left: 0;
}

.wt-table th:last-child,
.wt-table td:last-child {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.wt-table th {
	height: 70px;
	padding-top: 15px;
	font-size: 13px;
	color: rgba(3, 4, 24, .5);
}

.wt-table th.sorting_asc span:after {
	background-image: url(../image/fn-new2-sort-up.png);
	background-image: -webkit-image-set(url(../image/fn-new2-sort-up.png) 1x, url(../images/fn-new2-sort-up@2x.png) 2x);
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
}

.wt-table th span:after {
	background-image: url(../image/fn-new2-sort.png);
	background-image: -webkit-image-set(url(../image/fn-new2-sort.png) 1x, url(../images/fn-new2-sort@2x.png) 2x);
	-webkit-background-size: contain;
	background-size: contain;
}

.wt-table th.sorting_desc span:after {
	background-image: url(../image/fn-new2-sort-down.png);
	background-image: -webkit-image-set(url(../image/fn-new2-sort-down.png) 1x, url(../images/fn-new2-sort-down@2x.png) 2x);
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
}

.dataTables_info {
	padding-left: 0;
	padding-right: 0;
}

.dataTables_paginate {
	padding-right: 0;
	padding-left: 0;
}

.dataTables_paginate a {
	color: #000000;
	background: none;
	border-left: 1px solid rgba(3, 0, 1, .1);
	height: 14px;
	line-height: 14px;
}

.dataTables_paginate a.current {
	background: none;
	color: #ec412e;
}

.dataTables_paginate a.disabled {
	color: rgba(0, 0, 0, .6);
	background: none;
}

.dataTables_info {
	padding: 15px 0;
}

.dataTables_paginate a.first {
	border-left: none;
}

.hf-bottom {
	display: flex;
	margin: 0 -40px 122px;
	padding: 40px;
	background: rgba(0, 0, 0, .05);
	justify-content: space-between;
}

.hf-b-link1 {
	flex: 0 0 431px;
	width: 431px;
}

.hf-b-link img {
	display: block;
}

.hf-b-link2 a {
	display: flex;
}

.hf-b-link2 .pic {
	flex: 0 0 220px;
	width: 220px;
}

.hf-b-link2 .txt {
	flex: 0 0 212px;
	width: 212px;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 0 25px;
}

.hf-b-link2 .txt .sub {
	color: #ec1c24;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hf-b-link2 .txt .tit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
}

.hf-b-link2 .txt .desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 13px;
	color: #000000;
	opacity: .6;
	line-height: 22px;
}

.hf-b-link3 {
	flex: 0 0 280px;
	width: 280px;
}


.swi-year {
	overflow: hidden;
}

.swi-year .swiper-slide {
	text-align: center;
}

.swi-year .swiper-slide a {
	font-size: 16px;
	color: #010101;
}

.swi-year .swiper-slide.on a {
	font-weight: bold;
	color: #000000;
}

.swi-year-wrap {
	padding: 20px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.swi-year-wrap .swiper-button-next,
.swi-year-wrap .swiper-button-prev {
	width: 10px;
	height: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.swi-year-wrap .swiper-button-next {
	right: 0;
	left: auto;
	background-image: url(../image/fn-new2-right.png);
	background-image: -webkit-image-set(url(../image/fn-new2-right.png) 1x, url(../images/fn-new2-right@2x.png) 2x);
}

.swi-year-wrap .swiper-button-prev {
	left: 0;
	right: auto;
	background-image: url(../image/fn-new2-left.png);
	background-image: -webkit-image-set(url(../image/fn-new2-left.png) 1x, url(../images/fn-new2-left@2x.png) 2x);
}

.swi-year-wrap .swiper-button-prev:after,
.swi-year-wrap .swiper-button-next:after {
	display: none;
}

.hp-top {
	margin: 0 -40px;
	padding: 40px;
	background: rgba(0, 0, 0, .05);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.hp-top .txt {
	flex: 1;
	margin-right: 96px;
}

.hp-top .txt .title {
	
	font-size: 20px;
	color: #000000;
}

.hp-top .txt .desc {
	font-size: 16px;
	color: rgba(0, 0, 0, .6);
	line-height: 28px;
	margin: 30px 0 60px;
}

.hp-top .txt .link {
	display: flex;
	align-items: center;
}

.hp-top .txt .link a {
	color: #ec412e;
	font-size: 18px;
	border-bottom: 1px solid #ec412e;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hp-top .txt .link a+a {
	margin-left: 30px;
}

.hp-top .txt .link a:hover {
	opacity: .8;
}

.hp-top .pic {
	flex: 0 0 434px;
	border: 10px solid #ffffff;
}

.hp-top .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hp-content {
	padding-bottom: 50px;
}

.hp-content .swi-year-wrap {
	padding: 60px 20px;
	border-bottom: none;
}


.hp-people-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -50px;
}

.hp-people-item {
	flex: 0 0 calc(25% - 50px);
	margin-right: 50px;
	margin-bottom: 50px;
}

.hp-people-item .pic {
	padding-top: 65.15%;
	position: relative;
	overflow: hidden;
}

.hp-people-item .pic img {
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.hp-people-item .pic:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.hp-people-item .txt {
	margin-top: 25px;
}

.hp-people-item .txt .name {
	font-size: 16px;
	font-weight: bold;
	color: #030418;
}

.hp-people-item .txt .age {
	margin: 15px 0 5px;
	font-size: 13px;
	color: #000000;
}

.hp-people-item .txt .post {
	font-size: 13px;
	color: #000000;
	padding-right: 40px;
}



.hf-page-title.df {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}

.hf-page-title .pic {
	height: 150px;
}

.hf-page-title .pic img {
	display: block;
	height: 100%;
}

.hp-det-top {
	display: flex;
	padding: 40px 40px 80px;
	margin: 0 -40px;
	background: rgba(0, 0, 0, .05);
}

.hp-det-top .left {
	flex: 1;
	margin-right: 56px;
	display: flex;
	flex-direction: column;
}


.hp-det-top .right {
	flex: 0 0 434px;
	width: 434px;
	position: relative;
}

.hp-det-top .right .pic {
	padding-top: 65.15%;
	position: relative;
	border: 10px solid #ffffff;
	overflow: hidden;
}

.hp-det-top .right .pic img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.hp-det-top .right .tit {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: -40px;
	font-size: 12px;
	color: #000000;
	opacity: .4;
}

.nav-arrow {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(3, 0, 1, .1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-arrow .arrow {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #010101;
}

.nav-arrow .arrow i {
	display: block;
	width: 10px;
	height: 16px;

	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.nav-arrow .arr-prev i {
	background-image: url(../image/fn-new2-left.png);
	background-image: -webkit-image-set(url(../image/fn-new2-left.png) 1x, url(../images/fn-new2-left@2x.png) 2x);
	margin-right: 20px;
}

.nav-arrow .arr-next i {
	background-image: url(../image/fn-new2-right.png);
	background-image: -webkit-image-set(url(../image/fn-new2-right.png) 1x, url(../images/fn-new2-right@2x.png) 2x);
	margin-left: 20px;
}

.nav-arrow .title {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.nav-arrow .honor {
    font-size: 18px;
    text-align: center;
}

.hp-det-top .left .name {
	display: flex;
	flex: 1;
	align-items: center;
}

.hp-det-top .left .name-con {
	display: flex;
	align-items: center;
}

.hp-det-top .left .name-con .index {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	margin-right: 22px;
}

.hp-det-top .left .name-con span {
	font-weight: bold;
	font-size: 40px;
	color: #000000;
}

.hp-info {
	margin-top: -40px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 40px 0;
	border-left: 1px solid rgba(3, 0, 1, .1);
	width: fit-content;
	width: -moz-fit-content;

}

.hp-info-item {
	margin-bottom: 20px;
	padding: 0 40px;
	border-right: 1px solid rgba(3, 0, 1, .1);
}

.hp-info-item:first-child {
	padding-left: 0;
}

.hp-info-item:last-child {
	border-right: none;
}

.hp-info-item+.hp-info-item {
	/*border-left: 1px solid rgba(3, 0, 1,.1);*/
}

.hp-info-item em {
	font-size: 16px;
	color: #000000;
	opacity: .4;
	display: block;
}

.hp-info-item span {
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
}

.hp-det-content {
	padding: 30px 40px 0;
	border-left: 1px solid rgba(3, 0, 1, .1);
	display: flex;
	margin-bottom: 140px;
}

.hp-det-content .mod-ad3 {
	flex: 0 0 280px;
}

.hp-det-txt {
	font-size: 16px;
	color: rgba(0, 0, 0, .6);
	line-height: 28px;
	/*margin-right: 100px;*/
	flex: 1;
	padding-top: 45px;
	border-top: 1px solid rgba(3, 0, 1, .08);
}

.hp-det-txt p+p {
	padding-top: 25px;
}

.hp-print {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 70px;
	background: #000;
	cursor: pointer;
	margin-top: 60px;
}

.hp-print i {
	display: block;
	background-image: url(../image/fn-new2-print.png);
	background-image: -webkit-image-set(url(../image/fn-new2-print.png) 1x, url(../images/fn-new2-print@2x.png) 2x);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 30px;
	height: 30px;
	margin-right: 14px;
}

.hp-print span {
	font-weight: bold;
	color: #fff;
	font-size: 22px;
}

.mobile-header {
	display: none;
}

.mobile-footer {
	display: none;
}

.mod-ad.m15 {
	margin: 15px;
}

.wt-table tr.shown+tr td:after {
	display: none;
}

.wt-table tr.shown+tr td {
	color: #333333;
}

.wt-table table.detail.qrlink tbody tr td:nth-child(3),
.wt-table table.detail.qrlink tbody tr td:last-child {
	position: relative;
}

.wt-table table.detail.qrlink tbody tr td:nth-child(3):after,
.wt-table table.detail.qrlink tbody tr td:last-child:after {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #e13c31;
	background-color: #e13c31;
}

.word-img2 .wt-table table.detail.qrlink .word-qr {

	right: auto;
	left: 40%;
}

.mod-ad3 img {
	height: auto;
}

#printArea.printing .hp-det-right {
	display: none;
}

#printArea.printing .hp-det-txt {
	margin-right: 0;
}

#printArea.printing .hp-det-top {
	margin: 0;
}

.hp-print {
	display: none;
}

.hp-print2 {
	display: flex;
	height: 74px;
	margin-bottom: 30px;
}

.hp-print2 .pic {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f2f2f2;
	flex: 1;
	padding: 2px 0;
}

.hp-print2 .pic img {
	display: block;
	width: auto;
	height: auto;
}



.hp-print2 .txt {
	cursor: pointer;
	flex: 0 0 107px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ec412e;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}

.hf-page-title.df-comp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.swi-year-wrap.hf {
	padding: 0 20px;
	border-bottom: none;
	flex: 0 0 560px;
}

@media print {
 body {
      min-width: 0;
      background-color: #fff;
      padding-top: 0
  }

	.pc-header,
	.mobile-header,
	.pc-footer,
	.mobile-footer,
	.hp-print2,
	.hp-print2 .txt.js-print2 {
		display: none;
	}

  .main {
      background-color: #fff;
      position: relative
  }

  .wp {
      max-width: none;
      width: 100%
  }
  .hp-det-top .right .tit,
  .hp-print,
  .nav-arrow{
      display: none;
  }
    .hp-det-top .left .name-con .index
  {
  
    display:none;
  }
  .hp-det-content,
  .hp-info{
      border-left: none;
  }
  .hp-det-content .mod-ad3{
      display: none;
  }
  .hp-det-txt{
      margin-right: 0;
  }
  .hp-info,
  .hp-det-content{
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
  }
  .hp-det-top{
      display: block;
      margin: 0;
  }
  .hp-det-top .left{
      float: left;
  }
  .hp-det-top .right{
      float: right;
  }
  .hp-det-top .right .pic{
      width: 414px;
      height: 270px;
      border: none;
      margin: 0 auto 20px;
  }
  .hp-det-top .left .name{
      display: block;
  }
  .hp-info-item{
      padding: 0 20px;
      margin-bottom: 0;
  }
  .hp-info{
      width: 100%;
      flex-wrap: nowrap;
  }
  .hp-info-item span{
      font-size: 14px;
  }
  .hp-info-item em{
      font-size: 12px;
  }
  .hp-det-txt{
      padding-top: 20px;
  }
}


@media only screen and (max-width: 1280px) {
	body {
		min-width: 0;
	}

	.wp {
		max-width: none;
		padding: 0 40px;
		box-sizing: border-box;
	}

	.hf-content {}

	.hf-intro:after {
		width: 100vw;
		left: -40px;
	}

	.hf-bottom {
		margin-left: 0;
		margin-right: 0;
		align-items: center;
		justify-content: space-between;
	}

	.hf-b-link1,
	.hf-b-link2,
	.hf-b-link3 {
		flex: 1 1 auto;
		justify-content: center;
	}

	.fn-sub-white1,
	.fn-sub1 {
		width: 960px;
	}

	.fn-sub-white2 {
		width: 840px;
	}

	.hf-b-link2 .pic {
		flex: 0 0 193px;
	}

	.hf-b-link2 a {
		justify-content: center;
	}

	.hf-content .hf-left {
		margin-right: 40px;
	}
}


@media only screen and (max-width: 1199px) {
	body.ovh {
		overflow: hidden;
	}

	.pc-header {
		display: none;
	}

	.mobile-header {
		display: block;
	}

	.fn-header {
		position: relative;
		height: 50px;
		box-shadow: 0px 3px 41px 0px rgba(0, 0, 0, 0.06);
		z-index: 310;
		padding-top: 0;
	}

	.fn-header .wp {
		padding: 0 18px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%;
	}

	.fn-logo {
		display: block;
		height: 27px;
	}

	.fn-logo img {
		display: block;
		height: 100%;
	}

	.fn-btn {
		margin-left: 20px;
		top: 0;
		-webkit-background-size: 19px auto;
		background-size: 19px auto;
		background-position: right center;
		background-repeat: no-repeat;
		background-image: url(../image/m-nav.png);
		background-image: -webkit-image-set(url(../image/m-nav.png) 1x, url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/m/images/m-nav@2x.png) 2x);
		width: 50px;
		height: 50px;
	}

	.fn-btn.open {
		background-image: url(../image/m-close.png);
		background-image: -webkit-image-set(url(../image/m-close.png) 1x, url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/m/images/m-close@2x.png) 2x);
		-webkit-background-size: 16px auto;
		background-size: 16px auto;
	}

	.fd-nav-out {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 300;
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		-ms-transition: all 0.1s;
		-o-transition: all 0.1s;
		transition: all 0.1s;
		opacity: 0;
		pointer-events: none;
	}

	.fd-nav-out.show {
		opacity: 1;
		pointer-events: all;
	}

	.fn-nav {
		position: fixed;
		top: 104px;
		height: calc(100% - 104px);
		left: 0;
		z-index: 300;
		width: 100%;
		background-color: #000;
		color: #fff;
		font-size: 16px;
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		-ms-transition: all 0.1s;
		-o-transition: all 0.1s;
		transition: all 0.1s;
	}

	.fd-nav-out.show .fn-nav {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.fn-nav-so {
		height: 40px;
		margin: 20px 20px 0;
		display: block;
		position: relative;
	}

	.fn-nav-so form {
		display: block;
		height: 100%;
		position: relative;
	}

	.fn-nav-so .inp {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
		background: #262626;
		padding-left: 10px;
		padding-right: 60px;
		color: #fff;
		font-size: 14px;
	}

	.fn-nav-so .inp::-webkit-input-placeholder {
		color: #fff;
		opacity: 0.5;
	}

	.fn-nav-so .inp::-moz-placeholder {
		color: #fff;
		opacity: 0.5;
	}

	.fn-nav-so .inp:-moz-placeholder {
		color: #fff;
		opacity: 0.5;
	}

	.fn-nav-so .inp:-ms-input-placeholder {
		color: #fff;
		opacity: 0.5;
	}

	.fn-nav-so .sub {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 100%;
		background-image: url(../image/h-so-w.png);
		background-image: -webkit-image-set(url(../image/h-so-w.png) 1x, url(https://fortunechina2020.oss-cn-beijing.aliyuncs.com/m/images/h-so-w@2x.png) 2x);
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: 17px auto;
		background-size: 17px auto;
		font-size: 0;
		border: none;
		background-color: transparent;
	}

	.fn-nav-link {
		padding: 0 20px 26px 20px;
		background-color: #000;
	}

	.fn-nav-link h3 {
		font-size: 13px;
		margin-bottom: 15px;
	}

	.fn-nav-link .bdsharebuttonbox a {
		display: inline-block;
		vertical-align: middle;
		width: 43px;
		height: 43px;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.fn-nav-link .bdsharebuttonbox a+a {
		margin-left: 20px;
	}

	.bdsharebuttonbox .fn-link-wx {
		background-image: url(../image/wechat-w.svg);
		-webkit-background-size: 32px auto;
		background-size: 32px auto;
		position: relative;
	}

	.bdsharebuttonbox .fn-link-wb {
		background-image: url(../image/weibo-w.svg);
		-webkit-background-size: 28px auto;
		background-size: 28px auto;
	}

	.bdsharebuttonbox .fn-link-in {
		background-image: url(../image/linkedin-w.svg);
		-webkit-background-size: 21px auto;
		background-size: 21px auto;
	}

	.fn-nav-link .wx-qr {
		position: absolute;
		bottom: 110%;
		left: 0;
		width: 100px;
		height: 100px;
		overflow: hidden;
		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-link-wx:hover .wx-qr {
		opacity: 1;
		pointer-events: auto;
	}

	.fn-nav-link .bdsharebuttonbox a:hover {
		background-color: #ffffff;
	}

	.fn-link-wx:hover {
		background-image: url(../image/fn-wechat-b.svg);
	}

	.fn-link-wb:hover {
		background-image: url(../image/fn-weibo-b.svg);
	}

	.fn-link-in:hover {
		background-image: url(../image/fn-linkedin-b.svg);
	}

	.sub-nav-menu {
		display: none;
		padding: 0px 4px 5px 0;
		position: static;
		opacity: 1;
		pointer-events: auto;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-ms-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
	}

	.sub-nav-menu li {
		display: block;
		height: auto;
		line-height: 30px;
		padding-left: 14px;
		position: relative;
	}

	.sub-nav-menu li:after {
		content: '';
		width: 5px;
		height: 5px;
		background: #FFFFFF;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: 0;
	}

	.sub-nav-menu li a {
		font-size: 13px;
	}

	.fn-nav-list {
		padding: 20px 20px;
	}

	.fn-nav-list a {
		color: #ffffff;
	}

	.fn-nav-list>li {
		position: relative;
		line-height: 47px;
		background: #0e0e0e;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.fn-nav-list>li>a {
		font-size: 14px;
	}

	.fn-nav-list>li.has-children:After {
		content: '';
		background-color: #ffffff;
		background-size: 100%;
		position: absolute;
		right: 0;
		top: 20px;
		-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-list>li.has-children.open:after {
		transform: rotate(-90deg);
	}

	.app-top {
		overflow: hidden;
		padding: 10px;
		box-shadow: 0 5px 33px 0 rgba(0, 0, 0, .1);
		background-color: #fff
	}

	.app-top .open {
		float: right;
		color: #ec412e;
		line-height: 34px;
		font-size: 13px;
		padding-left: 10px;
		border-left: 1px solid #fafafa
	}

	.app-logo {
		overflow: hidden
	}

	.app-logo i {
		display: block;
		float: left;
		width: 37px;
		height: 34px;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: contain;
		background-size: contain;
		margin-right: 9px
	}

	.app-logo .txt {
		color: #494949;
		opacity: .6;
		overflow: hidden;
		height: 34px;
		line-height: 34px;
		font-size: 0
	}

	.app-logo .txt p {
		line-height: 15px;
		font-size: 11px;
		display: inline-block;
		vertical-align: middle
	}

	.app-logo .logo {
		float: left;
		height: 34px;
		padding-right: 10px;
		margin-right: 10px;
		border-right: 1px solid #fafafa
	}

	.app-logo .logo img {
		display: block;
		height: 100%;
		width: auto
	}

	.app-top.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 410
	}

	.app-top.fixed.opacity0 {
		opacity: 0;
	}

	body.new-layout {
		padding-top: 54px;
	}

	.wp {
		padding: 0 20px;
	}

	.hf-page-title {
		margin: 20px 0;
	}

	.hf-content {
		display: block;
	}

	.hf-intro:after {
		left: -20px;
	}

	.hf-right {
		width: 100%;
		border: 1px solid rgba(3, 0, 1, .08);
	}

	.hf-bottom {
		display: block;
	}

	.hf-b-link {
		margin: 0 auto 20px;
		width: 100%;
	}

	.hf-b-link img {
		width: 100%;
	}

	.hf-b-link2 .pic {
		width: 50%;
		flex: 0 0 50%;
	}

	.hf-b-link2 .txt {
		flex: 1;
		width: auto;
	}

	.hf-b-link2 a {
		width: 100%;
	}

	.pc-footer {
		display: none;
	}

	.mobile-footer {
		display: block;
	}

	.footer-m {
		display: block;
		border-top: 2px solid #000
	}

	.fdm-top {
		padding: 0 20px;
		overflow: hidden
	}

	.fdm-s {
		line-height: 50px;
		overflow: hidden;
		border-bottom: 1px solid #f9f9f9
	}

	.fdm-s a {
		color: #080808;
		font-size: 12px
	}

	.fdm-s1 .con {
		overflow: hidden;
		margin: 0 -25px
	}

	.fdm-s1 a {
		display: block;
		width: 25%;
		text-align: center;
		float: left;
		position: relative
	}

	.fdm-s1 a+a:after {
		content: '';
		height: 10px;
		width: 1px;
		background-color: #333;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -5px
	}

	.fdm-s2 a+a {
		margin-left: 30px
	}

	.fdm-s3 a {
		display: block;
		float: left;
		width: 25%;
		text-align: left;
		opacity: .24;
		text-align: center
	}

	.fdm-s3 a:first-child {
		text-align: left
	}

	.hf-intro {
		font-size: 18px;
		padding: 20px 0;
		margin-bottom: 20px;
	}

	.hf-content .hf-left {
		font-size: 1rem;
		line-height: 1.8;
	}

	.hf-content .hf-left {
		margin-right: 0;
	}

	.fn-nav {
		display: block;
	}

	.hp-print {
		display: none;
	}

	.hp-info {
		margin-top: -40px;
	}

	.hp-det-top .left .name-con span {
		font-size: 32px;
	}

	.hp-det-content {
		padding: 20px 20px 0;
	}

	.hp-people-list {
		margin-right: -30px;
	}

	.hp-people-item {
		margin-right: 30px;
		flex: 0 0 calc(25% - 30px)
	}

	.hp-people-item .txt .post {
		padding-right: 0;
	}

	.copyright {
		font-size: 11px;
		padding: 15px 20px;
		line-height: 1.8;
		color: #080808;
		opacity: .24;
		overflow: hidden;
	}

	.copyright .wp {
		padding: 0;
	}

	.copyright .l,
	.copyright .r {
		float: none;
		width: 100%;
		text-align: left
	}

	body.new-layout {
		background-color: #fff;
	}

	.hf-b-link:last-child {
		margin-bottom: 0;
	}

	.fn-header {
		background-color: #fff;
		border-bottom: none;
	}

	.hp-info-item {
		padding: 0 20px;
	}

}

@media only screen and (max-width: 959px) {
	.hp-det-top .right {
		flex: 0 0 300px;
		width: 300px;
	}
	
	.swi-year-wrap.hf
	{
		padding: 20px 20px;
	}

	.hp-det-top .right .pic {
		border-width: 5px;
	}

	.nav-arrow .title {
		font-size: 16px;
	}

	.nav-arrow .arrow {
		font-size: 14px;
	}

	.hp-det-top .left .name-con span {
		font-size: 24px;
	}

	.hp-det-top .left .name-con .index {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.hp-info {
		padding: 20px 20px 0;
	}

	.hp-info-item em {
		font-size: 14px;
	}

	.hp-info-item span {
		font-size: 18px;
	}

	.hp-det-content {
		padding: 0 20px 20px;
	}
	
	.hf-page-title .pic img {
		display: block;
    height: auto;
	}

	.hp-det-txt {
		padding-top: 20px;
	}

	.hp-det-txt {
		margin-right: 50px;
	}

	.hp-det-content .mod-ad3 {
		flex: 0 0 230px;
		height: auto;
		width: 230px;
	}
	
	

	.hp-det-content .mod-ad3 img {
		height: auto;
	}

	.hp-det-txt {
		font-size: 1rem;
		line-height: 2;
	}
	.hf-page-title .pic
	{
		height:auto;
		width:200px;
	}
	
	.hf-page-title.df
	{
		height:auto;
	}

	.hp-det-content {
		margin-bottom: 40px;
	}

	.hp-top .pic {
		flex: 0 0 300px;
	}

	.hp-top .txt {
		margin-right: 30px;
	}

	.hp-top .txt .title {
		font-size: 18px;
	}

	.hp-top .txt .desc {
		font-size: 1rem;
		line-height: 1.8;
		margin: 20px 0;
	}

	.hf-link a,
	.hp-top .txt .link a {
		font-size: 14px;
	}

	.hp-people-item .txt {
		margin-top: 15px;
	}

	.hp-people-item .txt .age {
		margin: 5px 0;
	}

	.hp-people-item {
		margin-bottom: 20px;
	}

	.hp-print2 {
		display: none;
	}

	.hf-page-title.df-comp {
		display: block;
	}

}

@media only screen and (max-width: 767px) {
	.hp-info-item {
		border-right: none;
	}

	.wt-table th:first-child {
		padding-left: 0;
	}

	.wp {
		padding: 0 15px;
	}

	.swi-year .swiper-slide a {
		font-size: 12px;
	}

	.dataTables_filter input {
		font-size: 12px;
	}

	.dataTables_filter {
		width: 120px;
		border-bottom: none;
	}

	.dataTables_length {
		font-size: 12px;
		width: 170px;
		border-bottom: none;
	}

	.wt-table th {
		border-top: 1px solid rgba(0, 0, 0, .1);
	}

	.dataTables_length select {
		font-size: 12px;
	}

	.wt-table th {
		font-size: 12px;
	}

	.wt-table th {
		padding-left: 24px;
	}

	.wt-table td {
		height: 90px;
		word-break: break-all;
	}

	.dataTables_info {
		float: none;
		text-align: center;
		display: block;
	}

	.dataTables_paginate {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
		padding-top: 0;
	}

	.word-table {
		border-bottom: none;
	}

	.hf-right {
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.hf-bottom {
		padding: 20px;
		margin-bottom: 40px;
	}

	.hf-b-link2 .txt .tit {
		font-size: 14px;
		line-height: 1.6;
		margin: 3px 0;
	}

	.hf-b-link2 .txt .desc {
		font-size: 12px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.hf-intro {
		font-size: 16px;
		line-height: 1.6;
	}

	.hf-page-title {
		font-size: 20px;
	}

	.hp-det-top {
		display: block;
		margin: 0;
		padding: 20px 20px 40px; 
	}

	.hp-det-top .left {
		margin-right: 0;
	}

	.hp-det-top .left .name {
		margin: 20px 0;
	}

	.hp-det-top .right {
		width: 100%;
	}

	.hp-det-top .right .tit {
		position: static;
		margin-top: 10px;
		margin-bottom:10px;
	}

	.hp-info {
		display: block;
		padding: 20px 0;
		border: none;
	}

	.hp-info-item+.hp-info-item {
		border-left: none;
	}

	.hp-info-item {
		padding: 0;
	}

	.hp-det-content {
		display: block;
		padding: 0;
		border: none;
	}

	.hp-det-txt {
		margin: 0 0 20px;
		padding: 0;
		border: none;
	}

	.hp-det-content .mod-ad3 {
		width: 100%;
	}

	.hp-top {
		display: block;
	}

	.hp-top .pic {
		border-width: 5px;
		margin-top: 20px;
	}

	.hp-content .swi-year-wrap {
		padding: 40px;
	}
	
	.hp-people-item span {
    align-items: center;
    background-color: #000;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 1rem;
    justify-content: center;
    left: -0.2rem;
    position: absolute;
    top: -0.2rem;
    font-size: 10px;
    width: 1rem;
    z-index: 2;
}

	.hp-people-list {
		margin-right: -20px;
	}

	.hp-people-item {
		margin-right: 20px;
		flex: 0 0 calc(50% - 20px)
	}

	.hp-content {
		padding-bottom: 20px;
	}


	.dataTables_wrapper {
		overflow-x: auto;
	}

	.wt-table {
		width: 600px;
	}

	.dataTables_length,
	.dataTables_paginate,
	.dataTables_info {
		position: sticky;
		left: 0;
	}

	.dataTables_filter {
		position: sticky;
		left: 206px;
	}
}