@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0;}
body{ background:#f5f5f5; }
ul,ol{ list-style:none;}
a{ color:#333333; text-decoration:none;}
a:hover{ color:#155783;}
img{ border:0;}
/*选项卡添加class的样式*/
.zt_header{     
	width: 100%;
    min-width: 1200px;
    width: expression_r(document.body.clientWidth < 1200 ? "1200px": "auto" );
	height:360px;
    background: url(/bjjs/uiFramework/commonResource/image/2020032622344787252.png) no-repeat center -1px; 
}
.zt_header_c{
	width:1200px;
	margin:0 auto;
	text-align:left;
}
.zt_body{
	overflow:hidden;
	width:1200px;
	margin:25px auto 0;
}
.zt_body_l{
	float:left;
	width:678px;
}
.zt_body_r{
	float:right;
	width:497px;
}
.zt_body_b{
	float:left;
	width:100%;
}
/*页脚公共模板样式*/
div.footer_bg{ background:#4b86b7;}
div.footer_bg label,div.footer_bg a,div.footer_bg span{ color:#FFF;}
/*
.zt_footer{
	height:165px;
	background:#4b86b7;
}
.zt_footer_c{
	padding-top:55px;
}
.zt_footer_c p{
	line-height:36px;
	text-align:center;
	color:#FFF;
	font-size:16px;
}
*/
.baidu{
display:none;
}
.newzy-footer{ text-align:left;}
@media screen and (max-width:600px){
	.zt_header{min-width:auto;height:180px; background-size:auto 100%;}
	.zt_body{width:100%;}
	.column{ width:100%;}
}