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;
}
.left {
	float: left;
}
.right {
	float: right;;
}
.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%);
}
.hotText .image img,
.dynamic-list .image img,
.live-img .image img,
.live-ul .image img,
.video-list .image img,
.report-list .image img,
.online-image .image img,
.part4 .item .item-main .image img {
	-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;
}
.hotText .image:hover img,
.dynamic-list .image:hover img,
.live-img .image:hover img,
.live-ul .image:hover img,
.video-list .image:hover img,
.report-list .image:hover img,
.online-image .image:hover img,
.part4 .item .item-main .image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.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;
}

#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:212px;
	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;
}
.searchMain {
	margin: 0 0 0 95px;
	float: left;
}
.searchMain .hot {
	margin-top: 10px;
}
.searchMain .hot i {
	color: #ff5346;
	font-size: 14px;
	margin-right: 2px;
}
.searchMain .hot a {
	font-size: 13px;
	color: #666;
	margin-right: 10px;
}
.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 {
	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 */

/* part1 */
.part1 {
	margin-top: 24px;
}
.hotsPot {
	width: 540px;
	float: left;
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgba(19, 19, 19, 0.1);
	padding: 16px 20px;
	box-sizing: border-box;
	position: relative;
}
.hotsPot::after {
	content: '';
	display: block;
	width: 122px;
	height: 86px;
	background: url('../../../../images/Version/2022/info/hotsPot-bg.png') no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}
.hotsPot-title {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.hotsPot-title b {
	font-size: 26px;
	position: relative;
	display: inline-block;
	width: 135px;
}
.hotsPot-title b span {
	display: inline-block;
	width: 56px;
	height: 24px;
	background: url('../../../../images/Version/2022/info/hotsPot.png') no-repeat;
	background-size: contain;
	margin: 8px 0 0 0 ;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
.hotsPot-title .more,
.dynamic-title .more,
.index-title .more {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	color: #999;
}
.hotsPot-title .more:hover,
.dynamic-title .more:hover,
.index-title .more:hover {
	color: #44a631;
}
.hotsPot-title b::after {
	right: 0;
	bottom: 0;
	content: '';
	position: absolute;
	display: inline-block;
	width: 79px;
	height: 10px;
	background: url('../../../../images/Version/2022/info/hotsPot-ico.png') no-repeat;
	background-size: contain;
}
.hotsPot ul {
	margin-top: 15px;
}
.hotsPot ul li {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	font-size: 17px;
	position: relative;
	padding-right: 50px;
}
.hotsPot ul li b {
	color: #999;
	font-weight: normal;
	display: inline-block;
	margin-right: 8px;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	text-align: center;
	border-radius: 8px 2px;
	background: #eee;
}
.hotsPot ul li span {
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}
.hotsPot ul li:first-child b {
	background: #ff5346;
	color: #fff;
}
.hotsPot ul li:nth-child(2) b {
	background: #ff981e;
	color: #fff;
}
.hotsPot ul li:nth-child(3) b {
	background: #44a631;
	color: #fff;
}
.hotsRec {
	width: 1030px;
	float: right;
}
.banner {
	height: 284px;
	position: relative;
	overflow: hidden;
}
.banner-nav {
	position: absolute;
	bottom: 12px;
	left: 44px;
	right: 44px;
}
.banner-nav {
	position: absolute;
	left: 44px;
	right: 44px;
	bottom: 12px;
	font-size: 0;
}
.banner-nav a {
	font-size: 16px;
	display: inline-block;
	width: 185px;
	height: 36px;
	line-height: 36px;
	background: rgba(255,255,255,.8);
	text-align: center;
	margin-right: 3px;
}
.banner-nav a.focus {
	background: #6bba57;
	color: #fff;
}
.banner-nav a:last-child {
	margin-right: 0;
}
.hotRec-bot {
	height: 134px;
	margin-top: 18px;
	background: #f5f5f5;
	overflow: hidden;
}
.hotRec-bot .hotRec-title {
	width: 46px;
	height: 134px;
	display: block;
	float: left;
	background: url('../../../../images/Version/2022/info/hotRec-title.png') no-repeat;
	background-size: contain;
}
.hotRec-right {
	overflow: hidden;
	padding: 17px 20px;
}
.hotText {
	width: 550px;
	float: left;
}
.hotText .image {
	width: 150px;
	height: 100px;
	margin-right: 17px;
	float: left;
	overflow: hidden;
}
.hotText .image img {
	width: 100%;
	height: 100%;
}
.hotText .text {
	overflow: hidden;
}
.hotText .text b {
	font-size: 18px;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 5px;
}
.hotText .text p {
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	margin-top: 12px;
}
.hotRec-right ul {
	overflow: hidden;
	padding-left: 35px;
}
.hotRec-right ul li {
	font-size: 17px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}
.hotRec-right ul li::before,
.hotTopic-list .item li::before,
.part4 .item .item-ul p::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0,-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #71a23b;
}
/* part1 End */

/* part2 */
.part2 {
	margin-top: 22px;
}
.dynamic {
	width: 1115px;
	float: left;
}
.dynamic-title {
	height: 60px;
	line-height: 60px;
	position: relative;
}
.dynamic-title::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #e6e6e6;
}
.dynamic-nav {
	font-size: 0;
}
.dynamic-nav a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-right: 45px;
	position: relative;
	display: inline-block;
}
.dynamic-nav a.focus {
	font-size: 24px;
	color: #44a631;
}
.dynamic-nav a::after {
	content: '';
	position: absolute;
	height: 3px;
	width: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #ff981e;
	z-index: 1;
	transition: all .3s ease;
}
.dynamic-nav a.focus::after {
	width: 46px;
}
.dynamic-list {
	display: none;
	margin-top: 24px;
}
.dynamic-list .image {
	width: 540px;
	float: left;
	margin-right: 30px;
}
.dynamic-list .image a {
	display: block;
	height: 0;
	padding-bottom: 58.7%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}
.dynamic-list .image img {
	max-height: none;
	width: 100%;
}
.dynamic-list .image p {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0px;
	right: 0px;
	padding: 15px 12px 10px 12px;
	font-size: 20px;
	overflow: hidden;
	color: #fff;
}
.dynamic-list .image strong {
	max-height: 28px;
	line-height: 28px;
	overflow: hidden;
	display: block;
}
.dynamic-list .image:hover strong {
	max-height: 56px;
}
.dynamic-list .text {
	overflow: hidden;
}
.dynamic-list .text .item b {
	font-size: 20px;
	color: #333;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.dynamic-list .text .item:last-child {
	margin-top: 8px;
}
.dynamic-list .text .item ul {
	margin-top: 4px;
}
.dynamic-list .text .item ul li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 17px;
	color: #333;
}

.hotTopic {
	width: 450px;
	float: right;
	background: #f5f5f5;
	padding: 15px 24px 20px 24px;
	box-sizing: border-box;
}
.hotTopic-nav {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.hotTopic-nav a {
	padding: 0 50px;
	color: #333;
	position: relative;
	font-size: 18px;
}
.hotTopic-nav a b {
	position: relative;
}
.hotTopic-nav a.focus {
	font-size: 24px;
	color: #44a631;
}
.hotTopic-nav a.focus b::after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 35px;
	position: absolute;
	right: -17px;
	top: 8px;
	background: url('../../../../images/Version/2022/info/hotTopic-ico.png');
	background-size: contain;
}
.hotTopic-nav a::after {
	width: 1px;
	height: 18px;
	background-color: #dddddd;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.hotTopic-nav a:last-child::after {
	display: none;
}
.hotTopic-list {
	display: none;
}
.hotTopic-list .item {
	margin-top: 15px;
}
.hotTopic-list .item b {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	text-align: left;
}
.hotTopic-list .item b a {
	color: #44a631;
}
.hotTopic-list .item ul {
	margin-top: 6px;
}
.hotTopic-list .item li {
	font-size: 17px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	padding-left: 15px;
	position: relative;
}
.hotTopic-list .item-con {
	overflow: hidden;
	margin-top: 12px;
}
.hotTopic-list .item-con-top .image {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 14px;
	position: relative;
}
.hotTopic-list .item-con-top .image i {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 17px;
	height: 17px;
	line-height: 1.5;
	background: #44a631;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 2px solid #febe24;
	border-radius: 50%;
	font-style: normal;
	font-weight: bold;
}
.hotTopic-list .item-con-top .image img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.hotTopic-list .item-con-top .text {
	overflow: hidden;
}
.hotTopic-list .item-con-top .text b {
	height: 26px;
	line-height: 26px;
	display: block;
	font-size: 16px;
	color: #333;
}
.hotTopic-list .item-con-top .text p {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
}
.hotTopic-list .item-con-bot {
	margin-top: 6px;
	background: #fff;
	border-radius: 0 15px 0 15px;
	border: 1px solid #eaeaea;
	padding: 8px 15px;
}
.hotTopic-list .item-con-bot p {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 16px;
}
.hotTopic-list .S-login {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	background: #6fc85d;
	border-radius: 30px;
	color: #fff;
}
/* part2 End */
/* part3 */
.part3 {
	height: 468px;
	margin-top: 30px;
	background: url('../../../../images/Version/2022/info/part3_bg.jpg') no-repeat;
	background-size: cover;
	padding: 47px 0;
	box-sizing: border-box;
}
.live {
	width: 1120px;
	float: left;
}
.live-title, .video-title {
	height: 35px;
	line-height: 35px;
	position: relative;
}
.live-title b, .video-title b{
	font-size: 28px;
}
.live-title b i, .video-title b i{
	font-size: 24px;
	vertical-align: top;
	display: inline-block;
	margin: 3px 6px 0 0;
	font-style: normal;
}
.live-title b a, .video-title b a{
	color: #fff;
}
.live-nav {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
}
.live-nav a {
	color: #fff;
	margin: 0 25px;
	position: relative;
	display: inline-block;
	font-size: 18px;
}
.live-nav a::after {
	content: '';
	position: absolute;
	height: 3px;
	width: 0;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	background: #ffffff;
	z-index: 1;
	transition: all .3s ease;
}
.live-nav a.focus {
	font-size: 20px;
	font-weight: bold;
}
.live-nav a.focus::after {
	width: 36px;
}
.live-nav a:last-child {
	padding-right: 0;
}
.live-list {
	display: none;
}
.live-list,.video-list {
	margin-top: 25px;
}
.live-img {
	width: 558px;
	float: left;
	margin-right: 14px;
}
.live-img .image,
.live-ul li .image,
.video-list .image {
	padding-bottom: 56.3%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.live-img .image img,
.live-ul li .image img,
.video-list .image img{
	max-height: none;
	display: block;
	width: 100%;
}
.live-img p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 54px;
	line-height: 54px;
	background: rgba(0,0,0,0.4);
	font-size: 18px;
	box-sizing: border-box;
	padding: 0 114px 0 20px;
}
.live-img p a {
	color: #fff;
}
.live-img p span {
	width: 104px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff740e), to(#ff3544));
	background-image: -webkit-linear-gradient(90deg, #ff740e, #ff3544);
	background-image: -moz-linear-gradient(90deg, #ff740e, #ff3544);
	background-image: -ms-linear-gradient(90deg, #ff740e, #ff3544);
	background-image: -o-linear-gradient(90deg, #ff740e, #ff3544);
	background-image: linear-gradient(90deg, #ff740e, #ff3544);
}
.live-img p span.Replay {
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ea4f4f), to(#df2d2d));
	background-image:-webkit-linear-gradient(90deg, #ea4f4f, #df2d2d);
	background-image:-moz-linear-gradient(90deg, #ea4f4f, #df2d2d);
	background-image:-ms-linear-gradient(90deg, #ea4f4f, #df2d2d);
	background-image:-o-linear-gradient(90deg, #ea4f4f, #df2d2d);
	background-image: linear-gradient(90deg, #ea4f4f, #df2d2d);
}
.live-img p span.Notice {
	background-image:-webkit-gradient(linear, left top, left bottom, from(#2e7d42), to(#789a1b));
	background-image:-webkit-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image:-moz-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image:-ms-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image:-o-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image:linear-gradient(90deg, #2e7d42, #789a1b);
}
.live-img p span i {
	font-size: 16px;
	margin: 0 5px 0 0;
}
.live-ul {
	overflow: hidden;
}
.live-ul ul {
	overflow: hidden;
	margin: -7px;
}
.live-ul li {
	width: 50%;
	float: left;
	padding: 7px;
	box-sizing: border-box;
}
.live-ul li .image .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	opacity: 0;
}
.live-ul li .image:hover .cover {
	opacity: 1;
}
.live-ul li .image .cover i {
	font-size: 60px;
	color: #fff;
}
.live-ul li .image span {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	background-color: #ff790c;
	border-radius: 3px;
	z-index: 10;
}
.live-ul li .image span.Notice {
	background: #ff790c;
}
.live-ul li .image span.Replay {
	background: #2884e2;
}
.live-ul li .image span.Live {
	background: #fa4c2f;
}
.video {
	width: 400px;
	float: right;
}
.video-title .more {
	font-size: 16px;
	color: #fff;
	right: 0;
}
.video-list .item {
	padding: 13px 12px;
	background: rgba(255,255,255,.5);
}
.video-list .item li {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 17px;
}
.video-list .item li i{
	font-size: 16px;
	margin: 2px 4px 0 2px;
	color: #333;
}
.video-list .item li a:hover i{
	color: #44a631;
}
/* part3 End */
/* part4 */
.part4 ul {
	overflow: hidden;
	margin: 0 -18px;
}
.part4 ul li {
	width: 33.33%;
	float: left;
	padding: 0 18px;
	box-sizing: border-box;
}
.part4 .item {
	margin-top: 10px;
}
.part4 .item .item-main {
	margin-top: 16px;
	position: relative;
	overflow: hidden;
}
.part4 .item .item-main .image {
	width: 150px;
	height: 100px;
	overflow: hidden;
	margin-right: 17px;
	float: left;
}
.part4 .item .item-main .text {
	overflow: hidden;
}
.part4 .item .item-main .text .more {
	position: absolute;
	right: 0;
	bottom: 6px;
	background: #44a631;
	font-size: 14px;
	color: #fff;
	padding: 7px 17px;
	border-radius: 30px;
	display: block;
}
.part4 .item .item-main .text p {
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	font-weight: bold;
}
.part4 .item .item-main .text span {
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 20px;
}
.part4 .item .item-ul {
	margin-top: 10px;
	min-height: 216px;
}
.part4 .item .item-ul p {
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	font-size: 17px;
	color: #333;
	position: relative;
	padding-left: 15px;
	padding-right: 50px;
}
.part4 .item .item-ul p span {
	color: #999;
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 0;
}
.part4 .item .item-bot {
	line-height: 40px;
	height: 40px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 0 16px;
	font-size: 15px;
	overflow: hidden;
}
.part4 .item .item-bot b {
	color: #ff9210;
	margin-right: 10px;
}
.part4 .item .item-bot a {
	color: #999;
	font-weight: normal;
	margin-right: 30px;
}
.part4 .item .item-bot a:hover {
	color: #44a631;
}
.part4 .item .item-bot a:last-child {
	margin-right: 0;
}
.index-title {
	height: 60px;
	line-height: 60px;
	position: relative;
}
.index-title::after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #ddd;
}
.index-title b {
	font-size: 24px;
	display: inline-block;
	position: relative;
}
.index-title b::after {
	content: '';
	height: 3px;
	width: calc(100% + 3px);
	background: #44a631;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.index-title img {
	vertical-align: top;
	margin: 18px 10px 0 0;
}
/* part4 End */

/* part5 */
.part5 {
	margin-top: 10px;
	overflow: hidden;
}
.develop {
	width: 509px;
	float: left;
	margin-right: 36px;
}
.develop-nav,
.report-nav,
.online-nav {
	line-height: 58px;
	height: 58px;
	overflow: hidden;
}
.develop-nav a,
.report-nav a {
	font-size: 18px;
	color: #999;
	margin-right: 26px;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.develop-nav a::after,
.report-nav a::after {
	content: '';
	position: absolute;
	height: 3px;
	width: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #ff981e;
	z-index: 1;
	transition: all .3s ease;
}
.develop-nav a.focus,
.report-nav a.focus {
	color: #333;
	font-size: 24px;
}
.develop-nav a.focus::after,
.report-nav a.focus::after  {
	width: 46px;
}
.develop-list {
	display: none;
}
.news-top {
	background: #f5f5f5;
	padding: 15px 15px;
}
.news-top b {
	font-size: 20px;
	display: block;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
}
.news-top b a {
	color: #ef3d3d;
}
.news-top b i {
	color: #ef3d3d;
	font-size: 22px;
	margin-right: 6px;
}
.news-top p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}
.news-top p a {
	color: #ff8b1e;
	margin-left: 4px;
}
.develop-list ul li {
	padding: 14px 0 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.develop-list ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.develop-list ul li .time{
	width: 36px;
	height: 50px;
	float: left;
	margin-right: 10px;
	background: #68ae5b;
	border-radius: 0 0 7px 0;
	color: #fff;
	text-align: center;
}
.develop-list ul li .time b {
	font-size: 18px;
	display: block;
	margin-top: 6px;
}
.develop-list ul li .time p {
	font-size: 14px;
	margin-top: 4px;
}
.develop-list ul li .text {
	overflow: hidden;
}
.develop-list ul li .text b {
	font-weight: normal;
	font-size: 17px;
	color: #333;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	position: relative;
	display: block;
	padding-right: 60px;
}
.develop-list ul li .text span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	color: #999;
}
.develop-list ul li .text span i {
	font-size: 14px;
	margin: 0 2px 0 0;
}
.develop-list ul li .text p {
	color: #999;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
}
.develop-list ul li .text p i {
	font-size: 14px;
	margin: 0 2px 0 0;
}
.online {
	width: 510px;
	float: left;
}
.online-nav b {
	font-size: 24px;
}
.online-nav b img {
	vertical-align: top;
	margin: 19px 4px 0 0;
}
.online-list {
	overflow: hidden;
	padding: 16px;
	background-image: -webkit-gradient(linear,top,bottom,from(#5bb16b),to(#6fcc98));
	background-image: -webkit-linear-gradient(top,#5bb16b,#6fcc98);
	background-image: linear-gradient(180deg,#5bb16b,#6fcc98);
}
.online-image {
	display: none;
}
.online-tab {
	margin-top: 12px;
	overflow: hidden;
}
.online-tab a {
	width: 25%;
	float: left;
	padding: 10px 0;
}
.online-tab a b {
	display: block;
	line-height: 48px;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	background: #98d9b4;
	border-radius: 50%;
	border: 4px solid #cbedd8;
}
.online-tab a em {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}
.online-tab a b i {
	color: #fff;
	font-size: 24px;
}
.online-tab a.focus {
	background: rgba(255,255,255,0.4);
}
.online-tab a.focus b{
	background: #ff981e;
}
.online-tab a.focus em {
	color: #ff981e;
}
.online ul {
	overflow: hidden;
	margin-top: 14px;
	border-top: 1px solid #98d9b3;
	padding-top: 12px;
}
.online ul li {
	height: 39px;
	line-height: 39px;
	font-size: 17px;
	color: #fff;
	position: relative;
	padding: 0 50px 0 15px;
}
.online ul li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0,-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ffffff;
}
.online ul li a {
	color: #fff;
}
.online ul li span {
	position: absolute;
	right: 0;
	top: 0;
}
.report {
	width: 509px;
	float: right;
}
.report-list {
	display: none;
	padding: 16px;
	background: #f5f5f5;
}
.report-list .image, .online-image .image{
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.report-list .image img, .online-image .image img {
	max-height: none;
	width: 100%;
}
.hb-online-exp {
	display: block;
	overflow: hidden;
	padding: 16px;
	background-image: -webkit-gradient(linear,top,bottom,from(#5bb16b),to(#6fcc98));
	background-image: -webkit-linear-gradient(top,#5bb16b,#6fcc98);
	background-image: linear-gradient(180deg,#5bb16b,#6fcc98);
}
.hb-online-exp .image, .online-image .image{
	display: block;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.hb-online-exp .image img, .online-image .image img {
	max-height: none;
	width: 100%;
}
.report-list .image p {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0px;
	right: 0px;
	padding: 15px 12px 10px 12px;
	font-size: 18px;
	overflow: hidden;
	color: #fff;
}
.report-list .image strong {
	max-height: 28px;
	line-height: 28px;
	font-weight: normal;
	overflow: hidden;
	display: block;
}
.report-list .image:hover strong {
	max-height: 56px;
}
.report-list ul {
	margin-top: 20px;
}
.report-list ul li {
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	font-size: 17px;
	color: #333;
	margin-bottom: 16px;
}
.report-list ul li span {
	font-size: 15px;
	color: #ff9210;
	font-weight: bold;
	margin-right: 22px;
	position: relative;
}
.report-list ul li span::after {
	position: absolute;
	content: '';
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #ff9210;
}
.report-list ul li:nth-child(odd) span {
	color: #44a631;
}
.report-list ul li:nth-child(odd) span::after {
	border-color: transparent transparent transparent #44a631;
}
.report-list ul li:last-child {
	margin-bottom: 0;
}
/* part5 End */

.link {
	border-top: 1px solid #e6e6e6;
	margin-top: 26px;
	padding-top: 15px;
}
.link-main {
	padding-right: 68px;
	position: relative;
}
.link-main .link-btn {
	position: absolute;
	right: 0;
	top: 9px;
	width: 68px;
	display: block;
}
.link-main .link-btn i {
	display: block;
	color: #44a631;
	text-align: center;
}
.link-main .link-btn p {
	font-size: 14px;
	line-height: 26px;
	color: #44a631;
	text-align: center;
}
.link p {
	line-height: 26px;
	font-size: 16px;
}
.link p b {
	color: #999;
	font-weight: normal;
}
.link p a {
	color: #333;
	margin-right: 25px;
}
.link p a:hover {
	color: #44a631;
}
.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;
}
.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;
}
.footLeft p.webQQ a{
	position: relative;
	cursor: pointer;
}
.footLeft p.webQQ 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.webQQ a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footLeft p.webQQ a:hover .QQhover{
	display: inline-block;
}
.copyright{
	border-top: 1px solid #373737;
	margin-top: 10px;
	padding: 10px 0;
	color: #cacaca;
	font-size: 14px;
}
.footRight{
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
	border-left: 1px solid #373737;
}
.footRight p{
	display: inline-block;
	margin: 0 36px;
}
.footRight p span {
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.footRight p img{
	width: 140px;
	border:1px solid #999999;
	margin:5px 0;
}

.rightNav {
	position: fixed;
	right: 10px;
	top: 150px;
	z-index: 9999;
}

.rightNavItem {
	width: 50px;
	position: relative;
	border-radius: 4px;
	background: #5aa44c;
}

.rightNavItem a {
	display: inline-block;
	width: 50px;
	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: 66px;
}
.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;
}
.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;
}
.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;
}










