@charset "utf-8";
/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    background: url(/images/top-bgc.jpg) top left repeat-x;
}

p, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, table, tr, td, img, div {
    margin: 0px;
    padding: 0px;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #f08300;
    text-decoration: none;
}

li {
    list-style: none;
}

.t-c {
    text-align: center;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.clear {
    clear: both;
}

.header {
    width: 1000px;
    height: 102px;
    margin: 0 auto;
}

.header .logo {
    height: 75px;
    width: 179px;
    padding-top: 16px;
    float: left;
}

.header .header-r {
    margin-left: 200px;
    padding-left: 30px;
}

.header .header-r .loginbar {
    width: 740px;
    height: 40px;
}

/*.wei {
    width: 30px;
    height: 31px;
    float: right;
    padding-top: 5px;
    margin-left: 15px;
}*/
.wei {
    width: 90px;
    height: 30px;
    float: right;
	padding-top:5px;
	background-color:#f8300;
	font-size:14px;
	line-height:30px;
	}
.wei a {
	display:block;
    width: 85px;
    height: 30px;
	background-color:#f08300;
	color:#fff;
	text-align:center;
	border-radius:5px;
	}
.wei a:hover {
	background-color:#f4931f;
	}
.wei .tc {
    display: none;
}

.wei:hover .tc {
    position: absolute;
    display: block;
    z-index: 9;
}

.login {
    width: 51px;
    padding: 10px 10px 0px 15px;
    float: right;
	font-size:14px;
}

.user-bar {
    padding: 10px 10px 0px 15px;
    float: right;
}

.serch {
    width: 177px;
    height: 26px;
    padding-top: 6px;
    float: right;
}

.serch input {
    width: 154px;
    height: 26px;
    padding: 0px;
    margin: 0px;
    border: none;
    background: url(/images/search_bgc.jpg) 0 0 no-repeat;
}

.serch .botton {
    width: 23px;
    height: 26px;
    float: right;
}

.lx-400 {
    width: 120px;
    padding-left: 20px;
    float:right;
    line-height:40px;
	font-size:16px;
    background: url(/images/ico-1.jpg) 0px center no-repeat;
}

.banner {
    height: 450px;
    border-top: 2px solid #FFFFFF;
    height: 450px;
    background-color: #ff9920;
    text-align: center;
}

.footer {
    padding: 25px 0px;
    background-color: #3e3e3e;
}

.footer .map {
    width: 1000px;
    margin: 0 auto;
}

.footer dl {
    float: left;
    color: #fff;
    margin-right: 30px;
}

.footer dl a {
    color: #fff;
    text-decoration: none;
}

.footer dl a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer dl dt {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer dd {
    font-size: 14px;
}
.footer dd a {
    font-size: 14px;
	color:#999;
	}

.footer ul {
    width: 80px;
    float: right;
    color: #fff;
    padding-right: 80px;
}
.footer ul li {
	margin-bottom:15px;
	}
.footer p {
	color:#FFF;
	font-size:14px;
	text-align:center;
	}
.footer p a {
	color:#FFF;
	}
.footer p a:hover {
	text-decoration:underline;
	}

.cppy {
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.line-30 {
    height: 30px;
    clear: both;
}

.line-50 {
    height: 50px;
    clear: both;
}

/*导航*/
nav {
    padding-left: 0px;
}

nav ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.nav {
    margin: 0 auto;
}

.nav a {
    display: block;
    padding: 0 12px;
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}

.nav_menu {
    line-height: 45px;
}

.nav_menu-item {
    display: inline-block;
    position: relative;
    background: url(/images/nav_sx.jpg) right center no-repeat;
}

.nav_menu-item:hover {
    background-color: #ffffff;
    color: #f08300;
}

.nav_menu-item a.on {
    color: #f08300;
}

.nav_menu-item:hover .nav_submenu {
    display: block;
}

.nav_submenu {
    text-transform: none;
    display: none;
    position: absolute;
    width: 160px;
    background-color: #ffffff;
    line-height: 30px;
    font-size: 14px;
    z-index: 99;
}

.nav_submenu-item:hover {
    background: rgba(240, 131, 0, 0.1);
}

.nav_submenu-item > ul {
    position: absolute;
    width: 200px;
    background-color: #ffffff;
    font-size: 14px;
    display: none
}

.nav_submenu_submenu-item > li:hover{
    background: rgba(240, 131, 0, 0.1);
}

.breadcrumb {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #999999;
    width: 1000px;
    margin: 0 auto;
    color: #999999;
    text-indent: 10px;
}

.breadcrumb a {
    color: #999999;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/*相关链接*/
.related {
    background-color: #e6f4fd;
    padding: 30px 0px;
}

.related ul {
    width: 1000px;
    margin: 0 auto;
}

.related ul li {
    width: 499px;
    float: left;
    padding: 10px 0px;
}

.related ul li dl {
    padding: 10px 0px;
    padding-left: 50px;
}

.related ul li dl.related-r {
    border-left: 1px solid #999999;
}

.related ul li dl dt {
    font-size: 16px;
    color: #f08300;
    margin-bottom: 20px;
}

.related ul li dl dd {
    background: url(/images/dian.jpg) left center no-repeat;
    padding-left: 16px;
}

/*内页布局*/
.content {
    width: 1000px;
    margin: 0 auto;
}

.content .sidebar {
    width: 250px;
    padding: 40px 0px;
    float: left;
}

.content .sidebar ul {
}

.content .sidebar ul li {
    color: #999999;
    height: 37px;
    line-height: 37px;
    text-indent: 80px;
}

.content .sidebar ul li a {
    color: #999999;
    display: block;
    height: 37px;
    line-height: 37px;
    width: 100%;
}

.content .sidebar ul li a:hover {
    color: #666666;
    font-weight: bold;
    background: url(/images/sidebar-bgc.jpg) 0 0 repeat-x;
}

.content .sidebar ul li a.dqzt {
    color: #666666;
    font-weight: bold;
    background: url(/images/sidebar-bgc.jpg) 0 0 repeat-x;
}

.content .sidebar ul li.news-nav {
    color: #999999;
    text-indent: 80px;
    height: 100%;
    background-color: #fcfcfc;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.content .sidebar ul li.news-nav span {
    font-weight: bold;
    line-height: 30px;
    color: #666666;
}

.content .sidebar ul li.news-nav p {
    line-height: 25px;
    color: #999999;
    padding-left: 12px;
}

.content .sidebar ul li.news-nav p a {
    color: #999999;
    display: block;
    height: 25px;
    line-height: 25px;
    width: 100%;
}

.content .sidebar ul li.news-nav p a:hover {
    color: #f08300;
    font-weight: normal;
    background: none;
}

.content .sidebar ul li.news-nav p a.dqym {
    color: #f08300;
}

.content .main {
    padding: 40px;
    margin-left: 250px;
    border-left: 1px solid #999999;
}

.content .main p {
    margin-bottom: 15px;
    text-indent: 24px;
}

.content .main h1 {
    line-height: 28px;
}

.content .main h1 span {
    display: block;
    font-size: 16px;
    padding-top: 10px;
}

.content .main h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}

.content .main h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
}

.content .main h4 {
    font-size: 14px;
}

.content .main h5 {
    font-size: 12px;
}

.content .main .tit {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px;
}

.content .main .tit h1 {
    font-size: 18px;
    text-align: left;
}

.content .main ul {
}

.content .main ul.zxxx {
    padding: 25px 0px;
}

.content .main ul li {
    padding: 5px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.content .main ul li a {
    color: #666666;
}

.content .main ul li a:hover {
    color: #f08300;
}

.content .main ul li span {
    display: block;
    width: 100px;
    float: right;
}

.content .main ul li.twlb {
    padding: 0px;
    border-bottom: none;
    width: 301px;
    float: left;
    margin-right: 30px;
    background-color: #f2efef;
    height: 252px;
}

.content .main ul li.twlb img {
    width: 301px;
    height: 181px;
}

.content .main ul li.twlb h4 {
    text-indent: 10px;
    margin-bottom: 0px;
}

.content .main ul li.twlb p {
    text-indent: 10px;
    line-height: 20px;
}

.content .main dl {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 8px;
}

.content .main dl dt {
    width: 180px;
    height: 130px;
    float: left;
}

.content .main dl dd {
    margin-left: 210px;
    margin-bottom: 10px;
}

.content .main dl dd.title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}

.content .main dl dd.more {
    text-align: right;
    color: #f08300;
}

.content .main dl dd.more a {
    color: #f08300;
}

.content .main dl dd.more a:hover {
    text-decoration: underline;
}

.content .main h1 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.content .main p.msg {
    text-indent: 0px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 0px 10px 0px;
}

.content .main .tool {
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.content .main .tool span {
    display: block;
    width: 60px;
    float: left;
    line-height: 28px;
}

.content .main ul li.xgwz-tit {
    padding: 0px;
    border-bottom: none;
}

.content .main ul li.xgwz {
    padding: 0px;
    border-bottom: none;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    background: url(/images/ico-4.jpg) left center no-repeat;
    text-indent: 16px;
}

/*内容列表*/
.content .main ul.ny {
    height: 100%;
    padding-left: 60px;
    padding-bottom: 15px;
}

.content .main ul.ny li {
    padding: 0px;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    list-style-type: disc;
    border-bottom: none;
}

.content .main ol {
    height: 100%;
    padding-left: 60px;
    padding-bottom: 15px;
}

.content .main ol li {
    padding: 0px;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    border-bottom: none;
    list-style-type: decimal;
}

.content .main ol ul {
    padding-left: 16px;
    list-style-type: disc;
}

.content .main ol ul li {
    list-style-type: disc;
}

.list_fy {
    text-align: right;
    padding: 10px 0px;
}

/**/
.p404 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p404 dl {
    width: 400px;
    margin: 0 auto;
}

.p404 dl dd {
    height: 192px;
    background: url(/images/404-2.jpg) 0 0 no-repeat;
    padding-top: 20px;
}

.p404 dl dd h2 {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

.p404 dl dd p {
    font-size: 12px;
    text-align: center;
}

.p404 dl dd p a {
    padding-top: 20px;
    text-decoration: underline;
    color: #0000FF;
}

.f-12-f08300 {
	color:#f08300;
	}
.f-12-999999 {
	color:#999999;
	}

