﻿@charset "utf-8";
/* Css Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,p,blockquote,th,td,img { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
img { border:0;}
ol,ul,li { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:100%; }

/* Public */
html{ width:100%; height:100%;}
body{ width:100%; height:100%; color:#333; font:12px/24px "微软雅黑";background:url(images/dbg.png); }
a{ color:#333; text-decoration:none;}
a:hover {text-decoration:none;color:#845b22;}
.clearbox {border:none;clear: both;font-size: 0;height: 0;line-height: 0;}
.blank{ display:block; height:10px;font-size:0px; line-height:0; overflow:hidden; clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.more{float:right; padding-right:10px; color:#999;}

.top,#mainNav{width: 1200px;margin:0 auto;}
.top,#content{width: 1200px;margin:0 auto;}
#top{height:212px; background: url(images/banner_img.png) no-repeat top center;}
.top{height:212px; overflow:hidden; position:relative;}
#logo{width:460px; float:left; padding-top:20px;}

#banner .inner {height: 212px;}

/* 搜索栏 */
.s-form{width:200px; float:right; overflow:hidden; position: absolute; right: 0; top: 65px;  }
.s-form .select-box{ display:none }
.s-form .input-box{ float:left; }
.s-form .input-box input{ display:block; width:150px; height:32px; line-height:32px; padding-left:15px; color:#999; font-size:12px; outline: none; background: #fff;
	border-top-left-radius: 20px; border-bottom-left-radius: 20px; border: none;
}
.s-form .btn-box{ float:left; }
.s-form .btn-box .btn{display:block;width:35px;height: 32px;line-height: 32px;border:1px solid #e0e0e0; border-left: 0; background:#fff url(/content/skxy/base/img/icon.png) no-repeat 5px -653px; text-align:center; outline:none; border-top-right-radius: 20px; border-bottom-right-radius: 20px; text-indent: -9999px; border: none; }
/*顶部 E*/



.navBar{ height:46px; background:url(images/nav_bg.jpg) repeat-x top center;}
.mainNav{height:46px;position: relative;
    z-index: 100;}
.mainNav .li1{float:left; height:46px;position: relative;padding: 0 31px;}
.mainNav .li1.on1{ background:url(images/nav_on.jpg)  repeat-x center;}
.mainNav .li1 a{font: 16px/40px "微软雅黑"; color:#fff;}


.mainNav .ul1{background: #845b22;
    display: none;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 45px;
    padding:5px 0 12px 0;
    width:146px;
filter:alpha(opacity=80); 
-moz-opacity:0.8; 
opacity:0.8;}

.mainNav .li2 ul {
    left: 100px;
    top: 0; 
}
.mainNav .li2{padding:0 5px; line-height: 28px; }
.mainNav .li2 h4{border-bottom:1px #a78657 solid;}
.mainNav .li2 a {    
   padding:0 6px;
 color: #fff;
}


.mainNav .li2 .a2 {
   line-height: 24px;   
  font-size:12px;
}

#footer{background:#fff; border-top:3px #845b22 solid; text-align:center; padding:24px 0;}
