@charset "utf-8";
/* CSS Document */
html {
    background: #f6f6f6;
    font-size: 62.5%; /* 10÷16=62.5% */
    border-top: #610902 5px solid;
}

body {
    font-size: 14px;
    font-size: 1.4rem; /* 14÷10=1.4 */
    color: #1f1f1f;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #1f1f1f;
}

a:hover {
    color: #cc0000;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

ul, ol, li {
    list-style: none outside none;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.fl {
    float: left;
}

.md {
    float: left;
}

.fr {
    float: right;
}

.clearFix {
    *zoom: 1;
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    width: 100%;
    overflow: hidden;
}

/*header*/
.m_search{display: none;}
.header {
    width: 100%;
    z-index: 999999999;
    position: relative;
    top: 0;
    left: 0;
    background: url("../images/headerbg.png") center no-repeat #842e27;
    transition: 0.4s ease-in-out;
}

.head {
    margin: 0 auto;
    padding: 0.5% 2% 0.5% 2%;
    z-index: 10;
    background: url("../images/jclg_xx.png") 430px center no-repeat ;height:auto; overflow:hidden;
}

.logo {
    padding: 10px 0;
}

.logo img {
    display: block;
}

.logo2 {
    padding: 10px 0;
}

.logo2 img {
    display: block;
}

.head-r {
}

.head-links {
   
    margin-top: 12px;
    margin-bottom: 5px;
   font-weight: bold;
}

.head-links p {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #caa6a4;
}

.head-links p a {
    color: #caa6a4;
    font-size: 12px;
    margin: 0 2px;
}

.head-links p a:hover {
    color: #fff;
}

.head-links p .en {
    background: url("../images/en.png") left center no-repeat;
    padding-left: 20px;
}

.soBox {
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
}

.soBox.open {

}

.soBox .inp {
    width: 190px;
    height: 28px;
    border: 1px #fff solid;
    background: none;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    padding: 0 45px 0 10px;
    display: none;
    outline: medium none;
}

.soBox.open .inp {
    display: block;
}

.soBox .btn,
.soBox .sub {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top:2px;
    background: url(../images/ss.png) no-repeat center center;
    border: none;
    cursor: pointer;
    outline: medium none;
}

.soBox .sub {
    display: none;
}

.soBox.open .sub {
    display: block;
}

.soBox.open .btn {
    display: none;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    height: 56px;
    position: relative;
    z-index: 99999999999999
}

.nav li {
    float: left;
    font-size: 18px;
    position: relative;
    line-height: 56px;
}

.nav li a {
    color: #000000;
    display: block;
    padding: 0 25.8px;
}

.nav li a.hover {
    color: #ffffff;
    background: #610902;
    line-height: 56px;
}

.nav li ul {
    background: #610902;
    position: absolute;
    top: 56px;
    width: 124px;
    z-index: 2;
    padding: 0 0;
    display: none;
}

.nav li ul li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
}

.nav li ul li a {
    border-top: 0;
    line-height: 40px;
    text-align: center;
    padding: 0 0;
    color: #ffffff;
    font-size: 15px;
}

.nav li ul li a:hover {
    background: #842e28;
    color: #fff;
}

.nav1 {
    padding-top: 30px;
    margin-right: 15px;
    float: left;
}

.nav1 li {
    float: left;
    font-size: 20px;
    position: relative;
    line-height: 42px;
}

.nav1 li a {
    display: block;
    padding: 0 20px;
}

.nav1 li a.hover {
    color: #005e5d;
    border-top: 2px solid #005e5d;
    background: #f4f4f4;
    line-height: 40px;
}

.nav1 li ul {
    background: #f4f4f4;
    position: absolute;
    top: 42px;
    width: 170px;
    z-index: 2;
    padding: 5px 0;
    display: none;
}

.nav1 li ul li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
}

.nav1 li ul li a {
    border-top: 0;
    line-height: 24px;
    padding: 8px 15px;
    color: #333;
    font-size: 15px;
    text-align: left;
}

.nav1 li ul li a:hover {
    background: #005e5d;
    color: #fff;
}

/*ibanner*/

.ibanner {
    width: 100%;
    height: auto;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}


.ibanner .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.ibanner .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ibanner .slick-list:focus {
    outline: none;
}

.ibanner .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.ibanner .slick-slider .slick-track,
.ibanner .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ibanner .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ibanner .slick-track:before,
.ibanner .slick-track:after {
    display: table;

    content: '';
}

.ibanner .slick-track:after {
    clear: both;
}

.ibanner .slick-loading .slick-track {
    visibility: hidden;
}

.ibanner .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    position: relative;
}

.ibanner .slick-slide a {
    display: block;
    width: 100%;;
}

.ibanner .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.ibanner .slick-slide h2 {
    position: absolute;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    width: 90%;
    padding: 0 5%;
    font-size: 18px;
    background: url(../images/imgtxt_zz.png) repeat-x bottom;
}

.ibanner .slick-slide.slick-loading img {
    display: none;
}

.ibanner .slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.ibanner .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 99999;
    width: 100%;
    text-align: center
}

.ibanner .slick-dots .slick-active {
    width: 60px;
    height: 7px;
    background: #ffffff;
    text-align: center;
    opacity: 1;
}

.ibanner .slick-dots li {
    display: inline-table;
    width: 60px;
    height: 7px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    opacity: 0.5;
}

.ibanner .slick-dots button {
    background: none;
    border: none;
    font-size: 0;
    color: #ffffff;
}

.ibanner .slick-prev, .ibanner .slick-next {
    display: block;
    position: absolute;
    width: 50px;
    height: 70px;
    top: 40%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 9999999;
}

.ibanner .slick-prev {
    left: 0;
    background: url("../images/banner_prev.png") center no-repeat;
}

.ibanner .slick-next {
    right: 0;
    background: url("../images/banner_next.png") center no-repeat;
}


/*次级页面二级菜单*/
.ny_left_top {
    height: 80px;
    width: 100%;
    color: #FFF;
    background: url(../images/nytit1.png) repeat;
    margin-top: -80px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    margin-bottom: 2px;
    position: relative;
    z-index: 1;
}

.sidenav {
    overflow: hidden;
    display: block;
    width: 100%;
}

.accordion {
    width: 100%;
}

.accordion .nav-link {
    display: block;
    padding-left: 25px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
}

.accordion .nav-link a {
    display: block;
    color: #333333;
}

.accordion .nav-link:hover {
    color: #fff !important;
    background: #76211a;
    font-size: 16px;
}

.accordion .nav-link:hover a {
    color: #fff !important;
    font-size: 16px;
}

.accordion .nav-link.hover {
    color: #fff !important;
    background: #76211a;
    font-size: 16px;
}

.accordion .nav-link.hover a {
    color: #fff !important;
    font-size: 16px;
}

.currentnav {
    background: #76211a !important;
    color: #fff !important;
}

.nav-link1 {
    width: 40px;
    height: 53px;
    line-height: 53px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 3px;
}

.accordion li {
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #e6e5e5;
    background: #dadada;
    overflow: hidden;
}

.accordion li:last-child .nav-link {
    font-size: 16px;
}

.accordion li i {
    display: block;
    width: 20px;
    height: 30px;
    background: url(../images/xia.png) center no-repeat;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li.open .nav-link {
    color: #fff !important;
    background: #005e5d;
    font-size: 16px;
}

.accordion li.open .nav-link a {
    color: #fff !important;
    font-size: 16px;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidemenu {
    display: none;
    font-size: 14px !important;
    background: #f6f6f6;
    border-top: none;
    padding: 10px 0;
}

.sidemenu li {
    background: #f6f6f6;
    font-size: 14px !important;
    border-bottom: none;
}

.sidemenu a {
    display: block;
    font-size: 14px !important;
    text-decoration: none;
    padding: 8px 8px;
    padding-left: 30px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.sidemenu a.on {
    color: #005e5d;
    background: #fff;
    border-left: 3px solid #005e5d;
    padding-left: 30px !important;
}

.sidemenu a:hover {
    color: #005e5d;
    background: #fff;
    border-left: 3px solid #005e5d;
    padding-left: 30px !important;
}

/*content*/
.ban {
    text-align: center;
    margin: 0 auto;
}

.ban img {
    display: block;
    width: 100%
}

.ny {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0;
}

.ny_left {
    float: left;
    width: 18%;
}

.ny_right {
    float: right;
    background: #fff;
    width: 76%;
    padding: 2% 2% 2% 2%;
}

.ny_right1 {
    background: #fff;
    width: 92%;
    margin: 0 auto;
    padding: 2% 4%
}

.ny_right_con {
    line-height: 34px !important;
    padding-top: 10px;
    min-height: 500px;
}

.ny_right_top {
    border-bottom: 1px solid #e7e7e7;
}

.nytit {
    background: url("../images/icon4.png") 7px 16px no-repeat;
    line-height: 30px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    font-size: 14px;
}

.nytit a {
    padding-right: 7px;
}

.nytit1 {
    height: 50px;
    line-height: 50px;
    float: left;
    overflow: hidden;
    border-bottom: 3px solid #76211a;
    color: #76211a;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}

/*信息列表开始*/
.Newslist {
}

.Newslist ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
    background: url("../images/xb.jpg") no-repeat left 23px;
    font-size: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Newslist ul li span {
    float: right;
    padding-left: 10px;
    color: #999999;
}

.sjdh {
    display: none;
}

.fytpc {
    margin-top: 15px;
}

.m-list3 {

}

.m-list3 li {
    overflow: hidden;
    padding: 10px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.m-list3 .pic3 {
    float: left;
    overflow: hidden;
    width: 180px;
    height: 120px;
    position: relative;
}

.m-list3 .pic3 img {
    display: block;
    overflow: hidden;
    width: 180px;
    height: 120px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    z-index: 1;
}

.m-list3 .pic3:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.m-list3 .txt44 {
    overflow: hidden;
    padding-left: 20px;
}

.m-list3 .tit44 {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-list3 .tit44 a {
    color: #000;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.m-list3 .tit44 a:hover {
    color: #9a0000;
}

.m-list3 .txt44 p {
    height: 48px;

    font-size: 14px;
    line-height: 24px;
    color: #333;

    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.m-list3 .info {
    padding: 5px 0;

    line-height: 25px;
}

.m-list3 .info .time1 {
    padding-left: 24px;
    font-size: 12px;
    color: #999;
    background: url(../images/icon-time.png) 0 center no-repeat;
}

.sz {
    width: 100%;
}

.sz li {
    overflow: hidden;
    padding: 1%;
    margin: 2%;
    background: #f6f6f6;
    float: left;
    width: 19%;
}

.sz ul li .img33 {
    width: 100%;
    /* min-width: 100%; */
    display: block;
    height: auto;
    overflow: hidden;
    /* padding-bottom: 122%; */
    overflow: hidden;
    background: #ffffff;
}

.sz ul li .img33 img {
    height: 120px;
    display: block;
    margin: 0 auto;
}

.sz ul li p {
    line-height: 25px;
    text-align: center;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 7px;
}

/*图片列表开始*/
.pic {
    width: 100%;
}

.pic ul li {
    float: left;
    width: 30%;
    display: block;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    background: #f7f7f7;
    margin-left: 2%;
    margin-right: 1%;
    margin-top: 20px;
}

.pic ul li .img3 {
    width: 100%;
    min-width: 100%;
    display: block;
    height: 0;
    padding-bottom: 60.394%;
    overflow: hidden;
}

.pic ul li p {
    line-height: 45px;
    text-align: center;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

/*详细页*/
.content table {
    width: 100%;
    margin: 0 auto;
}

.content {
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
}

.content-title {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.content-title h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #222;
    padding-bottom: 5px;
}

.content-title i {
    TEXT-ALIGN: center;
    MARGIN: 0 auto;
  
    display: block;
    line-height: 32px;
    font-style: normal;
}

.content-con {
    font-size: 15px;
    line-height: 35px;
    padding: 10px 0;
color: #000000;
}

.content-con p {
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 20px;
}

.content-con img {
    text-align: center;
    max-width: 800px;
    margin: 10px auto;
    display: block;
}

.sxt {
    padding: 15px 0;
    border-top: 1px dotted #bbb;
}

.sxt p {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.ssjg {
    padding: 0 10px;
}

.ssjg ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
    background: url(../images/xb.jpg) no-repeat left 23px;
    font-size: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ssjg ul li i {
    float: right;
    padding-left: 10px;
    color: #999999;
}

/*zt_box*/
.zt_box {
    width: 1200px;
    margin: 50px auto;
    height: auto;
}

.zt_box .slick-slider {
    margin: 0 auto;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;

}

.zt_box .ztimg {
    float: left
}

.zt_box .slick-list {
    width: 1200px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.zt_box .slick-slider .slick-track,
.zt_box .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.zt_box .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.zt_box .slick-track:before,
.zt_box .slick-track:after {
    display: table;
    content: '';
}

.zt_box .slick-track:after {
    clear: both;
}

.zt_box .slick-loading .slick-track {
    visibility: hidden;
}

.zt_box .slick-slide {
    width: 100%;
    display: none;
    float: left;
    min-height: 1px;
    padding: 0 0;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.zt_box .slick-slide a {
    display: block;
    width: 100%;
    overflow: hidden
}

.zt_box .slick-slide img {
    display: block;
    margin: 0 auto;
}

.zt_box .slick-slide.slick-loading img {
    display: none;
}

.zt_box .slick-initialized .slick-slide {
    display: block;
}

.zt_box .slick-loading .slick-slide {
    visibility: hidden;
}

.zt_box .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.zt_box .slick-arrow.slick-hidden {
    display: none;
}

.zt_box .slick-prev, .zt_box .slick-next {
    display: block;
    width: 50px;
    height: 50px;
    top: 20%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 999
}

.zt_box .slick-prev {
    position: absolute;
    left: -50px;
    background: url("../images/m_jtl.png") center no-repeat;
}

.zt_box .slick-next {
    position: absolute;
    right: -50px;
    background: url("../images/m_jtr.png") center no-repeat;
}

/*footer*/
.footer {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    background: #76211a;
    height: 100px;
    padding: 40px 0 40px 0;
}

.footer .footer_left {
    width: 15%;
    float: left;
    border-right: #91504b 1px solid;
    margin-right: 4%;
}

.footer .footer_left img {
    width: 136px
}

.footer .footer_center {
    width: 45%;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    float: left;
}

.footer .footer_center p {
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 36px;
    float: left;
}

.footer .footer_center a {
    font-size: 15px;
    color: #fff;
    line-height: 34px;
}

.footer .footer_right {
    width: 30%;
    float: right;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    position: relative
}

.footer .footer_right li {
    width: 25%;
    float: left
}

.footer .footer_right li a {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.footer .footer_right li img {
    display: block;
    margin: 0 auto;
    background: #5e1a15;
    border-radius: 50%
}

.footer .footer_right span {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 42px;
}

.footer .footer_right li:hover img {
    opacity: 1;
}

.rwm01 {
    position: absolute;
    bottom: 100px;
    left: -15px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.rwm02 {
    position: absolute;
    bottom: 100px;
    left: 70px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.rwm03 {
    position: absolute;
    bottom: 100px;
    right: 75px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.rwm04 {
    position: absolute;
    bottom: 100px;
    right: -15px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}


.rwm01 img, .rwm02 img, .rwm03 img, .rwm04 img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 0 !important;
}

.ibanner .slick-active {
    left: 0;
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    -o-moz-transform: rotate(0deg) scale(1);
    -o-moz-transform: rotate(0deg) scale(1);
    -webkit-moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    animation: lxfpic;
    -moz-animation: lxfpic;
    /* Firefox */
    -webkit-animation: lxfpic;
    /* Safari and Chrome */
    -o-animation: lxfpic;
    display: block;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 60s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
}

@keyframes lxfpic {
    0% {

        opacity: 1;
        -moz-transform: rotate(0deg) scale(1);
        -o-moz-transform: rotate(0deg) scale(1);
        -o-moz-transform: rotate(0deg) scale(1);
        -webkit-moz-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    25% {

        opacity: 1;
        -moz-transform: rotate(0deg) scale(1.1);
        -o-moz-transform: rotate(0deg) scale(1.1);
        -o-moz-transform: rotate(0deg) scale(1.1);
        -webkit-moz-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }

    50% {

        opacity: .8;
        -moz-transform: rotate(0deg) scale(1.3);
        -o-moz-transform: rotate(0deg) scale(1.3);
        -o-moz-transform: rotate(0deg) scale(1.3);
        -webkit-moz-transform: rotate(0deg) scale(1.3);
        transform: rotate(0deg) scale(1.3);

    }
    75% {

        opacity: 1;
        -moz-transform: rotate(0deg) scale(1.1);
        -o-moz-transform: rotate(0deg) scale(1.1);
        -o-moz-transform: rotate(0deg) scale(1.1);
        -webkit-moz-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }
    100% {

        opacity: 1;
        -moz-transform: rotate(0deg) scale(1);
        -o-moz-transform: rotate(0deg) scale(1);
        -o-moz-transform: rotate(0deg) scale(1);
        -webkit-moz-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);

    }
}

/*20200621*/
.i_xndh {
    width: 100%;
    padding: 0 0;
    margin: 0 auto 0 auto;
    height: auto;
    overflow: hidden
}

.xndh_box {
    width: 98%;
    margin: 0 auto 2% auto;
    height: auto;
    overflow: hidden;
}

.xndh_box h1 {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.xd_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 1% 0
}

.xd_list ul {
}

.xd_list li {
    float: left;
    PADDING: 0 40PX;
    height: 50px;
    line-height: 50px;
    text-align: center;
    MIN-WIDTH: 13%;
}

.xd_list li a {
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 24px;
}

.xdstyle1 {
    border: #76211a 1px solid;
}

.xdstyle1 h1 {
    background: #76211a
}

.xdstyle2 {
    border: #666699 1px solid;
}

.xdstyle2 h1 {
    background: #666699
}

.xdstyle3 {
    border: #cb7a16 1px solid;
}

.xdstyle3 h1 {
    background: #cb7a16
}


/*202-6-28*/

.jg_title h2 {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #76211a;
    color: #76211a;
    font-size: 24px;
    text-align: left;
    background: url("../images/active_1.png") left center no-repeat;
    padding: 0 0 0 20px
}

.ijgsz ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.ijgsz ul li {
    float: left;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding: 0 3%;
    width: 42%;
    margin: 0 1% 0 1%;
}

.ijgsz ul li a {
    overflow: hidden;
    width: 90%;
    display: block;
    background: url("../images/jgszico.png") left center no-repeat;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ijgsz ul li a:hover{color: #76211a}
.ijgsz ul li:nth-child(4n), .ijgsz ul li:nth-child(4n+3) {
    background: #f5f5f5;
}

.ijgsz ul li:nth-child(4n+1), .ijgsz ul li:nth-child(4n+2) {
    background: none;
}

/*jg_info*/
.jg_info {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.jg_info_jbxx {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jg_info_ld {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
}

.jg_info_ld ul {
    width: 70%;
    float: left
}

.jg_info_ld li {
    line-height: 40px;
    font-size: 16px;
    color: #333333;
}

.jg_info_ld li span {
    display: block;
    width: 33.33%;
    float: left
}

.jg_info_ld .go_link {
    font-size: 18px;
    font-weight: bold;
    color: #bb2d38;
    display: block;
    float: right;
    margin: 5% auto 0 0
}

.jg_info_about {
    padding: 20px 0;
}

.jg_info_about p {
    line-height: 32px;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    text-indent: 2em
}


/*20200706*/
.lead_list {
    width: 85%;
    height: auto;
    overflow: hidden;
    margin: 25px auto
}

.lead_list ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.lead_list li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-bottom: #ededed 1px solid;
    background: url("../images/ld_icojt.png") right center no-repeat
}

.lead_list li:hover {
    background: url("../images/ld_icojto.png") right center no-repeat #fcfcfc
}

.lead_list li:hover span {
    color: #76211a
}

.lead_list li:hover i {
    color: #76211a
}

.lead_list li a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.lead_list li span {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    display: block;
    float: left;
    width: 140px;
    text-align: center
}

.lead_list li i {
    font-style: normal;
    font-size: 20px;
    color: #666666;
    display: block;
    float: left;
    text-align: left
}


/*----------------------------------------------------------------------------*/
/*news_box*/
.i_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: #e5e5e5 1px solid;
    position: relative;
    margin: 0 auto 20px auto
}

.i_title h1 {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    color: #76211a;
    font-weight: bold;
    border-bottom: #76211a 3px solid;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.i_title .i_more {
    font-size: 14px;
    color: #333333;
    float: right;
    margin-right: 5px;
    transition: all 0.6s;
}

.i_title .i_more:hover {
    color: #993333;
    margin-right: 0;
    transition: all 0.6s;
}

.news_box {
    margin: 30px auto 20px auto;
    overflow: hidden;
    height: auto
}

.news_xy {
    width: 875px;
    float: left
}

.news_list {
    width: 450px;
    float: right
}

/**/
/*picnews*/
.picnews {
    width: 400px;
    height: 280px;
    overflow: hidden;
    position: relative;
    float: left;
}

.picnews .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;
}

.picnews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.picnews .hd ul li {
    float: left;
    margin-right: 4px;
    width: 7px;
    height: 7px;
    line-height: 8px;
    font-size: 0;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
    border-radius: 50px;
}

.picnews .hd ul li.on {
    background: #ff0000;
    color: #fff;
}

.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.picnews .bd li {
    zoom: 1;
    vertical-align: middle;
}

.picnews .bd img {
    width: 400px;
    height: 280px;
    display: block;
}

.picnews .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/title_bg.png);
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}

.picnews .bd h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 10px
}

/**/
.top_news {
    height: auto;
    overflow: hidden;
    border-bottom: #e5e5e5 1px dashed;
    padding-bottom: 5px;
}

.top_news h2 {
    color: #cc0000;
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    width: 100%;
    text-align: center
}

.top_news:hover h2 {
    color: #cc3333;
}

.top_news:hover p {
    color: #cc3333;
}

.top_news p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    color: #999999;
    padding: 5px 0 5px 0;
    text-indent: 2em;
}

.i_list {
    width: 99%;
    margin: 5px auto 0 auto;
}

.i_list li {
    width: 100%;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.i_list li a {
    color: #4d4d4d;
    font-size: 15px;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    padding-left: 3%;
    text-align: left;
    transition: all 0.2s;
    background: url("../images/ico_002.png") left center no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_list li span {
    float: right;
    color: #7d7d7d;
}

.i_list li:hover a {
    color: #cc0000
}

/*news_tz*/
.news_tz {
    width: 290px;
    float: right
}

/**/
.date_list {
    padding: 0 0 0 0 !important;
    position: relative
}

.date_list li {
    width: 100%;
    height: 57px;
    display: block;
    padding: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.date_list li:last-child {
    border-bottom: none
}

.date_list li a {
    font-size: 15px;
    color: #333333;
    line-height: 27px;
}

.date_list li a:hover {
    color: #b80000;
}

.date_list li span {
    float: left;
    display: block;
    width: 56px;
    height: 56px;
    background: #999999;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    margin-right: 12px;
    overflow: hidden;
    border-radius: 6px;
}

.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #333333;
    background: #e1e1e1;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    line-height: 36px;
}

.date_list li:hover span {
    background: #3d0500
}

.date_list li:hover i {
    background: #76211a;
    color: #ffffff
}

/*iqtbox*/
.iqtbox {
    margin: 0 auto 30px auto;
    height: auto;
    overflow: hidden
}

.iqt_left {
    width: 400px;
    float: left
}

.iqt_center {
    width: 445px;
    float: left;
    margin-left: 30px
}

.iqt_right {
    width: 290px;
    float: right
}

/*fast_box*/
.fast_box {
    background: url("../images/fast_box_bg.jpg") center no-repeat #F3F3F3;
    background-size: cover;
    padding: 25px 0
}

.fast_list {
    height: auto;
    overflow: hidden;
}

.fast_list ul {
    width: 105%
}

.fast_list li {
    width: 90px;
    float: left;
    margin: 10px 46px 10px 0;
    border: #ffffff00 1px solid;
    border-radius: 6px;    transition: all 0.6s;
}

.fast_list li a {
}

.fast_list li span {
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    display: block;
    width: 100%;
    text-align: center;    transition: all 0.6s;
}

.fast_list li img {
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 auto
}

.fast_list li:hover span {
    color: #cc0000;    transition: all 0.6s;
}

.fast_list li:hover {
    border: #ffffff 1px solid;
    background: #ffffff5c;    transition: all 0.6s;
}

/*search_pc*/
.search_pc {
    width: 250px;
    height: 34px;
    float: right;
    margin: 10px auto 0 auto;
    border: 1px #ffffff solid;
    border-radius: 20px;
    overflow: hidden;
}
.search_pc .inp {    border: none;
    width: auto;
    height: 34px;
    background: none;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    padding: 0 45px 0 10px;
    display: block;
    outline: medium none;
}
/*ld*/
.pic_list {

}

.pic_list li {
    overflow: hidden;
    padding: 30px 0 50px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.pic_list .pic3 {
    float: left;
    overflow: hidden;
    width: 290px;
    height: 200px;
    position: relative;  
}

.pic_list .pic3 img {
    display: block;
    overflow: hidden;
    height: 200px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 1; margin: 0 auto;
}

.pic_list .pic3:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.pic_list .txt44 {
    overflow: hidden;
    padding-left: 40px;
}

.pic_list .tit44 {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pic_list .tit44 a {
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pic_list .tit44 a:hover {
    color: #9a0000;
}

.pic_list .txt44 p {
    font-size:15px;
    line-height:28px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.pic_list .info {
    padding: 5px 0;
    line-height: 27px;
}