/************ Layout ************/

html,
body {
	height: 100%;
}

body {
	/*overflow-x: hidden;*/
}
.nav-container{
	width:1190px !important;
}
#container {
	position: relative;
	min-width: 1190px;
	min-height: 100%;
}

header {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 100%;
	background-color: #333;
}

header .header-container {
	position: relative;
	width: 1190px;
	height: 34px;
	margin: 0 auto;
	z-index: 99;
}
.header-left .download-APP{
	position:relative;
}
header .header-right {
	position: absolute;
	top: 0;
	right: 0;
}
.header-left span{
	float:left;
}
.header-left i{
	line-height: 34px;
	color: #fff;
	cursor: pointer;
	font-style:normal;
	padding-right:8px;
	margin-left:40px;
	display:inline-block;
}
.header-left .download-APP .slip .recover{
	height:10px;
	width:10px;
	position: absolute;
	top:13px;
	display: inline-block;
}
.header-left .download-APP .slip-off{
	position:absolute;
	padding:10px;
	background:#fff;
	left:173px;
	box-shadow: 0 0 3px #999;
	display:none;
}
.header-left .download-APP .slip-off img{
	width:90px;
	height:90px;
}
header .header-left a,
header .header-right a,
header .header-left span,
header .header-right span {
	line-height: 34px;
	color: #fff;
}
.rotate-x{
	-moz-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg); 
}
.rotate-y{
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg); 
}

header .header-right span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12px;
	text-align: center;
}

header .header-right .dropdown-wrap {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

header .header-right .dropdown-wrap:hover .dropdown {
	display: block;
}

header .header-right .dropdown-wrap .dropdown {
	display: none;
	position: absolute;
	top: 34px;
	right: 0;
	width: 70px;
	background-color: #333;
}

header .header-right .dropdown-wrap .dropdown li {
	height: 34px;
	line-height: 34px;
}

header .header-right .dropdown-wrap .dropdown li a {
	display: block;
	width: 100%;
	text-align: center;
}

header .header-right .dropdown-wrap .dropdown li a:hover {
	color: #fff;
	background-color: #ff9933;
	transition: background-color 0.3s;
	/* Firefox 4 */
	-moz-transition: background-color 0.3s;
	/* Safari & Chrome */
	-webkit-transition: background-color 0.3s;
	/* Opera */
	-o-transition: background-color 0.3s;
}


/* Navigation */

nav {
	width: 100%;
	min-width: 1px;
	height: 73px;
}

nav .nav-container-outer {
	position: relative;
	width: 100%;
	height: 70px;
	/* nav border-bottom + background height */
	padding-bottom: 3px;
	/* 8px */
	/*background: url(../img2/common/nav-bg.png) repeat-x left bottom;*/
	box-shadow: 0 0px 10px #999;
	background-color: #fff;
}

/*nav .nav-container-outer.nav-fixed {
	position: fixed;
	top: 0;
	z-index: 98;
	opacity: 0.8;
}

nav .nav-container-outer.nav-fixed:hover {
	opacity: 1;
}*/

nav .nav-container {
	position: relative;
	width: 1190px;
	height: 100%;
	margin: 0 auto;
}

nav .logo {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 350px;
	height: 100%;
	line-height: 100%;
	background: url(../img2/common/nav-logo.png) no-repeat left center;
}

nav .logo a {
	display: block;
	width: 158px;
	height: 100%;
}

nav .nav {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 100%;
	position:relative;
}

nav .nav li {
	float: left;
	padding: 0 10px;
	margin-right: 25px;
	border-bottom: 3px solid #fff;
}
nav .nav li .up-arrow{
	position: absolute;
	top:30px;
	left:55px;
	width:8px;
	height:8px;
	background:url(../img2/icon/icon-carat-1-s.png) no-repeat center;
}

nav .nav li a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 100%;
	line-height: 70px;
	font-size: 18px;
	color: #999;
}

nav .nav li.active {
	border-bottom: 3px solid #3ba354;
}

nav .nav li.active a {
	color: #666;
}

nav .placeholder {
	width: 100%;
	height: 78px;
}

#content {
	width: 100%;
	/* For footer */
	padding-bottom: 300px;
}

#content .content-loading {
	width: 100%;
	padding: 150px 0;
	background: url(../img2/common/loading.gif) no-repeat center;
}

#content .content-container {
	display: none;
	margin: 0 auto;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: grey;
}

footer article.hot_links {
	display: block;
	height: 130px;
	background-color: #f1f1f1;
}

footer article.hot_links div {
	width: 1190px;
	padding-top: 25px;
	margin: 0 auto;
}

footer article.hot_links div p {
	margin-bottom: 20px;
}

footer article.hot_links div a {
	float: left;
	padding: 0 20px 10px 0;
	white-space: nowrap;
}

footer .footer-container .copyright-wrap {
	padding: 10px 0;
	background-color: #3ba354;
}

footer .footer-container .copyright {
	width: 1190px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

footer .footer-container .copyright p {
	height: 30px;
	line-height: 30px;
}

footer .footer-container .copyright a {
	color: #fff;
}

footer .footer-container .nav-wrap {
	border-top: 1px solid #ccc;
	background-color: #f1f1f1;
}

footer .footer-container .nav-wrap .nav {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

footer .footer-container .nav-wrap .nav .nav-col {
	float: left;
	height: 115px;
	border-right: 1px dotted #999;
}
footer .footer-container .nav-wrap .nav .abolish{
	border:0;
}
footer .footer-container .nav-wrap .nav .hotline {
	width: 130px;
	padding-right: 20px;
}

footer .footer-container .nav-wrap .nav .hotline img {
	display: block;
	margin: 0 auto;
}

footer .footer-container .nav-wrap .nav .hotline .text_middle,
footer .footer-container .nav-wrap .nav .hotline .text_bottom {
	display: block;
	padding-top: 10px;
	text-align: center;
	color: #999;
}

footer .footer-container .nav-wrap .nav .hotline .text_middle {
	font-size: 18px;
	font-weight: bold;
}

footer .footer-container .nav-wrap .nav .hotline .text_bottom {
	font-size: 16px;
}

footer .footer-container .nav-wrap .nav .links {
	position: relative;
	padding: 0 35px;
}

footer .footer-container .nav-wrap .nav .links h3 {
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
footer .footer-container .nav-wrap .nav .APP{
	padding:0 20px;
}
footer .footer-container .nav-wrap .nav .APP h3{
	text-align: center;
	margin-bottom:6px;
}
footer .footer-container .nav-wrap .nav .APP img{
	width:90px;
	height:90px;
}
footer .footer-container .nav-wrap .nav ul {
	position: absolute;
	bottom: 0;
}

footer .footer-container .nav-wrap .nav ul li {
	padding-top: 6px;
}

footer .footer-container .nav-wrap .nav li a {
	color: #999;
}

footer .footer-container .nav-wrap .weibo {
	position: relative;
	width: 74px;
	height: 100%;
	margin: 0 20px;
	background: url(../img2/common/footer-weibo.jpg) no-repeat top center;
}

footer .footer-container .nav-wrap .weibo .button {
	position: absolute;
	left: 6px;
	bottom: 0;
}

footer .footer-container .nav-wrap .QRcode {
	padding-left: 20px;
	border: 0 !important;
}

#float_toolbar {
	position: fixed;
	bottom: 260px;
	right: 20px;
	z-index: 100;
}

#float_toolbar .gotop,
#float_toolbar .QRcode,
#float_toolbar .share {
	display: block;
	width: 58px;
	height: 58px;
    text-align: center;
    color: #c4c4c4;
	background-color: #fff;
}

#float_toolbar .gotop .iconfont,
#float_toolbar .QRcode .iconfont,
#float_toolbar .share .iconfont {
    line-height: 58px;
    font-size: 26px;
}

#float_toolbar .gotop {
	opacity: 0;
	visibility: hidden;
    cursor: pointer;
	border: 1px solid #ddd;
	background:url(../img/10_03.jpg)no-repeat center center #fff;
}

#float_toolbar .gotop.active {
	opacity: 1;
	visibility: visible;
}

#float_toolbar .gotop:hover {
    color: #ff9933;
}

#float_toolbar .QRcode {
	position: relative;
	margin-top: -1px;
	border: 1px solid #ddd;
	background:url(../img/1e_07.jpg)no-repeat center center #fff;
}

#float_toolbar .QRcode .QRcode-content {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: -162px;
}

#float_toolbar .QRcode .QRcode-content img {
	margin-right: 20px;
	border: 1px solid #ddd;
}

#float_toolbar .QRcode .QRcode-content .QRcode-content-arrow {
	position: absolute;
	right: 14px;
	bottom: 8px;
	width: 7px;
	height: 13px;
	background: url(../img2/common/right-arrow.png) no-repeat center;
}

#float_toolbar .QRcode:hover .QRcode-content {
	opacity: 1;
	visibility: visible;
}

#float_toolbar .share {
	position: relative;
	margin-top: -1px;
	border: 1px solid #ddd;
}

#float_toolbar .share .share-content {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: -140px;
}

#float_toolbar .share:hover .share-content {
	opacity: 1;
	visibility: visible;
}

#float_toolbar .share .share-content .share-content-inner {
	width: 108px;
	margin-right: 20px;
	padding: 10px 5px;
	border: 1px solid #ddd;
	background-color: #fff;
}

#float_toolbar .share .share-content .share-content-arrow {
	position: absolute;
	right: 14px;
	bottom: 8px;
	width: 7px;
	height: 13px;
	background: url(../img2/common/right-arrow.png) no-repeat center;
}

#float_toolbar .share .share-content .title {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

#float_toolbar .share .share-content .share-qzone {
	display: block;
	height: 30px;
	line-height: 30px;
    text-align: left;
	text-indent: 25px;
	color: #333;
	background: url(../img2/common/share-qzone.png) no-repeat left center;
}

#float_toolbar .share .share-content .share-qq {
	display: block;
	height: 30px;
	line-height: 30px;
    text-align: left;
	text-indent: 25px;
	color: #333;
	background: url(../img2/common/share-qq.png) no-repeat left center;
}

#float_toolbar .share .share-content .share-weibo {
	display: block;
	height: 30px;
	line-height: 30px;
    text-align: left;
	text-indent: 25px;
	color: #333;
	background: url(../img2/common/share-weibo.png) no-repeat left center;
	cursor: pointer;
}

#float_toolbar .share .share-content .share-qzone:hover,
#float_toolbar .share .share-content .share-qq:hover,
#float_toolbar .share .share-content .share-weibo:hover {
	color: #ff9933;
}

/* Related links */

article.related_links {
	display: block;
	padding: 20px 0;
	background-color: #f1f1f1;
}

article.related_links .wrap {
	width: 1190px;
	margin: 0 auto;
}

article.related_links .breadcrumb,
article.related_links .row {
	height: 30px;
	line-height: 30px;
}

article.related_links .breadcrumb span,
article.related_links .breadcrumb a,
article.related_links .row span,
article.related_links .row a {
	color: #999;
}

article.related_links .breadcrumb a:hover,
article.related_links .row a:hover {
	color: #ff9933;
}

article.related_links .breadcrumb span {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

article.related_links .breadcrumb a {
	float: left;
	margin-right: 10px;
}

article.related_links .row span {
	float: left;
	margin-right: 10px;
}

article.related_links .row a {
	float: left;
	width: 90px;
	max-width: 90px;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.drop-down{
	color:#333;
}

/***** Common *****/


/* transition */

.float_toolbar .gotop,
#float_toolbar .gotop:hover,
.float_toolbar .QRcode img {
	transition: all 0.3s;
	/* Firefox 4 */
	-moz-transition: all 0.3s;
	/* Safari & Chrome */
	-webkit-transition: all 0.3s;
	/* Opera */
	-o-transition: all 0.3s;
}


/* color */

header .header-left a:hover,
header .header-right a:hover,
nav .nav li a:hover,
footer .footer-container .copyright a:hover,
footer .footer-container .nav-wrap .nav li a:hover,
footer article.hot_links div a:hover{
	color: #ff9933;
}

nav .nav .post-management a:hover,
nav .nav .resume-management a:hover{
	color:#999;
	cursor: default;
}
footer article.hot_links div p,
footer article.hot_links div a {
	color: #999;
}
nav .nav .postList a:hover,
nav .nav .resumeList  a:hover{
	color: #369550;
	cursor: pointer;

}
nav .nav-container .nav .post-management,nav .nav-container .nav .resume-management{
	position:relative;
	border:0;
	height:73px;
}
.postList,.resumeList,.merchants-list{
	position:absolute;
	background:#fff;
	top:73px;
	left:-10px;
	z-index:100;
	box-shadow: 0 3px 5px #aaa;
}

nav .nav .postList li,nav .nav .resumeList li{
	float:none;
    text-align: center;
    width: 90px;
    margin-right: 0;
    border:1px solid #fff;
    height:30px;
}
nav .nav .postList li:hover,nav .nav .resumeList li:hover{
    border:1px solid #369550;
}
nav .nav .postList li a,nav .nav .resumeList li a{
	display: block;
    line-height: 30px;
    height:30px;
    font-size: 15px;
    width:90px;
    color: #999;
}
nav .nav .post-management .up-arrow,nav .nav .resume-management .up-arrow{
	left:88px;
}
nav .nav .merchants-list{
	left:-16px;
}
nav .nav .merchants-list li{
	float:none;
	text-align: center;
	width:70px;
	margin-right:0;
	border:1px solid #fff;
	cursor: pointer;
	height: 30px;
}
nav .nav .merchants-list li:hover{
	border:1px solid #3ba354;
}
nav .nav .merchants-list li a{
	display:block;
	height: 30px;
    line-height: 30px;
	font-size: 14px;
    color: #999;
	cursor: pointer;
}
nav .nav .merchants-list li a:hover{
	color:#3ba354;
}
/*首页顶部增加广告*/
.index {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 70px;
}
.advertise {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

/*新增样式 2019.2.18*/
.click-look{
	position: fixed;
	bottom: 20%;
	left: 40%;
	width: 377px;
	height: 193px;
	background: url(../img2/fdsj.gif) no-repeat;
	z-index: 10;
}

.login-cl{
	float: left;
	width: 150px;
	height: 120px;
	margin-left: 110px;
	margin-top: 60px;
	cursor: pointer;
}

.close-cl{
	float: right;
	width: 40px;
	height: 30px;
	cursor: pointer;
}
