/* 顶部css样式 */
.box1200 {
	width: 1200px;
	margin: auto;
}

header {
	background: #fff;
	line-height: 1.5 !important;
}

header * {
	box-sizing: border-box !important;
}

a {
	color: inherit;
}
.lihot{
    background: url("/style/images/hot.png");
    width: 28px;
    height: 19px;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 38px;
	animation: myfirst 2s infinite;
}
@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(0px, -3px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
.normal a{
    font-weight: normal!important;
}
/* 顶部 */
.sitenav {
	height: 36px;
	background-color: #f2f2f8;
	line-height: 36px;
	font-size: 12px;
	color: #7c7c7c;
	position: relative;
	z-index: 7;
}

.sitenav .hi {
	color: #3573ec;
	font-weight: bold;
}

.sitenav .login {
	color: #ffa200;
	font-weight: bold;
}

.sitenav .fl a:hover {
	text-decoration: underline;
}

.sitenav .fl .line {
	display: inline-block;
	width: 1px;
	height: 8px;
	background-color: #d9d9d9;
	margin: 0 8px;
}

.sitenav .fr li {
	float: left;
	padding: 0 11px;
	position: relative;
}

.sitenav .fr li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 8px;
	background-color: #d9d9d9;
	position: absolute;
	right: 0;
	top: 14px;
}

.sitenav .fr li.tel {
	font-weight: bold;
	color: #696969;
}

.sitenav .fr a {
	transition: color 0.2s;
	color: #7c7c7c;
}

.sitenav .fr a:hover {
	color: #3573ec;
}

.sitenav .fr .follow {
	position: relative;
	cursor: pointer;
}

.sitenav .fr .follow:hover {
	background-color: #fff;
}

.sitenav .fr .follow:hover>span {
	color: #3573ec;
}

.sitenav .fr .follow:hover:after {
	height: 36px;
	top: 0;
}

.sitenav .fr .follow:hover:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 36px;
	background-color: #d9d9d9;
	position: absolute;
	left: -1px;
	top: 0;
}

.sitenav .fr .follow:hover .followdown {
	display: block;
}

.sitenav .fr .followdown {
	height: 180px;
	width: 322px;
	border: 1px solid #d9d9d9;
	position: absolute;
	right: 0;
	top: 35px;
	background: #fff;
	z-index: 2;
	display: none;
	cursor: pointer;
}

.sitenav .fr .followdown:before {
	content: '';
	display: block;
	position: absolute;
	width: 69px;
	height: 1px;
	top: -1px;
	right: 0;
	background: #fff;
}

.sitenav .fr .followdown:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 123px;
	top: 17px;
	left: 159px;
	background: #e6e6e6;
}

.sitenav .fr .single {
	width: 160px;
	float: left;
	font-size: 14px;
	color: #888888;
	line-height: 42px;
	text-align: center;
}

.sitenav .fr .codeimg {
	display: block;
	width: 125px;
	height: 125px;
	margin: 15px auto 0 auto;
}

/* 页面头部 */
.pageheader {
	background: #fff;
}

.pageheader_t {
	padding-top: 30px;
	margin-bottom: 20px;
	/* position:relative; */
}
.h1_index_header {
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    /* display: none; */
    position: fixed;
    /* float: left; */
}

.pageheader_t_l_text {
	margin-left: 27px;
	position: relative;
}

.pageheader_t_l_text::before {
	content: '';
	width: 1px;
	height: 34px;
	background-color: #e2e2e2;
	position: absolute;
	left: -13px;
	top: 14px;
}

.pageheader_t_l_text p:first-child {
	font-size: 16px;
	color: #2b2b2b;
	margin-right: 6px;
	padding-top: 9px;
}

.pageheader_t_l_text p:first-child+p {
	font-size: 12px;
	color: #aaa9a9;
}

/* 搜索框 */
.history-record {
	display: none;
	width: 484px;
	/*height: 360px;*/
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 3px 7px 0 rgba(194, 194, 194, 0.37);
	border-radius: 2px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999;
	padding: 9px 14px 14px 14px;
}

.searches-center-box {
	display: block;
}

.list-history {
	display: none;
}

.record-text-img {
	width: 100%;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.record-text-img span {
	font-size: 13px;
	font-family: MicrosoftYaHei;
	color: rgba(153, 153, 153, 1);
	line-height: 17px;
	display: block;
}

.record-top-icon-left {
	display: flex;
	align-items: center;
	float: left;
}

.record-top-icon-left img {
	width: 14px;
	height: 14px;
	background: rgba(140, 140, 140, 1);
}

.record-top-icon-left span {
	margin-left: 5px;
	display: block;
	font-size: 13px;
	font-family: MicrosoftYaHei;
	color: rgba(153, 153, 153, 1);
	line-height: 17px;
}

.record-top-icon-right {
	display: flex;
	align-items: center;
	float: right;
}

.record-top-icon-right:hover {
	cursor: pointer;
}

.record-top-icon-right img {
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 1);
}

.record-top-icon-right span {
	margin-left: 5px;
	display: block;
	font-size: 13px;
	font-family: MicrosoftYaHei;
	color: rgba(53, 115, 236, 1);
	line-height: 17px;
}

.history-record-top {
	/*display: flex;*/
	/*justify-content: space-between;*/
	clear: both;
}

.history-record-text {
	margin-top: 10px;
}

.searches-bottom a:hover {
	color: rgba(53, 115, 236, 1);
	cursor: pointer;
}

.popular-searches-center img {
	width: 11px;
	height: 14px;
	background: rgba(153, 153, 153, 1);
}

.popular-searches-center {
	margin-top: 16px;
	display: flex;
	align-items: center;
}

.popular-searches-center span {
	margin-left: 5px;
	font-size: 13px;
	font-family: MicrosoftYaHei;
	color: rgba(153, 153, 153, 1);
	line-height: 17px;
}

.searches-bottom {
	margin: 10px 10px 0 0;
	height: 28px;
	background: rgba(234, 238, 245, 1);
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popular-searches-bottom {
	margin-top: 2px;
	display: flex;
	flex-wrap: wrap;
}

.searches-bottom a {
	padding: 0 15px;
	font-size: 13px;
	font-family: MicrosoftYaHei;
	color: rgba(102, 102, 102, 1);
}


.pageheader_t_r_l_t {
	width: 570px;
	height: 42px;
	background-color: #ffffff;
	border: solid 2px #2667e9;
	box-sizing: border-box;
	background-image: url(/style/images/img/icon_search.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	position: relative;
}

.pageheader_t_r_l_t input {
	margin-left: 33px;
	height: 42px;
	width: 420px;
}

.pageheader_t_r_l_tA {
	display: inline-block;
	width: 82px;
	height: 42px;
	background-color: #2c6bea;
	position: absolute;
	right: 0;
	top: -2px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s;
}

.pageheader_t_r_l_t a:hover {
	opacity: 0.9;
}

.pageheader_t_r_l_b {
	margin-top: 4px;
}

.pageheader_t_r_l_b a {
	font-size: 12px;
	color: #a4a4a4;
	margin-right: 8px;
	transition: color 0.2s;
}

.pageheader_t_r_l_b a:hover {
	color: #2c6bea;
}

/* 我要出售 */
.pageheader_t_r_r {
	width: 128px;
	height: 42px;
	background-color: #333333;
	position: relative;
	margin-right: 20px;
	margin-left: 3px;
	line-height: 42px;
	text-indent: 34px;
	background-image: url(/style/images/img/icon_sell.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	transition: all 0.3s;
}

.pageheader_t_r_r:hover {
	transform: translateY(-2px);
}

.pageheader_t_r_r span {
	font-size: 16px;
	color: #ffffff;
}

.pageheader_t_r_r img {
	max-width: none;
	position: absolute;
	right: -26px;
	bottom: 0;
}

/* 下部导航区 */
.pageheader_b dl {
	position: relative;
}

.before {
	position: relative;
}

.before:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #cbcbcb;
	position: absolute;
	left: -14px;
	top: 16px;
}

.pageheader_b dd {
	float: left;
}

.pageheader_b dd {
	position: relative;
}

.pageheader_b dd>.elven {
	position: absolute;
	top: -28px;
	left: 2px;
	margin: 0;
	animation: updown1 2s infinite ease-in-out alternate;
}

.activity {
	position: relative;
}

.activity .elven {
	position: absolute;
	top: -28px;
	left: 0;
	animation: updown1 2s infinite ease-in-out alternate;
}

@keyframes updown1 {
	20% {
		top: -25px;
	}

	40% {
		top: -28px;
	}

	100% {
		top: -28px;
	}
}

.pageheader_b>li>a,
.pageheader_b_c>dl>dd>a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color: #303030;
	line-height: 40px;
	box-sizing: border-box;
	transition: color 0.3s;
}
.pageheader_b li.pageheader_b_c dl dd>a{
	font-weight: bold;
}
.pageheader_b>li:hover>a,
.pageheader_b dd:hover>a {
	color: #2c6bea;
}

.pageheader_b>li>a {
	/*padding: 0 10px;*/
}

.pageheader_b>li.p30 {
margin-left: 20px;
}

.pageheader_b_c>dl>dd>a {
	/* padding: 0 24px 0 0; */
}

.pageheader_b li.pageheader_b_c {
	padding: 0;
	position: relative;
	/* margin-top: -2px; */
	/* margin-right: 22px; */
}

.pageheader_b_c>dl>dd {
	/* width: 110px; */
	height: 40px;
	/* margin-left: 18px; */
	/* background-image: url('/style/images/img/icon_arrowdown.png'); */
	background-repeat: no-repeat;
	/* background-position: 88px 19px; */
	/* border: 2px solid transparent; */
	transition: all .3s;
	position: relative;
}

.pageheader_b_c_slide {
	position: absolute;
	left: 50%;
	background-color: #ffffff;
	top: 38px;
	transition: all .4s;
	opacity: 0;
	height: 0;
	z-index: 5;
	overflow: hidden;
}

.pageheader_b_c_bd {
	padding: 24px 0 10px 22px;
	height: 100%;
	box-shadow: -1px 3px 7px 0px rgba(162, 162, 162, 0.35);
	border: solid 2px #3573ec;
	overflow: hidden;
}

.pageheader_b_c>dl>dd:after {
	content: "";
	width: 11px;
	height: 6px;
	background: url('/style/images/img/icon_arrowtop.png');
	position: absolute;
	margin: auto;
	bottom: 0;
	left: -6px;
	right: 0;
	z-index: -1;
	opacity: 0;
}

.pageheader_b_c>dl>dd:hover:after {
	z-index: 6;
	opacity: 1;
}

.pageheader_b_c_slide1 {
	width: 650px;
	margin-left: -157px;
}

.pageheader_b_c>dl>dd:hover .pageheader_b_c_slide1 {
	height: 299px;
}

.pageheader_b_c_slide2 {
	width: 560px;
	margin-left: -285px;
}

.pageheader_b_c>dl>dd:hover .pageheader_b_c_slide2 {
	height: 299px;
}

.pageheader_b_c_slide3 {
	width: 220px;
	margin-left: -110px;
}

.pageheader_b_c>dl>dd {
	margin-left: 0 !important;
}

.pageheader_b_c>dl>dd:hover .pageheader_b_c_slide3 {
	height: 450px;
}

.pageheader_b_c_slide4 {
	width: 570px;
	margin-left: -285px;
}

.pageheader_b_c>dl>dd:hover .pageheader_b_c_slide4 {
	height: 368px;
}

.pageheader_b_c_slide5 {
	width: 790px;
	margin-left: -395px;
}

.pageheader_b_c>dl>dd:hover .pageheader_b_c_slide5 {
	height: 248px;
}

.pageheader_b_c_slide li {
	margin-right: 78px;
}

.pageheader_b_c_slide li p:first-child {
	font-size: 14px;
	font-weight: bold;
	color: #595959;
	line-height: inherit;
	margin-bottom: 9px;
}

.pageheader_b_c_slide li p {
	line-height: 30px;
}

.pageheader_b_c>dl>dd:hover .pageheader_b_c_slide {
	opacity: 1;
	z-index: 6;
}


.pageheader_b>li:first-child {
	background-image: url('/style/images/img/icon_home.png');
	background-repeat: no-repeat;
	background-position: 16px center;
}

.pageheader_b>li:first-child a {
	text-indent: 20px;
}

.pageheader_b>li:first-child.on {
	background-image: url('/style/images/img/icon_home_hover.png');
}

/* .pageheader_b .pageheader_b_c+li {
    margin-left: 30px;
    margin-right: 14px;
  } */

.pageheader_b li:first-child.on {
	background-color: #3573ec;
	border-radius: 2px 2px 0 0;
}
.pageheader_b li:first-child.on{
    padding: 0 10px;
}

/* .pageheader_b li.on {
    color: #3573ec;
  } */

.pageheader_b_c>dl>dd:hover {
	/* background-image: url('/style/images/img/icon_arrowdown_hover.png'); */
}

.pageheader_b>li:first-child.on>a {
	color: #fff;
	margin-left: 4px;
}

.pageheader_b>li.on>a {
	color: #3573ec;
}

.pageheader_b_c_slide1 .pageheader_b_c_bd li,
.pageheader_b_c_slide2 .pageheader_b_c_bd li {
	float: none;
	clear: both;
	zoom: 1;
	margin-right: 0;
	margin-bottom: 22px;
}

.pageheader_b_c_slide1 .pageheader_b_c_bd li:after,
.pageheader_b_c_slide2 .pageheader_b_c_bd li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pageheader_b_c_slide1 .pageheader_b_c_bd li p,
.pageheader_b_c_slide2 .pageheader_b_c_bd li p {
	float: left;
	margin-right: 15px;
	line-height: 26px;
}

.pageheader_b_c_slide1 .pageheader_b_c_bd li p.hot:after,
.pageheader_b_c_slide2 .pageheader_b_c_bd li p.hot:after {
	right: 0;
	top: -14px;
	left: 0;
	margin: auto;
}

.pageheader_b_c_slide1 .pageheader_b_c_bd li p:first-child,
.pageheader_b_c_slide2 .pageheader_b_c_bd li p:first-child {
	float: none;
}

.pageheader_b_c_bd li {
	float: left;
}

.pageheader_b_c_bd li p {
	font-size: 14px;
	color: #595959;
}

.pageheader_b_c_bd li p a {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.pageheader_b_c_bd li p.hot {
	color: #ff8400;
	position: relative;
	display: inline-block;
}

.pageheader_b_c_bd li p.hot:after {
	line-height: 30px;
	content: "";
	display: inline-block;
	width: 15px;
	height: 9px;
	background: url(/style/images/img/icon_hot4.png) no-repeat center;
	position: absolute;
	right: -22px;
	bottom: 11px;
}

.pageheader_b_c_bd li p a:hover {
	color: #2667e9;
}
