body{
	line-height: 1;
	background: #fff;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #44a631;
}
.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 {
	width: 1600px;
	margin: 0 auto;
}

.advs {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.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{
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 14px;
}
.header{
	margin: 0 auto;
}
#divLogin{
	float: left;
}
#divLogin ul {
	float: left;
}
#divLogin ul li {
	float: left;
}
#divLogin ul li img {
	vertical-align: top;
	margin: 2px 4px 0 0;
}
#divLogin ul li:first-child a {
	margin-right: 25px;
}
#divLogin ul li a{
	color: #999;
	margin-right: 15px;
}
#divLogin ul li a:hover,.header p a:hover{
	color: #44a631;
}
#divLogin ul li a.S-login {
	color: #44a631;
}

.header p {
	float:right;
	padding-right:190px;
	font-size: 0;
}
.header p a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	position: relative;
}
.header p a::after {
	width: 1px;
	height: 15px;
	background-color: #e4e4e4;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}
/* Tophead */
.Tophead{
	margin: 0 auto;
	position: relative;
}
.Tophead ul{
	position: absolute;
	top: -40px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 40px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	position: relative;
}
.Tophead li .ServiceTop::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #e2e2e2;
}
.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a{
	color: #666;
}
/* 两个下拉 */
.Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	color: #138146;
}
.Tophead li .ServiceTop i{
	margin-right: 6px;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9999;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 672px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 25%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
}
.ServiceBot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.ServiceBot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.ServiceBot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #c27468;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.weixin .hover::after{
	display: none;
}
.header--drop{
	margin: 0 auto;
	position:relative;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -40px;
}
.header--drop ul li {
	float: left;
	height: 40px;
	position:relative;
}
.header--drop ul li .weixin{
	height: 40px;
	position:relative;
	color: #44a631;
}
.header--drop ul li.wx a {
	color: #44a631;
}
.header--drop ul li .weixin.hover::before{
	background-color: #fff;
	content:'';
	position:absolute;
	left: 0px;
	top: -2px;
	right: 0px;
	bottom:0;
	height: 45px;
	z-index: 2;
}
.header--drop ul li .weixin.hover{
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.header--drop ul li .weixin.hover::after,.header--drop ul li:last-child .weixin::after{
	display: none;
}
.web-code{
	width: 300px;
	padding:25px 25px 20px 25px;
	background-color: #fff;
	position:absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
	z-index: 101;
}
.web-code1 {
	width: 450px;
	padding: 25px 12px 20px 12px;
}
.web-code .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.web-code1 .item {
	width: calc(33.33% - 20px) !important;
}
.web-code img{
	width: 100%;
	height: 100%;
}
.web-code b{
	display: block;
	font-size: 14px;
	padding:18px 0 8px 0;
}
.web-code p{
	color: #999;
}
.header--drop ul li a{
	color: #666;
	line-height: 40px;
	display: block;
	padding: 0 10px;
	position:relative;
	z-index: 9;
	font-size: 14px;
	cursor: pointer;
}
.header--drop ul li a i{
	vertical-align: top;
	font-size: 20px;
	margin: 10px 4px 0 0;
}
.header--drop ul li a:hover{
	color: #44a631;
}

/* 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: #44a631;
}
.search {
	width: 620px;
	height: 40px;
	border: 2px solid #44a631;
	position: relative;
	border-radius: 40px;
}

.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: #44a631;
	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 #44a631;
	border-top: 2px solid #44a631;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #44a631;
	border-right: 2px solid #44a631;
}

.selectBot li:hover {
	background-color: #44a631;
	border-left: 2px solid #44a631;
	border-right: 2px solid #44a631;
	color: #fff;
	cursor: pointer;
}

/* top End */
/* nav */
.nav {
	background: #44a631;
	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.home,
.nav ul li a:hover {
	background: #ff9c28;
}
.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: #44a631;
	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: #44a631;
	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: #44a631;
}
.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: #44a631;
	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: #44a631;
	border-color: #44a631;
}
.m-topic-banner {
	margin-top: 25px;
}
.hot-list-box {
	margin-top: 20px;
	border-top: 2px solid #e6e6e6;
}
.hot-list ul {
	overflow: hidden;
	margin-top: 16px;
}
.hot-list li {
	float: left;
	width: 33.33%;
	margin-top: 8px;
}
.hot-list li .item {
	height: 80px;
	border-radius: 8px;
	margin-right: 8px;
	position: relative;
	background-color: #fcdbdb;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.hot-list li .item:hover {
	background-color: #ffc8c8;
}
.hot-list li .item a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 14px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
	color: #666;
	width: 100%;
	padding: 0 12px;
	box-sizing: border-box;
	text-align: center;
}
.hot-list li .item a:hover {
	color: #333;
}
.hot-list li:nth-child(2) .item {
	background-color: rgba(255, 229, 204,.3);
}
.hot-list li:nth-child(2) .item:hover {
	background-color: rgba(255, 229, 204,.7);
}
.hot-list li:nth-child(3) .item {
	background-color: rgba(255, 248, 198,.3);
}
.hot-list li:nth-child(3) .item:hover {
	background-color: rgba(255, 248, 198,.7);
}
.hot-list li:nth-child(4) {
	width: 66.66%;
}
.hot-list li:nth-child(4) .item {
	background-color: rgba(207, 254, 238,.3);
}
.hot-list li:nth-child(4) .item:hover {
	background-color: rgba(207, 254, 238,.7);
}
.hot-list li:nth-child(5) .item,.hot-list li:nth-child(8) .item {
	background-color: #f8f2ff;
}
.hot-list li:nth-child(5) .item:hover,.hot-list li:nth-child(8) .item:hover {
	background-color: #eee1ff;
}
.hot-list li:nth-child(8) .item::after {
	height: 20px;
	width: 100%;
	content: "";
	background-color: #f8f2ff;
	position: absolute;
	top: -14px;
	left: 0;
	z-index: -1;
}

.hot-list li:nth-child(6) .item {
	background-color: rgba(199, 245, 245,.3);
}
.hot-list li:nth-child(7) .item {
	background-color: rgba(205, 225, 253,.3);
}
.hot-list li:nth-child(6) .item:hover {
	background-color: rgba(199, 245, 245,.7);
}
.hot-list li:nth-child(7) .item:hover {
	background-color: rgba(205, 225, 253,.7);
}
.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: #44a631;
}
.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: #44a631;
}
.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;
	border-top: 2px solid #e6e6e6;
	padding-top: 20px;
}
.recommend-video .first .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.recommend-video .first .image img {
	max-height: none;
	width: 100%;
}
.recommend-video li .image {
	height: 108px;
	overflow: hidden;
	position: relative;
}
.recommend-video li .image img {
	height: 100%;
	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.living{
	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: #44a631;
	color: #fff;
	border-color: #44a631;
}
.main .left {
	overflow: hidden;
	position: relative;
}
.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: 42px;
	position: relative;
	line-height: 40px;
}
.topic-li .title .num {
	width: 46px;
	height: 46px;
	border-radius: 16px 0 16px 16px;
	float: left;
	background-image: -moz-linear-gradient( 54deg, rgb(68,166,49) 0%, rgb(58,191,102) 100%);
	background-image: -webkit-linear-gradient( 54deg, rgb(68,166,49) 0%, rgb(58,191,102) 100%);
	background-image: -ms-linear-gradient( 54deg, rgb(68,166,49) 0%, rgb(58,191,102) 100%);
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 44px;
	font-style: italic;
	margin-right: 18px;
	margin-top: -4px;
	position: relative;
	z-index: 9;
}

.topic-li .title::after {
	content: "";
	position: absolute;
	left: 6px;
	top: -2px;
	width: 46px;
	height: 46px;
	background-color: #fff;
	border-radius: 16px 0 16px 16px;
}
.topic-li .title p {
	font-size: 20px;
	font-weight: bold;
	padding-right: 95px;
	overflow: hidden;
	height: 42px;
}
.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: #44a631;
}
.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: #44a631;
	vertical-align: top;
	margin: 9px 15px 0 6px;
}
.topic-li li p i {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	color: #44a631;
	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-image: -moz-linear-gradient( 54deg, rgb(237,102,20) 0%, rgb(206,89,119) 100%);
	background-image: -webkit-linear-gradient( 54deg, rgb(237,102,20) 0%, rgb(206,89,119) 100%);
	background-image: -ms-linear-gradient( 54deg, rgb(237,102,20) 0%, rgb(206,89,119) 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-image: -moz-linear-gradient( 54deg, rgb(227,95,43) 0%, rgb(218,201,6) 100%);
	background-image: -webkit-linear-gradient( 54deg, rgb(227,95,43) 0%, rgb(218,201,6) 100%);
	background-image: -ms-linear-gradient( 54deg, rgb(227,95,43) 0%, rgb(218,201,6) 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-image: -moz-linear-gradient( 54deg, rgb(73,117,217) 0%, rgb(50,190,162) 100%);
	background-image: -webkit-linear-gradient( 54deg, rgb(73,117,217) 0%, rgb(50,190,162) 100%);
	background-image: -ms-linear-gradient( 54deg, rgb(73,117,217) 0%, rgb(50,190,162) 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 b i {
	color:#ff9c28;
}
.main .right .public-title span {
	color: #e6ebf5;
	font-family: "Arial";
	margin-left: 8px;
	font-size: 22px;
	font-weight: bold;
}
.main .right .public-title span i {
	font-style: normal;
	margin-right: 7px;
}
.main .right .public-title::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #44a631;
	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 .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: #44a631;
	border-color: #44a631;
}
.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: #44a631;
	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;
}
.left-share {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.left-share-box {
	position: fixed;
	transform: translateX(0);
}
/* .left-share-box > p {
	font-size: 0;
}
.left-share-box > p span {
	font-size: 14px;
	color: #999;
	margin: 0 7px;
}
.left-share-box > p i {
	display: inline-block;
	width: 14px;
	height: 1px;
	background-color: #dddddd;
	vertical-align: top;
	margin-top: 8px;
} */
.left-share .Share-1 {
	position: relative;
	margin-top: 18px;
	position: fixed;
	transform: translate(0,0);
}
.left-share .Share-1 .wx-bot {
	top: -65px;
	width: 170px;
	left: 70px !important;
}
.left-share .Share-1 .wx-bot em {
	position: absolute;
	left: -17px;
	top: 70px;
	display: inline-block;
	height: 32px;
	width: 17px;
	background: url(https://public.mtnets.com/Images/public/share/Share-arr-right.png) no-repeat;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.hot-topic {
	background: #f5f5f5 url(/images/news/topicbg.png) no-repeat right top;
	background-size: auto 100%;
	border-radius: 8px;
	position: relative;
	padding: 20px;
}
.hot-topic::after {
	content: "";
	clear: both;
	display: block;
}
.hot-topic .image {
	width: 420px;
	float: left;
	border-radius: 8px;
	margin-right: 28px;
	overflow: hidden;
}
.hot-topic .image a {
	display: block;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.hot-topic .image img {
	max-height: none;
	width: 100%;
}
.hot-topic .text {
	overflow: hidden;
}
.hot-topic .text .title {
	position: relative;
	margin-top: 20px;
}
.hot-topic .text .title span {
	display: inline-block;
	width: 95px;
}

.hot-topic .text .title .more {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 15px;
	color: #999;
}
.hot-topic .text .title .more:hover {
	color: #4385f5;
}
.hot-topic .text .name {
	font-size: 30px;
	font-weight: bold;
	display: inline;
	line-height: 38px;
}
.hot-topic .text .content {
	margin-top: 20px;
	font-size: 16px;
	color: #999;
}
.data .Share-2 {
	position: absolute;
	font-size: 0;
	right: 30px;
	bottom: 20px;
}
.data .Share-2 li {
	display: inline-block;
	margin-right: 16px;
	position: relative;
	z-index: 9;
	padding: 0;
	overflow: visible;
}
.Share-2 .wx-bot {
	bottom: -224px !important;
}
.topic-detail {
	overflow: hidden;
}
.topic-detail .title {
	font-size: 32px;
	font-weight: bold;
	color: #44a631;
	position: relative;
	font-family: "Microsoft YaHei";
}
.topic-detail .title a {
	color: #44a631;
}
.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;
	position: relative;
	vertical-align: top;
}
.topic-detail .title b::after {
	/* content: ""; */
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #44a631;
}
.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: #44a631;
}
.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 .label {
	display: inline-block;
	border: 1px solid #1890ff;
	border-radius: 4px;
	line-height: 20px;
	height: 22px;
	box-sizing: border-box;
	padding: 0 8px;
	font-size: 14px;
	color: #4385f5;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 3px;
	font-weight: normal;
}
.topic-detail li .text p .label.notice {
	border-color: #00b578;
	background-color: #00b578;
	color: #fff;
	font-weight: bold;
}
.topic-detail li .text p .label.replay {
	border-color: #0396ff;
	background-color: #0396ff;
	color: #fff;
	font-weight: bold;
}
.topic-detail li .text p .label.living {
	border-color: #fa5151;
	background-color: #fa5151;
	color: #fff;
	font-weight: bold;
}
.topic-detail li .text p .label.recorded {
	border-color: #a1a5a8;
	background-color: #a1a5a8;
	color: #fff;
	font-weight: bold;
}
.topic-detail li .text p .label.living i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("http://public.mtnets.com/Images/public/zhibo-icon.gif") no-repeat;
	background-size: contain;
	margin-top: 4px;
	vertical-align: top;
	margin-right: 2px;
}

.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: #44a631;
	/* margin-left: 6px; */
}
.topic-detail li .text p mark.recommend {
	margin-left: 6px;
	margin-right: 0;
	background: transparent;
	color: #44a631;
}
.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: 17px;
	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: 420px;
	float: left;
	position: relative;
}
.topic-detail .special .image a {
	display: block;
	height: 210px;
	/* padding-bottom: 34.3%; */
	overflow: hidden;
}
.topic-detail .special .image img {
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}
.topic-detail .special .text {
	padding: 25px 24px 0;
	overflow: hidden;
}
.topic-detail .special .text p {
	font-size: 20px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	margin: 0;
}
.topic-detail .special .text .content {
	margin-top: 25px;
	font-size: 15px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.topic-detail .special .text .btn {
	margin-top: 24px;
}
.topic-detail .special .text .btn a {
	border: 1px solid #44a631;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	width: 128px;
	height: 44px;
	line-height: 42px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #44a631;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.topic-detail .special .text .btn a:hover {
	background-color: #fff;
	color: #44a631;
}
.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: #44a631;
	color: #fff;
	margin-left: 10px;
}
.pages a:hover,.pages a.on {
	background-color: #44a631;
	border-color: #44a631;
	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-color: #222;
	padding: 20px 0;
	margin-top: 45px;
}
.Foot{
	margin:0 auto;
	color: #fff;
	overflow: hidden;
}
.footLeft{
	width: 860px;
	float: left;
	padding-right: 100px;
}
.footMenu{
	color: #666666;
	font-size: 16px;
	line-height: 56px;
	display: block;
}
.footMenu a {
	color: #fff;
	margin: 0 14px;
}
.footMenu a:first-child {
	margin-left: 0;
}
.footMenu a:hover{
	color: #44a631;
}
.footLeft p{
	color: #cacaca;
	line-height: 30px;
	font-size: 14px;
}
.footLeft p.webName i{
	font-style: normal;
	color: #44a631;
}
.footLeft p a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #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/Version/2022/info/qq-ico.png") no-repeat center center;
}
.copyright{
	border-top: 1px solid #373737;
	margin-top: 10px;
	padding: 10px 0;
	color: #cacaca;
	font-size: 14px;
}
.footRight{
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
	border-left: 1px solid #373737;
}
.footRight p{
	display: inline-block;
	margin: 0 36px;
}
.footRight p span {
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.footRight p img{
	width: 140px;
	border:1px solid #999999;
	margin:5px 0;
}
.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: #44a631;
	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;
}
.p-qqBox1 a .QQhover {
	position: absolute;
	left: -15px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255, 255, 255, .9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}

.p-qqBox1 a .QQhover::after {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}

.p-qqBox1 a:hover .QQhover {
	display: inline-block;
}
@media only screen and (min-width:1920px){
	.w{
		width: 1600px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
    .w {
        width: 1450px;
    }
	.hot-topic .image {
		width: 390px;
	}
	.hot-topic .text .name {
		font-size: 28px;
		line-height: 38px;
	}
    .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: 42px;
		height: 42px;
		font-size: 21px;
		line-height: 40px;
		margin-right: 15px;
		margin-top: -3px;
	}
	.topic-li .title::after {
		left: 5px;
		top: -2px;
		width: 42px;
		height: 42px;
	}
	.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: 380px;
	}
	.topic-detail .special .image a {
		height: 190px;
	}
    .topic-detail .special .text .name {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
	}
	.topic-detail .special .text .content {
		margin-top: 18px;
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	.topic-detail .special .text .btn a {
		width: 116px;
		height: 40px;
		line-height: 38px;
		font-size: 15px;
	}

    .footLeft p {
        line-height: 28px;
    }
    .footMenu {
        font-size: 14px;
        line-height: 44px;
    }
    .footRight {
        padding-top: 5px;
    }
    .footRight p img {
        width: 128px;
    }
    .footRight p span {
        font-size: 14px;
    }
	.recommend-video li .image {
		height: 98px;
	}
}
@media only screen and (min-width: 1460px) and (max-width:1599px){
    .w {
        width: 1380px;
    }
	.hot-topic .image {
		width: 390px;
	}
	.hot-topic .text .name {
		font-size: 28px;
		line-height: 38px;
	}
	.Tophead ul{
		top: -36px;
	}
	.Tophead li {
		height: 36px;
	}
	.Tophead li .ServiceTop {
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
	}
	.ServiceBot {
		top: 36px;
	}
    #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 span {
		font-size: 20px;
	}
	.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: 42px;
		height: 42px;
		font-size: 21px;
		line-height: 40px;
		margin-right: 15px;
		margin-top: -3px;
	}
	.topic-li .title::after {
		left: 5px;
		top: -2px;
		width: 42px;
		height: 42px;
	}
	.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: 380px;
	}
	.topic-detail .special .image a {
		height: 190px;
	}
    .topic-detail .special .text .name {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
	}
	.topic-detail .special .text .content {
		margin-top: 18px;
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	.topic-detail .special .text .btn a {
		width: 116px;
		height: 40px;
		line-height: 38px;
		font-size: 15px;
	}

    .footer {
        margin-top: 22px;
    }
    .footLeft p {
        line-height: 28px;
        font-size: 13px;
    }
    .footMenu {
        font-size: 13px;
        line-height: 32px;
    }
    .footRight {
        padding-top: 0;
    }
    .footRight p {
        margin: 0 30px;
    }
    .footRight p img {
        width: 122px;
    }
    .footRight p span {
        font-size: 13px;
        line-height: 24px;
    }
    .copyright {
        font-size: 13px;
    }
	.fenxiangDiv {
		margin: 0px 0 0 10px;
	}
	.recommend-video li .image {
		height: 93px;
	}
}
@media only screen and (max-width:1459px){
    .w {
        width: 1224px;
    }
	.Tophead ul{
		top: -36px;
	}
	.Tophead li {
		height: 36px;
	}
	.Tophead li .ServiceTop {
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
	}
	.ServiceBot {
		top: 36px;
	}
	.hot-topic .image {
		width: 340px;
		margin-right: 20px;
	}
	.hot-topic .text .name {
		font-size: 22px;
		line-height: 28px;
	}
	.hot-topic .text .content {
		font-size: 14px;
	}
	.hot-list li .item {
		height: 72px;
	}
	.hot-list li .item a {
		font-size: 12px;
		line-height: 18px;
		max-height: 54px;
		padding: 0 10px;
	}
	.nav ul li a {
		padding: 0 31px;
	}
    .iframe {
        height: 36px;
    }
    #header {
        font-size: 13px;
        height: 36px;
        line-height: 36px;
    }
    .header p {
        padding-right: 170px;
    }
    .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;
    }
    .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 span {
		font-size: 20px;
	}
	.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: 42px;
		height: 42px;
		font-size: 21px;
		line-height: 40px;
		margin-right: 15px;
		margin-top: -3px;
	}
	.topic-li .title::after {
		left: 5px;
		top: -2px;
		width: 42px;
		height: 42px;
	}
	.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: 13px;
		line-height: 20px;
		height: 40px;
		margin-top: 8px;
	}

	.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: 338px;
	}
	.topic-detail .special .image a {
		height: 169px;
	}
	.topic-detail .special .text {
		padding: 22px 20px 0;
	}
	.topic-detail .special .text .name {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.topic-detail .special .text .content {
		margin-top: 15px;
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.topic-detail .special .text .btn a {
		width: 103px;
		height: 36px;
		line-height: 34px;
		font-size: 13px;
	}


    .footer {
        margin-top: 16px;
    }
    .footLeft p {
        line-height: 24px;
        font-size: 12px;
    }
    .footMenu {
        font-size: 12px;
        line-height: 26px;
    }
    .footLeft {
        width: 735px;
        padding-right: 75px;
    }
    .footRight {
        padding-top: 0;
    }
    .footRight p {
        margin: 0 23px;
    }
    .footLeft p a {
        height: 18px;
        line-height: 18px;
        margin-right: 10px;
    }
    .footLeft p a b {
        width: 18px;
        height: 18px;
    }
    .footRight p img {
        width: 106px;
    }
    .footRight p span {
        font-size: 12px;
        line-height: 24px;
    }
    .copyright {
        font-size: 12px;
        padding-bottom: 0px;
    }
	.fenxiangDiv {
		margin: 0px 0 0 10px;
	}
	.recommend-video li .image {
		height: 82px;
	}
}
