﻿/* 热门分类 导航头部 */
.headerCon {
	height: 40px;
}

.header {
	position: relative;
	z-index: 1;
	height: 40px;
	background-color: #333;
	font-size: 14px;
	line-height: 40px;
}

.header-fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 201;
	width: 100%;
	height: 40px;
	background-color: #333;
	font-size: 14px;
	line-height: 40px;
}

.welcome {
	color: #ddd;
	vertical-align: middle;
}

.header-btns {
	color: #fff;
}

.header-btns img {
	vertical-align: middle;
}

.header-btns span {
	vertical-align: middle;
}

.header-btns .phoneNum {
	vertical-align: baseline;
	font-size: 12px;
}


.help-center {
	margin-right: 10px;
	padding: 0 14px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #ddd;
	vertical-align: middle;
	font-size: 14px;
}


/* 搜索/导航/微信 */
.search {
	position: relative;
	padding-top: 32px;
}

.nav-con {
	margin-left: 40px;
}

.search-weixin {
	margin-bottom: 16px;
}

.search-con {
	margin-left: 86px;
	display: inline-block;
	float: left;
}

.search-cates {
	margin-bottom: 5px;
	padding-left: 6px;
}

.search-cate {
	font-size: 14px;
	display: inline-block;
	margin-right: 16px;
	padding-right: 16px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
}

.search-cate:hover {
	color: #2355bc;
}

.search-cate-border {
	border-right: 1px solid #e2e2e2;
}

.search-cate-selected {
	color: #0c4bcf;
}

.search-input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	width: 460px;
	height: 40px;
	border: 2px solid #5783df;
	color: #535050;
	vertical-align: middle;
	line-height: 40px;
}

.search-btn {
	position: relative;
	display: inline-block;
	margin-left: -6px;
	width: 80px;
	height: 40px;
	background-color: #5783df;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

.weixinshow {
	position: relative;
	top: 30px;
	right: 0;
	z-index: 200;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 145px;
	background-color: #FFF;
	color: #999;
	font-size: 13px;
}

.weixinshow .swapShow {
	padding: 6px 10px;
	border: 1px solid #ddd;
}

.weixinshow .swapShow img {
	margin-right: 4px;
}

.weixinshow .swapShow img,.weixinshow .swapShow span {
	vertical-align: middle;
}

.weixinshow .swapHide {
	position: absolute;
	top: -44px;
	display: none;
	padding: 6px 10px 2px;
	border: 1px solid #ddd;
	background-color: #FFF;
	text-align: center;
}

.weixinshow:hover .swapHide {
	display: block;
}

.weixinshow:hover .swapShow {
	display: none;
}

.weixin-img {
	margin-bottom: -2px;
}

.weixinshow .swap {
	color: #c00;
	font-weight: 700;
}

.navCon {
	padding-top: 36px;
	margin-bottom: 20px;
}

.hotCategory {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-top: 25px;
}

.hotCateHead {
	width: 208px;
	height: 40px;
	background-color: #1844ad;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
}

.hotCateHead span {
	vertical-align: middle;
}

.hotCateHead img {
	margin-left: 8px;
	vertical-align: middle;
}
/*搜索提示*/
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 9999999;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.ui-menu {
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	list-style: none;
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 2px 0;
	cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
	border: 1px solid #ff5400;
	background: #ff5400;
	font-weight: normal;
	color: #ffffff;
}

/* banner上的商机导航 */
.opportunity-nav {
	position: absolute;
	top:65px;
	left: 0;
	z-index: 9;
	overflow: visible;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 208px;
	height: 422px;
	color: #fff;
	text-align: left;
	font-size: 16px;
	display: none;
	background-color: #3551af;
}

.opportunity-li {
	z-index: 10;
	overflow: visible;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 52px;
	text-align: center;
	line-height: 52px;
}

.opportunity-li:hover {
	background-color: #1844ad;
}

.opportunity-li:hover .cate-pop {
	display: block;
}

.oppportunity-a {
	display: inline-block;
	margin: 0 10px;
	color: #fff;
}
.oppportunity-a:hover{
	color: #fff;
}

.cate-pop {
	position: absolute;
	top: 0;
	left: 208px;
	z-index: 10;
	display: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 740px;
	min-height: 306px;
	border: 1px solid #f7f7f7;
	background-color: #f7f7f7;
	box-shadow: 2px 0 5px #999;
	color: #333;
	text-align: left;
	line-height: 30px;
}

.cate-pop a:hover {
	color: #5380e0;
}

.cate-dl {
	margin-top: 20px;
}

.cate-dt {
	overflow: hidden;
	padding-bottom: 4px;
	width: 698px;
	border-bottom: 1px solid #ddd;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
}

.cate-dt-a {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 32px;
	width: 100px;
	height: 40px;
	background-image: url(../images/icon-opportunity.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 40px;
	color: #333;
}

.cate-dt-a-1 {
	background-position: -30px 8px;
}

.cate-dt-a-2 {
	background-position: -30px -28px;
}

.cate-dt-a-3 {
	background-position: -30px -60px;
}

.cate-dt-a-4 {
	background-position: -30px -94px;
}

.cate-dt-a-5 {
	background-position: -30px -128px;
}

.cate-dt-a-6 {
	background-position: -30px -162px;
}

.cate-dt-a-7 {
	background-position: -30px -196px;
}

.cate-dt-a-8 {
	background-position: -30px -230px;
}

.cate-dt-a-9 {
	background-position: -30px -268px;
}

.cate-dt-a-10 {
	background-position: -28px -302px;
}

.cate-dt-a-11 {
	background-position: -28px -334px;
}

.cate-dt-a-12 {
	background-position: -28px -370px;
}

.cate-dt-a-13 {
	background-position: -28px -404px;
}

.cate-dt-a-14 {
	background-position: -28px -438px;
}

.cate-dt-a-15 {
	background-position: -28px -472px;
}

.cate-dt-a-16 {
	background-position: -28px -506px;
}

.cate-dt-a-more {
	margin-top: 6px;
}

.cate-dd {
	width: 698px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.cate-detail-a {
	margin-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #ddd;
	background-color: transparent;
	white-space: nowrap;
	font-size: 12px;
	color: #333;
}

.cate-detail-a-first {
	border-left: 0;
}

.cate-title {
	display: inline-block;
	margin: 0 10px;
}

.cate-title:hover {
	color: #333;
}


.paas {
	position: relative;
	z-index: 2;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 110px;
	border: 1px solid transparent;
}

/*浏览器下载*/
.modal-compatible {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
	filter: alpha(opacity=30);
}

.pop-compatible {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin-top: -188px;
	margin-left: -278px;
	width: 555px;
	height: 376px;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
}

.pop-compatible .pop-up {
	position: relative;
	height: 171px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	background-color: #ff6565;
	color: #fff;
}

.pop-compatible .pop-up:after {
	position: absolute;
	bottom: -18px;
	left: 50%;
	z-index: 1;
	display: inline-block;
	margin-left: -5px;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	content: '';
	border-top-color: #ff6565;
}

.pop-compatible .pop-title {
	padding-top: 45px;
	padding-bottom: 1pc;
	font-size: 24px;
}

.pop-compatible .pop-text {
	font-size: 14px;
	line-height: 2em;
}

.pop-compatible .browser-list {
	margin-top: 10px;
}

.pop-compatible .browser-list li {
	display: inline-block;
	margin: 0 30px;
	zoom: 1;
}

.pop-compatible .browser-list img {
	margin-bottom: 9pt;
}

.pop-compatible .browser-list .ie-logo {
	position: relative;
	top: 1pc;
}

.pop-compatible .browser-list .browser-name {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
}

.pop-compatible .browser-list .download {
	display: inline-block;
	margin-top: 0;
	margin-left: 0;
	width: auto;
	color: #2d8ff7;
}

.pop-compatible .close-btn {
	position: absolute;
	top: 1pc;
	right: 1pc;
}
/*面包屑*/
.breadcrumb a:hover {
	color: #3d70db;
} 
/*地区导航*/
.province {
	background-color: #f1f1f1;
}

.province-substation {
	padding-bottom: 30px;
}

.substation-title {
	width: 192px;
	height: 38px;
	border-radius: 2px;
	background-color: #f24645;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
}

.substation-title .icon {
	display: inline-block;
	margin: 9px 10px 0 15px;
	width: 19px;
	height: 21px;
	background: url(../images/province.png) no-repeat 0 0;
	vertical-align: top;
}

.substations {
	padding: 10px 0 10px 18px;
	border: 1px solid #bbb;
	background: #fff;
}

.substations .sub-item {
	height: 40px;
	line-height: 40px;
}

.substations .sub-label,.substations .sub-link {
	color: #333;
	font-size: 14px;
}

.substations .sub-link {
	padding: 0 16px;
	border-right: 1px solid #bbb;
}

.substations .sub-link:hover {
	color: #f24645;
	text-decoration: underline;
}

.banner-seoSite {
	width: 800px;
} 
/*地区分类*/
.regionul {
	padding: 10px;
}

.regionul li {
	float: left;
	width: 20%;
	font-size: 15px;
	line-height: 32px;
}

.regionul li a {
	display: inline-block;
}

.regionul li a:hover {
	color: #f24645;
}

.banner-seoli,.banner-seoli .banner-img {
	width: 800px;
	height: 296px;
}

.getMore {
	display: block;
	height: 50px;
	background-color: #fafafa;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
}

.getMore .icon {
	display: inline-block;
	margin-top: 16px;
	width: 14px;
	height: 14px;
	background: url(../images/getmore.png) no-repeat 0 0;
	vertical-align: top;
}

.seoclose {
	display: none;
}

.seoopen {
	display: inline-block;
}
/*其他扩展*/
.floatTop {
	position: fixed;
	top: -10px;
	z-index: 1000;
	width: 100%;
	border: 1px #e3e3e3 solid;
}

.bottomRight {
	height: 160px;
}

.bottomRight,.bottomRight .hcContainer {
	background-color: #454545;
}

.bottomRight .hcContainer {
	position: relative;
}

.bottomRight .sideMain {
	margin: auto;
	padding-top: 40px;
	width: 470px;
}

.bottomRight .logoMarkWap {
	position: absolute;
	top: 0;
	left: 0;
}

.bottomRight .linkOther {
	margin-bottom: 5px;
}

.bottomRight .linkOther li {
	float: left;
}

.bottomRight .linkOther li.first a {
	padding-left: 0;
	border-left-width: 0;
}

.bottomRight .linkOther li a {
	padding: 0 15px;
	color: #999;
	cursor: pointer;
}

.bottomRight .linkOther li a:hover {
	color: #fff;
}

.bottomRight {
	color: #999;
	font-size: 12px;
}

.bottomRight p span {
	margin: 0 8px;
	color: #636363;
}

.bottomRight p span.first {
	margin-left: 0;
}

.bottomRight img.logoMark {
	margin-top: 40px;
}