/*企业微信*/
.zero{
	width: 100%;
	/*height: 910px;*/
	background:url('../images/404-bg.png') no-repeat top center;
	background-size: cover;
}


.wechat{
	text-align: right;
	position: relative;
}
.wechat .right-img{
	width: 73%;
	margin: 70px 0 120px;
}


.wechat-left{
	text-align: left;
	position: absolute;
	left: 0;
	top: 28%;
}
.wechat-left h1{
	font-size: 40px;
	color: #2985dd;
	margin: 0 0 30px 0;
}
.wechat-left h1 img{
	width: 55px;
}
.wechat-left h2{
	font-size: 28px;
	color: #2985dd;
	margin: 0 0 30px 0;
	line-height: 30px;
}
.wechat-left p{
	width: 340px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.wx-btn p{
	margin: 0 0 20px 0;
}
.wx-btn img{
	width: 175px;
}
.wx-btn img:hover{
	box-shadow: 0 0 8px rgba(76, 136, 238, 0.7);
}













/* 中等屏幕（桌面显示器） */
@media (max-width: 992px) { 
.wechat-left{
	position: relative;
	margin-top: 50px;
}
.wechat .right-img {
    width: 73%;
    margin: 0 0 120px;
}
}


/* 小屏幕 */
@media (max-width: 768px){ 
.wechat .right-img {
    width:100%;
    margin: 0 0 50px;
}
.wechat-left h1 {
    font-size: 30px;
    color: #2985dd;
    margin: 0 0 15px 0;
}
.wechat-left h2 {
    font-size: 20px;
    color: #2985dd;
    margin: 0 0 15px 0;
}
}




/* 大屏幕（大桌面显示器） */
@media (max-width: 1200px){ 


}