/**
 *  reset
 **/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-font-smoothing: antialised;
}
body * {
	font-family: 'microsoft YaHei'!important;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
}
ol, ul {
	list-style:none;
	margin: 0;
}
img, iframe {
	outline: none;
	border: none;
	-ms-interpolation-mode:bicubic;
}
dl {
	margin: 0;
}
input, input:focus,
textarea, textarea:focus {
	outline: none;
}
textarea {
	resize:none;
	
}
a, a:hover, a:focus, a:link, a:visited, ins {
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
select, textarea, input, .uneditable-input {
	height: 30px;
}
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    color: #0088cc
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover,
button {
  outline: 0;
}
/* HTML5 display definitions
   ========================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/* Tables
   ======== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


input, select {
    vertical-align:middle;
}

textarea{
	resize:vertical;
}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
/*rewrite*/
.popover {
	margin: 200px 0 0!important;
	max-width: 600px;
}

/**
 * General
 */
.show {
	display: block!important;
}
.hide {
	display: none!important;
}


.page {
	position: relative;
	/*overflow: hidden;*/
	/*padding: 60px 0 0;*/
	/*-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;

    perspective: 500px;*/
}
.header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	/*opacity: 0.9;*/
}

.header-bar {
	padding: 0 20px;
	margin: 0 auto;
	width: 1000px;
	height: 60px;
}
.header .logo {
	float: left;
	width: 200px;
	height: 60px;

}
.header .main-nav {
	height: 60px;
}
.header .main-nav li {
	float: left;
}
.header a {
	display: block;
	padding: 0 25px;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #333;
}
.header .main-nav li.cur a,
.header .main-nav li.cur:hover a {
	background: rgba(0, 0, 0, 0.08);
	color: #0088cc;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header .main-nav li:hover a {
	background: rgba(0, 0, 0, 0.04);
	/*font-weight: bold;*/
}
.header.header-index {
	background: rgba(0, 0, 0, .5);
	/*box-shadow: none;*/
}
.header-index a {
	color: #fff;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header.header-index .main-nav li.cur a,
.header.header-index .main-nav li.cur:hover a {
	background: rgba(255, 255, 255, .5);
	color: #fff;
}
.header.header-index .main-nav li:hover a {
	/*color: #0088cc*/
	background: rgba(255, 255, 255, 0.3);
}
/*head end*/

.main {
	margin: 0 auto;
	width: 1000px;
}
.section {
	position: relative;
	top: 0;
	left: 0;
}
.wrap {
	margin: 0 auto;
	display: table;
	width: 1000px;
	height: 100%;
}
.section-hd {
	padding: 0 0 40px;
	
	text-align: center;
}
.section-bd {
	display: table;
}
.section-hd h2 {
	margin: 0 auto;
	max-width: 600px;
	font-size: 30px;
	line-height: 45px;
	font-weight: normal;
}
.section-ft {
	padding: 30px 0 0;

}
.more-btn {
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 30px;
}
.banner {
	/*margin: 60px 0 0;*/
	width: 100%;
}
.banner-box {
	display: table;
	width: 100%;
	height: 100%;
	background: url('../img/bg2_dark.jpg') center top 15% no-repeat;
}
.banner-box .logo-bar {
	
	margin: 120px auto 0;
	padding: 10px;
	width: 240px;
	height: 120px;
	text-align: center;
	/*background: rgba(255, 255, 255, 0.2);*/
	border-radius: 5px;
}
.banner-box .logo-bar img {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 6px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
}
.banner-box .logo-bar span {
	/*display: inline-block;*/
	/*text-align: center;*/
	line-height: 70px;
	font-size: 40px;
	font-family: 'Arial';
	/*font-weight: bold;*/
	vertical-align: middle;
	color: #fff
}
.banner-box .intro {
	margin: 0 auto 0;
	width: 1000px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	letter-spacing: 4px;
}
.banner-box .title {
	margin: 30px auto 0;
	width: 1000px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	letter-spacing: 4px;
}
.banner-box .sub-intro {
	margin: 0;
	/*width: 560px;*/
	text-align: center;
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
}
.banner-box .intro-box {
	margin: 20px auto 0;
	padding: 10px;
	width: 600px;
	/*border-top: #ddd solid 1px;*/
	/*background: #fff;
	opacity: 0.5;*/
}
.banner-box .demo {
	margin: 20px auto 0;
	width: 100px;	
}
.banner-box .demo a {
	display: block;
	width: 100px;
	height: 30px;
	border: #ddd solid 1px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 28px;
	color: #fff
}
.banner-box .demo a:hover {
	background: #fff;
	color: #1c4154
}
.banner-box .more {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 0 30px;
	width: 70px;
	line-height: 20px;
	background: url('../img/arrow-down.png') center bottom no-repeat;
	color: #fff;
	cursor: pointer;
}
.product-header .logo-bar {
	position: fixed ;
	background: #fff;
	width: 100%;
	height: 60px;
	z-index: 100;
}
.product-header .logo-bar img {
	display: block;
	width: 40px;
	height: 40px;
	margin: 10px auto auto;
	vertical-align: middle;
	text-align: center;
	z-index: 100;
}

.product,
.mobile,
.service,
.contact {
	position: relative;
	/*display: table;*/
	padding: 60px 0 40px;
}
/*产品功能列表*/

.product-list {
	padding: 0 0 0 12px;
	margin-top: 20px;
}
.product-list .item {
	float: left;
	margin: 0 12px 12px 0;
	
	width: 235px;
	height: 200px;
	border-radius: 3px;
	
	text-align: center;
}
.product-list .item a {
	display: block;
	padding: 14px;
	height: 200px;
	border: #ddd solid 1px;
	background: #fff;
	/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);*/
}
.product-list .item a:hover {

}
.product-list .item .figure {
	margin: 10px auto 0;
	width: 64px;
	height: 64px;
}
.product-list .item.hr .figure {
	background: url('../img/hr.png') center center no-repeat;
}
.product-list .item.crm .figure {
	background: url('../img/contracts.png') center center no-repeat;
}
.product-list .item.eam .figure {
	background: url('../img/asset.png') center center no-repeat;
}
.product-list .item.doc .figure {
	background: url('../img/doc.png') center center no-repeat;
}
.product-list .item.progress1 .figure {
	background: url('../img/progress.png') center center no-repeat;
}
.product-list .item.bi .figure {
	background: url('../img/analysis.png') center center no-repeat;
}
.product-list .item.cost .figure {
	background: url('../img/cost.png') center center no-repeat;
}
.product-list .item.task .figure {
	background: url('../img/task.png') center center no-repeat;
}
.product-list .info {
	margin: 18px 0 0;
	height: 72px;
	overflow: hidden;
}
.product-list .info h4 {
	margin: 0 0 6px;
	line-height: 22px;
	font-weight: normal;
	font-size: 17px;
	color: #333;
}
.product-list .info p {
	margin: 0;
	height: 36px;
	overflow: hidden;
	text-align: left;
	line-height: 18px;
	font-size: 12px;
	color: #666;
	
}

/*移动版本*/
.mobile {
	height: 700px;
	background: url('../img/mobile/mobile-bg.jpg') center center no-repeat;
	box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2) inset;
	overflow: hidden;
}
.mobile .section-hd {
	color: #fff
}
.mobile .mobile-box {
	position: relative;
	top: 40px;
	/*right: 0;
	bottom: 0;*/
	margin: 0 auto;
	/*display: table;*/
	width: 800px;
	height: 484px;
}
.mobile-ready {
	opacity: 0;
}
.mobile [class*="item"] {
	position: absolute;
	bottom: 0;
	width: 300px;
	height: 480px;
}
/*.mobile .mobile-animation [class*="item"] {
	opacity: 0
}*/
.mobile .item-center {
	left: 0;
	right: 0;
	z-index: 50;
	margin: 0 auto;
	background: url("../img/mobile/mobile-iphone.png");
	background-size: cover;
	opacity: 0;
}

.mobile .item-left,
.mobile .item-right {

	z-index: 10;
	/*padding: 10px 0 0;*/
	/*margin: 0 0 0 -250px;*/
	width: 250px;
	height: 400px;
	background: url("../img/mobile/mobile-iphone-screen.png");
	background-size: cover;
	opacity: 0;
}
.mobile .item-left {
	left: 20px;
}
.mobile .item-right {
	right: 20px;
}
.mobile [class*="item"] img {
	position: relative;
	display: block;
	z-index: 10;
}
.mobile .item-center img {
	margin: 86px auto 0;
	width: 265px;
	height: 394px;
}
.mobile .item-left img,
.mobile .item-right img {
	margin: 16px 0 0;
	width: 100%;
	/*height: 240px;*/
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.mobile [class*="item"] .title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: -40px auto 0;
	width: 100px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

/*服务列表*/
.service {
	/*background: #f6f6f6;
	box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2) inset;*/
}
.server-list {
	margin: 0 auto;
	width: 800px;
}
.server-list .item {
	float: left;
	padding: 20px 30px;
	width: 50%;
}
.server-list .figure {
	float: left;
	width: 64px;
	height: 64px;
}
.server-list .item:nth-child(2n+1) .figure {
	float: right;
}
.server-list .item .info {
	padding: 0 0 0 100px;
}
.server-list .item:nth-child(2n+1) .info {
	padding: 0 100px 0 0;
	text-align: right;
}
.server-list .info h4 {
	margin: 0 0 6px;
	line-height: 22px;
	font-size: 17px;
}
.server-list .info p {
	margin: 0;
	line-height: 18px;
	font-size: 12px;
	color: #666;
	
}
.server-list .item.sev1 .figure {
	background: url('../img/server/sev-task.png') no-repeat;
}
.server-list .item.sev-asset .figure {
	background: url('../img/server/sev-asset.png') no-repeat;
}
.server-list .item.sev3 .figure {
	background: url('../img/server/sev3.png') no-repeat;
}
.server-list .item.sev4 .figure {
	background: url('../img/server/sev-hr.png') no-repeat;
}
.server-list .item.sev5 .figure {
	background: url('../img/server/sev2.png') no-repeat;
}
.server-list .item.sev6 .figure {
	background: url('../img/server/sev-analysis.png') no-repeat;
}

/*联系方式*/
.contact {
	background: #f6f6f6;
	box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2) inset;
}
.contact-list {
	display: table;
	width: 1000px;
}
.contact-list .item {
	/*position: relative;*/
	display: table-cell;
	padding: 0 10px;
	width: 250px;
	text-align: center;
}
.contact-list .item .figure {
	margin: 0 auto;
	width: 64px;
	height: 64px;
}
.contact-list .item.weixin .figure {
	background: url('../img/weixin-icon64.png')
}
.contact-list .item.email .figure {
	background: url('../img/email-icon64.png')
}
.contact-list .item.tel .figure {
	background: url('../img/tel-icon64.png')
}
.contact-list .item.visit .figure {
	background: url('../img/visit-icon64.png')
}
.contact-list .item h4 {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: normal;
}
.contact-list .item p {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: normal;
}





/*底部*/
.foot {
	padding: 20px 0;
	background: #1f2229;
}
.foot-nav {
	margin: 0 auto;
	width: 1000px;
	display: table;
}
.nav-group {
	float: left;
	padding: 0 0 0 20px;
	width: 120px;
}
.nav-group li {
	padding: 2px 0;
}
.nav-group li:first-child {
	padding: 0 0 10px;
	font-size: 16px;
	color: #f6f6f6;
}
.nav-group li a {
	color: #aaa;
}
.copyright {
	padding: 20px 0 0;
	text-align: center;
	color: #999;
}



/*产品功能页*/
.page.product-page {
	padding: 140px 0 0;
}
.product-nav {
	position: fixed;
	top:  60px;
	z-index: 100;
	width: 100%;
	height: 80px;
	background-color: #448fb9;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2) inset;
	/*opacity: 0.7*/
}
.product-nav .nav-bar {
	margin: 0 auto;
	padding: 0 20px;
	width: 1000px;
}
.product-nav .nav-bar a {
	float: left;
	display: block;
	width: 100px;
	height: 80px;
	text-align: center;
	color: #eee;
	font-size: 12px;
}

.product-nav .nav-bar a.cur,
.product-nav .nav-bar a:hover.cur {
	background: #6aa7c8
}
.product-nav .nav-bar a:hover {
	background: #569bc0
}
.product-nav .nav-icon {
	display: block;
	margin: 14px auto 8px;
	width: 30px;
	height: 30px;
}
.product-nav .home .nav-icon {
	background: url('../img/home.png') no-repeat center center;
	background-size: 36px 26px;
}
.product-nav .hr .nav-icon {
	background-image: url('../img/hr_30.png');
}
.product-nav .crm .nav-icon {
	background-image: url('../img/contracts_30.png');
}
.product-nav .eam .nav-icon {
	background-image: url('../img/asset_30.png');
}
.product-nav .doc .nav-icon {
	background-image: url('../img/doc_30.png');
}
.product-nav .prog .nav-icon {
	background-image: url('../img/progress_30.png');
}
.product-nav .bi .nav-icon {
	background-image: url('../img/analysis_30.png');
}
.product-nav .cost .nav-icon {
	background-image: url('../img/cost_30.png');
}
.product-nav .task .nav-icon {
	background-image: url('../img/task_30.png');
}

.info-wrap {
	display: table;
	margin: 0;
	width: 100%;
	height: 240px;
	/*background: url('../img/help-bg.jpg') center center no-repeat;*/
}
.info-wrap .info-box {
	margin: 0 auto;
	width: 1000px;
}
.info-wrap .title {
	margin: 60px 180px 0;
	font-size: 40px;
	font-weight: normal;
	color: #f6f6f6;
}
.info-wrap .cont {
	margin: 20px 0 0 180px;
	width: 600px;
	line-height: 2;
	font-size: 15px;
	color: #eee;
}
.product-info.info-wrap {
	height: 300px;
	background: url('../img/home-office.jpg') center center no-repeat;
}

.product-section,
.service-section,
.help-section {
	/*display: table;*/
	/*margin: 0 auto;*/
	padding: 40px 0;
	/*width: 1000px;*/
	width: 100%;
}
.product-section {
	padding: 40px 0;
	/*height: 220px;*/
	
}
.product-section .wrap,
.service-section .wrap {
	margin: 0 auto;
	display: table;
	width: 1000px;
	min-height: 400px;
}
.service-section .perspective-wrap {
	height: 400px;
}
.product-section .full-wrap {
	margin: 0 auto;
	display: table;
	width: 1000px;
	height: 400px;
}
.product-section .product-cont {
	/*float: left;
	margin: 0 auto;*/
	display: table-cell;
	padding: 20px 40px 20px 20px;
	width: 400px;
	/*text-align: center;*/
	/*display: table-cell;*/
	/*width: 320px;*/
	vertical-align: top;
}
.product-section .title{

	margin: 0 0 20px;
	font-size: 24px;
	/*font-weight: normal;*/
	color: #448fb9;
}
.full-wrap .title {
	/*text-align: center;*/
	text-indent: 2em;
}
.product-section .product-cont .cont {
	margin: 0;
	vertical-align: middle;
	font-size: 16px;
}
.product-section .product-figure {
	position: relative;
	display: table-cell;
	/*padding: 0 0 0 20px;*/
	/*display: table-cell;*/
	/*margin: 0 auto;*/
	width: 600px;
	min-height: 200px;
}
.product-section .product-figure.perspective {
	min-height: 400px;
}
.product-section [class*="figure-"] {
	vertical-align: bottom;
}
.product-section [class*="figure-"] .item {
	float: left;
	margin: 0 10px 0 0;
	padding: 8px;
	width: 280px;
	height: 130px;
	background: #aaa;
	border-radius: 6px 6px 0 0;
	/*box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);*/
	overflow: hidden;
}
.product-section [class*="figure-"] img {
	display: block;
	width: 264px;
}


.perspective {
	perspective: 2000px;
	margin-top: 0;

	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.product-section .product-full .item {
	position: absolute;
	width: 700px;
	height: 400px;
	top: 0;
	left: 0;
	overflow: hidden;
	/*margin-top: 20px;*/
	background-size: 100% 100%;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.product-section .perspective .item {
	position: absolute;
	min-width: 600px;
	max-width: 700px;
	min-height: 240px;
	max-height: 300px;
	top: 0;
	left: 0;
	overflow: hidden;
	/*margin-top: 20px;*/
	background-size: 100% 100%;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.product-section  .item .enlarge {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -22px auto 0;
	width: 44px;
	height: 44px;
	border: #53b733 solid 2px;
	border-radius: 22px;
	background: #53b733 url('../img/enlarge.png') center center no-repeat;
	text-align: center;
	line-height: 40px;
	color: #fff;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.product-section.perspective .item:hover {
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}
.product-section  .item:hover .enlarge {
	display: block;
}
.owl-carousel .owl-wrapper-outer {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.product-section .perspective img {
	display: block;
	min-width: 600px;
	max-width: 700px;
	/*height: 370px;*/
}

.product-section:nth-child(2n+1) {
	background: #f6f6f6
}
/*.product-section:nth-child(2n+1) .product-cont {
	float: right;
	padding: 20px 0 0 40px;
}
.product-section:nth-child(2n+1) .product-figure {
	float: right;
	padding: 0 20px 0 0;
}*/

/*服务*/
.service-page {
	padding: 60px 0 0;
	background: #f6f6f6;
}
.service-section {
	padding: 40px 0 0;
	display: table;
	margin: 0 auto;
	width: 1000px;
	
	/*min-height: 400px;*/
}
.service-section .item {
	position: relative;
	float: left;
	margin: 0 0 0 60px;
	padding: 40px;
	/*margin: 0 0 40px;*/
	width: 280px;
	height: 420px;
	/*border: #ddd solid 1px;*/
	background: #fff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
}
.service-section .item.sys {
	margin-top: 60px;
	margin: 60px 0 0 100px;
	z-index: 10;
	border-top: #53b733 solid 3px;
	/*background: #d6ffc9;*/
	/*border: #53b733 solid 1px;*/
	
}
.service-section .item.support {
	z-index: 15;
	/*margin-left: -20px;*/
	margin: 20px 0 0 -20px;
	height: 460px;
	border-top: #f5ae15 solid 3px;
	/*background: #ffeabe;*/
}
.service-section .item.custom-dev {
	/*float: right;*/
	z-index: 10;
	margin-top: 60px;
	margin-left: -20px;
	border-top: #0076b1 solid 3px;
}
.service-section .service-cont {
	/*float: left;*/
	margin: 0 auto;
}
.service-section .title {
	margin: 0 0 20px;
	font-size: 20px;
	text-align: center;
	color: #333;
}
/*.item.sys .title {
	color: #369c15
}
.item.support .title {
	color: #f5ae15
}
.item.custom-dev .title {
	color: #0076b1
}*/
.service-cont .service-list {
	margin: 0 auto;
	padding: 0;
}
.service-list > li {
	margin: 0 0 6px;
	padding: 0 0 0 30px;
	background: url('../img/server/service-list-icon1.png') 6px 4px no-repeat;
}
.sys .service-list {
	width: 100px;
}
.custom-dev .service-list {
	width: 160px;
}
.support .service-list {
	width: 100px;
}
.service-section .service-cont .cont {
	margin: 0;
}
.service-section .service-figure {
	/*float: left;*/
	/*padding: 0 0 0 20px;*/
	/*display: table-cell;*/
	margin: 0 auto;
	width: 100px;
}
.service-section .service-figure img {
	max-width: 100px;
	border-radius: 5px;
	/*box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);*/
}

/*帮助*/
.sub-title {
	position: relative;
	margin: 30px auto 0;
	width: 300px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
}
.sub-title:before {

	position: absolute;
	left: 0;
	top: 0;
	margin: 14px 0 0 10px;
	display: block;
	content: '';
	width: 80px;
	height: 1px;
	background: #e6e6e6;
}
.sub-title:after {

	position: absolute;
	right: 0;
	top: 0;
	margin: 14px 10px 0 0;
	display: block;
	content: '';
	width: 80px;
	height: 1px;
	background: #e6e6e6;
}
.help-page {
	padding: 60px 0 0;
	background: #f6f6f6;
}
.help-content-page {
	padding: 60px 0 0;
}
.help-info.info-wrap {
	height: 240px;
	background: url('../img/help-bg.jpg') center center no-repeat;
}

.help-section {
	/*display: table;*/
	margin: 0 auto;
	width: 1000px;
	min-height: 600px;
}
.help-page .section-hd {
	margin: 40px 0 0;
}
.help-list {
	width: 100%;
	padding: 0;
}
.help-list li {
	float: left;
	margin: 0 20px 20px;
	padding: 0 40px;
	width: 160px;
	text-align: center;
}
.help-list .icon-wrap {
	display: table-cell;
	/*margin: 0 auto 6px;*/
	/*padding: 0 0 10px;*/
	width: 80px;
	height: 100px;
	vertical-align: middle;
}
.help-list li a {
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 8px;
	background: #eee;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	opacity: 0;
}
.help-list li.hr a {
	background: #0088cc url('../img/help/hr.png') center center no-repeat;
}
.help-list li.crm a {
	background: #0088cc url('../img/help/crm.png') center center no-repeat;
}
.help-list li.eam a {
	background: #0088cc url('../img/help/eam.png') center center no-repeat;
}
.help-list li.office a {
	background: #0088cc url('../img/help/office.png') center center no-repeat;
}
.help-list li.task a {
	background: #0088cc url('../img/help/task.png') center center no-repeat;
}
.help-list li.flow a {
	background: #0088cc url('../img/help/flow.png') center center no-repeat;
}
.help-list li.doc a {
	background: #0088cc url('../img/help/doc.png') center center no-repeat;
}
.help-list li.bi a {
	background: #0088cc url('../img/help/bi.png') center center no-repeat;
}
.help-list li.business a {
	background: #0088cc url('../img/help/business.png') center center no-repeat;
}
.help-list li.organization a {
	background: #0088cc url('../img/help/organization.png') center center no-repeat;
}
.side-nav {
	/*float: left;*/
	/*position: fixed;
	top: 80px;
	bottom: 80px;*/
	display: table-cell;
	padding: 0 20px 20px;
	vertical-align: top;
	width: 220px;
	height: 520px;
	border-right: #eee solid 1px;
	/*background: #fff*/
}
.side-nav h2 {
	position: relative;
	padding: 0 0 0 20px;
}
.side-nav h2:before {
	/*text-indent: 1em;*/
	display: block;
	content: "<";
	position: absolute;
	left: 0;
	top: 4px;
	width: 14px;
	height: 14px;
	background: #999;
	border-radius: 7px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	vertical-align: top;
	color: #fff;
}
.side-nav h2:hover:before {
	background: #0087CF;
}
.side-nav .sub {
	margin: 0;
	padding: 10px;
	/*border-bottom: #eee solid 1px;*/
	text-indent: 1em;
	background: #f6f6f6;
	border-left: #0087CF solid 2px;
}
.side-nav ul {
	padding: 0;
}
.side-nav li {
	height: 36px;
	/*list-style: disc;*/
	list-style-position: inside;
	list-style-type: circle;
}
.side-nav li:hover {
	list-style-type: disc;
	color: #0087CF;
}
.side-nav li a {
	display: block;
	padding: 0 0 0 20px;
	line-height: 36px;
	color: #666;
}
.side-nav li a:hover,
.side-nav li a.cur {
	background: #fafafa;
	/*color: #fff*/
}
.crumb {
	margin: 0 0 10px;
	padding: 10px 0;
	width: 100%;

}
.crumb .arrow {
	margin: 0 4px;
}
.help-section > .wrap {
	display: table;
	/*border-top: #eee solid 1px;*/
}
.help-section .content-wrap {
	display: table-cell;
	padding: 0 20px 20px 40px;
	width: 780px;
	height: 100%;
	/*border-left: #eee solid 1px;*/
}

.content {
	
}
.cont-list {
	padding: 0;
}
.cont-list li {
	padding: 20px 0;
	border-top: #eee solid 1px;
}
.cont-list li:first-child {
	border-top: none;
}
.cont-list li .title,
.content .title {
	margin: 0 0 1em;
	line-height: 40px;
	font-size: 18px;
}
.cont-list li .title a {
	font-size: 16px;
}
.cont-list li p {
	margin: 0 0 10px;
	color: #868686;
	line-height: 1.6;
	text-indent: 2em;
}
.content .title {
	/*margin: 0 0 20px;*/
/*	border-bottom: #eee solid 1px;*/
}
.content > p {
	margin: 0 0 20px;
	text-indent: 2em;
}

/*联系我们*/
.contact-page {
	padding: 60px 0 0;
}
.contact-info.info-wrap {
	height: 240px;
	background: url('../img/contact-bg.jpg') center center no-repeat;
}
.contact-section {
	display: table;
	margin: 0 auto;
	padding: 40px 0;
	width: 1000px;
	min-height: 400px;
}
.contact-section .side-nav {
	padding: 20px 0 0;
	width: 200px;
	background: #eee;
	border-right: none;
}
.contact-section .content-wrap {
	width: 100%;
}
.contact-way {
	display: table;
	width: 100%;
}
.contact-way dl {
	margin: 0 0 20px;
	padding: 0 20px;
	display: table;
	width: 100%;
}
.tradition-way {
	display: table-cell;
	padding: 0 30px;
	width: 50%;
	height: 280px;
	border-right: #eee solid 1px;
}
.tradition-way dt {
	display: table-cell;
	width: 60px;
	color: #868686;
}
.tradition-way dd {
	display: table-cell;
	/*width: 100px;*/
}
.social-way {
	display: table-cell;
	padding: 0 30px;
	width: 50%;
}
.social-way .wx-icon {
	padding: 9px;
	width: 160px;
	border: #ddd solid 1px;
}

.go-top {
	position: fixed;
	bottom: 100px;
	right: 40px;
	width: 32px;
	height: 32px;
	background: #aaa url('../img/top.png') center center no-repeat;
	cursor: pointer;
}


@media (min-width: 768px) {
	.modal-body {
		padding: 30px;
		background: #f6f6f6
	}
	.modal-dialog {
		width: 768px;
	}
}

/*modal*/
.tooltip-inner {
	background: #fff;
	border: #ccc solid 1px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #ccc;
}
.modal-img {
	display: block;
	
	margin: 0 auto;
	min-width: 700px;
	border: #ddd solid 2px;
}
