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 35px;
	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%);
}
.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: 98;
	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 .w {
	margin-top: 15px;
	font-size: 16px;
	color: #666;
	padding-left: 25px;
	background: url(../../../../images/position.png) no-repeat;
	box-sizing: border-box;
	line-height: 20px;
}
.location i {
	font-size: 14px;
	color: #ccc;
	margin-right: 7px;
	display: none;
}
.location a {
	color: #666;
	margin: 0 6px;
}
.location a:first-of-type {
	margin-left: 0;
}
.location a:hover {
	color: #44a631;
}
.main {
	margin-top: 40px;
}
.main .w {
	overflow: hidden;
}
.main .right {
	overflow: hidden;
}
.main .right .title {
	padding-left: 8px;
	position: relative;
	margin-top: 25px;
}
.main .right > div:first-child .title {
	margin-top: 0;
}
.main .right .title b {
	font-size: 24px;
	font-style: italic;
	line-height: 26px;
}
.main .right .title::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #44a631;
	left: 0;
	top: 0;
}
.main .right .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 .title b {
	position: relative;
}
.main .right .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 .title .more:hover {
	color: #44a631;
	border-color: #44a631;
}
.hot-talk .item {
	margin-top: 15px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
}
.hot-talk .talk-title {
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	background: url(../../../../images/version/2022/info/talk.png) no-repeat;
	background-size: cover;
	padding-left: 45px;
	font-size: 16px;

	font-weight: bold;
}
.hot-talk .talk-title a{
	color: #fff;
}
.hot-talk .item-bot {
	padding: 0 20px 20px;
}
.hot-talk .item-bot p {
	margin-top: 20px;
	font-size: 15px;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
}
.hot-talk .item-bot p i {
	color: #bababa;
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	margin-top: -1px;
	margin-right: 12px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.hot-talk .item-bot p a {
	color: #666;
}
.hot-talk .item-bot p a:hover {
	color: #44a631;
}
.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;
}
.recommend-video .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.recommend-video .image img {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height: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;
	margin-top: 24px;
}
.recommend-video li {
	width: 50%;
	float: left;
}
.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;
}
.hbshop .box {
	margin-top: 20px;
	border-top: 2px solid #44a631;
	background: url(../../../../images/version/2022/info/shopbg.png) no-repeat;
	background-size: cover;
	padding: 20px;
}
.hbshop ul {
	overflow: hidden;
	margin-right: -14px;
	margin-top: -10px;
}
.hbshop li {
	width: 50%;
	float: left;
	margin-top: 10px;
}
.hbshop li a {
	padding-left: 15px;
	display: block;
	background-color: #fff;
	margin-right: 14px;
	color: #666;
	font-size: 15px;
	line-height: 32px;
	height: 34px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	padding-right: 5px;
}
.hbshop li a:hover {
	color: #44a631;
}
.hbshop li a i {
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #44a631;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 15px;
}
.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;
	height: 26px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	color: #999;
	padding-right: 86px;
}
.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;
}
.right-advbox {
	margin-top: 30px;
}
.right-advbox li {
	margin-top: 14px;
}
.main .left {
	overflow: hidden;
	float: left;
	width: calc(100% - 50px - 400px);
	margin-right: 50px;
}
.main .news-list ul {
	margin-top: -22px;
}
.main .news-list li {
	padding: 22px 0;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	position: relative;
}
.main .news-list li .item-top {
	margin-bottom: 20px;
}
.main .news-list li .item-top .item-left p {
	font-size: 22px;
}
.m0 {
	margin-top: 10px !important;
}
.main .news-list li:last-child {
	border-bottom: 0;
}
.main .news-list li .item-right {
	float: left;
	width: 210px;
	margin-right: 20px;
}
.main .news-list li.li-top .item-right {
	width: 200px;
}
.main .news-list li.li-top .item-left .data {
	width: calc(100% - 200px - 20px);
}
.main .news-list li .item-right .image {
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
	border-radius: 8px;
}
.main .news-list li .item-right .image img {
	max-height: none;
	width: 100%;
	border-radius: 8px;
}
.main .news-list li .item-left {
	overflow: hidden;
}
.main .news-list li .item-left p {
	font-weight: bold;
	font-size: 21px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-top: 5px;
	padding-left: 24px;
	background: url('/images/version/2022/info/icon2.png') no-repeat 0 6px;
}
.main .news-list li .item-left p a {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
}
.main .news-list li .item-left p a.mr50 {
	max-width: calc(100% - 50px);
}
.main .news-list li .item-left p mark {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	padding: 0 7px;
	border-radius: 4px;
	vertical-align: top;
	background-color: #f44141;
	line-height: 21px;
	height: 22px;
	margin-left: 6px;
}
.main .news-list li .item-left p mark.green {
	background-color: #44a631;
}
.main .news-list li .item-left .content {
	font-size: 17px;
	color: #666666;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	margin-top: 20px;
}

.main .news-list li .item-left .data {
	font-size: 14px;
	margin-top: 20px;
	color: #999;
	width: 100%;
	bottom: 0;
	right: 0;
	line-height: 24px;
	position: relative;
}
.main .news-list li .item-right + .item-left .data {
	position: absolute;
	margin-top: 0;
	width: calc(100% - 210px - 20px);
	bottom: 25px;
}
.main .news-list li .item-left .data .label,.main .news-list li .item-bottom .data .label {
	position: absolute;
	right: 0;
	top: 0;
}
.main .news-list li .item-bottom .data {
	position: relative;
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}
.main .news-list li .data mark {
	display: inline-block;
	margin-right: 12px;
	padding: 0 8px;
	border-radius: 4px;
	background-color: rgba(132,154,174,.1);
	color: #849aae;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
	max-width: 14%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main .news-list li .item-left .data span i,.main .news-list li .item-bottom .data span i {
	font-size: 14px;
	margin-right: 6px;
}
.main .news-list .Ul {
	margin-top: 25px;
	overflow: hidden;
	/* margin-right: -30px; */
	width: calc(94%);
}
.main .news-list .Li {
	float: left;
	width: 25%;
}
.main .news-list .Li .image {
	margin-right: 30px;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: 10px;
}
.main .news-list .Li .image img {
	width: 100%;
	max-height: none;
	border-radius: 10px;
}
.lostpro {
	width: 490px;
	background: url(/images/lostpro.jpg) no-repeat;
	margin: 60px 0 60px;
	padding-left: 165px;
	margin: 60px auto;
}
.lostpro span{font: 22px/34px "Microsoft Yahei";color: #333;}
.lostpro p{font: 12px/24px "\5b8b\4f53";color: #767676;}
.lostpro ul{font: 12px/24px "\5b8b\4f53";color: #767676;}
.lostpro ul li{background: url("/images/caigouSearch.png") no-repeat -143px -30px;padding-left: 12px;}
.lostpro .lostproab {
	line-height: 26px;
	margin-top: 22px;
	font-size: 14px;
}
.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;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
}
.rightNavItem a::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 28px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.3);
}

.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-tg{
	padding:10px;
	height:50px !important;
	box-sizing: border-box;
}

.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;
	padding: 0;
}
.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.weixinItem p {
	font-size: 15px;
}
.appItem b {
	color: red;
}
.tiktokItem {
	top: 186px;
}
.appItem.weixinItem p {
	font-size: 15px;
}
.weixinItem {
	top: 80px;
	width: 348px;
}
.weixinItem .item {
	float: left;
	width: 50%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.weixinItem .image {
	width: 156px;
	height: 156px;
	margin: 0 auto;
	padding: 8px;
}
.weixinItem .item:last-of-type {
	border-right: 0;
}
.yijianItem {
	top: 112px;
}

.weixinItem img {
	margin: 0;
}

.qqItem {
	top: 164px;
}

.qqItem b{
	display: block;
	margin: 3px 0 6px 0
}
.cooperation{
	position: absolute;
	right: 50px;
	top: 0px;
	display: none;
	padding-right: 15px;
}
.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;
	position: relative;
	cursor: pointer;
}
.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;
	}
.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;
}
.cooperation-item{
	background: url(https://www.hbzhan.com/images/news/version/2022/cooperation-bg.png) no-repeat;
	background-size: 100% 100%;
	width: 410px;
  	border-radius: 6px;
  	overflow: hidden;
}
.cooperation-top{
	padding: 32px 26px 0;
}
.cooperation-top b{
	font-size: 24px;
	color: #5aa44c;
	display: block;
}
.cooperation-top ul{
	padding-top: 8px;
}
.cooperation-top li{
	padding: 17px 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #eeeeee;
}
.cooperation-top li:last-child{
	border: 0;
}
.cooperation-top li span{
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	display: block;
}
.cooperation-bot{
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #999;
	background-color: #f5f5f5;
	text-align: center;
}
.contribution-a a i{
	display: block;
	background-size: 100% 100%;
	margin: 14px auto 7px;
}
.contribution-a a b {
	font-size: 13px;
	font-weight: normal;
}
.contribution-a a.cooperation-ydd i{
	width: 22px;
	height: 22px;
	background: url(https://www.hbzhan.com/images/news/version/2022/icon-ydd.png) no-repeat;
}
.contribution-a a.cooperation-dy i{
	width: 23px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/news/version/2022/icon-dy.png) no-repeat;
}
.contribution-a a.cooperation-sph i{
	width: 26px;
	height: 22px;
	background: url(https://www.hbzhan.com/images/news/version/2022/icon-sph.png) no-repeat;
}
.contribution-a a.cooperation-ks i{
	width: 26px;
	height: 29px;
	background: url(https://www.hbzhan.com/images/news/version/2022/icon-ks.png) no-repeat;
}
.cooperation-bot1 {
	width: 518px;
	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;
}
.cooperation-bot1 .item {
	float: left;
	width: 33.3%;
}
.cooperation-bot1 .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%);
}
.cooperation-bot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.cooperation-bot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.cooperation-bot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.sph-item{
	width: 505px;
	padding: 20px 0;
	border-radius: 4px;
	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: 4px;
	box-sizing: border-box;
	overflow: hidden;
}
.sph-Box{
	padding-right: 10px;
	left: -515px;
}
.sph-item .left{
	width: 264px;
	height: 180px;
	position: relative;
	float: left;
}
.sph-item .left p{
	display: inline-block;
  	position: absolute;
	padding: 0;
  	left: 33px;
  	top: 50%;
  	width: 20px;
  	line-height: 28px;
  	font-size: 20px;
  	color: #c27468;
  	transform: translateY(-50%);
}
.sph-item .left img{
	position: absolute;
	left: 84px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.sph-item .right{
	width: 240px;
	padding-top: 34px;
	text-align: center;
	overflow: hidden;
}
.sph-item .right b{
	height: 34px;
	line-height: 34px;
	font-size: 22px;
	color: #666;
	display: block;
	overflow: hidden;
}
.sph-item .right p{
	margin-top: 15px;
	line-height: 20px;
	font-size: 18px;
	color: #666;
	padding: 0;
}
.sph-item .right span{
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #999;
	background: none;
	position: relative;
	display: block;
}
.contribution:hover .cooperation{
	display: block;
}

.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;
}
.fileld-top {
	padding: 22px 0;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);

}

.fileld-top .logo {
	width: 220px;
	float: left;
	padding-right: 15px;
}
.fileld-top .item .pageName{
	float: left;
	margin-top: 8px;
	padding-left: 18px;
	position: relative;
}
.fileld-top .item .pageName::after {
	content: '';
	width: 1px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #dddddd;
}
.fileld-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;
}
.fileld-top .item .pageName h1 {
	color: #333;
	font-size: 24px;
}
.fileld-top .searchMain {
	float: right;
	margin-top: 5px;
}
.fileld-top .searchMain .search {
	width: 552px;
	border-radius: 2px;
	border-color: #ddd;
}
.fileld-top .searchMain .search input {
	width: 460px;
}
.fileld-top .searchMain .search button {
	background-color: #44a631;
	width: 94px;
	border-radius: 2px;
}
.fileld-top .top-nav {
	float: left;
	margin-left: 140px;
	margin-top: 15px;
}
.fileld-top .top-nav li {
	margin-right: 50px;
	float: left;
	position: relative;
}
.fileld-top .top-nav .menu-top {
	font-size: 20px;
	font-weight: bold;
}
.fileld-top .top-nav .menu-top i {
	font-size: 10px;
	vertical-align: top;
	display: inline-block;
	margin-left: 8px;
	margin-top: 7px;
}
.fileld-top .top-nav li.hover .menu-top a i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fileld-top .top-nav .menu-bot {
	position: absolute;
	top: 30px;
	width: 120px;
	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: 99;
}
.fileld-top .top-nav .menu-bot p a{
	height: 46px;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	color: #333;
	display: block;
	position:relative;
}
.fileld-top .top-nav .menu-bot p a:hover {
	color: #3fc197;
	background-color: #e8f9f3;
}
.fileld-top .top-nav .menu-bot p a::after{
	content:'';
	position:absolute;
	bottom:0;
	left:16px;
	right: 16px;
	border-bottom:1px dotted #ddd;
}
.information .title {
	font-size: 30px;
	font-weight: bold;
	padding-top: 2px;
	position: relative;
}
.information .title img {
	vertical-align: top;
	margin-top: -2px;
}
.information .title .text {
	position: absolute;
	right: 0;
	left: 120px;
	bottom: 2px;
	height: 28px;
	background: url(../../../../images/version/2022/info/line.png) no-repeat 0 bottom;
	background-size: 100% auto;
}
.information .title .text b {
	text-transform: uppercase;
	font-size: 16px;
	color: #e0e0e0;
	vertical-align: top;
	font-weight: 700;
}
.information li {
	position: relative;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 25px;
}
.information li img {
	vertical-align: top;
	margin-right: 14px;
	margin-top: 5px;
}
.information li p {
	padding-right: 100px;
}
.information li .time {
	font-size: 16px;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}
.information li:nth-child(6n) {
	border-top: 1px solid #e6e6e6;
	padding-top: 25px;
}
.information li:nth-child(6n) .time {
	top: 25px;
}

.footer{
	background-color: #222;
	padding: 20px  0;
	margin-top: 30px;
}
.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: #a5deb0;
	border-radius: 11px;
	padding: 0 10px 0 0;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

.footLeft p a .QQhover {
	position: absolute;
	left: 0px;
	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;
}
.footLeft p a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footLeft p a:hover .QQhover{
	display: inline-block;
}
.footLeft p a b{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: top;
	background: url("../../../../images/Version/2022/info/qq-icon2022.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;
}
.left-bar {
	left: 40px;
	top: 200px;
	position: fixed;
	width: 80px;
	line-height: 44px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
}
.left-bar .bar-content {
	position: relative;
}
.left-bar .title {
	background-color: #44a631;
	color: #fff;
}
.left-bar .bar-content ul.child {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	display: none;
}
.left-bar .more {
	background-color: #44a631;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.left-bar .more a {
	display: block;
	color: #fff;
}
.left-bar li {
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	border-left: 5px solid #3499be;
	background-color: #fff;
}
.left-bar li:nth-child(2),.left-bar .child li:nth-child(3) {
	border-left-color: #f59618;
}
.left-bar li:nth-child(3),.left-bar .child li:nth-child(1) {
	border-left-color: #3eb983;
}
.left-bar li:nth-child(4),.left-bar .child li:nth-child(6) {
	border-left-color: #e55f5f;
}
.left-bar li:nth-child(5),.left-bar .child li:nth-child(2) {
	border-left-color: #a260ca;
}
.left-bar li:nth-child(6) ,.left-bar .child li:nth-child(5){
	border-left-color: #e1cd21;
}
.left-bar li:nth-child(7),.left-bar .child li:nth-child(4) {
	border-left-color: #2fb8b6;
}
.left-bar li:nth-child(8),.left-bar .child li:nth-child(7) {
	border-left-color: #a4a4a4;
}
.left-bar li:nth-child(9),.left-bar .child li:nth-child(9) {
	border-left-color: #6c7cf3;
}
.left-bar li:nth-child(10),.left-bar .child li:nth-child(8) {
	border-left-color: #e9803a;
}
.left-bar li a {
	display: block;
}
.left-bar li a:hover,.left-bar li a.focus {
	color: #fff;
	background-color: #44a631;
}

@media only screen and (min-width:1920px){
	.w{
		width: 1600px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1400px;
	}
	.main .news-list li .data mark {
		max-width: 15%;
	}
	.leftAdv{
		width: 50px;
	}
	.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 ul li{
		height:46px;
	}
	.information li:nth-child(6n) .time {
		top: 20px;
	}
    .nav a {
        padding: 0 30px !important;
        font-size: 16px;
    }
	.nav-bot{
		top:46px;
	}
	.nav-bot p a{
		font-size:14px;
	}
    .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 .left {
		width: calc(100% - 45px - 350px);
		margin-right: 45px;
	}
	.main {
		margin-top: 32px;
	}
	.main .right .title b {
		font-size: 21px;
		line-height: 23px;
	}
	.main .right .title::before {
		width: 108px;
		height: 7px;
	}
	.main .right .title .more {
		top: 2px;
		line-height: 20px;
		height: 22px;
		font-size: 12px;
	}
	.hot-talk .talk-title {
		line-height: 40px;
		height: 40px;
		padding-left: 40px;
		font-size: 14px;
	}
	.hot-talk .item-bot {
		padding: 0 18px 15px;
	}
	.hot-talk .item-bot p {
		margin-top: 15px;
		font-size: 13px;
		height: 15px;
		line-height: 15px;
	}
	.hot-talk .item-bot p i {
		font-size: 10px;
		margin-top: 0px;
		margin-right: 8px;
	}
	.main .right .title {
		margin-top: 22px;
	}
	.recommend-news ul {
		margin-top: 18px;
	}
	.recommend-news li {
		margin-top: 15px;
		font-size: 14px;
		height: 16px;
		line-height: 16px;
	}
	.recommend-news li span {
		font-size: 15px;
		margin-right: 7px;
	}
	.recommend-video .first {
		margin-top: 15px;
	}
	.recommend-video .image mark {
		line-height: 26px;
		font-size: 13px;
	}
	.recommend-video .image p {
		padding: 60px 10px 12px;
		font-size: 14px;
	}
	.recommend-video .image p span {
		height: 16px;
		line-height: 16px;
	}
	.recommend-video dl {
		margin-top: 16px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-video dl dt {
		margin-right: 6px;
		width: 17px;
	}
	.recommend-video dl dd {
		font-size: 14px;
	}
	.recommend-video ul {
		margin-right: -12px;
		margin-top: 20px;
	}
	.recommend-video li .item {
		margin-right: 12px;
	}
	.recommend-video ul .image mark {
		font-size: 12px;
		line-height: 22px;
	}
	.recommend-video li p {
		margin-top: 8px;
		line-height: 20px;
		font-size: 13px;
	}
	.hbshop .box {
		margin-top: 16px;
		padding: 18px;
	}
	.hbshop li {
		margin-top: 8px;
	}
	.hbshop li a {
		padding-left: 12px;
		margin-right: 10px;
		font-size: 13px;
		line-height: 27px;
		height: 30px;
	}
	.hbshop ul {
		margin-right: -10px;
		margin-top: -8px;
	}
	.hbshop li a i {
		margin-right: 8px;
		margin-top: 13px;
	}
	.recommend-exhi .first {
		margin-top: 15px;
	}
	.recommend-exhi .first .image p {
		padding: 60px 12px 12px;
	}
	.recommend-exhi .first .image p span {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-exhi li {
		margin-top: 15px;
	}
	.recommend-exhi li i {
		width: 8px;
		height: 8px;
		margin-right: 8px;
		margin-top: 4px;
	}
	.recommend-exhi ul::after {
		left: 8px;
		top: 0;
		bottom: 0;
	}
	.recommend-exhi li p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-exhi li .data {
		margin-top: 10px;
		line-height: 23px;
		height: 23px;
		font-size: 12px;
		padding-right: 70px;
	}
	.recommend-exhi li .data .detail {
		line-height: 20px;
		padding: 0 7px;
	}
	.right-advbox {
		margin-top: 25px;
	}
	.right-advbox li {
		margin-top: 10px;
	}
	.main .news-list li .item-right {
		width: 200px;
	}
	.main .news-list li.li-top .item-right {
		width: 185px;
	}
	.main .news-list li.li-top .item-left .data {
		width: calc(100% - 185px - 20px);
	}
	.main .news-list li .item-left p {
		font-size: 19px;
		line-height: 22px;
		height: 22px;
		margin-top: 3px;
	}
	.main .news-list li .item-top .item-left p {
		font-size: 20px;
	}
	.main .news-list li .item-left p a {
		line-height:inherit;
	}
	.main .news-list li .item-left .content {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		margin-top: 15px;
	}
	.main .news-list li .item-left .data {
		font-size: 13px;
		margin-top: 34px;
	}
	.main .news-list li .item-right + .item-left .data {
		width: calc(100% - 200px - 20px);
	}
	.main .news-list li .item-bottom .data {
		font-size: 13px;
	}
	.main .news-list .Ul {
		margin-top: 20px;
		margin-right: -15px;
	}
	.main .news-list .Li .image {
		margin-right: 15px;
	}
	.fileld-top .logo {
		width: 193px;
		padding-right: 12px;
	}
	.fileld-top .item .pageName {
		margin-top: 5px;
		padding-left: 14px;
	}
	.fileld-top .item .pageName h1 {
		font-size: 21px;
	}
	.fileld-top .item .pageName p {
		width: 92px;
		height: 13px;
		margin-top: 5px;
	}
	.fileld-top .top-nav .menu-top {
		font-size: 18px;
	}
	.fileld-top .top-nav li {
		margin-right: 38px;
	}
	.fileld-top .top-nav .menu-top i {
		font-size: 9px;
		margin-left: 8px;
		margin-top: 5px;
	}
	.fileld-top .searchMain {
		margin-top: 4px;
		margin-left: 0;
	}
	.fileld-top .searchMain .search {
		width: 480px;
	}
	.fileld-top .searchMain .search input {
		width: 389px;
	}
	.fileld-top .top-nav .menu-bot {
		top: 26px;
		width: 95px;
	}
	.fileld-top .top-nav .menu-bot p a {
		height: 36px;
		font-size: 14px;
		line-height: 34px;
	}
	.fileld-top .top-nav {
		margin-left: 126px;
	}
	.information li {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
		margin-top: 20px;
	}
	.information li img {
		margin-right: 10px;
		margin-top: 4px;
	}
	.information li:nth-child(6n) {
		padding-top: 20px;
	}
	.information li p {
		padding-right: 70px;
	}
	.information li .time {
		font-size: 14px;
	}

	.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;
    }
	.left-bar {
		left: 10px;
		top: 200px;
		width: 74px;
		line-height: 38px;
		font-size: 12px;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1224px;
	}
	.main .news-list li .data mark {
		max-width: 14%;
	}
	.leftAdv{
		width: 50px;
	}
	.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;
    }
	.Tophead li .ServiceTop {
		padding: 0 10px;
	}
    .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 ul li{
		height:40px;
	}
    .nav a {
		padding: 0 23px !important;
		font-size: 15px;
	}
	.nav-bot{
		top:40px;
	}
	.nav-bot p a{
		font-size:14px;
	}
    .navFn {
        padding: 10px 0;
    }
    .navFn .item {
	    padding: 0 30px 0 18px;
    }
	.navFn .item p {
		font-size: 13px;
		height: 26px;
		line-height: 26px;
	}
    .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: 13px;
		height: 52px;
		width: 155px;
		padding: 0 0 0 18px;
	}
    .navFn .item .item-more .more {
        font-size: 12px;
    }
	.location {
		margin-top: 13px;
		font-size: 13px;
	}
	.main .left {
		width: calc(100% - 38px - 306px);
		margin-right: 38px;
	}
	.main {
		margin-top: 25px;
	}
	.main .right .title b {
		font-size: 21px;
		line-height: 23px;
	}
	.main .right .title::before {
		width: 108px;
		height: 7px;
	}
	.main .right .title .more {
		top: 2px;
		line-height: 20px;
		height: 22px;
		font-size: 12px;
	}
	.hot-talk .talk-title {
		line-height: 35px;
		height: 35px;
		padding-left: 34px;
		font-size: 14px;
	}
	.hot-talk .item-bot {
		padding: 0 18px 15px;
	}
	.hot-talk .item-bot p {
		margin-top: 15px;
		font-size: 13px;
		height: 15px;
		line-height: 15px;
	}
	.hot-talk .item-bot p i {
		font-size: 10px;
		margin-top: 0px;
		margin-right: 8px;
	}
	.main .right .title {
		margin-top: 22px;
	}
	.recommend-news ul {
		margin-top: 18px;
	}
	.recommend-news li {
		margin-top: 15px;
		font-size: 14px;
		height: 16px;
		line-height: 16px;
	}
	.recommend-news li span {
		font-size: 15px;
		margin-right: 7px;
	}
	.recommend-video .first {
		margin-top: 15px;
	}
	.recommend-video .image mark {
		line-height: 26px;
		font-size: 13px;
	}
	.recommend-video .image p {
		padding: 60px 10px 12px;
		font-size: 14px;
	}
	.recommend-video .image p span {
		height: 16px;
		line-height: 16px;
	}
	.recommend-video dl {
		margin-top: 16px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-video dl dt {
		margin-right: 6px;
		width: 17px;
	}
	.recommend-video dl dd {
		font-size: 14px;
	}
	.recommend-video ul {
		margin-right: -12px;
		margin-top: 20px;
	}
	.recommend-video li .item {
		margin-right: 12px;
	}
	.recommend-video ul .image mark {
		font-size: 12px;
		line-height: 22px;
	}
	.recommend-video li p {
		margin-top: 8px;
		line-height: 20px;
		font-size: 13px;
	}
	.hbshop .box {
		margin-top: 16px;
		padding: 18px;
	}
	.hbshop li {
		margin-top: 8px;
	}
	.hbshop li a {
		padding-left: 12px;
		margin-right: 10px;
		font-size: 13px;
		line-height: 27px;
		height: 30px;
	}
	.hbshop ul {
		margin-right: -10px;
		margin-top: -8px;
	}
	.hbshop li a i {
		margin-right: 8px;
		margin-top: 13px;
	}
	.recommend-exhi .first {
		margin-top: 15px;
	}
	.recommend-exhi .first .image p {
		padding: 60px 12px 12px;
	}
	.recommend-exhi .first .image p span {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-exhi li {
		margin-top: 15px;
	}
	.recommend-exhi li i {
		width: 8px;
		height: 8px;
		margin-right: 8px;
		margin-top: 4px;
	}
	.recommend-exhi ul::after {
		left: 8px;
		top: 0;
		bottom: 0;
	}
	.recommend-exhi li p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-exhi li .data {
		margin-top: 10px;
		line-height: 23px;
		height: 23px;
		font-size: 12px;
		padding-right: 66px;
	}
	.recommend-exhi li .data .detail {
		line-height: 20px;
		padding: 0 7px;
	}
	.right-advbox {
		margin-top: 25px;
	}
	.right-advbox li {
		margin-top: 10px;
	}
	.main .news-list li .item-right {
		width: 170px;
		margin-right: 15px;
	}
	.main .news-list li.li-top .item-right {
		width: 180px;
	}
	.main .news-list li.li-top .item-left .data {
		width: calc(100% - 170px - 15px);
	}
	.main .news-list ul {
		margin-top: -18px;
	}
	.main .news-list li .item-left p {
		font-size: 17px;
		line-height: 22px;
		height: 22px;
		margin-top: 2px;
	}
	.main .news-list li .item-top .item-left p {
		font-size: 20px;
	}
	.main .news-list li .item-left p a {
		line-height:inherit;
	}
	.main .news-list li .item-left .content {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 10px;
	}
	.main .news-list li .item-left .data {
		font-size: 12px;
		margin-top: 30px;

	}
	.main .news-list li .item-right + .item-left .data {
		width: calc(100% - 170px - 15px);
		bottom: 20px;
	}
	.main .news-list li .item-bottom .data {
		font-size: 12px;
	}
	.main .news-list li .item-left .data span i,.main .news-list li .item-bottom .data span i {
		font-size: 12px;
	}
	.main .news-list li {
		padding: 18px 0;
	}
	.main .news-list .Ul {
		margin-top: 20px;
		margin-right: -12px;
	}
	.main .news-list .Li .image {
		margin-right: 12px;
	}
	.fileld-top .logo {
		width: 193px;
		padding-right: 12px;
	}
	.fileld-top .item .pageName {
		margin-top: 5px;
		padding-left: 14px;
	}
	.fileld-top .item .pageName h1 {
		font-size: 21px;
	}
	.fileld-top .item .pageName p {
		width: 92px;
		height: 13px;
		margin-top: 5px;
	}
	.fileld-top .top-nav .menu-top {
		font-size: 18px;
	}
	.fileld-top .top-nav li {
		margin-right: 38px;
	}
	.fileld-top .top-nav .menu-top i {
		font-size: 9px;
		margin-left: 8px;
		margin-top: 5px;
	}
	.fileld-top .searchMain {
		margin-top: 7px;
		margin-left: 0;
	}
	.fileld-top .searchMain .search {
		width: 420px;
	}
	.fileld-top .searchMain .search button {
		width: 72px;
	}
	.fileld-top .searchMain .search input {
		width: 350px;
	}
	.fileld-top .top-nav .menu-bot {
		top: 26px;
		width: 95px;
	}
	.fileld-top .top-nav .menu-bot p a {
		height: 36px;
		font-size: 14px;
		line-height: 34px;
	}
	.fileld-top .top-nav {
		margin-left: 48px;
	}
	.information li {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
		margin-top: 18px;
	}
	.information li img {
		margin-right: 8px;
		margin-top: 4px;
		width: 10px;
	}
	.information li:nth-child(6n) {
		padding-top: 18px;
	}
	.information li p {
		padding-right: 70px;
	}
	.information li .time {
		font-size: 14px;
	}
	.information .title img {
		margin-top: -2px;
		width: 26px;
	}
	.information .title {
		font-size: 24px;
	}
	.information .title .text {
		left: 93px;
		bottom: 2px;
		height: 25px;
	}
	.information .title .text b {
		font-size: 14px;
	}
	.information li:nth-child(6n) .time {
		top: 18px;
	}

	.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;
    }
	.left-bar {
		left: 10px;
		top: 200px;
		width: 74px;
		line-height: 38px;
		font-size: 12px;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1138px;
	}
	.main .news-list li .data mark {
		max-width: 13%;
	}
	.leftAdv{
		width: 50px;
	}
	.iframe {
        height: 36px;
    }
	.main .news-list ul {
		margin-top: -18px;
	}
    #header {
        font-size: 12px;
        height: 36px;
        line-height: 36px;
    }
    .header p {
		padding-right: 162px;
	}
    .header p a {
		font-size: 12px;
	}
    .top .item {
        padding: 20px 0;
    }
	.Tophead li .ServiceTop {
		padding: 0 4px;
		font-size: 13px;
	}
	.Tophead li .ServiceTop i {
		margin-right: 3px;
		font-size: 12px;
	}
    .header--drop ul li a {
		font-size: 12px;
	}
    .header--drop ul li a i {
		font-size: 14px;
	}
	.header--drop ul {
		top: -37px;
	}
	.web-code {
		top: 36px;
	}
    .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;
    }
    .top .searchMain {
        margin: 0 0 0 38px;
    }
    .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 20px !important;
		font-size: 15px;
	}
	.nav-top a i{
		font-size:12px;
	}
	.nav-bot{
		top:40px;
	}
	.nav-bot p a{
		font-size:14px;
	}
    .navFn {
        padding: 10px 0;
    }
	.navFn .item {
		padding: 0 18px 0 18px;
	}
	.navFn .item p {
		font-size: 13px;
		height: 26px;
		line-height: 26px;
	}
    .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: 13px;
		height: 52px;
		width: 155px;
		padding: 0 0 0 18px;
	}
    .navFn .item .item-more .more {
        font-size: 12px;
    }
	.location {
		margin-top: 13px;
		font-size: 12px;
	}
	.main .left {
		width: calc(100% - 38px - 306px);
		margin-right: 38px;
	}
	.main {
		margin-top: 25px;
	}
	.main .right .title b {
		font-size: 21px;
		line-height: 23px;
	}
	.main .right .title::before {
		width: 108px;
		height: 7px;
	}
	.main .right .title .more {
		top: 2px;
		line-height: 20px;
		height: 22px;
		font-size: 12px;
	}
	.hot-talk .talk-title {
		line-height: 35px;
		height: 35px;
		padding-left: 34px;
		font-size: 14px;
	}
	.hot-talk .item-bot {
		padding: 0 18px 15px;
	}
	.hot-talk .item-bot p {
		margin-top: 15px;
		font-size: 13px;
		height: 15px;
		line-height: 15px;
	}
	.hot-talk .item-bot p i {
		font-size: 10px;
		margin-top: 0px;
		margin-right: 8px;
	}
	.main .right .title {
		margin-top: 22px;
	}
	.recommend-news ul {
		margin-top: 18px;
	}
	.recommend-news li {
		margin-top: 15px;
		font-size: 14px;
		height: 16px;
		line-height: 16px;
	}
	.recommend-news li span {
		font-size: 15px;
		margin-right: 7px;
	}
	.recommend-video .first {
		margin-top: 15px;
	}
	.recommend-video .image mark {
		line-height: 26px;
		font-size: 13px;
	}
	.recommend-video .image p {
		padding: 60px 10px 12px;
		font-size: 14px;
	}
	.recommend-video .image p span {
		height: 16px;
		line-height: 16px;
	}
	.recommend-video dl {
		margin-top: 16px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-video dl dt {
		margin-right: 6px;
		width: 17px;
	}
	.recommend-video dl dd {
		font-size: 14px;
	}
	.recommend-video ul {
		margin-right: -12px;
		margin-top: 20px;
	}
	.recommend-video li .item {
		margin-right: 12px;
	}
	.recommend-video ul .image mark {
		font-size: 12px;
		line-height: 22px;
	}
	.recommend-video li p {
		margin-top: 8px;
		line-height: 20px;
		font-size: 13px;
	}
	.hbshop .box {
		margin-top: 16px;
		padding: 18px;
	}
	.hbshop li {
		margin-top: 8px;
	}
	.hbshop li a {
		padding-left: 12px;
		margin-right: 10px;
		font-size: 13px;
		line-height: 27px;
		height: 30px;
	}
	.hbshop ul {
		margin-right: -10px;
		margin-top: -8px;
	}
	.hbshop li a i {
		margin-right: 8px;
		margin-top: 13px;
	}
	.recommend-exhi .first {
		margin-top: 15px;
	}
	.recommend-exhi .first .image p {
		padding: 60px 12px 12px;
	}
	.recommend-exhi .first .image p span {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-exhi li {
		margin-top: 15px;
	}
	.recommend-exhi li i {
		width: 8px;
		height: 8px;
		margin-right: 8px;
		margin-top: 4px;
	}
	.recommend-exhi ul::after {
		left: 8px;
		top: 0;
		bottom: 0;
	}
	.recommend-exhi li p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.recommend-exhi li .data {
		margin-top: 10px;
		line-height: 23px;
		height: 23px;
		font-size: 12px;
		padding-right: 64px;
	}
	.recommend-exhi li .data .detail {
		line-height: 20px;
		padding: 0 7px;
	}
	.right-advbox {
		margin-top: 25px;
	}
	.right-advbox li {
		margin-top: 10px;
	}
	.main .news-list li .item-right {
		width: 150px;
		margin-right: 15px;
	}
	.main .news-list li.li-top .item-right {
		width: 180px;
	}
	.main .news-list li.li-top .item-left .data {
		width: calc(100% - 180px - 20px);
	}
	.main .news-list li .item-left p {
		font-size: 16px;
		line-height: 22px;
		height: 22px;
		margin-top: 2px;
		padding-left: 18px;
	}
	.main .news-list li .item-top .item-left p {
		font-size: 19px;
	}
	.main .news-list li .item-left p a {
		line-height:inherit;
	}
	.main .news-list li .item-left .content {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
		margin-top: 4px;
	}
	.main .news-list li .item-left .data {
		font-size: 12px;
		margin-top: 30px;

	}
	.main .news-list li .item-right + .item-left .data {
		width: calc(100% - 150px - 15px);
		bottom: 20px;
	}
	.main .news-list li .item-bottom .data {
		font-size: 12px;
	}
	.main .news-list li .item-left .data span i,.main .news-list li .item-bottom .data span i {
		font-size: 12px;
	}
	.main .news-list li {
		padding: 18px 0;
	}
	.main .news-list .Ul {
		margin-top: 20px;
		margin-right: -12px;
	}
	.main .news-list .Li .image {
		margin-right: 12px;
	}
	.fileld-top .logo {
		width: 170px;
		padding-right: 12px;
	}
	.fileld-top .item .pageName {
		margin-top: 5px;
		padding-left: 14px;
	}
	.fileld-top .item .pageName h1 {
		font-size: 21px;
	}
	.fileld-top .item .pageName p {
		width: 92px;
		height: 13px;
		margin-top: 5px;
	}
	.fileld-top .top-nav .menu-top {
		font-size: 18px;
	}
	.fileld-top .top-nav li {
		margin-right: 30px;
	}
	.fileld-top .top-nav .menu-top i {
		font-size: 9px;
		margin-left: 8px;
		margin-top: 5px;
	}
	.fileld-top .searchMain {
		margin-top: 7px;
		margin-left: 0;
	}
	.fileld-top .searchMain .search {
		width: 390px;
	}
	.fileld-top .searchMain .search button {
		width: 72px;
	}
	.fileld-top .searchMain .search input {
		width: 350px;
	}
	.fileld-top .top-nav .menu-bot {
		top: 26px;
		width: 95px;
	}
	.fileld-top .top-nav .menu-bot p a {
		height: 36px;
		font-size: 14px;
		line-height: 34px;
	}
	.fileld-top .top-nav {
		margin-left: 48px;
	}
	.information li {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
		margin-top: 18px;
	}
	.information li img {
		margin-right: 8px;
		margin-top: 4px;
		width: 10px;
	}
	.information li:nth-child(6n) {
		padding-top: 18px;
	}
	.information li p {
		padding-right: 70px;
	}
	.information li .time {
		font-size: 14px;
	}
	.information .title img {
		margin-top: -2px;
		width: 26px;
	}
	.information .title {
		font-size: 24px;
	}
	.information .title .text {
		left: 93px;
		bottom: 2px;
		height: 25px;
	}
	.information .title .text b {
		font-size: 14px;
	}
	.information li:nth-child(6n) .time {
		top: 18px;
	}

	.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;
    }
	.left-bar {
		left: 10px;
		top: 200px;
		width: 74px;
		line-height: 38px;
		font-size: 12px;
	}
}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 1000px;
	}
	.main .news-list li .data mark {
		margin-right: 6px;
		padding: 0 4px;
		max-width: 13%;
	}
	.leftAdv{
		width: 50px;
	}
	.iframe {
        height: 36px;
    }
    #header {
        font-size: 12px;
        height: 36px;
        line-height: 36px;
    }
    .header p {
		padding-right: 162px;
	}
    .header p a {
		font-size: 12px;
	}
    .top .item {
        padding: 20px 0;
    }
	.Tophead ul {
		top: -36px;
		right: -82px;
	}
	.Tophead li {
        height: 36px;
    }
    .Tophead li .ServiceTop {
        height: 36px;
        line-height: 36px;
		padding: 0 6px;
        font-size: 12px;
    }
    .Tophead li .ServiceTop i {
        font-size: 12px;
		margin-right: 3px;
    }
    .ServiceBot {
        top: 36px;
    }
    .header--drop ul li a {
		font-size: 12px;
	}
    .header--drop ul li a i {
		font-size: 14px;
	}
	.header--drop ul {
		top: -37px;
	}
	.web-code {
		top: 36px;
	}
    .top .item .logo {
		width: 160px;
		padding-right: 10px;
		margin-top: 8px;
	}
	.top .item .pageName {
		padding-left: 10px;
		margin-top: 13px;
	}
	.top .item .pageName::after {
		height: 34px;
	}
	.top .item .pageName h1 {
		font-size: 16px;
	}
	.top .item .pageName p {
		width: 72px;
		height: 11px;
	}
	.top .searchMain {
		margin: 0 0 0 25px;
	}
    .search {
		width: 428px;
		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;
		width: 290px;
    }
    .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;
		margin-top: 4px;
	}
    .nav {
        height: 40px;
        line-height: 40px;
    }
	.nav a {
		padding: 0 17px !important;
		font-size: 13px;
	}
	.nav-top a i{
		font-size:12px;
	}
	.nav-bot{
		top:40px;
	}
	.nav-bot p a{
		font-size:12px;
		height:36px;
		line-height:36px;
	}
    .navFn {
        padding: 10px 0;
    }
	.navFn .item {
		padding: 0 14px 0 14px;
	}
	.navFn .item p {
		font-size: 12px;
		height: 26px;
		line-height: 26px;
	}
	.navFn .item p a {
		margin-right: 15px;
	}
	.navFn .item p b {
		margin-right: 6px;
	}
    .navFn .item::after {
        height: 38px;
    }
	.navFn .item .item-more {
		font-size: 13px;
		height: 52px;
		width: 155px;
		padding: 0 0 0 18px;
	}
    .navFn .item .item-more .more {
        font-size: 12px;
    }
	.location {
		margin-top: 13px;
		font-size: 12px;
	}
	.main .left {
		width: calc(100% - 32px - 260px);
		margin-right: 32px;
	}
	.main {
		margin-top: 25px;
	}
	.main .right .title b {
		font-size: 18px;
		line-height: 20px;
	}
	.main .right .title::before {
		width: 83px;
		height: 7px;
	}
	.main .right .title .more {
		top: 2px;
		line-height: 20px;
		height: 22px;
		font-size: 12px;
	}
	.hot-talk .talk-title {
		line-height: 30px;
		height: 32px;
		padding-left: 30px;
		font-size: 13px;
	}
	.hot-talk .item-bot {
		padding: 0 12px 12px;
	}
	.hot-talk .item-bot p {
		margin-top: 12px;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.hot-talk .item-bot p i {
		font-size: 8px;
		margin-top: 0px;
		margin-right: 6px;
	}
	.hot-talk .item {
		margin-top: 12px;
	}
	.main .right .title {
		margin-top: 16px;
	}
	.recommend-news ul {
		margin-top: 10px;
		border-width: 1px;
	}
	.recommend-news li {
		margin-top: 12px;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.recommend-news li span {
		font-size: 13px;
		margin-right: 6px;
	}
	.recommend-video .first {
		margin-top: 15px;
	}
	.recommend-video .image mark {
		line-height: 22px;
		font-size: 12px;
	}
	.recommend-video .image p {
		padding: 40px 10px 12px;
		font-size: 12px;
	}
	.recommend-video .image p span {
		height: 16px;
		line-height: 16px;
	}
	.recommend-video dl {
		margin-top: 12px;
		line-height: 14px;
		height: 14px;
	}
	.recommend-video dl dt {
		margin-right: 6px;
		width: 15px;
	}
	.recommend-video dl dt img {
		margin-top: 2px;
	}
	.recommend-video dl dd {
		font-size: 12px;
	}
	.recommend-video ul {
		margin-right: -8px;
		margin-top: 12px;
	}
	.recommend-video li .item {
		margin-right: 8px;
	}
	.recommend-video ul .image mark {
		font-size: 12px;
		line-height: 22px;
	}
	.recommend-video li p {
		margin-top: 4px;
		line-height: 16px;
		font-size: 12px;
		height: 32px;
	}
	.hbshop .box {
		margin-top: 14px;
		padding: 10px;
	}
	.hbshop li {
		margin-top: 6px;
	}
	.hbshop li a {
		padding-left: 8px;
		margin-right: 8px;
		font-size: 12px;
		line-height: 24px;
		height: 26px;
	}
	.hbshop ul {
		margin-right: -8px;
		margin-top: -8px;
	}
	.hbshop li a i {
		margin-right: 8px;
		margin-top: 10px;
	}
	.recommend-exhi .first {
		margin-top: 15px;
	}
	.recommend-exhi .first .image p {
		padding: 45px 12px 12px;
	}
	.recommend-exhi .first .image p span {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.recommend-exhi li {
		margin-top: 12px;
	}
	.recommend-exhi li i {
		width: 8px;
		height: 8px;
		margin-right: 8px;
		margin-top: 4px;
	}
	.recommend-exhi ul::after {
		left: 8px;
		top: 0;
		bottom: 0;
	}
	.recommend-exhi li p {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.recommend-exhi li .data {
		margin-top: 8px;
		line-height: 23px;
		height: 23px;
		font-size: 12px;
		padding-right: 64px;
	}
	.recommend-exhi li .data .detail {
		line-height: 20px;
		padding: 0 7px;
	}
	.right-advbox {
		margin-top: 15px;
	}
	.right-advbox li {
		margin-top: 10px;
	}
	.main .news-list li .item-right {
		width: 160px;
		margin-right: 15px;
	}
	.main .news-list li.li-top .item-right {
		width: 160px;
	}
	.main .news-list li.li-top .item-left .data {
		width: calc(100% - 160px - 15px);
	}
	.main .news-list li .item-left p {
		font-size: 16px;
		line-height: 22px;
		height: 22px;
		margin-top: 2px;
	}
	.main .news-list li .item-top .item-left p {
		font-size: 17px;
	}
	.main .news-list li .item-left p a {
		line-height:inherit;
	}
	.main .news-list ul {
		margin-top: -16px;
	}
	.main .news-list li .item-left .content {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
		margin-top: 8px;
	}
	.main .news-list li .item-left .data {
		font-size: 12px;
		margin-top: 25px;

	}
	.main .news-list li .item-right + .item-left .data {
		width: calc(100% - 160px - 15px);
		bottom: 24px;
	}
	.main .news-list li .item-bottom .data {
		font-size: 12px;
	}
	.main .news-list li .item-left .data span i,.main .news-list li .item-bottom .data span i {
		font-size: 12px;
	}
	.main .news-list li {
		padding: 16px 0;
	}
	.main .news-list .Ul {
		margin-top: 15px;
		margin-right: -12px;
	}
	.pages .jump {
		font-size: 12px;
	}
	.pages a {
		margin-right: 5px;
	}
	.pages button {
		margin-left: 5px;
	}
	.main .news-list .Li .image {
		margin-right: 12px;
	}
	.fileld-top .logo {
		width: 170px;
		padding-right: 12px;
	}
	.fileld-top .item .pageName {
		margin-top: 5px;
		padding-left: 14px;
	}
	.fileld-top .item .pageName h1 {
		font-size: 21px;
	}
	.fileld-top .item .pageName p {
		width: 92px;
		height: 13px;
		margin-top: 5px;
	}
	.fileld-top .top-nav .menu-top {
		font-size: 18px;
	}
	.fileld-top .top-nav li {
		margin-right: 30px;
	}
	.fileld-top .top-nav .menu-top i {
		font-size: 9px;
		margin-left: 8px;
		margin-top: 5px;
	}
	.fileld-top .searchMain {
		margin-top: 7px;
		margin-left: 0;
	}
	.fileld-top .searchMain .search {
		width: 390px;
	}
	.fileld-top .searchMain .search button {
		width: 72px;
	}
	.fileld-top .searchMain .search input {
		width: 350px;
	}
	.fileld-top .top-nav .menu-bot {
		top: 26px;
		width: 95px;
	}
	.fileld-top .top-nav .menu-bot p a {
		height: 36px;
		font-size: 14px;
		line-height: 34px;
	}
	.fileld-top .top-nav {
		margin-left: 48px;
	}
	.information li {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
		margin-top: 18px;
	}
	.information li img {
		margin-right: 8px;
		margin-top: 4px;
		width: 10px;
	}
	.information li:nth-child(6n) {
		padding-top: 18px;
	}
	.information li p {
		padding-right: 70px;
	}
	.information li .time {
		font-size: 14px;
	}
	.information .title img {
		margin-top: -2px;
		width: 26px;
	}
	.information .title {
		font-size: 24px;
	}
	.information .title .text {
		left: 93px;
		bottom: 2px;
		height: 25px;
	}
	.information .title .text b {
		font-size: 14px;
	}
	.information li:nth-child(6n) .time {
		top: 18px;
	}

	.footer {
        margin-top: 16px;
    }
    .footLeft p {
        line-height: 24px;
        font-size: 12px;
    }
    .footMenu {
        font-size: 12px;
        line-height: 26px;
    }
    .footLeft {
		width: 705px;
		padding-right: 30px;
	}
    .footRight {
        padding-top: 0;
    }
    .footRight p {
		margin: 0 10px;
	}
    .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;
    }
	.left-bar {
		left: 10px;
		top: 200px;
		width: 74px;
		line-height: 38px;
		font-size: 12px;
	}


}

@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
	.main .news-list li .data mark {
		margin-right: 6px;
		padding: 0 4px;
		max-width: 13%;
	}
	.leftAdv{
		width: 50px;
	}
	.iframe {
        height: 36px;
    }
    #header {
        font-size: 12px;
        height: 36px;
        line-height: 36px;
    }
    .header p {
		padding-right: 162px;
	}
    .header p a {
		font-size: 12px;
	}
    .top .item {
        padding: 20px 0;
    }
	.Tophead ul {
		top: -36px;
	}
	.Tophead li {
        height: 36px;
    }
    .Tophead li .ServiceTop {
        height: 36px;
        line-height: 36px;
		padding: 0 6px;
        font-size: 12px;
    }
    .Tophead li .ServiceTop i {
        font-size: 12px;
		margin-right: 3px;
    }
    .ServiceBot {
        top: 36px;
    }
    .header--drop ul li a {
		font-size: 12px;
	}
    .header--drop ul li a i {
		font-size: 14px;
	}
	.header--drop ul {
		top: -37px;
	}
	.web-code {
		top: 36px;
	}
    .top .item .logo {
		width: 160px;
		padding-right: 10px;
		margin-top: 8px;
	}
	.top .item .pageName {
		padding-left: 10px;
		margin-top: 13px;
	}
	.top .item .pageName::after {
		height: 34px;
	}
	.top .item .pageName h1 {
		font-size: 16px;
	}
	.top .item .pageName p {
		width: 72px;
		height: 11px;
	}
	.top .searchMain {
		margin: 0 0 0 25px;
	}
    .search {
		width: 428px;
		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;
		width: 290px;
    }
    .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;
		margin-top: 4px;
	}
    .nav {
        height: 40px;
        line-height: 40px;
    }
	.nav a {
		padding: 0 25px;
		font-size: 13px;
	}
    .navFn {
        padding: 10px 0;
    }
	.navFn .item {
		padding: 0 14px 0 14px;
	}
	.navFn .item p {
		font-size: 12px;
		height: 26px;
		line-height: 26px;
	}
	.navFn .item p a {
		margin-right: 15px;
	}
	.navFn .item p b {
		margin-right: 6px;
	}
    .navFn .item::after {
        height: 38px;
    }
	.navFn .item .item-more {
		font-size: 13px;
		height: 52px;
		width: 155px;
		padding: 0 0 0 18px;
	}
    .navFn .item .item-more .more {
        font-size: 12px;
    }
	.location {
		margin-top: 13px;
		font-size: 12px;
	}
	.main .left {
		width: calc(100% - 32px - 260px);
		margin-right: 32px;
	}
	.main {
		margin-top: 25px;
	}
	.main .right .title b {
		font-size: 18px;
		line-height: 20px;
	}
	.main .right .title::before {
		width: 83px;
		height: 7px;
	}
	.main .right .title .more {
		top: 2px;
		line-height: 20px;
		height: 22px;
		font-size: 12px;
	}
	.hot-talk .talk-title {
		line-height: 30px;
		height: 32px;
		padding-left: 30px;
		font-size: 13px;
	}
	.hot-talk .item-bot {
		padding: 0 12px 12px;
	}
	.hot-talk .item-bot p {
		margin-top: 12px;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.hot-talk .item-bot p i {
		font-size: 8px;
		margin-top: 0px;
		margin-right: 6px;
	}
	.hot-talk .item {
		margin-top: 12px;
	}
	.main .right .title {
		margin-top: 16px;
	}
	.recommend-news ul {
		margin-top: 10px;
		border-width: 1px;
	}
	.recommend-news li {
		margin-top: 12px;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.recommend-news li span {
		font-size: 13px;
		margin-right: 6px;
	}
	.recommend-video .first {
		margin-top: 15px;
	}
	.recommend-video .image mark {
		line-height: 22px;
		font-size: 12px;
	}
	.recommend-video .image p {
		padding: 40px 10px 12px;
		font-size: 12px;
	}
	.recommend-video .image p span {
		height: 16px;
		line-height: 16px;
	}
	.recommend-video dl {
		margin-top: 12px;
		line-height: 14px;
		height: 14px;
	}
	.recommend-video dl dt {
		margin-right: 6px;
		width: 15px;
	}
	.recommend-video dl dt img {
		margin-top: 2px;
	}
	.recommend-video dl dd {
		font-size: 12px;
	}
	.recommend-video ul {
		margin-right: -8px;
		margin-top: 12px;
	}
	.recommend-video li .item {
		margin-right: 8px;
	}
	.recommend-video ul .image mark {
		font-size: 12px;
		line-height: 22px;
	}
	.recommend-video li p {
		margin-top: 4px;
		line-height: 16px;
		font-size: 12px;
		height: 32px;
	}
	.hbshop .box {
		margin-top: 14px;
		padding: 10px;
	}
	.hbshop li {
		margin-top: 6px;
	}
	.hbshop li a {
		padding-left: 8px;
		margin-right: 8px;
		font-size: 12px;
		line-height: 24px;
		height: 26px;
	}
	.hbshop ul {
		margin-right: -8px;
		margin-top: -8px;
	}
	.hbshop li a i {
		margin-right: 8px;
		margin-top: 10px;
	}
	.recommend-exhi .first {
		margin-top: 15px;
	}
	.recommend-exhi .first .image p {
		padding: 45px 12px 12px;
	}
	.recommend-exhi .first .image p span {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.recommend-exhi li {
		margin-top: 12px;
	}
	.recommend-exhi li i {
		width: 8px;
		height: 8px;
		margin-right: 8px;
		margin-top: 4px;
	}
	.recommend-exhi ul::after {
		left: 8px;
		top: 0;
		bottom: 0;
	}
	.recommend-exhi li p {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.recommend-exhi li .data {
		margin-top: 8px;
		line-height: 23px;
		height: 23px;
		font-size: 12px;
		padding-right: 64px;
	}
	.recommend-exhi li .data .detail {
		line-height: 20px;
		padding: 0 7px;
	}
	.right-advbox {
		margin-top: 15px;
	}
	.right-advbox li {
		margin-top: 10px;
	}
	.main .news-list li .item-right {
		width: 180px;
		margin-right: 15px;
	}
	.main .news-list li.li-top .item-right {
		width: 160px;
	}
	.main .news-list li.li-top .item-left .data {
		width: calc(100% - 160px - 15px);
	}
	.main .news-list li .item-left p {
		font-size: 16px;
		line-height: 22px;
		height: 22px;
		margin-top: 2px;
	}
	.main .news-list li .item-top .item-left p {
		font-size: 17px;
	}
	.main .news-list li .item-left p a {
		line-height:inherit;
	}
	.main .news-list ul {
		margin-top: -16px;
	}
	.main .news-list li .item-left .content {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
		margin-top: 8px;
	}
	.main .news-list li .item-left .data {
		font-size: 12px;
		margin-top: 25px;

	}
	.main .news-list li .item-right + .item-left .data {
		width: calc(100% - 180px - 15px);
		bottom: 24px;
	}
	.main .news-list li .item-bottom .data {
		font-size: 12px;
	}
	.main .news-list li .item-left .data span i,.main .news-list li .item-bottom .data span i {
		font-size: 12px;
	}
	.main .news-list li {
		padding: 16px 0;
	}
	.main .news-list .Ul {
		margin-top: 15px;
		margin-right: -12px;
	}
	.pages .jump {
		font-size: 12px;
	}
	.pages a {
		margin-right: 5px;
	}
	.pages button {
		margin-left: 5px;
	}
	.main .news-list .Li .image {
		margin-right: 12px;
	}
	.fileld-top .logo {
		width: 170px;
		padding-right: 12px;
	}
	.fileld-top .item .pageName {
		margin-top: 5px;
		padding-left: 14px;
	}
	.fileld-top .item .pageName h1 {
		font-size: 21px;
	}
	.fileld-top .item .pageName p {
		width: 92px;
		height: 13px;
		margin-top: 5px;
	}
	.fileld-top .top-nav .menu-top {
		font-size: 18px;
	}
	.fileld-top .top-nav li {
		margin-right: 30px;
	}
	.fileld-top .top-nav .menu-top i {
		font-size: 9px;
		margin-left: 8px;
		margin-top: 5px;
	}
	.fileld-top .searchMain {
		margin-top: 7px;
		margin-left: 0;
	}
	.fileld-top .searchMain .search {
		width: 390px;
	}
	.fileld-top .searchMain .search button {
		width: 72px;
	}
	.fileld-top .searchMain .search input {
		width: 350px;
	}
	.fileld-top .top-nav .menu-bot {
		top: 26px;
		width: 95px;
	}
	.fileld-top .top-nav .menu-bot p a {
		height: 36px;
		font-size: 14px;
		line-height: 34px;
	}
	.fileld-top .top-nav {
		margin-left: 48px;
	}
	.information li {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
		margin-top: 18px;
	}
	.information li img {
		margin-right: 8px;
		margin-top: 4px;
		width: 10px;
	}
	.information li:nth-child(6n) {
		padding-top: 18px;
	}
	.information li p {
		padding-right: 70px;
	}
	.information li .time {
		font-size: 14px;
	}
	.information .title img {
		margin-top: -2px;
		width: 26px;
	}
	.information .title {
		font-size: 24px;
	}
	.information .title .text {
		left: 93px;
		bottom: 2px;
		height: 25px;
	}
	.information .title .text b {
		font-size: 14px;
	}
	.information li:nth-child(6n) .time {
		top: 18px;
	}

	.footer {
        margin-top: 16px;
    }
    .footLeft p {
        line-height: 24px;
        font-size: 12px;
    }
    .footMenu {
        font-size: 12px;
        line-height: 26px;
    }
	.footLeft {
		width: 705px;
		padding-right: 30px;
	}
    .footRight {
        padding-top: 0;
    }
    .footRight p {
		margin: 0 10px;
	}
    .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;
    }
	.left-bar {
		left: 10px;
		top: 200px;
		width: 74px;
		line-height: 38px;
		font-size: 12px;
	}
}
