/* 1024像素以下小屏设备时隐藏页头 */
@media screen and (max-width: 1069px) {
	.navbar {
		display: none !important;
	}
	.guan-main {
		margin-top: 0 !important;
	}
    .small-hide{
        display: none !important;
    }
    .small-article{
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 0px !important;
    }
    .header_all{display: none !important;}
}

.article {
	width: 1200px;
    position: relative;
    height: auto;
    left: 50%;
   /* top: 94px;*/
    margin-left: -600px;
    padding: 20px 70px 0 70px;
        margin-bottom: 76px;
}

.title {
	width: 100%;
	font-size: 26px;
	text-align: center;
	margin: 27px 0;
}

.content {
	color: #838383;
	font-size: 16px;
}
.content div,.content p,.content img{
	margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
.bottom_p{
	width: 100%;
    height: 76px;
    line-height: 76px;
    color: #303030;
    font-size: 16px;
    text-align: center;
    background-color: rgb(245,245,245);
        position: fixed;
    bottom: 0;
    left: 0;
}

.header_all{width: 100%;height: 53px;line-height: 52px;width: 100%;border-bottom: 1px solid rgb(229,229,229);box-sizing: border-box;background-color: #FFF;}
.header_main{width: 1164px;height: 100%;margin: 0 auto;}
.header_main img{width: 139px;height: 33px;margin-top: 10px;margin-left: 28px;float: left;}
.header_main span{float: right;margin-right: 40px;color: #3a3a3a;font-size: 15px;}