@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    background-color: #fff;
    font-family: "Microsoft Yahei", SimSun, sans-serif;
}

a {
    text-decoration: none;
    color: #282828;
}

a:hover {
    color: #db5118;
}

/*头部*/
.header {
    width: 100%;
    height: 190px;
    margin: 0 auto;
}

.top {
    position: relative;
    width: 1000px;
    height: 140px;
    margin: 0 auto;
    border-top: 4px solid #ad5259;
    background: url(../images/top_bg.png) center;
}

.top_nav_bg {
    width: auto;
    *width: auto;
    height: 29px;
    position: absolute;
    z-index: 222;
    right: 50%;
    margin: 0 -500px 0 0;
}

.top_nav {
    width: auto;
    margin: 0 auto;
    height: 29px;
    line-height: 29px;
    text-align: right;
    *margin-right: 0;
}

.top_nav a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #282828;
}

.top_nav a.nobg {
    background: none;
}

.top_nav a:hover {
    color: #db5118;
}

.top_nav .nav_list {
    position: relative;
}

.top_nav .nav_list ul {
    float: right;
}

.top_nav .nav_list li {
    float: left;
}

.logo {
    width: 700px;
    height: 75px;
    margin: 0 auto;
    float: left;

}

.logo_link {
    width: 1000px;
    height: 129px;
    margin: 0 auto;
    display: block;
}

.logo img {
}

.search {
    float: right;
    width: 219px;
    height: 108px;
    right: 0;
    top: 70px;
    background: url(../images/search.png) no-repeat left center;
}

.search input {
    position: absolute;
    width: 178px;
    height: 29px;
    line-height: 29px;
    color: #323232;
    border: none;
    background: none;
    top: 70px;
    padding: 0;
    margin: 0;
}

.search input.notxt {
    color: #3f3f3c;
    padding-left: 12px;
    outline: none;
}

.search input.notxt1 {
    position: absolute;
    width: 28px;
    height: 29px;
    left: 972px;
	top:70px;
}

.nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ad5259;
}

.nav ul {
    width: 1000px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
}

.nav ul li:first-child {
    background: none;
}

.nav ul li:hover {
    width: auto;
    height: 50px;
    display: inline-block;
    background: #fff;
}

.nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.nav ul li a:hover, .nav ul li.on a, .nav ul li .subNav a:hover {
    color: #ad5259;
    background: #fff;
}

.nav ul li .subNav {
    top: 50px;
    padding: 10px 0;
    box-shadow: 1px 3px 3px rgba(173, 82, 89, 0.62);
}

.nav ul li .subNav a {
    color: #ad5259;
}

.content {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.Banner {
    width: 1000px;
    height: 300px;
    margin: 0 auto;
}

/*图片轮播*/
.Banner .flex-control-nav {
    text-align: right;
    width: 98%;
    bottom: 10px;
}

.Banner .flex-control-paging li a {
    text-indent: 140px;
    background: url(../images/icon1.png);
}

.Banner .flex-control-paging li a:hover, .Banner .flex-control-paging li a.flex-active {
    background: url(../images/icon2.png);
}

.Banner .flexslider ul.slides li img {
    width: 1000px;
    height: 300px;
}

.Banner .flex-control-nav li {
    margin: 0 7px;
}

.Banner .til_slides {
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: url(../images/banner_bg.png);
    text-indent: 14px;
}

.Banner .flex-direction-nav li a {
    width: 18px;
    height: 25px;
}

.Banner .flex-direction-nav .flex-prev {
    background: url(../images/banner_arrowLeft.png);
}

.Banner .flex-direction-nav .flex-next {
    background: url(../images/banner_arrowRight.png);
}

/*图片轮播*/
.mode01 .Banner {
    width: 340px;
    height: 255px;
    overflow: hidden;
    *position: relative;
    margin: 10px 30px 0 0;
    float: left;
}

.mode01 .Banner .flexslider {
    width: 100%;
    height: 255px;
}

.mode01 .Banner .flexslider ul li {
    padding: 0;
}

.mode01 .right_list {
    float: left;
}

.mode01 .flex-control-nav {
    text-align: right;
    width: 97%;
    bottom: 10px;
}

.mode01 .flex-control-paging li a {
    text-indent: 140px;
    background: url(../images/icon1.png);
}

.mode01 .flex-control-paging li a:hover, .mode01 .flex-control-paging li a.flex-active {
    background: url(../images/little_banner_hover.png);
}

.mode01 .flexslider ul.slides li {
    width: 100%;
    height: 255px;
}

.mode01 .flexslider ul.slides li img {
    width: 100%;
    height: 255px;
}

.mode01 .flex-control-nav li {
    margin: 0 5px;
}

.mode01 .til_slides {
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: url(../images/banner_bg.png);
    text-indent: 12px;
}

.mode01 {
    width: 1000px;
    overflow: hidden;
    clear: both;
}

.mode01 .md {
    width: 1000px;
    float: left
}

.articleList {
    margin-top: 10px;
}

.listTitle {
    width: 630px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ad5259 solid;
}

.more {
    font-size: 14px;
}

.listTitle2 {
    width: 372px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ad5259 solid;
}

.listTitle h2, .listTitle2 h2 {
    color: #ad5259;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.articleList {
    width: 630px;
}

.articleList ul li a, .articleList2 ul li a {
    color: #282828;
    font-size: 15px;
}

.articleList ul li a:hover, .articleList2 ul li a:hover {
    color: #e63340;
}

.articleList3 {
    width: 490px;
    height: 271px;
}

.listTitle3 {
    width: 490px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ad5259 solid;
}

.listTitle3 h2 {
    color: #ad5259;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.articleList3 ul {
    padding: 10px 0;
}

.articleList3 ul li span {
    float: right;
}

.articleList3 ul li {
    height: 35px;
    line-height: 35px;
}

.articleList3 ul li:before {
    content: "";
    display: inline-block;
    margin-bottom: 2px;
    border-width: 4px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ad5259;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.articleList3 ul li a {
    color: #282828;
    font-size: 15px;
    margin-left: 5px;
}

.articleList3 ul li a:hover {
    color: #e63340;
    font-size: 15px;
}

.mode02 {
    width: 1000px;
    height: 290px;
    margin: 0 auto;
}

.mode02 .lf {
    width: 648px;
    height: 290px;
    float: left;
}

.mode02 .rt {
    width: 300px;
    height: 290px;
    float: right;
}

.link a {
    margin: 0 0 18px 0;
    width: 300px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    display: block;
}

.link a:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.mode03 {
    width: 1000px;
    /*height: 90px;*/
    margin: 0 auto;
}

.mode03 .lf {
    width: 490px;
    float: left;
}

.mode03 .rt {
    width: 490px;
    float: right;
}

.mode04 {
    width: 1000px;
    height: 270px;
    margin: 0 auto;
}

.mode04 .lf {
    width: 311px;
    height: 270px;
    float: left;
    margin: 0 30px 0 0;
}

.mode04 .md {
    width: 311px;
    height: 270px;
    float: left;
}

.mode04 .rt {
    width: 311px;
    height: 270px;
    float: right;
}

.tab_list .title {
    height: 38px;
    line-height: 38px;
    border-top: 2px solid #943940;
}

.tab_list .title h2 {
    color: #db5118;
    font-size: 16px;
    font-weight: bold;
}

.tab_list .title .more a {
    font-size: 12px;
    font-weight: normal;
    color: #282828;
    padding: 0 14px 0 0;
}

.tab_list .title .more a:hover {
    font-weight: bold;
}

/**tab切换1样式开始**/
.menu1box {
    position: relative;
    overflow: hidden;
    height: 40px;
}

.menu1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.menu1 li {
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.menu1 li h3 {
    padding: 0 18px;
    height: 32px;
    font-size: 15px;

    color: #282828;
    text-align: center;
    line-height: 40px;
    float: left;
    cursor: pointer;
    font-weight: normal;
}

.menu1 .hover h3 {
    color: #fff;
    font-weight: normal;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #943940;
}

.main1box {
    clear: both;
    padding-top: 5px;
    _padding-top: 0;
    overflow: hidden;
}

.main1box ul {
    display: none;
}

.main1box ul.block {
    display: block;
}

.main1box ul li {
    padding: 0;
    margin: 0;
}

.tab_list1 {
    overflow: hidden;
    padding: 0 0 0 3px;
}

.tab_list1 dl dd {
    width: 150px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0 15px 0 0;
}

.tab_list1 dl dd a {
    font-size: 12px;

    color: #282828;
}

.tab_list1 dl dd a:hover {
    color: #db5118;
}

.tab_list1 dl dd span {
    float: right;
    color: #282828;

    font-size: 12px;
}

.arrow_right {
    position: absolute;
    right: 5px;
    top: 12px;
}

.bmore1 strong {
    display: none;
    font-weight: normal;
    cursor: pointer;
    height: 15px;
    margin-top: 12px;
    float: right;
    line-height: 15px;
    font-size: 12px;
    margin-right: 5px;
}

.bmore1 strong a {
    display: block;
    padding: 1px 5px;
    _width: 36px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #9a9a9a;
}

.bmore1 strong.current02 {
    display: block;
    cursor: pointer;
}

.bmore1 strong.current02 a:hover {
    _color: #666666;
}

/**tab切换1样式结束**/

.mode05 {
    width: 1000px;
    height: 160px;
    margin: 30px auto 0;
}

.mode05 .md {
    width: 1000px;
    height: 150px;
    overflow: hidden;
}

/*底部开始*/
.footer_wrap {
    width: 100%;
    padding: 10px 0;
    background: #ad5259;

}

.footer p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

/*二级页*/
.subPage {
    width: 1000px;
    margin: 20px auto 0;
}

.pageBanner {
    width: 1000px;
    margin: 20px auto 0;
}

.Bread {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 13px;
    color: #943940;
}

.Bread a {
    color: #943940;
    padding: 0 5px;
}

.Bread a:hover {
    text-decoration: underline;
}

.articleList2 ul li {
    background: url(../images/arrow_right.png) no-repeat left center;
    padding: 5px 0 5px 20px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #f4f4f4;
}

.articleList2 ul li span {
    font-size: 14px;
}

.articleList2 ul li a {
    font-size: 16px;
}

.articleList2 .listTitle2 {
    padding-left: 0;
    background: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.articleList2 .listTitle2 h2 {
    padding: 0;
    height: 40px;
    line-height: 40px;
}

.articleList2 .listTitle2 h2 a {
    color: #943940;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    padding: 0;
    margin: 5px 0;
}

.subPage .articleList2 {
    margin: 10px 0 20px;
}

.pictureList2 .listTitle2 {
    padding-left: 0;
    background: none;
    height: 40px;
    line-height: 40px;
}

.pictureList2 .listTitle2 h2 {
    padding: 0;
    height: 40px;
    line-height: 40px;
}

.pictureList2 .listTitle2 h2 a {
    color: #943940;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    padding: 0;
    margin: 5px 0;
}

.subPage .articleList2 {
    margin: 10px 0 20px;
}

.page {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    clear: both;
    margin: 20px 0 30px;
}

.page a {
    padding: 0 5px;
}

.pageList {
    padding-bottom: 30px;
    overflow: hidden;
}

.articleTitle {
    width: 100%;
    text-align: center;
}

.articleTitle h2 {
    font-size: 22px;
    color: #943940;
    line-height: 40px;
    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-bottom: 10px;
    background: #f5f5f5;
    color: #777;
}

.articleAuthor i.gap {
    display: inline-block;
    width: 20px;
}

.article {
    overflow: hidden;
    margin: 20px 10px;
    font-size: 12px;
    line-height: 28px;
}

.article > p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
    text-indent: 2em;
    color: #333;
}

.article img {
    max-width: 98%;
    height: auto;
    padding: 1px;
    margin: 9px;
    border: none;
}

.Annex {
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.Annex h3 {
    font-size: 16px;
    line-height: 30px;
    color: #943940;
    padding-left: 5px;
}

.Annex ul li {
    height: 26px;
    line-height: 26px;
    background: url(../images/arrow_right.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: #db5118;
}

/*左右级页面*/
.con {
    width: 1000px;
    overflow: hidden;
    margin: 20px auto 5px;
}

.con .conLeft {
    width: 195px;
    float: left;
    background: #f9f9f9;
}

.con .conLeft .title {
    width: 195px;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.con .conLeft .title h2 {
    font-size: 16px;
    color: #fff;
    background: #943940;
    padding: 0 0 0 35px;
}

.con .conLeft ul li a {
    font-size: 14px;
    padding: 15px 0 15px 35px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    display: block;
}

.con .conLeft ul li a:hover, .con .conLeft ul .current > a {
    font-weight: bold;
    border-bottom: 2px solid #943940;
    color: #943940;
    background: url(../images/left_arrow_right.png) no-repeat 160px center;
}

.con .conLeft ul li.down > a:hover, .con .conLeft ul .current.down > a {
    background: url(../images/left_arrow_down.png) no-repeat 160px center;
}

.con .conLeft ul ul li a {
    font-size: 12px;
    padding: 10px 0 10px 60px
}

.con .conRight {
    width: 780px;
    padding-left: 5px;
    float: right;
}

.con .conRight .articleList2 {
    width: 780px;
}

.con .conRight .Bread {
    width: 785px;
}

.con .conRight .page {
    width: 780px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    clear: both;
    margin: 20px 0 30px;
}

.con .conRight .page a {
    padding: 0 5px;
}

.con .conRight .subPage {
    width: 780px;
    margin: 0 auto;
}

.pictureList2 {
    width: 780px;
    overflow: hidden;
}

.pictureList2 ul {
    width: 850px;
    overflow: hidden;
    padding: 5px 0 0 25px;
}

.pictureList2 ul li {
    float: left;
    width: 210px;
    height: 180px;
    margin: 0 50px 0 0;
    text-align: center;
}

.TlpictureList2 {
    width: 1000px;
    overflow: hidden;
}

.TlpictureList2 ul {
    width: 1050px;
    overflow: hidden;
    padding: 5px 0 0 5px;
}

.TlpictureList2 ul li {
    float: left;
    width: 210px;
    height: 180px;
    margin: 0 50px 0 0;
    text-align: center;
}

/*图片展示*/
/*图片展示开始*/
/*图片展示开始*/
.img_news_con {
    width: 100%;
    overflow: hidden;
    padding: 0 0 20px 0;
}

.img_news_con h3 {
    padding: 20px 0;
    height: 54px;
    text-align: center;
    color: #943940;
    font-size: 16px;

    font-weight: normal;
}

.imgs_scroll {
    position: relative;
    padding: 0 0 0 25px;
}

.imgs_scroll .btn_l, .imgs_scroll .btn_r {
    position: absolute;
    width: 434px;
    height: 580px;
    top: 0;
}

.imgs_scroll .btn_l {
    left: 62px;
}

.imgs_scroll .btn_r {
    right: 69px;
}

.imgs_scroll .prev, .imgs_scroll .next {
    position: absolute;
    width: 70px;
    top: 40%;
    margin: -22px 0 0 0;
    text-align: center;
    cursor: pointer;
    z-index: 90;
    display: none;
}

.imgs_scroll .prev {
    left: 25px;
}

.imgs_scroll .next {
    right: 65px;
}

.imgs_news_list {
    width: 910px;
    position: relative;
    overflow: hidden;
}

.imgs_news_list ul {
    width: 9999px;
}

.imgs_news_list ul li {
    float: left;
    display: inline;
    width: 910px;
}

.imgs_news_list ul li .txt2 {
    width: 910px;
    float: left;
    line-height: 20px;
    text-indent: 2em;
    text-align: left;

}

/*图片展示结束*/

.newPage h2 {
    float: left;
}

.newPage a {
    float: right;
}

.newPageArticle .art {
    font-size: 14px;
    line-height: 30px;
    color: #4a4b4a;
}

.newPageList ul {
    margin: 10px 0 0 0;
}

.newPage .more {
}

.newPageList01 ul li {
    border: none;
    width: auto;
    margin: 0 40px 0 0;
    float: left;
}

.qrcode {
    display: none;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 43px;
    right: -25px;
    padding: 5px;
    box-shadow: 2px 2px 5px #272727;
    border-radius: 5px;
    background-color: #fff;
    z-index: 2000;
}

/*友情链接*/
.friend_Link {
    width: 1081px;
    height: 100px;
}

.friend_Title {
    width: 1081px;
    height: 40px;
    line-height: 40px;
    border-top: 1px #ad5259 solid;
}

.friend_Title h2 {
    color: #ad5259;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.friend_Link ul {
    padding: 0;
}

.friend_Link ul li {
    float: left;
    padding-right: 30px;
    height: 35px;
    line-height: 35px;
}

.friend_Link ul li:before {
    content: "";
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 10px;
    border-width: 4px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ad5259;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.friend_Link ul li a {
    color: #282828;
    font-size: 15px;
}

.friend_Link ul li a:hover {
    color: #e63340;
    font-size: 15px;
}

.pagination {
    width: 95%;
    margin: 20px 0;
    text-align: center;
}

.pagination a {
    display: inline-block;
    width: 50px;
    color: black;
    font-size: 14px;
}

.pagination a:hover {
    text-decoration: underline;
}

.pagination select {
    margin: 0 10px;
}