@charset "utf-8";

/*公共样式*/
*{ vertical-align:baseline; font-weight:inherit; font-family:微软雅黑; font-style:inherit;  padding:0; margin:0; border:none;}
body{ color: #666;font-size: 12px;}
ol, ul{ list-style:none;}
img{ border:none; text-decoration:none; display:block;}
h1,h2,h3,h4,h5,h6{ font-weight:normal; font-size:12px;}
a{text-decoration:none;color: #666}
a img, :link img, :visited img{ border:0;}
.inner{ width: 1200px; margin: 0 auto;}
.clear {clear:both;}

/*首页头部欢迎条*/
#welcome{ width: 100%;height: 30px;background-color: #464646;overflow: hidden;line-height: 30px;}
#welcome p:first-child{ float: left;margin-left: 8px;color: #b4b4b4;}
#welcome p:last-child{ float: right;margin-right: 8px;color: #b4b4b4;}
#welcome p:last-child span{ font-size: 13px;color: #fff600;font-weight: bold;}

/*首页头部logo和导航栏*/
#header{ height: 100px;width: 100%;box-shadow: 0 5px 10px #d4d3d0;background-color: #f6f6f7;border-bottom: 1px solid #c3c3c3;}
#logo{
	float: left;
	margin-top: 23px;
	margin-left: 12px;
}
#nav{ float: right;}
#nav li{ float: left;width: 105px;text-align: center;height: 100px;}
#nav li a{ display: block;margin-top: 40px;}
#nav li a p:first-child{ font-size: 15px;color: #626060;}
#nav li a p:last-child{ color: #b7b7b7;font-size: 9px;-webkit-transform:scale(0.75);}
#nav li:hover{ background-color: #546399;}
#nav li:hover p:first-child{ color: #fdfdfd;}
#nav li:hover p:last-child{ color: #8492c3;}

/*页面脚部*/
#footer{ height: 325px;width: 100%;background-color: #4b4c4d;overflow: hidden;}
.footNav{ float: left;margin: 45px 90px 0 10px;}
.footNav:last-child{ margin-right: 0px;margin-left: 0px;}
.footNav h2 a{ font-size: 14px;color: #fffefe;}
.footNav p:nth-child(2){ margin-top: 35px;}
.footNav p:nth-child(3){ margin: 15px 0;}
.footNav p:nth-child(4){ margin: 15px 0;}
.footNav p a{ color: #b6b7b7;}

.footNav h2{ font-size: 14px;color: #fffefe;}
.footNav p{ color: #b6b7b7;}
#ewm p{ float: left;text-align: center;}
#ewm p span{ display: block;margin-top: 10px;}
#ewm p:last-child{ margin-top: 0px;margin-left: 28px;}

#pageLast{ height: 60px;background-color: #363636;}
#pageLast p{line-height: 60px;background: url("../images/tb.png") 0 center no-repeat;padding-left: 45px;color: #787878;}
#cnzz_stat_icon_1260492717 img{display: inline;}
#lastP{ float: left;}
#lastUl{ float: right;margin-top: 20px;}
#lastUl>li>span{ width: 205px;height: 25px;outline: 1px solid #c1c1c1;display: block;color: #5f5f5f;line-height: 25px;padding-left: 10px;background: #ffffff url("../images/sl.png") right no-repeat;cursor: pointer;}
#lastUl dl{ margin-top: -77px;display: none;}
#lastUl dl dt{width: 205px;height: 25px;outline: 1px solid #c1c1c1;display: block;color: #5f5f5f;line-height: 25px;padding-left: 10px;background: #ffffff;}

/*分页样式*/
.pages {padding:30px 0;float: right;text-align: right;height: 40px;width:100%;line-height: 40px;}
.pages li{list-style: none;display: inline-block;width: auto;height: 40px;line-height: 40px;}
.pages a{padding:0 15px;height: 40px;display:block;border:1px #eee solid;background:#f9f9f9;display:inline-block;margin-right:5px;overflow:hidden;}
.pages a.active{background:#226abc;color:#fff;height: 40px;line-height: 40px;}