@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #4a4b4a;
}

a:hover {
    color: #01713b;
}


/*头部*/

.header {
    width: 100%;
    /* height: 157px; */
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 140px;
    margin: 0 auto;
    position: relative;
}

.top_nav_bg {
    height: 29px;
    position: absolute;
    right: 50%;
    margin: 0 -500px 0 0;
    top: 30px;
    z-index: 20;
}

.top_nav {
    margin: 0 auto;
    height: 29px;
    *height: auto;
    line-height: 29px;
    text-align: right;
    color: #a0a0a0;
    font-size: 14px;
}

.top_nav a {
    display: inline-block;
    padding: 0 15px;
    color: #a0a0a0;
}

.top_nav a.nobg {
    background: none;
}

.top_nav a:hover {
    color: #165068;
}

.logo {
    width: 100%;
    height: 117px;
    margin: 0 auto;
    position: relative;
}

.logo_link {
    width: 1000px;
    height: 117px;
    margin: 0 auto;
    display: block;
}

.logo img {}

.search {
    width: 212px;
    height: 28px;
    position: absolute;
    right: 50%;
    margin-right: -500px;
    top: 60px;
    background: url(../images/search_bg.jpg);
    z-index: 1000;
}

.search input {
    position: absolute;
    width: 167px;
    height: 29px;
    line-height: 29px;
    color: #323232;
    border: none;
    background: none;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

.search input.notxt {
    color: #a0a8ae;
    padding-left: 12px;
}

.search input.notxt1 {
    position: absolute;
    width: 34px;
    height: 29px;
    left: 179px;
}

.erweima {
    position: absolute;
    right: 50%;
    margin: 0 -650px 0 0;
    top: 10px; 
    z-index: 99;
}

.erweima span {
    width: 100px;
    height: 100px;
    display: block;
}

.erweima span img {
    width: 100px;
    height: 100px;
    display: block;
}

.erweima p {
    text-align: center;
}

.nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #165068;
}

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

.nav ul li {}

.nav ul li:first-child {
    background: none;
}

.nav ul li a {
    color: #fff;
    font: 14px "微软雅黑";
    font-weight: normal;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0px 14px;
}

.nav ul li.on a {
    background: url(../images/nav_bgli.jpg) no-repeat center bottom;
}

.nav ul li a:hover,
.nav ul li.on a,
.nav ul li .subNav a:hover {}

.nav ul li .subNav {
    line-height: 30px;
    font-size: 14px;
    display: none;
    position: absolute;
    left: 0px;
    top: 40px;
    text-align: left;
    z-index: 999;
    border-top: none;
    width: 290px;
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.nav ul li .subNav dd a {
    color: #016d38;
    background: none;
}

.nav ul li .subNav dl {
    overflow: hidden;
}

.nav ul li .subNav dd {
    line-height: 30px;
    padding-left: 15px;
    background: url(../images/nav_sonnav_li.jpg) no-repeat center left;
    margin-left: 15px;
    width: 221px;
    /* float:left; */
}

.nav ul li .subNav dd a {
    padding: 0px;
    color: #165068;
    text-align: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    background-image: none;
    font-family: "微软雅黑";
    border-top: none;
    font-weight: normal;
    padding: 0px;
}

.nav ul li .subNav dd a:hover {
    color: #165068;
    font-weight: bolder
}

.nav ul li.on .subNav dl dd a {
    padding: 0px;
    height: 30px;
    line-height: 30px;
}

.content {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    overflow: hidden;
}

.Banner {
    width: 100%;
    height: 350px;
    margin: 0 auto;
}


/*图片轮播*/

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: #013a1e;
}

.flex-control-nav {
    display: none;
}

.flex-direction-nav a {
    background: url(../images/arrows.png);
    width: 14px;
    height: 31px;
    right: 50%;
    display: block;
}

.Banner .flex-direction-nav .flex-prev {
    left: 50%;
    margin: 0 0 0 -500px;
    background-position: 0 0;
}

.Banner .flex-direction-nav .flex-next {
    right: 50%;
    margin: 0 -500px 0 0;
    background-position: -132px 0;
}

.Banner ul li a img {
    width: 100%;
    height: 350px;
}

.mode01 {
    width: 1000px;
    overflow: hidden;
    clear: both;
    height: 288px;
    margin: 20px auto;
}

.mode01 .lf {
    width: 485px;
    height: 285px;
    margin-right: 30px;
    float: left
}

.mode01 .rt {
    width: 485px;
    height: 285px;
    float: right
}

.more {
    float: right;
    float: right;
    padding-right: 8px;
}

.more a {
    color: #01713b;
    font-size: 14px;
}

.articleList .articleList_title {
    height: 36px;
    line-height: 36px;
    background: url(../images/con_tit1.jpg) no-repeat;
}

.articleList .articleList_title h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    padding: 0 0 0 46px;
}

.articleList .articleList_title a {
    color: #fc6e51;
    font: 12px Helvetica;
    height: 36px;
    line-height: 36px;
}

.articleList .articleList_title .more {
    height: 36px;
    line-height: 36px;
    margin: 0 10px 0 0;
    padding: 0px;
}

.articleList ul {
    padding-top: 5px;
}

.articleList ul li {
    height: 30px;
    line-height: 30px;
    padding: 0px;
    *vertical-align: middle;
}

.articleList ul li a {
    font-size: 14px;
    display: block;
    background: url(../images/nav_sonnav_li.jpg) no-repeat 7px center;
    padding-left: 22px;
}

.articleList ul li a:hover {
    background: #f2f2f2;
    color: #eb6043;
    font-weight: bold;
}

.articleList ul li .rightDate {
    float: right;
    color: #888888;
    margin-right: 5px;
    font-size: 12px;
}

.articleList02 .articleList_title {
    height: 36px;
    line-height: 36px;
    background: url(../images/con_tit2.jpg) no-repeat;
}

.articleList02 .articleList_title h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    padding: 0 0 0 46px;
}

.articleList02 .articleList_title a {
    color: #88bf4c;
    font: 12px Helvetica;
    height: 36px;
    line-height: 36px;
}

.articleList02 .articleList_title .more {
    height: 36px;
    line-height: 36px;
    margin: 0 10px 0 0;
    padding: 0px;
}

.articleList02 ul {
    padding-top: 5px;
}

.articleList02 ul li {
    height: 39px;
    line-height: 39px;
    *vertical-align: middle;
    background: url(../images/li_bg.jpg) repeat-x left bottom;
    *background: url(../images/icon2.jpg) no-repeat 110px center;
    *border-bottom: 1px dashed #cbcbcb;
}

.articleList02 ul li a {
    font-size: 14px;
    display: block;
    background: url(../images/icon2.jpg) no-repeat 110px center;
    *background: none;
    padding-left: 0px;
    height: 34px;
    line-height: 34px;
    margin-top: 2px;
}

.articleList02 ul li a:hover {
    background: url(../images/icon2.jpg) no-repeat 110px center #f2f2f2;
    *background: none;
    color: #88bf4c;
    font-weight: bold;
}

.articleList02 ul li:hover {
    *background: url(../images/icon2.jpg) no-repeat 110px center #f2f2f2;
    *color: #88bf4c;
    *font-weight: bold;
}

.articleList02 ul li .leftDate {
    float: left;
    width: 108px;
    color: #01458e;
    font-weight: bolder;
    font-family: Verdana;
    margin-right: 15px;
    margin-left: 5PX;
}


/*底部开始*/

.footer {
    height: 80px;
    background-color: #165068;
    color: #fff;
}

.copyRight {
    width: 1000px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    font-family: "微软雅黑";
}


/*二级页*/

.subPage {
    width: 1000px;
    margin: 0px auto;
}

.pageBanner {
    width: 1000px;
}

.Bread {
    width: 983px;
    height: 39px;
    line-height: 39px;
    font-size: 13px;
    color: #165068;
    margin-top: 5px;
}

.Bread a {
    color: #165068;
}

.articleList2 {}

.subPage .articleList2 ul li {
    background: url(../images/icon2.jpg) no-repeat 5px center;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
}

.subPage .articleList2 ul li a {
    background: none;
}

.subPage .articleList2 ul li a:hover {
    font-weight: normal;
    color: #165068;
}

.subPage .articleList2 ul li span {
    color: #555555;
}

.listTitle2 {
    padding-left: 0px;
    background: none;
}

.listTitle2 h2 {
    color: #165068;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    padding: 0px;
    margin: 5px 0px;
}

.listTitle2 h2 a {
    color: #165068;
}

.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: #165068;
    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: #165068;
    padding-left: 5px;
}

.Annex ul li {
    height: 26px;
    line-height: 26px;
    background: url(../images/nav_sonnav_li.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: #165068;
}