::selection {
    background: rgb(19, 105, 192);
    color: rgb(255, 255, 255);
    text-shadow: none;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, img {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-family: "Microsoft YaHei", å¾®è½¯é›…é»‘, é»‘ä½“, sans-serif;
    min-width: 1260px;
    background: rgb(255, 255, 255);
}

body a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease 0s;
}

a:link, a:visited {
    color: rgb(51, 51, 51);
}

a:hover {
    color: rgb(186, 19, 11);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    user-select: none;
}

a, area {
}

:focus {
    outline: none;
}

img {
    border: 0px;
}

ul li {
    list-style-type: none;
}

table, table td {
    border-collapse: collapse;
}

.clear {
    clear: both;
    height: 0px;
}

@font-face {
    font-family: iconfont;
    src: url("") format("woff2"), url("font/iconfont..jpg") format("woff"), url("font/iconfont.jpg") format("truetype");
}

.iconfont {
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-family: iconfont !important;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.ie6 {
    text-align: center;
    font-size: 16px;
    background: rgb(255, 204, 102);
    line-height: 110px;
    z-index: 100000;
    width: 100%;
    position: fixed;
    height: 110px;
    top: 0px;
    left: 0px;
}

.ie6 span {
    float: right;
    margin-right: 30px;
    cursor: pointer;
}

.ie6 a:link, .ie6 a:visited {
    text-decoration: underline;
    color: rgb(223, 0, 43);
}

.ie6 a:hover {
    color: rgb(185, 16, 16);
}

.head {
    height: 120px;
    background: url("../images/headbg2023.jpg") no-repeat rgb(156, 11, 20);
}

.logo {
    width: 1260px;
    height: 120px;
    background: url("../images/logo20260312.png") left center no-repeat;
    margin: 0px auto;
}

.search {
    width: 178px;
    height: 32px;
    background: url("../images/searchbg.jpg") no-repeat;
    margin-top: 44px;
    float: right;
    padding: 0px 8px 0px 14px;
    overflow: hidden;
}

.search input {
    width: 146px;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    margin: 0px;
    border: none;
    background: none;
    float: left;
}

.search a {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
}

.search div {
    float: left;
}

.menu {
    height: 46px;
    background: rgb(132, 6, 12);
}

.menu ul {
    width: 1260px;
    height: 46px;
    margin: 0px auto;
}

.menu ul li {
    float: left;
    width: 148px;
    height: 46px;
    padding-right: 2px;
    background: url("../images/menuline.jpg") right center no-repeat;
    text-align: center;
}

.menu ul li.w1 {
    width: 128px;
}

.menu ul li.w2 {
    width: 228px;
}

.menu li a:link, .menu li a:visited {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.menu ul li.last {
    width: 150px;
    padding-right: 0px;
    background: none !important;
}

.menu li a:hover {
    color: rgb(255, 255, 255);
    background: rgb(238, 176, 56);
}

.content {
    width: 1260px;
    margin: 0px auto;
}

.banner {
    position: relative;
    height: 400px;
    margin-top: 1px;
}

.banner .bd {
    margin: 0px auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 400px;
}

.banner .bd ul {
    width: 100% !important;
}

.banner .bd li {
    height: 400px;
    overflow: hidden;
    text-align: center;
    width: 100% !important;
}

.banner .bd li a {
    display: block;
    height: 400px;
}

.banner .bd li img {
    width: 1260px;
    height: 400px;
}

.banner .hd {
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0px;
    bottom: 30px;
    text-align: center;
}

.banner .hd ul {
    height: 10px;
}

.banner .hd li {
    display: inline-block;
    zoom: 1; width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -99px;
    margin: 0px 5px;
    vertical-align: top;
    cursor: pointer;
    background: url("../images/hd01.jpg") left top no-repeat;
}

.banner .hd li.on {
    background-position: right top;
}

.banner .prev, .banner .next {
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    opacity: 0.45;
    border-radius: 5px;
}

.banner .prev {
    left: 30px;
    background-image: url("../images/l01.jpg");
}

.banner .next {
    right: 30px;
    background-image: url("../images/r01.jpg");
}

.banner .prev:hover, .banner .next:hover {
    opacity: 1;
}

.indH {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(234, 234, 234);
}

.indH a {
    float: right;
    display: block;
    width: 42px;
    height: 30px;
    background: url("../images/m01.jpg") center center no-repeat;
}

.indH a:hover {
    background-image: url("../images/m02.jpg");
}

.indH .iconfont {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url("../images/iconbg.jpg") no-repeat;
    font-size: 16px;
    color: rgb(255, 255, 255);
    float: left;
    margin-right: 6px;
}

.indH .en {
    display: inline-block;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(136, 136, 136);
    text-transform: uppercase;
    padding-left: 23px;
    position: relative;
    vertical-align: top;
}

.indH .en::after {
    display: block;
    content: "";
    width: 1px;
    height: 18px;
    background: rgb(199, 199, 199);
    position: absolute;
    left: 11px;
    top: 6px;
}

.newsList li {
    height: 34px;
    line-height: 34px;
    padding-left: 12px;
    background: url("../images/a01.jpg") left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsList li span {
    color: rgb(153, 153, 153);
    float: right;
    padding-left: 20px;
}

.F1 {
    height: 318px;
    margin-top: 28px;
}

.news {
    width: 828px;
    height: 318px;
    position: relative;
    overflow: hidden;
    float: left;
}

.newsCon {
    padding-top: 15px;
    height: 303px;
}

.txtNews {
    height: 267px;
    margin-right: 430px;
}

.picNews {
    width: 400px;
    height: 267px;
    position: relative;
    float: right;
}

.picNews .pic {
    height: 250px;
    overflow: hidden;
}

.picNews .pic a {
    display: block;
    height: 250px;
}

.picNews .txtBg {
    position: absolute;
    bottom: 17px;
    z-index: 1;
    width: 100%;
    height: 34px;
    background: rgb(0, 0, 0);
    opacity: 0.5;
    overflow: hidden;
}

.picNews .txt {
    position: absolute;
    bottom: 17px;
    z-index: 2;
    width: 100%;
    height: 34px;
    overflow: hidden;
}

.picNews .txt li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    position: absolute;
    bottom: -45px;
}

.picNews .txt li a {
    display: block;
    width: 380px;
    color: rgb(255, 255, 255);
    padding: 0px 10px;
    float: left;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picNews .num {
    height: 8px;
    padding-top: 9px;
    text-align: center;
}

.picNews .num li {
    display: inline-block;
    zoom: 1; vertical-align: top;
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin: 0px 3px;
    cursor: pointer;
    text-indent: -99px;
    background: url("../images/hd02.jpg") left top no-repeat;
}

.picNews .num li.on {
    background-position: right top;
}

.txtNews {
    height: 267px;
}

.txtNews li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 16px;
}

.txtNews li span {
    display: block;
    width: 80px;
    height: 28px;
    text-align: center;
    background: rgb(237, 237, 237);
    color: rgb(131, 131, 131);
    font-size: 12px;
    border-radius: 3px;
    float: left;
    margin-right: 6px;
}

.tzgg {
    height: 318px;
    margin-left: 858px;
}

.tzgg .newsList {
    padding-top: 12px;
    height: 270px;
}

.tzgg .newsList li {
    height: 44px;
    line-height: 44px;
    background-image: none;
    padding-left: 0px;
    border-bottom: 1px dashed rgb(229, 229, 229);
}

.F2 {
    height: 277px;
    padding-top: 36px;
}

.newsBox {
    width: 400px;
    height: 277px;
    float: left;
    padding-left: 30px;
    overflow: hidden;
}

.indList {
    height: 251px;
    background: rgb(255, 255, 255);
    padding: 14px 24px 10px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 5px;
}

.indList h2 {
    padding-bottom: 10px;
}

.indList ul {
    padding-top: 6px;
    height: 204px;
}

.honor {
    height: 211px;
    padding: 36px 0px 48px;
}

.honorCon {
    height: 160px;
    padding-top: 15px;
    position: relative;
}

.honorList {
    height: 160px;
    overflow: hidden;
}

.honorList ul {
    display: inline;
    height: 160px;
}

.honorList ul li {
    height: 160px;
    padding-right: 15px;
    float: left;
}

.honorList ul li img {
    height: 160px;
}

.honorList ul li a:hover img {
    opacity: 0.8;
}

.honor .prev, .honor .next {
    width: 50px;
    height: 160px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url("../images/lbg.jpg") left top repeat-y;
    opacity: 0;
}

.honorCon:hover .prev, .honorCon:hover .next {
    opacity: 1;
}

.honor .next {
    background-image: url("../images/rbg.jpg");
    left: auto;
    right: 0px;
}

.honor .prev::after, .honor .next::after {
    display: block;
    width: 14px;
    height: 24px;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
    background: url("../images/preva.jpg") no-repeat;
    transition: all 0.3s ease 0s;
}

.honor .next::after {
    background-image: url("../images/nexta.jpg");
    left: auto;
    right: 10px;
}

.honor .prev:hover::after {
    background-image: url("../images/prevh.jpg");
}

.honor .next:hover::after {
    background-image: url("../images/nexth.jpg");
}

.foot {
    background: rgb(132, 6, 12);
    color: rgb(255, 255, 255);
    padding: 15px 0px;
    border-bottom: 1px solid rgb(105, 0, 5);
}

.footCon {
    width: 1260px;
    margin: 0px auto;
}

.wx {
    width: 110px;
    height: 110px;
    padding: 6px 0px;
    float: right;
}

.link {
    width: 220px;
    height: 126px;
    float: left;
}

.link .mainlevel {
    width: 218px;
    height: 32px;
    background: rgb(141, 24, 29);
    margin: 4px 0px;
    border: 1px solid rgb(166, 70, 75);
    float: left;
    border-radius: 5px;
}

.linkBox {
    width: 100%;
    height: auto;
}

.linkBox > li {
    width: 100%;
    height: 32px;
    position: relative;
}

.linkBox li a {
    display: block;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    position: relative;
    padding-left: 12px;
}

.linkBox li a i {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px 5px 5px 0px;
}

.linkBox li a i em {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: rgb(212, 158, 159);
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.linkBox .mainlevel.on a i em {
    transform: rotate(-180deg);
}

.linkBox li ul {
    width: 100%;
    max-height: 320px;
    padding: 0px;
    position: absolute;
    left: 0px;
    bottom: 34px;
    overflow-y: auto;
    display: none;
    z-index: 999;
    background: rgb(245, 245, 245);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 5px;
}

.linkBox li ul li {
    height: auto;
}

.linkBox li ul li a {
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    background: none;
    font-size: 13px;
    color: rgb(51, 51, 51);
    border: none;
}

.linkBox li ul li a:hover {
    background: rgb(164, 43, 38);
    color: rgb(255, 255, 255);
}

.contact {
    height: 84px;
    line-height: 42px;
    padding: 21px 0px;
    margin: 0px 190px 0px 300px;
}

.contact p {
    width: calc(50% - 60px);
    height: 42px;
    line-height: 42px;
    padding: 0px 30px;
    float: left;
}

.contact p span {
    vertical-align: top;
    padding-right: 5px;
}

.contact p a:link, .contact p a:visited {
    color: rgb(255, 255, 255);
}

.contact p a:hover {
    color: rgb(255, 255, 0);
}

.copy {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 13px;
    color: rgb(255, 255, 255);
    background: rgb(132, 6, 12);
    border-top: 1px solid rgb(161, 26, 32);
}

.ny {
    width: 1260px;
    margin: 30px auto 50px;
}

.ny02 {
    width: 1258px;
    margin: 30px auto 50px;
    border: 1px solid rgb(227, 227, 227);
    background: rgb(255, 255, 255);
}

.left {
    width: 240px;
    background: rgb(245, 245, 245);
    float: left;
    padding-bottom: 20px;
}

.left h2 {
    height: 45px;
    line-height: 45px;
    background: rgb(186, 19, 11);
    padding-left: 20px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid rgb(238, 176, 56);
}

ul.leftNav {
    padding: 0px 20px;
}

ul.leftNav li {
}

ul.leftNav li a {
    display: block;
    line-height: 24px;
    border-bottom: 1px dashed rgb(227, 227, 227);
    background: url("../images/a02.jpg") 5px 18px no-repeat;
    padding: 8px 0px 8px 20px;
    font-size: 16px;
}

ul.leftNav li a:hover, ul.leftNav li a.on {
    color: rgb(186, 19, 11);
    background: url("../images/a01.jpg") 5px center no-repeat;
}

ul.leftNav ul {
    display: none;
}

ul.leftNav ul li {
    clear: both;
}

ul.leftNav ul li a {
    margin-left: 20px;
    font-size: 15px;
    outline: 0px;
}

ul.leftNav ul ul li a {
    margin-left: 40px;
    font-size: 14px;
    outline: 0px;
}

ul.leftNav span {
    float: right;
}

ul.leftNav span i {
    display: block;
    height: 24px;
    line-height: 24px;
}

.right {
    margin-left: 270px;
    border: 1px solid rgb(227, 227, 227);
    background: rgb(255, 255, 255);
}

.post {
    height: 47px;
    line-height: 47px;
    background: rgb(241, 241, 241);
    border-bottom: 1px solid rgb(227, 227, 227);
    margin-bottom: 4px;
}

.post span {
    float: right;
    font-size: 12px;
    color: rgb(153, 153, 153);
    padding-right: 23px;
}

.post p {
    height: 47px;
    line-height: 47px;
    border-top: 2px solid rgb(200, 22, 18);
    float: left;
    background: rgb(255, 255, 255);
    top: -1px;
    font-size: 18px;
    position: relative;
    border-right: 1px solid rgb(227, 227, 227);
    padding: 0px 23px;
}

.list01 {
    padding: 6px 23px 0px;
}

.list01 ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background: url("../images/a03.jpg") left center no-repeat;
    border-bottom: 1px dashed rgb(222, 222, 222);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list01 ul li span {
    float: right;
    color: rgb(153, 153, 153);
    padding-left: 20px;
}

.page01 {
    text-align: center;
    line-height: 30px;
    padding: 20px 23px 30px;
}

.article {
    padding: 20px 50px 30px;
}

.articleTitle {
    padding: 20px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Microsoft YaHei", å¾®è½¯é›…é»‘, é»‘ä½“, sans-serif;
}

.articleInfo {
    text-align: center;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: rgb(138, 138, 138);
    background: rgb(243, 243, 243);
    width: 90%;
    margin: 0px auto;
}

.articleInfo span {
    padding-left: 20px;
}

.articleCon {
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px;
}

.articleCon p, .articleCon div {
    text-align: justify;
    /* text-indent: 2rem; */
}

.articleCon p>img {
    max-width: 880px;
    margin: 0px auto;
    display: block;
}
.articleCon p a>img {
    max-width: 880px;
    margin: 0px auto;
    display: inline-block;
}

.articleCon02 img {
    max-width: 1100px;
    margin: 0px auto;
}

#goHeadBtn {
    display: block;
    width: 50px;
    height: 50px;
    z-index: 999;
    background: url("../images/goheadbtn.jpg") no-repeat;
    position: fixed;
    right: 20px;
    bottom: 151px;
    transition: none 0s ease 0s;
}

.list02 .default_pgToolbar {
    margin: 24px 0px 0px 24px !important;
    width: calc(100% - 24px) !important;
}

.dropMenu {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px solid rgb(255, 255, 255);
    z-index: 100;
    background-color: rgb(162, 23, 30);
    opacity: 0.96;
    width: 148px;
    display: none;
    margin-left: 0px;
    margin-top: 0px;
}

.dropMenu a:link, .dropMenu a:visited {
    width: auto;
    display: block;
    border-top: 0px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 6px 0px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.dropMenu_a_cur {
    color: rgb(255, 255, 255);
    background-color: rgb(238, 176, 56);
}

.dropMenu a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(238, 176, 56);
}

.mainMenu_a_cur {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(162, 23, 30) !important;
}

.mainMenu_a_cur:hover {
    background-color: rgb(238, 176, 56) !important;
}

.popMenu {
    position: absolute;
    top: 0px;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    z-index: 100;
    background-color: rgb(162, 23, 30);
    opacity: 0.96;
    width: 148px;
    display: none;
    margin-left: 0px;
    margin-top: -1px;
}

.popMenu a:link, .popMenu a:visited {
    width: auto;
    display: block;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 14px;
    padding: 6px 0px;
    line-height: 24px;
}

.popMenu_a_cur {
    background-color: rgb(238, 176, 56);
    color: rgb(255, 255, 255);
}

.hasPopMenu_a {
    background-image: url("../images/arrow00.jpg");
    background-repeat: no-repeat;
    background-position: right center;
}