@charset "utf-8";
/* CSS Document */

.topbox{
    display:none;
	height:37px;
	background:#e7f1f8;
	border-bottom:#edf4fa solid 1px;
}
.topbar-inner{
	width:1120px;
	height:37px;
	padding:0 20px;
	margin:0 auto
}
.topbar-link{
	line-height:37px;
	display:inline;
	margin-left:30px;
}
.topbar-link span{
	padding:0 8px;
}
.banner{
	background:#ddebf5;
	height:219px;
}
.banner-inner{
	width:1160px;
	margin:0 auto;
	height:219px;
	background:url(http://static.panzhihua.gov.cn/static/images/banner_bg.gif) no-repeat right top;
    position: relative;
}
.banner .logo {
    position:relative;
	display:inline;
    margin:44px 0 0 10px;
    width:490px;
	height:115px;
	overflow:hidden;
}
.banner .logo a {
    display: block;
    width: 456px;
    height: 120px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-5000px;
	position:relative;
	z-index:99
}
.light {
cursor: pointer;
position: absolute;
left: -520px;
top: 0;
width: 490px;
height: 115px;
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
background-image: -o-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
background-image: -ms-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
background-image: linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
-webkit-transform: skewx(-25deg);
-moz-transform: skewx(-25deg);
-o-transform: skewx(-25deg);
-ms-transform: skewx(-25deg);
transform: skewx(-25deg);
}

.logo a:hover .light {
left: 520px;
-webkit-transition: 0.75s;
-moz-transition: 0.75s;
-o-transition: 0.75s;
-ms-transition: 0.75s;
transition: 0.75s;
}
.banner .search {
    width:400px;
	display:inline;
	margin:72px 70px 0 0;
}
.banner .search ul{
    padding-left:0px;
	padding-bottom:20px;
}
.banner .search ul li{
	position:relative;
	float:left;
	display:inline;
	margin-left:15px;
	color:#03538d;
	z-index:1000
}
.banner .search ul li p{ display:none; background:#fff; padding:15px; border-radius:10px; position:absolute; left:50%; top:30px; box-shadow:0 5px 5px #999}
.banner .search ul li img{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.banner .search ul li:hover a img{
	transform:translate(0,-3px);
	-webkit-transform:translate(0,-3px);
	-moz-transform:translate(0,-3px);
	-o-transform:translate(0,-3px);
	-ms-transform:translate(0,-3px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
    -moz-box-shadow:0px 5px 15px #e5e5e5;
    box-shadow:0px 5px 15px #e5e5e5;
}
.banner .search ul li a:link,.banner .search ul li a:hover,.banner .search ul li a:visited{
	color:#03538d
}
.banner .search ul li em{
	padding:0 6px;
	font-family:"宋体";
	font-size:16px
}
.banner .search .search-box {
	background:url(../images/search-box_bg.png) no-repeat;
	width:397px;
	height:40px;
}
.search-input{
	display:inline;
	margin:5px 0 0 20px;
}
/*
.search-input-inner {
	font-size: 14px;
    color: #666666;
    line-height: 28px;
    width: 338px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
}
*/	
.search-input-inner {
	font-size: 14px;
    color: #666666;
    line-height: 28px;
    width:220px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
}
/*
.search-input-btn {
	display:inline;
	margin:7px 10px 0 0;
    width:24px;
    height: 24px;
    cursor: pointer;
    border: none;
	background:url(../images/search-input-btn.png) no-repeat;
}
*/
.search-input-btn {
	display:inline;
	margin: 7px 8px 0 0;
	width: 70px;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	font-size: 12px;
	cursor: pointer;
	border: none;
	/* background:url(../images/search-input-btn.png) no-repeat; */
	background-color:#eee;
	color: #2270ac;
}
.search-input-btn:hover{ background-color:#2270ac;color:#fff}
.navbox{
	background:#2270ac;
	height:60px;
}
.main-nav-box {
    width: 1160px;
    height: 60px;
	position:relative;
}
.main-nav {
    height: 60px;
}
.main-nav > li {
    line-height: 57px;
    float: left;
    height: 60px;
    text-align: center;
	 font-size: 19px;
	 padding:0 10px;
}
.main-nav > li > a {
	display:block;
	color:#fff;
    transition: all 0.5s ease 0s;
}
.main-nav > li > a:hover{ transform: scale(1.1, 1.1); }
.main-nav > li > a.wzsy{
	padding-left:40px;
	background:url(../images/pngPzh14.png) no-repeat left center;
}
.main-nav > li > a.zjpzh{
	padding-left:36px;
	background:url(../images/pngPzh15.png) no-repeat left center;
}
.main-nav > li > a.zwgk{
	padding-left:37px;
	background:url(../images/pngPzh16.png) no-repeat left center;
}
.main-nav > li > a.zwfw{
	padding-left:40px;
	background:url(../images/pngPzh17.png) no-repeat left center;
}
.main-nav > li > a.hdcy{
	padding-left:36px;
	background:url(../images/pngPzh18.png) no-repeat left center;
}
.main-nav > li > a.tzfw{
	padding-left:34px;
	background:url(../images/pngPzh19.png) no-repeat left center;
}
.main-nav > li > a.lyfw{
	padding-left:34px;
	background:url(../images/pngPzh20.png) no-repeat left center;
}

.main-nav > li > a.ldzc{
	padding-left:37px;
	background:url(../images/pngPzh79.png) no-repeat left center;
}
.main-nav-box .mian-nav-layer {
    position: absolute;
    z-index: 999;
    height: 120px;
    left: -4px;
    width: 100.6%;
    /*padding: 47px 0;*/
    top: 61px;
    opacity: .96;
    background-color: #f9f9f9;
    filter: alpha(opacity=96);
}
.main-nav-sub-1, .index-layer-common {
    margin: 0 106px;
    overflow: hidden;
    height: 100%;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    margin-top: 35px;
    font-size: 24px;
}
.main-nav-sub-1 > .province-poslayer {
    border-right: 1px solid #000;
    width: 782px;
    padding-right: 16px;
    margin-right: 16px;
    font-size: 18px;
}
.main-nav-sub-1 > .province-meetlayer {
    font-size: 20px;
    font-weight: 700;
}
.main-nav-sub-1 > li {
    height: 100%;
    width: 252px;
    float: left;
    overflow: hidden;
}
.index-layer-common > a {
    font-weight: 400;
    margin: 0 7px;
    font-size: 25px;
}
