@font-face {
	font-family: 'tao31';  /* project id 2341812 */
	src: url('//at.alicdn.com/t/font_2341812_s8u5kmcgr7.eot');
	src: url('//at.alicdn.com/t/font_2341812_s8u5kmcgr7.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_2341812_s8u5kmcgr7.woff2') format('woff2'),
	url('//at.alicdn.com/t/font_2341812_s8u5kmcgr7.woff') format('woff'),
	url('//at.alicdn.com/t/font_2341812_s8u5kmcgr7.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_2341812_s8u5kmcgr7.svg#tao31') format('svg');
  }
.tao31 {
    font-family: "tao31" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.wrapper {
	width: 1415px;
	margin: 0 auto;
}

.top {
	height: 240px;
	background: url(/images/Product/topbg.png) no-repeat center bottom;
	margin: 25px auto;
}

.topMain {
	width: 880px;
	margin: 0 auto;
	position: relative;
}

.logo a {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 360px;
	height: 68px;
	background-color: #fff;
	text-align: center;
}

.logo i.line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	width: 880px;
	position: absolute;
	left: 0;
	top: 34px;
}

.search {
	width: 100%;
	height: 50px;
	padding: 90px 0 0 0;
}

.search input {
	width: 774px;
	height: 50px;
	float: left;
	text-indent: 15px;
	font-size: 16px;
	line-height: 43px;
	color: #cacaca;
	border: none;
	font-family: "Microsoft YaHei";
	border-right: none;
	background-color: #f5f5f5;
}

.search input.active {
	background-color: #fff;
	border: 2px solid #e6e6e6;
	box-sizing: border-box;
	color: #333;
}

.search button {
	width: 106px;
	height: 50px;
	border: none;
	background: #ff802b url(/images/Product/searchIcon.png) no-repeat 23px center;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 18px;
	line-height: 44px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 0 4px 4px 0;
	text-indent: 20px;
}

.search p {
	margin-top: 20px;
	font-size: 14px;
	color: #ff802b;
	line-height: 1.5;
}

.search p a {
	font-size: 14px;
	color: #666;
	margin-left: 18px;
}

.search p a:first-child {
	margin-left: 0;
}

.search p a:hover {
	color: #f08200;
}

.Topline ul {
	height: 50px;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	position: relative;
}

.Topline li {
	float: left;
}

.pro_top {
	line-height: 50px;
}

.pro_top a {
	color: #333;
	font-size: 14px;
	padding: 0 13px 0 16px;
}

.Topline li:first-child .pro_top a {
	padding-left: 28px;
}

.pro_top a i {
	background: url(/images/Product/bottomIcon.png) no-repeat;
	width: 10px;
	display: inline-block;
	height: 7px;
	margin: 0 0 1px 5px;
}

.Topline li:hover .pro_top {
	background-color: #fff;
}

.Topline li:hover .pro_top a {
	color: #f08200;
}

.Topline li:hover i {
	background: url(/images/Product/topIcon.png) no-repeat;
}

/* .Topline li:hover .pros {
	display: block;
} */

.pros {
	position: absolute;
	display: none;
	left: -1px;
	top: 48px;
	z-index: 999;
	/* height: 305px; */
	height: 435px;
}

.productListLeft {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border: 0;
	margin: 0 13px;
	border-bottom: 1px dashed #e6e6e6;
}

.productListLeft a {
	color: #333;
}

.pros .pro_box.focus {
	background-color: #f3f5f7;
}

.productListRight {
	height: 420px;
	background-color: #f4f6f8;
	display: block;
	scrollbar-width: none; /* firefox */
	-ms-overflow-style: none; /* IE 10+ */
	overflow-x: hidden;
	overflow-y: auto;
}
.productListRight::-webkit-scrollbar {
	display: none; /* Chrome Safari */
  }

.pros .productListRight p.title {
	font-size: 14px;
	font-weight: bold;
	padding: 25px 25px 15px 25px;
}
.pros .productListRight p.title a{
	color: #333;
}
.pros .productListRight p.title a:hover{
	color: #f60;
}

.pros .productListRight p.title i {
	width: 4px;
	height: 14px;
	background-color: #f08200;
	display: block;
	margin-right: 5px;
	margin-top: 3px;
	float: left;
}

.pros .productListRight div {
	padding-left: 10px;
	color: #ddd;
}

.pros .productListRight div a {
	font-size: 14px;
	padding: 0 15px;
	color: #333;
	height: 30px;
	line-height: 30px;
}

.pros .productListRight div a:hover {
	color: #f08200;
}

.brandBot {
	width: calc(100% + 10px);
	padding-bottom: 40px;
	overflow: hidden;
	display: none;
}

.brandBot li {
	width: 16.666%;
	height: 130px;
	margin-top: 20px;
	float: left;
	box-sizing: border-box;
}

.brandBot .botBox {
	margin-right: 10px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}

.brandBot .botBox .image {
	padding-bottom: 43%;
	height: 0;
	overflow: hidden;
	position: relative;
}

.brandBot .botBox .image img {
	max-width: 100%;
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.brandBot li p {
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #f8f8f8;
}

.brandBot li p a {
	font-size: 14px;
	color: #333;
}

.findtop {
	/* overflow: hidden; */
}

.screening {
	position: relative;
	height: 46px;
	border: 1px solid #e6e6e6;
	z-index: 99;
	background: #f8f8f8;
}

.scrLeft {
	height: 46px;
	float: left;
}

.selectbox_model {
	left: 0;
	text-indent: 20px;
	width: 109px;
	height: 46px;
	line-height: 46px;
	position: absolute;
	top: 0;
	background: url(/images/Product//down.png) no-repeat 85px 21px;
	border-right: 1px solid #e6e6e6;
}

.selectbox_time a, .selectbox_model a, .selectbox_area a, .selectbox_areadown a, .selectbox_modeldown a {
	color: #333;
	font: normal 14px/46px "Microsoft Yahei";
}

.selectcompany {
	width: 108px;
	position: absolute;
	border: 1px solid #e4e4e4;
	background: #fff;
	top: 46px;
	left: 0px;
	z-index: 9997;
}

.selectcompany ul {
	width: 108px;
	float: left;
}

.selectcompany ul li {
	display: inline;
	width: 108px;
}

.selectcompany ul li:hover a {
	background-color: #f08200;
	color: #fff;
}

.selectcompany ul li a {
	font: 14px/30px "Microsoft Yahei", "Tahoma", "Arial";
	color: #777;
	text-indent: 10px;
	display: block;
	vertical-align: bottom;
}

.selectbox_area {
	width: 109px;
	position: absolute;
	height: 46px;
	text-indent: 20px;
	top: 0;
	left: 111px;
	z-index: 9996;
	background: url(/images/Product//down.png) no-repeat 85px 21px;
	border-right: 1px solid #e6e6e6;
}

.selectarea {
	width: 261px;
	position: absolute;
	z-index: 999;
	top: -1px;
	left: 0px;
	background: #fff;
}

.selectarea ul {
	width: 254px;
	position: absolute;
	border: 1px solid #e4e4e4;
	background: #fff;
	top: 46px;
	left: 107px;
}

.selectarea ul li.allareaz {
	width: 100%;
	background: #f08200;
}

.selectarea ul li {
	float: left;
}

.selectarea ul li:hover a {
	background: #f08200;
	color: #fff;
}

.selectarea ul li a {
	display: block;
	color: #868a8f;
	padding: 5px 10px;
}

.selectarea ul li.allareaz a {
	color: #fff;
}

.type {
	width: 60px;
	height: 46px;
	position: absolute;
	left: 240px;
	top: 0;
	font: 14px/46px "Microsoft Yahei", "Tahoma", "Arial";
	color: #333;
	border-right: 1px solid #e6e6e6;
}

.down {
	background: url(/images/Product//classify.png) no-repeat 0px -161px;
	width: 20px;
	height: 24px;
	position: absolute;
	bottom: 0;
	left: 35px;
}

.up {
	background: url(/images/Product//classify.png) no-repeat 0px -139px;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 35px;
}

.selectbox_modeldown {
	left: 0;
	text-indent: 20px;
	width: 109px;
	height: 46px;
	line-height: 46px;
	position: absolute;
	top: 0;
	background: url(/images/Product//up.png) no-repeat 85px 21px;
	border-right: 1px solid #e6e6e6;
}

.btnBox {
	width: 215px;
	left: 305px;
}

.btnBox p {
	float: left;
	line-height: 46px;
	height: 46px;
	margin-left: 10px;
}

.btnBox p input {
	width: 60px;
	height: 26px;
	border: 1px solid #dfdfdf;
	line-height: 26px;
	color: #999;
	font-size: 14px;
	text-indent: 2px;
}

.btnBox p span {
	color: #999;
	height: 43px;
	line-height: 43px;
}

.btnBox p button {
	width: 46px;
	height: 28px;
	background: #f08200;
	border: 1px solid #f08200;
	margin-left: 8px;
	cursor: pointer;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 2px;
}

.switchBox {
	width: 105px;
	height: 26px;
	border: 1px solid #E6E6E6;
	position: absolute;
	left: 543px;
	top: 10px;
}

.switchBox a {
	width: 52px;
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	color: #999;
	text-align: center;
	background-color: #f5f5f5;
}

.switchBox a.on, .switchBox a.on i {
	color: #f08200;
}

.switchBox a.on {
	background: #fff;
}

.switchBox i {
	font-size: 12px;
	line-height: 22px;
	color: #999;
	margin-right: 3px;
}

.switchBox i.icon-menu {
	position: relative;
	top: 1px;
}

.switchBox a.borderL {
	border-left: 1px solid #e6e6e6;
}

.scrRight {
	font-size: 12px;
	line-height: 46px;
	color: #333;
	float: right;
	margin-right: 15px;
}

.scrRight span {
	color: #f08200;
}

.selectbox_areadown {
	width: 109px;
	position: absolute;
	height: 46px;
	top: 0;
	text-indent: 20px;
	left: 111px;
	z-index: 9996;
	background: url(/images/Product//up.png) no-repeat 85px 21px;
	border-right: 1px solid #e6e6e6;
}

.proBox1 {
	overflow: visible;
	float: left;
}

.proBox1 ul {
	width: calc(100% + 20px);
}

.proBoxRight {
	float: right;
	margin-top: 20px;
	border: 1px solid #e6e6e6;
}

.proBox1 ul li {
	width: 20%;
	height: 365px;
	float: left;
	margin-top: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.proBox1 ul li .proDiv {
	margin-right: 20px;
	position: relative;
	border: 1px solid #e6e6e6;
	padding: 10px;
	height: calc(100% - 22px);
}

.proBox1 .proDiv .image {
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	position: relative;
}

.proBox1 .proDiv .image img {
	max-width: 100%;
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.proBox1 ul li h3 {
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	font-weight: normal;
	padding-left: 5px;
}

.proBox1 ul li h3 a {
	color: #333;
}

.proBox1 ul li h3 a:hover {
	color: #f60;
}

.proBox1 ul li p {
	font-size: 12px;
	line-height: 25px;
	color: #999;
	padding-left: 5px;
}

.proBox1 ul li p i {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
}

i.companyAuth {
	background: url(/images/Product/authentication.png) no-repeat 0 0;
}

.proBox1 ul li .proDiv>b {
	font-size: 20px;
	line-height: 30px;
	color: #f60;
	display: block;
	height: 30px;
	overflow: hidden;
	margin-top: 5px;
	font-weight: normal;
}

.proBox1 ul li>b span {
	font-size: 14px;
}

.proBox1 ul li b em {
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	font-style: normal;
	margin: 5px 0;
	float: right;
	font-weight: normal;
}

.year {
	overflow: hidden;
	color: #bca4a4;
	position: relative;
	margin-top: 3px;
}

.year b.free{vertical-align: middle; left: 47px; background: url(http://www.zyzhan.com/images/company/companyList.png) no-repeat 0 0px;}
.year b.primary{vertical-align: middle; background: url(http://www.zyzhan.com/images/company/companyList.png) no-repeat 0 -25px;}
.year b.intermediate{vertical-align: middle; background: url(http://www.zyzhan.com/images/company/companyList.png) no-repeat 0 -51px;}
.year b.senior{vertical-align: middle; background: url(http://www.zyzhan.com/images/company/companyList.png) no-repeat 0 -78px;}
.year b.topLevel{vertical-align: middle; background: url(http://www.hbzhan.com/images/company/member_icon4.png) no-repeat;margin-top: 0;}
.year b.topLevel2{vertical-align: middle; background: url(http://www.hbzhan.com/images/company/member_icon5.png) no-repeat;margin-top: 0;}
.year b.topLevel3{vertical-align: middle; background: url(http://www.hbzhan.com/images/company/member_icon6.png) no-repeat;margin-top: 0;}

.year span {
	color: #766969;
	margin-left: 106px;
	font-size: 14px;
	float: left;
}

.year span font {
	font: bold 18px/18px "microsoft yahei";
	color: #ff002f;
	margin: 0 5px;
}

.complare span {
	background: url(/images/Product/caigouSearch.png) no-repeat -138px -240px;
	color: #888;
	font: 14px/18px "\5b8b\4f53";
	padding: 3px 0 5px 18px;
	display: inline-block;
	margin-top: 3px;
}

.complare a {
	color: #666;
	font-size: 12px;
	position: absolute;
	right: 40px;
	line-height: 30px;
	background: url(/images/Product/proCompla.png) no-repeat 0 9px;
	padding-left: 18px;
}

.complare a.clicked0 {
	color: #f08200;
	background: url(/images/Product/clicked0.png) no-repeat 0 center;
}

.year b {
	display: block;
	width: 94px;
	height: 20px;
	position: static;
	text-align: right;
	margin-top: 3px;
	left: 0;
	/* border-right: 1px solid #ddd; */
	float: left;
}

.proBox1 ul li .proDiv:hover {
	box-shadow: 0 0 10px #e5e5e5;
}

.bao {
	width: calc(100% + 2px);
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: -1px;
	background-color: #fd5353;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.bao i {
	margin-right: 5px;
	display: inline-block;
}

.bao i img {
	margin-top: -2px;
}

.pages{width: 840px;margin: 0 auto; height: 40px;clear:both;padding: 50px 0;text-align: center;font:normal 14px/40px "Tahoma";color: #666;}
.pages a{ padding: 0 17px; height: 38px; display: inline-block; border:1px solid #e6e6e6; border-left: 0; text-align: center; font:normal 14px/38px "Tahoma"; color: #666666; vertical-align: middle; }
.pages a.ft{width: 52px;padding: 0; border-left: 1px solid #e6e6e6;border-right:0;background: url(/images/product/pageBg.png) no-repeat 0 0;}
.pages a.next{margin-right:15px;width: 52px;padding: 0;background: url(/images/product/pageBg.png) no-repeat -199px 0; }
.pages a.prev{width: 64px;padding: 0;background: url(/images/product/pageBg.png) no-repeat -54px 0;border-left: 1px solid #e6e6e6;}
.pages a.lt{width: 64px;padding: 0;background: url(/images/product/pageBg.png) no-repeat -134px 0;}
.pages a.on{background: #f08200;border: 1px solid #f08200;border-left: 0;color: #fff;font-weight: bold;}
.pages input{ width: 46px; height: 38px; display: inline-block; text-align: center; border: 1px solid #e6e6e6; font:normal 14px/38px "Tahoma"; margin: 0 10px; vertical-align: middle; }
.pages button{ width: 58px; height: 40px; display: inline-block; text-align: center;outline: none;border: none;border-radius: 3px; font:normal 14px/40px "Tahoma"; vertical-align: middle; cursor: pointer; background: #f08200;color: #fff; }
.jump i{font-style: normal;color: #f08200;}


/* gotoTop */
.backHome {
	width: 54px;
	position: relative;
}

.backHome a.guest,
.backHome a.guest,
.backHome a.price,
.backHome a.rightWx,
.backHome a.back,
.backHome .qq,
.backHome a.compare {
	width: 54px;
	height: 19px;
	display: block;
	float: left;
	text-align: center;
	font: normal 11px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 35px 0px 0 0px;
	margin: 2px 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(/images/Product/public/rightBar2.png) no-repeat 0 0 #f08200;
	text-decoration: none;
}

.backHome a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.backHome a.guest {
	background: url(/images/Product/public/rightBar2.png) no-repeat 0 -114px #f08200;
}

.backHome a.price {
	background: url(/images/Product/public/rightBar2.png) no-repeat 0px -57px #f08200;
}

.backHome a.rightWx {
	background: url(/images/Product/public/rightBar2.png) no-repeat 0px -228px #f08200;
}

.backHome img {
	position: absolute;
	right: 65px;
	top: 153px;
	max-width: 100px;
	width: 100px;
	height: 100px;
	display: none;
}

.toTop {
	width: 54px;
	height: 54px;
	position: fixed;
	_position: absolute;
	top: 443px;
	_top: expression(eval(document.documentElement.scrollTop+527));
	display: none;
	font: normal 11px "Microsoft Yahei", "simhei";
}

.toTop a,
.toTop a:hover {
	display: block;
	width: 54px;
	height: 19px;
	padding: 35px 0px 0 0px;
	background: url(/images/Product/public/rightBar2.png) no-repeat 0px -170px #f08200;
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.toTop a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#goTop {
	position: fixed;
	_position: absolute;
	top: 151px;
	display: block;
	right: 10px;
	z-index: 99999;
}

*html,
* html body {
	background-attachment: fixed;
}

*html #goTop {
	position: absolute;
	right: expression(eval(document.documentElement.scrollLeft+10));
	top: expression(eval(document.documentElement.scrollTop+145));
}

.backHome .qq {
	position: relative;
	z-index: 99999;
	background: url(/images/Product/public/rightBar2.png) no-repeat 0px -288px #f08200;
}

.backHome .qq:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.qqconsult {
	display: none;
	position: absolute;
	left: -170px;
	top: -16px;
	width: 160px;
	padding-right: 10px;
	z-index: 9999;
}

.qqBox {
	width: 140px;
	height: 70px;
	background-color: #fff;
	border: #f08200 10px solid;
}

.qqBox h3 {
	width: 138px;
	background-color: #f08200;
	border: #fff 1px solid;
	height: 28px;
}

.qqBox h3 {
	font: 16px/28px "microsoft yahei";
}

.qqBox p {
	margin-left: 8px;
}

.qqBox p span {
	margin-top: 10px;
	float: left;
	line-height: 16px;
	color: #333333;
	margin-right: 12px;
	font-family: "microsoft yahei";
}

.qqBox p a {
	margin-top: 10px;
	display: block;
	float: left;
	cursor: pointer;
	border: none;
	height: 16px;
	line-height: 16px;
	width: 68px;
	color: #fff;
	font-family: "microsoft yahei";
}

.qqBox p a.btn1 {
	background-color: #f08200;
}

.qqBox p a.btn2 {
	background-color: #f26522;
}

.backHome .app {
	width: 54px;
	height: 19px;
	display: block;
	float: left;
	text-align: center;
	font: normal 11px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 35px 0px 0 0px;
	margin: 2px 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(/images/Product/productRightAdvLogo.png) no-repeat 9px 9px #f08200;
	text-decoration: none;
}

.backHome a.compare {
	background: url(/images/Product/rightCom.png) no-repeat 15px 7px #f08200;
}

.appBot {
	position: absolute;
	top: 0;
	right: 60px;
	display: none;
}

.appBot img {
	max-width: 223px;
	width: auto;
	height: auto;
	position: static;
	display: block;
}

/* 对比 */
.comBox {
	overflow: hidden;
	width: 108px;
	position: fixed;
	top: 153px;
	display: block;
	right: 74px;
	z-index: 99999;
	background: #fff;
}

.comBox p.title {
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #f08200;
	font-size: 12px;
	padding: 0 8px;
	width: 106px;
}

.comBox p.title a {
	display: block;
	width: 16px;
	height: 16px;
	background: url("/images/Product//close1.png") no-repeat center;
	position: absolute;
	top: 8px;
	right: 8px;
}

.comBox ul li {
	width: 106px;
	height: 80px;
	border: 1px solid #f08200;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid transparent;
	text-align: center;
	padding-top: 10px;
	position: relative;
}

.comBox ul li img {
	max-width: 85px;
	max-height: 50px;
	margin-top: -3px;
}

.comBox ul li p {
	padding: 0 10px;
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
}

.comBox ul li p a {
	color: #333;
}

.comBox ul li.add a {
	color: #999;
	font-size: 12px;
	background: url(/images/Product/proCompla.png) no-repeat 10px -83px;
	padding-top: 38px;
	position: absolute;
	top: 25px;
	left: 29px;
}

.comBox .btn a {
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background: #f08200;
	text-align: center;
	margin: 0 auto;
	border-radius: 2px;
}

.comBox ul li a.empty {
	background-color: #fff;
	color: #f08200;
	display: inline;
	line-height: 32px;
}

.comBox .btn {
	border: 1px solid #f08200;
	/* border-top: 1px solid #e4e4e4; */
	border-top: 0;
	height: 58px;
	font-family: "microsoft yahei";
}

.comBox ul li a.close {
	display: none;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: #f08200 url("/images/Product//close1.png") no-repeat center;
}

.comBox ul li.pro:hover {
	border: 1px dashed #f08200;
	/* border-bottom: 0; */
}

.comBox ul li.pro:hover a.close {
	display: block;
}

.backHome a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.complare {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #dedede;
	left: 0;
}

.complare span {
	background: url(/images/Product/caigouSearch.png) no-repeat -327px 9px;
	color: #888;
	font: 12px/18px "\5b8b\4f53";
	padding: 7px 0 6px 18px;
	display: inline-block;
	margin-top: 3px;
	margin-left: 10px;
}

.complare a {
	color: #999;
	font-size: 12px;
	position: absolute;
	right: 15px;
	line-height: 30px;
	background: url(/images/Product/caigouSearch.png) no-repeat -478px 8px;
	padding-left: 18px;
	bottom: 1px;
}

.complare a:hover {
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

.complare a.clicked0 {
	color: #f08200;
	background: url(/images/Product/caigouSearch.png) no-repeat 0 center;
}

.complare1 {
	position: absolute;
	top: 156px;
	width: 197px;
	padding: 0 10px;
	right: 30px;
}

.complare1 a {
	color: #666;
	font-size: 12px;
	position: absolute;
	right: 40px;
	line-height: 30px;
	background: url(/images/Product/proCompla.png) no-repeat 0 9px;
	padding-left: 18px;
}

.complare1 a.clicked0 {
	color: #f08200;
	background: url(/images/Product/clicked0.png) no-repeat 0 center;
}
.pros{
	width: 100%;
	display: block;
	overflow: hidden;
	display: none;
}
.pro-left{
	position:relative;
	float: left;
	width: 120px;
	background-color: #fff;
	height: 435px;
	border: 1px solid #e6e6e6;
}
.pro-left p{
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.pro-left p a{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	padding: 0 14px;
	border-bottom:1px dashed #e6e6e6;
	color: #333;
	overflow: hidden;
}
.pro-left p a.focus{
	background-color: #f4f6f8;
}
.pro-right{
	overflow: hidden;
	background-color: #f4f6f8;
	display: none;
	width: 820px;
	border: 1px solid #e6e6e6;
	border-left: 0;
	padding-bottom: 15px;
	height: 420px;
}

/* footer */
.aboutUs {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f08200;
    color: #f19031;
    font-size: 16px;
}
.w {
    width: 1398px;
	margin: 0 auto;
}
.aboutUs p {
    font-size: 0;
}
.aboutUs p a::after {
    content: "/";
    color: #f29236;
    position: absolute;
    right: 0;
    top: 0;
    line-height: normal;
}
.aboutUs p a {
    font-size: 16px;
    color: #fff;
    padding: 0 54px;
    position: relative;
}
.aboutUs p a:first-of-type {
    padding-left: 0;
}
.aboutUs p a:last-of-type {
    padding-right: 0;
}
.footer {
    width: 100%;
    background-color: #474443;
    padding-top: 40px;
}
.footerRight {
    float: right;
    height: 160px;
    width: 200px;
    margin-left: 90px;
    opacity: 0.5;
}
.footerRight span {
    float: left;
    width: 34px;
    padding: 17px 10px;
    font-size: 14px;
    color: #fff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    background-color: #f08200;
    height: 100%;
    box-sizing: border-box;
}
.footerRight img {
    width: 160px;
}
.footerLeft {
    overflow: hidden;
}
.footerLeft .footerIcon {
    overflow: hidden;
}
.footerIconLeft {
    float: left;
    width: 455px;
    opacity: 0.5;
}
.footerIconLeft p {
    height: 48px;
    margin: 0 0 10px 0;
}
.footerIconLeft p span {
    float: left;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #999;
    margin-right: 20px;
}
.footerIconLeft p span i {
    font-size: 22px;
    color: #fff;
}
.footerIconLeft p em {
    float: left;
    font-style: normal;
    font-size: 16px;
    color: #ccc;
    margin-top: 5px;
}
.footerIconRight {
    font-size: 0;
    overflow: hidden;
}
.footerIconRight p.footerIconRight_title {
    height: 48px;
    opacity: 0.5;
}
.footerIconRight p.footerIconRight_title span {
    float: left;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #999;
    margin-right: 20px;
}
.footerIconRight p.footerIconRight_title span i {
    font-size: 22px;
    color: #fff;
}
.footerIconRight p.footerIconRight_title em {
    float: left;
    font-style: normal;
    font-size: 16px;
    color: #ccc;
    margin-top: 5px;
}
.footerIconRight p.footerIconRight_cont {
    margin-left: 70px;
}
.footerIconRight p.footerIconRight_cont b {
    float: left;
    width: 33.3%;
    font-size: 14px;
    color: #787776;
    margin-bottom: 8px;
    font-weight: normal;
}
.footerIconRight p.footerIconRight_cont b a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background-color: #6c6969;
}
.footerIconRight p.footerIconRight_cont b a i {
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: top;
    margin-top: 5px;
    background: url("../../../../images/Index/Version/2021/qq.png") no-repeat;
}
.footer .copyright {
    overflow: hidden;
    color: #ccc;
    font-size: 14px;
    opacity: 0.5;
    margin-top: 25px;
}
.footer .footer_img {
    display: block;
    height: 33px;
    background: url(../../../../images/Index/Version/2021/copyright.png) no-repeat 0 0;
        background-size: auto;
    background-size: auto 100%;
    margin-top: 12px;
    margin-bottom: 30px;
    opacity: 0.5;
}
.footer .footer_img li {
    float: left;
    width: 83px;
    height: 33px;
    margin-right: 10px;
}
.footer .footer_img li a {
    display: block;
    height: 33px;
    width: 100%;
}
.footerIconLeft p b {
    display: block;
    font-size: 14px;
    margin-top: 8px;
}

/* end */

.proBox1, .proBox2, .recommed {
	width: 80%;
}

.proBoxRight {
	width: 19%;
}
.titleList {
    height: 40px;
    position: relative;
    background-image: -moz-linear-gradient( 0deg, rgb(240,130,0) 0%, rgb(246,176,94) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,130,0) 0%, rgb(246,176,94) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,130,0) 0%, rgb(246,176,94) 100%);
}
.titleList h3 {
    position: absolute;
    left: 7px;
    bottom: 1px;
    padding: 0 12px;
}
.titleList h3 a {
    font: 18px/39px "Microsoft Yahei";
    color: #fff;
    font-weight: bold;
}
.titleList a.more {
    color: #fff;
    position: absolute;
    right: 7px;
    height: 39px;
    line-height: 39px;
    text-indent: 13px;
}
.proBoxRight ul {
    border: 2px solid #f08200;
    border-top: none;
}
ul.video li {
    text-align: left;
    padding-bottom: 19px;
	border-bottom: 1px dashed #e6e6e6;
}
.videoImg {
    position: relative;
    height: 164px;
    /* padding-bottom: 61.8%; */
    overflow: hidden;
}
.videoImg img {
    /* max-height: none; */
    width: 100%;
    height: 100%;
}
.videoImg .video-icon {
    height: 48px;
    width: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
    background: url(https://www.hbzhan.com/Images/video-icon.png) 0 0 no-repeat;
}
ul.video li h2 {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    font-weight: normal;
    padding: 0 10px;
    margin-top: 5px;
}
ul.video li h2 a {
    color: #333;
}
ul.video li h2 a:hover {
    color: #f60;
}
ul.video li h3 {
    font-size: 12px;
    line-height: 30px;
    color: #999;
    padding-left: 10px;
    font-weight: normal;
}
ul.video .year {
    width: 197px;
    overflow: hidden;
    color: #bca4a4;
    position: relative;
    height: 20px;
    padding-left: 8px;
}
.year b.free{vertical-align: middle; left: 10px; background: url(https://www.zyzhan.com/images/company/companyList.png) no-repeat 0 0px;}
.year b.primary{vertical-align: middle; background: url(https://www.hbzhan.com/images/product/level1.png) no-repeat left 0px}
.year b.intermediate{vertical-align: middle; background: url(https://www.hbzhan.com/images/product/level2.png) no-repeat left 0px}
.year b.senior{vertical-align: middle; background: url(https://www.hbzhan.com/images/product/level3.png) no-repeat left 0px}
.year b.topLevel{vertical-align: middle; background: url(https://www.hbzhan.com/images/company/member_icon4.png) no-repeat;margin-top: 0;}
.year b.topLevel2{vertical-align: middle; background: url(https://www.hbzhan.com/images/company/member_icon5.png) no-repeat;margin-top: 0;}
.year b.topLevel3{vertical-align: middle; background: url(https://www.hbzhan.com/images/company/member_icon6.png) no-repeat;margin-top: 0;}
.year b.topLevel5{vertical-align: middle; background: url(https://www.hbzhan.com/images/company/member_icon8.png) no-repeat;width: 120px;}
.year span{color: #766969;margin-left: 10px;font-size: 16px;float: left;}
.year span font{font: bold 16px/18px "microsoft yahei";color: #ff002f;margin: 0 10px;}
ul.video .year span {
    display: none;
}
ul.video .year b {
    display: inline-block;
    position: static;
    margin: 0;
}
ul.video .year i {
	display: inline-block;
	margin-left: 10px;
    background: url(https://www.hbzhan.com/images/product/qi.png) no-repeat;
    width: 14px;
    height: 14px;
    margin-top: 4px;
	vertical-align: middle;
	float: none !important;
}
ul.video li > b {
    font-size: 18px;
    line-height: 20px;
    color: #f60;
    display: block;
    padding-left: 10px;
    height: 20px;
    overflow: hidden;
    margin-top: 18px;
}
ul.video li > b span {
    font-size: 18px;
}
ul.video li b em {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    font-style: normal;
    margin: 0px 10px 0 0;
    float: right;
    font-weight: normal;
}
.proBoxRight1{
	margin-top: 20px;
}
.proBoxRight1 ul.video li h2 {
	margin-top: 0;
	text-align: center;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
}
.proBoxRight1 .videoImg {
	height: 100px;
	float: left;
	width: 100px;
}
.proBoxRight1 .text {
	overflow: hidden;
}
.proBoxRight1 ul.video li h3 {
	line-height: 16px;
	padding-left: 5px;
	height: 16px;
	overflow: hidden;
}
.proBoxRight1 ul.video li {
	padding: 0 5px 8px;
}
.proBoxRight1 ul.video .year {
	width: auto;
	margin-top: 5px;
}
.proBoxRight1 .year b {
	width: 94px;
	height: 20px;
	left: 5px;
}
.proBoxRight1 .year span {
	margin-left: 100px;
	font-size: 12px;
}
.proBoxRight1 .year span font {
	font: bold 14px/18px "microsoft yahei";
	margin: 0 0px;
}
.proBoxRight1 ul.video .year i {
	left: 117px;
}
.proBoxRight1 ul.video li .text > b {
	font-size: 18px;
	line-height: 20px;
	color: #f60;
	display: block;
	padding-left: 5px;
	height: 20px;
	overflow: hidden;
	margin-top: 10px;
}
.proBoxRight1 ul.video li .text > b span {
	font-size: 12px;
}
.proBoxRight1 .date {
	color: #999;
	padding-left: 5px;
	margin-top: 5px;
}
.proBoxRight1 ul.video li b em {
	padding: 0;
	margin: 0;
	float: none;
}



@media only screen and (min-width: 1280px) and (max-width: 1366px) {
	.wrapper {
		width: 1215px;
	}

	.proBox1, .proBox2, .recommed {
		width: 80%;
	}

	.proBoxRight {
		width: 19%;
	}
	.Topline li:first-child .pro_top a {
		padding-left: 15px;
	}
	.pro_top a {
		font-size: 13px;
		padding: 0 8px 0 8px;
	}

	.pros .pro_left li {
		width: 107px;
	}
	.w {
		width: 1213px;
	}
	.aboutUs p a {
		font-size: 15px;
		padding: 0px 42px;
	}
	.proBox1, .proBox2, .recommed {
		width: 79%;
	}
	.proBoxRight {
		width: 20%;
	}
	.year span {
		font-size: 14px;
	}
	.year b {
		width: 84px;
		height: 21px;
	}
	.year b.primary,.year b.intermediate,.year b.senior,.year b.topLevel,.year b.topLevel2,.year b.topLevel3,.year b.topLevel5{
		background-size: 90% 90%;
	}
	.proBox1 ul li {
		height: 340px;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.wrapper {
		width: 1230px;
	}

	.Topline li:first-child .pro_top a {
		padding-left: 19px;
	}

	.pro_top a {
		font-size: 13px;
		padding: 0 8px 0 10px;
	}
	.w {
		width: 1228px;
	}
	.aboutUs p a {
		font-size: 15px;
		padding: 0 42px;
	}
	.year b {
		width: 84px;
	}
	.year b.primary,.year b.intermediate,.year b.senior,.year b.topLevel,.year b.topLevel2,.year b.topLevel3,.year b.topLevel5{
		background-size: 90% 90%;
	}
	.proBox1 ul li {
		height: 345px;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.wrapper {
		width: 1325px;
	}

	.Topline li:first-child .pro_top a {
		padding-left: 20px;
	}

	.pro_top a {
		font-size: 14px;
		padding: 0 10px 0 11px;
	}

	.proBox1 ul li {
		height: 375px;
	}
	.w {
		width: 1323px;
	}
	.aboutUs p a {
		padding: 0 47px;
	}
	.proBox1, .proBox2, .recommed {
		width: 79%;
	}
	.proBoxRight {
		width: 20%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	.wrapper {
		width: 980px;
	}

	.pro_top a {
		font-size: 12px;
		padding: 0;
	}

	.Topline li:first-child .pro_top a {
		padding-left: 5px;
	}
	.pro-left p a{
		font-size: 12px;
	}
	.aboutUs p a {
		font-size: 15px;
		padding: 0 26px;
	}
	.w {
		width: 978px;
	}
	.footerRight {
		height: 112px;
		width: 140px;
	}
	.footerRight span{
		width: 28px;
		padding: 2px 8px;
		font-size: 12px;
		height: 112px;
	}
	.footerRight img {
		width: 112px;
		height: 112px;
	}
	.footerIconLeft {
		width: 315px;
	}
	.footerIconLeft p {
		margin: 0 0 15px 0;
		height: 34px;
	}
	.copyright {
		font-size: 12px;
		margin-top: 12px;
	}
	.footerIconLeft p em {
		font-size: 13px;
		margin-top: 1px;
	}
	.footerIconLeft p b {
		font-size: 12px;
	}
	.footerIconRight p.footerIconRight_title em {
		font-size: 13px;
		margin-top: 1px;
	}
	.footerIconLeft p span {
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-right: 15px;
	}
	.footerIconLeft p span i {
		font-size: 14px;
	}
	.footerIconRight p.footerIconRight_title {
		height: 34px;
	}
	.footerIconRight p.footerIconRight_title span {
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-right: 15px;
	}
	.footerIconRight p.footerIconRight_title span i {
		font-size: 14px;
	}
	.footerIconRight p.footerIconRight_cont {
		margin-left: 48px;
	}
	.footerIconRight p.footerIconRight_cont b {
		font-size: 12px;
	}
	.footerIconRight p.footerIconRight_cont b a {
		width: 22px;
		height: 22px;
		line-height: 22px;
	}
	.footerIconRight p.footerIconRight_cont b a i {
		width: 11px;
		height: 12px;
		background-size: 100% 100%;
		margin-top: 4px;
	}
}

@media screen and (max-width: 1024px) {
	.wrapper {
		width: 980px;
	}

	.pro_top a {
		font-size: 12px;
		padding: 0;
	}

	.Topline li:first-child .pro_top a {
		padding-left: 5px;
	}
	.pro-left p a{
		font-size: 12px;
	}
	.aboutUs p a {
		font-size: 15px;
		padding: 0 26px;
	}
	.w {
		width: 978px;
	}
	.footerRight {
		height: 112px;
		width: 140px;
	}
	.footerRight span{
		width: 28px;
		padding: 2px 8px;
		font-size: 12px;
		height: 112px;
	}
	.footerRight img {
		width: 112px;
		height: 112px;
	}
	.footerIconLeft {
		width: 315px;
	}
	.footerIconLeft p {
		margin: 0 0 15px 0;
		height: 34px;
	}
	.copyright {
		font-size: 12px;
		margin-top: 12px;
	}
	.footerIconLeft p em {
		font-size: 13px;
		margin-top: 1px;
	}
	.footerIconLeft p b {
		font-size: 12px;
	}
	.footerIconRight p.footerIconRight_title em {
		font-size: 13px;
		margin-top: 1px;
	}
	.footerIconLeft p span {
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-right: 15px;
	}
	.footerIconLeft p span i {
		font-size: 14px;
	}
	.footerIconRight p.footerIconRight_title {
		height: 34px;
	}
	.footerIconRight p.footerIconRight_title span {
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-right: 15px;
	}
	.footerIconRight p.footerIconRight_title span i {
		font-size: 14px;
	}
	.footerIconRight p.footerIconRight_cont {
		margin-left: 48px;
	}
	.footerIconRight p.footerIconRight_cont b {
		font-size: 12px;
	}
	.footerIconRight p.footerIconRight_cont b a {
		width: 22px;
		height: 22px;
		line-height: 22px;
	}
	.footerIconRight p.footerIconRight_cont b a i {
		width: 11px;
		height: 12px;
		background-size: 100% 100%;
		margin-top: 4px;
	}

}
