@charset "utf-8";
/* CSS Document */

/*------------------------首页----------------------------*/
/*广告*/
.guanggao{
	position: fixed;
    z-index: 50;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
	vertical-align:bottom;
}
.guanggao_slt{
	position: fixed;
    z-index: 50;
    width:130px;
    height: auto;
    top:20%;
    right:20px;
}
.guanggao_slt img {
	width:100%;	
}
.guanggao .gg_img {
    margin: auto;
    z-index: 101;
    width:100%;
    height:auto;
	position:absolute;
	bottom:0;
	left:0;
    box-sizing: border-box;
    text-align: center;
    animation: winAlertIn .4s;
}
.guanggao .gg_img img {
	max-width:100%;	
}
.guanggao .gg_img a {
	display:inline-block;
}
.guanggao .gg_img .close,.guanggao_slt .smailimg .close{
    position: absolute;
	font-family:"宋体";
	font-size:24px;
    top: 10px;
    right:10px;
    line-height: 28px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
	background: rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: .3s;
    transform: rotate(0) scale(.95);
    cursor: pointer;
    z-index: 2;
}
.guanggao_slt .smailimg .close {
	top:-12px;
	right:-12px;
	width:24px;
	height:24px;
	line-height:24px;
	font-size:20px;
}

/*index_h*/
.index_h {
	text-align:center;	
	padding:80px 0 0;
}
.index_h .index_title {
	text-align:center;	
}
.index_h .index_title span,.index_h .index_title h3 {
	display:inline-block;	
}
.index_h .index_title span,.index_h .index_title h3 {
	*display:inline;	
}
.index_h .index_title h3 {
	display:inline-block;
	font-size:24px;
	color:#333;
	vertical-align:middle;
}
.index_h .index_title span {
	display:inline-block;
	width:118px;
	height:3px;
	margin:0 20px;
	background:url(../images/linel.png) no-repeat center top;
	vertical-align:middle;	
}
.index_h .index_title span.liner {
	background-image:url(../images/liner.png);	
}
.index_h .index_title h3,.index_h .index_title span {
	*display:inline;
}
.index_h .en {
	display:block;
	padding:5px;
	text-transform:uppercase;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;	
}
.index_h .text {
	color:#999;
	padding:5px 0 50px;	
}
/*index_h end*/
/*more*/
.more a {
	display:block;
	width:150px;
	height:40px;
	background:white;
	line-height:40px;
	border-radius:5px;
	border:1px #00B2BC solid;
	text-align:center;
	text-transform:uppercase;
	margin:auto;
	font-size:14px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;	
}
.more a:hover {
	background:#00B2BC;
	color:white;
}
/*more end*/
/*banner*/
.slideBox {
	width:100%;
	height:600px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	width:100%;
	text-align:center;
	height:16px;
	overflow:hidden;
	position:absolute;
	right:0px;
	bottom:25px;
	z-index:1;
}
.slideBox .hd ul {
	width:100%;
	overflow:hidden;
	zoom:1;
}
.slideBox .hd ul li {
	display:inline-block;
	margin:0 2px;
	width:16px;
	height:16px;
	border-radius:8px;
	line-height:18px;
	text-align:center;
	background:#00B2BC;
	cursor: pointer;
	text-indent: -99px;
	overflow: hidden;
	filter:alpha(opacity=50);
	opacity:0.5;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.slideBox .hd ul li {
	*display:inline;	
}
.slideBox .hd ul li.on {
	width:40px;
	filter:alpha(opacity=100);
	opacity:1;
}
.slideBox .bd {
	z-index:0;
	width:1920px;
	height:600px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
}
.slideBox .bd li {
	zoom:1;
	vertical-align: middle;
}
.slideBox .bd img {
	width:1920px;
	height:600px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 2%;
	top: 50%;
	margin-top: -35px;
	display: block;
	width: 32px;
	height: 60px;
	font-size:60px;
	color:#666;
	font-family:"宋体";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 2%;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
/*banner end*/
/*index_about*/
.index_about .about_c {
	padding-top:20px;	
}
.index_about .about_c .img{
	width:53%;	
	padding-left:5.5%;
}
.index_about .about_c .text{
	width:31%;
	padding-right:5.5%;
	line-height:30px;
	font-size:18px;
	text-align:justify;
}
.index_about .about_c .text p {
	padding-bottom:25px;	
}
.index_about .about_b {
	height:160px;
	width:100%;
	background:url(../images/bg1.jpg) no-repeat center center;	
}
.index_about .about_b .inner {
	position:relative;
}
.index_about .about_b .number {
	padding:35px 0;	
}
.index_about .about_b .number li {
	color:white;	
	padding:0 60px;
	display:inline-block;
	vertical-align:middle;
}
.index_about .about_b .number li {
	*display:inline;
}
.index_about .about_b .number li.line {
	width:1px;
	height:65px;
	padding:0;
	background:white;	
}
.index_about .about_b .number li h3 {
	font-size:48px;
	font-weight:normal;	
}
.index_about .about_b .more a{
	position:absolute;
	top:45px;
	right:5.5%;	
	color:white;
	border-color:white;
	background:none;
	width:160px;
}
.index_about .about_b .more a:hover {
	background:white;
	color:#00B2BC;	
}

/*index_about end*/
/*index_product*/
.index_productclass {
	text-align:center;	
}
.index_productclass li {
	display:inline-block;
	width:19%;	
	line-height:1.5em;
}
.index_productclass li {
	*display:inline;	
}
.index_productclass li a {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;	
}
.index_productclass li .icon {
	display:block;
	width:75px;
	height:70px;
	margin:auto;
	margin-bottom:20px;
	background:url(../images/icon1.png) no-repeat top center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;	
}
.index_productclass li:nth-child(2) .icon {
	background-image:url(../images/icon2.png);
}
.index_productclass li:nth-child(3) .icon {
	background-image:url(../images/icon3.png);
}
.index_productclass li:nth-child(4) .icon {
	background-image:url(../images/icon4.png);
}
.index_productclass li:nth-child(5) .icon {
	background-image:url(../images/icon5.png);
}
.index_productclass li a:hover {
	color:#00B2BC;	
}
.index_productclass li a:hover .icon {
	background-position:bottom center;	
}
.index_product .more {
	margin:70px 0;	
}
/*index_product end*/
/*index_service*/
.index_service {
	position:relative;	
	height:auto;
	width:100%;
	height:600px;
	overflow:hidden;
}
.index_service .img {
	width:1920px;
	height:600px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;	
}
.index_service .img img{
	width:100%;	
}
.index_service .inner {
	position:absolute;
	top:32%;
	left:50%;
	margin-left:-600px;
}
.index_service .txt .en {
	color:#02b3bb;
	font-size:18px;	
}
.index_service .txt h4 {
	font-size:46px;	
	line-height:1.5em;
	color:#02b3bb;
	vertical-align:middle;
	position:relative;
	margin-bottom:15px;
}
.index_service .txt h4 span {
	display:inline-block;	
	vertical-align:middle;
	width:16px;
	height:1.5em;
	position:absolute;
}
.index_service .txt h4 span {
	*display:inline;	
}
.index_service .txt h4 span.icon6 {
	top:5px;
	left:95px;
	background:url(../images/icon6.png) no-repeat right top;	
}
.index_service .txt h4 span.icon7 {
	top:8px;
	left:145px;
	background:url(../images/icon7.png) no-repeat left 45px;	
}
.index_service .txt .text {
	font-size:18px;
	width:500px;
	line-height:1.8em;
	color:#00B2BC;	
}
.index_service .txt .text .more {
	padding-top:70px;	
}
.index_service .txt .text .more a {
	margin:0;
	float:right;
	background:none;	
}
.index_service .txt .text .more a:hover {
	background:#00B2BC;	
}
/*index_service end*/
/*index_join*/
.index_join {
	height:310px;
	width:100%;
	background:url(../images/img4.jpg) no-repeat center center;	
}
.index_join .index_h .index_title h3 {
	color:white;	
}
.index_join .index_h .index_title span {
	background-position:center bottom;	
}
.index_join .index_h .en {
	color:#97e0f1;	
}
.index_join h2 {
	font-size:30px;
	font-weight:normal;
	text-align:center;
	color:white;
	padding:20px 0 30px;	
}
.index_join .more a {
	color:white;
	border-color:white;
	background:#01b1b9;
	width:160px;	
}
.index_join .more a:hover {
	background:white;
	color:#00B2BC;	
}
/*index_joins end*/
/*partner*/
.index_partners .more {
	padding:50px 0;	
}
.multipleColumn {
	overflow: hidden;
	position: relative;
	width:1200px;
}
.multipleColumn .hd {
	overflow: hidden;
	text-align:center;
	margin:10px 0;
}
.multipleColumn .hd .prev, .multipleColumn .hd .next {
	display:inline-block;
	width:50px;
	height:30px;
	line-height:30px;
	overflow: hidden;
	cursor: pointer;
	color:#999;
	font-family:"宋体";
	font-size:28px;
	vertical-align:middle;
}
.multipleColumn .hd .prev, .multipleColumn .hd .next {
	*display:inline;
}
.multipleColumn .hd a:hover {
	color:#333;	
}
.multipleColumn .hd .next {
}
.multipleColumn .hd ul {
	display:inline-block;
	width:auto;
	text-align:center;
	overflow: hidden;
	vertical-align:middle;
	zoom: 1;
}
.multipleColumn .hd ul {
	*display:inline;
}
.multipleColumn .hd ul li {
	display:inline-block;
	width:16px;
	height: 16px;
	overflow: hidden;
	margin:0 2px;
	text-indent: -999px;
	cursor: pointer;
	background:#00B2BC;
	border-radius:8px;
	filter:alpha(opacity=50);
	opacity:0.5;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.multipleColumn .hd ul li {
	*display:inline;	
}
.multipleColumn .hd ul li.on {
	width:40px;
	filter:alpha(opacity=100);
	opacity:1;
}
.multipleColumn .bd {
	overflow: hidden;
}
.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width:1200px;
	float: left;
	_display: inline;
}
.multipleColumn .bd ul li {
	margin:0 20px 20px 0;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.multipleColumn .bd ul li:nth-child(5n+5) {
	margin-right:0;
}
.multipleColumn .bd ul li .pic {
	text-align: center;
	border: 1px solid #ccc;
	background:white;
}
.multipleColumn .bd ul li .pic img {
	width:218px;
	height:78px;
	display: block;
	padding: 2px;
}
.multipleColumn .bd ul li .title {
	line-height: 24px;
}
/*partner end*/
/*首页 结束*/
/*------------------------关于尼特----------------------------*/
#about {
	padding:35px 0;	
}

/*联系我们*/
#contact {
	padding:50px 0;	
}
#contact .contact {
	border-bottom:1px #ccc solid;
	padding-bottom:30px;
	margin-bottom:30px;
	text-align:center;
}
#contact .contact .con {
	display:inline-block;
	width:32%;	
	vertical-align:top;
}
#contact .contact .con h5 {
	display:inline-block;
	padding-left:30px;
	line-height:25px;
	font-weight:normal;	
	margin-bottom:15px;
}
#contact .contact .con#contact .contact .con h5 {
	*display:inline;
}
#contact .contact .con .txt p{
	font-size:14px;
	color:#666;	
	line-height:2em;
}
#contact .contact .con.dress h5{
	background:url(../images/icon12.png) no-repeat left center;	
}
#contact .contact .con.tel h5{
	background:url(../images/icon13.png) no-repeat left center;	
}
#contact .contact .con.email h5{
	background:url(../images/icon14.png) no-repeat left center;	
}
#contact #map h5 {
	font-weight:normal;
	padding-left:40px;	
	line-height:30px;
	background:url(../images/icon15.png) no-repeat left center;
	margin-bottom:10px;
}
#contact #map .map {
	width:928px;
	height:418px;
	border:1px #ddd solid;
	overflow:hidden;	
}
/*联系我们结束*/
/*人才招聘*/
#recruit .text {
	padding:30px 0;
	margin-bottom:50px;
	border-bottom:1px #ccc solid;	
}
#recruit .rec_box {
	width:430px;
	height:115px;
	border-radius:10px;
	float:left;
	margin:0px 0 20px 23px;
	overflow:hidden;
}
#recruit .rec_box a {
	display:block;
	width:400px;
	height:85px;
	padding:15px;
	border-radius:10px;
	background:#f7f8fa;
	position:relative;
}
#recruit .rec_box a .gt {
	position:absolute;
	top:15px;
	right:20px;
	color:#bfbfc1;
	font-size:22px;
	font-family:"宋体";	
}
#recruit .rec_box a:hover {
	background:#e3e8f3;	
}
#recruit .rec_box .date {
	width:65px;
	height:85px;
	border-right:1px #ddd solid;	
}
#recruit .rec_box .date span {
	display:block;
}
#recruit .rec_box .date .day {
	font-size:20px;	
}
#recruit .rec_box .date .year {
	font-size:14px;
	color:#999;
}
#recruit .rec_box .date .zpz {
	font-size:14px;
	color:#999;
	margin-top:20px;
}
#recruit .rec_box .right {
	width:320px;	
}
#recruit .rec_box .right h6 {
	margin:0;
	font-size:16px;
	line-height:28px;
	font-weight:normal;	
}
#recruit .rec_box .right span {
	font-size:14px;
	color:#999;
	display:inline-block;
	vertical-align:bottom;	
	padding:0 13px;
	border-left:1px #ccc solid;
	line-height:1em;
}
#recruit .rec_box .right span {
	*display:inline;
}
#recruit .rec_box .right .ask span:nth-child(1) {
	font-size:16px;
	color:#ff6600;
	padding:0;
	border:0;
}
#recruit .rec_box .right .ask span:nth-child(2) {
	border:0;
}
#recruit .rec_box .right .tag {
	padding-top:8px;
	width:320px;
	height:26px;
	overflow:hidden;	
}
#recruit .rec_box .right .tag span {
	height:24px;
	line-height:24px;
	padding:0 10px;
	margin-right:10px;
	border:1px #d8dadf solid;
	border-radius:2px;	
}
/*人才招聘结束*/
/*人才招聘详情*/
#recruit_look .look_top {
	background:#f7f8fa;
	padding:30px 20px;
	margin:15px 0 30px;	
}
#recruit_look .look_top h2 {
	font-size:30px;	
}
#recruit_look .look_top .tag {
	padding:10px 0;	
}
#recruit_look .look_top .tag span {
	display:inline-block;
	vertical-align:bottom;
	padding:0 20px;
	line-height:1em;
	color:#666;	
	border-left:1px #999 solid;
}
#recruit_look .look_top .tag .xz {
	font-size:24px;
	color:#ff6600;	
}
#recruit_look .look_top .tag span {
	*display:inline;	
	zoom:1;
}
#recruit_look .look_top .tag span:nth-child(1),#recruit_look .look_top .tag span:nth-child(2){
	border:0;
	padding:0;
}
#recruit_look .look_top .tag2 span{
	display:inline-block;
	vertical-align:bottom;
	padding:0 10px;
	height:26px;
	line-height:26px;
	color:#999;	
	border:1px #ccc solid;
	font-size:14px;
	border-radius:3px;
	margin-right:2px;
}
#recruit_look .look_top .tag2 span {
	*display:inline;
	zoom:1;
}
#recruit_look .look_top .date {
	padding-top:20px;
	color:#999;	
}
#recruit_look .recruit_look {
	padding:0 20px;	
}
#recruit_look .recruit_look .text {
	line-height:2em;
	padding:20px 0;	
}
#recruit_look .recruit_look .emial {
	display:inline-block;
	font-weight:bold;
	color:#00B2BC;
	font-size:14px;
	padding:5px 5px 5px 30px;
	border-bottom:2px #00B2BC solid;
	background:url(../images/icon16.png) no-repeat 5px center;	
	margin:50px 0;
}
#recruit_look .recruit_look .emial {
	*display:inline;	
}
/*人才招聘详情结束*/
/*关于尼特 结束*/
/*------------------------新闻资讯----------------------------*/
#news {
	padding:0 0 50px;	
}
#news .news_list .newli {
	height:201px;
	position:relative;
}
#news .news_list .newli a{
	display:block;
	width:1140px;
	height:150px;
	padding:25px 30px 25px;
	background:white;
	border-bottom:1px #ccc solid;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
#news .news_list .newli a:hover {
	border-color:white;
	top:-10px;
	left:0;
	box-shadow:0px 3px 5px rgba(1,39,41,0.35);	
}
#news .news_list .newli .img {
	width:290px;
	height:150px;	
}
#news .news_list .newli .date {
	width:90px;
	height:115px;
	padding-top:35px;
	padding-left:25px;
	border-right:1px #ccc solid;	
}
#news .news_list .newli .date span {
	display:block;	
}
#news .news_list .newli .date span.year {
	font-size:24px;	
}
#news .news_list .newli .txt {
	width:710px;
	height:110px;
	padding-top:40px;
	overflow:hidden;	
}
#news .news_list .newli .txt h5 {
	font-size:18px;
	font-weight:normal;
	padding-bottom:5px;	
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#news .news_list .newli .txt p {
	color:#999;
	font-size:14px;	
}
/*新闻资讯 结束*/
/*新闻详情*/
#news_look {
	padding:40px 0;
}
#news_look #content {
	padding-top:20px;
}
#news_look .title {
	text-align:center;	
}
#news_look .title .h2 {
	position:relative;
	padding:0 20px;
}
#news_look .title .h2 {
	*display:inline;
}
#news_look .title h2 {
	display:inline-block;
	font-size:24px;
	font-weight:normal;
	padding:10px 30px;
	background:#f0f1f7;	
	border-radius:5px;
	position:relative;
	z-index:3;s
}
#news_look .title .h2 .line {
	display:block;
	width:100%;
	height:1px;
	background:#f0f1f7;
	position:absolute;
	top:50%;
	left:0;
	z-index:1;
}
#news_look .title .date {
	display:inline-block;
	border-top:2px #00B2BC solid;
	line-height:30px;
	font-size:14px;
	color:#999;	
}
#news_look #content img{
	max-width:100%;
}
/*新闻详情 结束*/
/*------------------------产品中心----------------------------*/

/*#products .classify_two li a {
	height:50px;
}*/	
/*产品中心 结束*/

/*------------------------解决方案----------------------------*/
#solution .title  {
	text-align:center;
	padding:50px 0 30px;
}
#solution .title .en {
	color:#ccf0f1;
	font-size:18px;
	text-transform:uppercase;
}
#solution .title h3 {
	font-size:24px;
	color:#00B2BC;
	font-weight:normal;
	display:inline-block;
	vertical-align:middle;
	line-height:1em;
	padding-bottom:5px;
	border-bottom:4px #ccf0f1 solid;	
}
#solution .title h3 span {
	display:inline-block;
	width:9px;
	height:9px;
	background:#ccf0f1;
	margin:0 10px;
	vertical-align:middle;	
}
#solution .title h3,#solution .title h3 span {
	*display:inline;	
}
#solution .line {
	display:block;
	width:1200px;
	margin:0 auto;
	height:1px;
	border-bottom:1px #ccc dashed;	
}
#solution .text {
	text-indent:2em;
	line-height:2em;
	color:#666;	
}
#solution .list {
	padding:40px 0;
	text-align:center;
	width:1250px;
	margin:auto;	
}
#solution .list .sol_box {
	display:inline-block;
	width:280px;
	height:200px;
	margin:0 14px 20px;	
}
#solution .list .sol_box {
	*display:inline;	
}
#solution .list .sol_box a {
	display:block;
	width:280px;
	height:200px;
	position:relative;
}
#solution .list .sol_box h4 {
	display:table;
	width:280px;
	height:200px;
	color:white;
	font-size:24px;
	font-weight:normal;
	text-align:center;	
	position:absolute;
	top:0;
	left:0;
}
#solution .list .sol_box h4 span {
	display:table-cell;
	vertical-align:middle;
}
#solution .solution .btn {
	height:75px;
	width:1200px;
	margin:0 auto 70px;
}
#solution .solution .btn a {
	display:block;
	width:1200px;
	text-align:center;
	height:75px;
	line-height:75px;
	margin:auto;
	background:#00B2BC;
	color:white;
	border-radius:5px;
	font-size:24px;	
	vertical-align:middle;
	box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
#solution .solution .btn a span {
	display:inline-block;
	width:26px;
	height:27px;
	background:url(../images/icon17.png) no-repeat center center;
	vertical-align:middle;
	margin:0 0 0 15px;
}
#solution .solution .btn a:hover {
	background:#019ba2;
}
#solution .solution .btn a span {
	*display:inline;
}
#solution .popup {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:99;
	background:url(../images/hei5.png);
	display:none;
}
#solution .message {
	background:white;
	width:900px;
	top:50%;
	margin:-300px auto 0;
	border-radius:5px;
	position:relative;
	text-align:center;
	padding:30px 0;
}
#solution .message .close {
	position:absolute;
	width:36px;
	height:36px;
	background:#b2e8ea;
	border-radius:18px;
	text-align:center;
	line-height:36px;
	font-size:24px;
	color:#00B2BC;
	top:10px;
	right:10px;	
	cursor:pointer;
}

#solution .message h5 {
    font-size: 24px;
    color: #00B2BC;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    padding-bottom: 5px;
    border-bottom: 4px #ccf0f1 solid;
}
#solution .message h5 span {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #ccf0f1;
    margin: 0 10px;
    vertical-align: middle;
}
#solution .message h5 {
	*display:inline;
}
#solution .message .p {
	text-align:center;
	font-size:14px;
	color:#999;	
	padding:10px 0;
}
#solution .message .tr {
	height:40px;
	padding:7px 0; 	
}
#solution .message .tr .l {
	width:230px;
	text-align:right;
	line-height:40px;
	font-size:14px;	
}
#solution .message .tr .r {
	width:650px;
	text-align:left;
	font-size:14px;
}
#solution .message .tr input{
	border:1px #ccc solid;
	width:488px;
	height:38px;
	line-height:38px;
	border-radius:5px;
	padding:0 5px;
}
#solution .message .tr.textarea {
	height:110px;
}
#solution .message .tr.textarea textarea {
	height:98px;
	width:488px;
	border:1px #ccc solid;
	border-radius:5px;
	min-height:98px;
	max-height:98px;	
	padding:5px;
}
#solution .message .btn input {
	border:0;
	width:120px;
	height:34px;
	line-height:34px;
	background:#999;
	color:white;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	margin:20px 5px 10px;	
}
#solution .message .btn .submit {
	background:#00B2BC;	
}
/*解决方案 结束*/
/*------------------------客户案例----------------------------*/
#case {
	padding-bottom:50px;	
}
#case .case li {
	width:384px;
	height:240px;
	border:1px #ccc solid;
	overflow:hidden;
	float:left;	
	margin:0 20px 25px 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.3s ease;}
#case .case li:nth-child(3n+3){
	margin-right:0;	
}
#case .case li:hover {
	box-shadow:3px 3px 10px rgba(1,39,41,0.35);	
}
#case .case li a {
	display:block;	
	text-align:center;
}
#case .case li a h5 {
	display:table;
	height:40px;
	width:384px;
	font-weight:normal;
}
#case .case li a h5 span{
	display:table-cell;
	vertical-align:middle;
}
/*客户案例 结束*/
/*------------------------合作伙伴----------------------------*/
#partner {
	padding-bottom:50px;	
}
#partner .partner {
	padding-bottom:15px;	
}
#partner .partner li {
	width:218px;
	height:78px;
	border:1px #f0f1f7 solid;
	background:#f0f1f7;	
	float:left;
	margin:16px 0 0 16px;
}
/*合作伙伴 结束*/

/*------------------------支持服务----------------------------*/
#service {
	padding-bottom:50px;	
}
#service .service li {
	padding:12px 0 12px 30px;	
	position:relative;
	border-bottom:1px #ccc dashed;
}
#service .service li .circle,#service .service li h5,#service .service li a {
	display:inline-block;	
	vertical-align:top;
}
#service .service li .circle,#service .service li h5,#service .service li a {
	*display:inline;	
}
#service .service li .circle {
	position:absolute;
	width:8px;
	height:8px;
	background:#ddd;
	border-radius:4px;
	top:20px;
	left:12px;
}
#service .service li h5 {
	width:790px;
	font-weight:normal;	
}
#service .service li a {
	position:absolute;
	top:7px;
	right:5px;
	height:30px;
	line-height:30px;
	width:70px;
	text-align:center;
	font-size:14px;
	color:#00B2BC;
	background:#f2f3f5;
	border-radius:5px;
	cursor: pointer;
}
#service .service li a:hover {
	color:white;
	background:#00B2BC;	
}
/*登录下载*/
#service .popup2 {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/black0.8.png);
	z-index:88;	
}
#service .popup2 .dl {
	background:#00B2BC;
	width:426px;
	height:280px;
	border:10px #444 solid;
	border-radius:10px;	
	position:absolute;
	top:50%;
	left:50%;
	margin:-145px 0 0 -218px;
	z-index:99;
}
#service .popup2 .dl h4 {
	background:white;
	height:50px;
	line-height:50px;
	padding:0 0 0 30px;
	color:#666;
	font-size:18px;	
}
#service .popup2 .dl .close {
	display:block;
	position:absolute;
	top:0;
	right:0;
	font-size:30px;
	line-height:50px;
	width:50px;
	color:#00B2BC;
	font-weight:bold;
	text-align:center;
	cursor:pointer;	
}
#service .popup2 .dl .dl_box {
	height:35px;	
	padding:30px 0 0;
}
#service .popup2 .dl .dl_box .l {
	width:120px;
	font-size:18px;
	line-height:35px;
	text-align:right;
	color:white;	
}
#service .popup2 .dl .dl_box input {
	height:33px;
	width:240px;
	border:1px #fff solid;
	border-radius:5px;
	background:#00B2BC;	
	color:white;
	padding:0 5px;
}
#service .popup2 .dl .btn {
	padding:30px 0 0 120px;
}
#service .popup2 .dl .btn input {
	width:200px;
	height:35px;
	border:1px #52cbd2 solid;
	background:#52cbd2;
	color:white;
	font-size:18px;
	border-radius:5px;
}	
/*登录下载 结束*/
/*APP下载*/
#service .ser_app {
	padding:70px 0 30px;	
}
#service .ser_app .r {
	padding-top:30px;
	width:490px;
	text-align:center;
	background:url(../images/line.png) no-repeat center 150px;	
}
#service .ser_app .r h1 {
	font-size:36px;
	font-weight:normal;	
}
#service .ser_app .r p {
	font-size:18px;
	color:#999;	
	padding:10px 0 0;
}
#service .ser_app .r .down {
	width:100%;	
	text-align:center;
	width:490px;
	height:330px;
	padding-top:70px;
}
#service .ser_app .r .down_box {
	float:left;
	width:50%;
	padding-top:85px;
	text-align:center;	
}
#service .ser_app .r .down_box a {
	display:inline-block;
	width:130px;
	height:32px;
	line-height:32px;
	background:#00B2BC;	
	color:white;
	border-radius:16px;
	margin-top:10px;
}
#service .ser_app .r .down_box a {
	*display:inline;	
}
#service .ser_app .r .down_box1 {
	background:url(../images/icon18.png) no-repeat top center;	
}
#service .ser_app .r .down_box2 {
	background:url(../images/icon19.png) no-repeat top center;	
}
#service .ser_app .r .down_box a:hover {
	background:#039ea5;	
}
/*app二维码*/
#service .ser_app .appewm {
	width:490px;
	height:150px;
	padding:20px 0 0;
	display:none;
}
#service .ser_app .appewm span {
	display:block;
	width:150px;
	float:left;	
}
#service .ser_app .appewm span img {
	width:100%;	
}
#service .ser_app .appewm p {
	display:block;
	float:right;
	width:320px;
	font-size:14px;
	color:#333;	
	text-align:left;
	padding:40px 0 0;
}
/*APP下载 结束*/
/*尼特云课堂*/
#video {
	padding-bottom:50px;
}	
#video .video li {
	float:left;
	width:380px;
	height:250px;
	margin:0 30px 20px 0;
	overflow:visible;
}
#video .video li:nth-child(3n+3) {
	margin-right:0;	
}
#video .video li a {
	display:block;
	border-radius:5px;
}
#video .video li a .img {
	width:380px;
	height:210px;
	border-radius:5px;
	overflow:hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	background:#000;
	position:relative;
}
#video .video li a .img img {
	filter:alpha(opacity=60);
	opacity:0.6;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	border-radius:5px;
}
#video .video li a .icon {
	display:block;
	width:56px;
	height:56px;
	border:2px #fff solid;
	border-radius:50%;
	background:url(../images/icon20.png) no-repeat center center;	
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
#video .video li a:hover .img{
	box-shadow:3px 3px 10px rgba(1,39,41,0.35);	
	margin-top:-5px;
}
#video .video li a:hover .img img{
	filter:alpha(opacity=100);
	opacity:1;
}
#video .video li a:hover .icon{
	width:60px;
	height:60px;
	border:0;
	background:url(../images/icon21.png) no-repeat center center;	
}
#video .video li a h5 {
	line-height:40px;
	font-weight:normal;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#video .back_list a {
	display:block;
	width:100px;
	height:30px;
	line-height:30px;
	padding-left:23px;
	color:white;
	background:#00B2BC url(../images/icon22.png) no-repeat 25px center;
	text-align:center;
	border-radius:15px;	
}
#video .back_list a:hover {
	background-color:#039ea5;	
}
#video .vid_h {
	padding:10px 0 20px;
	border-bottom:1px #ccc dashed;
	margin-bottom:30px;
}
#video .vid_h h5 {
	font-weight:normal;
	text-align:center;	
	font-size:24px;
}
#video .video_sp {
	text-align:center;	
	padding-bottom:50px;
}
/*尼特云课堂 结束*/
/*支持服务 结束*/

/*------------------------招商加盟----------------------------*/
#join h2 {
	font-size:36px;
	color:white;
	font-weight:normal;
	text-align:center;
	padding:70px 0 50px;	
}
#join .join_a {
	height:570px;
	padding-top:230px;
	background:url(../images/img16.jpg) no-repeat center center;	
	position:relative;
}
#join .join_a .p1 {
	text-align:center;
	color:white;
	font-size:18px;	
	letter-spacing:10px;
}
#join .join_a h1 {
	text-align:center;
	font-size:70px;
	line-height:85px;
	color:#00f4ff;	
	letter-spacing:2px;
	padding:15px 0 30px;
}
#join .join_a ul {
	text-align:center;	
}
#join .join_a ul li {
	color:white;
	display:inline-block;
	height:36px;
	line-height:36px;
	border:1px #77797e dashed;
	border-radius:18px;
	padding:0 15px 0 35px;
	margin:0 8px 10px;	
	*display:inline;
	zoom:1;
	position:relative;
}
#join .join_a ul li span {
	display:block;
	width:8px;
	height:8px;
	border-radius:4px;
	background:#00f4ff;
	position:absolute;
	top:14px;
	left:18px;	
}
#join .join_b {
	margin-bottom:-10px;
	background:#0d2772 url(../images/img18.jpg) no-repeat top center;	
	position:relative;
}
#join .join_b .box {
	background:url(../images/lan8.png);
	color:white;
	margin-bottom:10px;	
}
#join .join_b .box .l.text {
	width:560px;
	padding:25px 0 0 35px;
}	
#join .join_b .box .r.text {
	width:560px;
	padding:25px 35px 0 0;
}	
#join .join_b .box .text .h3 {
	position:relative;
	border-bottom:1px #536671 solid;	
}
#join .join_b .box .text h3 {
	font-size:30px;
	line-height:2em;
	font-weight:normal;	
}
#join .join_b .box .text .h3 .line {
	display:block;
	height:3px;
	width:50px;
	background:white;
	position:absolute;
	bottom:-1px;
	left:0;	
}
#join .join_b .box .text .tag span{
	display:inline-block;
	color:#00f4ff;
	padding:10px 20px 0 0;	
}
#join .join_b .box .text .tag span{
	*display:inline;
	zoom:1;
}
#join .join_b .box .text ul {
	padding-top:30px;	
}
#join .join_b .box .text li {
	width:460px;
	padding:8px 0px 8px 45px;
	background:url(../images/icon37.png) no-repeat 17px 11px;	
}
#join .join_b .box .img2 {
	background:url(../images/lan8.png);
	text-align:center;
	padding:40px 0;
}
#join .join_b .box .img2 img {
	margin:auto;
}	
#join .join_c {
	background:url(../images/img19.jpg) no-repeat top center;
	text-align:center;	
	position:relative;
}
#join .join_c .ten {
	height:590px;
	padding-top:30px;	
}
#join .join_c .ten ul {
	display:block;
}
#join .join_c .ten li {
	color:#00f4ff;
	width:248px;
	height:57px;
	padding-top:78px;
	display:inline-block;	
}
#join .join_c .ten li {
	*display:inline;
	zoom:1;
}
#join .join_c .ten li .icon {
	display:inline-block;
	height:60px;
	width:100%;	
}
#join .join_c .ten li .icon {
	*display:inline;
	zoom:1;
}
#join .join_c .ten li .icon1 {
	background:url(../images/icon23.png) no-repeat center top;	
}
#join .join_c .ten li .icon2 {
	background:url(../images/icon24.png) no-repeat center top;	
}
#join .join_c .ten li .icon3 {
	background:url(../images/icon25.png) no-repeat center top;	
}
#join .join_c .ten li .icon4 {
	background:url(../images/icon28.png) no-repeat center top;	
}
#join .join_c .ten li .icon5 {
	background:url(../images/icon26.png) no-repeat center top;	
}
#join .join_c .ten li .icon6 {
	background:url(../images/icon27.png) no-repeat center top;	
}
#join .join_c .ten li .icon7 {
	background:url(../images/icon29.png) no-repeat center top;	
}
#join .join_c .ten li .icon8 {
	background:url(../images/icon30.png) no-repeat center top;	
}
#join .join_c .ten li .icon9 {
	background:url(../images/icon31.png) no-repeat center top;	
}
#join .join_c .ten li .icon10 {
	background:url(../images/icon32.png) no-repeat center top;	
}
#join .join_d {
	background:url(../images/img20.jpg) no-repeat top center;
	padding-bottom:100px;	
	position:relative;
}
#join .join_d h2 {
	font-size:30px;
	line-height:48px;
}
#join .join_d h4 {
	height:60px;
	padding-top:40px;
	font-size:24px;
	background:url(../images/line2.png) no-repeat top center;
	color:#00f4ff;
	text-align:center;
	font-weight:normal;	
}
#join .join_d .u1,#join .join_d .u2 {
	padding:30px 0;
	position:relative;
}
#join .join_d .u1 {
	border-top:2px #00f4ff solid;
	border-right:1px #00f4ff dashed;	
}
#join .join_d .icon {
	display:block;
	width:22px;
	height:22px;	
	position:absolute;
	background:url(../images/icon33.png) no-repeat left top;
}
#join .join_d .icon2 {
	background-position:right top;
}
#join .join_d .icon3 {
	background-position:left bottom;
}
#join .join_d .icon4 {
	background-position:right bottom;
}
#join .join_d .u1 .icon1 {
	top:-12px;
	left:-11px;	
}
#join .join_d .u1 .icon2 {
	top:-12px;
	right:-11px;	
}
#join .join_d .u2 .icon1 {
	bottom:-12px;
	right:-11px;	
}
#join .join_d .u2 .icon2 {
	top:-12px;
	left:-11px;	
}
#join .join_d .u2 .icon3 {
	top:-12px;
	right:-11px;	
}
#join .join_d .u2 .icon4 {
	bottom:-12px;
	left:-11px;	
}
#join .join_d .u2 {
	border-top:1px #00f4ff dashed;
	border-left:1px #00f4ff dashed;	
	border-bottom:2px #00f4ff solid;
}
#join .join_d ul li {
	float:left;
	width:260px;
	height:160px;
	margin-left:30px;
	position:relative;	
	color:white;
}
#join .join_d ul li p {
	display:block;
	position:absolute;
	top:40px;
	left:0;
	height:40px;
	width:260px;
	overflow:hidden;
	font-size:48px;
	font-weight:bold;
	filter:alpha(opacity=50);
	opacity:0.5;
	text-align:center;	
}
#join .join_d ul li h5 {
	font-weight:normal;
	font-size:18px;
	width:260px;
	text-align:center;
	position:absolute;
	top:80px;
	left:0;
}
#join .join_e {
	background:url(../images/img21.jpg) no-repeat top center;	
	padding-bottom:50px;
}
#join .join_e .inner {
	width:990px;	
}
#join .join_e h2 {
	color:#00f4ff;
	font-size:28px;	
}
#join .join_e .left,#join .join_e .right {
	width:480px;	
}

#join .join_e .left input {
	color:#00f4ff;	
	height:40px;
	width:448px;
	margin-bottom:15px;
	padding:0 15px;
	border-radius:5px;
	border:1px #00f4ff solid;
	background:url(../images/lan05.png);
}
#join .join_e .right textarea {
	width:448px;
	height:193px;
	min-width:448px;
	min-height:193px;
	max-width:448px;
	max-height:193px;
	border:1px #00f4ff solid;
	border-radius:5px;
	margin-bottom:15px;
	background:url(../images/lan05.png);
	color:#00f4ff;
	padding:10px 15px;
	font-family:Arial, Helvetica, sans-serif
}
#join .join_e .right input {
	border:0;
	border-radius:5px;
	height:40px;
	width:480px;
	background-image: linear-gradient(to right, rgba(1,179,187,1) 0%, rgba(0,244,255,1) 100%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(left, rgba(0,244,255,1) 0%, rgba(1,179,187,1) 100%, #FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00f4ff', EndColorStr='#01b3bb');
	color:white;
}
#join .join_line {
	display:block;
	width:1200px;
	height:55px;
	background:url(../images/img17.png) no-repeat center center;
	position:absolute;
	bottom:-27px;
	left:50%;
	margin-left:-600px;
	z-index:2;	
}
/*招商加盟 结束*/
