body {
	line-height: 1;
}
.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;
}
.bg {
	background-color: #f5f6f6;
}
.w {
    width: 1430px;
    margin: 0 auto;
}
.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;
}
@font-face {
	font-family: 'chem17';  /* Project id 1943868 */
	src: url('//at.alicdn.com/t/font_1943868_hg8h0ml4l9g.woff2?t=1636160224746') format('woff2'),
		 url('//at.alicdn.com/t/font_1943868_hg8h0ml4l9g.woff?t=1636160224746') format('woff'),
		 url('//at.alicdn.com/t/font_1943868_hg8h0ml4l9g.ttf?t=1636160224746') format('truetype');
  }
.hbzhan{
    font-family:"chem17" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.fixed-top{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 74px;
    padding: 0 10px;
    background-color: #44a631;
    z-index: 99998;
    box-shadow: 0px 7px 7px -7px rgba(100, 100, 100, 0.2);
}
.fixed-top .newslogo{
    float: left;
    height: 40px;
    margin-top: 17px;
}
.fixed-top .menu{
    float: left;
    height: 74px;
    width: 36px;
    margin:0 35px 0 40px;
    position: relative;
}
.fixed-top .menu .menu-top{
    display: block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    margin-top: 19px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
}
.fixed-top .menu .menu-top i{
    color: #fff;
}
.fixed-top .menu-bot{
    display: none;
    position: absolute;
    width: 302px;
    left: -20px;
    top: 74px;
    padding: 28px 16px;
    z-index: 9999;
    font-size: 0;
    box-sizing: border-box;
    background-color: #44a631;
}
.fixed-top .menu-bot .logo{
    position: relative;
}
.fixed-top .menu-bot .logo::after,
.fixed-top .menu-bot .logo::before{
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}
.fixed-top .menu-bot .logo::before{
    left: 26px;
}
.fixed-top .menu-bot .logo::after{
    right: 26px;
}
.fixed-top .menu-bot .logo a{
    display: block;
    width: 140px;
    margin: 0 auto;
}
.fixed-top .menu-title{
    height: 26px;
    line-height: 26px;
    margin: 24px 6px 0;
    color: #fff;
}
.fixed-top .menu-title b{
    font-size: 18px;
}
.fixed-top .menu-title em{
    margin-left: 10px;
    font-size: 12px;
    font-style: normal;
    opacity: .5;
}
.fixed-top .menu-bot p{
    overflow: hidden;
}
.fixed-top .menu-bot p span{
    display: inline-block;
    width: 33.3%;
    padding: 0 6px;
    margin-top: 16px;
    box-sizing: border-box;
}
.fixed-top .menu-bot p span a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2);
}
.fixed-top .menu-bot p span a:hover{
    background-color: #fff;
    color: #44a631;
}
.fixed-top .menu:hover .menu-bot{
    display: block;
}


.fixed-top .title{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 12px 0 0 0;
    color: #fff;
}
.fixed-top .title a{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.fixed-top .title a:hover{
    color: #EEC591;
}
.fixed-top .search {
	float: right;
	margin: 19px 0 0 0;
	background-color: #f60;
	border-radius: 20px;
	overflow: hidden;
	/* padding: 2px; */
	height: 36px;
	width: auto;
}
.fixed-top .search input {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	width: 274px;
	color: #aaa;
	text-indent: 16px;
	border: 0;
	border-radius: 20px 0 0 20px;
}
.fixed-top .search button {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 84px;
	text-align: center;
	border: 0;
	background-color: #f60;
	outline: none;
	border-radius: 0 20px 20px 0;
	color: #fff;
	font-size: 16px;
}
.fixed-top .search button i {
	font-size: 15px;
	color: #fff;
	margin-right: 5px;
}

.iframe {
	overflow: hidden;
	height: 40px;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.w {
	width: 1500px;
	margin: 0 auto;
}
.header {
	height: 40px;
	background-color: #f9f9f9;
}

.head {
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}
.head .left{
	float: left;
}
.head .left p {
	line-height: 40px;
	color: #666;
	float: left;
	margin-right: 15px;
}
.head .left p a {
	color: #666;
}
.head ul{
	float: left;
	margin-top: 12px;
}
.head ul li {
	float: left;
	padding: 0 6px;
	height: 16px;
	color: #666;
}
.head ul li a {
	color: #666;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	margin-top: -4px;
	vertical-align: top;
}
.head .left ul li:first-child a {
	padding: 0 5px;
}
.head .left ul li a {
	padding: 0 10px;
}
.head ul li:first-child a{
	color: #44a631;
}
.head ul li:nth-child(even) a,.header .item ul li:nth-child(even) a:hover{
	color: #fff;
	background-color: #44a631;
	border-radius: 2px;
}

.head .right p {
	float: right;
	padding-right: 166px;
	color: #5d5b56;
}
.head .right p a {
	color: #666;
	padding: 0 10px;
	line-height: 1;
	display: inline-block;
	border-right: 1px solid #ddd;
}
.head .right p a:last-of-type {
	border: 0;
}
.head .right a:hover{
	color: #44a631;
}
/* 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: 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: 99999;
	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;
	z-index: 10000;
}

.web-code p{
	color: #999;
}
.header--drop ul li a {
	color: #666;
	line-height: 45px;
	display: block;
	padding: 0 10px;
	position: relative;
	z-index: 9;
}
.header--drop ul li a i {
	vertical-align: top;
	margin: 13px 4px 0 0;
	background: url("../../../../images/exhi/version/2021/weixin.png") no-repeat 0 center;
	width: 22px;
	height: 18px;
	display: inline-block;
}
.header--drop ul li.mobile a i {
	width: 12px;
	background: url("../../../../images/exhi/version/2021/mobile.png") no-repeat 0 center;
}
.header--drop ul li a:hover{
	color: #44a631;
}
.header--drop{
	margin: 0 auto;
	position:relative;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -43px;
}
.header--drop ul li{
	float: left;
	height: 40px;
	position:relative;
}
.header--drop ul li .weixin{
	height: 36px;
	position:relative;
	z-index: 99;
}
.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: 130px;
	padding:25px 25px 20px 25px;
	background-color: #fff;
	position:absolute;
	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: 20;
}
.web-code1 {
	width: 300px;
	padding: 25px 12px 20px 12px;
}
.web-code .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.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;
}
.banner-adv {
	margin: 0 auto;
}
.banner-adv ul {
	width: calc(100% + 10px);
	margin: 0px 0 0 -5px;
	overflow: hidden;
}

.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
	width: 20%;
}
.banner-adv ul li .adv-item {
	margin: 10px 5px 0 5px;
	position: relative;
}
.banner-adv ul li .adv-item img {
	width: 100%;
}
.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%;
}

.top-banner {
	margin-top: 15px;
}
.top {
	margin-top: 28px;
}
.top .logo {
	float: left;
	width: 289px;
}
.top h1 {
	width: 193px;
	float: left;
	margin-left: 60px;
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 20px;
	color: #44a631;
	background: url("../../../../images/exhi/version/2021/h1.png") no-repeat 0 bottom;
	margin-top: 4px;
}
.searchBox {
	width: 700px;
	height: 50px;
	float: right;
	background: #f2f2f2;
	margin-top: 12px;
	position: relative;
}
.search{
	width: 100%;
	height: 50px;
}
.searchBox .searchSelect{
	width: 100px;
	height: 50px;
	float: left;
	position: relative;
	z-index: 99999;
	background: #ebfee7;
}
.searchBox .searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchBox .searchSelectTop p{
	font-size: 14px;
	line-height: 50px;
	color: #44a631;
	text-indent: 15px;
}
.searchBox .searchSelectTop i{
	display: block;
	position: absolute;
	width: 12px;
	height: 6px;
	top: 23px;
	left: 80px;
	background:url("../../../../images/exhi/version/2021/exhi2020.png") no-repeat 0 -44px;
	-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;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.searchBox .searchSelectTop.focus i{
	-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;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchBox .searchSelectBot{
	position: absolute;
    width: 98px;
    border: 1px solid #44a631;
    left: 0px;
    top: 50px;
    z-index: 99999;
    display: none;
    background: #fff;
}
.searchBox .searchSelectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.searchBox .searchSelectBot li:hover{
	background: #44a631;
	color: #fff;
}
.searchBox .search input{
	width: 510px;
	height: 50px;
	float: left;
	text-indent: 15px;
	font-size: 14px;
	line-height: 50px;
	font-family: "microsoft yahei";
	color: #999;
	border: none;
	background: none;
}
.searchBox .search button{
	width: 90px;
	height: 50px;
	border:none;
	background: url("../../../../images/exhi/version/2021/btn.png") no-repeat;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-indent: -9999px;
	font-family: "microsoft yahei";
	background-size: cover;
}

.field{
	position: absolute;
	top: 11px;
	right: 187px;
	z-index: 9999;
}
#hangye{
	padding: 0 30px 0 15px;
	background: url("../../../../images/exhi/version/2021/exhi2020.png") no-repeat 80px -57px #fff;
	font-size: 14px;
	line-height: 28px;
	color: #999;
	border-radius: 20px;
	cursor: pointer;
}
#searchList {
	position: absolute;
	width: 140px;
	border: 1px solid #ddd;
	top: 30px;
	right: -22px;
	background: #fff;
}
#searchList ul{
    padding: 5px 0;
}
#searchList ul li {
	font: normal 12px/24px microsoft yahei;
	color: #999;
	cursor: pointer;
	float: left;
	width: 70px;
	text-align: center;
}
#searchList ul li:hover{
	background: #44A631;
    color: #fff;
}
.erea{
	position: absolute;
	top: 11px;
	right: 105px;
	z-index: 9999;
}
.ereaTop{
	padding: 0 30px 0 15px;
	background: url("../../../../images/exhi/version/2021/exhi2020.png") no-repeat 52px -57px #fff;
	font-size: 14px;
	line-height: 28px;
	color: #999;
	border-radius: 20px;
	cursor: pointer;
}
.ereaBot{
	width: 110px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
}
.ereaBot ul li {
    height: 24px;
    color: #999;
    text-indent: 10px;
    width: 50px;
    line-height: 24px;
    float: left;
    z-index: 999;
    cursor: pointer;
}
.ereaBot ul li a {
    color: #999;
    cursor: pointer;
}
.ereaBot ul li.selected {
    background: #69b85a;
    color: #fff;
    padding: 0;
}
.ereaBot ul li:hover {
    background: #44A631;
    color: #fff;
}
.ereaBot ul li:hover a{
	color: #fff;
}
#nav {
	background-color: #44a631;
	height: 50px;
	line-height: 50px;
	margin-top: 25px;
	font-size: 0;
}
.nav {
	height: 100%;
	padding-left: 15px;
	box-sizing: border-box;
}
#nav a {
	font-size: 18px;
	color: #fff;
	padding: 0 37px;
	position: relative;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}
#nav a span {
	position: relative;
	z-index: 9;
}
#nav i {
	font-size: 18px;
	color: #fff;
	margin-left: -3px;
}
#nav a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #44a631;
	right: 0;
	top: 0;
	transform:skew(-30deg);
	-ms-transform:skew(-30deg); 	/* IE 9 */
	-moz-transform:skew(-30deg); 	/* Firefox */
	-webkit-transform:skew(-30deg); /* Safari 和 Chrome */
	-o-transform:skew(-30deg); 	/* Opera */
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#nav a:hover span,#nav a.on span {
	font-weight: bold;
	font-style: italic;
}
#nav a:hover::after,#nav a.on::after {
	background-color: #69b85a;
}
#nav a mark {
	position: absolute;
	height: 15px;
	line-height: 14px;
	background: url("../../../../images/exhi/version/2021/new.png") no-repeat;
	background-size: 100% 17px;
	right: -15px;
	top: -4px;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	font-style: normal;
	padding: 1px 5px;
	min-width: 38px;
	text-align: center;
	color: #fff;
	z-index: 9;
}
#nav a .hot {
	right: 15px;
	top: -12px;
	height: 30px;
	width: 30px;
	background: url(../../../../images/exhi/version/2021/hot.png) no-repeat 0 0;
	position: absolute;
	background-size: 100%;
	font-size: 12px;
	font-style: normal;
	line-height: 36px;
	z-index: 9;
	text-align: center;
}
.foreshow {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 20px;
}
.foreshow .attCloumn {
	float: left;
	background: url(../../../../images/exhi/version/2021/playIcon.png) no-repeat;
	padding-left: 40px;
	font-size: 14px;
	margin-right: 20px;
}
.attention {
	height: 30px;
}
.scroll-box {
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	position: relative;
	height: 100%;
}
.scroll-box .scrollobj-content {
	position: absolute;
	left: 0;
	top: 0;
}
.scroll-box ul {
	overflow: hidden;
	display: inline-block;
}
.scroll-box li {
	display: inline;
	margin-right: 35px;
	font-size: 14px;
}
.scroll-box li a {
	color: rgb(21, 93, 191);
}
.scroll-box li:nth-child(odd) a {
	color: rgb(255, 102, 0);
}
.scroll-box li a:hover {
	text-decoration: underline;
}
.recommend {
	margin-top: 30px;
}
.recommend .title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	position: relative;
}

.recommend .title i {
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	height: 84px;
	display: inline-block;
	width: 150px;
	/* z-index: 9; */
	background: url(../../../../images/exhi/version/2021/exhimeet.png) 0 -50px no-repeat;
	vertical-align: top;
	margin-top: -33px;
}
.info {
	margin-top: 25px;
	background-color: #f2fcea;
	padding: 30px 40px 15px;
	overflow: hidden;
}
.info .left {
	width: 400px;
	float: left;
	margin-right: 38px;
}
.info .left .image {
	height: 0;
	padding-bottom: 55.5%;
	overflow: hidden;
}
.info .left .image img {
	width: 100%;
	max-height: none;
}
.fenxiang {
	margin-top: 12px;
	color: #999;
	line-height: 30px;
}
.fenxiang #fenxiangDiv {
	float: none;
	display: inline-block;
}
.info .right {
	overflow: hidden;
	position: relative;
}
.recommend .info .hd {
	font: normal 22px/50px "microsoft yahei";
	margin-bottom: 22px;
}
.recommend .info .hd i {
	display: inline-block;
	width: 40px;
	margin-right: 1px;
	text-align: center;
	font: bold 30px/50px arial;
	color: #fff;
	background: url(../../../../images/exhi/version/2021/exhiList.png) 0 -150px no-repeat;
}
.recommend .info .share {
	margin-top: 24px;
	float: right;
}
.recommend .info .share p {
	font: normal 16px/30px "microsoft yahei";
	color: #666;
}
.recommend .info .share p b {
	color: #ff6600;
}
.recommend .right dl {
	margin-top: 10px;
	overflow: hidden;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
}
.recommend .right dt {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.recommend .right dd {
	overflow: hidden;
}
.recommend .right dd a {
	color: #333;
}
.recommend .info dl dd a:hover {
	color: #44A631;
	text-decoration: underline;
}
.info .right .message-box dl.line dd {
	float: right;
}
.recommend .info .bottom {
	margin-top: 46px;
	overflow: hidden;
}

.recommend .info .bottom a {
	height: 50px;
	width: 144px;
	float: left;
	text-align: center;
	margin-right: 18px;
	border-radius: 5px;
	font: bold 20px/50px "microsoft yahei";
	color: #fff;
	box-sizing: border-box;
}

.recommend .info .bottom a.btn1 {
	background-color: #4499ff;
}

.recommend .info .bottom a.btn2 {
	background-color: #ff6600;
}

.recommend .info .bottom a.btn3 {
	border: 1px solid #44A631;
	color: #44A631;
}
.recommend .info .bottom a.shoucang {
	background-color: #ebb100;
}
.recommend .info .bottom a.gz-btn {
	background-color: #76a244;
}
.recommend .info .bottom a i {
	font-style: normal;
	font-weight: normal;
	margin-right: 5px;
	font-size: 26px;
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
}
.recommend .info .bottom a.sc-btn {
	background-color: #ebb100;
}
.recommend .info .bottom a.sc-btn i,.recommend .info .bottom a.sc-btn-active i  {
	margin-top: 0;
	font-size: 30px;
}
.recommend .info .bottom a.gz-btn-active,.recommend .info .bottom a.sc-btn-active {
	background-color: #cacaca;
}
.recommend .info .bottom a.gz-btn-active,.recommend .info .bottom a.sc-btn-active{
	background-color: #cacaca;
}
.recommend .info .right span img {
	position: absolute;
	top: 49px;
	right: 0;
}
.exhi-show {
	margin-top: 30px;
}
.exhi-show .w {
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.exhi-lf {
	width: 340px;
	float: right;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
	border-left: 1px solid #dcdcdc;
	margin-left: -1px;
}
.exhi-lf .codes{
	overflow: hidden;
	padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.exhi-lf .codes .code{
	width: 135px;
	height: 178px;
	position: relative;
}
.exhi-lf .codes .code p{
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-family: "microsoft yahei";
	text-align: center;
}
.exhi-lf .codes .wech{
	float: left;
	background: #2aa346 url(../../../../images/exhi/version/2021/wech.png) 16px 15px no-repeat;
}
.exhi-lf .codes .serv{
	float: right;
	background: #e84414 url(../../../../images/exhi/version/2021/serv.png) 19px 15px no-repeat;
}
.exhi-lf .tips .hd {
	margin-top: 20px;
	background: url(../../../../images/exhi/version/2021/exhiList.png) -176px -174px no-repeat;
	font: bold 16px/26px "microsoft yahei";
	text-indent: 33px;
}

.exhi-lf .tips p {
	margin-top: 15px;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin-bottom: 25px;
}

.exhi-lf .tips .contact-box {
	width: 260px;
	min-height: 40px;
	position: relative;
	text-indent: 65px;
	margin:0 auto;
	margin-bottom: 2px;
	font: bold 14px/40px "microsoft yahei";
	color: #fff;
	background: #44A631;
}

.tips .contact-box i.phone {
	width: 25px;
	height: 40px;
	position: absolute;
	left: 14px;
	top: 0px;
	border-right: 1px solid #496735;
	padding-right: 14px;
	background: url(../../../../images/exhi/version/2021/exhiList.png) 0 -203px no-repeat;
}

.tips .contact-box i.qq2 {
	width: 25px;
	height: 40px;
	position: absolute;
	left: 14px;
	top: 0px;
	background: url(../../../../images/exhi/version/2021/exhiList.png) -44px -203px no-repeat;
}

.tips .contact-box i.qq {
	width: 25px;
	height: 40px;
	position: absolute;
	left: 14px;
	top: 0px;
	background: url(../../../../images/exhi/version/2021/exhiList.png) -44px -203px no-repeat;
}

.tips .contact-box img {
	margin-left: 20px;
}
.exhi-lf .box {
	margin-top: 15px;
}

.exhi-lf .box .hd {
	height: 42px;
	border-bottom: 1px solid #44A631;
}

.exhi-lf .box .hd h3 {
	font: bold 18px/40px "microsoft yahei";
	padding-right: 6px;
	float: left;
	border-bottom: 2px solid #44A631;
}

.exhi-lf .box .hd h3 a {
	color: #44A631;
}

.exhi-lf .box .hd  a.more {
		font-size: 14px;
	line-height: 45px;
	color: #666;
	float: right;
	display: inline-block;
	background:url(../../../../images/exhi/version/2021/add.jpg) no-repeat 35px 17px;
	padding-right: 19px;
	font-weight: normal;
	font-family: "\5b8b\4f53";
}
.exhi-lf .box .big-img {
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

.exhi-lf .box .big-img img {
	width: 100%;
	height: 150px;
}

.exhi-lf .box .big-img p {
	position: absolute;
	bottom: -22px;
	left: 0;
	background-color: rgba(49, 49, 49, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8313131, endColorstr=#c8313131);
	padding: 5px 15px;
	width: 100%;
	box-sizing: border-box;
}
.exhi-lf .box .big-img p a {
	color: #fff;
	font: normal 14px/20px "microsoft yahei";
}

.exhi-lf .box .big-img .phover:hover p {
	text-decoration: underline;
	bottom: 0;
	background-color: rgba(68, 166, 49, 0.8);

}

.exhi-lf .box ul {
	margin-top: 10px;
}
.exhi-lf .box ul li {
	background: url(../../../../images/exhi/version/2021/exhiList.png) -195px -215px no-repeat;
	font: normal 14px/30px "microsoft yahei";
	text-indent: 18px;
	height: 30px;
	overflow: hidden;
}

.exhi-lf .box ul li a {
	color: #666666;
}

.exhi-lf .box ul li a:hover {
	text-decoration: underline;
	color: #44A631;
}

.exhi-lf .box .news-img {
	margin-top: 20px;
	height: 80px;
	border: 1px solid #dcdcdc;
}

.exhi-lf .box .news-img img {
	float: left;
	height: 100%;
	width: 100px;
}

.exhi-lf .box .news-img p {
	color: #888;
	float: left;
	width: 178px;
	padding-top: 6px;
	line-height: 22px;
	margin-left: 14px;
}

.exhi-lf .box .news-img p a {
	color: #44A631;
}

.exhi-lf .exhi-adv {
	margin-top: 15px;
}

.exhi-lf .exhi-adv img {
	margin-top: 10px;
}
.exhi-rt {
	padding: 30px 40px 85px;
	border-right: 1px solid #dcdcdc;
	overflow: hidden;
}
.exhi-rt .tl {
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	color: #44A631;
}

.exhi-rt .content {
	margin-top: 20px;
	font-size: 18px;
	line-height: 2;
	font-family: "microsoft yahei";
	color: #333;
}
.exhi-rt .content h4 {
	font: bold 18px/48px "microsoft yahei";
	color: #333333;
}

.content span,.content strong{color: #333;}
.exhi-rt .download {
	margin-top: 40px;
	background: url(https://www.hbzhan.com/images/down.png) no-repeat 0 2px;
	padding-left: 37px;
	/* font-weight: bold; */
	font-size: 16px;
	line-height: 1.2;
}
.exhi-rt .download span {
	float: left;
}
.exhi-rt .download p {
	overflow: hidden;
}
.exhi-rt .download i {
	height: 22px;
	float: left;
	font: bold 14px/22px "microsoft yahei";
	padding-left: 40px;
	color: #ff6600;
	background: url(../../images/exhibition2017/exhiList.png) -171px -364px no-repeat;
}

.exhi-rt .download a {
	color: #f60;
}

.comment {
	width: 100%;
	margin-top: 60px;
}

.comment_title {
	width: 100%;
	position: relative;
	height: 32px;
	border-bottom: 1px solid #dcdcdc;
}

.comment_title h3 {
	bottom: -2px;
	left: 0;
	position: absolute;
	font: normal 22px/24px "microsoft yahei";
	padding-bottom: 10px;
	color: #44A631;
	border-bottom: 3px solid #44A631;
}

.web_main_cr {
	border-color: #44A631;
}

.comment_toolbar {
	width: 100%;
	height: 35px;
	margin-top: 15px;
}

.comment_toolbar p {
	background: url(../../../../images/exhi/version/2021/comment.png) 0 0 no-repeat;
	text-indent: 44px;
	width: 250px;
	float: left;
	font: normal 14px/35px "microsoft yahei";
}

.comment_toolbar p a {
	font: bold 14px/35px "microsoft yahei";
	color: #ff6600;
	margin: 0 4px;
}

.toolbar_Rt {
	float: right;
}

.nickname {
	float: left;
	margin-right: 9px;
}

.nickname label {
	height: 33px;
	width: 44px;
	text-align: center;
	float: left;
	border: 1px solid #d2d2d2;
	background-color: #d2d2d2;
	font: normal 12px/33px "microsoft yahei";
	color: #999;
}

.nickname input {
	height: 33px;
	width: 107px;
	float: left;
	border: 1px solid #d2d2d2;
	color: #999;
	text-indent: 10px;
	font: normal 12px/33px "microsoft yahei";
}

.v_code {
	float: left;
	height: 35px;
	position: relative;
}

.v_code input {
	float: left;
	height: 33px;
	width: 118px;
	color: #999;
	border: 1px solid #d2d2d2;
	text-indent: 10px;
	font: normal 12px/33px "microsoft yahei";
}

.v_code label {
	height: 33px;
	float: left;
	border: 1px solid #d2d2d2;
	border-left: 0;
}

.v_code label img {
	width: 78px;
	height: 33px;
}

.error {
	position: absolute;
	top: -37px;
	left: 0;
	height: 30px;
	width: 119px;
	padding-bottom: 5px;
	font: normal 12px/30px "microsoft yahei";
	color: #fff;
	text-align: center;
	background: url(../../../../images/exhi/version/2021/comment.png) 0 -94px no-repeat;
}

.anonymous {
	margin-top: 11px;
	float: left;
	margin-left: 7px;
}

.anonymous span.checkbox {
	width: 14px;
	float: left;
	margin-right: 7px;
	height: 14px;
	background: url(../../../../images/exhi/version/2021/comment.png) -40px -58px no-repeat;
}

.checked span.checkbox {
	background-position: 0 -58px;
}

.anonymous span {
	font: normal 14px/14px "microsoft yahei";
}

.commentArea {
	zoom: 1;
	margin-top: 15px;
}

.textarea {
	padding: 10px;
	border: 1px solid #FF6600;
	border-radius: 2px;
	zoom: 1;
}
.textarea div {
    border: none;
    width: 100%;
    float: left;
    height: 100px;
    font: normal 14px/24px 'microsoft yahei';
    overflow: auto;
    outline: none;
}
.textarea:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.textarea textarea {
	color: #999;
	border: none;
	width: 100%;
	float: left;
	height: 100px;
	font: normal 14px/24px "microsoft yahei";
}

.commentArea_ft {
	margin-top: 9px;
}

.commentArea_ft:after {
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.face {
	float: left;
	position: relative;
	z-index: 99;
}

.face span {
	cursor: pointer;
	height: 20px;
	padding-right: 17px;
	margin: 10px 0;
	font: normal 14px/19px "microsoft yahei";
	float: left;
	background: url(../../../../images/exhi/version/2021/comment.png) 67px -137px no-repeat;
}

.face i {
	background: url(../../../../images/exhi/version/2021/comment.png) -98px -55px no-repeat;
	height: 19px;
	width: 19px;
	float: left;
	margin-right: 10px;
}

.faceList {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	padding: 4px;
	width: 390px;
	background: #fff;
	border: 1px solid #dfe6f6;
}

.faceList a {
	float: left;
	height: 22px;
	width: 22px;
	padding: 4px 2px;
}

.faceList ul li a {
	cursor: pointer;
}

.commentArea_ft p {
	font: normal 14px/40px "microsoft yahei";
	color: #888888;
	float: right;
	margin-right: 20px;
}

.commentArea_ft button {
	float: right;
	height: 40px;
	width: 100px;
	background: #FF6600;
	color: #fff;
	border: none;
	cursor: pointer;
	font: normal 16px/40px "microsoft yahei";
}

label.rt_mg {
	float: right;
	width: 59px;
	margin-top: 13px;
	margin-left: 0;
}

.commentContent {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.context_title i {
	width: 5px;
	height: 16px;
	float: left;
	margin-top: 2px;
	background: #44A631;
	margin-right: 10px;
}

.context_title h3 {
	font: normal 18px/20px "microsoft yahei";
}

.hot_comment {
	padding-top: 10px;
}

.commentContent ul li {
	padding: 16px 0 12px 0;
}

.commentContent ul li+li {
	border-top: 1px solid #eaebea;
}

li div.head {
	height: 60px;
	width: 60px;
	position: absolute;
}

li div.head img {
	height: 60px;
	width: 60px;
}

.cont {
	margin-left: 75px;
	margin-right: 20px;
}

.comment .info {
	height: 20px;
	padding: 6px 0 8px 0;
}

.comment .info span.name {
	float: left;
	font: bold 14px/20px "microsoft yahei";
	color: #44A631;
}

.comment .info span.area {
	float: left;
	font: normal 14px/20px "microsoft yahei";
	color: #aaa;
	margin-left: 10px;
}

.comment .info span.time {
	float: right;
	font: normal 14px/20px arial;
	color: #888888;
}

.cont div.txt {
	width: 100%;
	font: normal 16px/24px "microsoft yahei";
	color: #333;
	padding: 4px 0;
}

.cont div.txt span {
	float: left;
}

.cont div.txt span i {
	width: 4px;
	float: left;
	margin-top: 6px;
	margin-right: 9px;
	height: 12px;
	background-color: #FF6600;
}

.cont div.txt span b {
	color: #ff6600;
}

.cont div.txt span em {
	font: normal 14px/24px "microsoft yahei";
	color: #aaaaaa;
}

.action {
	margin-top: 8px;
}

.action a {
	color: #a0a0a0;
	padding-left: 20px;
	cursor: pointer;
	margin-right: 14px;
	font: normal 14px/24px "microsoft yahei";
}

.subset {
	padding-left: 75px;
}

.action a.reply {
	background: url(../../../../images/exhi/version/2021/comment.png) -2px -182px no-repeat;
}

.action a.agree {
	background: url(../../../../images/exhi/version/2021/comment.png) -65px -232px no-repeat;
}

.action a.oppose {
	background: url(../../../../images/exhi/version/2021/comment.png) -124px -232px no-repeat;
}

.action a:hover {
	background-position-y: -211px;
	color: #44A631;
}

.action a.report {
	padding-left: 0;
}

.all_com_t {
	padding: 20px 0;
	position: relative;
}

.all_com_t i {
	width: 100%;
	height: 1px;
	float: left;
	background-color: #dcdcdc;
}

.all_com_t h3 {
	position: absolute;
	left: 50%;
	top: 7px;
	background-color: #fff;
	margin-left: -55px;
	width: 110px;
	z-index: 9;
	text-align: center;
	font: normal 18px/24px "microsoft yahei";
}

.commentContent ul li .v_code {
	float: right;
	margin-top: 2px;
}

.commentContent ul li .nickname {
	float: right;
	margin-top: 2px;
}

.commentContent ul li .v_code input {
	width: 78px;
}

.commentContent ul li .face {
	margin-right: 8px;
}

.commentContent ul li .nickname input {
	width: 87px;
}

.commentContent ul li a.close {
	float: right;
	font: normal 14px/19px "microsoft yahei";
	color: #888;
	width: 38px;
	text-align: center;
	margin: 10px 5px;
	cursor: pointer;
}

.moreComment {
	width: 100%;
	float: left;
	text-align: center;
	font: normal 16px/24px "microsoft yahei";
}

.moreComment a {
	color: #666666;
}

.moreComment b {
	color: #FF6600;
	font: bold 16px/24px arial;
}

.more_comment {
	margin: 0 auto;
	width: 88px;
	text-align: center;
	display: block;
	cursor: pointer;
	font: normal 12px/30px "microsoft yahei";
	border-radius: 20px;
	border: 1px solid #c9c7c8;
	color: #666;
}

.more_comment:hover {
	background-color: #529126;
	border: 1px solid #529126;
	color: #fff;
}


.footer {
	background-color: #242a37;
	margin-top: 80px;
	padding: 40px 0;
	font-family: "Microsoft YaHei";
}
.foot{
	margin: 0 auto;
	overflow: hidden;
}
.foot-nav {
	width: 570px;
	float: left;
}
.foot-txt {
	overflow: hidden;
	padding: 15px 0 0 0;
}
.foot-txt li {
	width: 14%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.foot-txt li a{
	color: #999;
}
.foot-txt li a:hover{
	color: #44a631;
}
.copyright {
	color: #999;
	padding: 15px 0;
	text-align: center;
	background-color: #1b1f29;
	font-size: 14px;
}
.copyright a {
	color: #999;
}
.copyright a:hover {
	color: #ff6600;
}
.foot-img {
	overflow: hidden;
	width: calc(100% + 20px);
	background: url('../../../../images/exhi/version/2021/copyright.png') no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
}
.foot-img li {
	width: 83px;
	height: 33px;
	float: left;
	margin-right: 10px;
}
.foot-img li a{
	display: block;
	height: 33px;
	color: #333;
	border-radius: 3px;
	overflow: hidden;
}
.police{
	text-align: left;
	color: #888888;
	margin-top: 12px;
	line-height: 20px;
}

.police img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.police a {
	color: #888888;
}
.hot-line {
	width: 285px;
	padding-top: 10px;
	float: left;
	margin-left: 105px;
	color: #999;
}
.hot-line i{
	font-size: 66px;

}
.hot-line p{
	font-size: 14px;
	line-height: 28px;
}
.hot-line p a{
	display: inline-block;
	width: 18px;
	height: 21px;
	vertical-align: top;
	margin-top: 3px;
	background: url("../../../../images/exhi/version/2021/main.png") no-repeat 100% -223px;
}
.hot-line span {
	display: block;
	font-size: 13px;
	line-height: 36px;
}
.hot-line > b {
	display: block;
	font-size: 30px;
	color: #fff;
	margin-top: 20px;
}
.qr-code {
	float: right;
	padding-top: 10px;
}
.qr-code li {
	float: left;
	padding: 0 0 0 35px;
}
.foot h2 {
	color: #999;
	font-size: 18px;
	height: 30px;
	font-weight: bold;
}
.foot h2 b {
	border-bottom: 3px solid #00ae66;
	height: 30px;
	display: inline-block;
}
.qr-code h2 {
	padding-left: 35px;
}
.qr-code ul {
	margin-top: 28px;
}
.qr-code li span {
	display: block;
	width: 144px;
	height: 144px;
	background-color: #fff;
	box-sizing: border-box;
	border: 8px solid #fff;
}
#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;
}

.qr-code li span img{
	width: 100%;
	height: 100%;
}
.qr-code li p {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 16px;
}
.foot-nav p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.foot-nav p a {
	color: #999;
}
.foot-nav p a img {
	margin-left: 8px;
}
.foot-nav p a:hover {
	color: #f90;
}
.copyright {
	color: #999;
	padding: 15px 0;
	text-align: center;
	background-color: #1b1f29;
	font-size: 14px;
}
.copyright a {
	color: #999;
}
.copyright a:hover {
	color: #ff6600;
}
.rightfloat {
	width: 72px;
	background: -moz-linear-gradient( -90deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	background: -ms-linear-gradient( -90deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	border-radius: 36px;
	padding: 6px 0;
}
.rightfloat a {
	display: block;
	height: 80px;
	width: 72px;
	float: left;
	position: relative;
	text-align: center;
	color: #fff;
}
.rightfloat a i {
	display: inline-block;
	margin: 15px auto 10px;
	height: 26px;
	font-size: 24px;
}
.rightfloat a i {
	width: 26px;
	background-size: 100% auto !important;
}
.rightfloat a i.icon-hezuo {
	background: url(../../../../images/exhi/version/2021/icon1.png) no-repeat;
}
.rightfloat a i.icon-qq {
	background: url(../../../../images/exhi/version/2021/icon2.png) no-repeat;
}
.rightfloat a i.icon-phone {
	background: url(../../../../images/exhi/version/2021/icon3.png) no-repeat;
}
.rightfloat a i.icon-yijian {
	background: url(../../../../images/exhi/version/2021/icon4.png) no-repeat;
}
.rightfloat a i.icon-top {
	background: url(../../../../images/exhi/version/2021/icon5.png) no-repeat;
}
.rightfloat a:hover i {
	color: #fff;
}
.rightfloat a:hover .code {
	display: block;
}
.rightfloat a .code {
	position: absolute;
	top: 0;
	right: 70px;
	padding-right: 5px;
	width: 150px;
	height: 150px;
	display: none;
}
.rightfloat a .code img {
	width: 100%;
}
.rightfloat a p {
	font-size: 13px;
	text-align: center;
}
.rightfloat a::after {
	content: '';
	height: 1px;
	width: 52px;
	background: rgba(255,255,255,0.6);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.rightfloat a:last-child::after {
	display: none;
}

/* ---弹出框样式 */
/* app+wx */
.p-appImg,.p-wxImg{
    position: absolute;
    left: -235px;
    top: 0;
    width: 220px;
    height: 230px;
    background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvAppBgi.png) no-repeat -8px -8px;
    text-align: center;
    box-shadow: 0 2px 5px #eee;
    display: none;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.p-appImg img,.p-wxImg img{
    width: 130px;
    height: 130px;
    margin: 30px 0 20px;
}
.p-appImg p, .p-wxImg p {
	font-size: 14px !important;
	font-weight: 700;
	color: #333;
}

/* QQ */
.p-qq {
	display: block;
	width: 68px;
	float: left;
	position: relative;
}
.p-qqBox {
	position: absolute;
	left: -300px;
	top: 0;
	padding-right: 20px;
	display: none;
}
.p-qqBox1 {
	width: 290px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvQQbgi.png) #fff no-repeat;
	padding: 30px 0 60px 0;
	box-shadow: 0 2px 5px #eee;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-qqBox p {
	overflow: hidden;
	padding-left: 20px;
}
.p-qqBox 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-qqBox em {
	font-size: 14px;
	color: #666;
	font-style: normal;
	line-height: 18px;
}
.p-qqBox strong {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.p-qqBox 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-qqBox a:hover {
	background-color: #fe9900;
}
.p-qqBox a:nth-child(2n) {
	background-color: #44a531 !important;
	margin: 20px 10px 5px;
	box-shadow: 0 2px 5px #5c9950;
}

.p-qqBox 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-qqBox a::after {
	display: none;
}
.p-qqBox p:nth-child(3) a{
	margin-top: 0px;
}
.rightfloat a:hover .p-appImg,.rightfloat a:hover .p-wxImg{display: block;}
.rightfloat a:hover .p-appImg p,.rightfloat a:hover .p-wxImg p {color: #333;}
.p-qq:hover .p-qqBox {display: block;}
.p-telBox {
	left: -230px;
}
.p-telBox .p-qqBox1 {
	padding: 20px 0 50px;
	width: 220px;
}
.p-telBox em b {
	color: #f60;
}
.p-telBox b {
	display: block;
	font-size: 20px;
	margin: 4px 0;
}
.p-telBox p {
	padding-left: 40px;
}
.popup-mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 99999;
}
.popup-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 8px;
	width: 500px;
	text-align: center;
	overflow: hidden;
}
.popup-box .title {
	height: 46px;
	line-height: 46px;
	background-color: #44a631;
	padding: 0 20px;
	position: relative;
	color: #fff;
	font-size: 18px;
	text-align: left;
}
.popup-box .title a {
	position: absolute;
	right: 20px;
	top: 0;
	width: 12px;
}
.pop-content {
	padding: 35px 20px 40px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.pop-content p {
	margin-top: 20px;
}
.pop-content .btn {
	margin-top: 25px;
}
.pop-content .btn a {
	display: inline-block;
	color: #44a631;
	background-color: #eaffe6;
	height: 36px;
	line-height: 32px;
	width: 140px;
	border-radius: 18px;
	border: 1px solid #44a631;
	box-sizing: border-box;
}
@media only screen and (min-width:1920px){
	.w{
		width: 1500px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1390px;
	}
	.query-bot .place li a {
		padding: 0 10px;
	}
	#nav a {
		font-size: 17px;
		padding: 0 33px;
	}
	.head .left p {
		line-height: 40px;
		margin-right: 5px;
	}
	.foreshow {
		margin-top: 15px;
	}

	.qr-code li {
		padding: 0 0 0 30px;
	}
	.hot-line {
		width: 250px;
		margin-left: 65px;
	}
	.qr-code h2 {
		padding-left: 30px;
	}
	.qr-code li span {
		width: 135px;
		height: 135px;
	}



}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1230px;
	}
	.top .logo {
		width: 250px;
	}
	.top h1 {
		width: 198px;
		margin-left: 32px;
		font-size: 24px;
		line-height: 34px;
		margin-top: 2px;
	}
	.searchBox {
		width: 640px;
		margin-top: 6px;
	}
	.searchBox .search input {
		width: 450px;
	}
	#nav a {
		font-size: 15px;
		padding: 0px 29px;
	}
	#nav a .hot {
		right: 5px;
	}
	.foreshow {
		margin-top: 15px;
		height: 26px;
		line-height: 26px;
	}
	.foreshow .attCloumn {
		padding-left: 34px;
		margin-right: 15px;
		background-size: auto 100%;
	}
	.attention {
		height: 26px;
	}
	.scroll-box li {
		margin-right: 25px;
	}
	.recommend .info .hd {
		font: normal 20px/50px "microsoft yahei";
	}
	.recommend .info .share p {
		font: normal 14px/30px "microsoft yahei";
	}
	.recommend .right dl {
		font-size: 15px;
	}
	.recommend .info .right span img {
		width: 185px;
	}
	.recommend .info .bottom a {
		height: 50px;
		width: 126px;
		margin-right: 12px;
		font: bold 17px/50px "microsoft yahei";
	}
	.exhi-show {
		margin-top: 25px;
	}

	.qr-code li {
		padding: 0 0 0 22px;
	}
	.hot-line {
		width: 250px;
		margin-left: 65px;
	}
	.qr-code h2 {
		padding-left: 30px;
	}
	.qr-code li span {
		width: 112px;
		height: 112px;
	}
	.foot-nav {
		width: 530px;
	}
	.hot-line {
		width: 235px;
		margin-left: 60px;
	}
	.foot-img {
		width: calc(100% + 30px);
	}

}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1158px;
	}
	.top .logo {
		width: 250px;
	}
	.top h1 {
		width: 198px;
		margin-left: 32px;
		font-size: 24px;
		line-height: 34px;
		margin-top: 2px;
	}
	.searchBox {
		width: 640px;
		margin-top: 6px;
	}
	.searchBox .search input {
		width: 450px;
	}
	#nav a {
		font-size: 15px;
		padding: 0px 25px;
	}
	#nav a .hot {
		right: 5px;
	}
	.foreshow {
		margin-top: 15px;
		height: 22px;
		line-height: 22px;
	}
	.foreshow .attCloumn {
		padding-left: 28px;
		margin-right: 10px;
		background-size: auto 100%;
		font-size: 12px;
	}

	.attention {
		height: 22px;
	}
	.scroll-box li {
		margin-right: 25px;
		font-size: 12px;
	}
	.recommend {
		margin-top: 22px;
	}
	.recommend .title {
		font-size: 26px;
		line-height: 30px;
	}
	.info {
		margin-top: 20px;
		padding: 25px 30px 15px;
	}
	.info .left {
		width: 370px;
		margin-right: 30px;
	}
	.recommend .info .hd i {
		width: 36px;
		font: bold 28px/48px arial;
		background: url(../../../../images/exhi/version/2021/exhiList.png) 0 -134px no-repeat;
		background-size: 180px auto;
	}
	.recommend .info .hd {
		font: normal 18px/40px "microsoft yahei";
	}
	.recommend .info .share p {
		font: normal 12px/22px "microsoft yahei";
	}
	.recommend .right dl {
		font-size: 14px;
	}
	.recommend .info .right span img {
		width: 180px;
	}
	.recommend .info .bottom a {
		height: 50px;
		width: 126px;
		margin-right: 12px;
		font: bold 17px/50px "microsoft yahei";
	}
	.exhi-show {
		margin-top: 25px;
	}
	.recommend .info .bottom {
		margin-top: 36px;
	}

	.qr-code li {
		padding: 0 0 0 22px;
	}
	.hot-line {
		width: 250px;
		margin-left: 65px;
	}
	.qr-code h2 {
		padding-left: 30px;
	}
	.qr-code li span {
		width: 112px;
		height: 112px;
	}
	.hot-line {
		width: 235px;
		margin-left: 60px;
	}
	.foot-nav {
		width: 480px;
	}
	.foot-img li {
		width: 73px;
		height: 29px;
	}
	.hot-line {
		width: 220px;
		margin-left: 50px;
	}
	.foot-img {
		width: calc(100% + 30px);
	}

}


@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 968px;
	}
	.head ul li {
		padding: 0 2px;
	}
	.head .left ul li a {
		padding: 0 5px;
	}
	.head .right p a {
		padding: 0 7px;
	}
	.top-banner {
		margin-top: 10px;
	}
	.top .logo {
		width: 225px;
	}
	.top h1 {
		width: 198px;
		margin-left: 22px;
		font-size: 24px;
		line-height: 28px;
		margin-top: 1px;
	}
	.searchBox {
		width: 500px;
		margin-top: 6px;
		height: 44px;
	}
	.searchBox .searchSelectTop p {
		font-size: 12px;
		line-height: 44px;
		text-indent: 12px;
	}
	.searchBox .searchSelect {
		width: 88px;
		height: 44px;
	}
	.searchBox .searchSelectTop i {
		top: 21px;
		left: 67px;
	}
	.searchBox .search input {
		width: 332px;
		height: 44px;
		font-size: 12px;
		text-indent: 12px;
	}
	.top {
		margin-top: 25px;
	}
	#nav {
		height: 46px;
		line-height: 46px;
		margin-top: 22px;
	}
	#hangye {
		padding: 0 25px 0 13px;
		background: url("../../../../images/exhi/version/2021/exhi2020.png") no-repeat 68px -59px #fff;
		font-size: 12px;
		line-height: 24px;
		border-radius: 18px;
	}
	.ereaTop {
		padding: 0 25px 0 13px;
		background: url("../../../../images/exhi/version/2021/exhi2020.png") no-repeat 42px -59px #fff;
		font-size: 12px;
		line-height: 24px;
		border-radius: 18px;
	}
	.searchBox .search button {
		width: 80px;
		height: 44px;
	}
	#nav a {
		font-size: 14px;
		padding: 0px 18px;
	}
	#nav a .hot {
		right: 5px;
	}
	.foreshow {
		margin-top: 15px;
		height: 22px;
		line-height: 22px;
	}
	.foreshow .attCloumn {
		padding-left: 28px;
		margin-right: 10px;
		background-size: auto 100%;
		font-size: 12px;
	}

	.attention {
		height: 22px;
	}
	.scroll-box li {
		margin-right: 25px;
		font-size: 12px;
	}
	.recommend {
		margin-top: 22px;
	}
	.recommend .title {
		font-size: 22px;
		line-height: 24px;
		height: 24px;
	}
	.info {
		margin-top: 20px;
		padding: 20px 25px 15px;
	}
	.info .left {
		width: 340px;
		margin-right: 20px;
	}
	.recommend .info .hd i {
		width: 32px;
		font: bold 24px/42px arial;
		background: url(../../../../images/exhi/version/2021/exhiList.png) 0 -119px no-repeat;
		background-size: 160px auto;
	}
	.recommend .info .hd {
		font: normal 16px/40px "microsoft yahei";
	}
	.recommend .info .share p {
		font: normal 12px/22px "microsoft yahei";
	}
	.recommend .right dl {
		font-size: 14px;
	}
	.recommend .info .right span img {
		width: 150px;
	}
	.recommend .info .bottom a {
		height: 40px;
		width: 105px;
		margin-right: 6px;
		font: bold 15px/40px "microsoft yahei";
	}
	.recommend .info .bottom a i {
		margin-right: 3px;
		font-size: 22px;
		margin-top: -2px;
	}
	.recommend .info .bottom a.sc-btn i, .recommend .info .bottom a.sc-btn-active i {
		margin-top: -1px;
		font-size: 24px;
	}
	.exhi-show {
		margin-top: 25px;
	}
	.recommend .info .bottom {
		margin-top: 36px;
	}

	.footer {
		margin-top: 60px;
		padding: 25px 0;
	}
	.foot .logo {
		height: 50px;
	}
	.foot-txt li {
		width: 14%;
		font-size: 12px;
		line-height: 24px;
		height: 24px;
	}
	.foot-nav p {
		font-size: 12px;
		line-height: 24px;
	}
	.foot-img li {
		width: 62px;
		height: 25px;
		margin-right: 8px;
	}
	.foot-img li a {
		height: 25px;
	}
	.hot-line > b {
		font-size: 24px;
		margin-top: 15px;
	}
	.hot-line span {
		font-size: 12px;
		line-height: 30px;
	}
	.hot-line p {
		font-size: 12px;
		line-height: 26px;
	}
	.qr-code li {
		padding: 0 0 0 13px;
	}
	.hot-line {
		width: 250px;
		margin-left: 65px;
	}
	.qr-code h2 {
		padding-left: 12px;
	}
	.qr-code li span {
		width: 90px;
		height: 90px;
	}
	.qr-code li p {
		font-size: 12px;
		margin-top: 12px;
	}
	.foot-nav {
		width: 400px;
	}
	.hot-line {
		width: 200px;
		margin-left: 58px;
	}
	.foot-img {
		width: calc(100% + 30px);
	}
	.location i {
		font-size: 14px;
	}
	.findtop dl {
		line-height: 22px;
		font-size: 12px;
		padding: 6px 0;
	}
	.findtop dd {
		height: 22px;
	}
	.findtop dt {
		width: 90px;
		margin-right: 10px;
	}
	.findtop ul li a {
		margin-right: 7px;
		padding: 0 10px;
	}
	.findtop a.more {
		top: 7px;
	}
	.findtop {
		padding: 5px 0;
	}
	.findtop ul.other-exi b {
		width: 12px;
		height: 12px;
		margin-top: 6px;
	}
	.findtop ul.other-exi b::after {
		width: 6px;
		height: 3px;
		top: 2px;
		left: 1px;
	}
	.findtop a.more i {
		font-size: 10px;
	}
	.findtop ul.other-exi a i {
		font-size: 12px;
	}

}
@media only screen and (max-width:1024px){
	.w{
		width: 830px;
	}
	.fixed-top {
        height: 48px;
        padding: 0 2px;
    }
	.fixed-top .newslogo {
        height: 28px;
        margin-top: 10px;
    }
    .fixed-top .menu {
        height: 48px;
        width: 36px;
        margin: 0 10px 0 10px;
    }
    .fixed-top .menu .menu-top {
        margin-top: 6px;
    }
    .fixed-top .menu .menu-top i {
        font-size: 14px;
    }
    .fixed-top .title {
        height: 30px;
        line-height: 30px;
        margin: 9px 0 0 0;
        font-size: 14px;
    }
    .fixed-top .title a{
        font-size: 14px;
    }
    .fixed-top .search {
        margin: 9px 0 0 0;
        height: 30px;
    }
    .fixed-top .search input {
        float: left;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        width: 164px;
        color: #aaa;
        text-indent: 10px;
        border: 0;
        border-radius: 20px 0 0 20px;
    }
    .fixed-top .search button {
        height: 30px;
        line-height: 30px;
        width: 54px;
        font-size: 12px;
    }
    .fixed-top .search button i {
        font-size: 12px;;
        margin-right: 3px;
    }
    .fixed-top .menu-bot {
        top: 48px;
    }
	.head ul li {
		padding: 0 2px;
	}
	.head .left ul li a {
		padding: 0 5px;
	}
	.head .right p a {
		padding: 0 3px;
	}
	.header--drop ul li a {
		padding: 0 5px;
	}
	.head .right p {
		padding-right: 150px;
	}
	.top-banner {
		margin-top: 10px;
	}
	.top .logo {
		width: 185px;
	}
	.top h1 {
		width: 165px;
		margin-left: 22px;
		font-size: 18px;
		line-height: 22px;
		margin-top: 1px;
		background-size: 100% auto;
	}
	.searchBox {
		width: 444px;
		margin-top: 6px;
		height: 38px;
	}
	.searchBox .searchSelectTop p {
		font-size: 12px;
		line-height: 38px;
		text-indent: 10px;
	}
	.searchBox .searchSelect {
		width: 88px;
		height: 38px;
	}
	.searchBox .searchSelectTop i {
		top: 17px;
		left: 67px;
	}
	.searchBox .search input {
		width: 288px;
		height: 38px;
		font-size: 12px;
		text-indent: 10px;
	}
	.top {
		margin-top: 25px;
	}
	#nav {
		height: 44px;
		line-height: 44px;
		margin-top: 22px;
	}
	#hangye {
		padding: 0 22px 0 12px;
		background: url("../../../../images/exhi/version/2021/exhi2020.png") no-repeat 68px -59px #fff;
		font-size: 12px;
		line-height: 24px;
		border-radius: 18px;
	}
	.field {
		top: 8px;
		right: 150px;
	}
	.erea {
		top: 8px;
		right: 80px;
	}
	.ereaTop {
		padding: 0 22px 0 12px;
		background: url("../../../../images/exhi/version/2021/exhi2020.png") no-repeat 42px -59px #fff;
		font-size: 12px;
		line-height: 24px;
		border-radius: 18px;
	}
	.searchBox .search button {
		width: 68px;
		height: 38px;
	}
	#nav a {
		font-size: 13px;
		padding: 0px 13px;
	}
	#nav a .hot {
		right: 5px;
	}
	.foreshow {
		margin-top: 15px;
		height: 22px;
		line-height: 22px;
	}
	.foreshow .attCloumn {
		padding-left: 28px;
		margin-right: 10px;
		background-size: auto 100%;
		font-size: 12px;
	}

	.attention {
		height: 22px;
	}
	.scroll-box li {
		margin-right: 25px;
		font-size: 12px;
	}
	.recommend {
		margin-top: 22px;
	}
	.recommend .title {
		font-size: 22px;
		line-height: 24px;
		height: 24px;
	}
	.info {
		margin-top: 20px;
		padding: 20px 25px 15px;
	}
	.info .left {
		width: 265px;
		margin-right: 20px;
	}
	.recommend .info .hd i {
		width: 32px;
		font: bold 24px/42px arial;
		background: url(../../../../images/exhi/version/2021/exhiList.png) 0 -119px no-repeat;
		background-size: 160px auto;
	}
	.recommend .info .hd {
		font: normal 16px/40px "microsoft yahei";
	}
	.recommend .info .share p {
		font: normal 12px/22px "microsoft yahei";
	}
	.recommend .right dl {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 7px;
	}
	.recommend .info .right span img {
		width: 120px;
	}
	.recommend .info .bottom a {
		height: 34px;
		width: 93px;
		margin-right: 6px;
		font: bold 13px/34px "microsoft yahei";
	}
	.recommend .info .bottom a i {
		margin-right: 3px;
		font-size: 22px;
		margin-top: -2px;
	}
	.recommend .info .bottom a.sc-btn i, .recommend .info .bottom a.sc-btn-active i {
		margin-top: -1px;
		font-size: 24px;
	}
	.exhi-lf {
		width: 280px;
		padding: 0 15px 20px 15px;
	}
	.exhi-lf .codes .code {
		width: 115px;
		height: 155px;
	}
	.exhi-lf .codes .wech {
		background: #2aa346 url(../../../../images/exhi/version/2021/wech.png) 13px 15px no-repeat;
		background-size: 90px auto;
	}
	.exhi-lf .codes .code p {
		font-size: 12px;
	}
	.exhi-lf .codes .serv {
		background: #e84414 url(../../../../images/exhi/version/2021/serv.png) 13px 15px no-repeat;
		background-size: 90px auto;
	}
	.exhi-lf .tips p {
		margin-top: 12px;
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.exhi-lf .tips .contact-box {
		width: 248px;
		font: bold 12px/40px "microsoft yahei";
	}
	.exhi-show {
		margin-top: 25px;
	}
	.recommend .info .bottom {
		margin-top: 12px;
	}
	.exhi-lf .box .news-img p {
		width: 133px;
	}
	.exhi-lf .box .big-img img {
		height: 140px;
	}
	.footer {
		margin-top: 45px;
		padding: 25px 0;
	}
	.foot .logo {
		height: 50px;
	}
	.foot-txt li {
		width: 14%;
		font-size: 12px;
		line-height: 24px;
		height: 24px;
	}
	.foot-nav p {
		font-size: 12px;
		line-height: 24px;
	}
	.foot-img li {
		width: 52px;
		height: 21px;
		margin-right: 7px;
	}
	.foot-img li a {
		height: 25px;
	}
	.hot-line > b {
		font-size: 20px;
		margin-top: 15px;
	}
	.foot h2 {
		font-size: 16px;
		height: 26px;
	}
	.foot h2 b {
		border-bottom: 3px solid #00ae66;
		height: 26px;
	}
	.hot-line span {
		font-size: 12px;
		line-height: 30px;
	}
	.hot-line p {
		font-size: 12px;
		line-height: 26px;
	}
	.qr-code li {
		padding: 0 0 0 13px;
	}
	.hot-line {
		width: 250px;
		margin-left: 65px;
	}
	.qr-code h2 {
		padding-left: 12px;
	}
	.qr-code li span {
		width: 75px;
		height: 75px;
	}
	.qr-code ul {
		margin-top: 15px;
	}
	.copyright {
		font-size: 12px;
	}
	.qr-code li p {
		font-size: 12px;
		margin-top: 12px;
	}
	.foot-nav {
		width: 350px;
	}
	.hot-line {
		width: 185px;
		margin-left: 25px;
	}
	.foot-img {
		width: calc(100% + 30px);
	}
	.location i {
		font-size: 14px;
	}
	.findtop dl {
		line-height: 22px;
		font-size: 12px;
		padding: 6px 0;
	}
	.findtop dd {
		height: 22px;
	}
	.findtop dt {
		width: 90px;
		margin-right: 10px;
	}
	.findtop ul li a {
		margin-right: 7px;
		padding: 0 8px;
	}
	.findtop a.more {
		top: 7px;
	}
	.findtop {
		padding: 5px 0;
	}
	.findtop ul.other-exi b {
		width: 12px;
		height: 12px;
		margin-top: 6px;
	}
	.findtop ul.other-exi b::after {
		width: 6px;
		height: 3px;
		top: 2px;
		left: 1px;
	}
	.findtop a.more i {
		font-size: 10px;
	}
	.findtop ul.other-exi a i {
		font-size: 12px;
	}
	.main .right .title p {
		padding-bottom: 10px;
		font-size: 16px;
	}


}
