@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: url(../images/body_bg.jpg) repeat-x;
    background-color: #fdfdfe;
}
a {
    text-decoration: none;
    color: #333333;
}
a:hover {
    color: #ff7c00;
}

/* 头部 */
.header {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    position: relative; /* 增加 position: relative; 以包含绝对定位的子元素 */
}
.top {
    width: 1200px; /* 修改为 1200px */
    height: 139px;
    margin: 0 auto;
    position: relative; /* 增加 position: relative; 以包含绝对定位的子元素 */
}
.top_nav_bg {
    width: 100%;
    height: 29px;
    position: absolute;
    left: 0px;
    top: 5px;
    z-index: 9000;
}
.top_nav {
    width: auto; /* 自动调整宽度 */
    margin: 0;
    height: 29px;
    line-height: 29px;
    text-align: right;
    position: absolute; /* 绝对定位 */
    top: 0; /* 顶部对齐 */
    right: 0; /* 右侧对齐 */
    color: #fff; /* 将字体颜色改为白色 */
}
.top_nav a {
    display: inline-block;
    padding: 0 15px;
    color: #fff; /* 将字体颜色改为白色 */
}
.top_nav a:hover {
    color: #fff; /* 确保悬停时的字体颜色也为白色 */
}
.logo {
    width: 1200px; /* 修改为 1200px */
    height: 139px;
    margin: 0 auto;
    position: relative; /* 增加 position: relative; 以包含绝对定位的子元素 */
}
.logo_link {
    width: 1200px; /* 修改为 1200px */
    height: 139px;
    margin: 0 auto;
    display: block;
}
.logo img {}

.search {
    width: 219px;
    height: 29px;
    position: absolute;
    right: 0; /* 右侧对齐 */
    top: 100px;
    background: url(../images/search.jpg) no-repeat left center;
    z-index: 1000;
}
.search input {
    position: absolute;
    width: 178px;
    height: 29px;
    line-height: 29px;
    color: #323232;
    border: none;
    background: none;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
}
.search input.notxt {
    color: #3f3f3c;
    padding-left: 12px;
    outline: none;
}	
.search input.notxt1 {
    position: absolute;
    width: 28px;
    height: 29px;
    left: 190px;
}

.friendTop {
    position: absolute;
    right: 0; 
    top: 0px; 
    z-index: 9100;
}

.nav {
    width: 1200px; /* 修改为 1200px */
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    clear: both;
    background-color: #005bac;
}
.nav ul {
    width: 1200px; /* 修改为 1200px */
    height: 40px;
    margin: 0px auto;
}
.nav ul li {
    float: left;
    color: #282828;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.nav ul li:first-child {
    background: none;
}
.nav ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 0 16px;
}
.nav ul li .subNav {
    top: 40px;
    left: 0px;
    padding-top: 10px;
}
.nav ul li.on a {
    color: #0076cd;
    background-color: #fff;
    display: block;
}
.nav ul li.on .subNav {
    display: block;
}
.nav ul li.on .subNav dl {
    overflow: hidden;
}
.nav ul li.on .subNav dl dd {
    padding-bottom: 5px;
}
.nav ul li.on .subNav dl dd a {
    font-size: 14px;
    line-height: 15px;
    border-top: none;
    text-align: left;
    font-weight: normal;
    height: auto;
    padding-left: 20px;
    color: #333;
}

.nav ul li.on .subNav dl dd a:hover {
    font-weight: bolder;
    color: #0076cd;
}

.content {
    width: 1200px; /* 修改为 1200px */
    margin: 0px auto;
    overflow: hidden;
}
.Banner {
    width: 1200px; /* 修改为 1200px */
    height: 280px;
    margin: 0 auto;
}

/* 图片轮播 */
.flexslider {
    width: 1200px; /* 修改为 1200px */
    height: 300px;
    overflow: hidden;
}
.flexslider img {
    display: block;
    width: 1200px; /* 修改为 1200px */
    height: 300px;
}
.flexslider .til_slides {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/banner_bg.jpg) repeat;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
}
.flex-control-nav {
    bottom: 17px;
    right: 10px;
    text-align: right;
}
.flex-control-paging li {
    margin: 0 10px 0 0;
}
.flex-control-paging li a {
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: url(../images/icon01.jpg) no-repeat center center;
    text-indent: 999px;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: url(../images/icon02.jpg) no-repeat center center;
}

.mode01 {
    width: 1200px; /* 修改为 1200px */
    height: 480px;
    overflow: hidden;
    margin: 37px 0 20px 0;
}
.nest01 {
    width: 858px;
    height: 160px;
    overflow: hidden;
}
.mode01 .lf {
    width: 858px;
    height: 520px;
    overflow: hidden;
    float: left;
}
.nest01 .lf {
    width: 858px;
    height: 160px;
    overflow: hidden;
}
.articleSingle_image {
    width: 858px;
    border: 0px solid #cfe6f0;
    border-top: 2px solid #005bac;
    overflow: hidden;
    padding-bottom: 0px;
}

.articleSingle_title {
    height: 27px;
    padding-top: 13px;
}
.articleSingle_title h2 {
    color: #005bac;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

.articleImage {
    width: 858px;
    height: 160px;
    float: left;
}
.articleImage img {
    width: 858px;
    height: 160px;
    margin: 0px auto;
}

.articleContent {
    width: 0px;
    height: 142px;
    overflow: hidden;
    float: left;
    line-height: 30px;
}
/*第二行*/
.nest02{margin-top:20px;width:100%; height: 320px; overflow:hidden;}
.nest03{width:322px; height:302px; overflow: hidden;}

/*通知公告*/
.nest02 .lf{width:420px;height:300px;overflow:hidden;float:left;margin-right:18px;}
.articleList01{border:1px solid #cfe6f0;padding:0 0 10px 0;}
.articleList01 .articleList_title{height:40px;line-height:40px;border-bottom:1px solid #cfe6f0;}
.articleList01 .articleList_title h2{width:90px;color:#005bac; font-size: 14px; padding-left:10px;border-bottom:2px solid #005bac;}
.articleList01 ul li{line-height:30px;}
.articleList01 ul li .rightDate{float: right;}
.articleList01 ul{width:auto;overflow:hidden;padding:6px 10px 0;}
/*最新动态*/
.nest02 .md{width:420px;height:300px;overflow:hidden;float:left;}
.more{ float:right; padding-right: 10px;font-weight:normal;}
.more a{ font-size:12px;}
/*热门信息*/
.mode01 .rt{width:322px; height: 500px; overflow:hidden;float:right;}
.nest03 .rt{width:322px;height:300px;overflow:hidden;}
.articleList02{border:1px solid #cfe6f0;border-top:2px solid #005bac;padding:0 0 10px 0;}
.articleList02 .articleList_title{height:40px;line-height:40px;}
.articleList02 .articleList_title h2{width:90px;color:#005bac; font-size: 14px; padding-left:10px;}
.imageLinks{padding:5px 19px 5px;}
.imageLink01{margin-bottom:10px;}
.articleList02 .more{padding-right:19px;}

.nest04 .rt{width:322px;margin-top:0px;}
.nest01 .rt{width:322px;margin-top:0px;}
.nest02 .rt{width:322px;margin-top:0px;}
.nest03 .rt{width:322px;margin-top:0px;}
.nest_right .rt{
	width:322px;
	height:300px;
	overflow:display;}

.nest_right .rt .imageLink{
	width:155px;
	float:left;
	margin:auto 3px;}

.nest_right .rt img{
	width:150px;margin:5px auto;}
.channelLink .channelLink_name{height:10px;line-height:10px; border-top: 2px solid #005bac;}
.channelLink .channelLink_name h2{width:90px;color:#005bac; font-size: 14px; padding-left:10px;}
.channelLink .channelLink_name .more{padding-right:19px;}
.channelLink .nest01{width: 282px; height: 40px; margin: 20px 0 5px 19px;}
.channelLink .nest01 .rt{width: 282px; height: 40px;}
.channelLink .nest02{width: 282px; height: 40px; margin: 20px 0 5px 19px;}
.channelLink .nest02 .rt{width: 282px; height: 40px;}
.channelLink .nest03{width: 282px; height: 40px; margin: 20px 0 5px 19px;}
.channelLink .nest03 .rt{width: 282px; height: 300px;}
.channelLink .nest04{width: 282px; height: 40px; margin: 20px 0 5px 19px;}
.channelLink .nest04 .rt{width: 282px; height: 40px;}

/*友情链接*/
.friendLink{border:1px solid #cfe6f0;padding:0 0 7px 0;}
.friendLink_title{height:40px;line-height:40px;border-bottom:1px solid #cfe6f0;}
.friendLink_title h2{width:90px;color:#005bac; font-size: 14px; padding-left:10px;border-bottom:2px solid #005bac;}
.linkList ul{width:auto;overflow:hidden;padding:6px 19px 0;}
.linkList li{float:left;height:30px;line-height:30px;width:135px;margin-right:5px;}

.nest04 {width: 322px; height: 195px;}
.nest04 .rt{width: 322px; height: 177px; overflow: hidden;}
/*底部开始*/
.footer{height:70px; background-color:#005bac;color:#fff;}
.copyRight{width:1000px; margin:0 auto;text-align:center; padding-top:20px; line-height:20px; font-family:"微软雅黑";}

/*二级页*/
.subPage{ width:1000px; margin:0px auto;}
.pageBanner{ width:1000px;}
.Bread{width:1000px;height:39px; line-height:39px; font-size:13px; color:#005bac; margin-top:5px;}
.Bread a{color:#005bac;}
.articleList2{}
.articleList2 ul li{ background: url(../images/arrow_right.jpg) no-repeat left center;height:30px; line-height:30px; border-bottom: 1px dashed #ccc;}
.listTitle2{ padding-left:0px; background:none;} 
.listTitle2 h2{color: #005bac; font-size: 16px; font-weight: bold; line-height:33px; padding:0px; margin:5px 0px;}
.subPage .articleList2{ margin:10px 0px 20px;}
.page{ width:100%; height:30px; line-height:30px; text-align:center; margin:0 auto;font-size:12px;clear:both; margin:20px 0px 30px;}
.page a{ padding:0 5px;}

.pageList{ padding-bottom: 30px; overflow: hidden;}
.articleTitle { width: 100%;text-align: center;}
.articleTitle h2{font-size: 18px; color:#005bac; line-height: 20px; padding:10px 0;}
.articleTitle h3{ font-size: 14px; color: #555; line-height: 20px; padding:10px 0; font-weight: bold;}
.articleAuthor { height: 30px;text-align: center; line-height: 30px; margin: 10px;background: #f5f5f5; color:#777;}
.article{overflow:hidden; margin:20px 10px;font-size:12px; line-height:22px;}
.Annex {padding:0px; overflow:hidden; margin-bottom:30px;}
.Annex h3 { font-size: 16px;line-height: 30px; color:#005bac; padding-left:5px;}
.Annex ul li { height: 26px; line-height: 26px;background:url(../images/arrow_right.jpg) no-repeat 10px center; padding-left: 28px;}
.Annex ul li a { font-size: 12px; line-height: 24px; color:#656464;}
.Annex ul li a:hover{ color:#005bac;}
