﻿#header{
	height: 39px;
	background: #f8f8f8;
	border-bottom:1px solid #e2e2e2;
}
.header{
	width: 1200px;
	height: 39px;
	margin: 0 auto;
}
.header span{
	float: left;
	font-size: 12px;
	line-height: 39px;
	color: #666666;
}
.header span a{
	display: inline-block;
	line-height: 25px;
	padding: 0 12px;
	color: #666666;
}
.header span a.login{
	background: #945d56;
	border-radius: 2px;
	color: #fff;
	margin-left: 12px;
}
.header a:hover{
	color: #ff6600;
}
.header p{
	float: right;
	line-height: 39px;
	color: #e4e4e4;
	margin-right: 228px;
}
.header p a{
	color: #666666;
	margin: 0 6px;
}
#sub{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.sub{
	position: absolute;
	top: -40px;
	right: 0;
	width: 74px;
	z-index: 99;
}
.sub .subTop{
	line-height: 39px;
	padding-left: 26px;
	border-left:1px solid #f8f8f8;
	border-right:1px solid #f8f8f8;
	background: url(https://www.gkzhan.com/images/technology/newsIndex.png) no-repeat -93px -15px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
}
.sub.active .subTop{
	background: #fff url(https://www.gkzhan.com/images/technology/newsIndex.png) no-repeat -93px -15px;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #fff;
}
.subTop a{
	display: block;
	color: #666;
	background:url(https://www.gkzhan.com/images/technology/newsIndex.png) no-repeat -77px -41px;
}
.subBot{
	position: absolute;
	background: #fff;
	border:1px solid #e2e2e2;
	right: 0;
	top: 39px;
	z-index: 1;
	display: none;
}
.subBot a{
	display: block;
	text-align: center;
	width: 94px;
	line-height: 30px;
	color: #333;
}
.subBot a:hover{
	background: #945d56;
	color: #fff;
}
.top{
	width: 1180px;
	margin: 0 auto;
	padding:20px 0;
	overflow: hidden;
}
.logo{
	float: left;
}
.search{
	width: 468px;
	overflow: hidden;
	margin-top: 18px;
	float: left;
	margin-left: 60px;
}
.search input{
	width: 362px;
	height: 20px;
	border:2px solid #945d56;
	border-right:none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background: #fff;
	font-size: 14px;
	padding: 10px 12px;
	font-family: microsoft yahei;
	color: #999999;
}
.search button{
	width: 80px;
	height: 44px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #945d56;
	text-align: center;
	border:none;
	float: right;
	cursor: pointer;
}
.search button i{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background:url(https://www.gkzhan.com/images/technology/newsIndex.png) no-repeat 0 -137px;
}
.topAdv {
	float: right;
	margin-top: 10px;
}
.advs{
	display: block;
	position: relative;
}
.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;
}
.topAdv img,
.topAdv embed {
	width: 275px;
	height: 60px;
	display: block;
}

#nav{
	width: 100%;
	min-width: 1180px;
	background: #945d56;
}
.nav{
	height: 50px;
	width: 1180px;
	margin: 5px auto 40px;
}
.nav ul li{
	float: left;
}
.nav ul li a{
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	padding: 13px 23px 12px;
	font-weight: bold;
}
.nav ul li a:hover{
	color: #fff;
}
.select{
	padding: 13px 45px;
	background: #b4675d;
}
.nav ul li a:hover{
	background: #b4675d;
}
.picture{
	width: 1200px;
	margin: 0 auto 39px;
}
.pictureLeft{
	width: 516px;
	height: 353px;
	position: relative;
	float: left;
}
.pictureLeft img{
	width: 516px;
	height: 353px;
}
.pictureLeft b{
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	filter: alpha(opcity=20);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.pictureLeft>a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.pictureLeft p{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
	z-index: 4;
}
.pictureLeft p a{
	color: #fff;
}
.picture ul{
	float: left;
	width: 684px;
}
.picture ul li{
	width: 227px;
	height: 176px;
	position: relative;
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
}
.picture ul li img{
	width: 227px;
	height: 176px;
}
.picture ul li b{
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	filter: alpha(opcity=20);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.picture ul li>a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.picture ul li p{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
	z-index: 4;
}
.picture ul li p a{
	color: #fff;
}
.main{
	width: 1200px;
	margin: 0 auto 20px;
}
.left{
	width: 840px;
	float: left;
	border-top: 2px solid #000;
}
.leftTitle{
	width: 756px;
	float: left;
	height: 47px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.leftTitle a{
	width: 100px;
	height: 47px;
	font-size: 18px;
	line-height: 47px;
	position: relative;
	color: #333;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    text-decoration: none;
}
.leftTitle a em{
	width: 12px;
	height: 7px;
	position: absolute;
	top: 43px;
	left: 50%;
	margin-left: -6px;
	background: url(https://www.gkzhan.com/images/technology/tech.png) no-repeat 0 -114px;
	display: none;
}
.leftTitle a.focus{
	height: 50px;
	line-height: 50px;
	color: #fff;
	top: -2px;
	left: -1px;
	background: #945d56;
	font-weight: bold;

}
.leftTitle a.focus em{
	display: block;
}
.more{
	width: 82px;
	float: right;
	padding: 14px 0 13px;
	border-right: 1px solid #ddd;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.more>a{
	font-size: 16px;
	line-height: 20px;
	color: #333;
	padding: 0 20px;
	border-left: 1px solid #ddd;
	background: url(https://www.gkzhan.com/images/technology/tech.png) no-repeat 60px -139px;
}
.moreBot{
	width: 100px;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
    color: #666;
    position: absolute;
    right: -1px;
    top: 48px;
    padding: 10px;
    display: none;
}
.moreBot li{
	font-size: 14px;
	line-height: 25px;
}
.moreBot li a{
	color: #333;
}
.related{
	font-size: 14px;
	line-height: 25px;
}
.related b{
	color: #fb3434;
	font-weight: normal;
}
.related a{
	color: #999;
}
.related i{
	font-style: normal;
	color: #999;
	margin: 0 5px;
}
.leftList{
	display: none;
}
.leftList li{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.leftList li h3{
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}
.leftList li h3 a{
	color: #333;
}
.leftList li dl{
	width: 100%;
	float: left;
}
.leftList li dl dt{
	width: 180px;
	float: left;
}
.leftList li dl dt img{
	width: 180px;
	height: 110px;
}
.leftList li dl dd{
	width: 640px;
	float: left;
	margin-left: 20px;
}
.leftList li dl dd p{
	font-size: 16px;
	line-height: 25px;
	color: #666;
	margin: 5px 0 15px;
}
.shearBox{
	margin-top: 20px;
}
.shearBox span{
	font-size: 14px;
	line-height: 25px;
	color: #999;
	margin-right: 66px;
	float: left;
}
.bdsharebuttonbox{
	float: left;
}
.bdsharebuttonbox a{
	margin-right: 15px !important;
}
.bdsharebuttonbox a.message{
	background: url(https://www.gkzhan.com/images/technology/tech.png) no-repeat 0 -303px;
}
.bdsharebuttonbox a.bds_tsina{
	background: url(https://www.gkzhan.com/images/technology/tech.png) no-repeat 0 -200px;
}
.bdsharebuttonbox a.bds_weixin{
	padding-left: 20px;
	background: url(https://www.gkzhan.com/images/technology/tech.png) no-repeat 0 -235px;
}
.bdsharebuttonbox a.bds_more{
	background: url(https://www.gkzhan.com/images/technology/tech.png) no-repeat 0 -269px;
}
.right{
	width: 320px;
	float: right;
}
.liveTitle{
	height: 50px;
	background: #f7f7f7;
}
.liveTitle a{
	border-top: 4px solid #f7f7f7;
	display: inline-block;
	width: 50%;
	position: relative;
	font-size: 20px;
	line-height: 43px;
	text-align: center;
	color: #333;
	font-weight: bold;
}
.liveTitle a em{
	width: 11px;
	height: 6px;
	display: block;
	position: absolute;
	top: 41px;
	left: 50%;
	margin-left: -6px;
	background: url(https://www.gkzhan.com/images/technology/tech.png) no-repeat 0 -173px;
	display: none;
}
.liveTitle a.focus{
	border-top: 4px solid #945d56;
	background: #fff;
	height: 46px;
}
.liveTitle a.focus em{
	display: block;
}
.liveList{
	height: ;
	display: none;
}
.znLive{
	margin-top: 25px;
}
.znLive dt{
	position: relative;
	width: 320px;
	height: 190px;
}
.znLive dt img{
	width: 320px;
	height: 190px;
}
.znLive dt a.play{
	width: 65px;
	height: 65px;
	background: url(https://www.gkzhan.com/images/technology/tech.png) no-repeat 0 -341px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
}
.znLive dd{
	padding: 10px 20px;
	background: #f7f7f7;
}
.znLive dd h3{
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
.znLive dd h3 a{
	color: #333;
}
.znLive dd p{
	font-size: 14px;
	line-height: 25px;
	color: #999;
	margin: 5px 0 8px;
}
.znLive dd span{
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding-left: 17px;
	color: #999;
	background: url(https://www.gkzhan.com/images/technology/tech.png) no-repeat 0 -505px;
}
.znLive ul{
	padding-top: 15px;
}
.znLive ul li{
	font-size: 14px;
	line-height: 30px;
	padding-left: 23px;
	height: 30px;
	overflow: hidden;
	background: url(https://www.gkzhan.com/images/technology/tech.png) no-repeat 0 -535px;
	margin-bottom: 5px;
}
.znLive ul li a{
	color: #333;
}
.paiH ul li a{
	color: #333;
}
.paiH{
	height: 498px;
	overflow: hidden;
}
.paiH ul{
	padding-top: 20px;
}
.paiH ul li{
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 19px;
}
.paiH ul li a.leftA{
	color: #333;
	float: left;
}
.paiH ul li b{
	font-weight: normal;
	width: 22px;
	height: 22px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #999;
	background: #f2f2f2;
	margin-right: 8px;
	border-radius: 2px;
	float: left;
}
.paiH ul li b.first{
	background: #f65049;
	color: #fff;
}
.paiH ul li b.second{
	background: #ff6a30;
	color: #fff;
}
.paiH ul li b.third{
	background: #fca40a;
	color: #fff;
}
.paiH ul li:hover a.leftA{
	width: 220px;
	overflow: hidden;
}
a.buttonA{
	width: 56px;
    height: 21px;
    float: right;
    background: url(https://www.gkzhan.com/images/tech2014/tech.png) no-repeat -76px -134px;
    display: none;
}
.paiH ul li:hover a.buttonA{
	display: block;
}

.hot{
	margin-top: 15px;
}
.rightTitle{
	border-top: 2px solid #000;
	overflow: hidden;
}
.rightTitle h2{
	font-size: 20px;
	line-height: 48px;
	color: #333;
	float: left;
}
.rightTitle a.more2{
	font-size: 14px;
	line-height: 48px;
	color: #999;
	float: right;
}
.hot ul{
	padding-top: 10px;
}
.hot ul li img{
	width: 320px;
	height: 98px;
}
.hot ul li p{
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}
.hot ul li p a{
	color: #333;
}
.product{
	margin-bottom: 40px;
}
.product dl{
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 21px;
}
.product dl dt{
	width: 140px;
	float: left;
}
.product dl dt table td{
	width: 140px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}
.product dl dt table td img{
	width: 140px;
	height: 120px;
}
.product dl dd{
	width: 160px;
	float: right;
}
.product dl dd h3{
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.product dl dd h3 a{
	color: #333;
}
.product dl dd p{
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin: 8px 0 10px;
}
.product dl dd p a{
	color: #FB3434;
}
.product dl dd span{
	font-size: 14px;
	line-height: 20px;
	color: #999;
}
.download .paiH{
	height: auto;
}

.sample{
	width: 1200px;
	/*height: 275px;*/
	margin: 0 auto 40px;
}
.sampleNav{
	width: 1200px;
	height: 49px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.sampleNav p{
	font-size: 18px;
	line-height: 48px;
	color: #dddddd;
	margin-left: -20px;
}
.sampleNav a{
	display: inline-block;
	padding-right: 15px;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	color: #333;
	margin: 0 20px;
}
.sampleNav a.focus{
	font-weight: bold;
	color: #945d56;
	line-height: 48px;
	border-bottom: 2px solid #945d56;
}
.sampleList{
	display: none;
}

.downbot {
	width: 1200px;
	overflow: hidden;
	position: relative;
	height: 186px;
	margin-top: 20px;
}

.downbot ul {
	width: 1220px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

.downbot ul li {
	width: 154px;
	height: 180px;
	float: left;
	position: relative;
	margin-right: 21px;
}

.downbot ul li img {
	width: 154px;
	height: 180px;
}
.downbot ul li p {
	width: 134px;
	padding: 0 10px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 999;
}
.downbot ul li p a {
	font: 14px/30px "microsoft yahei";
	color: #fff;
}

.downbot ul li p a:hover {
	color: #f60;
}

.downbot ul li b {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 154px;
	height: 30px;
	background-color: #000;
	z-index: 10;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
}

.preNext {
	z-index: 999999;
	width: 25px;
	height: 56px;
	position: absolute;
	background: url(https://www.gkzhan.com/images/technology/tech.png)  no-repeat;
	cursor: pointer;
}

.pre {
	background-position: 0 -432px;
	left: 0px;
	top: 66px;
}

.next {
	background-position: -33px -432px;
	right: 0px;
	top: 66px;
}
.union{
	width: 1200px;
	margin: 0 auto;
}
.unionTitle{
	border-top: 2px solid #ddd;
}
.unionTitle h2{
	font-size: 20px;
	line-height: 50px;
	color: #333;
	display: inline-block;
	border-top: 2px solid #945D56;
	position: relative;
	top: -2px;
	padding-right: 15px;
}
.union p{
	font-size: 14px;
	line-height: 25px;
	color: #cccccc;
	margin-left: -20px;
}
.union p a{
	color: #333;
	margin: 0 20px;
}
.advbanner{
	margin: 30px auto;
	width: 1178px;
	border: 1px solid #ddd;
	padding: 10px;
}
.advbanner img{
	width: 1178px;
	height: 70px;
}

.footer{
	background-color: #333333;
	padding: 20px 0 0 0;
}
.Foot{
	width: 1200px;
	margin:0 auto;
	color: #fff;
	overflow: hidden;
}
.footLeft{
	width: 820px;
	float: left;
}
.footMenu{
	color: #666666;
	font-size: 14px;
	line-height: 56px;
	display: block;
	text-indent: -6px;
}
.footMenu a{
	color: #fff;
	margin: 0 6px;
}
.footMenu a:hover{
	color: #ff6600;
}
.footLeft p{
	color: #cacaca;
	line-height: 34px;
}
.footLeft p.webName{
	font-size: 14px;
}
.footLeft p.webName i{
	font-style: normal;
	color: #f58425;
}
.footLeft p a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #858688;
	border-radius: 11px;
	padding: 0 10px 0 0;
	margin-right: 20px;
}
.footLeft p a{
	position: relative;
	cursor: pointer;
   }
   .footLeft p a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
color: #333;
background: rgba(255,255,255,.9);
display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	resize: none;
	overflow: hidden;
   }
   .footLeft p a .QQhover::after{
position: absolute;
	left: 0;
   top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .footLeft p a:hover .QQhover{
	display: inline-block;
   }
.footLeft p a b{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: top;
	background: #afb1b0 url(https://www.gkzhan.com/images/technology/newsIndex.png) no-repeat -83px -249px;
}
.copyright{
	border-top: 1px solid #666666;
	margin-top: 24px;
	padding-top: 20px;
	color: #cacaca;
}
.footRight{
	width: 360px;
	float: right;
	text-align: center;
	padding-top: 20px;
}
.footRight p {
	display: inline-block;
	width: 110px;
	margin: 15px;
	/* font-size: 13px; */
}
.footRight p img{
	border:1px solid #999999;
	margin:5px 0;
}
/* 20231114 */
.header .mobile{
	display: none;
}
.Tophead {
	position: relative;
	margin: 0 auto;
	width: 1200px;
  }
  .Tophead ul{
	  position: absolute;
	  top: -40px;
	  right: 74px;
  }
  .Tophead li{
	  float: left;
	  height: 40px;
		position: relative;
  }
  .Tophead li .ServiceTop {
	  height: 40px;
	  line-height: 40px;
	  padding: 0 8px;
	  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: #777;
  }
  /* 两个下拉 */
  .Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	  color: #945d56;
  }
  .Tophead li .ServiceTop i{
	  margin-right: 6px;
	  font-size: 12px;
  }
  /* 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: 833px;
	  padding: 18px 14px;
	  background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	  background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	  background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 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: 20%;
  }
  .ServiceBot1 .item .image{
	  padding: 4px 4px 0;
	  border-radius: 8px;
	  display: inline-block;
	  background-image: -moz-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	  background-image: -webkit-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	  background-image: -ms-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 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-color: rgb(251, 238, 236);
  }
  .Tophead li.mobile .hover a{
	  color: #945d56;
  }
  .Tophead li.mobile .hover::after{
	  display: none;
  }
  /* weixin */
  .ServiceBot2{
	  height: 220px;
	  width: 740px;
	  background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	  background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	  background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	  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-color: rgb(251, 238, 236);
  }
  .Tophead li.weixin .hover a{
	  color: #945d56;
  }
  .Tophead li.weixin .hover::after{
	  display: none;
  }
