.kyaccount li a,.kyhandle li .kyhandlelink,.kymyinfo .kygap {
	background:  no-repeat;
}



/*顶部 start*/
.top {
	height: 41px;
	box-sizing: border-box;
	line-height: 41px;
	color: #554f4d;
	background-color: #f4f6f9;
	border-bottom: 1px solid #ecedf0;
	z-index: 99999;
    width: 100%;
}

.top-r ul li {
	float: left;
}

.top-r ul li:first-child {
	margin-top: 5px;
}


.top-r ul li input[type='text'] {
	width: 323px;
	padding-left: 10px;
	border: #ddd 1px solid;
	background: #fff;
	height: 30px;
	float: left;
	position: relative;
}

.top-r ul li input[type='submit'] {
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: none;
	cursor: pointer;
	float: left;
	background-color: #00b8a4;
	overflow: hidden;
	color: #fff;
}

.top-r ul li:last-child {
	margin-left: 20px;
}


/*顶部 end*/

.kyhd {
	height: 40px;
	border-bottom: #ddd 1px solid;
	background: #f4f6f9;
	text-align: center;
	position: relative;
	color: #333;
	font: 12px/1.75 \5fae\8f6f\96c5\9ed1, \5b8b\4f53, sans-serif, tahoma, arial, 'hiragino sans gb';
}



.kyhd .container{
	padding: 0;
}

.kytop {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.hdkylist,.kyaccount,.kyhandle {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}

.hdkylist li,.kyaccount li,.kyhandle li {
	float: left;
	list-style: none;
	line-height: 40px;
	height: 40px;
	position: relative;
}

.hdkylist li a {
	float: left;
	padding: 0 12px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

.hdkylist li a:hover {
	color: #f60
}

.kyhandle {
	margin: 0;
}

.kyfr .hdkylist {
	display: none;
}

.kyaccount {
	padding-right: 10px;
	display: none;
}

.kywelcome {
	float: left;
	font-size: 14px;
	line-height: 40px;
	color: #333;
}

.kyfr {
	float: right;
	position: relative;
}

.kyaccount li a,.kyhandle li .kyhandlelink {
	width: 40px;
	height: 40px;
	display: block;
	line-height: 999em;
	overflow: hidden;
}

.kyaccount li a {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.kyaccount li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.kyaccount li.kywb a {
	background-position: 10px -68px;
}

.kyaccount li.kyqq a {
	background-position: 10px -110px;
}

.kyaccount li.kyren a {
	background-position: 10px -148px;
}

.kyhandle li {
	float: left;
}

.kyhandle li .kyhandlelink {
	width: 40px;
	height: 40px;
	display: block;
	line-height: 999em;
	overflow: hidden;
	border-left: #e6e6e6 1px solid;
	cursor: pointer;
}

.kyhandle li.kysearch .kyhandlelink {
	background-position: 9px -188px;
}

.kyhandle li.kymobile .kyhandlelink {
	background-position: 9px -228px;
	border-right: #e6e6e6 1px solid;
}

.kyhandle li:hover .kyhandlelink,.kyhandle li.kyon .kyhandlelink {
	background-color: #fff;
	height: 40px;
	z-index: 3;
	position: relative;
	width: 40px;
	height: 40px;
	border-bottom: 1px #fff solid;
	display: block;
	line-height: 999em;
	overflow: hidden;
}

.kydownmenu {
	position: absolute;
	right: -1px;
	top: 40px;
	padding: 10px;
	border: #ddd 1px solid;
	width: 300px;
	height: 30px;
	background: #fff;
	z-index: 2;
	display: none;
}

.kymobile .kydownmenu {
	width: 61px;
	height: 48px;
	right: 0
}

.kydownmenu p {
	padding: 0;
	margin: 0;
	line-height: 24px;
}

.kysearchinput {
	padding: 4px;
	height: 20px;
	background: #fff;
	border: #efefef 1px solid;
	width: 200px;
	float: left;
	border-radius: 2px;
	color: #666
}

.kysearchbtn {
	width: 60px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	background: #088fdc;
	border-radius: 3px;
	text-align: center;
	float: right;
	font-size: 14px;
}

a.kysearchbtn:hover {
	color: #e5e5e5;
	text-decoration: none;
}

.kyhandle li:hover .kydownmenu,.kyhandle li.kyon .kydownmenu {
	display: block;
}

.kymyinfo {
	float: left;
	padding: 0;
	margin: 0;
	line-height: 40px;
	color: #999
}

.kymyinfo a {
	margin-right: 12px;
	float: left;
	display: inline;
}

.kymyinfo span {
	float: left;
}

.kymyinfo .kygap {
	margin: 0 12px 0 0;
	display: inline;
	height: 40px;
	width: 1px;
	background-position: -21px 15px;
}

/*.footer {*/
/*	width: 1000px;*/
/*	margin: 10px auto;*/
/*	text-align: left;*/
/*	font-size: 12px;*/
/*	position: relative;*/
/*	z-index: 1000;*/
/*	color: #333;*/
/*	font: 12px/1.75 \5fae\8f6f\96c5\9ed1, \5b8b\4f53, sans-serif, tahoma, arial, 'hiragino sans gb';*/
/*	height: 111px;*/
/*}*/

/*.footer p {*/
/*	margin: 4px 0;*/
/*}*/

/*.footer a {*/
/*	color: #333;*/
/*	text-decoration: none;*/
/*}*/

/*.footer p.fgray,.footer p.fgray a {*/
/*	color: #999*/
/*}*/

/*.footer a:hover {*/
/*	color: #f60;*/
/*	text-decoration: underline;*/
/*}*/

/*.clearfooter:after {*/
/*	content: '\20';*/
/*	display: block;*/
/*	height: 0;*/
/*	clear: both;*/
/*	font-size: 0;*/
/*	line-height: 0;*/
/*	margin: 0;*/
/*	padding: 0*/
/*}*/

/*.clearfooter {*/
/*	*zoom: 1*/
/*}*/

/*.fgray a img {*/
/*	display: inline-block;*/
/*}*/

/*.footer .qrcode {*/
/*	height: 111px;*/
/*	display: inline-block;*/
/*	position: absolute;*/
/*	right: 356px;*/
/*	bottom: -100px;*/
/*}*/

/*.footer .qrcode img {*/
/*	height: 91px*/
/*}*/

/*.fgray {*/
/*	text-align: center;*/
/*}*/

/*.fgray:last-child {*/
/*	margin-top: 56px;*/
/*	text-align: left;*/
/*	margin-left: 357px;*/
/*}*/

/*.footer .qrcode span {*/
/*	display: block;*/
/*	line-height: 20px;*/
/*	height: 20px;*/
/*	text-align: center;*/
/*}*/

/*.tp {*/
/*	width: 400px;*/
/*	margin: 0 auto;*/
/*}*/

/*.tp>a {*/
/*	float: left;*/
/*	margin-top: 30px;*/
/*}*/

/*公用底的二维码推广 20160803*/
#fbscrolltop {
	position: fixed;
	top: 120px;
	left: 10px;
	display: block;
	width: 135px;
	height: 270px;
	border-top: 0;
	_position: absolute;
	_top: expression(eval(document.documentelement.scrolltop document.documentelement.clientheight-this.offsetheight-(parseint(this.currentstyle.margintop, 10)||0)-(parseint(this.currentstyle.marginbottom, 10)||0)));
	_bottom: auto;
	_margin-bottom: 10px;
	z-index: 5002;
	font: 14px/1.75 \5fae\8f6f\96c5\9ed1, \5b8b\4f53, arial, sans-serif;
	color: #555;
	z-index: 999;
	display: none;
}

.closeapppop {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 85px;
	right: 2px;
	cursor: pointer;
	line-height: 999em;
	overflow: hidden;
	display: block;
	z-index: 333
}

.closeapppop1 {
	position: absolute;
	width: 48px;
	height: 20px;
	top: -20px;
	right: 0px;
	cursor: pointer;
	line-height: 20px;
	overflow: hidden;
	display: block;
	z-index: 333
}

.gotokybapp {
	position: absolute;
	width: 100%;
	height: 270px;
	top: 0;
	left: 0;
	display: block;
	line-height: 999em;
	overflow: hidden;
	background:  no-repeat center top;
}

.webcmdlist {
	background: #fff;
	border: 1px solid #0d4a90;
	position: absolute;
	left: 0px;
	font-size: 12px;
	border-radius: 5px;
	top: 290px;
}

.webcmdlist li {
	border-bottom: #ddd 1px solid;
	padding: 4px 10px;
	width: 113px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #3b639f
}

.webcmdlist li.bnone {
	border-bottom: 0 none;
}

#fbscrollbottom {
	position: fixed;
	width: 140px;
	bottom: 10px;
	left: 50%;
	margin-left: -650px;
	z-index: 1000;
}

#fbscrollbottom a {
	display: block;
	height: 100%;
	width: 100%;
}

#fbscrollbottom img {
	width: 100%;
}

.searchhead{
	width:670px;
	height: 90px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.selecthead{
	float: left;
	border: 1px solid #ddd;
	width: 240px;
	height: 35px;
	margin-right: 10px;
	margin-top: 28px;
}

.chakanbtn{
	width: 90px;
	height: 34px;
	background-color: #00b8a4;
	color: #fff;
	text-align: center;
	line-height: 35px;
	display: block;
	float: left;
	font-size: 16px;
	margin-top: 28px;
	border: none;
}

