﻿@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, p, blockquote, pre, form, fieldset, th, td, input, select, textarea, button { margin:0; padding:0;}
body { font-family:"黑体"; color:#000; font-size:14px;}
a{ color:#000; text-decoration:none;}
ul{ list-style:none;}
img{ border:none;}
.clear{ clear:both;}

/*页头*/
.head_w { position:absolute; z-index:99; width:100%; height:117px; border-bottom:1px #FFFFFF solid; background-color: rgba(0, 0, 0, 0.2);}
.head_box { margin:auto; width:1500px; position:relative;}

.logo_text { position:absolute; top:24px; width:200px; height:25px; color: #E5EDF0; text-align:center; line-height:25px; font-size:14px; background-color: rgba(255, 255, 255, 0.2);}
.logo_village { position:absolute; top:24px; left:224px;} 
.select_village { width:110px; height:25px; border:none; font-size:14px; line-height:25px;}

/*页头导航*/
.head_memu_box { width:1500px; position:absolute; left:0px; top:60px;}
.head_memu { margin:0; padding:0; list-style:none;}
.head_memu li { float:left; width:250px; font-size:22px; font-family:"黑体"; color:#FFF;}
.head_memu li a { display:inline-block; padding-left:55px; height:55px; line-height:55px; color:#FFF;}
.head_memu li a:hover { border-bottom:5px #FFFFFF solid;}

.onfocus { border-bottom:5px #FFFFFF solid;}


/*页脚导航*/
.foot_box { clear:both; height:185px; background:#175459; color:#FFF; font-size:18px;}
.foot_memu_box { margin:auto; width:1500px; padding-top:65px; text-align:center;}
.foot_memu { margin:auto;}
.foot_memu li { display:inline-block; margin-left:30px; margin-right:30px;}
.foot_memu li a { color:#FFF;}
.foot_copy_box { clear:both; text-align:center; padding-top:10px;}