﻿﻿/* CSS Document */
@charset "utf-8";
/*html{FILTER: gray; -webkit-filter: grayscale(100%);}*/
body{ padding:0px; margin:0 auto; font-size:14px; color:#333333; background:#fff; font-weight:400; font-family:Microsoft YaHei,"微软雅黑";}
*{margin:0; padding:0px; font-family:Microsoft YaHei,"微软雅黑";}
ul,li,dl,dt,dd{list-style:none;}
input,select,img,textarea{vertical-align:middle; outline:medium;}
img{border:none;}
a{color:#333333; text-decoration:none; font-family:Microsoft YaHei,"微软雅黑";}
a:hover{color:#ff4400; text-decoration:none; font-family:Microsoft YaHei,"微软雅黑";}
a:focus{ outline-style:none; font-family:Microsoft YaHei,"微软雅黑";}
a{blr:expression(this.onFocus=this.blur()); font-family:Microsoft YaHei,"微软雅黑";}/*ie6*/

/* 公共css */
.bgGray{ background:#f0f1f5;}
.bgYellow{ background:#dbbb82;}
.bgWhite{ background:#fff;}
.disNone{ display:none;}
.fl{ float:left;}
.fr{ float:right;}
.commWidth{ width:1150px; margin:0px auto;}
.overflowAuto{ overflow:auto; zoom:1;}
.mainBg{ background:url(../images/mainBg.png) no-repeat center top;}

/* 顶部 */
.top{ min-height:192px;}
.logoBox{ width:600px; float:left;}
.logo{ display:block; margin:45px 0px 0px 6px;}
.searchBox{ display:block; float:left; height:43px; line-height:43px; border:1px solid #e9e1d5; background:#fff; width:300px; margin:82px 0px 0px 0px;}
.searchKey{ height:43px; line-height:43px; width:210px; margin-left:10px; border:none; font-size:14px;}
.searchBtn{ width:54px; height:45px; display:block; float:right; margin:-1px -1px 0px 0px; cursor:pointer;}
.top .qrcode{ width:87px; height:87px; float:left; margin:62px 0px 0px 68px;}
.saoyisao{ width:90px; float:right; margin-top:70px;}
.saoyisao span{ width:30px; height:25px; background:url(../images/icon.png) no-repeat -30px -20px; display:block; margin:0px auto 5px;}
.saoyisao p{ text-align:center; color:#38955d; line-height:20px;}

/*主体*/
.mainContain{ background:#fff; min-height:300px; margin-top:10px; border-top:1px solid #fff; padding-bottom:25px;}
.innerCommWidth{ margin:0px 25px;}

/* 导航 */
.navigation{ height:84px; background:url(../images/navigation/bg.png) repeat-x left top;}
.navigation li{ float:left; height:80px; width:166px; margin-left:25px; text-align:center; line-height:80px;}
.navigation li.current{ background:#1c773f;}
.navigation li.navHover{ background:#1c773f;}
.navigation li.first{ margin-left:0px;}
.navigation li a{ display:block; font-size:18px; color:#fff;}
.navigation li img{ position:relative; margin:-1px 2px 0px 0px;}

/*底部*/
.footer{ background:#193223; color:#fff;}
.footer .footNavBox{ background:#1e8948;}
.footNav{ overflow:auto; zoom:1; float:left; margin-left:-12px;}
.footNav li{ float:left; line-height:58px; font-size:16px;}
.footNav li a{ padding:0px 12px; height:58px; line-height:58px; font-size:16px; color:#fff; font-weight:200;}
.cascadeSelect{ overflow:auto; zoom:1; float:right; margin-top:18px\0;}
.cascadeSelect li{ float:left; line-height:58px; margin-left:11px;}
.cascadeSelect select{ /*将默认的select选择框样式清除*/appearance: none; -moz-appearance: none; -webkit-appearance: none; border:1px solid #999; height:23px; line-height:23px; padding:0px 15px 0px 5px; min-width:130px; background:#fff url(../images/selectBg.jpg) no-repeat right 6px center; font-size:12px;} 
.cascadeSelect select::-ms-expand { display: none;}
.footInfoBox .innerCommWidth{ padding:30px 0px 45px;}
.governmentOrgans{ float:left; margin:3px 36px 0px 13px;}
.footInfo{ font-size:14px; line-height:27px;}
.footInfo span{ margin-right:20px; font-weight:200;}
.footFindError{ float:right; position:absolute; margin:-70px 0px 0px 850px;}


/* 遮罩层 */
#maskLayer{ position:fixed; width:100%; height:100%; top:0; left:0; background:#000; opacity:0.3; z-index:999; display:none;}

/* 备注[手机电脑自适应] */
@media screen and (max-width: 820px) {
	
}
@media screen and (min-width: 821px) {
	
}