﻿
a {
	outline: none;
}
.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: 1500px;
	font-family: "Microsoft YaHei";
}
.header{
	height: 34px;
	border-bottom:1px solid #dddddd;
	background-color: #fff;
}
.head{
	width: 1500px;
	margin: 0 auto;
	overflow: hidden;
}
.head span{
	float: left;
	line-height: 34px;
	font-size: 0;
}
.head span a{
	font-size: 12px;
	color: #666;
	margin-right: 16px;
}
.head a:hover{
	color: #ff6600;
}
.head p{ line-height:34px; float:right; color:#dfdfdf; margin-right:125px;}
.head p a{ display:inline-block; color:#666; padding:0 6px;}
.head p a.mobile {
	color: #76a145;
}

.head p a.mobile i {
	margin-right: 2px;
	display: inline-block;
	vertical-align: top;
}

.topAdv{ width:1100px; margin:20px auto 0;}
.topAdv img{width:1100px;height: 90px;}

.top{
	background-color: #fff;
	/* box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16); */
}.Tophead {
	position: relative;
	margin: 0 auto;
}
.Tophead p {
	position: absolute;
	float: right;
	right: 0px;
	top: -32px;
	color: #dfdfdf;
}
.Tophead a {
	margin-left: 5px;
    color: #138146;
	font-weight: bold;
}
.Tophead a:hover {
    color: #138146;
	font-weight: bold;
}
.Tophead a.moblie:hover .hbapp {
	display: block;
}
.Tophead a.moweixin:hover .hbweixin {
	display: block;
}
.Tophead a.moblie {
	margin:0 15px;
}
.Tophead a.moweixin {
	margin:0 30px 0 10px
}
.Tophead img.hbapp {
	right:20px;
}
.Tophead img.hbweixin {
	right: -40px;
}
.Tophead img {
	max-width: 150px;
	max-height: 150px;
	position: absolute;
	top: 24px;
	z-index: 9999;
	padding: 8px;
	background: #4bbf5b;
	border-radius: 5px;
	display: none;
}
.top .item{
	margin: 0 auto;
	padding:16px 0 0 0;
	position:relative;
}
.top .item .logo{
	float: left;
	width: 182px;
}
.top .item .pageName{
	float: left;
	font-size: 20px;
	color: #000;
	margin:10px 0 0 20px;
	border-left: 1px solid #eeeeee;
	padding-left: 20px;
}
.top .item .menu{
	float: right;
	margin-top: 10px;
	font-family: "Microsoft YaHei";
}
.top .item .menu a{
	display: inline-block;
	font-size: 20px;
	height: 22px;
	line-height: 20px;
	border-right: 1px solid #eeeeee;
	color: #333;
	padding: 0 22px;
}
.top .item .menu a:hover{
	color: #ff6600;
}
.top .item .menu a:last-child{
	border:none;
}
.search {
	width: 500px;
	height: 34px;
	margin: 2px 0 0 160px;
	float: left;
	border: 2px solid #03a363;
	position: relative;
	border-radius: 20px;
	font-family: "Microsoft YaHei";
	box-sizing: content-box;
}

.searchSelect {
	width: 88px;
	height: 33px;
	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: 8px;
}

.selectTop i {
	position: absolute;
	right: 14px;
	top: 7px;
	width: 14px;
	height: 8px;
	background: url("http://www.hbzhan.com/images/index/index.png") no-repeat;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.selectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search button {
	position: absolute;
	height: 38px;
	line-height: 38px;
	background-color: #03a363;
	color: #ffffff;
	width: 80px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 0 20px 20px 0;
	font-family: "Microsoft YaHei";
}

.search input {
	width: 336px;
	height: 33px;
	float: left;
	border: none;
	font-size: 14px;
	color: #333;
	text-indent: 14px;
	background-color: #fff;
	font-family: "Microsoft YaHei";
}

.selectBot {
	position: absolute;
	width: 88px;
	background-color: #ffffff;
	top: 35px;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #03a363;
	border-left: 2px solid #03a363;
	border-right: 2px solid #03a363;
	color: #fff;
	cursor: pointer;
}
.loginBox{
	width: 265px;
	float: right;
	margin-top: 15px;
}
.loginBox p{
float: right;
font-size: 12px;
line-height: 20px;
color: #dcdcdc;
text-align: right;
}
.loginBox p a{
	color: #666;
	font-size: 14px;
	margin: 0 10px;
	padding-top: 25px;
	webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
	transition: all 0s ease;
	display: inline-block;
}
.loginBox p a:hover{
	color: #03a363;
}
.loginBox p a.upload{
	background: url(../../images/video/loginBg.png) no-repeat 0px 0px;
}
.loginBox p a.register{
	background: url(../../images/video/loginBg.png) no-repeat -58px 0px;
}
.loginBox p a.login{
	background: url(../../images/video/loginBg.png) no-repeat -114px 0px;
}
.loginBox p a.upload:hover{
	background: url(../../images/video/loginBg.png) no-repeat -163px 0px;
}
.loginBox p a.register:hover{
	background: url(../../images/video/loginBg.png) no-repeat -221px 0px;
}
.loginBox p a.login:hover{
	background: url(../../images/video/loginBg.png) no-repeat -277px 0px;
}
.tips{
	font-size: 12px;
    font-style: normal;
    color: red;
	padding: 0 5px;}
.record{
	width: 90px;
	float: left;
	position: relative;
}
.record em{
	width: 88px;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	font-style: normal;
	display: block;
	text-indent: 10px;
	background: url(../../images/video/video2019.png) no-repeat 70px -20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	cursor: pointer;
}
.record em.nobg {
    color: #03a363;
	font-weight: bold;
}
.record .recordbg{
	width: 93px;
	height: 38px;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	position: absolute;
	top: 0;
	left: -5px;
	background: #fff;
	z-index: 9998;
	display: none;
}
.Logged{
	width: 272px;
	height: 362px;
	padding: 12px 13px 15px;
	border: 1px solid #dcdcdc;
	position: absolute;
	top: 38px;
	right: 0;
	display: none;
	background: #fff;
	z-index: 9997;
}
.logList{
	border-left: 2px solid #eaeaea;
}
.logList ul{
	float: left;
	width: 262px;
	padding-left: 8px;
	margin-top: 5px;
}
.logList ul li{
	float: left;
	width: 245px;
	padding-left: 18px;
	font-size: 14px;
	line-height: 30px;
	background: url(../../images/video/video2019.png) no-repeat 0 -88px;
}
.logList ul li:hover{
	background: url(../../images/video/video2019.png) no-repeat 0 -111px;
}
.logList ul li a{
	width: 170px;
	color: #333;
	float: left;
}
.logList ul li span{
	font-size: 12px;
	color: #999;
	float: right;
	cursor: pointer;
}
.logList ul li:hover a{
	color: #03a363;
}
.logList ul li:hover span{
	color: #03a363;
}
.logList a.earlier{
	display: inline-block;
	width: 53px;
	height: 22px;
	background: url(../../images/video/video2019.png) no-repeat 0 -60px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	text-indent: 24px;
	position: relative;
	left: -4px;
}
.Logged a.more{
	width: 78px;
	height: 24px;
	border-radius: 20px;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	background: #03a363;
	margin: 0 auto;
	text-align: center;
	display: block;
	margin-top: 12px;
}
.notLogged{
	width: 272px;
	height: 362px;
	padding: 12px 13px 15px;
	border: 1px solid #dcdcdc;
	position: absolute;
	top: 38px;
	right: 0;
	display: none;
	background: #fff;
	z-index: 9997;
}
.notLogged span{
	font-size: 14px;
	line-height: 25px;
	color: #333;
	display: block;
	width: 272px;
	text-align: center;
	position: absolute;
	top: 150px;
}
.divLogin{
	width: 272px;
	position: absolute;
	top: 315px;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: center;
}
.divLogin a{
	margin: 0 5px;
	color: #333;
}
.divLogin a:hover{
	color: #03a363;
}
.notLogged b{
	width: 203px;
	height: 24px;
	background: #03a363;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	display: block;
	text-align: center;
	position: absolute;
	top: 345px;
	left: 48px;
}
.main{
	margin: 0 auto;
}


.page {
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	margin-top: 20px;
}

.page a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	background: #fff;
	border-left: 0;
	text-align: center;
	font: normal 12px/40px "Tahoma";
	color: #666666;
	vertical-align: middle;
}

.page a:hover {
	color: #333333 !important;
	text-decoration: none;
}

.page a.ft {
	border-left: 1px solid #e6e6e6;
	border-right: 0;
	background: #fff url(/images/companyList.png) no-repeat -56px -530px;
}

.page a.next {
	margin-right: 15px;
	background: #fff url(/images/companyList.png) no-repeat 15px -530px;
}

.page a.prev {
	width: 68px;
	background: #fff url(/images/companyList.png) no-repeat 8px -467px;
	border-left: 1px solid #e6e6e6;
}

.page a.lt {
	width: 68px;
	background: #fff url(/images/companyList.png) no-repeat 8px -497px;
}

.page a.on {
	background: #03a363;
	border: 1px solid #03a363;
	border-left: 0;
	color: #fff;
	font-weight: bold;
}

.page a.on:hover {
	color: #fff !important;
	text-decoration: none;
}

.page input {
	width: 38px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 12px/38px "Tahoma";
	margin: 0 10px;
	vertical-align: middle;
}

.page button {
	width: 52px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 12px/40px "Tahoma";
	vertical-align: middle;
	cursor: pointer;
	background: url(/images/companyList.png) no-repeat 0 -386px;
}

#footer{width:100%;min-width: 1100px;padding: 20px 0;text-align: center;background: #333333;}
.footer{width: 1100px;margin: 0 auto;}
.footer span{  height:30px; font: normal 14px/30px "microsoft yahei"; color:#555;display: block;}
.footer span a{ padding:0 10px; color:#e9e9e9;}
.footer span a:hover{ color:#f60; text-decoration:underline;}
.footer p{ height:26px;line-height:26px;color: #999;}
.footer b{  height:26px;font: normal 12px/26px "microsoft yahei";color: #999;display: block;}

.backHome{ width:54px;}
.backHome a{ width:38px; height:46px; display:block; float:left; background:#03a363; text-align:center; font:normal 14px/20px "Microsoft Yahei","simhei"; color:#fff; padding:8px 8px 0 8px; margin:2px 0; opacity:0.6; filter:alpha(opacity=60);}
.backHome a:hover{ opacity:1; filter:alpha(opacity=100);}
.backHome a.guest:hover{ background:url(../../images/video/video2015.png) no-repeat 0 -179px; opacity: 1;}
.backHome a.guest{ background:url(../../images/video/video2015.png) no-repeat 0 -179px; opacity: 0.6;}
.toTop{ width:54px; height:54px; position:fixed; _position:absolute; top:376px; _top:expression(eval(document.documentElement.scrollTop+318)); display:none;}
.toTop a{ display:block; width:54px; height:54px; background:url(../../images/video/video2015.png) no-repeat 0 -68px; opacity: 0.6;}
.toTop a:hover{ background:url(../../images/video/video2015.png) no-repeat 0 -68px; opacity:1;}
#goTop { position:fixed; _position:absolute; top:258px; display:block; right:20px;}
*html, * html body { background-attachment:fixed; }
*html #goTop { position:absolute; right:expression(eval(document.documentElement.scrollLeft+20)); top:expression(eval(document.documentElement.scrollTop+200));}


#service{ width:100%; height:118px; margin:30px auto; background:#fff;}
.service{ width:1000px; height:94px; margin:0 auto;}
.service dl{ width:260px; height:94px; float:left; padding-left:22px; border-left:1px solid #f2f2f2;}
.service dt{ width:260px; height:48px; float:left; font:normal 16px/48px "Microsoft Yahei","\5b8b\4f53"; color:#565656; text-indent:48px; background:url(../../images/video/serviceIcon.jpg) no-repeat;}
.service dd{ width:210px; height:46px; float:left; line-height:23px;}
.service dd a{ color:#999; padding-right:14px;font-family: "\5b8b\4f53"}
.service dd a:hover{ color:#f60; text-decoration:underline;}
.service .s4,.service .s4 dt{ width:210px;}
.service .s2 dt{ background-position:0 -48px;}
.service .s3 dt{ background-position:0 -96px;}
.service .s4 dt{ background-position:0 -144px;}
