body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table {border-collapse:collapse; border-spacing:0; }

::-webkit-input-placeholder { /* Chrome */
  color: #758E98;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #758E98;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#758E98;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #758E98;
  opacity: 1;
}

.body{
	text-align: center;
	   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	   }
input{
	outline: none;
}
/*背景为蓝色的按钮*/
.bluebtn{
	background:  #1798FC;
}
.bluebtn:hover{
	background: #4EB1FD;
}
.bluebtn:active{
	background: #127FDC;
}

/*字*/
/*文字12号常规色,(长字段行间距20)*/
.letter12nor{
	font-size: 12px;
	letter-spacing:0.5px;
	color: #1F2122;
}
.letter12sed{
	font-size: 12px;
	letter-spacing:0.5px;
	color: #43484A;
}
.letter12ass1{
	font-size: 12px;
	letter-spacing:0.5px;
	color: #758E98;
}
.letter12ass2{
	font-size: 12px;
	letter-spacing:0.5px;
	color: #E1E4E6;
}
/*文字14号常规色，（字间距按钮中为1，长字段行间距24）*/
.letter14nor{
	font-size: 14px;
	letter-spacing:0.5px;
	color: #1F2122;
}
.letter14sed{
	font-size: 14px;
	letter-spacing:0.5px;
	color: #43484A;
}
.letter14ass1{
	font-size: 14px;
	letter-spacing:0.5px;
	color: #758E98;
}
.letter14ass2{
	font-size: 14px;
	letter-spacing:0.5px;
	color: #E1E4E6;
}
/*文字18号常规色,副标题*/
.letter18nor{
	font-size: 18px;
	letter-spacing:1px;
	color: #1F2122;
}
/*文字24号常规色,除首图外的主标题*/
.letter24nor{
	font-size: 24px;
	letter-spacing:1.5px;
	color: #1F2122;
}
/*文字36号常规色,首图主标题*/
.letter36nor{
	font-size: 36px;
	letter-spacing:2px;
	color: #1F2122;
}

/*文字链接*/
a {
	color: #1798FC;
}
a:hover{
	text-decoration: none;
	color: #4EB1FD;
}
a:active{
	color: #127FDC;
}
.whiteBluebtn{
	background: #FFFFFF;
	color: #1798FC;
}
.whiteBluebtn:hover{
	
	color: #4EB1FD;
}
.whiteBluebtn:active{
	
	color: #127FDC;
}
.middle{
	text-align: center;
	width: 100%;
}
.contant{
	
	margin: auto;
	width: 960px;
	height: 100%;
	/*border: 1px solid black;*/
}

/*mid1第一部分*/
.mid1{
	width: 100%;
	height: 410px;
	position: relative;
	background:  rgb(6,10,47);
	min-width:  960px;
} 
.mid1 .text {
	float: left;
	text-align: left;
}
.mid1 .content{
	width: 960px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
.mid1 .img{
	padding-top: 64px;
	float: right;
	height: calc(100% - 60px);
} 
.mid1 .img img{
	height: 100%;
}
.mid1 h1{ 
	height:50px; 
	font-weight:400;
	color:rgba(255,255,255,1); 
	margin-top: 131px;
	margin-bottom: 22px; 
	font-size: 36px;
    letter-spacing: 2px; 
    line-height: 56px;
}
.mid1 p{ 
	height:25px;
	font-size:18px; 
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:25px;
	letter-spacing:1px;
	padding-bottom: 32px;
}

.mid1 .btn{
	width:124px;
	height:40px;
	line-height: 40px;
	color: #24304A;
	background:rgba(255,255,255,1);
	border-radius:2px;
	cursor: pointer;
	text-align: center;
}
.mid1 .btn:hover{
	opacity: 0.9;
}
/*mid2第二部分*/

.mid2{
	width: 100%;
	height: 80px;
	background: #F6F7FC;
}
.mid2 .case-list{
	/*display: flex;
	justify-content: space-between;*/
	
}
.mid2 .case-item{
	float: left;
	display: inline-block;
	margin-right: 41px;
	padding-top: 32px;
	cursor: pointer;
}
.mid2 li.case-item:last-child{
	margin-right:0px ;
}
.mid2 .case-item:hover{
	color: #4EB1FD;
}
.mid2 li.active{
	color: #38ACFF;
}

/*mid3第三部分*/
.mid3 .companyBox{
	
	margin-top: 36px;
	
	box-shadow: inset 0 -1px 0 0 #E1E4E6;
	box-sizing: border-box;
	
}
.mid3 .contantBox{
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
}
/*刷新，默认显示教育培训*/
.mid3 #wrap>div{
	display: none;
}
.mid3 #wrap>div:first-child{
	display: block;
}
/*案例logo*/
.mid3 .companyBox .companyLogo{
		padding-top: 50px;
		padding-left: 205px;
		display: inline-block;
		margin-top: 25px;
		position: absolute;
		left: 100px;
}
.mid3 .companyBox .companyLogo70{
		padding-top: 70px;
		padding-left: 200px;
		display: inline-block;
		margin-top: 15px;
		position: absolute;
		left: 100px;
}
.mid3 .companyName{
	padding-top: 36px;
	margin-bottom: 36px;
	    
}
.mid3 .contantBox .letter14sed{
	margin-bottom: 10px;
	width: 760px;
	line-height: 24px;
}
.mid3 .contantBox div.letter14sed{
	text-align: left;
}
.mid3 .contantBox .letter14ass1{
	margin-top: 14px;
	padding-bottom: 36px;
	text-align: right;
}
/*评价中logo*/
.mid3 .companyBox .companyLogo11{
	background: url(../img/CasePage/education/danei.png);
	background-position: left ;
	background-repeat: no-repeat;
}

.mid3 .companyBox .companyLogo12{
	background: url(../img/CasePage/education/huanqiu.png);
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo13{
	background: url(../img/CasePage/education/zhongzhen_new.png);
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo14{
	background: url(../img/CasePage/education/yimake.png);
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo15{
	background: url(../img/CasePage/education/meilian_new.png);
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo16{
	background: url(../img/CasePage/education/newqflogo.png);
	background-position: left ;
	background-repeat: no-repeat;
}

.mid3 .companyBox .companyLogo21{
	background: url(../img/CasePage/liveservice/jinfuren.png);
	background-position: left ;
	background-repeat: no-repeat;
}

.mid3 .companyBox .companyLogo22{
	background: url(../img/CasePage/liveservice/weiyi.png);
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo23{
	background: url(../img/CasePage/liveservice/tianluo.png);
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo24{
	background:url(../img/CasePage/liveservice/niuyue.png);
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo25{
	background: url(../img/CasePage/liveservice/weinasi.png);
	background-position: left ;
	background-repeat: no-repeat;
}

.mid3 .companyBox .companyLogo31{
	background: url(../img/CasePage/entertainment/youku.png);
	background-position: left ;
	background-repeat: no-repeat;
	background-size: 75%;
}
.mid3 .companyBox .companyLogo32{
	background: url(../img/CasePage/entertainment/nongye.png);
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo33{
	background: url(../img/CasePage/entertainment/youxi49.png);
	background-position: left ;
	background-repeat: no-repeat;
}

.mid3 .companyBox .companyLogo41{
	background: url(../img/CasePage/financial/guotai.png);
	background-position: left ;
	background-repeat: no-repeat;
	background-size: 80%;
}
.mid3 .companyBox .companyLogo42{
	background: url(../img/CasePage/financial/xinshidai.png);
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo43{
	background: url(../img/CasePage/financial/xingxing.png);
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo44{
	background: url(../img/CasePage/financial/shanghai.png);
	background-position: left ;
	background-repeat: no-repeat;
}

.mid3 .companyBox .companyLogo51{
	background: url(../img/CasePage/production/feike.png);
	background-position: left ;
	background-repeat: no-repeat;
	background-size: 90%;
}
.mid3 .companyBox .companyLogo52{
	background: url(../img/CasePage/production/shangqi.png);
	background-position: left ;
	background-repeat: no-repeat;
}

.mid3 .companyBox .companyLogo61{
	background: url(../img/CasePage/internet/zhaoshang959.png);
	background-position: left ;
	background-repeat: no-repeat;
}

.mid3 .companyBox .companyLogo81{
	background: url(../img/CasePage/building/xiexin.png);
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo82{
	background: url(../img/CasePage/building/Star.png);
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo83{
	background: url(../img/CasePage/building/shangdu.png);
	background-image: url(../img/CasePage/building/shangdu.svg),none;
	background-position: left ;
	background-repeat: no-repeat;
}
.mid3 .companyBox .companyLogo91{
	background: url(../img/CasePage/medical/jiuyi.png);
	background-position: left ;
	background-repeat: no-repeat;
	background-size: 80%;
}
.mid3 .companyBox .companyLogo92{
	background: url(../img/CasePage/medical/wanjia.png);
	background-position: left ;
	background-repeat: no-repeat;
}
/*除教育培训，默认隐藏*/
.mid3 .artmedia{
	display: none;
}


/*图标logo*/
.mid3 .logobox{
	padding-top: 40px;
	width: 954px; 
	margin: 0 auto 48px;
}

.mid3 .iconbox{
	    display: inline-block;
   /* float: left;*/
    margin-left: 7px;
   /* margin-right: 7px;*/
    margin-bottom: 12px;
    width: 144px;
    height: 56px;
    background: #F6F8FA;
}
.mid3 .logo-item{
	width: 100%;
	height: 100%;
}

.mid3 .education .logo-item1{
	background: url(../img/CasePage/education/yasi.png)no-repeat center;
	
}
.mid3 .education .logo-item2{
	background: url(../img/CasePage/education/hujiangwang.png)no-repeat center;
	
}
.mid3 .education .logo-item3{
	background: url(../img/CasePage/education/taiqi.png)no-repeat center;
	
}
.mid3 .education .logo-item4{
	background: url(../img/CasePage/education/4.png)no-repeat center;
	
}
.mid3 .education .logo-item5{
	background: url(../img/CasePage/education/5.png)no-repeat center;
	
}
.mid3 .education .logo-item6{
	background: url(../img/CasePage/education/6new.png)no-repeat center;
	
}
.mid3 .education .logo-item7{
	background: url(../img/CasePage/education/7.png)no-repeat center;
	
}
.mid3 .education .logo-item8{
	background: url(../img/CasePage/education/8.png)no-repeat center;
	
}
.mid3 .education .logo-item9{
	background: url(../img/CasePage/education/9.png)no-repeat center;
	
}
.mid3 .education .logo-item10{
	background: url(../img/CasePage/education/10.png)no-repeat center;
	
}
.mid3 .education .logo-item11{
	background: url(../img/CasePage/education/11.png)no-repeat center;
	
}
.mid3 .education .logo-item12{
	background: url(../img/CasePage/education/12.png)no-repeat center;
	
}
.mid3 .education .logo-item13{
	background: url(../img/CasePage/education/13new.png)no-repeat center;
	
}
.mid3 .education .logo-item14{
	background: url(../img/CasePage/education/14.png)no-repeat center;
	
}
.mid3 .education .logo-item15{
	background: url(../img/CasePage/education/15.png)no-repeat center;
	
}
.mid3 .education .logo-item16{
	background: url(../img/CasePage/education/16.png)no-repeat center;
	
}
.mid3 .education .logo-item17{
	background: url(../img/CasePage/education/17.png)no-repeat center;
	
}
.mid3 .education .logo-item18{
	background: url(../img/CasePage/education/18.png)no-repeat center;
	
}
.mid3 .education .logo-item19{
	background: url(../img/CasePage/education/19.png)no-repeat center;
	
}
.mid3 .education .logo-item20{
	background: url(../img/CasePage/education/20.png)no-repeat center;
	
}
.mid3 .education .logo-item21{
	background: url(../img/CasePage/education/21new.png)no-repeat center;
	
}
.mid3 .education .logo-item22{
	background: url(../img/CasePage/education/22.png)no-repeat center;
	
}
.mid3 .education .logo-item23{
	background: url(../img/CasePage/education/23.png)no-repeat center;
	
}


.mid3 .liveservice .logo-item1{
	background: url(../img/CasePage/liveservice/1.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item2{
	background: url(../img/CasePage/liveservice/2.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item3{
	background: url(../img/CasePage/liveservice/3.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item4{
	background: url(../img/CasePage/liveservice/4.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item5{
	background: url(../img/CasePage/liveservice/5.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item6{
	background: url(../img/CasePage/liveservice/6.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item7{
	background: url(../img/CasePage/liveservice/7.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item8{
	background: url(../img/CasePage/liveservice/8.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item9{
	background: url(../img/CasePage/liveservice/9.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item10{
	background: url(../img/CasePage/liveservice/10.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item11{
	background: url(../img/CasePage/liveservice/11.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item12{
	background: url(../img/CasePage/liveservice/12.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item13{
	background: url(../img/CasePage/liveservice/13.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item14{
	background: url(../img/CasePage/liveservice/14.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item15{
	background: url(../img/CasePage/liveservice/15.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item16{
	background: url(../img/CasePage/liveservice/16.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item17{
	background: url(../img/CasePage/liveservice/17.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item18{
	background: url(../img/CasePage/liveservice/18.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item19{
	background: url(../img/CasePage/liveservice/19.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item20{
	background: url(../img/CasePage/liveservice/20.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item21{
	background: url(../img/CasePage/liveservice/21.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item22{
	background: url(../img/CasePage/liveservice/22.png)no-repeat center;
	
}
.mid3 .liveservice .logo-item23{
	background: url(../img/CasePage/liveservice/23.png)no-repeat center;
	
}







.mid3 .entertainment .logo-item1{
	background: url(../img/CasePage/entertainment/1.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item2{
	background: url(../img/CasePage/entertainment/2.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item3{
	background: url(../img/CasePage/entertainment/3.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item4{
	background: url(../img/CasePage/entertainment/4.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item5{
	background: url(../img/CasePage/entertainment/5.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item6{
	background: url(../img/CasePage/entertainment/6.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item7{
	background: url(../img/CasePage/entertainment/7.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item8{
	background: url(../img/CasePage/entertainment/8.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item9{
	background: url(../img/CasePage/entertainment/9.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item10{
	background: url(../img/CasePage/entertainment/10.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item11{
	background: url(../img/CasePage/entertainment/11.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item12{
	background: url(../img/CasePage/entertainment/12.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item13{
	background: url(../img/CasePage/entertainment/13.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item14{
	background: url(../img/CasePage/entertainment/14.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item15{
	background: url(../img/CasePage/entertainment/15.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item16{
	background: url(../img/CasePage/entertainment/16.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item17{
	background: url(../img/CasePage/entertainment/17.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item18{
	background: url(../img/CasePage/entertainment/18.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item19{
	background: url(../img/CasePage/entertainment/19.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item20{
	background: url(../img/CasePage/entertainment/20.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item21{
	background: url(../img/CasePage/entertainment/21.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item22{
	background: url(../img/CasePage/entertainment/22.png)no-repeat center;
	
}
.mid3 .entertainment .logo-item23{
	background: url(../img/CasePage/entertainment/23.png)no-repeat center;
	
}









.mid3 .building .logo-item1{
	background: url(../img/CasePage/building/1.png)no-repeat center;
	
}
.mid3 .building .logo-item2{
	background: url(../img/CasePage/building/2.png)no-repeat center;
	
}
.mid3 .building .logo-item3{
	background: url(../img/CasePage/building/3.png)no-repeat center;
	
}
.mid3 .building .logo-item4{
	background: url(../img/CasePage/building/4.png)no-repeat center;
	
}
.mid3 .building .logo-item5{
	background: url(../img/CasePage/building/5.png)no-repeat center;
	
}
.mid3 .building .logo-item6{
	background: url(../img/CasePage/building/6.png)no-repeat center;
	
}
.mid3 .building .logo-item7{
	background: url(../img/CasePage/building/7.png)no-repeat center;
	
}
.mid3 .building .logo-item8{
	background: url(../img/CasePage/building/8.png)no-repeat center;
	
}
.mid3 .building .logo-item9{
	background: url(../img/CasePage/building/9.png)no-repeat center;
	
}
.mid3 .building .logo-item10{
	background: url(../img/CasePage/building/10.png)no-repeat center;
	
}
.mid3 .building .logo-item11{
	background: url(../img/CasePage/building/11.png)no-repeat center;
	
}
.mid3 .building .logo-item12{
	background: url(../img/CasePage/building/12.png)no-repeat center;
	
}
.mid3 .building .logo-item13{
	background: url(../img/CasePage/building/13.png)no-repeat center;
	
}
.mid3 .building .logo-item14{
	background: url(../img/CasePage/building/14.png)no-repeat center;
	
}
.mid3 .building .logo-item15{
	background: url(../img/CasePage/building/15.png)no-repeat center;
	
}
.mid3 .building .logo-item16{
	background: url(../img/CasePage/building/16.png)no-repeat center;
	
}
.mid3 .building .logo-item17{
	background: url(../img/CasePage/building/17.png)no-repeat center;
	
}
.mid3 .building .logo-item18{
	background: url(../img/CasePage/building/18.png)no-repeat center;
	
}
.mid3 .building .logo-item19{
	background: url(../img/CasePage/building/19.png)no-repeat center;
	
}
.mid3 .building .logo-item20{
	background: url(../img/CasePage/building/20.png)no-repeat center;
	
}
.mid3 .building .logo-item21{
	background: url(../img/CasePage/building/21.png)no-repeat center;
	
}
.mid3 .building .logo-item22{
	background: url(../img/CasePage/building/22.png)no-repeat center;
	
}
.mid3 .building .logo-item23{
	background: url(../img/CasePage/building/23.png)no-repeat center;
	
}






.mid3 .financial .logo-item1{
	background: url(../img/CasePage/financial/1.png)no-repeat center;
	
}
.mid3 .financial .logo-item2{
	background: url(../img/CasePage/financial/2.png)no-repeat center;
	
}
.mid3 .financial .logo-item3{
	background: url(../img/CasePage/financial/3.png)no-repeat center;
	
}
.mid3 .financial .logo-item4{
	background: url(../img/CasePage/financial/4.png)no-repeat center;
	
}
.mid3 .financial .logo-item5{
	background: url(../img/CasePage/financial/5.png)no-repeat center;
	
}
.mid3 .financial .logo-item6{
	background: url(../img/CasePage/financial/6.png)no-repeat center;
	
}
.mid3 .financial .logo-item7{
	background: url(../img/CasePage/financial/7.png)no-repeat center;
	
}
.mid3 .financial .logo-item8{
	background: url(../img/CasePage/financial/8.png)no-repeat center;
	
}
.mid3 .financial .logo-item9{
	background: url(../img/CasePage/financial/9.png)no-repeat center;
	
}
.mid3 .financial .logo-item10{
	background: url(../img/CasePage/financial/10.png)no-repeat center;
	
}
.mid3 .financial .logo-item11{
	background: url(../img/CasePage/financial/11.png)no-repeat center;
	
}
.mid3 .financial .logo-item12{
	background: url(../img/CasePage/financial/12.png)no-repeat center;
	
}
.mid3 .financial .logo-item13{
	background: url(../img/CasePage/financial/13.png)no-repeat center;
	
}
.mid3 .financial .logo-item14{
	background: url(../img/CasePage/financial/14.png)no-repeat center;
	
}
.mid3 .financial .logo-item15{
	background: url(../img/CasePage/financial/15.png)no-repeat center;
	
}
.mid3 .financial .logo-item16{
	background: url(../img/CasePage/financial/16.png)no-repeat center;
	
}
.mid3 .financial .logo-item17{
	background: url(../img/CasePage/financial/17.png)no-repeat center;
	
}
.mid3 .financial .logo-item18{
	background: url(../img/CasePage/financial/18.png)no-repeat center;
	
}
.mid3 .financial .logo-item19{
	background: url(../img/CasePage/financial/19.png)no-repeat center;
	
}
.mid3 .financial .logo-item20{
	background: url(../img/CasePage/financial/20.png)no-repeat center;
	
}
.mid3 .financial .logo-item21{
	background: url(../img/CasePage/financial/21.png)no-repeat center;
	
}
.mid3 .financial .logo-item22{
	background: url(../img/CasePage/financial/22.png)no-repeat center;
	
}
.mid3 .financial .logo-item23{
	background: url(../img/CasePage/financial/23.png)no-repeat center;
	
}








.mid3 .food .logo-item1{
	background: url(../img/CasePage/food/1.png)no-repeat center;
	
}
.mid3 .food .logo-item2{
	background: url(../img/CasePage/food/2.png)no-repeat center;
	
}
.mid3 .food .logo-item3{
	background: url(../img/CasePage/food/3.png)no-repeat center;
	
}
.mid3 .food .logo-item4{
	background: url(../img/CasePage/food/4.png)no-repeat center;
	
}
.mid3 .food .logo-item5{
	background: url(../img/CasePage/food/5.png)no-repeat center;
	
}
.mid3 .food .logo-item6{
	background: url(../img/CasePage/food/6.png)no-repeat center;
	
}
.mid3 .food .logo-item7{
	background: url(../img/CasePage/food/7.png)no-repeat center;
	
}
.mid3 .food .logo-item8{
	background: url(../img/CasePage/food/8.png)no-repeat center;
	
}
.mid3 .food .logo-item9{
	background: url(../img/CasePage/food/9.png)no-repeat center;
	
}
.mid3 .food .logo-item10{
	background: url(../img/CasePage/food/10.png)no-repeat center;
	
}
.mid3 .food .logo-item11{
	background: url(../img/CasePage/food/11.png)no-repeat center;
	
}
.mid3 .food .logo-item12{
	background: url(../img/CasePage/food/12.png)no-repeat center;
	
}
.mid3 .food .logo-item13{
	background: url(../img/CasePage/food/13.png)no-repeat center;
	
}
.mid3 .food .logo-item14{
	background: url(../img/CasePage/food/14.png)no-repeat center;
	
}
.mid3 .food .logo-item15{
	background: url(../img/CasePage/food/15.png)no-repeat center;
	
}
.mid3 .food .logo-item16{
	background: url(../img/CasePage/food/16.png)no-repeat center;
	
}
.mid3 .food .logo-item17{
	background: url(../img/CasePage/food/17.png)no-repeat center;
	
}
.mid3 .food .logo-item18{
	background: url(../img/CasePage/food/18.png)no-repeat center;
	
}
.mid3 .food .logo-item19{
	background: url(../img/CasePage/food/19.png)no-repeat center;
	
}
.mid3 .food .logo-item20{
	background: url(../img/CasePage/food/20.png)no-repeat center;
	
}
.mid3 .food .logo-item21{
	background: url(../img/CasePage/food/21.png)no-repeat center;
	
}
.mid3 .food .logo-item22{
	background: url(../img/CasePage/food/22.png)no-repeat center;
	
}
.mid3 .food .logo-item23{
	background: url(../img/CasePage/food/23.png)no-repeat center;
	
}







.mid3 .Internet .logo-item1{
	background: url(../img/CasePage/internet/1.png)no-repeat center;
	
}
.mid3 .Internet .logo-item2{
	background: url(../img/CasePage/internet/2.png)no-repeat center;
	
}
.mid3 .Internet .logo-item3{
	background: url(../img/CasePage/internet/3.png)no-repeat center;
	
}
.mid3 .Internet .logo-item4{
	background: url(../img/CasePage/internet/4.png)no-repeat center;
	
}
.mid3 .Internet .logo-item5{
	background: url(../img/CasePage/internet/5.png)no-repeat center;
	
}
.mid3 .Internet .logo-item6{
	background: url(../img/CasePage/internet/6.png)no-repeat center;
	
}
.mid3 .Internet .logo-item7{
	background: url(../img/CasePage/internet/7.png)no-repeat center;
	
}
.mid3 .Internet .logo-item8{
	background: url(../img/CasePage/internet/8.png)no-repeat center;
	
}
.mid3 .Internet .logo-item9{
	background: url(../img/CasePage/internet/9.png)no-repeat center;
	
}
.mid3 .Internet .logo-item10{
	background: url(../img/CasePage/internet/10.png)no-repeat center;
	
}
.mid3 .Internet .logo-item11{
	background: url(../img/CasePage/internet/11.png)no-repeat center;
	
}
.mid3 .Internet .logo-item12{
	background: url(../img/CasePage/internet/12.png)no-repeat center;
	
}
.mid3 .Internet .logo-item13{
	background: url(../img/CasePage/internet/13.png)no-repeat center;
	
}
.mid3 .Internet .logo-item14{
	background: url(../img/CasePage/internet/14.png)no-repeat center;
	
}
.mid3 .Internet .logo-item15{
	background: url(../img/CasePage/internet/15.png)no-repeat center;
	
}
.mid3 .Internet .logo-item16{
	background: url(../img/CasePage/internet/16.png)no-repeat center;
	
}
.mid3 .Internet .logo-item17{
	background: url(../img/CasePage/internet/17.png)no-repeat center;
	
}
.mid3 .Internet .logo-item18{
	background: url(../img/CasePage/internet/18.png)no-repeat center;
	
}
.mid3 .Internet .logo-item19{
	background: url(../img/CasePage/internet/19.png)no-repeat center;
	
}
.mid3 .Internet .logo-item20{
	background: url(../img/CasePage/internet/20.png)no-repeat center;
	
}
.mid3 .Internet .logo-item21{
	background: url(../img/CasePage/internet/21.png)no-repeat center;
	
}
.mid3 .Internet .logo-item22{
	background: url(../img/CasePage/internet/22.png)no-repeat center;
	
}
.mid3 .Internet .logo-item23{
	background: url(../img/CasePage/internet/23.png)no-repeat center;
	
}






.mid3 .medical .logo-item1{
	background: url(../img/CasePage/medical/1.png)no-repeat center;
	
}
.mid3 .medical .logo-item2{
	background: url(../img/CasePage/medical/2.png)no-repeat center;
	
}
.mid3 .medical .logo-item3{
	background: url(../img/CasePage/medical/3.png)no-repeat center;
	
}
.mid3 .medical .logo-item4{
	background: url(../img/CasePage/medical/4.png)no-repeat center;
	
}
.mid3 .medical .logo-item5{
	background: url(../img/CasePage/medical/5.png)no-repeat center;
	
}
.mid3 .medical .logo-item6{
	background: url(../img/CasePage/medical/6.png)no-repeat center;
	
}
.mid3 .medical .logo-item7{
	background: url(../img/CasePage/medical/7.png)no-repeat center;
	
}
.mid3 .medical .logo-item8{
	background: url(../img/CasePage/medical/8.png)no-repeat center;
	
}
.mid3 .medical .logo-item9{
	background: url(../img/CasePage/medical/9.png)no-repeat center;
	
}
.mid3 .medical .logo-item10{
	background: url(../img/CasePage/medical/10.png)no-repeat center;
	
}
.mid3 .medical .logo-item11{
	background: url(../img/CasePage/medical/11.png)no-repeat center;
	
}
.mid3 .medical .logo-item12{
	background: url(../img/CasePage/medical/12.png)no-repeat center;
	
}
.mid3 .medical .logo-item13{
	background: url(../img/CasePage/medical/13.png)no-repeat center;
	
}
.mid3 .medical .logo-item14{
	background: url(../img/CasePage/medical/14.png)no-repeat center;
	
}
.mid3 .medical .logo-item15{
	background: url(../img/CasePage/medical/15.png)no-repeat center;
	
}
.mid3 .medical .logo-item16{
	background: url(../img/CasePage/medical/16.png)no-repeat center;
	
}
.mid3 .medical .logo-item17{
	background: url(../img/CasePage/medical/17.png)no-repeat center;
	
}
.mid3 .medical .logo-item18{
	background: url(../img/CasePage/medical/18.png)no-repeat center;
	
}
.mid3 .medical .logo-item19{
	background: url(../img/CasePage/medical/19.png)no-repeat center;
	
}
.mid3 .medical .logo-item20{
	background: url(../img/CasePage/medical/20.png)no-repeat center;
	
}
.mid3 .medical .logo-item21{
	background: url(../img/CasePage/medical/21.png)no-repeat center;
	
}
.mid3 .medical .logo-item22{
	background: url(../img/CasePage/medical/22.png)no-repeat center;
	
}
.mid3 .medical .logo-item23{
	background: url(../img/CasePage/medical/23.png)no-repeat center;
	
}
.mid3  .logo-item24{
	background: url(../img/CasePage/education/24.png)no-repeat center;
	
}



.mid3 .production .logo-item1{
	background: url(../img/CasePage/production/1.png)no-repeat center;
	
}
.mid3 .production .logo-item2{
	background: url(../img/CasePage/production/2.png)no-repeat center;
	
}
.mid3 .production .logo-item3{
	background: url(../img/CasePage/production/3.png)no-repeat center;
	
}
.mid3 .production .logo-item4{
	background: url(../img/CasePage/production/4.png)no-repeat center;
	
}
.mid3 .production .logo-item5{
	background: url(../img/CasePage/production/5.png)no-repeat center;
	
}
.mid3 .production .logo-item6{
	background: url(../img/CasePage/production/6.png)no-repeat center;
	
}
.mid3 .production .logo-item7{
	background: url(../img/CasePage/production/7.png)no-repeat center;
	
}
.mid3 .production .logo-item8{
	background: url(../img/CasePage/production/8.png)no-repeat center;
	
}
.mid3 .production .logo-item9{
	background: url(../img/CasePage/production/9.png)no-repeat center;
	
}
.mid3 .production .logo-item10{
	background: url(../img/CasePage/production/10.png)no-repeat center;
	
}
.mid3 .production .logo-item11{
	background: url(../img/CasePage/production/11.png)no-repeat center;
	
}
.mid3 .production .logo-item12{
	background: url(../img/CasePage/production/12.png)no-repeat center;
	
}
.mid3 .production .logo-item13{
	background: url(../img/CasePage/production/13.png)no-repeat center;
	
}
.mid3 .production .logo-item14{
	background: url(../img/CasePage/production/14.png)no-repeat center;
	
}
.mid3 .production .logo-item15{
	background: url(../img/CasePage/production/15.png)no-repeat center;
	
}
.mid3 .production .logo-item16{
	background: url(../img/CasePage/production/36.png)no-repeat center;
	
}
.mid3 .production .logo-item17{
	background: url(../img/CasePage/production/17.png)no-repeat center;
	
}
.mid3 .production .logo-item18{
	background: url(../img/CasePage/production/18.png)no-repeat center;
	
}
.mid3 .production .logo-item19{
	background: url(../img/CasePage/production/19.png)no-repeat center;
	
}
.mid3 .production .logo-item20{
	background: url(../img/CasePage/production/20.png)no-repeat center;
	
}
.mid3 .production .logo-item21{
	background: url(../img/CasePage/production/21.png)no-repeat center;
	
}
.mid3 .production .logo-item22{
	background: url(../img/CasePage/production/22.png)no-repeat center;
	
}
.mid3 .production .logo-item23{
	background: url(../img/CasePage/production/23.png)no-repeat center;
	
}
.mid3  .logo-item24{
	background: url(../img/CasePage/education/24.png)no-repeat center;
	
}
/*.mid3 .logo-item2{
	background: url(../img/homepage/2优酷彩.png)no-repeat center;
	
}
.mid3 .logo-item3{
	background: url(../img/homepage/3爱奇艺游戏.png)no-repeat center;
}
.mid3 .logo-item4{
	background: url(../img/homepage/4一号店.png)no-repeat center;
}
.mid3 .logo-item5{
	background: url(../img/homepage/5齐家彩.png)no-repeat center;
}
.mid3 .logo-item6{
	background: url(../img/homepage/6西部数码彩.png)no-repeat center;
}
.mid3 .logo-item7{
	background: url(../img/homepage/7金夫人婚纱彩.png)no-repeat center;
}
.mid3 .logo-item8{
	background: url(../img/homepage/8唯一视觉.png)no-repeat center;
}
.mid3 .logo-item9{
	background: url(../img/homepage/9乐玛摄影.png)no-repeat center;
}
.mid3 .logo-item10{
	background: url(../img/homepage/10达内.png)no-repeat center;
}
.mid3 .logo-item11{
	background: url(../img/homepage/11雅思彩.png)no-repeat center;
}
.mid3 .logo-item12{
	background: url(../img/homepage/12沪江网.png)no-repeat center;
}
.mid3 .logo-item13{
	background: url(../img/homepage/13一汽大众彩.png)no-repeat center;
}
.mid3 .logo-item14{
	background: url(../img/homepage/14美的彩色.png)no-repeat center;
}
.mid3 .logo-item15{
	background: url(../img/homepage/15老板彩.png)no-repeat center;
}
.mid3 .logo-item16{
	background: url(../img/homepage/16飞科.png)no-repeat center;
}
.mid3 .logo-item17{
	background: url(../img/homepage/17云南白药.png)no-repeat center;
}
.mid3 .logo-item18{
	background: url(../img/homepage/18蓝月亮.png)no-repeat center;
}
.mid3 .logo-item19{
	background: url(../img/homepage/19中国平安.png)no-repeat center;
}
.mid3 .logo-item20{
	background: url(../img/homepage/20国泰君安彩.png)no-repeat center;
}
.mid3 .logo-item21{
	background: url(../img/homepage/21广发证券.png)no-repeat center;
}
.mid3 .logo-item22{
	background: url(../img/homepage/22太平洋保险.png)no-repeat center;
}
.mid3 .logo-item23{
	background: url(../img/homepage/23全球医.png)no-repeat center;
}
.mid3 .logo-item24{
	background: url(../img/homepage/24上海统计彩.png)no-repeat center;
}*/
.daohang_fixed{
	position: fixed;
	left: 0;
	top: 60px;
	z-index: 200;
}
