body{
	background-color: #fff;
}
a {
	outline: none;
}
iframe {
    margin: 0;
    padding: 0;
}
.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;
}
.gradual{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,0.8)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{000000}', endColorStr='#{666666}');
}
img {
	image-rendering:-o-crisp-edges;            /* Opera          */
	image-rendering:-webkit-optimize-contrast; /* Safari         */
	image-rendering:optimize-contrast;         /* CSS3 Proposed  */
	-ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.w{
	width: 1500px;
	margin: 0 auto;
}
.iframe iframe {
	width: calc(100% + 17px);
}
.iframe {
	overflow: hidden;
}
.banner-adv {
	margin: 0 auto;
	overflow: hidden;
}
.banner-adv ul {
	width: calc(100% + 20px);
	display: inline;
	float: left;
	margin: 0px 0 0 -10px;
}

.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item{
	margin: 20px 10px 0 10px;
}
.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%;
}

.banner-adv ul li a,
.banner-adv ul li embed {
	float: left;
}

.banner-adv ul li .advs {
	position: relative;
	display: block;
	width: 100%;
}

.banner-adv ul li .advs img {
	display: block;
	width: 100%;
}

.banner-adv ul li .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;
}
.advs {
	position: relative;
	display: block;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}

.header .item .left p a:hover {
	color: #44a631;
}
.header{
	height: 40px;
	background: #f2f2f2;
}
.header .item{
	height: 100%;
	margin: 0 auto;
}
.header .item .left{
	float: left;
}
.header .item .left p{
	line-height: 40px;
	color: #666;
	float: left
}
.header .item .left p a {
	color: #666;
}
.header .item ul{
	float: left;
	margin-top: 12px;
}
.header .item ul li {
	float: left;
	padding: 0 6px;
	height: 16px;
	border-right: 1px solid #e5e9f4;
	color: #666;
}
.header .item ul li a {
	color: #666;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	margin-top: -4px;
}
.header .item .left ul li:first-child a {
	padding: 0 5px;
}
.header .item .left ul li a {
	padding: 0 10px;
}
.header .item ul li:first-child a{
	color: #44a631;
}
.header .item .left ul li:nth-child(even) a,.header .item .left ul li:nth-child(even) a:hover{
	color: #fff;
	background-color: #44a631;
	border-radius: 2px;
}
.header .item .right ul li {
	padding: 0;
}
.header .item .right ul li a {
	padding: 0 12px;
}
.header .item .right {
	float: right;
	margin-right: 190px;
}
.header .item .right ul li:first-child a{
	color: #666;
}
.header .item ul li a:hover,.header .right ul li a:hover,.header .item .right ul li:first-child a:hover{
	color: #44a631;
}
/* Tophead */
.Tophead{
	margin: 0 auto;
	position: relative;
}
.Tophead ul{
	position: absolute;
	top: -42px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 40px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 12px;
	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;
	font-size: 13px;
}
/* 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: -42px;
}
.header--drop ul li{
	float: left;
	height: 40px;
	position:relative;
}
.header--drop ul li .weixin{
	height: 40px;
	position:relative;
}
.header--drop ul li .weixin::after{
	width: 1px;
	height: 16px;
	background-color: #e5e9f3;
	content:'';
	position:absolute;
	top: 12px;
	right: 0;
	z-index: 1;
}
.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;
}
.header--drop ul li .weixin.hover::after,.header--drop ul li:last-child .weixin::after{
	display: none;
}
.header--drop ul li .weixin i {
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url('../../images/list/weixin_ico.png') no-repeat;
	background-size: contain;
	margin: 12px 4px 0 0;
}
.header--drop ul li.mobile .weixin i {
	width: 12px;
	height: 18px;
	background: url('../../images/list/mobile_ico.png') no-repeat;
	background-size: contain;
	margin: 11px 4px 0 0;
}
.web-code{
	width: 113px;
	padding:15px 15px 15px 15px;
	background-color: #fff;
	position:absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.1);
	display: none;
	text-align: center;
	z-index: 99;
}
.web-code1 {
	width: 400px;
	padding: 15px 15px 15px 15px;
}
.web-code .item {
	float: left;
	width: calc(33.3% - 20px);
	margin: 0 10px;
}
.web-code-f {
	width: 280px;
}
.web-code-f .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.web-code img{
	width: 100%;
	width: 100%;
}
.web-code b {
	display: block;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0 4px 0;
}
.web-code p {
	color: #999;
	font-size: 13px;
}
.header--drop ul li a{
	color: #666;
	line-height: 40px;
	display: block;
	padding: 0 16px;
	position:relative;
	z-index: 9;
}
.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;
}
/* nav */
/*导航栏*/
.nav {
	height: 50px;
	line-height: 50px;
	background: #76a244;
	white-space: nowrap;
	margin-top: 22px;
}
.nav ul {
	white-space: nowrap;
}
.nav ul li {
	float: left;
	font-size: 18px;
}
.nav ul li.shihuan {
	position: relative;
}
.nav ul li.shihuan::after {
	content: '';
	position: absolute;
	right: -14px;
	top: -5px;
	display: block;
	width: 60px;
	height: 20px;
	background: url("../../../images/index/Version/2021/shihuan-ico.png") no-repeat;
	background-size: contain;
}
.nav ul li {
	-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;
}
.nav ul li a {
	color: #fff;
	padding: 0 39px;
	display: inline-block;
}
.nav ul li.active a {
	background: #ff7e05;
}
.nav ul li a:hover {
	background: #ff7e05;
}
/* nav END */
.crumbs {
	height: 80px;
	line-height: 80px;
	color: #333;
	font-size: 14px;
	position: relative;
}
.crumbs p {
	position: absolute;
	left: 0;
	top: 0;
}
.crumbs a {
	color: #333;
}
.crumbs a:hover {
	color: #76a244;
}
.crumbs i {
	color: #76a244;
	margin-right: 5px;
}
@font-face {
    font-family: 'hbzhan';  /* Project id 1875012 */
    src: url('//at.alicdn.com/t/c/font_1875012_yghyt0mh2h.woff2?t=1697617261003') format('woff2'),
         url('//at.alicdn.com/t/c/font_1875012_yghyt0mh2h.woff?t=1697617261003') format('woff'),
         url('//at.alicdn.com/t/c/font_1875012_yghyt0mh2h.ttf?t=1697617261003') format('truetype');
  }
.hbzhan {
    font-family: "hbzhan" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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: 16px;
	border-right: 1px solid #e6e6e6;
	margin-top: 10px;
	position: static;
}

.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);
	display: block !important;
	line-height: 1;
	color: #333;
}

.selectTop.focus i {
	top: 3px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.selectBot {
	position: absolute;
	width: 76px;
	background-color: #ffffff;
	top: 100%;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #ff7e05;
	border-top: 2px solid #ff7e05;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #ff7e05;
	border-right: 2px solid #ff7e05;
}

.selectBot li:hover {
	background-color: #ff7e05;
	border-left: 2px solid #ff7e05;
	border-right: 2px solid #ff7e05;
	color: #fff;
	cursor: pointer;
}

.crumbs .search {
	width: 358px;
	height: 38px;
	border: 1px solid #fa8c16;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #888;
	border-radius: 2px;
	z-index: 9;
}
.crumbs .search i {
	/* position: absolute; */
	/* left: 10px; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	/* line-height: 0; */
	/* color: #cdcdcd; */
	display: none;
}
.crumbs .search button {
	position: absolute;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	width: 78px;
	font-size: 14px;
	border: none;
	cursor: pointer;
	right: -1px;
	top: -1px;
	background-color:#ff7e05;
}
.crumbs .search input {
	width: 196px;
	height: 38px;
	float: left;
	border: none;
	font-size: 14px;
	color: #888;
	margin-left: 10px;
	background-color: #fff;
}
.top{
	margin: 0 auto;
	padding: 25px 0 5px 0;
}
.top::after {
	content: "";
	clear: both;
	display: block;
}
.logo{
	float: left;
	margin-top: 3px;
}
.line {
    width: 1px;
    height: 36px;
    background-color: #e4e4e4;
    float: left;
    margin: 15px 15px 0 25px;
}
.pageName{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.pageName i{
	width: 110px;
	height: 14px;
	display: block;
	margin-top: 8px;
	background:url(../../images/tech2018/technology.png) no-repeat 0 -33px;
}
.top .search{
	width: 435px;
	margin-top: 10px;
	float: left;
	margin-left: 220px;
	border: 2px solid #76a244;
}
.top .search input {
	width: 255px;
	height: 20px;
	border: 0;
	border-right: none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background: #fff;
	font-size: 14px;
	padding: 10px 12px;
	font-family: microsoft yahei;
	color: #999999;
	float: left;
}
.top .search button {
	width: 80px;
	height: 40px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #76a244;
	text-align: center;
	border: none;
	float: left;
	cursor: pointer;
}
.top .search button i{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background:url(../../images/tech2018/technology.png) no-repeat 0 -67px;
}
.top .search .selectBot {
	position: absolute;
	width: 76px;
	background-color: #ffffff;
	top: 100%;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #76a244;
	border-top: 2px solid #76a244;
	display: none;
}

.top .search .selectBot li {
	line-height: 26px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #76a244;
	border-right: 2px solid #76a244;
}

.top .search .selectBot li:hover {
	background-color: #76a244;
	border-left: 2px solid #76a244;
	border-right: 2px solid #76a244;
	color: #fff;
	cursor: pointer;
}
.topAdv {
	float: right;
}

.topAdv img,
.topAdv embed {
	width: 260px;
	height: 62px;
	display: block;
}

.main .left {
	width: 1100px;
	float: left;
}
.main .right {
	width: 362px;
	float: right;
}
.main .right .right-adv {
	margin-bottom: 20px;
}
.main .right .right-adv img {
	width: 100%;
}
.newsTop h1 {
	font-size: 40px;
	line-height: 50px;
	overflow: hidden;
}
.newsTop h1 a {
	color: #333;
}
.newsTop h1 a:hover {
	color: #76a244;
}
.newsTop .newsTime {
	font-size: 15px;
	color: #999;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	margin-top: 20px;
	position: relative;
}
.newsTop .newsTime p {
	float: left;
	padding-right: 20px;
	position: relative;
}
.newsTop .newsTime p::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #ddd;
}
.newsTop .newsTime strong {
	padding: 0 14px;
}
.newsTop .newsTime span {
	color: #76a244;
}
.newsTop .newsTime .fenxiang {
	float: left;
	margin-left: 20px;
}
.newsTop .newsTime .fenxiang span {
	background: #f5f5f5;
	padding: 2px 6px;
	border-radius: 20px;
	margin-left: 10px;
	font-weight: normal;
}
.newsTop .newsTime .fenxiang span i {
	color: #dadada;
	font-size: 16px;
	margin: 0 6px;
}
.newsTime span.gz-btn, .newsTime span.gz-btn-active, .newsTime span.sc-btn-active, .newsTime span.sc-btn-active {
	display: inline-block;
	font-size: 12px;
	line-height: 27px;
	color: #888;
	cursor: pointer;
}
.newsTime span.gz-btn {
	position: relative;
	top: 8px;
	margin-left: 10px;
	cursor: pointer;
}
.newsTime span.gz-btn a {
	height: 25px;
	width: 46px;
	background: url(../../images/gz-btn.png) no-repeat;
	display: inline-block;
	cursor: pointer;
}
.newsTime span.gz-btn-active {
	position: relative;
	top: 8px;
	margin-left: 10px;
	background: url(../../images/gz-btn-active.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}
.newsTime span.gz-btn-active a {
	height: 25px;
	width: 46px;
	background: url(../../images/gz-btn-active.png) no-repeat;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
}
.newsTime span.sc-btn {
	position: relative;
	top: 8px;
	margin-left: 10px;
	cursor: pointer;
}
.newsTime span.sc-btn a {
	height: 25px;
	width: 46px;
	background: url(../../images/sc-btn.png) no-repeat;
	display: inline-block;
	cursor: pointer;
}
.newsTime span.sc-btn-active {
	position: relative;
	top: 8px;
	margin-left: 10px;
	background: url(../../images/sc-btn-active.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}
.newsTime  span.sc-btn-active a {
	height: 25px;
	width: 46px;
	background: url(../../images/sc-btn-active.png) no-repeat;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
}
#fenxiangDiv {
	padding-top: 10px;
}
/*
.newsTop .newsTime .shoucang {
	float: left;
	margin-left: 20px;
}
 .newsTop .newsTime .shoucang a {
	color: #ff7e05;
	border: 1px solid #ff7e05;
	border-radius: 20px;
	padding: 2px 8px;
	font-size: 15px;
}
.newsTop .newsTime .shoucang a.active {
	background: #ff7e05;
	color: #fff;
}
.newsTop .newsTime .shoucang a i {
	margin-right: 4px;
	font-size: 15px;
} */
.newsBot {
	margin-top: 0;
}
.newsContent {
	line-height: 32px;
	font-size: 16px;
	color: #333;
	padding-top: 20px;
}
.solicit {
	height: 123px;
	background: url('../../images/list/ZGbanner.png') no-repeat;
	background-size: contain;
	position: relative;
	margin-top: 40px;
}
.solicit-item {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 185px;
}
.solicit-item b {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	display: block;
}
.solicit-item span {
	font-size: 18px;
	color: #3a5a54;
	display: inline-block;
	font-weight: normal;
	padding: 2px 18px;
	background: #fff;
	border-radius: 20px;
	margin-top: 8px;
}
.coprt {
	margin-top: 30px;
	background: #fafafa;
	padding: 20px;
	color: #666;
}
.coprt dt {
	font-size: 16px;
	margin-bottom: 5px;
}
.coprt dl {
	font-size: 14px;
	line-height: 32px;
}
.main .left li {
	overflow: hidden;
	padding: 20px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.main .left li:first-child {
	padding-top: 0;
}
.main .left li:hover {
	background: #f5f5f5;
}
.main .left .image {
	width: 225px;
	height: 150px;
	float: left;
	margin-right: 18px;
}
.main .left .image img {
	width: 100%;
	height: 100%;
}
.main .left .text {
	overflow: hidden;
	padding-right: 20px;
}
.main .left .text b {
	display: block;
	font-size: 24px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	margin-top: 2px;
}
.main .left .text b a {
	color: #333;
}
.main .left .text b a:hover {
	color: #76a244;
}
.main .left .text span {
	display: block;
	color: #666;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	font-size: 15px;
	margin-top: 15px;
}
.main .left .text span .more {
	color: #666;
}
.main .left .bot {
	margin-top: 20px;
	position: relative;
	color: #999;
	font-size: 14px;
}
.main .left .bot em {
	font-style: normal;
	margin-right: 16px;
}
.main .left .bot .txt-right {
	position: absolute;
	right: 0;
	top: 0;
}
.main .left .bot .txt-right em {
	margin-right: 0;
	margin-left: 16px;
}
.main .left .bot .txt-right em.come {
	color: #c00;
}
.main .left .bot .more {
	position: absolute;
	right: 0;
	top: 0;
}
.main .left .bot i {
	font-size: 16px;
	margin-right: 4px;
}
.lostpro{width:450px;background: url('../../images/lostpro.jpg') no-repeat left top;margin: 45px auto;padding-left: 165px;height:116px;
padding-top: 10px;
}
.lostpro span{font: 22px/34px "Microsoft Yahei";color: #333;}
.lostproab{font: 12px/24px "\5b8b\4f53";color: #767676;}
.lostproab a{background: url('../../images/caigouSearch.png') no-repeat -145px -35px;padding-left: 12px;}

.main .right .item {
	padding: 3px 20px 20px 20px;
	border-bottom: 1px solid #eee;
	background: #fafafa;
}
.main .right .item:last-child {
	border-bottom: none;
}
.main .right-title {
	height: 55px;
	line-height: 55px;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	position: relative;
}
.main .right-title .more {
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	font-weight: normal;
}
.main .right-title .more:hover {
	color: #76a244;
}
.main .right-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 68px;
	height: 3px;
	background: url('../../images/list/right-title.png') no-repeat;
	background-size: contain;
}
.main .right-title span {
	color: #76a244;
}
.main .right .LiveBig {
	margin-top: 20px;
}
.main .right .LiveBig .image {
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.main .right .LiveBig .image img {
	width: 100%;
	max-height: none;
	display: block;
}
.main .right .LiveBig p {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-top: 10px;
}
.main .right .LiveBig p a {
	color: #333;
}
.main .right .LiveBig p a:hover {
	color: #76a244;
}
.main .right .LiveBig i {
	color: #fff;
	font-size: 44px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.main .right .LiveUl {
	margin-top: 24px;
	margin-right: -20px;
}
.main .right .LiveUl li {
	width: 50%;
	float: left;
}
.main .right .LiveUl .item1 {
	margin-right: 20px;
}
.main .right .LiveUl .image {
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.main .right .LiveUl .image img {
	width: 100%;
	max-height: none;
	display: block;
}
.main .right .LiveUl .image i {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.main .right .LiveUl .image:hover i {
	opacity: 1;
	z-index: 1;
}
.main .right .LiveUl li p {
	font-size: 15px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	margin-top: 10px;
}
.main .right .LiveUl li p a{
	color: #333;
}
.main .right .LiveUl li p a:hover {
	color: #76a244;
}
.main .right .pro-rec .image {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 18px;
}
.main .right .pro-rec .image img {
	width: 100%;
	height: 100%;
}
.main .right .pro-rec {
	margin-top: 20px;
}
.main .right .pro-rec li {
	overflow: hidden;
	margin-bottom: 20px;
}
.main .right .pro-rec li:last-child {
	margin-bottom: 0;
}
.main .right .pro-rec .text {
	overflow: hidden;
}
.main .right .pro-rec .text p {
	font-size: 15px;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	margin-top: 5px;
}
.main .right .pro-rec .text span {
	display: block;
	color: #999;
	font-size: 14px;
	margin-top: 25px;
}
.main .right .pro-rec .text p a {
	color: #333;
}
.main .right .pro-rec .text p a:hover {
	color: #76a244;
}
.main .right .news-ul {
	margin-top: 10px;
}
.main .right .news-ul li{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-size: 15px;
}
.main .right .news-ul li i {
	display: inline-block;
	width: 17px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	margin-right: 10px;
	font-size: 14px;
	color: #666;
}
.main .right .news-ul li:nth-child(1) i {
	background: url('../../images/list/news-ul-1.png');
	background-size: contain;
}
.main .right .news-ul li:nth-child(2) i {
	background: url('../../images/list/news-ul-2.png');
	background-size: contain;
}
.main .right .news-ul li:nth-child(3) i {
	background: url('../../images/list/news-ul-3.png');
	background-size: contain;
}
.main .right .news-ul li a {
	color: #777;
}
.main .right .news-ul li a:hover {
	color: #76a244;
}

.main .right .user {
	padding: 25px 20px;
	background: #fff;
	margin-bottom: 20px;
	border-top: 5px solid #76a244;
	/* box-shadow: 0px 12px 14px -4px rgba(90, 90, 90, 0.1); */
	background: #fafafa;
}
.main .right .user-top {
	overflow: hidden;
}
.main .right .user .image {
	display: block;
	width: 82px;
	height: 82px;
	float: left;
	margin-right: 20px;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.main .right .user .image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.main .right .user .text {
	overflow: hidden;
}
.main .right .user .text p {
	font-size: 17px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-weight: bold;
}
.main .right .user .text span {
	margin-left: 5px;
	background-color:#2eb07d;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#2eb07d), to(#6bc55d));
	background-image:-webkit-linear-gradient(90deg, #2eb07d, #6bc55d);
	background-image:-moz-linear-gradient(90deg, #2eb07d, #6bc55d);
	background-image:-ms-linear-gradient(90deg, #2eb07d, #6bc55d);
	background-image:-o-linear-gradient(90deg, #2eb07d, #6bc55d);
	background-image:linear-gradient(90deg, #2eb07d, #6bc55d);
	font-size: 14px;
	color: #fff;
	padding: 1px 8px;
	font-weight: normal;
}
.main .right .user .btn_right {
	margin-top: 30px;
}
.main .right .user .btn_right a {
	display: inline-block;
	width: 136px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 10px;
	background: #76a244;
	border-radius: 4px;
	font-size: 16px;
	border: 1px solid #76a244;
}
.main .right .user .btn_right a.audience {
	background: #e5fbef;
	color: #76a244;
	border: 1px solid #76a244;
}
.ent-dir {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}
.ent-dir .image {
	width: 95px;
	height: 143px;
	float: left;
	margin-right: 20px;
}
.ent-dir .text {
	overflow: hidden;
}
.ent-dir .text b {
	font-weight: normal;
	font-size: 16px;
	display: block;
	margin-top: 15px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.ent-dir .text b a {
	color: #333;
}
.ent-dir .text b a:hover {
	color: #76a244;
}
.ent-dir .text p {
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
}
.ent-dir .text p span {
	background: #76a244;
	padding: 2px 4px;
	display: inline-block;
	border-radius: 3px;
	margin-right: 10px;
}
.ent-dir .text p span a {
	color: #fff;
}
.ent-dir .text p em a {
	color: #fff;
}
.ent-dir .text p em {
	font-style: normal;
	display: inline-block;
	background: #ff9900;
	padding: 2px 4px;
	border-radius: 3px;
}

.rec-exhi {
	margin-top: 20px;
}
.rec-exhi ul {
	margin-top: 5px;
}
.rec-exhi-title span {
	font-size: 14px;
	color: #fff;
	background: #ff7e05;
	padding: 0 4px;
	margin-right: 6px;
}
.rec-exhi-title em {
	font-size: 14px;
	color: #fff;
	font-style: normal;
	background: #76a244;
	padding: 0 4px;
}
.rec-exhi .image {
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.rec-exhi .image img {
	width: 100%;
	max-height: none;
	display: block;
}
.rec-exhi .image p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px 12px 10px 12px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
}
.rec-exhi .image p strong {
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	display: block;
}
.rec-exhi-title {
	margin-top: 12px;
}
.rec-exhi ul li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
}
.rec-exhi ul li a {
	color: #333;
}
.rec-exhi ul li a:hover {
	color: #76a244;
}

.newspages .prev,.newspages .prev:hover,.newspages .next,.newspages .next:hover{ background:#fff url('../../images/list/pagearrow.gif') no-repeat;}
.newspages{ width:100%; margin:0 auto; padding:15px 0; line-height:30px; color:#333; text-align: center; float:left; font-family:"Tahoma","\5b8b\4f53";font-size: 14px;}
.newspages a{ border-radius: 3px;width:38px; height:38px;line-height:38px; border:1px solid #e6e6e6; background:#fff; color:#333; display:inline-block; font-size:16px;margin:0 3px; text-align:center; vertical-align: middle;-webkit-transition: all 0s ease;-moz-transition: all 0s ease;
-ms-transition: all 0s ease;-o-transition: all 0s ease;transition: all 0s ease;}
.newspages .on{ border:1px solid #76a244; background-color:#76a244; cursor:default; color:#fff;}
.newspages .ft{background:#fff url('../../images/list/pagearrow.gif') 7px -15px no-repeat;}
.newspages .lt{background:#fff url('../../images/list/pagearrow.gif') -18px -62px no-repeat;}
.newspages .ft:hover{background:#fff url('../../images/list/pagearrow.gif') 7px 8px no-repeat;}
.newspages .lt:hover{background:#fff url('../../images/list/pagearrow.gif') -18px -39px no-repeat;}
.newspages .page_etc{ color:#999; margin:0 10px;}
.newspages .page_turn{ position:relative; margin-left:10px;}
.newspages .page_turn b{ padding:0 5px;}
.newspages .jump input{ width:38px; height:38px; display:inline-block; margin:0 4px; border:1px solid #e4e4e4; text-align:center; color:#666; line-height:21px;border-radius: 3px;}
.newspages button{ border-radius: 3px;  height:38px;font-size: 15px; padding:0 10px; border:1px solid #76a244; background:#76a244; color:#fff; cursor:pointer; margin-left:2px; _margin-left:4px; _padding:0 5px;height: ;}
.newspages .prev{ background-position:5px -62px;}
.newspages .prev:hover{ background-position:5px -39px;}
.newspages .next{ background-position:-19px -15px;}
.newspages .next:hover{ background-position:-19px 8px;}
.newspages a:hover{ color:#000;}
.newspages .on:hover{ color:#fff;}

.wx-popup {
	position: fixed;
	width: 360px;
	height: 460px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url('../../images/list/wx-popup.png') no-repeat;
	background-size: cover;
	box-shadow: 0px 2	px 12px -4px rgba(19, 129, 70, 0.2);
	border-radius: 20px;
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
	z-index: 9999;
	display: none;
}
.wx-popup b {
	display: block;
	font-size: 18px;
	color: #333;
	margin-bottom: 30px;
}
.wx-popup p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.wx-popup .image {
	width: 216px;
	height: 216px;
	margin: 30px auto 0;
	box-shadow: 0px 4px 18px -4px rgba(10, 10, 10, 0.2);
	padding: 8px;
	box-sizing: border-box;
}
.wx-popup .wx-popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.wx-popup .wx-popup-close i {
	font-size: 24px;
	color: #ccc;
}
#leftAdv {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	left: 5px;
	z-index: 99999;
}
#leftAdv a {
	color: #666;
	margin-top: 2px;
	display: inline-block;
	cursor: pointer;
}

/* rightNav */
.rightAdv{
	display: none;
}
.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;
}
.rightNavItem a.toTop i {
	font-size: 22px;
	margin-top: 5px;
	display: inline-block;
}

.appItem {
	position: absolute;
	right: 65px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	width: 168px;
	top: 50px;
	line-height: 18px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	display: none;
}
.appItem .image {
	padding: 14px;
}
.appItem p {
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #44a631;
	font-weight: bold;
	background: #f5f8f2;
}

.appItem b {
	color: red;
}
.tiktokItem {
	top: 186px;
}
.weixinItem {
	top: 80px;
}
.yijianItem {
	top: 112px;
}

.weixinItem img {
	margin: 0;
}

.qqItem {
	top: 164px;
}

.qqItem b{
	display: block;
	margin: 3px 0 6px 0
}
.cooperation{
	position: absolute;
	right: 50px;
	top: 0px;
	display: none;
	padding-right: 15px;
}
.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;
}
/* end */
/* phone */
.phone_item{
	position: absolute;
	left: -310px;
	top: 0;
	width: 240px;
	height: 380px;
	padding: 0 25px;
	background-color: #fff;
	box-shadow: 0 2px 5px #ccc;
	display: none;
}
.phone_item p{
	height: 50px;
	position: relative;
	padding: 16px 25px 16px 90px;
}
.phone_item p {
	height: 50px;
	position: relative;
	padding: 16px 0 16px 65px;
	border-bottom: 1px dashed #e6e6e6;
}
.phone_item p i {
	position: absolute;
	left: 0;
	top: 16px;
	width: 50px;
	height: 50px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -38px -87px;
}
.phone_item b {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #fe9900;
	font-weight: normal;
	margin-bottom: 10px;
}
.phone_item em {
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	color: #333;
	margin-bottom: 5px;
}
.phone_item span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f5f5f5;
	color: #999;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
/* end */
.rightAdv_qq:hover .qq_contactInfo{
	display: block;
}
.rightAdv_phone:hover .phone_item{
	display: block;
}
.rightadvTop {
	position: fixed;
	top: 460px;
	right: 31px;
	width: 42px;
	height: 42px;
	background-color: #44a631;
	border-radius: 50%;
	box-shadow: 0 2px 5px #999;
	text-align: center;
	z-index: 9999;
	overflow: hidden;
	display: none;
}
.rightadvTop i {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
/* footer */
.footer{
	background-color: #333333;
	padding: 20px 0 0 0;
	margin-top: 30px;
}
.Foot{
	margin:0 auto;
	color: #fff;
	overflow: hidden;
}
.footLeft{
	width: 780px;
	float: left;
}
.footMenu{
	color: #666666;
	font-size: 14px;
	line-height: 56px;
	display: block;
	text-indent: -6px;
}
.footMenu a{
	color: #fff;
	margin: 0 6px;
}
.footMenu a:hover{
	color: #76A246;
}
.footLeft p{
	color: #cacaca;
	line-height: 34px;
}
.footLeft p.webName{
	font-size: 14px;
}
.footLeft p.webName i{
	font-style: normal;
	color: #76a244;
}
.footLeft p a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #858688;
	border-radius: 11px;
	padding: 0 10px 0 0;
	margin-right: 20px;
}
.footLeft p .qq{
	position: relative;
	cursor: pointer;
}
.footLeft p a b{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: top;
	background: #afb1b0 url(https://www.hbzhan.com/images/News/newsIndex.png) no-repeat -83px -239px;
}
.footLeft p .qq .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 .qq .QQhover::after{
	 position: absolute;
	 left: 0;
	 top: 0;
	 line-height: 20px;
	 content: "QQ:";
	}
	.footLeft p .qq:hover .QQhover{
	 display: inline-block;
	}
.copyright{
	border-top: 1px solid #666666;
	margin-top: 24px;
	padding-top: 20px;
	color: #cacaca;
}
.footRight{
	width: 400px;
	float: right;
	text-align: center;
	padding-top: 20px;
}
.footRight p{
	display: inline-block;
	width: 100px;
	margin: 12px;
}
.footRight p img{
	border:1px solid #999999;
	margin:5px 0;
    width: 98px;
}

/* footer */
/* 1216 */
.Share-2 {
	position: absolute;
	right: 80px;
	bottom: 6px;
	height: 40px;
}
.Share-2 li{
	padding: 0!important;
	overflow: initial!important;
}
.Share-2 li p{
	float: initial!important;
	padding: 0!important;
}
.Share-2 li p::before{
	display: none!important;
}
.Share-2 .wx-bot {
	bottom: -246px !important;
}
.nextNews p{
	padding:5px 0;
	font-size: 14px;
}
.nextNews p a{
	color: #44a631;
}
