﻿@charset "utf-8";
/* CSS Document */

/***********基本设置***********/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family:'微软雅黑';
}
fieldset {
	border: none;
}
ul, li {
	list-style: none;
}
.center {
	text-align: center;
}
.none {
	display: none;
}
.red {
	color: #F00;
}
.green {
	color: #0F0;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
a:hover {
	color: #ff0000;
}
img {
	border: 0;
}
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
.show {
	display:block;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
span, div {
	word-break: break-all;
	outline: none;
}
.ml8 {
	margin-left: 8px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px!important;
}
.ml23 {
	margin-left: 23px;
}
.ml35 {
	margin-left: 35px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.ml78 {
	margin-left: 78px;
}
.mt0 {
	margin-top: 0px!important;
}
.mt4 {
	margin-top: 4px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt40 {
	margin-top: 40px;
}
.mt70 {
	margin-top: 70px;
}
.mr0 {
	margin-right: 0!important;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px!important;
}
.mr17 {
	margin-right: 17px;
}
.mr20 {
	margin-right: 20px!important;
}
.mr25 {
	margin-right: 25px!important;
}
.mr27 {
	margin-right: 27px;
}
.mr45 {
	margin-right: 45px!important;
}
.mr56 {
	margin-right: 56px;
}
.mr60 {
	margin-right: 60px;
}
.mr80 {
	margin-right: 80px;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.pt10 {
	padding-top: 10px;
}
.pl40 {
	padding-left:40px;
}
.nowrap {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.img-frame {
	overflow: hidden;
	background-color: transparent;
}
.text-omit {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.container {
	position:relative;
	margin:0 auto;
	min-width:1184px;
	max-width:1920px;
}
.canvas {
	position:relative;
	margin:0 auto;
	width:1184px;
}
.theme-panel{
	margin-bottom:25px;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	color:#000;
	overflow:hidden;
	background:url(../Images/page/theme-panel-bg.jpg) no-repeat center center;
}
.theme-panel .en{
	line-height:19px;
	text-transform:uppercase;
	font-size:18px;
	color:#d5d5d5;
}
.top-btn{
	display:block;
	position:fixed;
	bottom:90px;
	right:40px;
	width:48px;
	height:48px;
	cursor:pointer;
	overflow:hidden;
	background:url(../Images/top_button-bg.png) no-repeat left top;
}
.top-btn:hover{
	background-position:left bottom;
}
/*头部\脚部-----------------------------    start*/
.topbar, .topbar a, .bottombar, .bottombar a {
	font-family:'宋体';
	font-size:12px;
	color:#fff;
}
/**/
.header {
}
.topbar {
	height:34px;
	line-height:34px;
	font-family:'宋体';
	overflow:hidden;
	background:#8bb3df;
}
.topbar .tel {
	position:absolute;
	right:0;
	top:0;
	margin-right:38px;
	padding-left:24px;
	font-size:18px;
	background:url(../Images/icon-headtel.png) no-repeat left center;
}
.menu-wrap {
	height:73px;
	overflow:hidden;
	background-color:#f5f5f5;
	border-bottom:2px solid #8bb3df;
}
.headlogo {
	position:absolute;
	left:0;
	top:0;
}
.menu {
	float:right;
}
.menu li {
	float:left;
}
.menu li a {
	display:block;
	width:135px;
	height:73px;
	line-height:73px;
	text-align:center;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	color:#4a4a4a;
}
.menu li:hover a, .menu li.current a {
	color:#fff;
	background-color:#4a4a4a;
}
/**/
.footer {
}
.footer-wrap {
	height:158px;
	overflow:hidden;
	background:#f1f1f1;
}
.footer-wrap .canvas {
	overflow:visible;
}
.footer-wrap .ftlogo, .footer-wrap .fttel, .footer-wrap .ftinfo {
	float:left;
	margin-top:52px;
}
.footer-wrap .ftlogo {
	width:175px;
	background:url(../Images/ft-line.png) no-repeat right center;
}
.footer-wrap .fttel {
	width:351px;
	height:52px;
	line-height:52px;
	text-align:center;
	background:url(../Images/ft-line.png) no-repeat right center;
}
.footer-wrap .ftinfo {
	padding-left:20px;
	padding-top:4px;
	line-height:16px;
	font-size:12px;
	color:#939393;
}
.footer-wrap .ftcode {
	position:absolute;
	right:0;
	top:25px;
	text-align:center;
	font-size:14px;
	color:#000;
}
.footer-wrap .ftcode>div {
	float:left;
}
.footer-wrap .ftcode p {
	font-size:14px;
	color:#000;
}
.bottombar {
	height:38px;
	line-height:38px;
	font-family:'宋体';
	overflow:hidden;
	background:#8bb3df;
}
.bottombar .otherlink {
	margin-left:-15px;/*9px;*/
	display:inline-block;
	font-weight:bold;
 *display:inline;
*zoom:1;
}
.bottombar .otherlink a {
	margin:0 15px;
}
.bottombar .copy {
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	font-size:13px;
}
/*脚部\脚部-----------------------------    end*/


/*banner-----------------------------    start*/
.banner-wrap {
	position:relative;
	height:530px;
	width:100%;
	overflow:hidden;
	background-color:#f5f5f5;
}
.banner-wrap.page {
	height:489px;
	background-repeat:no-repeat;
	background-position:center center;
}
.banner-wrap .banner-canvas {
	position:relative;
	width: 10000px;
}
.banner-canvas .banner-item {
	float:left;
	position: relative;
	text-align:center;
	width:100%;
	height:530px;
	background-repeat:no-repeat;
	background-position:center center;/*background-size:cover;*/
}
.banner-canvas .banner-item img {
	width:100%;
	height:100%;
}
/*指示器*/
.banner-indicator {
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin-left:-25px;
	text-align: center;
	z-index: 50;
}
.banner-indicator span {
	display: inline-block;
	margin-right:10px;
	width: 11px;
	height: 11px;
	cursor: pointer;
	overflow:hidden;
	background:#b8b8b8;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
}
.banner-indicator span:last-child {
	margin-right:0px;
}
.banner-indicator span.active {
	background:#487ec7;
}
.banner-prev, .banner-next {
	display:block;
	position:absolute;
	top:50%;
	margin-top:-39px;
	width:56px;
	height:78px;
	cursor:pointer;
	outline:none;
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../Images/banner/banner-arrow.png);
	background-color:rgba(255, 255, 255, 0.5);
}
.banner-prev {
	left:0;
	background-position: center top;
}
.banner-next {
	right:0;
	background-position: center bottom;
}
/*banner-----------------------------    end*/

/*btn-----------------------------    stary*/
.btn {
	display:inline-block;
	width:94px;
	height:27px;
	line-height:27px;
	text-align:center;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	overflow:hidden;
	outline:none;
	border:none;
	vertical-align:middle;
	background-color:#2e2e2e;
	/*IE7*/
 *display:inline;
 *zoom:1;
}
.btn:hover{
	color:#fff;
	background-color:#fd6120;
}
/*btn-----------------------------    end*/

/*首页-----------------------------    start*/
.main-wrap {
	padding:60px 0px;
    min-height:347px;
}
.panel-title {
	height:29px;
	text-align:center;
	font-family:'微软雅黑';
	font-size:18px;
	color:#000;
	background:url(../Images/home/panel-title-bg.png) no-repeat center center;
}
.panel-title p {
	display:block;
	line-height:8px;
	font-size:10px;
	text-transform:uppercase;
	color:#818181;
}
/*公司新闻*/
.news-panel {
}
.news-content {
	margin-top:36px;
	overflow:hidden;
}
.news-item {
	float:left;
	position:relative;
	width:558px;
	overflow:hidden;
}
.news-item.project {
	margin-right:26px;
	width:592px;
	background:url(../Images/home/news-li-bg.jpg) no-repeat right center;
}
.news-item .item-img {
	position:absolute;
	left:0;
	top:0;
	width:199px;
	height:106px;
	overflow:hidden;
	border:1px solid #dadada;
}
.news-item .item-img img {
	margin:4px;
}
.news-item .item-infos {
	margin-left:216px;
	margin-right:28px;
}
.news-item .item-infos h4 {
	position:relative;
	font-family:'微软雅黑';
	font-weight:normal;
	font-size:14px;
	color:#000;
}
.news-item .item-infos .more {
	position:absolute;
	right:2px;
	top:50%;
	margin-top:-8px;
	width:41px;
	height:13px;
	background:url(../Images/home/icon-more.jpg) no-repeat center;
}
.news-item .item-infos ul {
	margin-top:4px;
	overflow:hidden;
}
.news-item .item-infos li {
	line-height:30px;
	font-size:12px;
	overflow:hidden;
}
.news-item .item-infos li a {
	display:block;
	padding-left:11px;
	width:225px;
	color:#777777;
	background:url(../Images/home/icon-li.jpg) no-repeat left center;
}
.news-item.project .item-infos li a {
	width:245px;
}
.news-item .item-infos li a:hover {
	color:#8bb3df;
	text-decoration:underline;
}
.news-item .item-infos li .date {
	float:right;
	color:#b1b1b1;
}
/*服务范围*/
.service-panel {
	margin-top:80px;
}
.service-list {
	margin-top:35px;
	overflow:hidden;
}
.service-list ul {
}
.service-list li {
	float:left;
}
.service-list li a {
	position:relative;
	display:block;
	padding-left:78px;
	height:69px;
	overflow:hidden;
	background-image:url(../Images/home/icon-service.png);
	background-repeat:no-repeat;
}
.service-list li .no1 {
	width:175px;
}
.service-list li:hover a {
	background-position:0 bottom;
}
.service-list li .no2 {
	width:194px;
	background-position:-280px 0;
}
.service-list li:hover .no2 {
	background-position:-280px bottom;
}
.service-list li .no3 {
	width:166px;
	background-position:-560px 0;
}
.service-list li:hover .no3 {
	background-position:-560px bottom;
}
.service-list li .no4 {
	width:138px;
	background-position:-840px 0;
}
.service-list li:hover .no4 {
	background-position:-840px bottom;
}
.service-list li .no5 {
	width:117px;
	background-position:-1120px 0;
}
.service-list li:hover .no5 {
	background-position:-1120px bottom;
}
.service-list li h3 {
	margin-top:16px;
	font-family:'微软雅黑';
	font-weight:normal;
	font-size:14px;
	color:#000;
}
.service-list li p {
	font-family:'Arial';
	margin-top:2px;
	font-size:11px;
	color:#818181;
}
/*合作伙伴*/
.partners-panel {
	margin-top:78px;
	margin-bottom:21px;
}
.partners-list {
	margin-top:34px;
	overflow:hidden;
}
.partners-list ul {
}
.partners-list li {
	float:left;
	margin-right:13px;
}
.partners-list li:last-child {
	margin-right:0;
}
.partners-list li a {
	display:block;
	width:158px;
	height:92px;
	overflow:hidden;
}
/*侧边*/
.side-panel {
	position:fixed;
	right:0;
	top:50%;
	margin-top:-210px;
}
.side-panel .item {
	position:relative;
	display:block;
	margin-bottom:1px;
	height:104px;
	cursor:pointer;
	overflow:hidden;
	background-image:url(../Images/home/icon-side.png);
	background-repeat:no-repeat;
	background-color:#8bb3df;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px;
}
.side-panel .item.business {
}
.side-panel .item.service {
	background-position:0 -105px;
}
.side-panel .item.tel {
	background-position:0 -210px;
}
.side-panel .item.backtop {
	background-position:0 -310px;
}
.side-panel .item-icon {
	float:left;
	width:104px;
	height:100%;
	text-align:center;
	font-family:'微软雅黑';
	font-size:14px;
	color:#fff;
	overflow:hidden;
}
.side-panel .item p {
	padding-top:79px;
}
.side-panel .item .item-content {
	float:left;
	width:250px;
	height:104px;
	line-height:104px;
	text-align:center;
	font-family:'Arial';
	font-size:36px;
	color:#fff;
	background-color:#8bb3df;
}
/*首页-----------------------------    start*/


/*公司项目/解决方案/公司动态-----------------------------    start*/
/*选项卡*/
.tabs-panel{
	margin-top:1px;
	overflow:hidden;
	border:1px solid #e6e6e6;
}
.tabs-panel ul{
}
.tabs-panel li{
	float:left;
	width:25%;
}
.three li{
	width:33.333333%;
	*width:33.28%;
}
.tabs-panel li a{
	display:block;
	height:62px;
	line-height:62px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#afafaf;
	border-right:1px solid #e6e6e6;
}
.tabs-panel li.last a{
	border-right-style:none;
}
.tabs-panel li.current a{
	color:#fff;
	border-color:#8bb3df;
	background-color:#8bb3df;
}
/*列*/
.list-items{
	margin-top:50px;
	overflow:hidden;
}
.list-items .item{
	position:relative;
	margin-bottom:32px;
	padding-bottom:36.5px;
	/*height:192px;*/
	overflow:hidden;
	background:url(../Images/page/line-bottom.jpg) repeat-x left bottom;
}
.list-items .item:last-child{
	background:none;
}
.list-items .item-img{
	position:absolute;
	left:0;
	top:0;
	width:295px;
	height:192px;
	border:1px solid #efefef;
	border-right-style:none;
	background:url(../Images/page/icon-img.jpg) no-repeat center center #d8d8d8;
}
.list-items .item-content{
	margin-left:295px;
	padding-left:20px;
	padding-right:20px; 
	height:192px;
	border:1px solid #efefef;
	border-left-style:none;
}
.list-items .item-title{
	padding-top:18px;
	font-weight:bold;
	font-size:24px;
	color:#000;
}
.list-items .item-title .date{
	margin-left:10px;
	font-size:18px;
	color:#afafaf;
}
.list-items .item-infos{
	margin-top:5px;
	height:120px;
	line-height:30px;
	font-size:14px;
	color:#afafaf;
	overflow:hidden;
}
.list-items .btn-panel{
	display:none;
	position:absolute;
	left:0;
	right:0;
	top:0;
	width:100%;
	height:192px;
	z-index:9;
	background:url(../Images/mask-back.png) repeat center center;
}
.list-items .btn{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-70px;
	margin-top:-19px;
	width:140px;
	height:38px;
	line-height:38px;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
	color:#000;
	background:url(../Images/page/project-btn-bg.png) no-repeat center center;
	z-index:10;
}
.list-items .item:hover .btn-panel{
	display:block;
}
/*公司动态*/
.news-items{
	margin-top:65px;
	overflow:hidden;
}
.news-items .item{
	float:left;
	position:relative;
	/*width:46.8%;*/
	width:552px;
	height:134px;
	padding-bottom:80px;
	overflow:hidden;
}
.news-items .item.rbor{
	padding-right:40px;
	margin-right:40px;
	background:url(../Images/page/line-right.png) repeat-y right top;
}
.news-items .item.lastpb{
	padding-bottom:0;
}
.news-items .item-date{
	position:absolute;
	left:0;
	top:0;
	width:83px;
	height:134px;
	text-align:center;
	line-height:67px;
	font-weight:bold;
}
.news-items .item-date .month{
	height:67px;
	font-size:18px;
	color:#fff;
	background-color:#8bb3df;
}
.news-items .item-date .day{
	height:67px;
	font-size:36px;
	color:#929292;
	background-color:#eeeded;
}
.news-items .item-content{
	margin-left:98px;
}
.news-items .item-content h3{
	line-height:29px;
	font-weight:bold;
	font-size:18px;
	color:#515151;
}
.news-items .item-content h3 a{
	color:#515151;
}
.news-items .item-more {
	display:block;
	margin-top:7px;
	padding-left:20px;
	line-height:29px;
	text-decoration:underline;
	font-size:18px;
	color:#8bb3df;
	background:url(../Images/page/icon-more.jpg) no-repeat left center;
}
.news-items .item-infos{
	height:72px;
	line-height:24px;
	font-size:15px;
	color:#929292;
	overflow:hidden;
}
/*分页*/
.pagination-wrap{
	text-align:center;
}
.pagination {
	display:inline-block;
	margin-top:110px;
	margin-bottom:60px;
	overflow:hidden;
	/*IE7*/
 *display:inline;
 *zoom:1;
}
.pagination span {
	padding:0 4px;
	color:#333;
}
.pagination a {
	float:left;
	display:block;
	margin:0 2.5px;
	padding-right:1px;
	padding-bottom:2px;
	width:25px;
	height:25px;
	line-height:27px;
	text-align:center;
	font-size:14px;
	color:#515151;
	cursor:pointer;
	overflow:hidden;
	background:url(../Images/page/paginate-bg.png) no-repeat center center;
}
.pagination a:hover, .pagination a.current {
	color:#fff;
	background-image:url(../Images/page/paginate-select-bg.png);
}
.pagination .ui-button{
	width:42px;
	line-height:25px;
	color:#fff;
	background:url(../Images/page/ui-button-bg.png) no-repeat center center;
}
.pagination .ui-button:hover{
	background-image:url(../Images/page/ui-button-bg.png);
}
.pagination .previous,
.pagination .next{
	font-weight:bold;
	font-family:'宋体';
	color:#8bb3df;
}
/*详情页*/
.article-wrap {
	margin:20px 0 0 20px;
	padding:18px 35px 60px 35px;
	overflow:hidden;
}
.article-wrap .article-title {
	line-height:36px;
	font-weight:bold;
	font-size:24px;
	color:#515151;
}
.article-wrap .article-date {
	padding-bottom:17px;
	line-height:24px;
	font-weight:bold;
	font-size:18px;
	color:#929292;
	background:url(../Images/page/line-bottom.jpg) repeat-x left bottom;
}
.article-wrap .article-info {
	margin-top:11px;
	line-height:24px;
    text-indent:2em;
	font-size:15px;
	color:#929292;
}
.article-wrap .article-info li{
    list-style:inside;
    }
.article-wrap .article-info [style="text-align:center;"] {
    text-indent:0;
}
.article-wrap .article-info img {
    margin:10px;
	max-width:100%;
	vertical-align:top;
}
/*公司项目/解决方案/公司动态-----------------------------end*/



/*关于我们-----------------------------    start*/
.spacing{
	height:130px;
	background:url(../Images/page/spacing-bg.png) no-repeat center center;
}
.about-title{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#8bb3df;
	overflow:hidden;
}
.about-panel{
	margin:0 35px;
	text-align:center;
	line-height:24px;
	font-weight:bold;
	font-size:14px;
	color:#959595;
	overflow:hidden;
}
.about-panel .about-content{
	margin-top:6px;
	margin-bottom:24px;
}
.about-panel.team ul{
	margin-top:10px;
	overflow:hidden;
}
.about-panel.team ul li{
	float:left;
	margin-right:17px;
	width:358px;
	height:214px;
	overflow:hidden;
	background-color:#919191;
}
.about-panel.team ul li img{
	width:100%;
	height:100%;
}
/**/
.about-panel.office  .about-content{
	margin-top:15px;
}
.about-panel.office .item{
	float:left;
	width:548px;
	height:214px;
	overflow:hidden;
	background-color:#919191;
}
.about-panel.office .item img{
	width:100%;
	height:100%;
}
/*关于我们-----------------------------    end*/


/*加入我们-----------------------------    start*/
.join-panel{
	overflow:hidden;
}
.join-title{
	height:35px;
	line-height:35px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	overflow:hidden;
	background-color:#8bb3df;
}
/**/
.treatment .join-title{
	*width:99.7%;
}
.join-panel.treatment{
	margin-top:57px;
}
.treatment-items{
	overflow:hidden;
}
.treatment-items .item{
	float:left;
	width:20%;
	*width:19.97%;
	height:105px;
	overflow:hidden;
	background-color:#f5f5f5;
}
.treatment-items .item-title{
	height:35px;
	line-height:35px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#505050;
	border-right:1px solid #fff;
	background-color:#e0e0e0;
}
.treatment-items .item-infos{
	margin-top:15px;
	margin-left:14px;
	margin-right:4px;
	line-height:14px;
	font-size:12px;
	color:#939393;
	border-right:1px solid #fff;
}
.treatment-items .item.nobr  .item-title,
.treatment-items .item.nobr .item-infos{
	border-right-style:none;
}
.treatment-items .item-infos.center{
	margin-left:0;
	margin-right:0;
}
/**/
.join-panel.team{
	margin-top:66px;
}
.team-items{
	height:245px;
	overflow:hidden;
	background-color:#f5f5f5;
}
.team-items .item{
	float:left;
	position:relative;
	width:168px;
	height:245px;
	text-align:center;
	overflow:hidden;
	border-right:1px solid #fff;
}
.team-items .item.nobr{
	border-right-style:none;
}
.team-items .item-title{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:62px;
	padding-top:136px;
	font-size:18px;
	font-weight:bold;
	color:#aaa;
	z-index:10;
	background-image:url(../Images/page/team-no.png);
	background-repeat:no-repeat;
}
.team-items .current .item-title{
	color:#fff;
}
.team-items .no1 {
	background-position:left top;
}
.team-items .current .no1 {
	background-position:left bottom;
}
.team-items .no2 {
	background-position:-168px top;
}
.team-items .current .no2 {
	background-position:-168px bottom;
}
.team-items .no3 {
	background-position:-336px top;
}
.team-items .current .no3 {
	background-position:-336px bottom;
}
.team-items .no4 {
	background-position:-504px top;
}
.team-items .current .no4 {
	background-position:-504px bottom;
}
.team-items .no5 {
	background-position:-672px top;
}
.team-items .current .no5 {
	background-position:-672px bottom;
}
.team-items .no6 {
	background-position:-840px top;
}
.team-items .current .no6 {
	background-position:-840px bottom;
}
.team-items .no7 {
	background-position:right top;
}
.team-items .current .no7 {
	background-position:right bottom;
}
.team-items .item-mask{
	position:absolute;
	left:0;
	top:-100%;
	width:100%;
	height:100%;
	z-index:1;
	background-color:#8bb3df;
}
.team-items .current .item-mask{
	top:0;
}
/*招聘岗位*/
.join-panel.recruit{
	margin-top:83px;
	line-height:24px;
	font-size:14px;
	color:#5f5f5f;
}
.recruit-items{
	padding:10px 23px;
	background-color:#f5f5f5;
	overflow:hidden;
}
.recruit-items .item{
	padding-bottom:34px;
	background:url(../Images/page/line-bottom.png) repeat-x left bottom;
}
.recruit-items .item:last-child{
	background:none;
}
.recruit-items .item-title{
	margin-top:31px;
	font-weight:bold;
	font-size:14px;
	color:#5f5f5f;
}
.recruit-items .item-describe{
	margin-top:10px;
}
.recruit-items .item-required{
	margin-top:24px;
}
.recruit-items .item-btn{
	margin-top:11px;
}
/*联系我们*/
.contact-wrap{
	margin-top:170px;
}
.contact-panel{
	position:relative;
	margin-top:52px;
}
.contact-panel .map{
	width:727px;
	height:251px;
}
.contact-panel .contact{
	position:absolute;
	right:0;
	top:0;
	width:456px;
}
.contact form {
	margin:0 auto;
	overflow:hidden;
}
.contact .column {
	width:100%;
	min-height:33px;
	line-height:33px;
	overflow:hidden;
	border-bottom:1px solid #fff;
	background-color:#8bb3df;
}
.contact .column-td {
	float:left;
	width:49%;
}
.contact .column-td.lfbr{
	border-right:1px solid #fff;
}
.contact .column label  {
	display:inline-block;
	padding-left:14px;
	width:75px;
	font-size:12px;
	color:#fff;
}
.contact form .txt {
	padding:4px 5px;
	width:118px;
	border:none;
	outline:none;
	background:transparent;
}
.contact form .btn {
	width:456px;
	height:42px;
	line-height:42px;
	font-family:'宋体';
	font-weight:bold;
	font-size:14px;
}
.contact form .remark label {
	vertical-align:top;
}
.contact form .remark .txt {
	margin:5px 0;
	width:340px;
	height:82px;
	vertical-align:middle;
	color:#fff;
}
/*加入我们-----------------------------    end*/
