/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
body{background:url(bg.jpg) no-repeat center 0;}
a,a:hover{color:#333;}

.back {
display: block;
width: 488px;
height: 60px;
background: url(back.png) center top no-repeat;
text-indent: -9999px;
position:fixed;
left: 50%;
z-index:999;
margin-left: 0;
bottom: 100px;
transition: all 1.3s;
}
.back:hover { background:url(back1.png) center top no-repeat; color: red;}
.red { color:#f00;}
.clear { clear:both; height:0;}
.logo{	width: 230px;height: 145px; }
.logo img{ width: 100%; height: 100%;}
#main {
  padding-bottom: 125px; /* 确保内容页与底部有足够的空间 */
}

#main .left {position:fixed; height:954px; left:0; width:240px; float:left;  padding-right:20px; }

#main .right {
  width: 780px;
  background: #fff;
  float: left;
  margin-left: 260px;
  padding-bottom: 30px;
  box-shadow: 0px 0 4px #a0a0a0;
  margin-bottom: 125px; /* 确保内容不会被底部的 #foot 遮挡 */
}

#main .left .menu { width:235px; height:auto; overflow:hidden; float:left; margin-top:20px;}
#main .left .menu li { width:100%; float:left; height:78px; background:#ad8f8f url(menu_on.png) no-repeat; font-size:23px; font-weight:bold; font-family:"Microsoft yahei",Arial,Helvetica,sans-serif; line-height:78px; text-align:center;}
#main .left .menu li:nth-child(2) { border-top: 1px solid #ad8f8f;border-bottom: 1px solid #ad8f8f;}

#main .left .menu li a{ color:#fff;}
#main .left .menu li.hover,#main .left .menu li:hover { background:#8b1f1a url(menu_on.png) no-repeat;}
#main .left .menu li.hover a,#main .left .menu a:hover{ color:#fff;text-shadow: 1px 1px #929292;}


#foot {
  width: 100%;
  height: 95px;
  background: #1a1a1a;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-top: 30px;
}

#foot p { line-height:25px; color:#7c7c7c; text-align: center;}

#main .postnv { width:360px; float:right; height:30px; line-height:30px; position:fixed; top:0; left:668px; background: url(top_bg.png) no-repeat; padding: 0 35px}
#main .postnv a { width:74px; float:left; overflow:hidden; padding:0; margin:0; height:30px; text-align: center;  color: #fff; padding:0 10px; margin: 0 1px}
#main .postnv a:hover { text-decoration:underline;}

#main .centent {
	width: 755px;
	padding-left: 15px;
	padding-right: 25px;
	float: left;
	margin-top: 30px;
	height: auto;
	font-size: 14px;
}
#main .centent h1 { font-size:32px; font-weight:bold;font-family:"Microsoft yahei",Arial,Helvetica,sans-serif; color:#981611; line-height:60px; height:60px; width:100%; float:left; margin-bottom:10px;}
#main .centent p {
	font-size: 14px;
	line-height: 21px;
	color: #292929;

}


.title { width:100%; float:left; overflow:hidden; height:26px; margin-bottom:10px;}
.title h3{ width:75px; float:left; height:26px; line-height:26px; color:#fff; overflow:hidden; clear:both; background:#8b1f1a; text-align:center; font-size:15px; font-weight:700;}

.pic1,.picg {width:100%; float:left; height:auto; overflow:hidden; clear:right;}
.pic1 img { width:238px; float:left; height:180px; overflow:hidden; text-align:center; margin:10px 20px;}
.picg img{ margin:10px; float:left; height:116px;}

.gwlist { width:100%; float:left; overflow:hidden; height:auto;}
.gwlist li { width:50%; float:left; height:136px; overflow:hidden; padding:0; margin:15px 0;}

.guize { width:100%; float:left; height:auto; margin:0; padding:0;}
.guize li { line-height:30px; height:auto; text-indent:10px;}




@media (max-width: 768px) {
#main .centent p {
  font-size: 1rem; /* 使用 rem 单位 */
}

#foot p {
  font-size: 1.5rem; /* 使用 rem 单位 */
}

}
