﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust: none;
}
body {
	font-family: Arial, "Microsoft Yahei";
	font-size: 16px;
	background: #f4f4f4;
}
form, img {
	border: 0;
}
ul, ol, li {
	list-style-type: none;
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
input, textarea, img {
	vertical-align: middle;
	font-family: Arial, "Microsoft Yahei";
}

@media screen and (max-device-width: 320px) {
body {
	-webkit-text-size-adjust: none;
}
}

@media screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none;
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
body {
	-webkit-text-size-adjust: none;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
body {
	-webkit-text-size-adjust: none;
}
}
a {
	color: #333;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:active {
	color: #333;
}
a:hover {
	color: #333;
}
/* font */
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f24 {
	font-size: 24px;
}
.ti2 {
	text-indent: 2em;
}
/* box */
.pd10 {
	padding: 10px;
}
.pdX10 {
	padding: 0 10px;
}
.pdY10 {
	padding: 10px 0;
}
.mgX10 {
	margin: 0 10px;
}
.mgY10 {
	margin: 10px 0;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb5{ margin-bottom: 5px}
.mb10{ margin-bottom: 10px}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.lh20 {
	line-height: 20px;
}
.lh40 {
	line-height: 40px;
}
.mt10 {
	margin-top: 10px !important;
}
/* color */
.fccc {
	color: #ccc;
}
.f999 {
	color: #999;
}
.fgray {
	color: gray;
}
.f039, .fblue {
	color: #039;
}
.fgrn {
	color: #16ac0e;
}
.ff60, .forge {
	color: #f60;
}
.ff90 {
	color: #f90;
}
.fc00 {
	color: #c00;
}
.f333 {
	color: #333;
}
.f666 {
	color: #666;
}
.f1e60b6 {
	color: #1e60b6;
}
.bgf3f3f3 {
	background: #f3f3f3;
}
.white {
	color: white;
}
.bgfff {
	background: #fff;
}
.bt1e4e4e4 {
	border-top: 1px solid #e4e4e4;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
/* bb */
.bb1 {
	border-bottom: 1px solid #e4e4e4;
}
/* fn */
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	line-height: 0;
}
.clearfix:after {
	clear: both;
	content: "\200B";
	display: block;
	height: 0;
}
.clearfix {
 *zoom: 1;
}
.center {
	text-align: center;
}
.none {
	display: none;
}
.fb {
	font-weight: bold;
}
.flol {
	float: left;
}
.flor {
	float: right;
}
.rbox4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.rbox6 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input, textarea, button {
	-webkit-appearance: none;
}
input[type="radio"] {
	-webkit-appearance: radio;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
/* header */
.topnav {
	width: 100%;
	height: 44px;
	position: absolute;
	z-index: 1003;
}
header {
	width: 100%;
	position: relative;
	height: 44px;
	line-height: 44px;
	/*background: #f6f6f6;
	border-bottom: 1px solid #efefef;*/
}
/*2015-12-10*/
header .left {
	position: relative;
	z-index: 5;
	float: left;
	padding-left: 5px;
}
header .cent {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;/*top: 13px;
    left: 90px;*/
}
header .right {
	position: relative;
	z-index: 5;
	float: right;
	padding-right: 5px;
}
header .city {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	padding-top: 8px;
}
/*2015-12-10*/
header .city span {
	padding-right: 15px;
	background: url(../images/arrow_w.png) no-repeat right;
	background-size: 10px auto;
}
header .logo {
	float: left;
	width: 80px;
	height: 44px;
	background: url(../images/logo.png) center no-repeat;
	background-size: 80px auto;
}
header .my_ico {
	float: left;
	width: 16px;
	height: 16px;
	padding-right: 10px;
	background: url(../images/my_ico.png) no-repeat;
	background-size: 16px auto;
	margin-top: 15px;
	margin-right: 10px;
}
header .my_add {
	float: left;
	width: 20px;
	height: 20px;
	padding-right: 10px;
	background: url(../images/my_add.png) no-repeat;
	background-size: 20px auto;
	margin-top: 12px;
	margin-right: 15px;
}
header .my_list {
	float: left;
	width: 20px;
	height: 20px;
	/*padding-right: 10px;*/
	background: url(../images/my_list.png) no-repeat;
	background-size: 20px auto;
	margin-top: 12px;
	margin-right: 5px;
}
header .my_search {
	float: left;
	width: 20px;
	height: 20px;
	padding-right: 10px;
	background: url(../images/search_1.png) no-repeat;
	background-size: 20px auto;
	margin-top: 12px;
	margin-right: 15px;
}
header .changecity {
	padding-right: 15px;
	background: url(../images/tb3.png) no-repeat right;
	background-size: 10px auto;
	color: #fff;
}
header .down_app {
	float: left;
	margin-right: 5px;
	padding: 3px 2px 2px 2px;
	float: none;
	width: auto;
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
}
header .down_app a {
	color: #fff;
}
/*滚动图*/
.slider {
	display: none;
}
/*用于获取更加体验*/
.focus span {
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background: #666;
	font-size: 0;
}
.focus span.current {
	background: #fff;
}
/*搜索*/
.homeSearch {
	position: relative;
	height: 30px;
	margin: 10px 15px 0;
	line-height: 30px;
	padding: 0 15px 10px;
	border: 1px solid #2f6cbc;
	border-radius: 25px;
	background: #fff;
}
/*2015-12-10*/
.homeSearch:before {
	position: absolute;
	left: 10px;
	top: 10px;
	margin-top: -6px;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/search.png) no-repeat 0 3px;
	background-size: 13px;
}
.oldSearchA {
	float: left;
	color: #1e60b6;
	padding: 0 20px 0 15px;
	width: 100%;
	height: 30px;
	line-height: 25px;
	font-size: 14px;
	outline: none;
	display: block;
}
.search0620, .searchword {
	position: relative;
	left: 50%;
	padding: 10px;
	max-width: 640px;
	width: 100%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index: 10;
}
.searbox {
	position: relative;
	border: 1px solid #ebebeb;
	border-radius: 16px;
	height: 34px;
	background-color: #fff;
	font-size: 14px;
	overflow: hidden;
}
.searbox .sel {
	float: left;
	padding: 0 0 0 7px;
	line-height: 32px;
	text-align: center;
}
.searbox .sel span {
	position: relative;
	display: inline-block;
	padding-right: 12px;
}
.searbox .sel span:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-width: 4px;
	border-style: solid;
	border-color: #999 #fff #fff #fff;
}
.searbox .ipt {
	position: relative;
	overflow: hidden;
	margin-right: 42px;
}
.searbox .ipt input {
	padding: 0 5px;
	border: none;
	width: 100%;
	height: 32px;
	line-height: normal;
	font-size: 14px;
	outline: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.searbox .ipt .off {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 3px;
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/hs-off.png) center no-repeat;
	background-size: 16px auto;
}
.searbox .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	height: 32px;
	line-height: 32px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border: 1px solid #1e60b6;
	background: url(../images/search_1.png) 7px 5px no-repeat #1e60b6;
	background-size: 20px auto;
	text-align: center;
	cursor: pointer;
}
.searbox .btn i {
	margin-top: 5px;
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../images/icon-head.png) -84px -21px no-repeat;
	background-size: 105px auto;
}
.search0620 .mapbtn {
	margin-left: 5px;
	display: block;
	padding-left: 20px;
	border: 1px solid #e5e7ed;
	width: 34px;
	min-width: 34px;
	max-width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #1e60b6;
	cursor: pointer;
	background: url(../images/map.png) no-repeat 3px 9px;
	background-size: 17px auto;
}
.searchword {
	padding: 0 10px 10px;
	overflow: hidden;
}
.searchword li {
	float: left;
	width: auto;
	margin-right: 10px;
	padding: 0 5px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	background: #e5e5e5;
	color: #333;
}

.searbox2{width:100%; padding-left: 20px; background:url(../images/search.png) no-repeat 5px #fff; background-size: auto 14px; border: 0; height: 28px; line-height: 32px; border-radius: 5px; font-size: 16px; color: #666;}
/*2015-12-8修改*/


/* 筛选栏 */
.lbTab {
	height: 44px;
	position: relative;
}
.lbTab ul {
	height: 44px;
	border-bottom: 1px solid #f4f4f4;
}
.lbTab li {
	padding: 11px 0;
	width: 25%;
}
/*151030*/
.lbTab li a {
	display: block;
	border-right: 1px solid #f4f4f4;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	color: #565c67;
	padding: 0 6px;
}
.lbTab li:last-child a {
	border-right: none;
}
.lbTab li.active a {
	color: #ff6666;
}
.lbTab li a i {
	position: relative;
	display: inline-block;
	font-style: normal;
	height: 22px;
	overflow: hidden;
}
.lbTab li a i span {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding-right: 13px;
	overflow: hidden;
}
.lbTab li a i:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	margin-top: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px;
	border-color: #cccfd8 transparent transparent transparent;
}
.lbTab li.active a i:after {
	margin-top: -6px;
	border-color: transparent transparent #ff6666 transparent;
}
.lbTab .cont {
	position: absolute;
	width: 100%;
	top: 44px;
	left: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 6;
}
.lbTab section {
	height: 100%;
	border-right: 1px solid #f4f4f4;
	overflow: hidden;
}
#allcont dl, #all_div dl {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 49px;
	overflow: hidden;
}
.lbTab .flexbox section:first-child {
	width: 25%;
}
.lbTab .flexbox section:nth-child(2) {
	width: 35%;
}
/*151030*/
.lbTab .flexbox section:nth-child(3) {
	width: 40%;
	border-right: none;
}
/*151030*/
.lbTab .flexbox section:nth-child(4) {
	width: 35%;
}
/*151030*/
.lbTab .flexbox section:last-child {
	width: 40%;
	border-right: none;
}
.lbTab .flexbox .cont dl {
	height: 100%;
}
.lbTab .cont dd {
	padding: 0 16px;
	border-bottom: 1px solid #f4f4f4;
	height: 44px;
	line-height: 43px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #fff;
	color: #3c3f46;
}
.lbTab .cont dd.active {
	position: relative;
	background-color: #f2f5f8;
}
.lbTab .cont dd.active:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	background: #ff6666;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.lbTab .cont dd a {
	display: block;
	padding: 0 16px;
	margin: 0 -16px;
}
.lbTab .cont .btn {
	height: 49px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}
.lbTab .cont .btn a {
	display: block;
	width: 100%;
	height: 49px;
	line-height: 49px;
	font-size: 16px;
	color: #fff;
	background-color: #ff6666;
	text-align: center;
}
.lbTab .cont .btnIn {
	padding: 20px 0 30px;
	text-align: center;
}
.lbTab .cont .btnIn a {
	display: inline-block;
	line-height: 25px;
	border: 1px solid #ff6666;
	font-size: 14px;
	color: #ff6666;
	min-width: 74px;
	text-align: center;
	padding: 0 10px;
	border-radius: 1px;
}
.lbTab .cont .btnIn2 {
	padding-bottom: 30px;
	text-align: center;
}
.lbTab .cont .btnIn2 a {
	display: inline-block;
	width: 100%;
	width: 130px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #ffffff;
	background-color: #ff6666;
	text-align: center;
	border-radius: 2px;
}
.lbTab .checkBox {
	padding: 20px 30px;
	height: 82px;
}
/*标签*/
.stag {
	font-size: 12px;
	overflow: hidden;
 *zoom: 1;
}
.stag span {
	float: left;
	margin-right: 3px;
	padding: 2px 3px;
}
.stag span.t1 {
	border: 1px solid #d3d7e0;
}
/*2015-12-8修改*/
.stag span.t2 {
	background: #eaf8f2;
	color: #35bb82;
}
.stag span.t3 {
	background: #fee8ed;
	color: #fc2c73;
}
.stag span.t4 {
	background: #fef0e5;
	color: #f46c00;
}
/* footer */
footer {
	background-color: #fff;
	min-height: 50px;
	text-align: center;
	margin-top: 10px;
	color: #999;
}
footer .ver {
	border-bottom: 1px solid #eeeeee;
}
footer .ver a {
	padding: 10px 0;
	width: 50px;
	font-size: 16px;
	color: #999;
}
footer .ver a span {
	display: block;
	border-right: 1px solid #d2d2d2;
	font-size: 12px;
}
footer .ver a:last-child span {
	border-right: none;
}
/* flex */
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.flexbox {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.flexbox > * {
	display: block;
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body:not(:-moz-handler-blocked) .flexbox {
	width: 100%;
}
/* 按钮切换 */
.tab_p {
	width: 280px;
	height: auto;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	color: #999;
	overflow: hidden;
}
.tab_1 {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #1e60b6;
	width: 138px; /* Gecko browsers */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 0; /* Webkit browsers */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 0; /* W3C syntax */
	border-top-left-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 5px;
 /;
}
.tab_2 {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 1px solid #1e60b6;
	width: 138px; /* Gecko browsers */
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 5; /* Webkit browsers */
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 5px; /* W3C syntax */
	border-top-left-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 0;
 /;
}
.tab_on {
	background: #1e60b6;
}
.tab_on a {
	color: #fff;
}
/* 跳转箭头 */
.arr-rt {
	position: relative;
	padding-right: 15px;
}
.arr-rt:after {
	position: absolute;
	content: '';
	right: -4px;
	top: 50%;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	background: url(../images/arrs01.png) no-repeat;
	background-size: 15px auto;
}
.arr-blue {
	float: right;
	margin-right: -4px;
	padding-right: 12px;
	font-size: 12px;
	color: #507fbd !important;
}
.arr-blue:after {
	background-position: 0 -75px;
}
/*灰色样式修改 20150610*/
.ipt-rd {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/icon-ipt.png) 0 -20px no-repeat;
	background-size: 40px auto;
	-webkit-appearance: none !important;
	appearance: none !important;
	border: 0px;
	outline: none;
}
.ipt-rd:checked {
	background-position: -20px -20px;
}
.ipt-rda {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/icon-ipt.png) -20px -40px no-repeat;
	background-size: 40px auto;
	-webkit-appearance: none !important;
	appearance: none !important;
	border: 0px;
	outline: none;
}
.showLink {
	display: inline-block;
	position: relative;
	left: -76px;
}
/*修正首付贷处于active时露出来bug*/

/*右上角弹出导航*/
.popmenubox {
	width: 100%;
	height: auto;
	padding: 10px;
	background: #fff;
	position: absolute;
	top: 44px;
	right: 0;
	z-index: 1000;
	display: none;
}
.popmenubox .title {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	overflow: hidden;
}
.popmenubox .title h5 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.popmenubox li {
	float: left;
	width: 25%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.mask {
	position: absolute;
	top: 0px;
	filter: alpha(opacity=60);
	background-color: #000;
	z-index: 999;
	left: 0px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	display: none;
}
.popmenubox2 {
	width: 100%;
	height: auto;
	padding: 10px;
	background: #fff;
	position: absolute;
	top: 44px;
	right: 0;
	z-index: 1000;
	display: none;
}
.popmenubox2 .title {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	overflow: hidden;
}
.popmenubox2 .title h5 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.popmenubox2 dt {
	float: left;
	width: 100%;
	height: 30px;
	margin-bottom: 5px;
	line-height: 30px;
	font-size: 14px;
}
.popmenubox2 dd {
	float: left;
	width: 25%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.mask {
	position: absolute;
	top: 0px;
	filter: alpha(opacity=60);
	background-color: #000;
	z-index: 999;
	left: 0px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	display: none;
}
.popclose {
	float: right;
	width: 15px;
	height: 30px;
	background: url(../images/bg17.gif) no-repeat 0 7px;
	background-size: 15px;
}
.bgf4f4f4 {
	background: #f4f4f4;
}
/*下拉列表*/
.nav {
	width: 100%;
	margin: 0 auto;
	height: 46px;
	line-height: 46px;
	color: #333;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	z-index: 1000;
}
.nav a {
	display: block;
	padding: 0 16px;
	line-height: inherit;
	cursor: pointer;
	text-align: center;
}
.nav_menu {
	line-height: 44px;
	font-size: 14px;
	text-transform: uppercase;
}
.nav_menu-item {
	float: left;
	width: 25%;
}
.nav_menu-item span {
	padding-left: 15px;
	background: url(../images/sj1.png) 0px 3px no-repeat;
	background-size: 10px auto;
}
.nav_menu-item .bg1 {
	padding-left: 15px;
	background: url(../images/sj2.png) 0px 3px no-repeat !important;
	background-size: 10px auto !important;
}
.nav_menu-item:hover {
	background-color: #eee;
}
.nav_menu-item .nav_submenu {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	display: none;
}
.nav_submenu {
	font-weight: 300;
	text-transform: none;
	display: none;
	position: absolute;
	width: 100%;
	background-color: #eee;
	border-top: 1px solid #ddd;
}
.nav_submenu li {
	width: 100%;
	background: #eee;
	height: 44px;
	line-height: 44px;
}
.nav_submenu li a {
	text-align: left;
}
.subsubmenu {
	float: right;
	width: 50%;
}
.bl2 {
	border-left: 2px solid #1e60b6;
	color: #1e60b6 !important;
}
.flol {
	float: left;
}
.flor {
	float: right;
}
.florsubmenu {
	width: 70%;
	background: url(../images/sgbg1.jpg) repeat-y;
	overflow: scroll;
}
.BMap {
	width: 100%;
	height: 250px;
}
.active1 {
	color: #1e60b6;
	border-bottom: 2px solid #1e60b6 !important;
	font-size: 16px;
}
.cenBtn {
	padding: 10px 8px 10px;
	text-align: center;
	font-size: 14px;
	
}
.cenBtn a {
	display: block;
	border: 1px solid #e5e7ed;
	border-radius: 2px;
	line-height: 34px;
}
.yjbu {
	float: right;
	height: 21px;
	line-height: 20px;
	border: 1px solid #ff6666;
	border-radius: 2px;
	color: #ff6666;
	font-size: 12px;
	padding: 0 6px;
	overflow: hidden;
	display: block;
}

.search0620 .jpfytj {
	margin-left: 5px;
	display: block;
	border: 1px solid #e5e7ed;
	width: 40px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #1e60b6;
	cursor: pointer;
	border-radius:20px;
	background:#e5e7ed;
}