body{
	line-height: 1;
	background: #fff;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #945d56;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.w,.nav,.Foot,.header,#sub{
	width: 1600px;
	margin: 0 auto;
}

.advs {
	position: relative;
	display: block;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(90,90,90,0)), to(rgba(90,90,90,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(90,90,90,0), rgba(90,90,90,1));
	background-image: -moz-linear-gradient(180deg, rgba(90,90,90,0), rgba(90,90,90,1));
	background-image: -ms-linear-gradient(180deg, rgba(90,90,90,0), rgba(90,90,90,1));
	background-image: -o-linear-gradient(180deg, rgba(90,90,90), rgba(90,90,90,1));
	background-image: linear-gradient(180deg, rgba(90,90,90,0), rgba(90,90,90,1));
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.banner-adv {
	margin: 0 auto;
}
.banner-adv ul {
	width: calc(100% + 10px);
	display: inline;
	float: left;
	margin: 0px 0 0 -5px;
}
.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item{
	margin: 24px 5px 0 5px;
	position: relative;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}

.iframe {
	overflow: hidden;
	height: 40px;
	position: relative;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}

#header{
	height: 39px;
	background: #f8f8f8;
	border-bottom:1px solid #e2e2e2;
}
.header{
	height: 39px;
	margin: 0 auto;
}
.header span{
	float: left;
	font-size: 12px;
	line-height: 39px;
	color: #666666;
}
.header span a{
	display: inline-block;
	line-height: 25px;
	padding: 0 12px;
	color: #666666;
}
.header span a.login{
	background: #945d56;
	border-radius: 2px;
	color: #fff;
	margin-left: 12px;
}
.header a:hover{
	color: #ff6600;
}
.header p{
	float: right;
	line-height: 39px;
	color: #e4e4e4;
}
.header p a{
	color: #666666;
	margin: 0 6px;
}
.mobile{
	float: right;
	background:url(../../../../images/news2018/newsIndex.png) no-repeat -95px 12px;
	line-height: 39px;
	padding: 0 10px 0 24px;
	width: 110px;
}
.mobile a{
	color: #666666;
}
#sub{
	margin: 0 auto;
	position: relative;
}
.sub{
	position: absolute;
	top: -40px;
	right: 0;
	width: 74px;
	z-index: 99;
}
.sub .subTop{
	line-height: 39px;
	padding-left: 26px;
	border-left:1px solid #f8f8f8;
	border-right:1px solid #f8f8f8;
	background: url(../../../../images/news2018/newsIndex.png) no-repeat -93px -15px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
}
.sub.active .subTop{
	background: #fff url(../../../../images/news2018/newsIndex.png) no-repeat -93px -15px;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #fff;
}
.subTop a{
	display: block;
	color: #666;
	background:url(../../../../images/news2018/newsIndex.png) no-repeat -77px -41px;
}
.subBot{
	position: absolute;
	background: #fff;
	border:1px solid #e2e2e2;
	right: 0;
	top: 39px;
	z-index: 1;
	display: none;
}
.subBot a{
	display: block;
	text-align: center;
	width: 94px;
	line-height: 30px;
	color: #333;
}
.subBot a:hover{
	background: #945d56;
	color: #fff;
}

/* top */
.top{
	background-color: #fff;
}
.top .item{
	padding: 25px 0;
	background-color: #fff;
	position:relative;
}
.top .item .logo{
	width: 250px;
	float: left;
	padding-right: 18px;
}
.top .item .pageName{
	float: left;
	margin-top: 8px;
	padding-left: 18px;
	position: relative;
}
.top .item .pageName::after {
	content: '';
	width: 1px;
	height: 48px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #dddddd;
}
.top .item .pageName p {
	display: inline-block;
	width: 104px;
	height: 14px;
	background: url('../../../../images/Version/2022/info/pageName.png') no-repeat;
	background-size: contain;
	margin-top: 8px;
}
.top .item .pageName h1 {
	color: #333;
	font-size: 26px;
}
.top .topAdv {
	float: right;
	width: 360px;
	height: 66px;
}
.top .searchMain {
	margin: 0 0 0 95px;
	float: left;
}
.top .searchMain .hot {
	margin-top: 10px;
}
.top .searchMain .hot i {
	color: #ff5346;
	font-size: 14px;
	margin-right: 2px;
}
.top .searchMain .hot a {
	font-size: 13px;
	color: #666;
	margin-right: 10px;
}
.top .searchMain .hot a:hover {
	color: #945d56;
}
.search {
	width: 620px;
	height: 40px;
	border: 2px solid #945d56;
	position: relative;
	border-radius: 40px;
	margin-top: 11px;
}

.searchSelect {
	width: 76px;
	height: 40px;
	position: relative;
	float: left;
}

.selectTop {
	position: relative;
	cursor: pointer;
}

.selectTop p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-indent: 20px;
	border-right: 1px solid #e6e6e6;
	margin-top: 10px;
}

.selectTop i {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 12px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.selectTop.focus i {
	top: 3px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search button {
	position: absolute;
	height: 44px;
	line-height: 44px;
	background-color: #945d56;
	color: #ffffff;
	width: 100px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 0 40px 40px 0;
}

.search button i {
	font-size: 16px;
	margin: 0 5px 0 0;
}
.search input {
	width: 375px;
	height: 40px;
	float: left;
	border: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 14px;
	background-color: #fff;
}

.selectBot {
	position: absolute;
	width: 76px;
	background-color: #ffffff;
	top: 40px;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #945d56;
	border-top: 2px solid #945d56;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #945d56;
	border-right: 2px solid #945d56;
}

.selectBot li:hover {
	background-color: #945d56;
	border-left: 2px solid #945d56;
	border-right: 2px solid #945d56;
	color: #fff;
	cursor: pointer;
}

/* top End */
/* nav */
#nav{
	width: 100%;
	background: #945d56;
}
.nav {
	height: 50px;
	line-height: 50px;
	font-size: 0;
	white-space: nowrap;
}
.nav ul{
	font-size: 0;
	white-space: nowrap;
}
.nav ul li{
	height:50px;
	display: inline-block;
	font-size: 18px;
	position:relative;
	vertical-align: top;
}
.nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 0 40px;
	vertical-align: top;
}
.nav ul li a.home {
	padding: 0 35px;
}
.nav ul li a.select,
.nav ul li a:hover {
	background: #b4675d;
}
.nav ul li.active .nav-top i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav ul li.active .nav-bot{
	display: block;
}
.nav-top{
	height:50px;
}
.nav-top a{
	height:50px;
}
.nav-top a i{
	font-size:14px;
	margin-left:10px;
	display: inline-block;
}
.nav-bot {
	position: absolute;
	left: 0;
	z-index: 99;
	top: 50px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}
.nav-bot p a{
	height: 46px;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	color: #333 !important;
	display: block !important;
	position:relative;
	padding:0;
}
.nav-bot p a:hover {
	color: #3fc197;
	background-color: #e8f9f3 !important;
}
.nav-bot p a::after{
	content:'';
	position:absolute;
	bottom:0;
	left:16px;
	right: 16px;
	border-bottom:1px dotted #ddd;
}
.navFn {
	background: #f5f5f5;
	padding: 13px 0;
}
.navFn .item {
	float: left;
	padding: 0 30px 0 25px;
	position: relative;
}
.navFn .item:first-child {
	padding-left: 0;
}
.navFn .item::after {
	width: 1px;
	height: 44px;
	background-color: #dddddd;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}
.navFn .item:last-of-type::after {
	display: none;
}
.navFn .item p {
	height: 30px;
	line-height: 30px;
	font-size: 17px;
}
.navFn .item p b {
	color: #945d56;
	margin-right: 18px;
}
.navFn .item p b i {
	color: #9dca95;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 8px;
}
.navFn .item p a {
	margin-right: 30px;
}
.navFn .item p a:last-of-type {
	margin-right: 0;
}
.navFn .item .item-more {
	height: 60px;
	width: 214px;
	overflow: hidden;
	position: absolute;
	padding: 0 0 0 25px;
	top: 0;
	left: 0;
	background: #f5f5f5;
	z-index: 99;
	box-sizing: border-box;
}
.navFn .item .item-more .more {
	color: #945d56;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 17px;
	padding: 5px 10px;
	background: #f5f5f5;
}
.navFn .item .item-more .more i {
	font-size: 12px;
	margin-left: 4px;
}
/* nav End */
.location {
	margin-top: 15px;
	font-size: 14px;
	color: #999;
}
.location i {
	font-size: 14px;
	color: #ccc;
	margin-right: 7px;
}
.location a {
	color: #999;
	margin: 0 6px;
}
.location a:first-of-type {
	margin-left: 0;
}
.location a:hover {
	color: #945d56;
}
.main {
	margin-top: 35px;
}
.main .w {
	overflow: hidden;
}
.main .right {
	width: 400px;
	float: right;
	margin-left: 50px;
}
.post-topic {
	background: #289114 url(../../../../images/version/2022/info/postbg.png);
	padding: 15px 12px 20px;
}
.post-topic .title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.post-topic .input {
	margin-top: 18px;
	position: relative;
}
.post-topic .input input {
	width: 100%;
	height: 48px;
	border-radius: 24px;
	background-color: #fff;
	color: #bababa;
	font-size: 16px;
	border: 0;
	text-indent: 16px;
}
.post-topic .input button {
	position: absolute;
	right: 20px;
	top: 12px;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.post-topic .input button i {
	font-size: 22px;
	color: #5aae58;
}
.rightadv-box {
	margin-top: 18px;
}
.adv-top {
	height: 240px;
}
.adv-bot {
	display: none;
}
.adv-bot .image {
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}
.adv-bot .image img {
	width: 100%;
	max-height: none;
}
.adv-tab {
	margin-top: 6px;
}
.adv-tab p {
	font-size: 0;
}
.adv-tab p a {
	display: inline-block;
	width: 25%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 19px 0 0;
	height: 57px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #f5f5f5;
	position: relative;
	color:#999;
}
.adv-tab p a.focus {
	background: url(../../../../images/version/2022/info/advbg.png) no-repeat;
	background-size: cover;
	color: #fff;
}
.adv-tab p a.focus::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 3px;
	background-color: #ffb35a;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}
.main .right .public-title {
	padding-left: 8px;
	position: relative;
	margin-top: 25px;
}

.main .right .public-title b {
	font-size: 24px;
	font-style: italic;
	line-height: 26px;
}
.main .right .public-title::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #945d56;
	left: 0;
	top: 0;
}
.main .right .public-title::before {
	content: "";
	position: absolute;
	width: 124px;
	height: 8px;
	background-image: -moz-linear-gradient( 0deg, rgb(195,226,189) 0%, rgba(68,166,49,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(195,226,189) 0%, rgba(68,166,49,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(195,226,189) 0%, rgba(68,166,49,0) 100%);
	bottom: -4px;
	left: 8px;
}
.main .right .public-title b {
	position: relative;
}
.main .right .public-title .more {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 22px;
	height: 24px;
	border-radius: 12px;
	border:1px solid #e6e6e6;
	padding: 0 8px;
	font-size: 14px;
	color: #999;
	box-sizing: border-box;
}
.main .right .public-title .more:hover {
	color: #945d56;
	border-color: #945d56;
}
.recommend-news ul {
	margin-top: 20px;
	border-top: 2px solid #e6e6e6;
}
.recommend-news li {
	margin-top: 20px;
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.recommend-news li a {
	color: #333;
}
.recommend-news li a:hover {
	color: #945d56;
}
.recommend-news li span {
	position: relative;
	font-size: 17px;
	font-weight: bold;
	color: #cccccc;
	margin-right: 10px;
}
.recommend-news li span i {
	position: relative;
	z-index: 5;
}
.recommend-news li:nth-child(-n + 3) span {
	color: #945d56;
}
.recommend-news li:nth-child(-n + 3) span::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 5px;
	background-color: #ffcf97;
	border-radius: 50%;
}
.recommend-video .first {
	margin-top: 20px;
}
.recommend-video .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.recommend-video .image img {
	max-height: none;
	width: 100%;
}
.recommend-video .image mark {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	padding: 0 8px;
	border-radius: 2px;
	font-size: 15px;
	color: #fff;
	background-color: #ea3535;
}
.recommend-video .image mark.notice {
	background-color: #2884e2;
}
.recommend-video .image mark.replay {
	background-color: #509b42;
}
.recommend-video .image p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 70px 12px 12px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
}
.recommend-video .image p span {
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.recommend-video dl {
	margin-top: 20px;
	overflow: hidden;
	line-height: 18px;
	height: 18px;
}

.recommend-video dl dt {
	float: left;
	margin-right: 8px;
	width: 20px;
}
.recommend-video dl dt img {
	vertical-align: top;
	margin-top: 3px;
}
.recommend-video dl dd {
	overflow: hidden;
	font-size: 16px;
}
.recommend-video ul {
	overflow: hidden;
	margin-right: -14px;
}
.recommend-video li {
	width: 50%;
	float: left;
	margin-top: 24px;
}
.recommend-video li .item {
	margin-right: 14px;
}
.recommend-video li p {
	margin-top: 12px;
	line-height: 22px;
	font-size: 15px;
	height: 44px;
	overflow: hidden;
}
.recommend-video ul .image mark {
	font-size: 14px;
	line-height: 24px;
}
.recommend-exhi .first {
	margin-top: 20px;
}
.recommend-exhi .first .image {
	height: 0;
	padding-bottom: 55.55%;
	overflow: hidden;
	position: relative;
}
.recommend-exhi .first .image img {
	max-height: none;
	width: 100%;
}
.recommend-exhi .first .image p {
	position: absolute;
	padding: 70px 15px 15px;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
}
.recommend-exhi .first .image p span {
	display: block;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.recommend-exhi ul {
	padding-left: 5px;
	position: relative;
}
.recommend-exhi ul::after {
	content: "";
	position: absolute;
	left: 9px;
	top: -6px;
	bottom: -6px;
	width: 1px;
	background-color: #ddd;
}
.recommend-exhi li {
	margin-top: 20px;
	overflow: hidden;
}
.recommend-exhi li i {
	float: left;
	width: 9px;
	height: 9px;
	border: 2px solid #90b688;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 6px;
	position: relative;
	background-color: #fff;
	z-index: 9;
}
.recommend-exhi li .text {
	overflow: hidden;
}
.recommend-exhi li p {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.recommend-exhi li .data {
	margin-top: 10px;
	line-height: 26px;
	position: relative;
	font-size: 14px;
	color: #999;
}

.recommend-exhi li .data .detail {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	line-height: 22px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #999;
	padding: 0 10px;
}
.recommend-exhi li .data .detail:hover {
	background-color: #945d56;
	color: #fff;
	border-color: #945d56;
}
.main .left {
	overflow: hidden;
}
.topic-ul {
	overflow: hidden;
	margin-right: -38px;
	margin-top: -60px;
}
.topic-li {
	width: 50%;
	float: left;
	margin-top: 60px;
}
.topic-li:nth-child(2n + 1) {
	clear: both;
}
.topic-li .item {
	margin-right: 38px;
}
.topic-li .title {
	background-color: #f2f2f2;
	border-radius: 21px;
	margin-top: 5px;
	height: 44px;
	position: relative;
	line-height: 42px;
}
.topic-li .title .num {
	width: 56px;
	height: 49px;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 47px;
	font-style: italic;
	background: url(https://www.gkzhan.com/images/news/version/2022/icon4.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 18px;
	margin-top: -4px;
	position: relative;
	z-index: 9;
}

.topic-li .title::after {
	content: "";
	position: absolute;
	left: 15px;
	top: -2px;
	width: 46px;
	height: 46px;
	background-color: #fff;
	border-radius: 16px 2px 18px 16px;
	transform: skew(-6deg);
}
.topic-li .title p {
	font-size: 20px;
	font-weight: bold;
	padding-right: 95px;
	overflow: hidden;
	height: 44px;
}
.topic-li .title i {
	position: absolute;
	width: 70px;
	right: 20px;
	top: 8px;
	line-height: 1;
}
.topic-li .type {
	margin-top: 20px;
}
.topic-li .type p {
	font-size: 0;
}
.topic-li .type a {
	font-size: 16px;
	color: #999;
	padding: 0 8px;
	position: relative;
}
.topic-li .type a:hover {
	color: #945d56;
}
.topic-li .type a::after {
	content: "";
	width: 1px;
	height: 14px;
	background-color: #ddd;
	position: absolute;
	right: 0;
	top: 4px;
}
.topic-li .type a:last-child::after {
	display: none;
}
.topic-li ul {
	margin-top: -5px;
}
.topic-li li {
	margin-top: 28px;
	overflow: hidden;
}
.topic-li li.first .image .mask {
	opacity: 1;
}
.topic-li li p b {
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #945d56;
	vertical-align: top;
	margin: 9px 15px 0 6px;
}
.topic-li li p i {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	color: #945d56;
	margin-left: 1px;
}
.topic-li li p {
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.topic-li li p mark {
	display: inline-block;
	font-size: 15px;
	padding: 0 7px;
	line-height: 20px;
	height: 22px;
	background-color: #ed4124;
	color: #fff;
	border-radius: 3px;
	vertical-align: top;
	margin-left: 7px;
}
.topic-li .video .image {
	float: left;
	width: 176px;
	margin-right: 18px;
	position: relative;
}
.topic-li .video .image a {
	display: block;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.topic-li .video .image img {
	max-height: none;
	width: 100%;
}
.topic-li .video .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	opacity: 0;
}
.topic-li .video .mask a {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: auto;
	padding: 0;
}
.topic-li .video .mask a i {
	font-size: 50px;
}
.topic-li .video .image:hover .mask {
	opacity: 1;
}
.topic-li .video .text {
	overflow: hidden;
}
.topic-li .video .text p {
	line-height: 28px;
	height: 56px;
}
.topic-li .video .text span {
	display: block;
	font-size: 16px;
	color: #999;
	margin-top: 22px;
}
.topic-li:nth-child(1) .num {
	background: url(https://www.gkzhan.com/images/news/version/2022/icon1.png) no-repeat;
	background-size: 100% 100%;
}
.topic-li:nth-child(1) p b {
	background-color: #dc5f49;
}
.topic-li:nth-child(1) li p i {
	color: #dc5f49;
}
.topic-li:nth-child(2) .num {
	background: url(https://www.gkzhan.com/images/news/version/2022/icon2.png) no-repeat;
	background-size: 100% 100%;
}
.topic-li:nth-child(2) p b {
	background-color: #df8f19;
}
.topic-li:nth-child(2) li p i {
	color: #df8f19;
}
.topic-li:nth-child(3) .num {
	background: url(https://www.gkzhan.com/images/news/version/2022/icon3.png) no-repeat;
	background-size: 100% 100%;
}
.topic-li:nth-child(3) p b {
	background-color: #3f96c0;
}
.topic-li:nth-child(3) li p i {
	color: #3f96c0;
}
.main .right .public-title {
	padding-left: 8px;
	position: relative;
	margin-top: 25px;
}
.main .right > div:first-child .public-title {
	margin-top: 0;
}
.main .right .public-title b {
	font-size: 24px;
	font-style: italic;
	position: relative;
	line-height: 26px;
}
.main .right .public-title::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #945d56;
	left: 0;
	top: 0;
}
.main .right .public-title::before {
	content: "";
	position: absolute;
	width: 124px;
	height: 8px;
	background-image: -moz-linear-gradient( 0deg, rgb(222,198,195) 0%, rgba(68,166,49,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(222,198,195) 0%, rgba(68,166,49,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(222,198,195) 0%, rgba(68,166,49,0) 100%);
	bottom: -4px;
	left: 8px;
}
.main .right .public-title .more {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 22px;
	height: 24px;
	border-radius: 12px;
	border:1px solid #e6e6e6;
	padding: 0 8px;
	font-size: 14px;
	color: #999;
	box-sizing: border-box;
}
.main .right .public-title .more:hover {
	color: #945d56;
	border-color: #945d56;
}
.main .right .public-title .join {
	position: absolute;
	padding: 0 7px;
	line-height: 26px;
	height: 28px;
	border-radius: 2px;
	background-color: #ff981e;
	font-size: 14px;
	color: #fff;
	right: 0;
	top: 0;
	border: 1px solid #ff981e;
}
.main .right .public-title .join:hover {
	background-color: #fff;
	color: #ff981e;
}
.main .right .hbhao .public-title::after {
	background-color: #f58706;
}
.main .right .hbhao .public-title::before {
	background-image: -moz-linear-gradient( 0deg, rgb(255,208,152) 0%, rgba(255,152,30,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,208,152) 0%, rgba(255,152,30,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,208,152) 0%, rgba(255,152,30,0) 100%);
}
.hbhao ul {
	background-color: #f5f5f5;
	padding: 0 20px;
	margin-top: 22px;
}
.hbhao li {
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}
.hbhao li .image {
	width: 56px;
	float: left;
	margin-right: 15px;
}
.hbhao li .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.hbhao li .image img {
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.hbhao li .text {
	overflow: hidden;
}
.hbhao li .text p {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	margin-top: 4px;
}
.hbhao li .text span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}
.exhi-swiper {
	margin-top: 22px;
	overflow: hidden;
	position: relative;
}
.exhi-swiper .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.exhi-swiper .image img {
	max-height: none;
	width: 100%;
}
.exhi-swiper .text p {
	margin-top: 15px;
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.exhi-swiper .text span {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #999;
	padding-right: 60px;
	overflow: hidden;
	height: 16px;
	line-height: 16px;
}
.recommend-exhi .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 2px;
	left: auto;
	width: auto;
	right: 0;
}
.recommend-exhi .swiper-pagination-bullet-active {
	background: #945d56;
	width: 16px;
	border-radius: 4px;
}
.recommend-products ul {
	margin-top: 20px;
	padding-top: 3px;
	border-top: 2px solid #e6e6e6;
}
.recommend-products li {
	margin-top: 15px;
	overflow: hidden;
}
.recommend-products .image {
	float: left;
	width: 104px;
	margin-right: 15px;
}
.recommend-products .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.recommend-products .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.recommend-products .text {
	overflow: hidden;
}
.recommend-products .text p {
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.recommend-products .text span {
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}
.recommend-products .text .price {
	margin-top: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #de2929;
}

.topic-detail .title {
	border-bottom: 1px solid #e6e6e6;
	font-size: 26px;
	font-weight: bold;
	color: #945d56;
	padding-top: 4px;
	position: relative;
}
.fenxiangDiv{
	display: inline-block;
	margin: 2px 0 0 10px;
	vertical-align: top;
	width: 46px;
	height: 25px;
}
.fenxiangDiv i.share-icon{
	height: 25px;
	width: 46px;
	display: inline-block;
	background: url(https://www.hbzhan.com/images/fx-btn.png) no-repeat;
	cursor: pointer;
	position: absolute;
}
.topic-detail .title .Share-3{
	width: 46px;
	font-weight: normal;
}
.topic-detail .title .Share3-top {
	height: 25px;
	font-size: 0;
}
.topic-detail .title  .Share3-top i{
	display: none;
}
.topic-detail .title b {
	display: inline-block;
	margin-right: 14px;
	padding-bottom: 13px;
	position: relative;
	vertical-align: top;
	margin-top: -4px;
}
.topic-detail .title b::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #945d56;
}
.topic-detail .title .more {
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	right: 0;
	top: 12px;
}
.topic-detail .title .more i {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}
.topic-detail .title .more:hover {
	color: #945d56;
}
.topic-detail li {
	overflow: hidden;
	padding: 25px 0;
	border-bottom: 1px solid #f0f0f0;
}
.topic-detail li .right-image {
	width: 272px;
	float: right;
	margin-left: 30px;
}
.topic-detail li .right-image a {
	display: block;
	height: 0;
	padding-bottom: 58.8%;
	overflow: hidden;
}
.topic-detail li .right-image img {
	max-height: none;
	width: 100%;
}
.topic-detail li .text {
	overflow: hidden;
}
.topic-detail li .text p {
	font-weight: bold;
	margin-top: 8px;
	font-size: 20px;
	line-height: 26px;
	height: 26px;
}
.topic-detail li .text p a {
	display: inline-block;
	vertical-align: top;
	max-width: calc(100% - 130px);
	height: 100%;
	overflow: hidden;
}
.topic-detail li .special .text p a {
	max-width: 100%;
}
.topic-detail li .text p mark {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	padding: 0 7px;
	border-radius: 4px;
	vertical-align: top;
	background-color: #2f7adf;
	line-height: 21px;
	height: 22px;
	margin-right: 6px;
	margin-top: 3px;
}
.topic-detail li .text p mark.hot {
	background: url(../../../../images/exhi/version/2021/hotBg.png) no-repeat;
	background-size: 100% 100%;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	width: 40px;
	text-align: center;
	color: #fff;
	line-height: 33px;
	margin-right: 0;
	margin-top: -2px;
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
}

.topic-detail li .text p mark.green {
	background-color: #945d56;
	/* margin-left: 6px; */
}
.topic-detail li .text p mark.recommend {
	margin-left: 6px;
	margin-right: 0;
	background: transparent;
	color: #945d56;
}
.topic-detail li .text p mark.recommend i {
	font-size: 24px;
}
/* .topic-detail li .text p mark {
	display: inline-block;
	padding: 0 7px;
	height: 24px;
	line-height: 22px;
	border-radius: 3px;
	background-color: #2e79df;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 6px;
} */
.topic-detail li .text .content {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #666;
	margin-top: 20px;
}
.topic-detail li .text .data {
	color: #999;
	font-size: 14px;
	position: relative;
	margin-top: 35px;
}
.topic-detail li .text .data .last {
	position: absolute;
	right: 0;
	top: 0;
}
.topic-detail li .text .data span i {
	font-size: 14px;
	vertical-align: top;
	margin-right: 7px;
	display: inline-block;
	margin-top: 1px;
}
.topic-detail li .text .data span b {
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #ddd;
	margin: 1px 12px 0;
	vertical-align: top;
}
.topic-detail .img-ul {
	overflow: hidden;
	margin-top: 20px;
	margin-right: -18px;
}
.topic-detail .img-li {
	float: left;
	width: 33.33%;
}
.topic-detail .img-li .item {
	margin-right: 18px;
}
.topic-detail .img-li .image {
	height: 0;
	padding-bottom: 58.8%;
	overflow: hidden;
}
.topic-detail .img-li .image img {
	max-height: none;
	width: 100%;
}
.topic-detail .topic-img .text .data {
	margin-top: 20px;
}
.topic-detail li:last-child {
	border-bottom: 0;
}
.topic-detail .special {
	margin-top: 25px;
	overflow: hidden;
	background: #f5f5f5 url(../../../../images/version/2022/info/special.png) no-repeat right bottom;
}
.topic-detail .special .image {
	width: 704px;
	float: left;
}
.topic-detail .special .image a {
	display: block;
	height: 0;
	padding-bottom: 34.3%;
	overflow: hidden;
}
.topic-detail .special .image img {
	max-height: none;
}
.topic-detail .special .text {
	padding: 30px 26px 0;
	overflow: hidden;
}
.topic-detail .special .text p {
	font-size: 20px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.topic-detail .special .text .content {
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	color: #999;
	margin-top: 28px;
}
.topic-detail .special .text .btn {
	margin-top: 33px;
}
.topic-detail .special .text .btn a {
	display: inline-block;
	width: 92px;
	height: 32px;
	line-height: 30px;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	background-color: #945d56;
	border: 1px solid #945d56;
	text-align: center;
	box-sizing: border-box;
}
.topic-detail .special .text .btn a:hover {
	background-color: #fff;
	color: #945d56;
}
.pages {
	margin: 0 auto;
	height: 40px;
	clear: both;
	padding: 45px 0 0;
	text-align: center;
    color: #333;
    font-size: 0;
}
.pages a {
	width: 38px;
	height: 38px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	text-align: center;
	font: normal 16px/38px "Microsoft YaHei";
	color: #333;
	vertical-align: top;
	border-radius: 3px;
	margin-right: 8px;
}
.pages input {
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 14px/38px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: top;
}
.pages .jump {
	font-size: 14px;
	line-height: 40px;
}
.pages button {
	width: 62px;
	height: 40px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font: normal 16px/38px "Tahoma";
	vertical-align: top;
	cursor: pointer;
	background: #945d56;
	color: #fff;
	margin-left: 10px;
}
.pages a:hover,.pages a.on {
	background-color: #945d56;
	border-color: #945d56;
	color: #fff;
}

.pages a.ft {
	background: url(../../../../images/version/2022/info/page.png) no-repeat 15px 14px;
}
.pages a.prev {
	background: url(../../../../images/version/2022/info/page.png) no-repeat -35px 14px;
}
.pages a.lt {
	background: url(../../../../images/version/2022/info/page.png) no-repeat -322px 14px;
}
.pages a.next {
	background: url(../../../../images/version/2022/info/page.png) no-repeat -369px 14px;
}

.footer{
	background: #333333;
	padding: 20px 0 0 0;
	margin-top: 30px;
}
.Foot{
	margin:0 auto;
	color: #fff;
	overflow: hidden;
}
.footLeft{
	width: 820px;
	float: left;
}
.footMenu{
	color: #666666;
	font-size: 14px;
	line-height: 56px;
	display: block;
	text-indent: -6px;
}
.footMenu a{
	color: #fff;
	margin: 0 6px;
}
.footMenu a:hover{
	color: #ff6600;
}
.footLeft p{
	color: #cacaca;
	line-height: 34px;
}
.footLeft p.webName{
	font-size: 14px;
}
.footLeft p.webName i{
	font-style: normal;
	color: #f6ab00;
}
.footLeft p a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background: #858688;
	border-radius: 11px;
	padding: 0 10px 0 0;
	margin-right: 20px;
}
.footLeft p a b{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: top;
	background: #afb1b0 url(../../../../images/news2018/newsIndex.png) no-repeat -83px -249px;
}
.copyright{
	border-top: 1px solid #666666;
	margin-top: 24px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #cacaca;
}
.footRight {
	width: 520px;
	float: right;
	text-align: center;
	padding-top: 5px;
}
.footRight p {
	display: inline-block;
	width: 140px;
	margin-top: 15px;
}
.footRight p img {
	border: 1px solid #999999;
	margin: 5px auto;
	display: block;
}


.rightNav {
	position: fixed;
	right: 10px;
	top: 150px;
	z-index: 9999;
}

.rightNavItem {
	width: 50px;
	position: relative;
	border-radius: 4px;
	background: #5aa44c;
}

.rightNavItem a {
	display: inline-block;
	width: 50px;
	height: 56px;
	color: #fff;
	position: relative;
}
.rightNavItem a::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 28px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.3);
}
.rightNavItem a:last-child:after {
	display: none;
}

.HBapp,.weixinItem,.qqItem {
	z-index: 99999;
}

.contribution {
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	position:relative;
}
.contribution-a{
	font-size: 14px;
	font-weight: bold;
}
.contribution-a a{
	padding:10px;
	height:50px !important;
}

.rightNavItem a.home {
	background: url("../../../../images/Version/2022/info/right-ico2.png") no-repeat center center;
}
.rightNavItem a.tiktok {
	background: url("../../../../images/Version/2022/info/right-ico3.png") no-repeat center center;
}
.rightNavItem a.WeiXin {
	background: url("../../../../images/Version/2022/info/right-ico4.png") no-repeat center center;
}
.rightNavItem a.yijian {
	background: url("../../../../images/Version/2022/info/right-ico5.png") no-repeat center 10px;
	text-align: center;
	height:80px;
}
.rightNavItem a.yijian b{
	font-weight:400;
	margin-top:40px;
	display: inline-block;
	width:32px;
}
.rightNavItem a.app {
	text-align: center;
	line-height: 50px;
}
.rightNavItem a.app i {
	font-size: 26px;
}
.rightNavItem a.toTop {
	text-align: center;
	line-height: 50px;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-ms-transition: all 0 ease;
	-o-transition: all 0 ease;
	transition: all 0 ease;
	display: none;
}
.rightNavItem a.toTop i {
	font-size: 22px;
	margin-top: 5px;
	display: inline-block;
}

.appItem {
	position: absolute;
	right: 65px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	width: 168px;
	top: 50px;
	line-height: 18px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	display: none;
}
.appItem .image {
	padding: 14px;
}
.appItem p {
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #945d56;
	font-weight: bold;
	background: #f5f8f2;
}

.appItem b {
	color: red;
}
.tiktokItem {
	top: 186px;
}
.weixinItem {
	top: 80px;
}
.yijianItem {
	top: 112px;
}

.weixinItem img {
	margin: 0;
}

.qqItem {
	top: 164px;
}

.qqItem b{
	display: block;
	margin: 3px 0 6px 0
}
.cooperation{
	position: absolute;
	right: 65px;
	top: 0px;
	display: none;
}
.p-qqBox1 {
	width: 290px;
	background: url(/Images/rightAdv/version/2021/rightAdvQQbgi.png) #fff no-repeat;
	padding: 30px 0 55px 0;
	box-shadow: 0 2px 5px #eee;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-qqBox1 p {
	overflow: hidden;
	padding-left: 20px;
}
.p-qqBox1 i {
	float: left;
	width: 50px;
	height: 56px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightBar.png) no-repeat -190px -87px;
	margin-right: 20px;
	margin-left: 10px;
}
.p-qqBox1 em {
	font-size: 14px;
	color: #666;
	font-style: normal;
	line-height: 18px;
}
.p-qqBox1 strong {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.p-qqBox1 a {
	display: inline-block !important;
	height: 34px !important;
	line-height: 34px;
	width: 76px !important;
	border-radius: 18px;
	font-size: 14px;
	color: #fff;
	background-color: #fe9900;
	margin: 20px 0 0px;
	box-shadow: 0 2px 5px #e68557;
	text-align: center;
}
.p-qqBox1 a:hover {
	background-color: #fe9900;
}
.p-qqBox1 a:nth-child(2n) {
	background-color: #44a531 !important;
	margin: 20px 10px 5px;
	box-shadow: 0 2px 5px #5c9950;
}

.p-qqBox1 span {
	/* display: block; */
	text-align: center;
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}
.p-qqBox1 a::after {
	display: none;
}
.p-qqBox1 p:nth-child(3) a{
	margin-top: 0px;
}
@media only screen and (min-width:1920px){
	.w,.nav,.Foot,.header,#sub{
		width: 1600px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
    .w,.nav,.Foot,.header,#sub {
        width: 1450px;
    }
    .top .item {
        padding: 23px 0;
    }
    .top .item .logo {
        width: 226px;
        padding-right: 16px;
    }
    .top .item .pageName {
        padding-left: 16px;
    }
    .top .item .pageName h1 {
        font-size: 24px;
    }
    .searchMain {
        margin: 0 0 0 80px;
    }
    .search {
        width: 564px;
        height: 36px;
    }
    .searchSelect {
        height: 36px;
    }
    .selectTop p  {
        margin-top: 8px;
    }
    .search input {
        height: 36px;
    }
    .search button {
        width: 90px;
        height: 40px;
        line-height: 40px;
    }
    .selectBot {
        top: 36px;
        width: 76px;
    }
    .searchMain .hot {
        margin-top: 6px;
    }
    .top .topAdv {
        width: 326px;
        height: 60px;
    }
    .nav {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }
    .nav a {
        padding: 0 38px;
        font-size: 16px;
    }
    .navFn {
        padding: 10px 0;
    }
    .navFn .item {
	    padding: 0 30px 0 23px;
    }
    .navFn .item p {
        font-size: 16px;
        height: 28px;
        line-height: 28px;
    }
    .navFn .item p a {
        margin-right: 22px;
    }
    .navFn .item p b {
        margin-right: 16px;
    }
    .navFn .item::after {
        height: 40px;
    }
    .navFn .item .item-more {
        font-size: 16px;
        height: 56px;
        width: 190px;
        padding: 0 0 0 23px;
    }
    .navFn .item .item-more .more {
        font-size: 16px;
    }
	.main {
		margin-top: 32px;
	}
	.main .right {
		width: 364px;
		margin-left: 46px;
	}
	.post-topic .title {
		font-size: 18px;
	}
	.post-topic .input input {
		height: 44px;
		font-size: 15px;
	}
	.post-topic .input button {
		top: 9px;
	}
	.rightadv-box {
		margin-top: 15px;
	}
	.adv-top {
		height: 218px;
	}
	.adv-tab p a {
		font-size: 16px;
		padding: 16px 0 0;
		height: 50px;
	}
	.adv-tab p a.focus::after {
		width: 21px;
	}
	.main .right .public-title {
		margin-top: 22px;
	}
	.recommend-news li {
		margin-top: 18px;
		font-size: 15px;
		height: 18px;
		line-height: 18px;
	}
	.recommend-video dl dd {
		font-size: 15px;
	}
	.recommend-video li p {
		margin-top: 12px;
		line-height: 20px;
		font-size: 14px;
		height: 40px;
	}
	.recommend-exhi li p {
		font-size: 15px;
	}
	.recommend-exhi li .data {
		font-size: 13px;
	}
	.topic-li .item {
		margin-right: 36px;
	}
	.topic-ul {
		margin-right: -36px;
		margin-top: -52px;
	}
	.topic-li {
		margin-top: 52px;
	}
	.topic-li .title .num {
		width: 48px;
		height: 43px;
		font-size: 21px;
		line-height: 41px;
		margin-right: 15px;
		margin-top: -3px;
	}
	.topic-li .title::after {
		left: 10px;
		top: -2px;
		width: 43px;
		height: 43px;
		transform: skew(-6deg);
	}
	.topic-li .title p {
		height: 38px;
	}
	.topic-li .title {
		margin-top: 5px;
		height: 38px;
		line-height: 36px;
	}
	.topic-li .title i {
		width: 58px;
		right: 20px;
		top: 6px;
	}
	.topic-li .type a {
		font-size: 14px;
		padding: 0 8px;
	}
	.topic-li li {
		margin-top: 22px;
	}
	.topic-li li p {
		font-size: 16px;
	}
	.topic-li li p mark {
		font-size: 14px;
		padding: 0 7px;
		line-height: 20px;
		height: 22px;
		margin-left: 2px;
	}
	.topic-li .video .image {
		width: 160px;
		margin-right: 15px;
	}
	.topic-li .video .text p {
		line-height: 26px;
		height: 52px;
	}
	.topic-li .video .text span {
		font-size: 14px;
		margin-top: 20px;
	}
	.exhi-swiper .text p {
		margin-top: 15px;
		font-size: 17px;
		line-height: 26px;
		height: 52px;
	}
	.recommend-products .image {
		width: 96px;
	}
	.topic-detail .title {
		font-size: 24px;
	}
	.topic-detail li .right-image {
		width: 246px;
		margin-left: 25px;
	}
	.topic-detail li .text p {
		font-size: 18px;
	}
	.topic-detail li .text .content {
		font-size: 15px;
		line-height: 22px;
		height: 44px;
		margin-top: 16px;
	}
	.topic-detail li .text .data {
		font-size: 13px;
		margin-top: 30px;
	}
	.topic-detail li {
		padding: 20px 0;
	}
	.topic-detail .img-ul {
		margin-top: 16px;
		margin-right: -15px;
	}
	.topic-detail .img-li .item {
		margin-right: 15px;
	}
	.topic-detail .special .image {
		width: 636px;
	}
    .topic-detail .special .text p {
		font-size: 18px;
		height: 20px;
		line-height: 20px;
	}
	.topic-detail .special .text .content {
		font-size: 13px;
		line-height: 20px;
		height: 60px;
		margin-top: 24px;
	}
	.topic-detail .special .text .btn a {
		width: 83px;
		height: 30px;
		line-height: 28px;
		font-size: 13px;
	}
	.topic-detail .special .text .btn {
		margin-top: 30px;
	}

    .footLeft p {
        line-height: 28px;
    }
    .footMenu {
        font-size: 14px;
        line-height: 44px;
    }
    .footRight {
        padding-top: 5px;
    }
	.footRight .webLogo{
		width: 200px;
	}
	.footRight p {
		display: inline-block;
		width: 135px;
		margin-top: 8px;
	}
}
@media only screen and (min-width: 1460px) and (max-width:1599px){
    .w,.nav,.Foot,.header,#sub {
        width: 1380px;
    }
    #header {
        font-size: 13px;
    }
    .header p a {
        font-size: 13px;
    }
    .top .item {
        padding: 22px 0;
    }
    .top .item .logo {
        width: 216px;
        padding-right: 14px;
    }
    .top .item .pageName {
        padding-left: 14px;
    }
    .top .item .pageName h1 {
        font-size: 22px;
    }
    .searchMain {
        margin: 0 0 0 72px;
    }
    .search {
        width: 537px;
        height: 34px;
    }
    .searchSelect {
        height: 34px;
        width: 66px;
    }
    .selectTop p  {
        margin-top: 8px;
    }
    .selectTop i {
        right: 4px;
    }
    .search input {
        height: 34px;
    }
    .search button {
        width: 85px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
    .search button i {
        font-size: 14px;
    }
    .selectBot {
        top: 34px;
        width: 66px;
    }
    .selectBot li {
        line-height: 24px;
    }
    .searchMain .hot {
        margin-top: 6px;
    }
    .top .topAdv {
        width: 310px;
        height: 57px;
    }
    .nav {
        height: 44px;
        line-height: 44px;
    }
    .nav a {
        padding: 0 38px;
        font-size: 15px;
    }
    .navFn {
        padding: 10px 0;
    }
    .navFn .item {
	    padding: 0 30px 0 22px;
    }
    .navFn .item p {
        font-size: 14px;
        height: 26px;
        line-height: 26px;
    }
    .navFn .item p a {
        margin-right: 22px;
    }
    .navFn .item p b {
        margin-right: 16px;
    }
    .navFn .item::after {
        height: 38px;
    }
    .navFn .item .item-more {
        font-size: 14px;
        height: 52px;
        width: 175px;
        padding: 0 0 0 22px;
    }
    .navFn .item .item-more .more {
        font-size: 14px;
    }
	.main {
		margin-top: 32px;
	}
	.main .right {
		width: 344px;
		margin-left: 44px;
	}
	.post-topic .title {
		font-size: 18px;
	}
	.post-topic .input input {
		height: 40px;
		font-size: 14px;
	}
	.post-topic .input button {
		top: 7px;
	}
	.rightadv-box {
		margin-top: 15px;
	}
	.adv-top {
		height: 206px;
	}
	.adv-tab p a {
		font-size: 16px;
		padding: 16px 0 0;
		height: 50px;
	}
	.adv-tab p a.focus::after {
		width: 21px;
	}
	.main .right .public-title {
		margin-top: 22px;
	}
	.main .right .public-title b {
		font-size: 20px;
		font-style: italic;
		position: relative;
		line-height: 22px;
	}
	.main .right .public-title::before {
		width: 106px;
		height: 8px;
	}
	.main .right .public-title .more {
		line-height: 20px;
		height: 22px;
		font-size: 12px;
	}
	.recommend-news ul {
		margin-top: 15px;
	}
	.recommend-news li {
		margin-top: 14px;
		font-size: 14px;
		height: 18px;
		line-height: 18px;
	}
	.recommend-news li span {
		font-size: 15px;
		margin-right: 8px;
	}
	.recommend-video ul .image mark {
		font-size: 12px;
		line-height: 20px;
		top: 8px;
		right: 8px;
	}
	.recommend-video .image p,.recommend-exhi .first .image p {
		padding: 60px 12px 10px;
		font-size: 14px;
	}
	.recommend-exhi .first .image p span {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-video dl dd {
		font-size: 14px;
	}
	.recommend-video dl {
		margin-top: 14px;
	}
	.recommend-video li {
		margin-top: 18px;
	}
	.recommend-video li p {
		margin-top: 8px;
		line-height: 19px;
		font-size: 13px;
		height: 38px;
	}
	.recommend-exhi li p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-exhi li .data {
		font-size: 12px;
	}
	.topic-li .item {
		margin-right: 34px;
	}
	.topic-ul {
		margin-right: -34px;
		margin-top: -48px;
	}
	.topic-li {
		margin-top: 48px;
	}
	.topic-li .title .num {
		width: 48px;
		height: 43px;
		font-size: 21px;
		line-height: 41px;
		margin-right: 15px;
		margin-top: -3px;
	}
	.topic-li .title::after {
		left: 10px;
		top: -2px;
		width: 43px;
		height: 43px;
		transform: skew(-6deg);
	}
	.topic-li .title p {
		height: 38px;
	}
	.topic-li .title {
		margin-top: 5px;
		height: 38px;
		line-height: 36px;
	}
	.topic-li .title i {
		width: 58px;
		right: 20px;
		top: 6px;
	}
	.topic-li .type a {
		font-size: 14px;
		padding: 0 8px;
	}
	.topic-li li {
		margin-top: 20px;
	}
	.topic-li li p {
		font-size: 15px;
		height: 20px;
		line-height: 20px;
	}
	.main .right .public-title .join {
		line-height: 22px;
		height: 24px;
		font-size: 12px;
	}
	.hbhao ul {
		padding: 0 17px;
		margin-top: 16px;
	}
	.hbhao li {
		padding: 18px 0;
	}
	.hbhao li .text p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
		margin-top: 4px;
	}
	.hbhao li .text span {
		margin-top: 12px;
		font-size: 12px;
	}
	.hbhao li .image {
		width: 56px;
		margin-right: 10px;
	}
	.topic-li li p i {
		margin-right: 6px;
	}
	.topic-li li p b {
		margin: 9px 11px 0 6px;
	}
	.topic-li li p mark {
		font-size: 12px;
		padding: 0 7px;
		line-height: 18px;
		height: 20px;
		margin-left: 2px;
	}
	.topic-li .video .image {
		width: 160px;
		margin-right: 15px;
	}
	.topic-li .video .text p {
		line-height: 26px;
		height: 52px;
	}
	.topic-li .video .text span {
		font-size: 14px;
		margin-top: 20px;
	}
	.exhi-swiper .text p {
		margin-top: 15px;
		font-size: 17px;
		line-height: 26px;
		height: 52px;
	}
	.recommend-products .image {
		width: 89px;
		margin-right: 12px;
	}
	.recommend-products .text p {
		font-size: 14px;
		line-height: 20px;
		height: 20px;
	}
	.recommend-products .text span {
		font-size: 12px;
		margin-top: 10px;
		line-height: 14px;
		height: 14px;
	}
	.recommend-products .text .price {
		margin-top: 23px;
		font-size: 14px;
	}
	.topic-detail .title {
		font-size: 23px;
	}
	.topic-detail .title b {
		margin-right: 14px;
		padding-bottom: 11px;
		width: 32px;
	}
	.topic-detail .title .more {
		font-size: 12px;
	}
	.topic-detail li .right-image {
		width: 234px;
		margin-left: 22px;
	}
	.topic-detail li .text p {
		font-size: 17px;
		margin-top: 4px;
	}
	.topic-detail li .text .content {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 16px;
	}
	.topic-detail li .text .data {
		font-size: 12px;
		margin-top: 30px;
	}
	.topic-detail li {
		padding: 20px 0;
	}
	.topic-detail .img-ul {
		margin-top: 16px;
		margin-right: -15px;
	}
	.topic-detail .img-li .item {
		margin-right: 15px;
	}
	.topic-detail .special .image {
		width: 604px;
	}
	.topic-detail .special .text p {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
	}
	.topic-detail .special .text {
		padding: 24px 26px 0;
	}
	.topic-detail .special .text .content {
		font-size: 13px;
		line-height: 20px;
		height: 60px;
		margin-top: 24px;
	}
	.topic-detail .special .text .btn a {
		width: 83px;
		height: 30px;
		line-height: 28px;
		font-size: 13px;
	}
	.topic-detail .special .text .btn {
		margin-top: 30px;
	}

    .footer {
        margin-top: 22px;
    }
    .footLeft p {
        line-height: 28px;
        font-size: 13px;
    }
    .footMenu {
        font-size: 13px;
        line-height: 32px;
    }
	.footRight {
		width: 410px;
		padding-top: 0px;
	}
	.footRight .webLogo{
		width: 190px;
	}
	.footRight p {
		width: 130px;
		margin-top: 5px;
	}
    .footRight p span {
        font-size: 13px;
        line-height: 24px;
    }
    .copyright {
        font-size: 13px;
    }
	.fenxiangDiv {
		margin: 0px 0 0 10px;
	}
}
@media only screen and (max-width:1459px){
    .w,.nav,.Foot,.header,#sub {
        width: 1224px;
    }
	body{
		min-width: 1224px;
	}
	.nav ul li a {
		padding: 0 31px;
	}
    #header {
        font-size: 13px;
    }
    .header p a {
        font-size: 13px;
    }
    .top .item {
        padding: 20px 0;
    }
    .header--drop ul li a {
        font-size: 13px;
    }
    .header--drop ul li a i {
        font-size: 16px;
    }
    .top .item .logo {
        width: 192px;
        padding-right: 12px;
    }
    .top .item .pageName {
        padding-left: 12px;
    }
    .top .item .pageName h1 {
        font-size: 20px;
    }
    .top .item .pageName p {
        width: 84px;
        height: 12px;
    }
    .searchMain {
        margin: 0 0 0 65px;
    }
    .search {
        width: 475px;
        height: 30px;
		margin-top: 8px;
    }
    .searchSelect {
        height: 30px;
        width: 66px;
    }
    .selectTop p  {
        margin-top: 6px;
        font-size: 12px;
    }
    .selectTop i {
        right: 6px;
        -webkit-transform: rotate(0) scale(0.8);
        -ms-transform: rotate(0) scale(0.8);
        -o-transform: rotate(0) scale(0.8);
        transform: rotate(0) scale(0.8);
    }
    .selectTop.focus i {
        -webkit-transform: rotate(180deg) scale(0.8);
        -ms-transform: rotate(180deg) scale(0.8);
        -o-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }
    .selectBot {
        top: 30px;
        width: 66px;
    }
    .selectBot li {
        font-size: 12px;
        line-height: 22px;
        text-indent: 16px;
    }
    .search input {
        height: 30px;
        font-size: 12px;
    }
    .search button {
        width: 76px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
    }
    .search button i {
        font-size: 12px;
    }
    .searchMain .hot {
        margin-top: 4px;
    }
    .searchMain .hot a {
        margin-right: 8px;
    }
    .top .topAdv {
        width: 275px;
        height: 51px;
    }
    .nav {
        height: 40px;
        line-height: 40px;
    }
    .nav a {
        padding: 0 34px;
        font-size: 14px;
    }
    .navFn {
        padding: 10px 0;
    }
    .navFn .item {
	    padding: 0 30px 0 18px;
    }
    .navFn .item p {
        font-size: 12px;
        height: 22px;
        line-height: 22px;
    }
    .navFn .item p a {
        margin-right: 22px;
    }
    .navFn .item p b {
        margin-right: 14px;
    }
    .navFn .item::after {
        height: 38px;
    }
    .navFn .item .item-more {
        font-size: 14px;
        height: 44px;
        width: 155px;
        padding: 0 0 0 18px;
    }
    .navFn .item .item-more .more {
        font-size: 12px;
    }
	.main {
		margin-top: 25px;
	}
	.location {
		margin-top: 15px;
		font-size: 12px;
	}
	.main .right {
		width: 306px;
		margin-left: 38px;
	}
	.post-topic .title {
		font-size: 15px;
	}
	.post-topic .input {
		margin-top: 12px;
	}
	.post-topic .input input {
		height: 36px;
		font-size: 12px;
	}
	.post-topic .input button i {
		font-size: 20px;
	}
	.post-topic .input button {
		top: 7px;
	}
	.rightadv-box {
		margin-top: 13px;
	}
	.adv-top {
		height: 183px;
	}
	.adv-tab p a {
		font-size: 14px;
		padding: 13px 0 0;
		height: 44px;
	}
	.adv-tab p a.focus::after {
		width: 16px;
	}
	.main .right .public-title {
		margin-top: 20px;
	}
	.main .right .public-title b {
		font-size: 20px;
		font-style: italic;
		position: relative;
		line-height: 22px;
	}
	.main .right .public-title::before {
		width: 106px;
		height: 8px;
	}
	.main .right .public-title .more {
		line-height: 20px;
		height: 22px;
		font-size: 12px;
	}
	.recommend-news ul {
		margin-top: 15px;
	}
	.recommend-news li {
		margin-top: 14px;
		font-size: 14px;
		height: 16px;
		line-height: 16px;
	}
	.recommend-video .image mark {
		line-height: 24px;
		font-size: 12px;
	}
	.recommend-news li span {
		font-size: 15px;
		margin-right: 8px;
	}
	.recommend-video ul .image mark {
		font-size: 12px;
		line-height: 20px;
		top: 8px;
		right: 8px;
	}
	.recommend-video .image p,.recommend-exhi .first .image p {
		padding: 60px 12px 10px;
		font-size: 14px;
	}
	.recommend-exhi .first .image p span {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-video dl dd {
		font-size: 14px;
	}
	.recommend-video dl {
		margin-top: 14px;
	}
	.recommend-video li {
		margin-top: 18px;
	}
	.recommend-video li p {
		margin-top: 8px;
		line-height: 19px;
		font-size: 13px;
		height: 38px;
	}
	.recommend-exhi li p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-exhi li .data {
		font-size: 12px;
	}
	.topic-li .item {
		margin-right: 26px;
	}
	.topic-ul {
		margin-right: -26px;
		margin-top: -40px;
	}
	.topic-li .title p {
		font-size: 16px;
	}
	.topic-li {
		margin-top: 40px;
	}
	.topic-li .title .num {
		width: 48px;
		height: 43px;
		font-size: 21px;
		line-height: 41px;
		margin-right: 15px;
		margin-top: -3px;
	}
	.topic-li .title::after {
		left: 10px;
		top: -2px;
		width: 43px;
		height: 43px;
		transform: skew(-6deg);
	}
	.topic-li .title p {
		height: 38px;
	}
	.topic-li .title {
		margin-top: 5px;
		height: 38px;
		line-height: 36px;
	}
	.topic-li .title i {
		width: 58px;
		right: 17px;
		top: 8px;
	}
	.topic-li .type a {
		font-size: 12px;
		padding: 0 8px;
	}
	.topic-li li {
		margin-top: 16px;
	}
	.topic-li li p {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}
	.main .right .public-title .join {
		line-height: 22px;
		height: 24px;
		font-size: 12px;
	}
	.hbhao ul {
		padding: 0 17px;
		margin-top: 16px;
	}
	.hbhao li {
		padding: 18px 0;
	}
	.hbhao li .text p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
		margin-top: 4px;
	}
	.hbhao li .text span {
		margin-top: 12px;
		font-size: 12px;
	}
	.hbhao li .image {
		width: 56px;
		margin-right: 10px;
	}
	.topic-li li p i {
		margin-right: 7px;
		font-size: 14px;
	}
	.topic-li .type {
		margin-top: 15px;
	}
	.topic-li li p b {
		margin: 9px 11px 0 6px;
	}
	.topic-li li p mark {
		font-size: 12px;
		padding: 0 7px;
		line-height: 18px;
		height: 20px;
		margin-left: 2px;
	}
	.topic-li .video .image {
		width: 134px;
		margin-right: 12px;
	}
	.topic-li .video .text p {
		line-height: 22px;
		height: 44px;
		font-size: 14px;
	}
	.topic-li .video .text span {
		font-size: 12px;
		margin-top: 11px;
	}
	.exhi-swiper .text p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.exhi-swiper .text span {
		margin-top: 12px;
		font-size: 12px;
	}
	.recommend-products li {
		margin-top: 12px;
	}
	.recommend-products .image {
		width: 89px;
		margin-right: 12px;
	}
	.recommend-products .text p {
		font-size: 14px;
		line-height: 20px;
		height: 20px;
	}
	.recommend-products .text span {
		font-size: 12px;
		margin-top: 10px;
		line-height: 14px;
		height: 14px;
	}
	.recommend-products .text .price {
		margin-top: 23px;
		font-size: 14px;
	}
	.topic-detail .title {
		font-size: 21px;
	}
	.topic-detail .title b {
		margin-right: 14px;
		padding-bottom: 11px;
		width: 32px;
	}
	.topic-detail .title .more {
		font-size: 12px;
	}
	.topic-detail li .right-image {
		width: 208px;
		margin-left: 20px;
	}
	.topic-detail li .text p {
		font-size: 17px;
		margin-top: 4px;
	}
	.topic-detail li .text .content {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 12px;
	}
	.topic-detail li .text .data {
		font-size: 12px;
		margin-top: 25px;
	}
	.topic-detail li {
		padding: 18px 0;
	}
	.topic-detail .special {
		margin-top: 20px;
	}
	.topic-detail .img-ul {
		margin-top: 16px;
		margin-right: -15px;
	}
	.topic-detail .img-li .item {
		margin-right: 15px;
	}
	.topic-detail .special .image {
		width: 536px;
	}
	.topic-detail .special .text p {
		font-size: 15px;
		height: 17px;
		line-height: 17px;
	}
	.topic-detail .special .text {
		padding: 20px 20px 0;
	}
	.topic-detail .special .text .content {
		font-size: 12px;
		line-height: 18px;
		height: 54px;
		margin-top: 18px;
	}
	.topic-detail .special .text .btn a {
		width: 83px;
		height: 28px;
		line-height: 26px;
		font-size: 12px;
	}
	.topic-detail .special .text .btn {
		margin-top: 28px;
	}


    .footer {
        margin-top: 16px;
    }
    .footLeft p {
        line-height: 24px;
        font-size: 12px;
    }
    .footMenu {
        font-size: 12px;
        line-height: 26px;
    }
	.footRight {
		width: 400px;
		padding-top: 0;
	}
	.footRight .webLogo{
		width: 165px;
	}
	.footRight p {
		width: 130px;
		margin-top: 2px;
	}
	.footRight p img {
		width: 90px;
	}
	.fenxiangDiv {
		margin: 0px 0 0 10px;
	}
}
