.navWrap{
	width:100%;
	height:90px;
	position:fixed;
	left:0;
	top:0;

}
.nav{
	width:1200px;
	height:90px;
	margin:0 auto;
}
h1{
	width:250px;
	height: 90px;

	float: left;
} 
.nav ul{
	width:800px;
	float:left;

}
.nav li{
	float: left;
}
.nav li a{
	color:#ffffff;
	font-size:18px;
	padding:0 5px;
	margin:40px 80px 0 0;
	height:30px;
	display: inline-block;	
}
.nav li a:hover{
	border-bottom: 4px solid #0977fe;
}
.nav li .current{
	border-bottom: 4px solid #0977fe;
}
.nav img{
	margin-top:25px;
	float: left;
}

.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    background:rgba(0,0,0,0.7);
}

/*以上为nav*/


.banner{
	width:100%;
	height:600px;
	background: url(../img/proservice/case_banner.png) no-repeat center 0;
}

/*banner*/


.caseWrap{
	width:100%;
	height:100%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 60px;
}

.case_title{
	width:100%;
	height:280px;
	background: url(../img/index/customers-title.png) no-repeat center 90px;
	min-width:1200px;
}
.xinwen-title{
	width:100%;
	height:280px;
	background: url(../img/index/xinwen.png) no-repeat center 90px;
}
.dingzhi-title{
	width:100%;
	height:220px;
	background: url(../img/index/dingzhi.png) no-repeat center 90px;
}
.case_logo{
	width:1200px;
	height:470px;
	margin:0 auto;
	background:url(../img/images/case_logo.png) no-repeat 100%;
}
.advertise-content{
	width:1200px;
	height:430px;
	overflow: hidden;
	margin:0 auto;

	
}
.advertise-content ul{
	width:540px;
	height:430px;
	float: left;
	margin-right:120px;
	overflow: hidden;
}
.advertise-content li{
	border-bottom: dashed 1px #E5E5E5;
	font:normal 16px/62px "微软雅黑";
	cursor: pointer;
}
.advertise-content li:hover{
	color:#0977FE;
}
.advertise-content li p{
	float: left;
}
.advertise-content span{
	float: right;
	display: block;
}
.explain p{
	width:1200px;
	margin:30px auto 0;
	font:normal 16px "微软雅黑";
	text-align: center;
}

.advertise2{
	height:430px;
	float: right;
}
.advertise1{
	height:430px;
	float: left;
	
}
.advertise-content ul li{
	height: 60px;
	line-height: 60px;;
}

.no-margin{
	margin-right:0!important;}

/*以上客户案例文字滚动部分*/

.cus_case{
	width:100%;
	height:100%;
	padding-bottom: 100px;
}
.cus_case_row1{
	width:1200px;
	height:400px;
	margin:0 auto;
	cursor: pointer;
}

.row1_left{
	width:560px;
	height:310px;
	background:url(../img/images/case_pic1.png) no-repeat;
	margin:48px 80px 0 0;
	float: left;
}

.row1_right{
	width:560px;
	height:310px;
	float: left;
	margin-top:90px;
	color: black;
}

.row1_right h3{
	font:700 20px/60px "微软雅黑";
}

.row1_right p{
	font:normal 14px/33px "微软雅黑";
}

.ml{
	margin-left:80px;
}

.row2 .row1_left{
	background: url(../img/images/case_pic2.png) no-repeat;
}

.row3 .row1_left{
	background: url(../img/images/case_pic3.png) no-repeat;
}
.row4 .row1_left{
	background: url(../img/images/case_pic4.png) no-repeat;
}
.row5 .row1_left{
	background: url(../img/images/case_pic5.png) no-repeat;
}
.row6 .row1_left{
	background: url(../img/images/case_pic6.png) no-repeat;
}

/*以上客户案例*/

.footer{
	width:100%;
	height:150px;
	padding-top:10px;
	background:#232323;
}

.foot{
	width:1200px;
	margin:0 auto;
}
.foot ul{
	margin:0 auto;
	width:406px;


}
.foot li{
	float: left;
}
.foot li a{
	color:#666666;
	line-height:60px;
	padding:0 25px;
	font-size:14px;
}                                                  
.foot p{
	text-align: center;
	margin-bottom  : 20px;
}

.foot a:hover{
	color:#E5E5E5;
}























































