@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: #eceaeb;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #961e20;
}

.link h3 {
    color: #fff;
    margin: 0 0 5px 0;
}

.link ul {
    overflow: hidden;
}

.link ul li {
    float: left;
}


/*头部*/

.header {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    background: #7c0000;
}

.top {
    width: 1030px;
    height: 139px;
    margin: 0 auto;
    background: url(../images/top_bg_02.png) no-repeat right bottom;
    position: relative;
}

.top_nav_bg {
    width: auto;
    position: absolute;
    left: 0px;
    top: 3px;
    z-index: 9999;
}

.top_nav {
    width: auto;
    float: left;
    margin: 5px 0 0 0;
}

.top_nav a {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    background: url(../images/top_navbg.gif) no-repeat left
}

.top_nav a.nobg {
    background: none;
}

.top_nav a:hover {
    color: #d8ede3;
}

.logo {
    width: 100%;
    height: 129px;
    margin: 0 auto;
    position: relative;
}

.logo_link {
    width: 1000px;
    height: 129px;
    margin: 0 auto;
    display: block;
}

.logo img {
    margin: 10px 0 0 0;
}

.search {
    width: 200px;
    height: 27px;
    background: url(../images/search_03.png) no-repeat left center;
    z-index: 1000;
    margin: 5px 0 0 0;
    /* float: left; */
    position: absolute;
    right: -100px;
    top: 5px;
}

.search input {
    width: 160px;
    height: 27px;
    line-height: 27px;
    color: #323232;
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
}

.search input.notxt {
    color: #3f3f3c;
    padding-left: 12px;
}

.search input.notxt1 {
    position: absolute;
    width: 25px;
    height: 27px;
    left: 173px;
}


/*导航*/

.nav {
    max-width: 100%;
    margin: 0 auto;
    min-height: 40px;
    line-height: 40px;
    *height: 40px;
    text-align: center;
    background: #961e20;
}

.nav ul {
    width: 1030px;
    max-width: 1030px;
    height: 42px;
}

.nav ul li {
    float: left;
    position: relative;
    width: 11.1%;
}

.nav ul li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
}

.nav ul li:hover {
    cursor: pointer;
    background: #ffffff;
}

.nav ul li .subNav {
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    background: #7c0102;
    *background: #7c0102;
    overflow: hidden;
    z-index: 10000000000;
}

.nav ul li.on {
    background: none;
    background-color: #7c0102;
    color: #fff;
}

.nav ul li.on a {
    color: #fff;
    text-align: center;
}

.nav ul li.on .subNav {
    display: block;
    animation: rotate 400ms;
    -webkit-animation: rotate 400ms;
    -moz-animation: rotate 400ms;
}

.nav ul li.on .subNav dl {
    overflow: hidden;
}

.nav ul li.on .subNav dl dd {
    height: auto;
    line-height: 20px;
    text-align: left;
    border-bottom: 1px dashed #ffffff;
    margin: 0 10px;
}

.nav ul li.on .subNav dl dd a {
    display: block;
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    padding: 8px 10px 8px 10px;
}

.nav ul li.on .subNav.smallWidth dl dd a {}

.nav ul li.on .subNav dl dd a:hover {
    color: #7c0102;
    background-color: #ffffff;
}

.wrap_content {
    width: 100%;
    background: url(../images/content_03.png) repeat-x left top;
}

.content {
    width: 1000px;
    margin: 0px auto;
    background: #fff;
    padding: 0 15px;
    overflow: hidden;
}

.Banner {
    width: 490px;
    height: 350px;
    margin: 0 auto;
}


/*图片轮播*/

.flexslider {
    width: 490px;
    height: 350px;
    overflow: hidden;
}

.flexslider ul.slides li img {
    width: 490px;
    height: 350px;
    display: block
}

.flexslider .til_slides {
    font-size: 16px;
    color: #fefefe;
    width: 490px;
    height: 41px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 41px;
    background: url(../images/slider_03.png) repeat-x;
    color: #fff;
    padding-left: 8px;
}

.flex-control-nav {
    bottom: 7px;
    text-align: right;
    width: auto;
    right: 15px;
    bottom: 12px;
}

.flex-control-paging li {
    margin: 0 0px 0 7px;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    line-height: 8px;
    border-radius: 0;
    background: url(../images/a_03.png) no-repeat;
    text-indent: 999px;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: url(../images/a_hover_03.png) no-repeat;
    color: #fff;
}

.mode01 {
    width: 1000px;
    overflow: hidden;
    clear: both;
    height: 366px;
    margin-top: 27px;
}

.mode01 .lf {
    width: 490px;
    height: 350px;
    float: left
}

.mode01 .rt {
    width: 490px;
    height: 350px;
    float: right
}

.news .title {
    height: 24px;
    line-height: 24px;
    border-bottom: 2px solid #b60001;
}

.news .title h2 {
    overflow: hidden;
    float: left;
}

.news .title h2 span {
    height: 24px;
    line-height: 24px;
    float: left;
}

.news .title h2 span.mz {
    background: #961e20;
    padding: 0 8px;
    font-size: 16px;
    color: #ffffff;
}

.news .title .more {
    font-size: 14px;
    color: #f75f1c;
    float: right;
}

.news_con h3 {
    margin: 10px 0 10px 0;
}

.news_con h3 a {
    font-size: 14px;
}

.news_nr {
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    margin: 0 0 5px 0;
}

.news_con ul {
    padding: 15px 0 0 0;
    border-top: 1px solid #d1d1d1;
}

.news_con ul li {
    height: 31px;
    line-height: 31px;
    padding: 0 0 0 20px;
    background: url(../images/arrow_03.png) no-repeat 2px center;
}

.news_con ul li a {
    float: left;
}

.news_con ul li span {
    float: right;
    font-size: 12px;
    color: #b8420f;
}

.mode02 {
    width: 1000px;
    height: 109px;
    margin: 20px auto;
    position: relative;
}

.mode02 img {
    width: 1000px;
    height: 109px;
    display: block;
    position: relative;
}

.mode02 p {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    font-size: 40px;
    font-family: "迷你简菱心";
}

.mode02 p a {
    width: 1000px;
    height: 109px;
    line-height: 109px;
    text-align: center;
    color: #f75f1c;
    display: block;
}

.mode03 {
    width: 1000px;
    margin: 0 0 25px 0;
    overflow: hidden;
}

.mode03 .lf {
    width: 320px;
    float: left;
    margin: 0 20px 0 0;
}

.mode03 .md {
    width: 320px;
    float: left;
    margin-right: 20px;
}

.mode03 .rt {
    width: 320px;
    float: right;
}

.tzgg .title {
    height: 24px;
    line-height: 24px;
    border-bottom: 2px solid #b60001;
}

.tzgg .title h2 {
    overflow: hidden;
    float: left;
}

.tzgg .title h2 span {
    height: 24px;
    line-height: 24px;
    float: left;
}

.tzgg .title h2 span.mz {
    background: #961e20;
    padding: 0 8px;
    font-size: 16px;
    color: #ffffff;
}

.tzgg .title .more {
    font-size: 14px;
    color: #f75f1c;
    float: right;
}

.tzgg ul {
    margin: 15px 0 0 0;
}

.tzgg ul li {
    line-height: 32px;
    padding: 0 0 0 15px;
    background: url(../images/arrow_03.png) no-repeat left center;
}

.img_font {
    width: 322px;
    height: 96px;
    padding: 22px 0 18px 0;
    border-bottom: 1px solid #dcdcdc;
}

.img_font img {
    width: 144px;
    height: 96px;
    float: left;
    display: inline-block;
}

.img_font .font {
    width: 165px;
    float: right;
}

.font h5 {
    margin: 0 0 5px 0;
}

.font h5 a {
    font-size: 14px;
    line-height: 20px;
}

.font_con {
    font-size: 12px;
}

.jctz .title {
    height: 24px;
    line-height: 24px;
    border-bottom: 2px solid #b60001;
}

.jctz .title h2 {
    overflow: hidden;
    float: left;
}

.jctz .title h2 span {
    height: 24px;
    line-height: 24px;
    float: left;
}

.jctz .title h2 span.mz {
    background: #961e20;
    padding: 0 8px;
    font-size: 16px;
    color: #ffffff;
}

.jctz .title .more {
    font-size: 14px;
    color: #f75f1c;
    float: right;
}

.jctz ul {
    margin: 15px 0 0 0;
}

.jctz ul li {
    line-height: 32px;
    padding: 0 0 0 15px;
    background: url(../images/arrow_03.png) no-repeat left center;
}

.rwfc .title {
    height: 24px;
    line-height: 24px;
    border-bottom: 2px solid #b60001;
}

.rwfc .title h2 {
    overflow: hidden;
    float: left;
}

.rwfc .title h2 span {
    height: 24px;
    line-height: 24px;
    float: left;
}

.rwfc .title h2 span.mz {
    background: #961e20;
    padding: 0 8px;
    font-size: 16px;
    color: #ffffff;
}

.rwfc .title .more {
    font-size: 14px;
    color: #f75f1c;
    float: right;
}

.rwfc_con {
    width: 285px;
    height: 190px;
    position: relative;
    margin: 24px 0 0 0;
}

.rwfc_con img {
    width: 285px;
    height: 190px;
    position: relative;
}

.rwfc_con a {
    z-index: 9999;
    text-align: center;
    width: 285px;
    height: 36px;
    line-height: 36px;
    background: url(../images/slider_right_03.png) repeat-x;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #ffffff
}

.rwfc_con a:hover {
    font-weight: bold;
}

.link_down {
    margin: 18px 0 0 0;
    overflow: hidden;
}

.link_down a {
    float: left;
    width: 134px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    background: #961e20;
}

.link_down a:hover {
    font-weight: bold;
}

.link_down a.right {
    float: right;
}


/*底部开始*/

.footer {
    height: 94px;
    background-color: #961e20;
    color: #fff;
}

.footerIn {
    width: 1030px;
    margin: 0 auto;
}

.footer_left {
    width: 160px;
    height: 94px;
    float: left;
    margin: 0 215px 0 0;
}

.footer_left a {
    width: 160px;
    height: 94px;
    display: block;
}

.footer_right {
    height: 94px;
    font-size: 14px;
    color: #ffffff;
    float: left;
    padding: 10px 0 0 0;
}

.footer_right ul li {
    margin: 0 10px 0 0;
}

.footer_right ul li a {
    color: #fff;
}

.link {
    margin: 0 0 10px 0;
}


/*二级页*/

.subPage {
    width: 1000px;
    margin: 0px auto 0px;
    padding: 0 15px;
    background: #ffffff;
    overflow: hidden;
}

.pageBanner {
    width: 1000px;
}

.Bread {
    width: auto;
    height: 45px;
    line-height: 45px;
    margin: 0;
    font-size: 13px;
    color: #7e7e7e;
}

.rightBread {
    width: 744px;
}

.Bread a {
    color: #7e7e7e;
}

.Bread a:hover {
    color: #002672;
}

.articleList2 {}

.articleList2 ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0px 0 20px;
    background: url(../images/arrow_03.png) no-repeat left center;
}

.articleList2 ul li a {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #282828;
}

.articleList2 ul li a:hover {
    color: #961e20;
}

.listTitle2 {
    padding-left: 0px;
    background: none;
}

.listTitle2 h2 {
    color: #961e20;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: normal;
    padding: 0px;
    background: none;
}

.articleList ul li span {
    color: #282828;
    font-size: 14px;
    font-family: "微软雅黑";
    padding: 0 12px 0 0;
}

.pageListTotal {
    margin: 15px 0 0 0;
}

.list_article {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑";
}

.articleList3 ul li {
    float: left;
    margin: 0 30px 0 0;
    border: none;
    width: 220px;
    padding: 0 0 0 17px;
    background: url(../images/arrow_03.png) no-repeat left center;
}

.conPictureTL .pictureList .picTl {
    width: 1075px;
}

.conPictureTL .pictureList .picTl li {
    margin: 0 25px 0 0;
    float: left;
}

.conPictureTL .pictureList .picTl li img {
    width: 169px;
    height: 118px;
}

.conRight .pictureList2 ul {
    margin: 20px 0 0 0;
    width: 900px;
}

.conRight .pictureList2 ul li {
    float: left;
    margin: 0 19px 10px 0;
    width: 179px;
}

.conRight .pictureList2 ul li span {
    line-height: 50px;
}

.conRight .pictureList2 ul li a {
    width: 179px;
    display: inline-block;
    text-align: center;
}

.conRight .pictureList2 ul li a img {
    border: 1px solid #5c307d;
    padding: 5px;
    width: 167px;
    height: 118px;
}

.conRight .pictureList2 ul li a:hover {
    color: #961e20;
}

.pageList {
    overflow: hidden;
}

.articleTitle {
    width: 100%;
    text-align: center;
}

.articleTitle h2 {
    font-size: 22px;
    color: #961e20;
    line-height: 40px;
    padding: 10px 0;
    border-bottom: 3px solid #961e20;
}

.articleTitle h3 {
    font-size: 16px;
    color: #555;
    line-height: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.articleAuthor {
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 10px;
    background: #f9f1ff;
    color: #777;
}

.article {
    margin: 20px 10px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.Annex {
    padding: 0 0 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.Annex h3 {
    font-size: 16px;
    line-height: 30px;
    color: #961e20;
    padding-left: 5px;
}

.Annex ul li {
    height: 26px;
    line-height: 26px;
    background: url(../images/arrow_03.png) 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: #961e20;
}

.page {
    margin: 20px auto 20px;
}

.conLeft {
    width: 200px;
    float: left;
    margin: 12px 0 0 0;
    text-align: center;
}

.conLeft .title {
    background: #961e20;
    height: 40px;
    line-height: 40px;
}

.conLeft .title h3 {
    font-size: 18px;
    color: #fffefe;
    font-family: "微软雅黑";
    font-weight: normal;
}

.conLeft ul li {
    border-bottom: 1px solid #c9c9c9;
}

.conLeft ul li.current a {
    color: #961e20;
    font-weight: bold;
}

.conLeft ul li a {
    height: 38px;
    line-height: 38px;
    display: block;
    font-size: 15px;
    color: #505050;
    font-family: "微软雅黑";
}

.conLeft ul li a:hover {
    color: #961e20;
    font-size: 15px;
    font-weight: bold;
}

.conRight {
    width: 775px;
    float: right;
    margin: 12px 0 0 0;
}

.conPictureTL {
    width: 100%;
    padding: 0;
}

.mode02In .lf .article001 {
    margin: 0px;
}

.mode02In .lf .article001 .artTitle h2 a {
    font-size: 14px;
    color: #323232;
    font-family: "微软雅黑";
}

.mode02In .lf .article001 .artCon {
    font-size: 12px;
    color: #646464;
    font-family: "微软雅黑";
}