﻿/*
@名称: base
@功能: 重设浏览器默认样式
*/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html { color: #000; background: #fff; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }
a { line-height:normal; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; }

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea { font: 12px/1.5 Verdana,tahoma,sans-serif; }
input, select, textarea { font-size: 100%; }

/* 去掉各Table cell 的边距并让其边重合 */
table { border-collapse: collapse; border-spacing: 0; }

/* IE bug fixed: th 不继承 text-align*/
th { text-align: inherit; }

/* 去除默认边框 */
fieldset, img { border: 0; }

/* ie6 7 8(q) bug 显示为行内表现 */
iframe { display: block; }

/* 去掉 firefox 下此元素的边框 */
abbr, acronym { border: 0; font-variant: normal; }

/* 一致的 del 样式 */
del { text-decoration: line-through; }

address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 500; }

/* 去掉列表前的标识, li 会继承 */
ol, ul { list-style: none; }

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th { text-align: left; }

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

q:before, q:after { content: ''; }

/* 统一上标和下标 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* 默认不显示下划线，保持页面简洁 */
ins, a { text-decoration: none; }

/* 清理浮动 */
.fn-clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/*  for IE6 IE7 */
.fn-clear { zoom:1; }

/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide { display: none; }

/* 设置内联, 减少浮动带来的bug */
.fn-left, .fn-right { display: inline; }
.fn-left { float: left; }
.fn-right { float: right; }﻿
.g-align-right{ text-align:right;}

/*基本颜色*/
.g-color-333 {
	color: #333;
}
.g-color-666 {
	color: #666;
}
.g-color-777{
	color:#777;
}
.g-color-888{
	color:#777;
}
.g-color-999 {
	color: #999;
}

/*基本边距*/
.g-m-t-5 {
	margin-top: 5px;
}
.g-m-t-10 {
	margin-top: 10px;
}
.g-m-r-5 {
	margin-right: 5px;
}
.g-m-r-10 {
	margin-right: 10px;
}
.g-m-b-5 {
	margin-bottom: 5px;
}
.g-m-b-10 {
	margin-bottom: 10px;
}
.g-m-l-5 {
	margin-left: 5px;
}
.g-m-l-10 {
	margin-left: 10px;
}

/*网站头部*/
.g-head {
	height: 126px;
	background: #DEDEDE;
	font-size: 10px;
	position:relative;
	z-index:3;
}
.g-head .g-960{
	position:relative;
}
.g-head .g-head-rt {
	text-align: right;
	position: relative;
}
.g-head .g-head-rt .g-head-phone {
	text-align: left;
	display: inline-block;
	width: 316px;
	height: 21px;
	line-height: 21px;
	margin: 5px 2px 0 0;
	background: #DEDEDE;
}
.g-head .g-head-rt .g-head-phone .us {
	margin-left: 50px;
}
.g-head .g-head-rt .g-head-phone .cn {
	margin-left: 55px;
}

.g-head .g-head-rt .g-langs-us {
	display: inline-block;
	width: 90px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	position: relative;
	cursor: default;
}
.g-head .g-head-rt .g-langs-us img {
	position: absolute;
	left: 5px;
	top: 5px;
}
.g-head .g-head-rt .g-langs-cn {
	width: 88px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 23px;
	
	border: solid 1px #e0e0e0;
	border-top: none;
}
.g-head .g-head-rt .g-langs-cn a {
	font-size: 10px;
}
.g-head .g-head-rt .g-langs-cn img {
	position: absolute;
	left: 5px;
	top: 8px;
}
.g-head .g-nav {
	left: 310px;
    position: absolute;
    top: 67px;
    width: 626px;
    text-decoration:none;
}
.g-head .g-nav .g-subnav {
	position:absolute; width:auto;
}
.g-head .g-nav .g-subnav div{
	float:left;
	height:30px;
}
.g-head .g-nav .g-subnav .arrow{
	position:absolute;
	width:11px;
	height:10px;
	top:-6px;
	left:49%;
}
.g-head .g-nav .g-subnav .navleft{
	float:left;width:6px;height:30px;	
}
.g-head .g-nav .g-subnav .navright{
	float:left;width:6px;height:30px;	
}
.g-head .g-nav .g-subnav a{
	font-size:12px;margin:0;border:none;
	color:#ccc;
	line-height:31px;
	margin:0 5px;
  text-decoration:none;
}
.g-head .g-nav .forhiw{
	left:187px;top:53px;
}
.g-head .g-nav .aboutus{
	left:226px;top:53px;
}
.g-head .g-nav .g-subnav a:hover{
	color:White;border:none;
	text-decoration:none;
}
.g-head .g-nav .g-subnav .current{
	font-weight:bold;
	color:white;
  text-decoration:none;
}
.g-head .g-nav a {
	color: #333;
	margin-right: 9px;
	font-size: 14px;
	border-color:#999;
  text-decoration:none;
}
.g-head .g-nav a:hover {
	border-bottom:solid 2px #999;
	text-decoration:none;
}
.g-head .g-nav .current {
	border-bottom:solid 2px #999;
  text-decoration:none;
}
.g-head .g-nav .postjob,.g-head .g-nav .postjob:hover{
	border-color:#7abb0f;
  text-decoration:none;
}
.g-head .g-nav .findjob,.g-head .g-nav .findjob:hover{
	border-color:#23c5f3;
  text-decoration:none;
}
.g-head .g-nav .big {
	font-size: 16px;
	font-weight: bold;
  text-decoration:none;
}
.g-head .g-logo {
	display: inline-block;
	margin: 15px 0 0 0;
}
.g-head .g-unsign{
	position:absolute;
	right:0;
	top:65px;
}
.g-head .g-signed{
	position:absolute;
	right:0;
	top:65px;
	width:185px;
	height:45px;
	background: url(/images/ex/head.png) no-repeat -127px -27px;
}
.g-head .g-signed .ui-icon-mail,.g-head .g-signed .ui-icon-mail-gray{
	position:absolute;
	right:13px;
	top:15px;	
}
.g-head .g-signed img{
	position:absolute;
	left:9px;
	top:6px;
	z-index:2;
}
.g-head .g-signed .nickname{
    font-size: 12px;
    height: 40px;
    padding-left: 50px;
    line-height: 40px;
    position: absolute;
    top: 2px; 
    width: 90px;
    overflow:hidden;
    cursor:pointer;
    z-index:2;
}
.g-head .g-signed .g-dropmenu{
	position:absolute;
	z-index:1;
	top:-3px;
	left:-2px;
	width:144px;
	height:0;
	padding-top:49px;
	background: url(/images/ex/head.png) no-repeat -318px 0;
	
}
.g-head .g-signed .g-dropmenu ul{
	width:144px;
	border-top:solid 1px #d5d5d5;
	background: url(/images/ex/head.png) repeat-y -465px 0;
}
.g-head .g-signed .g-dropmenu ul li{
	height:25px; overflow:hidden;
	line-height:16px;
	border-top:solid 1px white;
	border-bottom:solid 1px #d5d5d5;
	width:139px;
	margin-left:1px;
  padding-top:10px;
}
.g-head .g-signed .g-dropmenu ul li a{
	font-size:12px;
	display:block;
	color:#333;
	padding-left:10px;
}
.g-head .g-signed .g-dropmenu ul li a:hover{
	color:#ff6600;
	background-color:#f9f9f9;
	font-weight:bold;
}
.g-head .g-signed .g-dropmenu ul li.last{
	border-bottom:none;
}
.g-head .g-signed .g-dropmenu .g-dropmenu-btm{
	height:5px;
	background: url(/images/ex/head.png) no-repeat -318px -70px;
	overflow:hidden;
}
/*页面主内容区宽度*/
.g-1000 {
	width: 1000px;
	margin: 0 auto;
}
.g-970 {
	width: 970px;
	margin: 0 auto;
}
.g-960 {
	width: 960px;
	margin: 0 auto;
}
.g-950 {
	width: 950px;
	margin: 0 auto;
}
.g-920 {
	width: 920px;
	margin: 0 auto;
}
.g-900 {
	width: 900px;
	margin: 0 auto;
}

/*文字对齐*/
.g-align-right{ text-align:right;}
.g-align-left{ text-align:left;}
.g-align-center{ text-align:center;}

/*横向分割线*/
.g-spliter{overflow:hidden;  height:2px; background:url(/images/ex/spliter_01.png) repeat-x;}

/*网站底部*/
.g-footer{border-top:solid 1px #e1e1e1; padding:25px 0 15px 0; background-color:#fff; margin-top:10px;}
.g-footer .down-layout{vertical-align:middle;}
.g-footer ul{}
.g-footer li{ float:left; display:inline; width:137px;}
.g-footer li.last{ margin-right:0;}
.g-footer li strong{ display:block;}
.g-footer li a{ color:#666; display:inline-block;margin-top:7px;}
.g-footer li a:hover{ text-decoration:underline;}
.g-footer li.last a{ margin-right:4px;}
.g-footer .g-copyright {color:#666; text-align:center; padding-top:20px;}
.g-footer .g-copyright a{ color:#666;}

body{ min-width:960px;}

/*分页 -  临时*/
.page i,.page a,.page_item i{display:block;width:22px;height:22px;line-height:22px;float:left;overflow:hidden;cursor:pointer;margin-right:3px;text-align:center;color:#333;font-size:14px;}
.page i{background:#FF9000 url(/images/ex/en_pic.png) no-repeat -266px -581px;}
.page .next{background-position: -294px -581px;}
.page .corrent{font-weight:800;background:#FFE899;}
.page_item i{display:inline-block;width:23px;height:20px;line-height:20px;float:none;margin-right:5px;}
.page_item .corrent{border:1px solid #FF9000;font-weight:800;}
.page .fr{ float: right;}
.mr10 {
    margin-right: 10px;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix a { line-height:normal; }
.clearfix .t{ font:bold 12px "Verdana"; color:#A0522D; }
.clearfix .s{height:30px;line-height:30px;}
.clearfix .s label{ font-weight:bold; margin-left:10px; margin-right:10px; color:#FF6347; }
.clearfix .u{height:30px;line-height:30px;}
.clearfix .u label{ font-weight:bold; margin-left:10px; margin-right:10px; color:#A0522D; width:400px; display:inline-block; }
.clearfix .r{float:right;height:20px;line-height:20px;}

.mt20{ margin-top:20px;}
.mb20{ margin-bottom:20px;}
.page .fl {
    float: left;
    font-size:12px;
}﻿/*
	ui组件样式
*/
/*
	全站通用loading状态图标
*/
.ui-loading {
	width: 230px;
	height: 70px;
	color: #666;
	border: 1px solid #a2e5ff;
	background: #f3fbfe;
	overflow: hidden;
	z-index: 9999;
}
.ui-loading img {
	position: relative;
	left: 20px;
	top: 20px;
}
.ui-loading span {
	position: relative;
	top: 9px;
	left: 30px;
}

/*
	弹窗样式
*/
.ui-pop {
	width: 400px;
	position: absolute;
	z-index: 11;
	border-right: solid 2px #e5e5e5;
	border-bottom: solid 2px #e5e5e5;
}
.ui-pop .ui-pop-head {
	position: relative;
	top: 1px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	border: solid 1px #6c8343;
	border-bottom: none;
	background-color: #829E52;
	color: White;
}
.ui-pop .ui-pop-head .ui-pop-close {
	position: absolute;
	right: 11px;
	top: 8px;
	width: 10px;
	height: 10px;
	background: url(/images/ex/pop_cross.gif) no-repeat;
	cursor: pointer;
}
.ui-pop .ui-pop-content {
	padding: 10px 15px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	background-color: #fff;
	border: solid 1px #d5d5d5;
	border-bottom: solid 1px #EFEFEF;
	border-right: solid 1px #aaa;
}
.ui-pop .ui-pop-content .ui-pop-content-title {
	margin: 5px 0;
	font-size: 16px;
	font-weight: bold;
}
.ui-pop .ui-pop-button {
	padding: 5px 0;
	background-color: #f5f5f5;
	text-align: right;
	border: solid 1px #d5d5d5;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
	border-top: none;
}
.ui-pop .ui-pop-button a {
	-moz-user-select: none;
	margin-right: 5px;
	font-size: 14px;
	cursor: pointer;
}

/*
	弹窗覆盖层
*/
ui-layer {
	background-color: #fff;
	z-index: 10;
}

/*
	按钮
*/
.ui-btn{
	cursor:pointer;
	border:none;
	background: url(/images/ex/buttons.png) no-repeat;
}
.ui-btn-signin{
	display:inline-block;
	width:82px;
	height:27px;
	background-position:-82px -27px;	
}
.ui-btn-signin:hover{
	background-position: 0 -27px;
}
.ui-btn-reg{
	display:inline-block;
	width:82px;
	height:27px;
	background-position:-82px -54px;
}
.ui-btn-reg:hover{
	background-position: 0 -54px;	
}
.ui-btn-003{
	display:inline-block;
  float:left;
	width:183px;
	height:46px;
	line-height:46px;
	color:#fff;
	font-size:18px;
	text-align:center;
	background-position:0 -173px;
  left:0;
}
.ui-btn-002{
	display:inline-block;
	width:185px;
	height:45px;
	line-height:45px;
	color:#fff;
	font-size:22px;
	text-align:center;
  padding-top:10px;
	background-position:0 -173px;	
}
.ui-btn-002 a{
  color:#FFF;
}
.ui-btn-001{
	display:inline-block;
	width:242px;height:58px;
	line-height:58px;
	color:#fff;
	font-size:22px;
	text-align:center;
	background-position:-245px -118px;
}
.ui-btn-001 :hover{
	background-position:-1px -118px;
}
.ui-btn-004{
	display:inline-block;
	width:82px; height:27px;
	line-height:27px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-position:-185px -173px;
}
/*
	站内信提示
*/
.ui-icon-mail{
	display:inline-block;
	width:20px;
	height:15px;
	background:url(/images/ex/icons.png) no-repeat 0 0;
}
.ui-icon-mail-gray{
	display:inline-block;
	width:20px;
	height:15px;
	background:url(/images/ex/icons.png) no-repeat 0 -16px;
}
.ui-icon-inews{
	display:inline-block;
	width:31px;
	height:33px;
	background:url(/images/ex/icons.png) no-repeat -219px 0;
}
.ui-icon-draft{
	display:inline-block;
	width:30px;
	height:33px;
	background:url(/images/ex/icons.png) no-repeat -189px 0;
}
.ui-icon-delete{
	display:inline-block; 
	overflow:hidden;
	width:8px;
	height:8px;
	cursor:pointer;
	background:url(/images/ex/icons.png) no-repeat -23px -20px;
}
.ui-icon-pin{
	display:inline-block; 
	width:31px;
	height:31px;
	background:url(/images/ex/icons.png) no-repeat -160px 0;
}
.ui-icon-check{
	display:inline-block; 
	width:17px;
	height:17px;
	background:url(/images/ex/icons.png) no-repeat -40px -16px;
}
/*
	首页数字
*/
.ui-num { display:inline-block;width:200px;height:33px;font:bold 24px "Verdana";color:#1E90FF;}

/*
	技能分类图标
*/
.ui-icon-cate{ background:url(/images/ex/icons-cate.png)  no-repeat; display:inline-block;}
.ui-icon-cate-ld{ width:14px; height:14px; background-position:0 0;}
.ui-icon-cate-wt{width:14px; height:14px;background-position:-15px 0;}
.ui-icon-cate-wd{width:14px; height:15px;background-position:-30px 0;}
.ui-icon-cate-sd{width:14px; height:14px;background-position:-45px 0;}
.ui-icon-cate-sm{width:14px; height:15px;background-position:-60px 0;}
.ui-icon-cate-os{width:14px; height:15px;background-position:-75px 0;}

/*
	社交网络图标
*/
.ui-icon-social{display:inline-block; width:16px;height:16px; background:url(/images/ex/icons.png)  no-repeat; }
.ui-icon-twitter{ background-position:-23px 0;}
.ui-icon-facebook{background-position: -48px 0;}
.ui-icon-sina{background-position: -73px 0;}
.ui-icon-youtube{background-position: -98px 1px;}
.ui-icon-gplus{background-position:-121px 0;}

/*
	搜索框
*/
.ui-search{width:336px; height:32px; position:relative;}
.ui-search .ui-search-txt{position:absolute;top:0px;width:288px;line-height:30px;height:30px;padding-left:10px;color:#999; border:none;background:url(/images/ex/searchbox-bg.png) no-repeat;}
.ui-search .ui-search-sbt{ position:absolute;right:3px; width:35px;height:31px;border:none; cursor:pointer; background:url(/images/ex/buttons.png) no-repeat -457px 0;}

/*
	文本框
*/
.ui-txtbox{outline:none; line-height:24px; height:24px; padding-left:5px; border:solid 1px #d0d0d0;  background:url(/images/ex/txtbox_bg.png) no-repeat #fff; }
.ui-txtarea{outline:none; padding:5px; border:solid 1px #d0d0d0;  background:url(/images/ex/txtarea_bg.png) no-repeat #fff; resize:none; }

/*
	模拟下拉框
*/
.ui-select{ position:relative;z-index: 1;display:inline;border:solid 1px #d0d0d0;padding:5px 0;  background:url(/images/ex/txtbox_bg.png) no-repeat left top #fff; }
.ui-select .ui-select-cur{display:inline;white-space:nowrap; cursor:pointer;  padding:0 40px 0 5px; line-height:24px; background:url(/images/ex/arrow_002.png) no-repeat 96% 7px; }
.ui-select .ui-select-dropmenu{ position:absolute;top:23px;left:0; background-color:#fff; border:solid 1px #d0d0d0;}
.ui-select .ui-select-dropmenu li{ line-height:24px;padding:0 40px 0 5px; cursor:pointer; white-space:nowrap; }
.ui-select .ui-select-dropmenu li:hover,.ui-select .ui-select-dropmenu li.hover,.ui-select .ui-select-dropmenu li.select{ background-color:#f0f0f0;}


#account_list { width:450px; display:none; line-height:16px; height:140px; overflow-y:scroll; padding:10px; margin-right:-10px; }
#account_wu { width:450px; display:none; line-height:16px; height:140px; overflow-y:scroll; padding:10px; margin-right:-10px; }
#account_bw { width:450px; display:none; line-height:16px; height:140px; overflow-y:scroll; padding:10px; margin-right:-10px; }
#tr {height:25px;line-height:25px;border-bottom:1px solid #CCC;}
.btn_account{width:84px; height:25px;border:0;cursor:pointer;background:url(/images/ex/buttons.png) no-repeat -183px -174px;color:#FFF;margin:5px 0;}
/*ajax - order*/
#order{display:none;width:800px;height:480px;padding:10px;margin-right:-10px;overflow-y:scroll;overflow-x:hidden;}
#note{display:none;width:300px;height:80px;padding:10px;margin-right:-10px;overflow-y:scroll;overflow-x:hidden;}
hr{
	color:red;
	background-color:red;
	height:1px;
	line-height:1px;
	font-size:0;
	border:none;
	width: 100%;
	float: right;
	display:block;/*改变hr的显示风格*/
	text-align:right;/*右对齐*/
}

hr.faded {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
	line-height: 1px;
	font-size: 0;
	border: none 0;
  margin: 1.4em 0;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, rgb(255,255,255)), color-stop(0.1, rgb(221,221,221)),color-stop(0.9, rgb(221,221,221)),color-stop(1, rgb(255,255,255)));
 background-image: -webkit-linear-gradient(left center,rgb(255,255,255) 0%,rgb(221,221,221) 10%,rgb(221,221,221) 90%,rgb(255,255,255) 100%);
}

/*table css*/
.stripe_tb table{ border:0; width:99%; background:#f5fcff; overflow:hidden; }
.stripe_tb th { color:#CF4F4F; border-bottom:1px solid #73938E; text-align:left; padding:0 2px; background:url(/images/ex/manage_r3_c11.jpg) left bottom repeat-x; height:30px;font:11px "Verdana"; }
.stripe_tb th span { float:right; margin-right:1px; padding-top:4px; font:11px "Verdana"; }
.stripe_tb td {margin:0; padding:5px !important; height:20px; border-bottom:1px solid #73938E; border-right:1px solid #73938E; word-wrap:break-word; overflow:hidden; line-height:normal; font:11px "Verdana"; }
.stripe_tb td textarea { width:100%; height:300px; float:left; }
.stripe_tb td span { float:right; text-align:right; }
.stripe_tb tr.alt td{background:#F3F8F7; }
.stripe_tb tr.over td{background:#DBE6E3; }
.stripe_tb p { clear:both; margin:2px 0; padding:0; line-height:1.4em; font:11px "Verdana"; }
.stripe_tb A { line-height:12px; }
.stribe_tb .head { background:#CCC; }

#unchange{margin-left:10px; color:#FF0000; vertical-align:middle;}
.unchange{font:bold 13px "Verdana"; color:#CCC;}
#red{color:#FF0000;background:#FAFAD2;}
#verify_logo{text-align:center;padding-top:10px;}
/*pagination*/
#page_red{font-weight:bold;color:#f00;}
/*account 新增按钮*/
.add_new_account{width:26px;height:23px;line-height:23px;background:url(/images/ex/n-bottom.gif)no-repeat 0 -92px;}
.add_new_button{width:160px; height:23px;line-height:23px;margin-left:26px;background:url(/images/ex/n-bottom.gif)no-repeat 0 0;color:#FFF;}
.faq_tb{padding:2px;margin:2px 0;}
.faq_title{text-align:right;font:bold 12px "verdana";}
.radio {vertical-align:middle;}
/*faq reply*/
.reply{width:90%;margin:30px auto 10px auto; padding:10px; background:#F5F5F5; border:1px solid #CCC;display:block;}
.reply p{line-height:24px; margin:2px 0; padding:0;}
.reply span{float:left;padding:0 0 10px 0; display:block; color:#FF6347}
/*6月24日加入计算器背景*/
.gold{background:#FFD700;}