/*header 首页导航条*/
.fl{ float: left;}
.fr{ float: right;}
header{width: 100%; height: 68px;}
/*顶部横条*/
header .top-line{ width: 1000px; height: 32px;  text-align: center; margin: 0 auto;}
header .top-line input{ width: 135px; height: 22px; background: #F2F3F3; float: right; border: none; margin-top:5px; margin-right: 10px; } 
header .top-line button{ width: 22px; height: 22px; background: url("../images/1.jpg") no-repeat; float: right; border: none; margin-top:5px;cursor: pointer;} 
header .logo{ width: 100%; height: 68px; background: #20426B; float: left;}
header .logo-href{ float: left;}
header .logo_box{width: 1200px; margin: 0 auto; height: 68px; color: #ffffff; }
header .nav-ul{ float: right; margin-right: 50px; }


header .nav-ul .nav-child-ul{ position: absolute; width: 90px; min-height: auto; margin-top: 68px;z-index: 999;  top:0; display: none;}
header .nav-ul .nav-ul-li{ width: 90px; height: auto; float: left; line-height: 68px; text-align: center; font-size: 13px;}
header .nav-ul .nav-ul-li .box{ width: 90px; height: auto; display: block;}
header .nav-ul .nav-ul-li:hover{ background: #C79C5F; color: #20426B;}
header .nav-ul .active{ background: #C79C5F; color: #20426B;}

/*定位1*/

header .nav-child-ul li{ float: left; width: 90px; height: auto; background: #D0BB9C; text-align: center; line-height: 22px; border-bottom:2px solid #B9996B;padding: 3px 0}
header .nav-child-ul .border{border-top:5px solid #A2773A;}

/*footer*/
footer{width: 100%; height: 200px;background-color: #DFDFDF;}
footer .friend-inner{ width: 1000px; height: 90px; margin: 0 auto; }
footer .friend-inner img{ margin-top: 27px; float: left;  margin-left: 62px;}
footer .footer-under{ width: 100%; height: 110px; margin: 0 auto; background: #A2773A; }
footer .friend-box .friend-link{ float: left; margin-top: 35px; margin-left: 150px; width: 200px; height: 30px;}
footer .friend-box .group-link{ float: left;  margin-left: 360px; margin-top: -30px; width: 200px; height: 30px;}
footer .footer-under .span1{ width: 440px; height: 55px; margin-top:35px; line-height: 27px; color: #E1D3C0;}
footer .footer-under .span2{ width: 360px; height: 55px; margin-top:35px; line-height: 27px;color: #E1D3C0;}
footer .footer-under-inner {width: 1000px; margin: 0 auto;}

/*public banner*/
.public-banner{width: 100%; margin: 0 auto; border-bottom: 3px solid #C79C5F;}

.sidebar{ margin-left: 37px; width: 185px; float: left;}
.sidebar .item{ width: 185px; height: auto;  float: left; ; font-size: 14px; text-align: center; line-height: 25px; color: #fff; background-color: #D0BB9C; border-bottom: 1px solid #C0A37A; padding:6px;}
.sidebar .active{ background-color: #21426B;}


/*news*/
.page1{clear:both; text-align:center;font-size:12px; height:38px; line-height:38px; margin-top: 46px; margin-bottom: 24px; }
.page1 span a{border:1px solid #0187C5;color:#0187C5;padding:4px 10px;line-height:15px;height:15px;text-decoration:none;background:#fff;}
.page1 span a:hover{border:1px solid #999;color:#999;}
.page1 span{margin:2px;}
.page1 span.current a{border:1px solid #0187C5;background:#0187C5;color:#fff;}
.page1 span a.disabled{border:1px solid #ccc;color:#ccc;cursor:default;}
