/*layout.css 布局*/
#container_header{margin:0 auto;padding:0;width:1000px;height:230px;background:url(../Images/Main_Bg.png) no-repeat 0 0;}
#container_header_top{margin:0 auto;padding:0;width:950px;height:30px;}
#container_header_logo_nav{margin:0 auto;padding:0;width:950px;height:36px;}
#container_header_logo{float:left;margin:0;padding:0 29px 0 0;width:186px;height:36px;overflow:hidden;}
#container_header_nav{float:left;margin:0;padding:2px 20px;width:695px;height:32px;line-height:36px;overflow:hidden;}

#container_header_banner{margin:0 auto;padding:0;width:950px;height:164px;overflow:hidden;}

#container_header_announcement{margin:0 auto;padding:0 25px;width:950px;height:55px;background:url(../Images/Main_Bg.png) #ffffff no-repeat 0 -230px;overflow:hidden;}

#container_breadcrumb{margin:0 auto;padding:0;width:950px;height:35px;overflow:hidden;}

#container_content{margin:0 auto;padding:0 25px;width:950px;background:#ffffff;overflow:hidden;}
#container_content_left{float:left;margin:0;padding:0;width:255px;background:#ffffff;overflow:hidden;}
#container_content_right{float:right;margin:0;padding:0;width:695px;background:#ffffff;overflow:hidden;}

#container_footer{margin:0 auto;padding:0 25px 30px;width:950px;height:113px;background:url(../Images/Main_Bg.png) #ffffff no-repeat 0 -780px;overflow:hidden;}

/*清除浮动*/
.clear_both_5 {font: 0px/0px sans-serif;display: block;clear: both;height: 5px;overflow:hidden;}
.clear_both_10 {font: 0px/0px sans-serif;display: block;clear: both;height: 10px;overflow:hidden;}
.clear_left_5 {font: 0px/0px sans-serif;display: block;clear: left;height: 5px;overflow:hidden;}
.clear_right_5 {font: 0px/0px sans-serif;display: block;clear: right;height: 5px;overflow:hidden;}
.clear_both {font: 0px/0px sans-serif;display: block;clear: both;}
.clear_left {font: 0px/0px sans-serif;display: block;clear: left;}
.clear_right {font: 0px/0px sans-serif;display: block;clear: left;}

/*定义全局样式*/
body,div,table,form,img{margin:0;padding:0;font:normal normal normal 12px/150% 宋体;}
body{font-size:12px;COLOR:#000000;background:url() #FFFFFF no-repeat 0 0;}
img{border:none;vertical-align:top;}
p{text-indent:2em;}
A:link,A:visited{font-size:12px;COLOR:#000000;text-decoration:none;}
A:hover{font-size:12px;COLOR:#b80000;text-decoration:underline;}
checkbox{border:none;}
label{border:none;cursor:pointer;}

/*表单控件*/
.ipt,.iptnh{
margin:0;
padding-top:0;
padding-bottom:0;
font-size:12px;
border-top:1px solid #6F787E;
border-left:1px solid #6F787E;
border-bottom:1px solid #BDC5CA;
border-right:1px solid #BDC5CA;
}
.ipt{
height:19px;
line-height:19px;
}
.ipt_over{
border-top:1px solid #ff6600;
border-left:1px solid #ff6600;
border-bottom:1px solid #FFD18C;
border-right:1px solid #FFD18C;
background-color:#FFFFF4;
}
.iptnh_over{
border-top:1px solid #ff6600;
border-left:1px solid #ff6600;
border-bottom:1px solid #FFD18C;
border-right:1px solid #FFD18C;
background-color:#FFFFF4;
}
.btn,.btn_over{
height:21px;
line-height:19px;
font-size:12px;
border-top:1px solid #BDC5CA;
border-left:1px solid #BDC5CA;
border-bottom:1px solid #6F787E;
border-right:1px solid #6F787E;
}
.btn{
background:url(../images/Repeat_X.png) #C9E8FE repeat-x 0 -110px;
}
.btn_over{
background:url(../images/Repeat_X.png) #FEF5CB repeat-x 0 -170px;
cursor:pointer;
}