/* 头部底部CSS */

/*
	border:1px solid #FF0000;
	a:hover{
	color:#FF0000;
		}
*/



/* 头部开始 */
body{ background:#fff; }
#header{
	width:100%;height:auto;
	overflow:hidden;
	background:url(../images/header_bg.gif) repeat-x;
	}
.header_1{
	width:100%;height:auto;
	overflow:hidden;
	background:url(../images/header_bg.jpg) no-repeat center 0;}
.header{
	width:1000px;height:90px;
	overflow:hidden;
	margin:0 auto;
	}
.logo{
	width:395px; height:58px;
	overflow:hidden;
	margin:12px 0 0 10px;}
.centre{
	width:382px; height:50px;
	overflow:hidden;
	margin:22px 0 0 10px;
	background:url(../images/logo_line.png) no-repeat left 0;}
.centre1{
	width:374px; height:36px;
	display:block;
	margin:8px 0 0 10px;}
.centre1 a{
	width:364px; height:18px;
	display:block;
	color:#7d7d7d;
	line-height:18px;
	overflow:hidden;}
.call{
	width:202px; height:62px;
	overflow:hidden;
	margin:14px 0 1px 0;}
.nav{
	width:100%; height:35px;
	overflow:hidden;
	background:#a21315;
}
.nav ul{
	width:1000px; height:35px;
	overflow:hidden;
	margin:0 auto;}
.nav ul li{
	width:auto; height:35px;
	overflow:hidden;
	float:left;
	padding:0 19px;
	background:url(../images/nav_line.gif) no-repeat left 0;
}
.nav ul li a{
	line-height:35px;
	color:#fff;
	font-size:15px;
	font-family:"微软雅黑";}
.nav ul li.nav1{
	margin:0 0 0 10px;
	background:none;}
.nav ul li:hover{
	background:url(../images/nav_ho.gif) repeat-x;}
#now_index{background:url(../images/nav_ho.gif) repeat-x;}
/* 头部结束 */

/* 底部开始  */

#footer{
	width:100%;height:auto; line-height:96px;
	overflow:hidden;
	background:url(../images/fooer_bg.jpg) no-repeat #303030;
	padding:0 0 10px 0;
	}
.footer{
	width:1000px;height:auto;
	overflow:hidden;
	margin:0 auto;
	}
.footer1{
	width:1000px;height:auto;
	line-height:18px;
	color:#fff;
	font-family:"微软雅黑";
	font-size:12px;
	overflow:hidden;
	text-align:center;
	margin:20px 0 0;
	}
.footer1 p a{
	color:#fff;
	padding:0;}
.footer1 p a.img_p2p img{ width:150px; height:auto; overflow:hidden; margin:0 auto;}
.footer1 p.footer1_p1{ }
/* 底部结束 */

@media (max-width: 1000px) {  
  body {  
    width:1000px; overflow-x:auto;
  }  
} 

/* .scale-container {  
    transform: scale(0.8); 缩小到原始尺寸的80%  
    transform-origin: top left; 可以根据需要调整缩放原点  
    width: 125%; 可能需要调整宽度以匹配缩放后的尺寸  
    overflow-x: auto; 如果需要，可以添加水平滚动条  
} */
