body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    min-width: 1350px;
    background-color: rgb(255, 255, 255);
}

a {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

a:hover {
    color: rgb(157, 0, 0);
}

/* .fix {
    width: 344px;
    height: 232px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 99;
}

.fix a {
    display: block; 
    height: 215px;
}

.fix a img { 
    height: 224px;
} */

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

.flexslider {
    margin: 0px auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.flexslider ul.slides li {
    overflow: hidden;
    position: relative;
}

.flexslider ul.slides li img {
    width: 100%;
    height: 100%;
    display: block;
}

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

.flex-direction-nav .flex-prev {
    background: url("../images/lf.png") no-repeat;
    left: 20px;
    width: 40px;
    height: 40px;
}

.flex-direction-nav .flex-next {
    background: url("../images/rt.png") no-repeat;
    width: 40px;
    height: 40px;
    right: 20px;
}

.flexslider:hover .flex-prev {
    left: 20px;
    opacity: 1;
}

.flexslider:hover .flex-next {
    right: 20px;
    opacity: 1;
}

.tiSlides {
    margin: 0px auto;
    width: 1200px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    position: relative;
}

.tiSlides strong {
    background: url("../images/banner_bg.png");
    padding: 20px 30px;
    bottom: 50px;
    color: rgb(255, 255, 255);
    font-size: 26px;
    position: absolute;
}

.flex-control-nav {
    bottom: 20px;
}

.flex-control-nav li {
    margin: 0px 7px;
}

.flex-control-nav li a {
    background: rgb(123, 123, 121);
    border-radius: 0px;
    width: 12px;
    height: 12px;
}

.flex-control-paging li a:hover {
    background: rgb(219, 0, 0);
}

.flex-control-paging li a.flex-active {
    background: rgb(219, 0, 0);
}

.content {
    margin: 0px auto;
    width: 100%;
}

.mode01 {
    margin: 0px auto 5px;
    width: 1200px;
    overflow: hidden;
}

.dataList {
    background: rgb(247, 248, 250);
    width: 100%;
    overflow: hidden;
}

.dataList li {
    width: 25%;
    float: left;
}

.dataList1 li {
    width: 33.333%;
    float: left;
}

.dataList li .data01 {
    padding: 15px 0px;
    overflow: hidden;
    border-right-color: rgb(225, 225, 225);
    border-right-width: 1px;
    border-right-style: solid;
    white-space: nowrap;
    text-align: center;
}

.dataList li:last-child .data01 {
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
}

.dataList li .data01 span {
    /* padding-top: 10px; */
    padding-right: 15px;
    padding-left: 15px;
    /* float: left; */
    width: 45px;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: middle;
}

.dataList li .data01 p {
    text-align: center;
    /* float: left; */
    white-space: nowrap;
    max-width: 90px;
    display: inline-block;
    vertical-align: middle;
}

.dataList li .data01 p strong {
    font-style: normal;
    font-weight: normal;
    display: block;
}

.dataList li .data01 p i {
    font-style: normal;
    font-weight: normal;
    display: block;
}

.dataList li .data01 p i {
    font-size: 22px;
}

.dataList li .data01 p strong {
    color: rgb(219, 0, 0);
    font-size: 32px;
}

.mode02 {
    margin: 0px auto 40px;
    width: 1200px;
    overflow: hidden;
}

.tabArticleList01 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tabMenu01 {
    margin: 0px auto;
    width: 700px;
    text-align: center;
    border-bottom-color: rgb(225, 225, 225);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    position: relative;
}

.tabMenu01 li {
    padding: 0px 20px;
    text-align: center;
    display: inline-block;
}

.tabMenu01 li a {
    color: rgb(153, 153, 153);
    padding-bottom: 10px;
    font-size: 24px;
    display: block;
    position: relative;
}

.tabMenu01 li.active a {
    color: rgb(0, 0, 0);
    font-weight: bold;
    cursor: pointer;
}

.tabMenu01 li:hover a {
    color: rgb(0, 0, 0);
    font-weight: bold;
    cursor: pointer;
}

.tabMenu01 li.active a::after {
    background: rgb(219, 0, 0);
    left: 0px;
    width: 100%;
    height: 2px;
    bottom: -2px;
    clear: both;
    position: absolute;
    z-index: 2;
    content: "";
}

.tabMenu01 li:hover a::after {
    background: rgb(219, 0, 0);
    left: 0px;
    width: 100%;
    height: 2px;
    bottom: -2px;
    clear: both;
    position: absolute;
    z-index: 2;
    content: "";
}

.tabList01 {
    width: 100%;
    overflow: hidden;
}

.tabList01 dd {
    display: none;
}

.topicList {
    overflow: hidden;
    margin-top: 15px;
    border-top-color: rgb(225, 225, 225);
    border-left-color: rgb(225, 225, 225);
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
}

.topicList li {
    width: calc(20% - 1px);
    height: 127px;
    text-align: center;
    border-right-color: rgb(225, 225, 225);
    border-bottom-color: rgb(225, 225, 225);
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    float: left;
}

.topicList li a {}

.topicList li img {
    height: 29px;
    margin-top: 31px;
}

.topicList li a p {
    font-size: 16px;
    margin-top: 14px;
}

.topicList li a:hover p {
    font-weight: bold;
}

.partmentList {
    overflow: hidden;
    margin-top: 10px;
}

.partmentList li {
    width: 300px;
    margin-top: 20px;
    float: left;
}

.partmentList li a {
    color: rgb(51, 51, 51);
    font-size: 16px;
}

.partmentList li a:hover {
    color: rgb(219, 0, 0);
}


}
.partmentList2 {
    overflow: hidden;
    margin-top: 10px;
}
.partmentList2 li {
    width: 25%;
    margin-top: 20px;
    float: left;
}
.partmentList2 li a {
    color: rgb(51, 51, 51);
    font-size: 16px;
}
.partmentList2 li a:hover {
    color: rgb(219, 0, 0);
}
.wrap_mode03 {
    background: rgb(247, 247, 247);
    margin: 0px auto 30px;
    width: 100%;
}
.mode03 {
    margin: 0px auto;
    padding: 30px 0px 20px;
    width: 1200px;
    overflow: hidden;
}
.articleTitle {
    text-align: center;
    overflow: hidden;
    padding-bottom: 17px;
    position: relative;
}
.articleTitle .info {
    padding: 5px 10px;
    border: 1px solid rgb(219, 0, 0);
    border-image: none;
    top: 0px;
    text-align: center;
    right: 0px;
    color: rgb(219, 0, 0);
    font-size: 14px;
    position: absolute;
}
.articleTitle .info:hover {
    background: rgb(219, 0, 0);
    color: rgb(255, 255, 255);
}
.articleTitle h2 {
    background: url("../images/title_bg.png") no-repeat center;
    text-align: center;
    font-size: 24px;
}
.DataBox01 {
    overflow: hidden;
    margin-top: 20px;
}
.DataBox01 .left {
    width: calc(50% - 15px);
    overflow: hidden;
    float: left;
}
.DataBox01 .right {
    width: calc(50% - 15px);
    overflow: hidden;
    float: right;
}
.dataInfo {
    overflow: hidden;
}
.dataTitle {
    overflow: hidden;
    margin-bottom: 22px;
}
.dataTitle .more {
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-top: 4px;
    float: right;
}
.dataTitle .more:hover {
    color: rgb(219, 0, 0);
}
.dataTitle .title {
    color: rgb(219, 0, 0);
    padding-bottom: 5px;
    font-size: 18px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.dataBoxList {
    overflow: hidden;
}
.dataBoxList li {
    background: rgb(255, 255, 255);
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}
.data_box_info {
    padding: 20px;
    overflow: hidden;
}
.data_box_info .data_img {
    width: 67px;
    height: 107px;
    float: left;
}
.data_box_info .data_img img {
    padding-top: 30px;
}
.data_box_info .data_info {
    letter-spacing: 1px;
    margin-left: 80px;
}
.data_box_info .data_info h4 {
    overflow: hidden;
    margin-bottom: 10px;
}
.data_box_info .data_info h4 a {
    font-size: 16px;
    margin-right: 10px;
    float: left;
}
.data_box_info .data_info h4 i {
    background: rgb(219, 0, 0);
    padding: 1px 10px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    float: left;
}
.data_box_info .data_info p {
    height: 52px;
    color: rgb(153, 153, 153);
    line-height: 26px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
}
.data_box_info .data_info .time {
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: bold;
}
.data_box_info .data_info .down {
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: bold;
}
.wrap_mode04 {
    background: rgb(247, 247, 247);
    margin: 0px auto;
    width: 100%;
}
.mode04 {
    margin: 0px auto;
    padding: 4px 0px 20px;
    width: 1200px;
    overflow: hidden;
}
.data_box_info .data_info02 p {
    line-height: 18px;
}
.subBanner {
    margin: 0px auto;
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.subBanner img {
    width: 100%;
    display: block;
}
.subcontent {
    margin: 0px auto;
    width: 100%;
    max-width: 1920px;
}
.pageBanner {
    margin: 0px auto;
    width: 1200px;
}
.Bread {
    margin: 0px auto;
    width: 100%;
    color: rgb(102, 102, 102);
    font-size: 13px;
    border-top-color: rgb(157, 0, 0);
    border-bottom-color: rgb(204, 204, 204);
    border-top-width: 3px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}
.Bread a {
    color: rgb(102, 102, 102);
}
.subPage .articleList2 {
    margin: 10px auto 20px;
}
.page {
    margin: 20px 0px 30px;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    clear: both;
    font-size: 12px;
}
.page a {
    padding: 0px 5px;
}
.pageList {
    overflow: hidden;
    padding-bottom: 30px;
}
.listTitle {
    margin: 15px 0px;
}
.listTitle h2 a {
    background: none;
    color: rgb(157, 0, 0);
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.pageList .articleList ul {
    margin: 10px 0px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.pageList .articleList ul li {
    background: url("../images/li1.png") no-repeat left;
    margin: 20px 0px;
    padding-left: 15px;
}
.pageList .articleList ul li span {
    color: rgb(102, 102, 102);
    float: right;
}
.pageArticle .Annex {
    margin: 13px 0px 30px;
    padding: 0px;
    overflow: hidden;
}
.pageArticle .Annex h3 {
    text-align: left;
    color: rgb(157, 0, 0);
    line-height: 30px;
    padding-left: 5px;
    font-size: 16px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.pageArticle .Annex ul li {
    background: url("../images/li1.png") no-repeat 10px;
    height: 26px;
    line-height: 26px;
    padding-left: 28px;
}
.pageArticle .Annex ul li a {
    color: rgb(101, 100, 100);
    line-height: 24px;
    font-size: 12px;
}
.pageArticle .Annex ul li a:hover {
    color: rgb(239, 160, 8);
}
.pageArticle h2 {
    margin: 20px 0px;
    text-align: center;
    color: rgb(157, 0, 0);
    font-size: 24px;
    font-weight: normal;
}
.pageArticle h3 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.pageArticle .articleAuthor {
    background: rgb(234, 234, 234);
    padding: 10px 0px;
    text-align: center;
    color: rgb(102, 102, 102);
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.pageArticle .article {
    margin-top: 30px;
    margin-bottom: 27px;
}
.con {
    margin: 0px auto;
    padding: 20px 0px;
    width: 1200px;
    overflow: hidden;
}
.con .conLeft {
    background: rgb(242, 242, 242);
    width: 244px;
    float: left;
}
.con .conLeft .title {
    width: 244px;
    height: 74px;
    line-height: 74px;
}
.con .conLeft .title h2 {
    background: 0% 0% / 35% rgb(157, 0, 0);
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: normal;
}
.con .conLeft ul li {
    text-align: center;
    font-size: 16px;
}
.con .conLeft ul li a {
    padding: 15px 0px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 16px;
    border-right-color: rgb(242, 242, 242);
    border-bottom-color: rgb(209, 205, 202);
    border-right-width: 6px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    display: block;
}
.con .conLeft ul .current a {
    background: rgb(255, 255, 255);
    border-right-color: rgb(239, 161, 26);
    border-right-width: 6px;
    border-right-style: solid;
}
.con .conLeft ul li a:hover {
    background: rgb(255, 255, 255);
    border-right-color: rgb(239, 161, 26);
    border-right-width: 6px;
    border-right-style: solid;
}
.con .conRight {
    width: 900px;
    float: right;
}
.con .conRightT {
    width: 100%;
    float: none;
}
.con .conRight .articleList2 {}
.con .conRight .Bread {}
.con .conRight .page {
    margin: 20px 0px 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    clear: both;
    font-size: 12px;
}
.con .conRight .page a {
    padding: 0px 5px;
}
.con .conRight .subPage {
    margin: 0px auto;
}
.subImg {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.subList01 {
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.subList01 .subUl1 {
    width: 420px;
    padding-right: 30px;
    border-right-color: rgb(204, 204, 204);
    border-right-width: 1px;
    border-right-style: solid;
    float: left;
}
.subList01 .subUl1 li {
    background: url("../images/li1.png") no-repeat left;
    height: 22px;
    overflow: hidden;
    padding-left: 15px;
    margin-bottom: 10px;
}
.subList01 .subUl1 li span {
    float: right;
}
.subList01 .subUl1 li i {
    font-style: normal;
}
.subList01 .subUl2 {
    width: 419px;
    float: right;
}
.subList01 .subUl2 li {
    background: url("../images/li1.png") no-repeat left;
    height: 22px;
    overflow: hidden;
    padding-left: 15px;
    margin-bottom: 10px;
}
.subList01 .subUl2 li span {
    float: right;
}
.subList01 .subUl2 li i {
    font-style: normal;
}
.sublistList {
    overflow: hidden;
}
.sublistList li {
    background: url("../images/li1.png") no-repeat left;
    padding-left: 15px;
    margin-bottom: 15px;
}
.sublistList li a {
    font-size: 14px;
}
.sublistList li span {
    color: rgb(136, 136, 136);
    font-size: 14px;
    float: right;
}
.subpicList {
    width: 103%;
    overflow: hidden;
}
.subpicList li {
    margin-bottom: 30px;
    float: left;
}
.subpicList li a {
    width: 277px;
    text-align: center;
    margin-right: 30px;
    display: block;
}
.subpicList li a img {
    width: 100%;
    height: 187px;
    display: block;
}
.subpicList li a p {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}
.subcontentT {
    background: rgb(242, 242, 242);
}
.subLeftImgList {
    overflow: hidden;
}
.subLeftImgList li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.con .conLeft .subLeftImgList li a {
    padding: 0px;
    text-align: left;
    border-right-color: currentColor;
    border-bottom-color: currentColor;
    border-right-width: medium;
    border-bottom-width: medium;
    border-right-style: none;
    border-bottom-style: none;
}
.con .conLeft .noticeList li a {
    padding: 0px;
    text-align: left;
    border-right-color: currentColor;
    border-bottom-color: currentColor;
    border-right-width: medium;
    border-bottom-width: medium;
    border-right-style: none;
    border-bottom-style: none;
}
.con .conLeft .noticeList {
    margin-bottom: 50px;
}
.con .conLeft .noticeList li {
    height: auto;
    padding-bottom: 4px;
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}
.con .conLeft .noticeList li a {
    color: rgb(51, 51, 51);
    padding-left: 20px;
    font-size: 14px;
}
.con .conLeft .subLeftImgList li a img {
    width: 100%;
    display: block;
}
.con .conLeft .subLeftImgList li a p {
    text-align: left;
    margin-top: 10px;
}
.con .conLeft .subLeftImgList li a:hover {
    background: none;
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
}
.con .conLeft .noticeList li a:hover {
    background: none;
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
}
.con .conLeft .noticeList li a:hover {
    background: url("../images/li.png") no-repeat left 7px;
}
/*0402  */
.dataList li .data01 span{width: 35px;}
.dataList li .data01 p i{font-size:20px;}
.dataList li .data01 p strong{font-size: 20px;}
.mode02{margin-top: 30px;}




.aside_link{position: fixed;top: 50%;right: 20px;z-index: 1000000;transform: translateX(0px) translateY(-50%);transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.aside_link.on{transform: translateX(0px) translateY(-50%);} 
.aside_link ul{}
.aside_link ul li{background: #bd1a2d;margin: 5px 0;box-sizing: border-box;padding: 10px;border-radius: 5px;}
.aside_link ul li a{display: block;text-align: center;}
.aside_link ul li a img{}
.aside_link ul li a p{color: #fff;line-height: 1.5;font-size: 16px;}


@media screen and (max-width:996px){ 
    
  .aside_link{display: none;}
    .DataBox01 .left {
        width: 100%;
        overflow: hidden;
        float: none;
    }
    .DataBox01 .right {
        width: 100%;
        overflow: hidden;
        float: none;
        margin-top: 20px;
    }
    .topicList li {
    width: calc(25% - 1px);
    }
    .partmentList2 li {
    width: 33.3%;
    }
}
@media screen and (max-width:767px){  
    .articleTitle .info{position: relative;left: auto;right: auto;top: auto;bottom: auto;margin: 0 10px 10px !important;display: inline-block;}
    .tabMenu01{width: 100%;}
    .partmentList{max-height: 300px;overflow-y: auto;}
    .dataList li {width: 50%;float: left;}
    .topicList li {
    width: calc(33.3% - 1px);
    }
    
    .partmentList2 li {
    width: 50%;
    }
}

@media screen and (max-width:414px) {  
    .dataList li {width: 50%;float: left;}
    
    .topicList li {
    width: calc(50% - 1px);
    }
}
 
  
