/*
	你的代码写在这里
	style.css是style.less生成的，不要直接改动style.css的内容，不然会被style.less覆盖
*/
.anchor1, .anchor2, .anchor3, .anchor4, .anchor5, .anchor6{
	    position: relative;
    top: -50px;
    display: block;
}
.fixedSidebar{
	right:0;
}
.main .cooperation .voice li:hover{
	
}
.headTop{
	display:none;
}.aboutPage .team .list li:hover .pic .filter{	    opacity: 0.85;}

@media only screen and (max-width: 1200px){
	
	.coopPage .chargeList li{
		width:100%;
	}
	
	.fixedSidebar{
		display:none;
	}
	.fixedSidebar li a{
		    background-color: #e99620;
	}
	.fixedSidebar li .txt{
		color:#fff;
	}
	.fixedSidebar li .icon .i1{
		display:none;
	}
	.fixedSidebar li .icon .i2{
		    opacity: 1;
	}
	.footer .contact .btn{
		display:none;
	}
}
