﻿/* yui3 reset.css */
html {
	color: #000;
	background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
	outline: none;
}

legend {
	color: #000;
}

iframe {
	display: block;
}

/* yui3 fonts */
body {
	font: 14px/1.231 Microsoft YaHei, helvetica, clean, sans-serif;
	color: #333;
	*font-size: small;
	*font: x-small;
}

select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

a {
	text-decoration: none;
	color: #333;
}

/* 消除ie下点击虚线框 */
a, span, input, select, button {
	outline: none;
}

/* utilities */
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.l {
	float: left !important;
}

.r {
	float: right !important;
}

.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden !important;
}

.ellicape {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.container {
	width: 1020px;
	margin: 0 auto;
}

.row {
	overflow: hidden;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.ml10 {
	margin-left: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.pt50 {
	padding-top: 50px;
}

/*header*/
.header-pos {
	height: 29px;
	line-height: 29px;
	font-size: 12px;
	color: #fff;
	background-color: #085b8f;
}

.header-pos .pos {
	float: left;
	/*padding-right: 23px;*/
	padding-left: 23px;
	color: #fff;
	/*background: url(../images/pos.png) right center no-repeat;*/
	background: url(../images/pos.png) left center no-repeat;
}

.header-pos .line {
	display: inline-block;
	font-weight: bold;
	padding: 0 10px 0 15px;
}

.header-pos .backTo, .header-pos .change {
	display: inline-block;
	color: #fff;
	margin-left: 8px;
}

.header-pos .toplogin, .header-pos .topusercenter {
	display: inline-block;
	color: #fff;
}

.header-logo {
	height: 85px;
	background: url(../images/head-logebg.jpg) center no-repeat;
}

.header-logo .logo {
	float: left;
	margin-left: 9px;
	line-height: 85px;
	font-size: 24px;
	color: #fff;
}

.header-logo .adv {
	float: left;
	width: 273px;
	height: 85px;
	background-image: url(../images/adv.png);
	margin-left: 20px;
}

.header-logo .icon {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 46px;
	text-align: center;
	margin-top: 13px;
	border-radius: 23px;
	color: #0094ca;
}

.header-logo .icon img {
	width: 60px;
	height: 60px;
}

.header-logo .search-block {
	float: right;
	width: 440px;
	height: 36px;
	margin-top: 24.5px;
	background-color: #fff;
	margin-right: 24px;
}

.search-block .logo-select {
	float: left;
	width: 100px;
	height: 100%;
	line-height: 36px;
	font-size: 16px;
	border: 0;
	background-color: #f9f9f9;
	font-family: "Microsoft YaHei";
}

.search-block .text {
	float: left;
	width: 300px;
	height: 100%;
	*height: 36px;
	line-height: 36px;
	text-indent: 24px;
	border: 0;
	font-family: "Microsoft YaHei";
}

.search-block .button {
	float: left;
	width: 44px;
	height: 36px;
	margin-left: 395px;
	margin-top: -36px;
	border: 0;
	cursor: pointer;
	background: url(../images/search-btn.png) center no-repeat;
}

/*nav*/
.header-nav {
	height: 44px;
	line-height: 44px;
	background-color: #efefef;
	border-bottom: 1px solid #dfdede;
}

.nav-list li {
	float: left;
}

.nav-list .level-one {
	display: inline-block;
	min-width: 105px;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.nav-list i {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-left: 8px;
	*margin-bottom: 3px;
	background: url(../images/nav-nor.png) right center no-repeat;
}

.nav-list .one-li:hover .level-one {
	color: #fff;
	background-color: #26aee0;
}

.nav-list .one-li:hover i {
	background-image: url(../images/nav-hover.png);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
	transition: all 0.5s ease 0s;
	/* Opera */
	-moz-transition: all 0.5s ease 0s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease 0;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s ease 0;
	/* Opera */
}

.a-list {
	position: absolute;
	z-index: 55;
	margin-top: -1px;
	*margin-top: 44px;
	*margin-left: -108.5px;
	display: none;
	width: 105px;
	background-color: #0f9fd4;
}

.a-list>li {
	width: 100%;
}

.a-list .level-two {
	display: inline-block;
	padding-left: 14px;
	width: 91px;
	height: 38px;
	line-height: 38px;
	color: #fff;
}

.a-list .level-two:hover {
	background-color: #0c7faa;
}

.one-li:hover .a-list {
	display: block;
}

/* 友情链接等等*/
.friend-link-block {
	/* height: 190px; */
	height: 210px;
}

.friend-link-block h6 {
	font-size: 18px;
	color: #666;
}

.friend-link-block a {
	color: #787878;
}

.friend-link-block a:hover {
	color: #5ed0fa;
}

.friend-link-block li {
	margin: 10px 0 10px 8px;
	color: #787878;
}

.about-us, .new-guid, .friend-link {
	float: left;
	width: 150px;
}

.contact-us {
	float: left;
	width: 255px;
}

.contact-us .wrap {
	width: 247px;
	display: table;
}

.contact-us .wrap>span {
	display: table-cell;
}

.contact-us .tag {
	width: 42px;
}

.attention-us {
	float: right;
	width: 270px;
}

.attention-us a {
	display: inline-block;
	height: 55px;
	width: 55px;
	background-image: url(../images/attent-img.png);
}

.attention-us .qq {
	background-image: url(../images/txwb.png);
}

.attention-us .qq:hover {
	background-image: url(../images/txwb2.png);
}

.attention-us .wx {
	background-position: 0 -275px;
}

.attention-us .wx:hover {
	background-position: 0 0;
}

.attention-us .xl {
	background-position: 0 -55px;
}

.attention-us .xl:hover {
	background-position: 0 -110px;
}

.attention-us ul {
	margin-top: 44px;
}

.attention-us li {
	margin-left: 30px;
}

.attention-us .wximage {
	width: 100px;
	height: 100px;
	background: url(../images/weix.jpg);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	position: absolute;
	margin: -10px 0 0 -10px;
	z-index: 999;
	display: none;
}

/*footer*/
.footer-intro {
	height: 65px;
	background-color: #6f8397;
	border-top: 6px solid #26aee0;
	text-align: center;
	color: #fff;
}

.footer-intro a {
	display: inline-block;
	padding: 0 9px;
	color: #fff;
}

.footer .lineone {
	margin-top: 25px;
}

.footer .linetwo {
	margin-top: 13px;
}
/*右侧滚动栏 */
.right-move {
	position: fixed;
	right: 11px;
	top: 178px;
	text-align: center;
	color: #000;
	z-index: 300;
	/*background-color: #fff;*/
}

.two-code {
	padding: 30px 15px 10px 15px;
	*padding: 30px 0px 6px 0px;
	*width: 145px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
}

.two-code .close {
	/*position: absolute;*/
	display: inline-block;
	width: 15px;
	height: 15px;
	float: right;
	/*margin-left: 112px;*/
	margin-right: -10px;
	margin-top: -25px;
	cursor: pointer;
	background: url(../images/close-icon.png) center no-repeat;
}

.two-code .close:hover {
	background-color: #f0f0f0;
}

.two-code p {
	line-height: 36px;
}

.two-code .codeimg {
	width: 111px;
	height: 111px;
	margin: 0 auto;
	background-image: url(../images/two-code.png);
}

.bottom-div {
	width: 100px;
	margin-left: 45px;
	/*border: 1px solid #cdcdcd;*/
	background-color: #fff;
}

.bottom-div .right-ul li {
	width: 100px;
	height: 94px;
	*width: 100px;
	*height: 94px;
}

.bottom-div .right-ul a {
	display: inline-block;
	width: 100px;
	height: 94px;
	*margin-left: -26px;
	line-height: 45px;
	color: #000;
	text-align: left;
	text-indent: 25px;
}

/*.right-ul a:hover {
	background-color: #26aee0;
	color: #fff;
}*/

/*.bottom-div .right-ul i {
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: 12px;
	margin-left: 15px;
	*margin-top: -0.5px;
	background-image: url(../images/right-img.png);
}*/
.bottom-div .first-a {
	background-image: url(../images/rightmove1.png);
	/*width: 25px;
	height: 20px;
	background-position: 0 -212px;*/
}

.bottom-div .first-a:hover {
	background-image: url(../images/rightmove5.png);
	/* background-position: 0 -192px; */
}

.bottom-div .second-a {
	background-image: url(../images/rightmove2.png);
	/* background-position: 0 -144px; */
}

.bottom-div .second-a:hover {
	background-image: url(../images/rightmove6.png);
	/* background-position: 0 -168px; */
}

.bottom-div .three-a {
	background-image: url(../images/rightmove3.png);
	/* background-position: 0 -120px; */
}

.bottom-div .three-a:hover {
	background-image: url(../images/rightmove7.png);
	/* background-position: 0 -24px; */
}

.bottom-div .four-a {
	background-image: url(../images/rightmove4.png);
	/* background-position: 0 -72px; */
}

.bottom-div .four-a:hover {
	background-image: url(../images/rightmove8.png);
	/* background-position: 0 -72px; */
}

/*.bottom-div .five-a i {
	background-position: 0 -48px;
}

.bottom-div .five-a:hover i {
	background-position: 0 -96px;
}*/
.rightweixinimage {
	margin-top: -120px;
	margin-left: -123px;
	width: 131px;
	height: 142px;
	background: url(../images/rightmoveweixin.png);
	position: absolute;
	z-index: 999;
	display: none;
}

/*过长省略*/
.notice-ul .left, .download-ul .left, .info-datial .left, .chlid-info .trade2-hd span,
	.servinfo-list .left {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*更多城市*/
.city-drop-down {
	position: absolute;
	margin-left: -105px;
	margin-top: -1px;
	*margin-top: 23px;
	*margin-left: -204px;
	width: 175px;
	padding: 15px 12px;
	z-index: 50;
	background: #fff;
	border: 1px solid #cdcdcd;
	display: none;
	line-height: 13px;
}

.city-drop-down h3 {
	color: #73adc9;
	margin-bottom: 15px;
}

.city-drop-down ul {
	margin-right: -20px;
}

.city-drop-down ul li {
	float: left;
	margin: 0 20px 14px 0;
	cursor: default;
}

.city-drop-down ul li a {
	color: #666;
}

.city-drop-down ul li a:hover {
	color: #73adc9;
	text-decoration: underline;
}

.city-drop-down .morelink {
	color: #8c8c8c;
	float: right;
}

/*#region 重写下拉框 */
.chosen-container {
	float: left;
	text-align: center;
	*padding: 5px 0;
}

.chosen-container .chosen-results {
	padding: 0;
	margin-right: 0;
}

.chosen-container-single .chosen-single {
	background: #f9f9f9;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	line-height: 36px;
	height: 36px;
}

.chosen-container-single .chosen-single span {
	margin-right: 26px;
	letter-spacing: 2px;
	margin-left: 4px;
}

.chosen-container .chosen-results li {
	letter-spacing: 4px;
}

.chosen-container-single .chosen-single div {
	padding: 0;
	width: 21px;
}

.chosen-container-single .chosen-single div b {
	background: url(../images/xiala1.png) no-repeat left 15px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background: url(../images/xiala2.png) no-repeat left 14px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background: #f9f9f9;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

.chosen-container-single .chosen-drop {
	border: 1px solid #f9f9f9;
	background-color: #f9f9f9;
	box-sizing: border-box;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #397ddb;
	background-image: none;
}

/*#region 分页 */
.wb-page-items {
	margin-top: 10px;
}

.wb-page-li {
	float: left;
	margin-left: 6px;
	font-size: 14px;
	text-align: center;
	font-family: "Microsoft YaHei";
}

.wb-page-li>a {
	display: block;
}

.wb-page-li.ml6 {
	margin-left: 6px;
}

.wb-page-li.ml20 {
	margin-left: 20px;
}

.wb-page-item {
	height: 25px;
	border: 1px solid #828282;
	line-height: 24px;
	padding: 0 8px;
	color: #666;
}

.wb-page-item:hover {
	border: 1px solid #3592cd;
}

.wb-page-item.current {
	height: 26px;
	line-height: 26px;
	border: 0;
	color: #fff;
	background: #3592cd;
}

.wb-page-default {
	height: 26px;
	line-height: 26px;
	color: #666;
}

.wb-page-omit {
	width: auto;
	padding: 0 18px 0 18px;
}

.wb-page-number {
	width: auto;
	padding: 0 6px 0 6px;
	font-weight: bold;
}

.wb-page-to {
	width: auto;
}

.wb-page-pre, .wb-page-next, .wb-page-first, .wb-page-last {
	
}

.wb-page-pre:hover, .wb-page-first:hover, .wb-page-last:hover,
	.wb-page-next:hover {
	background-color: #999999;
	color: #fff;
	cursor: pointer;
	border: 1px solid #999;
}

.wb-page-go {
	width: 28px;
}

/*#endregion */

/*placeholder样式*/
::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

.placeholder {
	color: #999;
}

/*公共尾部 bottom*/
.bottom-row01 {
	padding: 30px 0 25px 0;
	background-color: #1f2024;
	color: #fff;
	text-align: center;
}

.bottom-row01 a {
	color: #fff;
}

.bottom-row01 a:hover {
	color: #ec6e00;
}

.bottom-row01 dl {
	margin: 0 20px;
	display: inline-block;
	vertical-align: top;
}

.bottom-row01 dt, .bottom-row01 dd {
	padding: 10px 0;
	text-align: left;
}

.bottom-row01 dt {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.bottom-row01 dd {
	font-size: 12px;
}

.bottom-row01 dd.tele {
	font-weight: bold;
	font-size: 14px;
}

.bottom-row01 i.wbicon {
	float: left;
	margin: 1px 6px 0 0;
	width: 21px;
	height: 16px;
	background-image: url("../images/weibo-icons.png");
	background-repeat: no-repeat;
}

.bottom-row01 i.xinl {
	background-position: 0 -26px;
}

.bottom-row01 i.tengx {
	background-position: 2px -52px;
}

.bottom-row01 i.guanf {
	background-position: 0 0;
}

.bottom-row02 {
	padding: 13px 0;
	text-align: center;
	color: #939393;
	background: url("../images/bottom-row02-bg.png");
	line-height: 24px;
}

.bottom-row02 a {
	color: #939393;
}

.bottom-row02 .row01 span {
	margin: 0 7px;
}

.bottom-row02 .row02 span {
	display: inline-block;
	margin: 0 0 -1px 6px;
	padding: 11px 5px 1px 0;
	border-left: 2px solid #6b6b6b;
}

.wximage {
	width: 100px;
	height: 100px;
	background: url(../images/weix.jpg);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	position: absolute;
	margin: -35px 0 0 82px;
	z-index: 999;
	display: none;
}

#weixin:hover>.wximage {
	display: block;
}

.bottom-weixin dd, .bottom-biaoqiao dd {
	text-align: center;
}

.bottom-weixin .img-weixin {
	width: 100px;
	height: 100px;
	background: url(../images/xindianzixun.jpg) no-repeat;
	background-size: 100px 100px;
}

.bottom-biaoqiao .img-biaoqiao {
	width: 100px;
	height: 100px;
	background: url(../images/download-app.png) no-repeat;
	background-size: 100px 100px;
}

/*公共头部 top*/
.top {
	height: 32px;
	line-height: 32px;
	background-color: #222327;
	color: #919191;
}

.pos {
	float: left;
	padding-left: 23px;
	color: #fff;
	background: url(../images/pos.png) left center no-repeat;
}

.topline {
	display: inline-block;
	font-weight: bold;
	padding: 0 10px 0 15px;
}

.change {
	display: inline-block;
	color: #fff;
	margin-left: 8px;
}

.top a {
	color:#fff;
}

.top-r a {
	margin-right: 18px;
}

/*top*/
.top {
	/*position: fixed;*/
	left: 0;
	right: 0;
	top: 0;
	/*z-index: 100;*/
}

.top-l-txt {
	padding-left: 7px;
}

/*top-banner*/
.top-banner {
	/*position: fixed;*/
	left: 0;
	right: 0;
	top: 32px;
	height: 68px;
	border-bottom: 2px solid #e7e7e7;
	-moz-box-shadow: 0px 0 8px #efefef;
	-webkit-box-shadow: 0px 0 8px #efefef;
	box-shadow: 0px 0 8px #efefef;
	background-color: #fff;
	/*z-index: 100;*/
}

.top-banner>div>a>img {
	float: left;
	margin: 15px 0 0 5px;
}

.top-banner .searchwrap {
	position: absolute;
	margin: 19px 0 0 300px;
	transition: 0.5s;
	display: none;
}

.top-banner .searchwrap a {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 1px;
	width: 29px;
	height: 30px;
	background: url("../images/search-icon-gray.png") center center
		no-repeat;
}

.top-banner .searchwrap input {
	padding: 0 10px 0 30px;
	width: 278px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
}

.top-banner .searchwrap.show {
	display: block;
}

.top-banner .loginbtn {
	margin: 24px 10px 0 0;
	float: right;
	width: 68px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: #30bbed;
	border-radius: 4px;
	text-align: center;
}

.top-banner .loginbtn:hover {
	background-color: #06a1d9;
}

/*top登录*/
.top-banner .loginbtn {
	margin: 24px 10px 0 0;
	float: right;
	width: 68px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: #30bbed;
	border-radius: 4px;
	text-align: center;
}

.login {
	position: relative;
	color: #333;
	line-height: 68px;
	font-size: 14px;
	/*margin: 5px 10px 0 0;*/
	float: right;
}

.login a {
	color: #333;
}

.loginbg {
	position: absolute;
	margin-top: -20px;
	left: -43px;
	z-index: 10;
	width: 180px;
	height: 125px;
	background: url(../images/login-bg.png) no-repeat;
}

.login-hd {
	width: 160px;
	margin: 0 auto;
	padding: 15px 0 18px;
	border-bottom: 1px solid #4d5e79;
	overflow: hidden;
}

.login-hd .per {
	float: left;
	width: 42px;
	height: 42px;
	margin-left: 8px;
	border-radius: 50%;
	/* background: url(../images/per.png); */
}

.login-hd .info {
	float: right;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.login-bd {
	line-height: 40px;
	padding-left: 10px;
}

.login-bd a {
	display: inline-block;
	width: 80px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}

.login-bd a:first-child {
	border-right: 1px solid #4d5e79;
}

.top-banner .loginbtn:hover {
	background-color: #06a1d9;
}

.arr-log {
	display: inline-block;
	width: 10px;
	height: 5px;
	margin: 0 3px;
	vertical-align: 3px;
	background: url(../images/arrow.png)
}
.no-result-wrap {
    text-align: center;
    padding: 100px 0;
    background-color: #fff;
    margin-bottom: 20px;
}