/* CSS Document */
/*reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight:normal;
}
body {
	height:1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
*zoom:1;
}
/*body*/
a {
	text-decoration:none;
}
html {
	/*position:relative;*/
	width:100%;
	height:100%;
}
body {
	position:relative;
	background-color:#f1f1f2;
	color:#6d6d6d;
	font:12px/1.5 '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif, "\5B8B\4F53";
}
/* header start */
.header {
	width:999px;
	margin:2px auto;
}
.logo {
	display:inline;
	float:left;
	width:133px;
	height:31px;
	overflow:hidden;
	margin:20px 60px 0 10px;
	direction:ltr;
	text-indent:-9999px;
}
.logo a{
	display:block;
	width:133px;
	height:31px;
	background:url(../images/logo_1.png) no-repeat 0 0 transparent;
	direction:ltr;
	text-indent:-9999px;
}
.nav {
  margin-left:12px;
}
.nav li {
	display:inline;
	float:left;
	width:69px;
	height:69px;
	margin:0 10px;
	font-size:13px;
	font-weight:bold;
}
.nav li a {
	display:block;
	height:69px;
	padding-left:4px;
	line-height:69px;
	color:#6d6d6d;
}

#idea li.nav-idea{ background:url(../images/bg_nav_0.png) no-repeat 0 0 transparent;}
#service li.nav-service{ background:url(../images/bg_nav_0.png) no-repeat 0 -70px transparent;}
#works li.nav-works{ background:url(../images/bg_nav_0.png) no-repeat 0 -140px transparent;}
#contact li.nav-contact{ background:url(../images/bg_nav_0.png) no-repeat 0 -210px transparent;}
#contact li.nav-contact a { padding:5px 0 0 8px;}
#idea li.nav-idea a,#service li.nav-service a,#works li.nav-works a,#contact li.nav-contact a{color:#fff;}
/*
.nav li.curr {
	background:url(../images/bg_nav.gif) no-repeat 0 0 transparent;
}
.nav li.curr a {
	color:#fff;
}
.nav li.nav-idea {
	background-position:0 0;
}
.nav li.nav-service {
	background-position:0 -65px;
}
.nav li.nav-works {
	background-position:0 -130px;
}
.nav li.nav-welfare {
	background-position:0 -195px;
}
.nav li.nav-recruit {
	background-position:0 -260px;
}
.nav li.nav-contact {
	background-position:0 -325px;
}*/
/* header end */

/* category start */
.category-wrap {
	width:100%;
	height:70px;
	background-color:#f1f1f2;
	/*-moz-box-shadow:0px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.1);
	box-shadow:0px 1px 5px rgba(0,0,0,0.1);
	margin-bottom:5px;*/
}
.category-bg {
	width:100%;
	height:29px;
	background:#2faae2 url(../images/bg_nav_1.png) repeat-x 0 0;
	/*-moz-box-shadow:0px 3px 5px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0px 3px 5px rgba(0,0,0,0.1) inset;
	box-shadow:0px 3px 5px rgba(0,0,0,0.1) inset;*/
}
.category-inner {
	width:100%;
	height:100%;
	margin-top:-29px;
}
.category {
	position:relative;
	width:784px;
	height:74px;
	margin:0 auto;
	padding:0 208px 0 10px;
}
.cate-name {
	position:absolute;
	top:0;
	left:10px;
	width:360px;
	height:29px;
	background:url(../images/txt_catename.png) no-repeat 0 0;
	direction:ltr;
	text-indent:-9999px;
}
/* category end */

/* main */
.main-wrap {
	width:100%;
	height:100%;
	background:url(../images/bg_main.jpg) repeat 0 0;
}
.main-inner{
	width:100%;
	height:100%;
	background:url(../images/bg_main_inner.jpg) repeat-x 0 0;
	padding-top:1px;
}
.main {
	position:relative;
	width:999px;
	margin:0 auto;
	padding-bottom:25px;
}
/*#welfare  .category-bg {
	background-color:#4CE39E;
	background-position:0 -90px;
}*/
#welfare  .cate-name{
	background-position:0 -90px;
}
.item-welfare {
	display:inline;
	position:relative;
	float:left;
	width:488px;
	height:304px;
	overflow:hidden;
	padding:1px;
	background-color:#fff;
	-moz-box-shadow:0 2px 6px rgba(157,157,157,0.2);
	-webkit-box-shadow:0 2px 6px rgba(157,157,157,0.2);
	box-shadow:0 2px 6px rgba(157,157,157,0.2);
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;*/
	z-index:99;
}
.item-welfare img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}
.item-welfare figcaption, .welfare-box figcaption {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:34px;
	overflow:hidden;
	padding:26px 0 0 25px;
	background:url(../images/bg_more4.png) no-repeat 1px 0 transparent;
	_background:url(../images/bg_more4.gif) no-repeat 1px 0 transparent;
	line-height:30px;
	/*padding-left:55px;
	font-weight:bold;*/
	/*color:rgba(0,0,0,0.8);*/
	color:#6d6d6d;
}
.more {
	position:absolute;
	left:9px;
	top:16px;
	width:34px;
	height:34px;
	overflow:hidden;
	direction:ltr;
	text-indent:-9999px;
}
.welfare-box {
	display:inline;
	position:relative;
	float:left;
	width:233px;
	height:304px;
	overflow:hidden;
	margin:0 0 25px 20px;
	padding:1px;
	background-color:#fff;
	-moz-box-shadow:0 2px 6px rgba(157,157,157,0.2);
	-webkit-box-shadow:0 2px 6px rgba(157,157,157,0.2);
	box-shadow:0 2px 6px rgba(157,157,157,0.2);
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;*/
	z-index:99;
}
.welfare-box img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}
.welfare-box figcaption {
	background-position:0 -130px;
}
.item-welfare figcaption.hover,.welfare-box figcaption.hover{
	height:44px;
	padding:16px 0 0 55px;
	font-weight:bold;
	background-position:1px -65px;
}
.item-welfare img{ width:488px; height:304px;}
.welfare-box img{ width:233px; height:304px;}
.welfare-box figcaption.hover{
	background-position:0px -195px;
}
.pages {
	text-align:center;
	color:rgba(129,129,129,1);
}
.pages a {
	padding:0 5px;
	font-size:20px;
	line-height:20px;
	color:#818181;
}
.pages a.page-curr {
	color:#ff94a4;
}
.item-join {
	display:inline;
	position:relative;
	float:left;
	width:233px;
	height:304px;
	margin:0 0 25px 20px;
	padding:1px;
	background:#fff url(../images/pic_joinwelfare.gif) no-repeat 35px 8px;
	-moz-box-shadow:0 2px 6px rgba(157,157,157,0.2);
	-webkit-box-shadow:0 2px 6px rgba(157,157,157,0.2);
	box-shadow:0 2px 6px rgba(157,157,157,0.2);
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;*/
	/*color:rgba(0,0,0,0.8);*/
	color:#6d6d6d;
	cursor:pointer;
}
.title-join {
	padding:170px 0 0 15px;
	font-size:12px;
	line-height:16px;
}
.subtitle-join {
	padding-left:15px;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}
.item-join .more {
	position:absolute;
	top:150px;
	left:168px;
	width:56px;
	height:57px;
	background:url(../images/bg_go.gif) no-repeat 0 0;
}
/*welfare detail */
.title-pic{
	height:40px;
	margin-bottom:20px;
	padding-left:15px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
}
.title-pic span{
	margin-left:25px;
	font-size:12px;
	font-weight:normal;
}
.title-pic a{
	padding:0 25px;
	color:#000;
}
.title-pic a.selected{
	color:#4ce39e;
}
.pic-salary{
	margin:0 auto;
	text-align:center;
}
.pic-salary img{
	display:block;
	margin:0 auto;
}
.picscroll{
	position:relative;
	width:830px;
	height:405px;
	margin:0 auto;
}
.pics{
	width:707px;
	height:405px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/bg_imgscroll.jpg) no-repeat right 0;
	text-align:center;
}
.pics img{
	display:block;
	width:677px;
	height:405px;
	margin:0 auto;
}
.left-btn,.right-btn{
	position:absolute;
	top:160px;
	left:0;
	width:39px;
	height:41px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/btn.gif) no-repeat 0 0;
	direction:ltr;
	text-indent:-9999px;
}
.left-btn{
    display:none;
}
.right-btn{
	left:auto;
	right:0;
	background-position:0 -45px;
}
.left-btn:hover,.right-btn:hover{
	color:#ccc;
}
/* main end */

/* workspage */
/*#works .category-bg {
	background-color:#9fe101;
	background-position:0 -60px;
}*/
#works .cate-name{
	background-position:0 -60px;
}
.subnav {
	display:inline;
	float:right;
}
.subnav li {
	display:inline;
	float:left;
	width:137px;
	height:29px;
	margin-right:18px;
	background:url(../images/bg_subnav.png) no-repeat 0 0;
	text-align:right;
	color:#fff;
	line-height:29px;
	font-size:13px;
}
.subnav li:last-child {
	margin-right:0;
}
.subnav li a {
	display:block;
	width:95px;
	height:100%;
	padding-right:25px;
	color:#fff;
}
.subnav li.selected {
	height:39px;
	background-position:0 -30px;	
}
/*.subnav li.selected a{
	*color:#000;
}*/
#works .subnav li.selected{
	background-position:0 -30px;
}
.works-list {
	position:relative;
	width:999px;
	height:662px;
}
.works-list figure img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}
.works-list figure:nth-child(4) {
	margin-right:0;
}
#works .item-join {
	/*position:absolute;
	bottom:0;
	right:0;*/
	margin:0 0 25px 0;
	background:#fff url(../images/bg_joinworks.gif) no-repeat 105px 8px;
}
.works-box {
	display:inline;
	position:relative;
	float:left;
	width:233px;
	height:304px;
	overflow:hidden;
	margin:0 18px 25px 0;
	padding:1px;
	background-color:#fff;
	-moz-box-shadow:0 2px 6px rgba(157,157,157,0.2);
	-webkit-box-shadow:0 2px 6px rgba(157,157,157,0.2);
	box-shadow:0 2px 6px rgba(157,157,157,0.2);
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;*/
	z-index:99;
}
.works-box figcaption {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:165px;
	overflow:hidden;
	padding:0px 0 0 12px;
	background:url(../images/bg_more.png) no-repeat 0 0;
	/*color:rgba(0,0,0,0.8);*/
	color:#6d6d6d;
}
.works-box figcaption.hover{
	height:60px;
}
.works-box figcaption.hover .title-works{
	display:none;
}
.works-box figcaption.hover .subtiitle-works{
	padding:18px 0 0 45px;
}
/*.works-box figcaption.hover .moreworks{
	display:block;
}*/
.works-box figcaption.hover {
	background-position:0 -165px;
}
.title-works {
	padding:10px 0;
	font-weight:bold;
	line-height:20px;
	color:#2faae2;
}
.class1 .title-works {
	color:#8eca00;
}
.class2 .title-works {
	color:#64ca00;
}
.class3 .title-works {
	color:#21ca00;
}
.class4 .title-works {
	color:#00ca93;
}
.class5 .title-works {
	color:#00cac8;
}
.subtiitle-works {
	font-weight:bold;
	line-height:14px;
}
.moreworks {
	display:block;
	position:absolute;
	left:9px;
	bottom:9px;
	width:33px;
	height:33px;
	background:url(about:blank);
	direction:ltr;
	text-indent:-9999px;
	overflow:hidden;
}
#works a.page-curr {
	color:#2faae2;
}
/*works detail */
.title-cases{
	height:18px;
	margin:11px 0 8px 15px;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
}
.subtitle-cases{
	margin:0 0 5px 15px;
}
.subtitle-cases span{
	margin:0 5px;
}
span.title-thirdnav{
	font-weight:bold;
	color:#2faae2;
	margin-left:0px;
}
.pic-cases{
	display:inline;
	float:left;
	width:617px;
	height:470px;
	margin:0 15px;
}
.pic-cases-list{
	width:617px;
	height:405px;
	overflow:hidden;
	margin-bottom:5px;
	background:url(../images/bg_imgscroll.jpg) no-repeat right 0;
}
.pic-cases-list img{
	display:block;
	width:602px;
	height:405px;
}
.bulls{
	font-size:20px;
	line-height:20px;
	text-align:center;
}
.bulls span{
	padding:0 3px;
	color:#7f7f7f;
	cursor:pointer;
}
.bulls span.selected{
	color:#2faae2;
}
.txt-cases{
	position:relative;
	float:left;
	width:235px;
	height:415px;
}
.txt-cases-detail{
	width:235px;
	line-height:20px;
	margin-bottom:5px;
}
.txt-cases-detail h3{
	color:#2faae2;
}
.btn-cases-detail{
	position:absolute;
	right:0;
	bottom:0;
	width:235px;
	height:38px;
}
.btn-cases-detail a{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/bg_detail.png) no-repeat 0 0;
	overflow:hidden;
	direction:ltr;
	text-indent:-9999px;
}
.pic-digit{
	width:692px;
	margin-right:0;
}
.pic-digit .pic-cases-list{
	width:692px;
}
.pic-digit .pic-cases-list img{
	width:677px;
}

.popup-digit span.title-thirdnav,.popup-digit .txt-cases-detail h3{
	color:#8fca00;
}
.popup-digit .btn-cases-detail a{
	background-position:0 -40px;
}
/* workspage end */

/* job */
/*#job .category-bg {
	background-color:#63d7ff;
	background-position:0 -120px;
}*/
#job .cate-name{
	background-position:0 -120px;
}
.left {
	display:inline;
	float:left;
	width:745px;
	margin-right:20px;
}
.job-list {
}
.job-box {
	margin-bottom:30px;
	background-color:#fff;
}
.department {
	height:34px;
	background-color:#63d7ff;
	line-height:34px;
	-moz-box-shadow:0px 3px 5px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0px 3px 5px rgba(0,0,0,0.1) inset;
	box-shadow:0px -3px 5px rgba(0,0,0,0.1) inset;
}
.department span {
	display:inline;
	float:left;
	text-align:center;
	font-weight:bold;
	color:#737373;
}
.department-name {
	width:100px;
	padding-left:10px;
}
.department span.department-name {
	color:#fff;
	background:-ms-linear-gradient(left, #62d3fb 5%, #4ca8ef);
 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#62d3fb, endColorstr=#4ca8ef);/*IE<9>*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#62d3fb, endColorstr=#4ca8ef)";/*IE8+*/
	background:-moz-linear-gradient(left, #62d3fb 5%, #4ca8ef);
	background:-webkit-gradient(linear, 0 50%, 100% 50%, from(#62d3fb), color-stop(0.05, #4ca8ef), to(#4ca8ef));
	background:-webkit-linear-gradient(left, #62d3fb 5%, #4ca8ef);
	background:-o-linear-gradient(left, #62d3fb 5%, #4ca8ef);
	background:linear-gradient(left, #62d3fb 5%, #4ca8ef);
}
.job-name {
	width:105px;
}
.edu {
	width:125px;
}
.years {
	width:120px;
}
.type {
	width:88px;
}
.department span.operation {
	width:178px;
	padding-right:10px;
	font-size:34px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	text-shadow:2px 3px 2px rgba(0, 0, 0,0.5);
	line-height:28px;
	cursor:pointer;
}
.vacancy {
	display:none;
	padding-bottom:14px;
}
.job-box ul {
	margin:14px 1px 0;
	height:13px;
	padding:18px 0;
	background-color:#e5e5e5;
}
.job-box ul li {
	display:inline;
	float:left;
	height:13px;
	border-left:1px solid #d6d6d6;
	text-align:center;
	color:#737373;
	line-height:13px;
}
.job-box ul li a {
	display:block;
	width:100%;
	height:100%;
	color:#737373;
}
.job-box ul li.todetail a {
	position:relative;
	display:block;
	width:70px;
	margin-top:-6px;
	padding:6px 0 6px 28px;
	background:url(../images/icons.gif) no-repeat 20px 0;
}
.job-box ul li.toemail a {
	position:relative;
	display:block;
	width:62px;
	margin-top:-6px;
	padding:6px 0 6px 28px;
	background:url(../images/icons.gif) no-repeat 20px -30px;
}
.right {
	float:left;
	width:235px;
}
.item-fresh {
	width:235px;
	height:306px;
	background:url(../images/pic_fresh.jpg) no-repeat 0 0 transparent;
	margin-bottom:30px;
	direction:ltr;
	text-indent:-9999px;
	-moz-box-shadow:0px 5px 5px rgba(0,0,0,0.2), 0 -1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.2), 0 -1px 3px rgba(0,0,0,0.2);
	box-shadow:3px 3px 5px rgba(0,0,0,0.3);
}
#job a.page-curr {
	color:#63d7ff;
}
#job .item-join {
	background:#fff url(../images/pic_idea.gif) no-repeat 80px 30px;
}
#job .title-join {
	padding-top:190px;
	font-size:16px;
	font-weight:bold;
}
#job .item-join {
	margin-left:0;
	-moz-box-shadow:0px 5px 5px rgba(0,0,0,0.2), 0 -1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.2), 0 -1px 3px rgba(0,0,0,0.2);
	box-shadow:3px 3px 5px rgba(0,0,0,0.3);
	color:#4b4e4c;
	/*filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;*/
}
#job .item-join .more {
	background-position:0 -120px;
}
/* job end */

/* jobdetail */
#popupIframe{
	background-color:#fff;
	width:980px;
	height:516px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#popup-content{
	width:980px;
	height:516px;
	overflow:hidden;
	background-color:#fff;
}
.job-detail {
	position:relative;
	width:980px;
	height:516px;
	margin:0 auto;
	background-color:#fff;
}
.title {
	height:48px;
	padding-left:15px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:48px;
}
.title span {
	margin-left:10px;
	font-weight:normal;
	color:#63d7ff;
}
.content {
	position:relative;
	width:980px;
	height:300px;
}
.detail {
	width:980px;
}
.title-job-detail {
	display:inline;
	float:left;
	width:425px;
	height:34px;
	margin:0 50px 20px 0;
	background-color:#63d7ff;
	padding-left:15px;
	font-size:14px;
	font-weight:bold;
	line-height:34px;
	color:#fff;
	-moz-box-shadow:-1px -1px 2px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow:-1px -1px 2px rgba(0,0,0,0.2) inset;
	box-shadow:-1px -1px 2px rgba(0,0,0,0.2) inset;
	margin-bottom:5px;
}
.jobinfo {
	display:inline;
	float:left;
	width:440px;
	margin-right:35px;
	padding-left:15px;
	line-height:30px;
}
.apply-btn {
	position:absolute;
	right:45px;
	bottom:60px;
	width:235px;
	height:38px;
}
.apply-btn a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/bg_detail.jpg) no-repeat 0 -80px;
	overflow:hidden;
	direction:ltr;
	text-indent:-9999px;
}
#Scroller-1 {
	width:980px;
	height:280px;
	position:absolute;
	overflow:hidden;
}
.Scroller-Container {
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
}
#Scrollbar-Container {
	position:absolute;
	top:3px;
	right:28px;
}
.Scrollbar-Track {
	position:absolute;
	top:0px;
	left:0px;
	width:14px;
	height:273px;
	padding:4px 0;
	background:-ms-linear-gradient(top,#e6e6e6 5%,#fdfdfd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e6e6e6, endColorstr=#fdfdfd);/*IE<9>*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e6e6e6, endColorstr=#fdfdfd)";/*IE8+*/
	background:-moz-linear-gradient(top,#e6e6e6 5%,#fdfdfd);
	background:-webkit-gradient(linear,50% 0,50% 100%,from(#e6e6e6),color-stop(0.05, #fdfdfd), to(#fdfdfd));
	background:-webkit-linear-gradient(top,#e6e6e6 5%,#fdfdfd);
	background:-o-linear-gradient(top,#e6e6e6 5%,#fdfdfd);
	background:linear-gradient(top,#e6e6e6 5%,#fdfdfd);
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.1);
	box-shadow:3px 3px 3px rgba(0,0,0,0.1);
}
.Scrollbar-bg{
	width:4px;
	height:273px;
	margin:0 auto;
	background-color:#b7b7b7;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow:1px 1px 3px rgba(0,0,0,0.6) inset;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}
.Scrollbar-Handle {
	position:absolute;
	top:0px;
	left:0px;
	width:12px;
	height:16px;
	margin-left:1px;
	background:url(../images/bg_scrollhandle.png) no-repeat 0 0;
	_background:url(../images/bg_scrollhandle.gif) no-repeat 0 0;
	-moz-border-radius:5px 7px 7px 4px;
	-webkit-border-radius:5px 7px 7px 4px;
	border-radius:5px 7px 7px 4px;
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.4);
	box-shadow:3px 3px 3px rgba(0,0,0,0.4);
	cursor:pointer;
}
/* jobdetail end */
/* idea */
/*#idea .category-bg{
	background-color:#00a73c;	
	background-position:0 0px;
}*/
#idea .cate-name{
	background-position:0 0px;
}
.idea-list{}
.idea-list li{
	display:inline;
	float:left;
	width:322px;
	margin:0 12px 20px 0;
	border:1px solid #fff;
	-moz-box-shadow:0px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.1);
	box-shadow:3px 3px 3px rgba(0,0,0,0.1);
}
.idea-list li.no-mar-r{
	margin-right:0;
}
.idea-list li img{
	display:block;
}
/* idea end */
/* service */
/*#service .category-bg{
	background-color:#ffcb00;
	background-position:0 -30px;
}*/
#service .cate-name{
	background-position:0 -30px;
}
#service .subnav li {
	background-position:0 0px;
}
#service .subnav li.selected  {
	background-position:0 -30px;
}
.service-list {
	position:relative;
	width:999px;
	min-height:662px;
	_height:662px;
}
.service-list figure:nth-child(2) {
	margin-right:0;
}
.service-box {
	display:inline;
	position:relative;
	float:left;
	width:233px;
	height:304px;
	overflow:hidden;
	margin:0 18px 25px 0;
	padding:1px;
	background-color:#fff;
	-moz-box-shadow:0 2px 6px rgba(157,157,157,0.2);
	-webkit-box-shadow:0 2px 6px rgba(157,157,157,0.2);
	box-shadow:0 2px 6px rgba(157,157,157,0.2);
}
.service-box figcaption {
	position:absolute;
	left:0;
	bottom:0;
	/*width:100%;*/
	height:165px;
	overflow:hidden;
	padding:0px 12px;
	background:url(../images/bg_service_list.png) no-repeat -235px -920px;
	_background:url(../images/bg_service_list.gif) no-repeat -235px -920px;
	/*color:rgba(0,0,0,0.8);*/
	color:#6d6d6d;
}
.width487{
	width:487px;
}
.title-service {
	padding:20px 0 5px;
	font-weight:bold;
	line-height:20px;
	color:#2faae2;
}
.subtiitle-service {
	line-height:18px;
	/*color:rgba(0,0,0,0.8);*/
	color:#6d6d6d;
}
#service .item-join{
	background:#fff url(../images/pic_service.gif) no-repeat 100px 8px;
	filter:alpha(opacity=100);
	/*-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;*/
}
.width360{
	width:360px;
}
.brands-list{
	width:980px;
	min-height:450px;
	_height:450px;
	margin:0 auto;
	padding-top:10px;
}
.brands-list li{
	height:103px;
	background:url(../images/bg_brands_list.jpg) no-repeat 0 0;
	direction:ltr;
	text-indent:-9999px;
}
.brands-list li.row1{
	background:url(../images/bg_brands.jpg) no-repeat center bottom;
}
.brands-list li.row2{
	background:none;
}
.brands-list li.row1{
	padding:5px 0 15px;
	height:76px;
}
.brands-list li.row2{
	padding:20px 0 25px;
	height:49px;
}
.brands-list li.row3{
	padding:18px 0 22px;
	height:60px;
}
.brands-list li.row4{
	padding:22px 0 14px;
	height:67px;
}
.row1 div{
	height:76px;
	background:url(../images/pic_brands_01.jpg) no-repeat 0 0;	
}
.row2 div{
	height:49px;
	background:url(../images/pic_brands_02.jpg) no-repeat 0 0;
}
.row3 div{
	height:60px;
	background:url(../images/pic_brands_03.jpg) no-repeat 0 0;
}
.row4 div{
	height:67px;
	background:url(../images/pic_brands_04.jpg) no-repeat 0 0;
}
/* service end */
/* contact */
/*#contact .category-bg{
	background-color:#63a5ff;
	background-position:0 -150px;
}*/
#contact .cate-name{
	background-position:0 -90px;
}
#contact .subnav li {
	background-position:0 -140px;
}
#contact .subnav li.selected {
	background-position:0 -170px;
}
.contact-box{
	min-height:450px;
	_height:450px;
	padding:16px 0 0 36px;
}
.contact-box li {
  width:320px;
  margin-bottom:60px;
  float:left;
}
.pic-addr{
	display:inline;
	float:left;
	width:305px;
}
.txt-addr{
	float:left;
	width:640px;
}
.title-addr{
	height:85px;
  margin-bottom:48px;
	direction:ltr;
	text-indent:-9999px;
}
.title-gz{
	background:url(../images/title_gz.jpg) no-repeat 0 bottom;
}
.title-bj{
	background:url(../images/title_bj.jpg) no-repeat 0 bottom;
}
.title-zh{
	background:url(../images/title_zh.jpg) no-repeat 0 bottom;
}
.addr-detail{
	display:inline;
	float:left;
	width:280px;
	_height:170px;
	padding:0 0 8px 30px;
	background:url(../images/bg_txt_addr.jpg) no-repeat 15px 0px;
}
.addr-detail h2{
	color:#2faae2;
	margin:3px 0;
}
.addr-detail a{
	/*color:#000;*/
	color:#6d6d6d;
}
.addr-detail a:hover{
	color:#63a5ff;
}
/* contact end */
/* footer */
.footer-wrap {
	width:100%;
	border-top:1px solid #fff;
}
.footer {
	width:999px;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	color:rgba(0,0,0,0.5);
}
.footer span {
	margin-right:50px;
}
/* footer end */
/* index */
#index .header{
	width:100%;
	/*height:239px;*/
	height:40px;
	margin:0px;
	padding-right:0;
	background-color:#f1f1f2;
	/*-moz-box-shadow:0px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.1);
	box-shadow:0px 1px 5px rgba(0,0,0,0.1);*/
}
.header-inner{
	width:999px;
	margin:0 auto;
	/*padding-top:185px;*/
}
#index .logo{
	width:104px;
	height:24px;
	margin:0 0 0 20px;
	background-image:url(../images/logo_0.png);
}
.index-main{
	padding-bottom:30px;
	/*background:url(../images/bg_main.jpg) repeat 0 0;*/
}
.index-main-inner{
	height:300px;
	background:url(../images/bg_main.jpg) repeat 0 0;
}
.top-links{
	width:100%;
	height:302px;
	background:#e4e4e4 url(../images/bg_index.jpg) no-repeat center top;
}
.top-links ul{
	position:relative;
	width:999px;
	height:302px;
	margin:0 auto;
}
.top-links ul li{
	position:absolute;
	top:255px;
  width:180px;
	height:45px;
	text-align:center;
}
.top-links ul li.top-service{
	left:302px;
}
.top-links ul li.top-works{
	left:597px;
}
.top-links ul li a{
	display:block;
	width:100%;
	height:100%;
	direction:ltr;
	text-indent:-9999px;
	overflow:hidden;
}

.index-nav{
	width:100%;
	height:27px;
}
.index-nav ul{
	position:relative;
	width:999px;
	height:27px;
	margin:0 auto;
}
.index-nav ul li{
	position:absolute;
	top:0px;
  width:96px;
	height:27px;
	text-align:center;
	background:url(../images/bg_nav.png) no-repeat 0 0;
}
.index-nav ul li.index-service{
	left:384px;
  background-position:0 0;
}
.index-nav ul li.index-works{
	left:597px;
  background-position:0 -30px;
}
.index-nav ul li a{
	display:block;
	width:100%;
	height:100%;
	direction:ltr;
	text-indent:-9999px;
	overflow:hidden;
}
#index .footer-wrap{
	border-top:none;
}
.index-wrap{
	position:relative;
	width:100%;
	height:100%;
}
/* others */
.nomargin {
	margin-left:0;
	margin-right:0;
}
.hidden{
	display:none;
}
.yaan{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:316px;
	background:url(../images/bg_yaan.jpg) no-repeat top center;
	z-index:9999;
}
