/* 底部弹出广告 */
.ad-bottom {
	position: fixed;
	bottom: -200px;
	left: 50%;
	margin-left: -500px;
	z-index: 9999;
}

.ad-bottom .ad-bg {
	position: relative;
}

.ad-bottom .ad-bottom-bg {
	display: block;
	width: 1200px;
	height: 200px;
	background: url(../images/bottom-ad.jpg) no-repeat;
}

.ad-bottom .ad-close {
	position: absolute;
	top: 6px;
	right: 4px;
	display: block;
	width: 28px;
	height: 24px;
	cursor: pointer;
	background: url(../images/bottom-close.png) no-repeat;
}

/* 底部弹出广告 */
.ad-bottoms {
	position: fixed;
	bottom: -100px;
	left: 50%;
	margin-left: -500px;
	z-index: 9999;
}

.ad-bottoms .ad-bgs {
	position: relative;
}

.ad-bottoms .ad-bottom-bgs {
	display: block;
	width: 1200px;
	height: 100px;
	background: url(../images/bottom-ads.jpg) no-repeat;
}

.ad-bottoms .ad-closes {
	position: absolute;
	top: 6px;
	right: 4px;
	display: block;
	width: 28px;
	height: 24px;
	cursor: pointer;
	background: url(../images/bottom-close.png) no-repeat;
}

#content {
	overflow: hidden;
	zoom: 1;
	padding-bottom: 120px;
}

.default-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	border: none;
	background: #3F8DD4;
}

/*外部导航*/
.top {
	position: relative;
	z-index: 9999;
	height: 45px;
	background: #333333;
}

.top .top-nav li {
	float: left;
	display: inline;
	height: 45px;
	line-height: 45px;
	width: auto;
	padding:0 12px;
	text-align: center;
}

.top .top-nav li:hover {
	background: #fff;
	float: left;
	display: inline;
	height: 45px;
	line-height: 45px;
	width: auto;
	text-align: center;
	color: #333
}

.top .top-nav li:hover a {
	color: #333;
}

.top .top-nav li a {
	color: #fff;
}

.top .top-nav li a:hover {
	color: #333;
}

/*头部下拉列表*/
.top .pull-down-list {
	position: relative;
	float: left;
	display: inline;
	margin-right: 10px;
}

.pull-down-list .menu-hd {
	overflow: hidden;
	zoom: 1;
	cursor: pointer;
	width: 98px;
}

.pull-down-list .menu-hd .menu-hd-text {
	float: left;
	display: inline;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 12px;
}

.pull-down-list .menu-bd {
	position: absolute;
	top: 45px;
	left: -1px;
	border: 1px solid #333333;
	border-top: none;
	background: #fff;
}

.pull-down-list .pull-down-content {
	padding: 0 30px 28px 0;
}

.triangle-tip {
	float: left;
	display: inline;
	position: relative;
	height: 6px;
	width: 6px;
	transition: all 0.3s ease-in 0s;
}

.pull-down-list .menu-hd i {
	margin: 20px 10px 0 0;
}

.triangle-tip em,
.triangle-tip span {
	border-style: solid;
	border-width: 4px 4px 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

.menu-hd .triangle-tip em {
	top: 1px;
	border-color: #fff transparent transparent transparent;
	/* ie6 transparent fix */
	_border-left-color: #333333;
	_border-right-color: #333333;
	_filter: chroma(color=#333333);
}

.menu-hd .triangle-tip span {
	border-color: #333333 transparent transparent transparent;
	/* ie6 transparent fix */
	/* _border: none;*/
	_border-left-color: #333333;
	_border-right-color: #333333;
	_filter: chroma(color=#333333);
}

.pull-down-list .menu-hd-hover {
	background: #fff;
}

.pull-down-list .menu-hd-hover .menu-hd-text {
	color: #333333;
}

.menu-hd-hover .triangle-tip {
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}

.menu-hd-hover .triangle-tip em {
	top: 1px;
	border-color: #333333 transparent transparent transparent;
	/* ie6 transparent fix */
	_border-left-color: #fff;
	_border-right-color: #fff;
	_filter: chroma(color=#fff);
}

.menu-hd-hover .triangle-tip span {
	border-color: #fff transparent transparent transparent;
	/* ie6 transparent fix */
	_border: none;
}

.pull-down-content .my-application li {
	float: left;
	display: inline;
	width: 64px;
	margin: 30px 16px 0 16px;
}

.pull-down-content .my-application li a {
	display: block;
	width: 64px;
	color: #4e4e4e;
	text-align: center;
	margin-top: 12px;
}

.top .wrap-nav-center {
	margin-right: 0;
}

/*select box*/
.wrap-search {
	margin-top: 8px;
	margin-left: 50px;
}

.select-box {
	position: relative;
	height: 30px;
	cursor: pointer;
}

.select-box .select-type {
	color: #6F6F6F;
	height: 28px;
	line-height: 28px;
	width: 60px;
	background: #f5f5f5;
	border: 1px solid #dedede;
}

.select-box .select-type .select-type-text {
	float: left;
	display: inline;
	color: #666;
	margin-left: 12px;
}

.select-box .select-type .triangle-tip {
	margin: 11px 0 0 6px;
}

#top_search_form input {
	border-radius: 0px;
}

.select-type .triangle-tip em {
	top: 1px;
	border-color: #666 transparent transparent transparent;
	/* ie6 transparent fix */
	_border-left-color: #f5f5f5;
	_border-right-color: #f5f5f5;
	_filter: chroma(color=#f5f5f5);
}

.select-type .triangle-tip span {
	border-color: #f5f5f5 transparent transparent transparent;
	/* ie6 transparent fix */
	_border: none;
}

.select-box .search-text {
	height: 18px;
	line-height: 18px;
	color: #333;
	width: 200px;
	padding: 6px 0 6px 5px;
	background: #fff;
	border: none;
}

.wrap-search .search-btn {
	color: #ffffff;
	margin-left: 0px;
	width: 50px;
	height: 30px;
	line-height: 30px;
	border: none;
	text-align: center;
	background: #c50000;
	font-weight: bold;
}

.wrap-search .search-btn:hover {
	color: #fff;
	background: #FF7700;
}

.select-box .option {
	position: absolute;
	top: 29px;
	left: 0;
	z-index: 99;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dedede;
}

.select-box .option a {
	display: block;
	color: #6F6F6F;
	height: 30px;
	line-height: 30px;
	width: 60px;
	cursor: pointer;
	background: #fff;
}

.select-box .option a span {
	margin-left: 12px;
}

.select-box .option a:hover {
	color: #ff6600;
}

/*message*/
.message {
	margin-left: 50px;
	height: 45px;
	line-height: 45px;
}

.message .message-icon {
	width: 15px;
	height: 13px;
	margin-top: 16px;
	background: url(../images/small-tip.png) no-repeat;
}

.message .message-text {
	color: #fff;
	margin-left: 8px;
}

.message .message-text strong {
	color: #ffffff;
	margin-left: 6px;
	font-weight: normal;
}

/*account brief*/
.account-brief {
	position: relative;
	margin-left: 20px;
	height: 45px;
	line-height: 45px;
}

.account-brief .account-name {
	color: #fff;
	padding: 0 12px;
}

.account-brief .menu-hd-hover .account-name {
	color: #333333;
}

.account-brief .triangle-tip {
	margin-left: 10px;
}

.mobile-vision {
	color: #fff;
	height: 45px;
	line-height: 45px;
}

.account-brief .account-detail {
	position: absolute;
	top: 45px;
	left: -1px;
	width: 190px;
	padding: 10px 0;
	border: 1px solid #00470c;
	border-top: none;
}

.account-detail .account-detail-photo {
	width: 180px;
	margin: 0 auto;
	text-align: center;
}

.account-detail .account-d-photo {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
}

.account-detail .account-d-photo img {
	width: 80px;
	height: 80px;
}

.account-detail .account-detail-photo h4 {
	color: #4e4e4e;
	font-weight: normal;
	text-align: center;
	margin-top: 8px;
	height: 18px;
	line-height: 18px;
}

.account-detail ul {
	margin-top: 10px;
}

.account-detail li {
	color: #666;
	width: 150px;
	margin: 6px auto 0 auto;
	height: 18px;
	line-height: 18px;
}

.account-detail li a {
	color: #c50000;
	margin: 0 4px;
}

/*header*/
.header {
	position: relative;
	z-index: 99;
	height: 98px;
	background: #f7f7f7;
	border-bottom: 1px solid #dedede;
}

.header .wrap-logo {
	padding-top: 20px;
}

.wrap-logo .logo {
	width: 188px;
	height: 60px;
	background: url(../images/logo.png) no-repeat;
	background-size:100%;
}

.wrap-logo .title-line {
	width: 1px;
	height: 40px;
	font-size: 0;
	margin: 8px 0 0 18px;
	background: #ebebeb;
}

.wrap-logo .office-room {
	color: #333333;
	font-size: 32px;
	margin: 8px 0 0 12px;
}

.header .nav {
	float: right;
	padding-top: 32px;
}

.header .nav li {
	position: relative;
	float: left;
	display: inline;
	margin-left: 3px;
}

.header .nav li .nav-link {
	position: relative;
	float: left;
	display: inline;
	color: #4e4e4e;
	height: 32px;
	font-size: 15px;
	text-align: center;
	line-height: 32px;
	padding: 0 18px;
}

.header .nav li .nav-link:hover {
	color: #fff;
	background: #c50000;
}

.header .nav li.spread-nav .nav-link {
	padding: 0 24px 0 16px;
}

.header .nav li.current .nav-link {
	color: #fff;
	background: #00470c;
}

.nav li .triangle-tip {
	position: absolute;
	top: 14px;
	right: 10px;
}

.nav li .triangle-tip span {
	border-width: 4px 4px 0 4px;
	border-top-color: #3b3b3b;
}

.header .nav li .nav-hover {
	color: #fff;
	background: #c50000;
}

.nav li.current .triangle-tip span,
.nav li .nav-hover .triangle-tip span {
	border-top-color: #fff;
}

.nav li .nav-hover .triangle-tip {
	transform: rotate(180deg);
}

.spread-nav .second-menu {
	position: absolute;
	top: 32px;
	left: 0;
	width: 98px;
	background: #fff;
	border: 1px solid #c50000;
	z-index: 99;
}

.spread-nav .second-menu a {
	display: block;
	height: 32px;
	line-height: 32px;
	width: 98px;
	color: #4e4e4e;
	text-align: center;
	border-top: 1px dotted #bebebe;
}

.spread-nav .second-menu a:first-child,
.spread-nav .second-menu a.first {
	border-top: none;
}

.spread-nav .second-menu a:hover {
	color: #c50000;
}

/*left nav*/
.left-nav {
	position: relative;
	width: 256px;
	z-index: 999;
	background: #fcfcfc;
}

.left-nav .account {
	padding-top: 18px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.account .account-photo {
	margin-left: 10px;
}

.account .account-photo img {
	width: 100px;
	height: 100px;
}

.account .basic-message {
	width: 120px;
	margin-left: 12px;
}

.basic-message .company-name {
	color: #4e4e4e;
	line-height: 20px;
	overflow: hidden;
}

.basic-message .basic-message-list li {
	position: relative;
	margin-top: 8px;
}

.basic-message-list li .menu-hd {
	height: 24px;
	width: 88px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dedede;
	overflow: hidden;
}

.basic-message-list li .menu-hd-hover {
	width: 133px;
	border-right-color: #fff;
}

.basic-message-list li .menu-hd h4 {
	float: left;
	display: inline;
	color: #4e4e4e;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
	font-weight: normal;
}

.basic-message-list .message-tip {
	float: left;
	display: inline;
	height: 7px;
	width: 4px;
	margin: 9px 0 0 12px;
	font-size: 0;
	overflow: hidden;
	background: url(../images/small-tip.png) 0 -15px no-repeat;
}

.basic-message-list .menu-bd {
	position: absolute;
	left: 133px;
	top: 0;
	width: 326px;
	background: #fff;
	border: 1px solid #dedede;
	border-left: none;
	padding-top: 14px;
}

.basic-message-list .message-menu h3 {
	float: left;
	display: inline;
	width: 75px;
	text-align: right;
	color: #4e4e4e;
	font-size: 13px;
}

.basic-message-list .message-menu .message-menu-list {
	float: left;
	display: inline;
	margin-left: 32px;
	width: 200px;
}

.message-menu .message-menu-list p {
	cursor: pointer;
	color: #4e4e4e;
	margin-bottom: 12px;
}

.message-menu-list p .orange {
	color: #00470c;
}

.message-menu-list p .blue {
	color: #509de4;
}

.basic-message-list .customer-box {
	padding: 18px;
}

.customer-box .close-icon {
	position: absolute;
	top: 4px;
	right: 4px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: url(../images/big-tip.png) -130px -300px no-repeat;
}

.customer-box .customer-service {
	width: 100px;
}

.customer-box .customer-service img {
	width: 100px;
	height: 100px;
	vertical-align: middle;
}

.customer-box .customer-name {
	color: #4e4e4e;
	width: 100px;
	text-align: center;
	margin-top: 12px;
}

.customer-box .cus-tip {
	overflow: hidden;
	zoom: 1;
	margin-top: 12px;
}

.customer-box .cus-tip span {
	width: 15px;
	height: 17px;
	margin: 4px 0 0 4px;
	background: url(../images/small-tip.png) 0 -90px no-repeat;
}

.customer-box .cus-tip .online-service {
	color: #fff;
	width: 72px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-left: 6px;
	background: #509de4;
}

.customer-box .leave-message {
	width: 210px;
	margin-left: 16px;
}

.customer-box .leave-message input {
	height: 35px;
	line-height: 35px;
	width: 210px;
	color: #fff;
	border: none;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background: #3f8dd4;
}

.customer-box .leave-message textarea {
	display: block;
	width: 202px;
	height: 120px;
	border: none;
	resize: none;
	padding: 3px;
	color: #333;
	line-height: 18px;
	background: #fff;
	border: 1px solid #dedede;
	border-bottom: none;
}

/*member message*/
.left-nav .member {
	padding-top: 8px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.left-nav .member li {
	height: 40px;
	line-height: 40px;
	width: 236px;
	overflow: hidden;
	zoom: 1;
	vertical-align: middle;
	padding: 0 9px 0 10px;
	border-bottom: 1px dotted #dedede;
}

.left-nav .member li:last-child {
	border-bottom: none;
}

.left-nav .member .complete-infor {
	position: relative;
}

.left-nav .member li p {
	color: #333;
	float: left;
	display: inline;
}

.left-nav .member .mem-level {
	position: relative;
	top: 4px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 22px;
	height: 16px;
	margin-left: 8px;
	background: url(../images/big-tip.png) -100px -300px no-repeat;
}

.left-nav .member li span {
	color: #c50000;
}

.left-nav .member li a {
	/*float: right;*/
	display: inline;
	color: #c50000;
}

/*application*/
.application .nav-title {
	height: 40px;
	background: #c50000;
}

.nav-title h3 {
	float: left;
	display: inline;
	color: #f7f7f7;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: normal;
}

.nav-title .title-tip {
	float: left;
	display: inline;
	height: 25px;
	width: 25px;
	margin: 7px 0 0 11px;
	background: url(../images/big-tip.png) no-repeat;
}

.apply-title span.title-tip {
	background-position: 0 -399px;
}

.increase-title span.title-tip {
	background-position: -150px -399px;
}

.application dl {
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.application dt {
	cursor: pointer;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #dedede;
}

.nav-dt span {
	float: left;
	display: inline;
	width: 25px;
	height: 25px;
	margin: 10px 0 0 10px;
	background: url(../images/big-tip.png) no-repeat;
}

.nav-mes-dt span.h0 {
	background-position: -26px -398px;
}

.nav-store-dt span.h1 {
	background-position: -100px -398px;
}

.nav-account-dt span.h2 {
	background-position: -125px -398px;
}

.nav-bus-dt span.h3 {
	background-position: -50px -398px;
}

.nav-trade-dt span.h4 {
	background-position: -75px -398px;
}

.nav-ev-dt span.h5 {
	background-position: -175px -398px;
}

/*.spreadClass span.h0{background-position: -247px -398px !important;}
.spreadClass span.h1{background-position: -321px -398px !important;}
.spreadClass span.h2{background-position: -347px -397px !important;}
.spreadClass span.h3{background-position: -271px -398px !important;}
.spreadClass span.h4{background-position: -296px -398px !important;}*/

.application dt .appNav {
	float: left;
	display: inline;
	color: #333;
	font-size: 15px;
	margin-left: 10px;
	font-weight: normal;
}

.nav-dt .transform-tip {
	float: right;
	display: inline;
	width: 15px;
	height: 15px;
	background: url(../images/big-tip.png) -85px -320px no-repeat;
	margin: 15px 13px 0 0;
}

.nav-dt.spreadClass .transform-tip {
	background-position: -105px -320px;
}

.application dd {
	position: relative;
}

.application dd li {
	position: relative;
	top: -1px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #fff;
	border-bottom: 1px dotted #dedede;
}

.application dd li em {
	background: #ff6600;
	padding: 3px;
	border-radius: 3px;
	color: #fff;
}

.application dd li.current {
	position: relative;
	top: -2px;
	height: 39px;
	line-height: 39px;
	border: 1px dotted #DEDEDE;
	border-top-color: transparent;
	border-left: none;
	border-right-color: #fff;
}

.application dd li:first-child.current {
	top: -1px;
}

.application dd li a {
	float: left;
	display: inline;
	color: #509de4;
}

.application dd li .second-nav {
	float: left;
	display: inline;
	width: 136px;
	color: #777;
	font-size: 13px;
	padding-left: 48px;
}

.application dd li:hover .hover-class {
	color: #f60;
}

.application dd li.current a {
	color: #ff6600;
}

.application dd li.has-third-nav {
	height: 39px;
	line-height: 39px;
	border: 1px solid #ff6600;
}

.application dd li.has-third-nav .second-nav {
	position: absolute;
	width: 89px;
	z-index: 999;
	border-right: 1px solid #fff;
}

.application dd li .third-nav {
	display: none;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 88px;
	z-index: 99;
	background: #fff;
	border: 1px solid #ff6600;
}

.application li.has-third-nav .third-nav {
	display: block;
}

.application .has-third-nav .third-nav a {
	display: block;
	color: #666;
	width: 88px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.application .has-third-nav .third-nav a:hover {
	color: #ff6600;
}

/* 商务中心导航 */
.wrap-nav-center .menu-bd {
	left: auto;
}

.wrap-nav-list {
	right: -1px;
	width: 998px;
	height: 270px;
}

.wrap-nav-list .nav-center-list {
	float: left;
	display: inline;
	width: 156px;
	height: 270px;
	border-right: 1px solid #dfdfdf;
}

.nav-center-list .nav-center-title {
	margin-top: 20px;
	overflow: hidden;
	zoom: 1;
}

.nav-center-title span {
	float: left;
	display: inline;
	width: 30px;
	height: 30px;
	margin-left: 32px;
	background: url(../images/big-tip.png) no-repeat;
}

.nav-center-title h3 {
	float: left;
	display: inline;
	color: #00470c;
	font-size: 14px;
	font-weight: normal;
	margin-left: 8px;
	height: 30px;
	line-height: 30px;
}

.nav-center-list ul {
	padding: 10px 0;
}

.nav-center-list li {
	height: 32px;
	line-height: 32px;
	text-align: center;
}

.nav-center-list li a {
	color: #5e5e5e;
}

.nav-center-list li:hover {
	background: #e7e7e7;
}

.nav-center-list li:hover a {
	color: #ff6600;
}

.personal-title span {
	background-position: -160px -50px;
}

.function-title span {
	background-position: -190px -50px;
}

.store-title span {
	background-position: -220px -50px;
}

.certify-title span {
	background-position: -250px -50px;
}

.plastic-title span {
	background-position: -280px -50px;
}

.nav-company {
	position: relative;
	width: 213px;
	height: 270px;
}

.nav-company .company-score {
	color: #333;
	padding-top: 24px;
}

.company-score h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.company-score .company-score-list {
	margin-top: 24px;
}

.company-score .company-score-list li {
	margin-top: 5px;
	margin-left: 22px;
}

.company-score-list li span {
	color: #c50000;
}

.nav-company .bind-list {
	position: absolute;
	bottom: 0;
	border-top: 1px solid #dedede;
}

.bind-list li {
	height: 38px;
	line-height: 38px;
	width: 213px;
	border-bottom: 1px dotted #dedede;
}

.bind-list li span {
	float: left;
	display: inline;
	width: 20px;
	height: 20px;
	margin: 10px 0 0 60px;
	background: url(../images/big-tip.png) no-repeat;
}

.bind-list li.bind-phone span {
	background-position: -80px -280px;
}

.bind-list li.bind-mail span {
	background-position: -100px -280px;
}

.bind-list li.connect-server span {
	background-position: -120px -280px;
}

.bind-list li a {
	color: #333;
	margin-left: 16px;
}

.bind-list li a:hover {
	color: #3F8DD4;
}

#Dtop {
	border-right: #CCCCCC 3px solid;
	border-bottom: #CCCCCC 3px solid;
}

#Dtop .dbody {
	border: #333333 1px solid;
	padding: 1px;
	background: #EBF0F6;
}

#Dtop .dhead {
	background: #2875B9 url('images/close.gif') no-repeat right 4px;
	padding: 0 0 0 0;
	letter-spacing: 1px;
	border-bottom: #333333 1px solid;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
	cursor: move;
}

#Dtop .dhead span {
	float: right;
	cursor: pointer;
	display: block;
	width: 22px;
	height: 19px;
	text-align: right;
}

#Dtop .dbox {
	padding: 8px;
	line-height: 200%;
}

/* message box */
#msgbox {
	z-index: 1000;
	position: absolute;
	background: #00470c;
	top: 150px;
	right: 150px;
	height: 18px;
	overflow: hidden;
	color: #FFFFFF;
	padding: 2px 15px 0 20px;
	line-height: 15px;
	letter-spacing: 1px;
	cursor: pointer;
	width: 120px;
	text-align: center;
}

#Dmid {
	background: url("./images/dia_bg.png") repeat 0 0 transparent;
}

/* 应用特权入口 */
.wrap-apply {
	width: 800px;
}

.pull-down-content .wrap-pull {
	overflow: hidden;
	zoom: 1;
	padding: 15px 0;
}

.wrap-apply .service-list {
	width: 648px;
}

.wrap-pull .service-list {
	padding-bottom: 15px;
	border-right: 1px solid #ebebeb;
}

.service-list .app-piece {
	float: left;
	display: inline;
	padding: 15px 10px 0 15px;
}

.app-piece .icon-name {
	display: block;
	color: #4e4e4e;
	margin-top: 8px;
	text-align: center;
}

.entry-btn {
	display: block;
	overflow: hidden;
	zoom: 1;
	width: 128px;
	height: 26px;
	line-height: 26px;
	margin: 30px 0 0 12px;
	border: 1px solid #dedede;
	background: #f0f0f0;
}

.entry-btn .entry-tip {
	height: 16px;
	width: 16px;
	margin: 5px 0 0 14px;
	background: url(../images/big-tip.png) -80px -300px no-repeat;
}

.entry-btn .entry-text {
	color: #333;
	height: 26px;
	line-height: 26px;
	margin-left: 9px;
}

.wrap-priv {
	width: 700px;
}

.wrap-priv .service-list {
	width: 548px;
}

/* 应用特权图标 */
.app-piece:hover .icon-name {
	color: #00470c;
}

.service-list .icon0 .icon {
	background-position: 0 -528px;
}

.service-list .icon1 .icon {
	background-position: -66px -528px;
}

.service-list .icon2 .icon {
	background-position: -132px -528px;
}

.service-list .icon3 .icon {
	background-position: -198px -528px;
}

.service-list .icon4 .icon {
	background-position: -264px -528px;
}

.service-list .icon5 .icon {
	background-position: -330px -528px;
}

.service-list .icon6 .icon {
	background-position: -396px -528px;
}

.service-list .icon7 .icon {
	background-position: -462px -528px;
}

.service-list .icon8 .icon {
	background-position: -528px -528px;
}

.service-list .icon9 .icon {
	background-position: -594px -528px;
}

.service-list .icon10 .icon {
	background-position: 0 -594px;
}

.service-list .icon11 .icon {
	background-position: -66px -594px;
}

.service-list .icon12 .icon {
	background-position: -132px -594px;
}

.service-list .icon13 .icon {
	background-position: -198px -594px;
}

.service-list .icon14 .icon {
	background-position: -264px -594px;
}

.service-list .icon15 .icon {
	background-position: -330px -594px;
}

.service-list .icon16 .icon {
	background-position: -396px -594px;
}

.service-list .icon17 .icon {
	background-position: -462px -594px;
}

.service-list .icon18 .icon {
	background-position: -528px -594px;
}

.service-list .icon19 .icon {
	background-position: -594px -594px;
}

.service-list .icon20 .icon {
	background-position: 0 -660px;
}

.service-list .icon21 .icon {
	background-position: -66px -660px;
}

.service-list .icon22 .icon {
	background-position: -132px -660px;
}

.service-list .icon23 .icon {
	background-position: -198px -660px;
}

.service-list .icon24 .icon {
	background-position: -594px -528px;
}

.service-list .icon25 .icon {
	background-position: -330px -660px;
}

.service-list .icon26 .icon {
	background-position: -396px -660px;
}

.service-list .icon27 .icon {
	background-position: -462px -660px;
}

.service-list .icon28 .icon {
	background-position: -528px -660px;
}

.service-list .icon29 .icon {
	background-position: -594px -660px;
}

.service-list .icon30 .icon {
	background-position: 0 -726px;
}

.service-list .icon0:hover .icon {
	background-position: 0 -264px;
}

.service-list .icon1:hover .icon {
	background-position: -66px -264px;
}

.service-list .icon2:hover .icon {
	background-position: -132px -264px;
}

.service-list .icon3:hover .icon {
	background-position: -198px -264px;
}

.service-list .icon4:hover .icon {
	background-position: -264px -264px;
}

.service-list .icon5:hover .icon {
	background-position: -330px -264px;
}

.service-list .icon6:hover .icon {
	background-position: -396px -264px;
}

.service-list .icon7:hover .icon {
	background-position: -462px -264px;
}

.service-list .icon8:hover .icon {
	background-position: -528px -264px;
}

.service-list .icon9:hover .icon {
	background-position: -594px -264px;
}

.service-list .icon10:hover .icon {
	background-position: 0 -330px;
}

.service-list .icon11:hover .icon {
	background-position: -66px -330px;
}

.service-list .icon12:hover .icon {
	background-position: -132px -330px;
}

.service-list .icon13:hover .icon {
	background-position: -198px -330px;
}

.service-list .icon14:hover .icon {
	background-position: -264px -330px;
}

.service-list .icon15:hover .icon {
	background-position: -330px -330px;
}

.service-list .icon16:hover .icon {
	background-position: -396px -330px;
}

.service-list .icon17:hover .icon {
	background-position: -462px -330px;
}

.service-list .icon18:hover .icon {
	background-position: -528px -330px;
}

.service-list .icon19:hover .icon {
	background-position: -594px -330px;
}

.service-list .icon20:hover .icon {
	background-position: 0 -396px;
}

.service-list .icon21:hover .icon {
	background-position: -66px -396px;
}

.service-list .icon22:hover .icon {
	background-position: -132px -396px;
}

.service-list .icon23:hover .icon {
	background-position: -198px -396px;
}

.service-list .icon24:hover .icon {
	background-position: -594px -264px;
}

.service-list .icon25:hover .icon {
	background-position: -330px -396px;
}

.service-list .icon26:hover .icon {
	background-position: -396px -396px;
}

.service-list .icon27:hover .icon {
	background-position: -462px -396px;
}

.service-list .icon28:hover .icon {
	background-position: -528px -396px;
}

.service-list .icon29:hover .icon {
	background-position: -594px -396px;
}

.service-list .icon30:hover .icon {
	background-position: 0 -462px;
}

/* 我的应用 */
.wrap-icons {
	background: #fff;
	border: 1px solid #dfdfdf;
}

.wrap-icons .icons-head {
	height: 48px;
	background: #f7f7f7;
}

.icons-head .icons-title {
	color: #333;
	height: 48px;
	line-height: 48px;
	padding-left: 20px;
	font-size: 15px;
	font-weight: normal;
}

.icons-title i {
	color: #00470c;
	font-style: normal;
}

.icons-list li {
	padding-left: 16px;
	border-top: 1px solid #dfdfdf;
}

.icons-list .icons-piece {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 84px;
	height: 128px;
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.icons-list .icons-piece:hover {
	background: #f7f7f7;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

.icon {
	/*display: block;
	width: 66px;
	height: 66px;
	background: url(../images/icons.png) no-repeat;*/
}

.icons-piece .icon {
	margin: 20px auto 0 auto;
}

.icons-piece .icon-name {
	display: block;
	color: #4e4e4e;
	margin-top: 10px;
}

.icon1 .icon {
	background-position: -66px 0;
}

.icon2 .icon {
	background-position: -132px 0;
}

.icon3 .icon {
	background-position: -198px 0;
}

.icon4 .icon {
	background-position: -264px 0;
}

.icon5 .icon {
	background-position: -330px 0;
}

.icon6 .icon {
	background-position: -396px 0;
}

.icon7 .icon {
	background-position: -462px 0;
}

.icon8 .icon {
	background-position: -528px 0
}

.icon9 .icon {
	background-position: -594px 0;
}

.icon10 .icon {
	background-position: 0 -66px;
}

.icon11 .icon {
	background-position: -66px -66px;
}

.icon12 .icon {
	background-position: -132px -66px;
}

.icon13 .icon {
	background-position: -198px -66px;
}

.icon14 .icon {
	background-position: -264px -66px;
}

.icon15 .icon {
	background-position: -330px -66px;
}

.icon16 .icon {
	background-position: -396px -66px;
}

.icon17 .icon {
	background-position: -462px -66px;
}

.icon18 .icon {
	background-position: -528px -66px;
}

.icon19 .icon {
	background-position: -594px -66px;
}

.icon20 .icon {
	background-position: 0 -132px;
}

.icon21 .icon {
	background-position: -66px -132px;
}

.icon22 .icon {
	background-position: -132px -132px;
}

.icon23 .icon {
	background-position: -198px -132px;
}

.icon24 .icon {
	background-position: -264px -132px;
}

.icon25 .icon {
	background-position: -330px -132px;
}

.icon26 .icon {
	background-position: -396px -132px;
}

.icon27 .icon {
	background-position: -462px -132px;
}

.icon28 .icon {
	background-position: -528px -132px;
}

.icon29 .icon {
	background-position: -594px -132px;
}

.icon30 .icon {
	background-position: 0 -198px;
}

/* open */
.btn_02 {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0 32px;
	background: #e66e1e;
	border: 1px solid #e66e1e;
	border-radius: 2px;
	cursor: pointer;
}

.btn_02:hover {
	text-decoration: none;
}

.cb {
	clear: both;
}

.office_right {
	width: 790px;
	min-height: 774px;
	_height: 774px;
	background: #fff;
	padding: 10px 10px 10px 9px;
}

.pay-launched {
	margin-top: 20px;
	padding: 0 10px;
}

.pay-launched-page {
	width: 750px;
	margin: 0 auto;
}

.pay-launched-tab {
	height: 30px;
	background: url(../images/dtip.png) no-repeat;
	padding-left: 42px;
	overflow: hidden;
	color: #292929;
	text-align: left;
	font: normal 16px/30px "Microsoft Yahei";
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}

.pay-launched-tab span {
	color: #ff3300;
}

.pay-launched-main_in {
	width: 660px;
}

.pay-launched-topic {
	width: 660px;
	padding: 20px 0 30px;
	border-bottom: 1px dashed #ddd;
}

.pay-launched-label {
	height: 126px;
	overflow: hidden;
	margin-left: 40px;
}

.pay-launched-label dl {
	float: left;
	height: 126px;
	width: 169px;
	margin: 0 30px 0 0;
	overflow: hidden;
}

.pay-launched-label dt {
	width: 169px;
	height: 92px;
	overflow: hidden;
}

.pay-launched-label dt.tt1 {
	background: url(../images/pay-launched-label-01.png) no-repeat;
}

.pay-launched-label dt.tt2 {
	background: url(../images/pay-launched-label-02.png) no-repeat;
}

.pay-launched-label dt.tt3 {
	background: url(../images/pay-launched-label-03.png) no-repeat;
}

.pay-launched-label dd {
	text-align: center;
	margin: 0;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
}

.pay-launched-label dd input {
	vertical-align: middle;
	margin: 0;
}

.pay-launched-topic .trade_agreement {
	width: 598px;
	margin: 10px auto 0;
	text-align: center;
	border-top: 1px solid #eeeeee;
	height: 26px;
	padding-top: 15px;
	overflow: hidden;
	line-height: 26px;
	font-size: 12px;
	color: #444444;
}

.pay-launched-topic .trade_agreement a {
	color: #115599;
}

.pay-launched-topic .trade_agreement input {
	margin: 0;
	vertical-align: middle;
}

.trade_apply {
	margin: 0 auto;
	width: 208px;
}

.trade_apply_btn {
	font-size: 14px;
	overflow: hidden;
	background: #e66e1e;
	color: #fff !important;
}

.pay-launched-intro {
	width: 656px;
	margin: 0 auto;
	padding: 30px 0;
	margin: 0 auto;
}

.pay-launched-intro_frame {
	margin: 0 18px 16px 18px;
}

.pay-launched-intro_tab {
	background: url(../images/pay-launched-tb-icon.png) no-repeat left;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px dashed #ccc;
	padding-left: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	text-align: left;
}

.pay-launched-intro_tab span {
	color: #ff3300;
	font-weight: bold;
}

.pay-launched-intro_in {
	padding: 10px;
	text-align: left;
}

.pay-launched-guide {
	font-size: 14px;
	color: #666;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	clear: both;
}

.pay-launched-guide_in {
	margin: 5px 0 15px 0;
}

.pay-launched-guide_in li {
	float: left;
	padding: 0 4px;
	background: url(../images/pay-launched-guide_icon.gif) no-repeat right;
}

.pay-launched-guide_in .btn_left {
	float: left;
	width: 8px;
	overflow: hidden;
	height: 38px;
	background: url(../images/pay-launched-lbg.gif) no-repeat;
}

.pay-launched-guide_in .btn_cent {
	float: left;
	padding: 0 4px;
	overflow: hidden;
	height: 38px;
	background: url(../images/pay-launched-cbg.gif);
	line-height: 38px;
	font-size: 14px;
	color: #11559a;
}

.pay-launched-guide_in .btn_right {
	float: left;
	width: 7px;
	overflow: hidden;
	height: 38px;
	background: url(../images/pay-launched-rbg.gif) no-repeat;
	margin-right: 8px;
	_margin-right: 4px;
}

.pay-mem-flowstep {
	margin-top: 10px;
}

.m130 {
	margin: 0 130px;
	display: inline-block;
}

.pay-mem-flowstep li {
	width: 160px;
	text-align: center;
	float: left;
}

.pay-mem-flowstep .step_name {
	height: 24px;
	font: 100 12px/24px 'simsun';
	overflow: hidden;
	margin-top: 5px;
}

.pay-mem-flowstep .step_no {
	font: bold 14px/21px 'tahoma';
	color: #fff;
	background: url(../images/flowstep_sprite.png) no-repeat -169px -292px;
	height: 24px;
}

.pay-mem-flowstep .step_first .step_no {
	background: url(../images/flowstep_sprite.png) no-repeat 1px -292px;
}

.pay-mem-flowstep .step_last .step_no {
	background: url(../images/flowstep_sprite.png) no-repeat -171px -326px;
}

.pay-mem-flowstep .select .step_no {
	background: url(../images/flowstep_sprite.png) no-repeat 0px -326px;
}

.flowstep_4 .step_last .step_no {
	background: url(../images/flowstep_sprite.png) no-repeat -160px -363px;
}

.pay-launched-hd {
	height: 28px;
	line-height: 28px;
	background: #f7f7f7;
	padding: 0 8px;
	margin-top: 20px;
	margin-bottom: 2px;
	margin-left: 1px;
}

.pay-launched-hd span {
	color: #888888;
}

.warn2 {
	margin-top: 40px;
	color: #888888;
}

.warn2 a {
	color: #115599 !important;
	text-decoration: underline !important;
}

.warn2 p {
	line-height: 20px;
	height: 20px;
}

.warn2 .PAY_icon_vali {
	vertical-align: top;
}

.warn2 li {
	line-height: 20px;
	margin-left: 20px;
}

.PAY_icon_vali {
	background: url(../images/Pay_icon_vali.png) no-repeat;
	font: 100 12px/1.5 'SimSun';
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.pay-bank-min {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/pay-bank-min.png) no-repeat;
	line-height: 18px;
	color: #07F;
	text-indent: -9999px;
	vertical-align: top;
}

.PAY_icon_warn {
	background-position: 0 -30px;
}

.pay-bank-COMM {
	background-position: 0 0;
}

.pay-bank-ACBC {
	background-position: 0 -18px;
}

.pay-bank-ABC {
	background-position: 0 -36px;
}

.pay-bank-BOC {
	background-position: 0 -54px;
}

.pay-bank-CCB {
	background-position: 0 -72px;
}

.pay-bank-CZB {
	background-position: 0 -90px;
}

.pay-bank-HXB {
	background-position: 0 -108px;
}

.pay-launched-bd {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px dashed #d1d1d1;
	padding: 0 0 10px 0;
	margin: 1px 0 0 0;
}

.pay-launched-bd .tip {
	color: #888888;
}

.pay-launched-setp3 .tip {
	width: 460px;
	border-right: 1px dashed #dddddd;
	margin: 20px 10px;
}

.pay-launched-setp3 .tip p {
	background: url(../images/dtip.png) no-repeat left center;
	padding-left: 44px;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
	margin: 0px 0 5px 0;
	height: 30px;
	font: normal 16px/30px "Microsoft Yahei";
	color: #444;
}

.pay-launched-setp3 .tip li {
	font: normal 12px/1.5 "SimSun";
	color: #444;
	margin: 0 0 0 44px;
}

.pay-launched-setp3 .tip li a {
	color: #115599;
	padding-left: 25px;
	background: url(../images/word.png) no-repeat 3px 1px;
	display: inline-block;
	height: 18px;
	text-decoration: underline;
}

.pay-launched-setp3 .download {
	padding: 20px 0 0 35px;
}

.pay-launched-setp3 .download p {
	padding-top: 10px;
}

.pay-launched-setp3 .download a {
	border: 1px solid #40B3FF;
	background: url(../images/word.png) no-repeat 10px 4px #D8EAF9;
	height: 23px;
	width: 160px;
	display: inline-block;
	padding-left: 30px;
	color: #159;
	line-height: 23px;
}

.pay-launched-setp3 .addr {
	background: #f4f9fe;
	width: 600px;
	padding: 12px 114px 12px 55px;
	font-size: 14px;
	line-height: 1.6
}

.pay-launched-setp3 .addr span {
	display: inline-block;
	text-align: right;
	width: 78px;
}

.pay-launched-setp3 .info {
	padding: 12px 0 12px 55px;
	color: #888;
	line-height: 1.6;
}

.pay-launched-setp3 .info a {
	color: #115599;
	text-decoration: underline;
}

.mt40 {
	margin-top: 40px;
}

.center {
	text-align: center;
}

/* valder fields */
/*right content*/
.content {
	float: left;
	display: inline;
	padding: 30px 0 80px 20px;
}

.content .right-content {
	width: 748px;
}

.content .current-position {
	color: #333;
	margin-bottom: 12px;
}

.content .current-position a {
	color: #3F8DD4;
	margin: 0 5px;
}

.content .tab-control {
	height: 40px;
	padding-left: 24px;
	background: #f7f7f7;
	border-bottom: 1px solid #dedede;
}

.tab-control a {
	float: left;
	display: inline;
	position: relative;
	top: 5px;
	color: #333;
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
}

.tab-control a.current {
	height: 35px;
	line-height: 35px;
	padding: 0 11px;
	border: 1px solid #dedede;
	border-bottom: none;
	background: #fff;
}

/*供应管理 添加供应*/
.tab-content {
	color: #333;
	margin-top: 10px;
	background: #fbfbfb;
}

.tab-content th {
	width: 100px;
	height: 42px;
	text-align: right;
	font-weight: normal;
	padding: 5px 0;
	line-height: 16px;
}

.tab-content th i {
	color: #e60012;
	font-family: arial;
	vertical-align: middle;
	margin-right: 3px;
}

.tab-content td {
	color: #666;
	padding: 5px 0 5px 10px;
}

.tab-content .infor-type label {
	color: #333;
	margin-right: 20px;
}

.tab-content .infor-type label input {
	margin-right: 5px;
	vertical-align: middle;
}

.right-content .table-text {
	color: #5f5f5f;
	height: 24px;
	line-height: 24px;
	border: 1px solid #dedede;
	text-align: left;
	padding-left: 3px;
	margin-right: 5px;
	width: 180px;
}

.tab-content .table-long-text {
	width: 340px;
	margin-right: 8px;
}

.tab-content .product-tip {
	margin-top: 5px;
}

.tab-content .title-color .color-box {
	cursor: pointer;
	background: #f00;
}

.tab-content .title-color .color-box i {
	display: block;
	width: 20px;
	height: 17px;
	background: url(../images/small-tip.png) 0 -25px no-repeat;
}

.tab-content .title-color p {
	margin-left: 6px;
	height: 17px;
	line-height: 17px;
}

.tab-content .title-color p b {
	color: #e60012;
	font-weight: normal;
	margin: 0 3px;
}

.tab-content select {
	color: #4e4e4e;
}

.tab-content .industry-classify select {
	width: 178px;
	overflow: hidden;
	border: 1px solid #dedede;
}

.tab-content .search-classify {
	display: block;
	color: #333;
	width: 68px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-top: 6px;
	cursor: pointer;
	border: 1px solid #dedede;
	background: #f7f7f7;
}

.tab-content textarea {
	width: 560px;
	height: 80px;
	resize: none;
	margin: 8px 0;
	padding: 3px;
	line-height: 18px;
	border: 1px solid #dedede;
}

.tab-content .describe-tip p {
	color: #666;
	margin-bottom: 8px;
}

/*upload photo*/
.tab-content .upload {
	padding: 12px;
}

.tab-content .upload li {
	float: left;
	display: inline;
	margin-right: 5px;
}

.upload li .upload-photo {
	width: 88px;
	height: 88px;
	border: 1px solid #dedede;
}

.upload .upload-photo img {
	width: 88px;
	height: 88px;
}

.upload .upload-control {
	width: 60px;
	margin: 6px auto 0 auto;
}

.upload .upload-control span {
	float: left;
	display: inline;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	cursor: pointer;
	background: url(../images/small-tip.png) no-repeat;
}

.upload .upload-control .upload-icon {
	background-position: 0 -45px;
}

.upload .upload-control .select-icon {
	background-position: 0 -60px;
}

.upload .upload-control .delete-icon {
	background-position: 0 -75px;
}

.trade-condition li {
	color: #333;
	height: 28px;
	line-height: 28px;
	margin-top: 10px;
}

.trade-condition li span {
	float: left;
	display: inline;
	width: 80px;
	text-align: left;
}

.trade-condition li input {
	float: left;
	display: inline;
	vertical-align: middle;
	margin-right: 6px;
}

.tab-content .trade-condition li label input {
	width: 150px;
}

.trade-condition .tradition-date {
	width: auto;
	margin-right: 5px;
}

.trade-condition .business-tip {
	color: #666;
	margin-top: 6px;
}

.tab-content .user-define a {
	color: #3f8dd4;
	margin-left: 10px;
}

.tab-content .user-define a:hover {
	text-decoration: underline;
}

.tab-content .home-page label {
	color: #333;
	margin-right: 28px;
}

.tab-content .home-page label input {
	margin-right: 3px;
}

.tab-content .form-btn {
	padding-top: 20px;
}

.tab-content .form-btn label,
.tab-table .tab-table-list label {
	float: left;
	display: inline;
	width: 56px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	background: #3f8dd4;
}

.tab-content .form-btn label input,
.tab-table .tab-table-list label input {
	color: #fff;
	border: none;
	background: none;
	height: 26px;
	line-height: 26px;
}

.tab-content .form-btn a,
.tab-table .tab-table-list a {
	float: left;
	display: inline;
	color: #5b5b5b;
	width: 54px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-left: 24px;
	border: 1px solid #dedede;
}

.tab-table .tab-table-list a {
	color: #5b5b5b;
}

.tab-table .tab-table-list a:hover {
	text-decoration: none;
}

/*供应管理 已发布*/
.tab-table .table-classify {
	padding: 10px 0;
}

.table-classify .selectCls {
	margin-right: 5px;
}

.table-classify .classify-btn {
	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0 6px;
	margin-right: 1px;
	border: none;
	background: #3f8dd4;
}

.tab-table .table-list {
	margin-top: 10px;
}

.tab-table .table-list th {
	color: #4e4e4e;
	height: 30px;
	text-align: center;
	font-weight: normal;
	background: #f7f7f7;
	border: 1px solid #dedede;
}

.tab-table .classify-list th.line1 {
	width: 32px;
}

.tab-table .classify-list th.line2 {
	width: 32px;
}

.tab-table .classify-list th.line3 {
	width: 90px;
}

.tab-table .classify-list th.line4 {
	width: 186px;
}

.tab-table .classify-list th.line5 {
	width: 112px;
}

.tab-table .classify-list th.line6 {
	width: 100px;
}

.tab-table .classify-list th.line7 {
	width: 64px;
}

.tab-table .classify-list th.line8 {
	width: 56px;
}

.tab-table .classify-list th.line9 {
	width: 100px;
}

.tab-table .classify-list td {
	height: 80px;
}

.tab-table .table-list td {
	color: #4e4e4e;
	text-align: center;
	border-bottom: 1px solid #dedede;
	line-height: 16px;
}

.tab-table .classify-list td img {
	cursor: pointer;
	border: 1px solid #dedede;
}

.tab-table .classify-list td.classify-photo img {
	width: 48px;
	height: 48px;
}

.tab-table .classify-list td a {
	display: block;
	color: #509de4;
	text-align: center;
	margin: 8px 0;
}

.tab-table .classify-list td a.control-tip {
	float: left;
	display: inline;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background: url(../images/big-tip.png) no-repeat;
}

.tab-table .classify-list td a.amend-tip {
	background-position: -140px -300px;
}

.tab-table .classify-list td a.copy-tip {
	background-position: -160px -300px;
}

.tab-table .classify-list td a.delete-tip {
	background-position: -180px -300px;
}

.tab-table .classify-list td a.preview-tip {
	cursor: pointer;
	background-position: -200px -300px;
}

.tab-table .classify-list td a:hover {
	text-decoration: underline;
}

/* 广告管理列表 */
.tab-table .ad-list th.line2 {
	width: 80px;
}

.tab-table .ad-list th.line3 {
	width: 200px;
}

.tab-table .ad-list th.line4 {
	width: 240px;
}

.tab-table .ad-list th.line5 {
	width: 130px;
}

.tab-table .ad-list th.line6 {
	width: 100px;
}

.tab-table .ad-list td {
	height: 40px;
}

/* 翻页 */
.tab-table .pages {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

.tab-table .pages .c input {
	padding: 0;
	text-align: center;
}

.tab-table .pages a {
	float: left;
	display: inline;
	height: 26px;
	line-height: 26px;
	margin: 0 2px;
	padding: 0 8px;
	color: #4e4e4e;
	text-align: center;
}

.tab-table .pages a.prePage,
.tab-table .pages a.nextPage {
	width: 48px;
	border: 1px solid #dfdfdf;
}

.tab-table .pages a.prePage {
	margin: 0 12px 0 0;
}

.tab-table .pages a.nextPage {
	margin: 0 0 0 12px;
}

.tab-table .pages a.current {
	border: 1px solid #dfdfdf;
}

.tab-table .pages a:hover {
	color: #fff;
	background: #3F8DD4;
	border-color: #3F8DD4;
}

.tab-table .pages span {
	/*float: left;display: inline;*/
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 6px;
	color: #4e4e4e;
	height: 26px;
	line-height: 26px;
	/*vertical-align: middle;*/
}

.tab-table .classify-operate {
	overflow: hidden;
	zoom: 1;
	padding: 12px 0;
	background: #f7f7f7;
}

.tab-table .classify-operate a {
	float: left;
	display: inline;
	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	margin-left: 16px;
	background: #3f8dd4;
}

.tab-table .classify-operate .file_warp {
	float: left;
	display: inline;
	position: relative;
	height: 26px;
	width: 96px;
	overflow: hidden;
}

.tab-table .classify-operate .file {
	position: absolute;
	top: 0;
	left: 16px;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 26px;
	width: 96px;
	cursor: pointer;
}

.file_btn {
	position: absolute;
	top: 0;
	left: 0
}

.tab-table .classify-operate .tab-table .classify-operate p {
	float: left;
	display: inline;
	color: #333;
	height: 26px;
	line-height: 26px;
}

.tab-table .classify-operate p span {
	margin-left: 16px;
}

/*供应分类*/
.tab-table .supply-list .add-classify {
	color: #ef0303;
}

.tab-table .supply-list .line1 {
	width: 36px;
	text-align: center;
}

.tab-table .supply-list .line2 {
	width: 98px;
}

.tab-table .supply-list .line3 {
	width: 450px;
}

.tab-table .supply-list .line4 {
	width: 164px;
}

.tab-table .supply-list td {
	height: 30px;
}

.tab-table .supply-list .subClass a {
	color: #3f8dd4;
}

.tab-table .supply-list .subClass a:hover {
	text-decoration: underline;
}

.tab-table .supply-list .order-text {
	width: 68px;
	text-align: center;
}

.tab-table .supply-list .supply-text {
	float: left;
	display: inline;
	width: 240px;
}

.tab-table .classify-title {
	color: #4e4e4e;
	margin: 12px 0 6px 0;
}

.tab-table .classify-title span {
	color: #509de4;
}

.tab-content .upload-brand a {
	color: #3f8dd4;
	margin-left: 5px;
}

.tab-content .upload-brand a:hover {
	text-decoration: underline;
}

.tab-content .operate-data {
	color: #3f8dd4;
	overflow: hidden;
	zoom: 1;
}

.tab-content .operate-data p {
	float: left;
	display: inline;
}

.tab-content .operate-data p a {
	color: #3f8dd4;
}

.tab-content .operate-data span {
	color: #3e3e3e;
	float: left;
	display: inline;
	margin-left: 12px;
}

.tab-content .operate-data span i {
	float: left;
	display: inline;
	width: 11px;
	height: 11px;
	margin-right: 10px;
	background: url(../images/small-tip.png) 0 -130px no-repeat;
}

.tab-content .describe-tip {
	margin-top: 20px;
}

/* 品牌管理 */
.tab-table .brand-deport th.line3 {
	width: 150px;
}

.tab-table .brand-deport th.line4 {
	width: 150px;
}

.tab-table .brand-deport th.line5 {
	width: 120px;
}

.tab-table .brand-deport th.line6 {
	width: 120px;
}

.tab-table .brand-deport th.line7 {
	width: 70px;
}

.tab-table .brand-deport th.line8 {
	width: 100px;
}

.tab-table .classify-list td.brand-photo img {
	width: 108px;
	height: 48px;
}

/* 求购管理 */
.tab-table .classify-list .buy-list th.line3 {
	width: 260px;
}

.tab-table .classify-list .buy-list th.line4 {
	width: 136px;
}

.tab-table .classify-list .buy-list th.line5 {
	width: 120px;
}

.tab-table .classify-list .buy-list th.line6 {
	width: 90px;
}

.tab-table .classify-list .buy-list th.line7 {
	width: 100px;
}

.tab-table .narrow-list td {
	height: 40px;
}

/* 问答管理 */
.tab-table .question-deport th.line3 {
	width: 220px;
}

.tab-table .question-deport th.line4 {
	width: 120px;
}

.tab-table .question-deport th.line5 {
	width: 110px;
}

.tab-table .question-deport th.line6 {
	width: 80px;
}

.tab-table .question-deport th.line7 {
	width: 90px;
}

.tab-table .question-deport th.line8 {
	width: 90px;
}

.tab-table .question-deport td {
	height: 40px;
}

.tab-content .invite-list .table-text {
	width: 180px;
}

.tab-content .invite-list input.table-number-text {
	width: 80px;
}

.tab-content .past-due input {
	width: 100px;
}

.tab-content .past-due select {
	margin-right: 5px;
}

.tab-table .invite-deport th.line3 {
	width: 70px;
}

.tab-table .invite-deport th.line4 {
	width: 50px;
}

.tab-table .invite-deport th.line5 {
	width: 50px;
}

.tab-table .invite-deport th.line6 {
	width: 105px;
}

.tab-table .invite-deport th.line7 {
	width: 75px;
}

.tab-table .invite-deport th.line8 {
	width: 80px;
}

.tab-table .invite-deport th.line9 {
	width: 80px;
}

.tab-table .invite-deport th.line10 {
	width: 100px;
}

.tab-table .invite-deport th.line11 {
	width: 60px;
}

.tab-table .invite-deport td {
	height: 40px;
}

.tab-table .resume-deport th.line2 {
	width: 150px;
}

.tab-table .resume-deport th.line3 {
	width: 60px;
}

.tab-table .resume-deport th.line4 {
	width: 60px;
}

.tab-table .resume-deport th.line5 {
	width: 60px;
}

.tab-table .resume-deport th.line6 {
	width: 60px;
}

.tab-table .resume-deport th.line7 {
	width: 90px;
}

.tab-table .resume-deport th.line8 {
	width: 90px;
}

.tab-table .resume-deport th.line9 {
	width: 80px;
}

.tab-table .resume-deport th.line10 {
	width: 80px;
}

.tab-table .resume-deport th.line11 {
	width: 40px;
}

.tab-table .resume-deport td {
	height: 40px
}

.tab-table .release-deport th.line3 {
	width: 150px;
}

.tab-table .release-deport th.line4 {
	width: 150px;
}

.tab-table .release-deport th.line5 {
	width: 50px;
}

.tab-table .release-deport th.line6 {
	width: 140px;
}

.tab-table .release-deport th.line7 {
	width: 70px;
}

.tab-table .release-deport th.line8 {
	width: 50px;
}

.tab-table .release-deport th.line9 {
	width: 100px;
}

.tab-table .release-deport td {
	height: 40px;
}

.tab-table .infor-deport th.line3 {
	width: 240px;
}

.tab-table .infor-deport th.line4 {
	width: 160px;
}

.tab-table .infor-deport th.line5 {
	width: 150px;
}

.tab-table .infor-deport th.line6 {
	width: 120px;
}

.tab-table .infor-deport th.line7 {
	width: 70px;
}

.tab-table .infor-deport th.line8 {
	width: 100px;
}

.tab-table .infor-deport td {
	height: 40px;
}

.tab-content td .table-number-text {
	width: 120px;
}

/* 展会列表 */
.tab-table .exhibition-deport th.line3 {
	width: 200px;
}

.tab-table .exhibition-deport th.line4 {
	width: 120px;
}

.tab-table .exhibition-deport th.line5 {
	width: 80px;
}

.tab-table .exhibition-deport th.line6 {
	width: 120px;
}

.tab-table .exhibition-deport th.line7 {
	width: 80px;
}

.tab-table .exhibition-deport th.line8 {
	width: 120px;
}

.tab-table .exhibition-deport td {
	height: 40px;
}

/* 视频管理 */
.tab-table .video-deport th.line3 {
	width: 120px;
}

.tab-table .video-deport th.line4 {
	width: 200px;
}

.tab-table .video-deport th.line5 {
	width: 100px;
}

.tab-table .video-deport th.line6 {
	width: 130px;
}

.tab-table .video-deport th.line7 {
	width: 60px;
}

.tab-table .video-deport th.line8 {
	width: 100px;
}

.tab-table .video-deport th img {
	width: 60px;
	height: 60px;
}

.tab-table .invest-deport th.line3 {
	width: 220px;
}

.tab-table .invest-deport th.line4 {
	width: 128px;
}

.tab-table .invest-deport th.line5 {
	width: 160px;
}

.tab-table .invest-deport th.line6 {
	width: 100px;
}

.tab-table .invest-deport th.line7 {
	width: 100px;
}

.tab-table .invest-deport td {
	height: 40px;
}

.tab-table .applicant-deport th.line3 {
	width: 180px;
}

.tab-table .applicant-deport th.line4 {
	width: 100px;
}

.tab-table .applicant-deport th.line5 {
	width: 100px;
}

.tab-table .applicant-deport th.line6 {
	width: 120px;
}

.tab-table .applicant-deport th.line7 {
	width: 100px;
}

.tab-table .applicant-deport th.line8 {
	width: 80px;
}

.tab-table .applicant-deport th.line9 {
	width: 120px;
}

.tab-table .applicant-deport td {
	height: 40px;
}

.tab-table .upload-title {
	color: #4e4e4e;
	padding: 16px 0;
	border-bottom: 1px solid #dedede;
}

.tab-table .upload-title span {
	float: right;
	display: inline;
}

.wrap-upload-photo .wrap-select-photo {
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
}

.wrap-select-photo label {
	float: left;
	display: inline;
	margin-top: 6px;
	color: #4e4e4e;
}

.wrap-select-photo label input {
	margin-right: 3px;
	vertical-align: middle;
}

.wrap-select-photo .upload-btn {
	float: right;
	display: inline;
	color: #fff;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	padding: 0 18px;
	background: #3f8dd4;
}

.wrap-upload-photo .upload-photo-list li {
	width: 160px;
	margin: 16px 12px 0 12px;
	float: left;
	display: inline;
}

.wrap-upload-photo .upload-photo-list img {
	width: 160px;
	height: 160px;
}

.wrap-upload-photo .upload-photo-list p {
	width: 160px;
	color: #333;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	margin-top: 10px;
}

.upload-photo-list .handle-photo {
	margin-top: 8px;
}

.upload-photo-list .handle-photo input {
	margin-right: 6px;
	vertical-align: middle;
}

.upload-photo-list .handle-photo a {
	color: #3f8dd4;
	margin-right: 5px;
	cursor: pointer;
	vertical-align: middle;
}

.upload-photo-list .handle-photo a:hover {
	text-decoration: underline;
}

/*pop box*/
.pop-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	z-index: 99998;
}

.pop-box {
	position: fixed;
	z-index: 99999;
	width: 480px;
	background: #fff;
	border: 1px solid #cdcdcd;
}

.pop-box .pop-title {
	position: relative;
	height: 36px;
	background: #eaeaea;
	border-bottom: 1px solid #cdcdcd;
}

.pop-box .pop-title h3 {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
}

.pop-box .pop-title .close-btn {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: url(../images/small-tip.png) 0 -145px no-repeat;
}

.pop-box .pop-body {
	overflow: hidden;
	zoom: 1;
	padding: 20px 0;
}

.pop-box .preview-photo {
	width: 110px;
	height: 110px;
	margin-left: 20px;
}

.pop-box .upload-photo-list {
	float: left;
	display: inline;
	margin-left: 10px;
}

.pop-box .upload-photo-list li {
	overflow: hidden;
	zoom: 1;
	padding: 5px 0;
}

.pop-box .upload-photo-list li input {
	float: left;
	display: inline;
}

.pop-box .upload-photo-list li span {
	float: left;
	display: inline;
	color: #333;
	width: 36px;
	height: 26px;
	line-height: 26px;
	text-align: left;
}

.pop-box .upload-photo-list li .select-file {
	float: left;
	display: inline;
	padding: 0 8px;
	margin-left: 10px;
}

.select-file {
	background: #F7F7F7;
	border: 1px solid #DEDEDE;
	color: #333;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.pop-box .table-text {
	border: 1px solid #DEDEDE;
	color: #5F5F5F;
	height: 24px;
	line-height: 24px;
	padding-left: 3px;
	text-align: left;
}

.pop-box .pop-upload {
	height: 48px;
	border-top: 1px solid #cdcdcd;
	background: #eaeaea;
}

.pop-box .pop-upload .upload-photo-btn {
	position: relative;
	display: block;
	cursor: pointer;
	width: 100px;
	height: 30px;
	margin: 10px auto 0 auto;
	background: #3f8dd4;
}

.pop-upload .upload-photo-btn span {
	position: absolute;
	left: 14px;
	top: 0;
	display: block;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding-left: 24px;
	background: url(../images/small-tip.png) 0 -155px no-repeat;
}

.pop-upload .upload-photo-btn input {
	background: none;
	border: none;
}

/*账号管理*/
.tab-content .handle-btn .search-classify {
	float: left;
	display: inline;
	margin-right: 10px;
}

.tab-content .handle-btn p {
	float: left;
	display: inline;
	height: 26px;
	line-height: 26px;
	margin-top: 6px;
}

.tab-content .selected-classify {
	margin-top: 6px;
}

.tab-content .selected-classify select {
	width: 360px;
	border: 1px solid #DEDEDE;
}

.tab-content .callOut-btn input {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 0;
}

.tab-content .coordinate {
	margin-top: 20px;
}

.right-content .wrap-safty {
	color: #333;
	padding: 10px;
	margin-top: 12px;
	background: #f7f7f7;
}

.wrap-safty .login-status {
	height: 48px;
	background: #fff;
	border: 1px solid #dfdfdf;
}

.wrap-safty .login-status h3 {
	font-size: 20px;
	padding-left: 20px;
	height: 48px;
	line-height: 48px;
}

.login-status .safty-level .level-text {
	font-size: 20px;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
}

.login-status .safty-level .level-color {
	height: 15px;
	width: 160px;
	margin: 18px 0 0 16px;
	background: #d1d1d1;
}

.safty-level .level-color em {
	display: block;
	height: 15px;
}

.safty-level .level-color em.high-level {
	width: 160px;
	background: #5bc92b;
}

.safty-level .level-color em.medium-level {
	width: 120px;
	background: #00470c;
}

.safty-level .level-color em.low-level {
	width: 80px;
	background: #fc4343;
}

.login-status .status-detail {
	height: 14px;
	line-height: 14px;
	margin: 18px 0 0 24px;
}

.login-status .status-detail span {
	margin-left: 5px;
}

.wrap-safty .account-modify {
	margin-top: 10px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-bottom: none;
}

.wrap-safty .account-modify li {
	height: 88px;
	border-bottom: 1px solid #dfdfdf;
}

.account-modify .account-title {
	width: 190px;
	height: 36px;
	margin-top: 26px;
	border-right: 1px solid #dfdfdf;
}

.account-modify .account-tip {
	float: left;
	display: inline;
	width: 40px;
	height: 30px;
	margin: 4px 0 0 20px;
	background: url(../images/big-tip.png) 0 -280px no-repeat;
}

.account-modify h3 {
	float: left;
	display: inline;
	font-size: 18px;
	margin: 8px 0 0 20px;
}

.account-modify .no-verify .account-tip {
	background-position: 0 -310px;
}

.account-modify .account-title-modify {
	width: 490px;
}

.account-modify .account-title-modify p {
	float: left;
	display: inline;
	margin: 36px 0 0 30px;
}

.account-modify-btn {
	float: right;
	display: inline;
	color: #fff;
	height: 25px;
	line-height: 25px;
	width: 64px;
	margin-top: 32px;
	text-align: center;
	background: #3f8dd4;
}

.wrap-portrait {
	overflow: hidden;
	zoom: 1;
	color: #333;
	margin-top: 10px;
	padding: 10px 0;
	background: #f7f7f7;
}

.wrap-portrait .wrap-set-portrait {
	width: 370px;
	padding-bottom: 40px;
	border-right: 1px solid #e6e6e6;
}

.wrap-portrait h3 {
	font-size: 15px;
	margin: 10px 0 0 20px;
}

.wrap-portrait p {
	width: 340px;
	margin: 15px 0 0 20px;
	line-height: 16px;
}

.wrap-current-portrait {
	width: 370px;
}

.wrap-current-portrait .current-portrait {
	width: 200px;
	height: 200px;
	padding: 1px;
	margin: 40px auto 0 auto;
	border: 1px solid #d2d2d2;
}

.wrap-current-portrait .current-portrait img {
	width: 200px;
	height: 200px;
}

.tab-content .on-vertify {
	display: none;
	height: 26px;
}

.tab-content .vertify-tip {
	float: left;
	display: inline;
}

.tab-content .unvertify-tip {
	float: left;
	display: inline;
}

.tab-content .on-vertify em {
	float: left;
	display: inline;
	width: 13px;
	height: 13px;
	margin: 6px 0 0 6px;
	background: url(../images/small-tip.png) no-repeat;
}

.tab-content .on-vertify span {
	float: left;
	display: inline;
	height: 26px;
	line-height: 26px;
	margin-left: 6px;
}

.tab-content .vertify-tip em {
	background-position: 0 -275px;
}

.tab-content .vertify-tip span {
	color: #3f8dd4;
}

.tab-content .unvertify-tip em {
	background-position: 0 -436px;
}

.tab-content .unvertify-tip span {
	color: #e60012;
}

.tab-content .vertify-text {
	float: left;
	display: inline;
}

.tab-content .code img {
	float: left;
	display: inline;
	width: 140px;
	height: 40px;
}

.tab-content .code a {
	float: left;
	display: inline;
	color: #509de4;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
}

.tab-content .code-prompt {
	color: #959595;
	margin-top: 5px;
}

.tab-content .vertify-message {
	padding: 30px 0;
}

.tab-content .message-tip {
	height: 25px;
	width: 25px;
	margin-left: 30px;
	background: url(../images/small-tip.png) 0 -450px no-repeat;
}

.tab-content .message-text {
	margin-left: 10px;
}

.tab-content .message-text h3 {
	color: #333;
	font-size: 14px;
	margin-top: 4px;
}

.tab-content .message-text p {
	color: #666;
	margin-top: 8px;
}

.tab-content .message-text p span,
.tab-content .message-text p a {
	color: #148cbe;
	margin: 0 5px;
}

.tab-content .message-text p a:hover {
	text-decoration: underline;
}

.tab-content .vertify-account {
	padding: 20px 0 30px 0;
}

.tab-content .vertify-account th {
	height: 32px;
}

.tab-content .modify-link {
	color: #509de4;
	margin-left: 30px;
}

.tab-content .modify-link:hover {
	text-decoration: underline;
}

.tab-content .get-code {
	color: #5f5f5f;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	background: #f7f7f7;
	border: 1px solid #dedede;
	margin-left: 10px;
}

.tab-content .password-table th {
	width: 130px;
}

/* 个人资料 */
.wrap-infor {
	border: 1px solid #e1e1e1;
}

.wrap-infor .infor-title {
	height: 48px;
	background: #fafafa;
	border-bottom: 1px solid #e1e1e1;
}

.infor-title .infor-title-tip {
	width: 20px;
	height: 15px;
	margin: 16px 0 0 18px;
	background: url(../images/big-tip.png) -40px -280px no-repeat;
}

.infor-title h3 {
	color: #3f8dd4;
	font-size: 15px;
	font-weight: normal;
	height: 48px;
	line-height: 48px;
	margin-left: 8px;
}

.infor-list {
	position: relative;
	padding: 20px 0;
}

.infor-list li {
	float: left;
	display: inline;
	color: #333;
	font-size: 13px;
	padding: 10px 0 10px 60px;
}

.infor-list li b {
	float: left;
	display: inline;
	font-weight: normal;
	width: 80px;
	text-align: left;
}

.infor-list li span {
	float: left;
	display: inline;
	width: 150px;
}

.infor-list .edit-infor {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	color: #fff;
	height: 34px;
	line-height: 34px;
	width: 90px;
	background: #3f8dd4;
}

.infor-list .edit-infor span {
	float: left;
	display: inline;
	height: 15px;
	width: 15px;
	margin: 10px 6px 0 10px;
	background: url(../images/big-tip.png) -40px -320px no-repeat;
}

.wrap-complete {
	height: 42px;
	border-top: 1px solid #dedede;
}

.wrap-complete .complete-level {
	position: relative;
	width: 218px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #00470c;
	border-right: 1px solid #dedede;
}

.complete-level .triangle-tip {
	position: absolute;
	top: 12px;
	right: -9px;
	height: 18px;
	width: 18px;
}

.complete-level .triangle-tip em,
.complete-level .triangle-tip span {
	border-width: 9px 9px 9px 0;
}

.complete-level .triangle-tip em {
	border-color: transparent #dedede transparent transparent;
}

.complete-level .triangle-tip span {
	left: 1px;
	border-color: transparent #fff transparent transparent;
}

.wrap-complete .rank-role p {
	float: left;
	display: inline;
	height: 42px;
	line-height: 42px;
	margin-left: 20px;
}

.wrap-complete .rank-role a {
	float: right;
	display: inline;
	color: #3f8dd4;
	margin-right: 18px;
	height: 42px;
	line-height: 42px;
}

.wrap-complete .rank-role a:hover {
	text-decoration: underline;
}

.infor-title .optimize-title-tip {
	width: 19px;
	height: 18px;
	margin: 15px 0 0 20px;
	background: url(../images/big-tip.png) -40px -300px no-repeat;
}

.optimize-list li {
	height: 100px;
	border-bottom: 1px dotted #c4c4c4;
}

.optimize-list .optimize-title {
	height: 100px;
	width: 190px;
}

.optimize-title .optimize-tip {
	float: left;
	display: inline;
	width: 26px;
	height: 26px;
	margin: 38px 0 0 20px;
	background: url(../images/big-tip.png) 0 -340px no-repeat;
}

.optimize-title h3 {
	float: left;
	display: inline;
	color: #000;
	font-size: 13px;
	height: 100px;
	line-height: 100px;
	margin-left: 20px;
}

.optimize-list .optimize-content {
	width: 460px;
	/*margin-top: 20px;*/
	margin-top: 35px;
}

.optimize-list .optimize-content p {
	padding: 9px 0;
}

.optimize-content .optimize-remind {
	color: #666;
}

.optimize-content .optimize-remind span {
	color: #00470c;
	margin: 0 5px;
}

.optimize-list .complete-btn {
	float: left;
	display: inline;
	color: #4792d6;
	height: 30px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	margin-top: 32px;
	border: 1px solid #4792d6;
}

.optimize-list .complete-btn:hover {
	color: #fff;
	background: #4792d6;
}

.add-server-number li {
	margin: 8px 0;
}

.add-server-number li label {
	margin-right: 20px;
}

/* 公司新闻 */
.tab-table .news-publish th.line1 {
	width: 50px;
}

.tab-table .news-publish th.line2 {
	width: 300px;
}

.tab-table .news-publish th.line3 {
	width: 150px;
}

.tab-table .news-publish th.line4 {
	width: 80px;
}

.tab-table .news-publish th.line5 {
	width: 100px;
}

.tab-table .news-publish td {
	height: 40px;
}

.news-publish .news-handle a {
	float: left;
	display: inline;
	width: 50px;
}

.news-publish .message-handle a {
	display: block;
	width: 100px;
}

.tab-table .news-publish a {
	color: #3F8DD4;
}

.tab-table .news-publish a:hover {
	text-decoration: underline;
}

/* 添加新闻 */
.tab-content .add-news-table .search-classify {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #3F8DD4;
	margin-left: 10px;
}

.add-news-table .form-btn label {
	margin-right: 20px;
}

.tab-table .honour-deport th.line1 {
	width: 120px;
}

.tab-table .honour-deport th.line2 {
	width: 160px;
}

.tab-table .honour-deport th.line3 {
	width: 160px;
}

.tab-table .honour-deport th.line4 {
	width: 100px;
}

.tab-table .honour-deport th.line5 {
	width: 100px;
}

.tab-table .honour-deport th.line6 {
	width: 100px;
}

.honour-deport .honour-handle a {
	float: left;
	display: inline;
	width: 50px;
}

.honour-deport img {
	width: 60px;
	height: 60px;
}

.tab-table .classify-list td.job a {
	float: none;
	width: auto;
}

.line_height16 {
	line-height: 16px;
}

.f_red {
	color: red
}

.f_blue {
	color: #26A2DD !important;
	font-weight: 700;
}

.f_orange {
	color: #f60 !important;
	font-weight: 700;
}

.f_green {
	color: green;
}

#catesch strong {
	color: red;
	display: block;
}

.wx_menu {
	overflow: hidden;
}

.wx_menu .f1 {
	width: 245px;
	float: left;
	margin-top: 30px;
}

.wx_menu .f1 .f1text {
	float: left;
	border-bottom: 2px solid #eee;
	height: 24px;
	line-height: 24px;
}

.wx_menu .f1 li {
	float: left;
}

.wx_menu .f2 {
	float: left;
	padding-left: 5px;
	margin-top: 10px;
	height: 24px;
	line-height: 24px;
}

.wx_menu .f2 li {
	float: left;
}

.right-content .text-child {
	width: 162px;
}

.menu_tc_yes,
.submit {
	background: #589fdf;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border: none;
}

.menu_tc_no,
.close {
	background: #ddd;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border: none;
}

.menu_tc_yes,
.menu_tc_no {
	margin: 0 10px;
}

.menu_tc {
	height: 300px;
	width: 600px;
	left: 35%;
	position: absolute;
	top: 200px;
	display: none;
	background-color: #fff;
	border: 2px solid #589fdf;
	;
}

.menu_tc .menu_tc_header {
	height: 36px;
	line-height: 36px;
	background: #eee;
}

.menu_tc .menu_tc_header h3 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
}

.menu_tc td {
	padding: 12px 0 12px 24px;
}

.menu_tc td .link_item {
	margin-right: 12px;
}

.menu_tc td .link_item input {
	margin-right: 5px;
}

.wx_menu .f2 .menu_cat {
	width: 150px;
}

.menu_cat {
	margin-right: 5px;
	padding-left: 3px;
	text-align: left;
	width: 180px;
	float: left;
	height: 24px;
	line-height: 24px;
}

#weixin-plat {
	float: right;
	width: 715px;
}

#weixin-plat .fir_menu {
	background: #f2f2f2;
	height: 40px;
}

#weixin-plat .fir_menu a {
	display: inline-block;
	color: #000;
	padding: 0 40px;
	line-height: 40px;
}

#weixin-plat .fir_menu .on {
	background: #fff;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

#weixin-plat .sed_menu {
	margin-top: 10px;
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
}

#weixin-plat .sed_menu a {
	display: inline-block;
	color: #979797;
	padding: 0 20px;
	line-height: 40px;
}

#weixin-plat .notice {
	margin: 25px 0;
	padding-left: 25px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #ff590b;
	background: #f2f2f2;
}

#weixin-plat .news .tab_menu li {
	float: left;
}

#weixin-plat .news .tab_menu li.current {
	color: #51a0e5;
	border-bottom: 2px solid #51a0e5;
}

.tab_content {
	clear: both;
	color: #333;
	background: #fff;
}

#pop_2 .tab_con {
	top: 20px
}

#weixin-plat .news .tab_conItem {
	width: 710px;
	height: 800px;
}

#weixin-plat .radio input {
	margin: 0 5px 0 15px;
}

#weixin-plat .textarea-content {
	display: block;
	width: 670px;
	height: 240px;
	margin: 20px auto;
}

#weixin-plat .text_submit {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #d7d7d7;
	color: #010101;
	background: #fff;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
}

#weixin-plat .keyword_table {
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	text-align: center;
}

#weixin-plat .keyword_table th,
#weixin-plat .keyword_table td {
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	height: 38px;
	line-height: 38px;
}

#weixin-plat .keyword_table th {
	width: 160px;
	background: #f2f2f2;
}

#weixin-plat .manage_table th {
	width: 257px;
}

#weixin-plat .keyword_table td a {
	color: #999;
}

#weixin-plat .keyword_table .true {
	color: #2a7ad9;
}

#weixin-plat .keyword_table .false {
	color: #fd0000;
}

.weixin_pop {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 460px;
	margin-left: -230px;
	margin-top: -240px;
	border: 2px solid #589fdf;
	background: #fff;
	z-index: 100;
}

.weixin_pop .imgselected {
	margin-bottom: 10px;
	overflow: hidden;
}

.weixin_pop .imgbox {
	border: 1px solid #c4cece;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	width: 356px;
}

.weixin_pop .imgbox h4 {
	background: #313131 none repeat scroll 0 0;
	color: #fff;
}

#pop_2 {
	height: 580px;
	margin-top: -290px;
}

.set_form {
	margin-top: 20px;
	display: none;
}

.set_forms {
	margin-top: 20px;
	display: none;
}

.weixin_pop h3,
.set_form h3 {
	background: #589fdf;
	color: #fff;
	padding-left: 20px;
	height: 28px;
	line-height: 28px;
}

.weixin_pop .list-box,
.set_form .list-box {
	padding: 20px;
}

.weixin_pop .list_tit,
.set_form .list_tit {
	background: #f2f2f2;
	height: 36px;
	line-height: 36px;
}

.weixin_pop .list_tit,
.set_forms .list_tit {
	background: #f2f2f2;
	height: 36px;
	line-height: 36px;
}

.weixin_pop .input-wraper,
.set_form .input-wraper {
	float: right;
	width: 180px;
}

.weixin_pop .input-wraper input,
.set_form .input-wraper input {
	margin: 0 8px 0 20px;
}

.weixin_pop .list-input,
.set_form .list-input {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f2f2f2;
}

.weixin_pop .list-input,
.set_forms .list-input {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f2f2f2;
}

.weixin_pop .list-input input,
.set_form .list-input input {
	margin-right: 8px;
}

.weixin_pop .list-input a,
.set_form .list-input a {
	float: right;
	margin-right: 10px;
}

.weixin_pop .pages,
.set_form .pages {
	margin-top: 10px;
	float: right;
}

.weixin_pop .pages span,
.set_form .pages span {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: 1px solid #e8e8e8;
	text-align: center;
}

.weixin_pop .botton_wraper {
	margin-top: 20px;
	clear: both;
	text-align: center;
}

#pop_1 .botton_wraper {
	margin-top: 100px
}

.weixin_pop .botton_wraper button {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border: none;
}

.weixin_pop .botton_wraper .yes {
	background: #589fdf;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border: none;
}

.weixin_pop .botton_wraper .no {
	background: #999;
}

.weixin_pop .input_text {
	margin-bottom: 20px;
}

.weixin_pop .input_texts {
	height: 100px;
	margin-bottom: 10px;
	line-height: 100px;
}

.weixin_pop .input_texts label {
	height: 100px;
	margin-bottom: 10px;
	line-height: 100px;
	float: left;
}

.weixin_pop .input_text label {
	width: 80px;
	margin-right: 25px;
}

.weixin_pop .input_text .tit_input {
	border: 1px solid #e8e8e8;
	height: 30px;
	line-height: 30px;
	width: 280px;
}

.set_form p {
	padding-left: 20px;
}

.img_view {
	width: 80px;
	margin-bottom: 20px;
}

.file_notice {
	font-size: 12px;
	color: #f99c23;
	float: right;
	width: 133px;
	margin-top: -19px;
}

.textarea_jianjie {
	width: 300px;
	height: 80px;
}

#weixin-plat .weixin_pop .tab_conItem {
	width: 400px;
	height: 150px;
}

#weixin-plat .pop_add_wraper {
	text-align: right;
}

#weixin-plat .pop_add {
	display: inline-block;
	margin: 0 100px 20px 0;
	border: none;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #559ee2;
}

#weixin-plat .pop_adds {
	display: inline-block;
	margin: 0 100px 20px 0;
	border: none;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #559ee2;
}

#weixin-plat .manage_add {
	margin-top: 20px;
}

#weixin-plat .manage_adds {
	margin-top: 20px;
}

#weixin-plat .pop4_add {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 50px;
	display: inline-block;
	border: none;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #559ee2;
}

#pop24_2 {
	z-index: 10000;
}

#pop_2 {
	z-index: 99;
}

#pop_2 .news {
	margin-top: 70px
}

#pop_2 .botton_wraper {
	margin-top: 20px;
}

#pop_2 .news .tab_menu li.current {
	border-bottom: none;
}

#pop_2 .tab_menu .radio {
	margin: 0 10px 0 20px;
}

#pop_2 .text_box {
	width: 310px;
	height: 150px;
	float: right;
	margin-top: -15px;
}

#pop_3 {
	z-index: 100;
}

.edits {
	display: none;
}

#pop_3 .input_text label {
	width: 84px;
	margin-right: 25px;
	float: left;
	text-align: righttab_co
}

#pop_3 .radio_p {
	display: inline-block;
	width: 310px;
	font-size: 12px;
}

.weixin_pop .radio_p {
	display: inline-block;
	width: 310px;
	font-size: 12px;
}

#pop_3 .radio_p label {
	float: none;
	width: 200px;
}

#pop_3 .keyword_tab {
	display: none;
}

#pop_3 .keyshow_tab {
	display: block
}

.weixin_pop .keyword_tab {
	display: none;
}

.weixin_pop #keyword_textarea {
	display: block;
}

#pop_3 #keyword_textarea {
	display: block;
}

#pop_3 .textImg_content {
	margin-top: 15px;
}

#pop_4 {
	z-index: 999;
}

#pop_4 .imgselected {
	overflow: hidden;
	margin-bottom: 10px;
}

#pop_4 .imgbox {
	border: 1px solid #c4cece;
	width: 356px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}

#pop_4 .imgbox img {
	width: 100%;
}

#pop_4 .pop_add {
	float: left;
	width: 50px;
	text-align: center;
	padding: 0;
	margin: 0;
}

#pop_4 .add-box-module {
	display: block;
	text-align: center;
	width: 50px;
	display: inline-block;
	border: none;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #559ee2;
	padding: 0;
	cursor: pointer;
}

.imgbox_1 h4 {
	background: #313131;
	color: #fff;
}

#pop_4 .imgbox_2 img {
	border: 1px solid #c4cece;
	width: 80px;
	height: 80px;
	float: right;
	margin: 20px;
}

#pop_4 .imgbox_2 h4 {
	margin: 10px;
	width: 210px;
	float: left;
}

.second-nav {
	float: left;
	display: inline;
	width: 136px;
	color: #777;
	font-size: 13px;
	padding-left: 48px;
}

.pull-down {
	position: relative;
	top: -1px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #fff;
	border-bottom: 1px dotted #dedede;
}

.third-nav {
	display: none;
	position: absolute;
	top: -100px;
	right: -1px;
	width: 89px;
	z-index: 99;
	background: #fff;
	border: 1px solid #ff6600;
}

.second-nav {
	position: absolute;
	width: 89px;
	z-index: 999;
	color: #4B4B4B;
}

.pull-down a {
	color: #4B4B4B;
}

.application li {
	position: relative;
	top: -1px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #fff;
	border-bottom: 1px dotted #dedede;
}

.application li.has-third-nav {
	height: 39px;
	line-height: 39px;
	border: 1px solid #ff6600;
}

.application li.has-third-nav .second-nav {
	position: absolute;
	width: 88px;
	z-index: 999;
	border-right: 1px solid #fff;
}

.application li:hover .hover-class {
	color: #f60;
}

.px16 {
	font-size: 16px;
}

/*尾部*/
html .work_footer {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	color: #999;
	line-height: 40px;
	height: 40px;
	border-top: #DDDDDD 1px solid;
}

html .work_footer-copyright {
	float: left;
	margin-left: 20px;
}

html .work_footer-nav {
	float: right;
	margin-right: 20px;
}

html .work_footer-nav a {
	color: #999 !important;
	margin: 0 5px;
}
.left-nav .member li a.upbut{ display: block;  padding: 0 10px; border-radius: 12px;  border: 2px solid; border-color: #29621e #275e1c #1d4715; line-height: 34px;background-image: linear-gradient(to bottom,#45b436 0%,#3ca933 50%,#3e952d 50%,#337c1d 100%); color: #fff;}