@charset "utf-8";
/* CSS Document */
html {
    background: #ffffff;
    font-size: 62.5%; /* 10÷16=62.5% */
}

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: #c22634;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address, caption, cite, code, dfn, em, strong, 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);
}

.w1320 {
    width: 1320px;
    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;
}

/**/
.i_title {
    width: 100%;
    text-align: center;
    height: auto;
    overflow: hidden;
    line-height: 120px
}

.i_title h1 {
    font-size: 36px;
    font-weight: bold;
    color: #a7a7a7;
    letter-spacing: 2px
}

.i_title h1 .i_black {
    color: #000000;
    font-style: normal
}

.i_title h1 .i_red {
    color: #c22634;
    font-style: normal
}

.i_title2 {
    width: 100%;
    text-align: center;
    height: auto;
    overflow: hidden;
    line-height: 90px
}

.i_title2 h1 {
    font-size: 36px;
    font-weight: bold;
    color: #a7a7a7;
    letter-spacing: 2px;
    float: left;
}

.i_title2 h1 .i_black {
    color: #000000;
    font-style: normal
}

.i_title2 h1 .i_red {
    color: #c22634;
    font-style: normal
}

.i_title2 .list_more {
    display: block;
    float: right
}

.i_title3 {
    width: 100%;
    text-align: center;
    height: auto;
    overflow: hidden;
    line-height: 100px
}

.i_title3 h1 {
    font-size: 36px;
    font-weight: bold;
    color: #d5c87a;
    letter-spacing: 2px;
    float: left;
}

.i_title3 h1 .i_black {
    color: #d5c87a;
    font-style: normal
}

.i_title3 h1 .i_red {
    color: #ffffff;
    font-style: normal
}

.i_title3 .list_more {
    display: block;
    float: right;
    color: #ffffff
}

.i_title4 {
    width: 100%;
    text-align: center;
    height: auto;
    overflow: hidden;
    line-height: 100px
}

.i_title4 h1 {
    font-size: 36px;
    font-weight: bold;
    color: #d5c87a;
    letter-spacing: 2px;
}

.i_title4 h1 .i_black {
    color: #d5c87a;
    font-style: normal
}

.i_title4 h1 .i_red {
    color: #ffffff;
    font-style: normal
}

.i_title4 .list_more {
    display: block;
    float: right;
    color: #ffffff
}

/*header*/
.header {
    width: 100%;
    z-index: 999999999;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.4s ease-in-out;
}

.head {
    position: absolute;
    width: 86%;
    padding: 1% 6% 0 6%;
    z-index: 10;
}

.logo {
    padding: 10px 0;
}

.logo img {
    display: block;
}

.logo2 {
    padding: 10px 0;
}

.logo2 img {
    display: block;
}

.head-r {
}

.top_line {
    background: #c22634;
}

.top_linksbox {
    width: 86%;
    margin: 0 auto;
}

.head-links {
    padding: 0 40px;
    overflow: hidden;

}

.head-links p {
    float: right;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    margin-right: 45px;
}

.head-links p a {
    color: #ffffff;
    font-size: 14px;
    margin: 0 20px;
}

.head-links p a:hover {
    color: #fff;
}

.head-links p .en {
    background: url("../images/en.png") left center no-repeat;
    padding-left: 20px;
}

.head-links p .oa {
    background: url("../images/ico_oa.png") left center no-repeat;
    padding-left: 25px;
}

.head-links p .dt {
    background: url("../images/ico_dt.png") left center no-repeat;
    padding-left: 25px;
}

.soBox {
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 3px 0 0 0;
}

.soBox.open {
    width: 190px;
}

.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: 55px;
    height: 28px;
    position: absolute;
    right: 7px;
    top: 0;
    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 {
    padding-top: 40px;
    margin-right: 0;
    float: left;
}

.nav li {
    float: left;
    font-size: 20px;
    position: relative;
    line-height: 42px;
}

.nav li a {
    color: #fff;
    display: block;
    padding: 0 25px;
}

.nav li a.hover {
    color: #c22634;
    border-top: 2px solid #c22634;
   background: url(../images/1pxb.png);
    line-height: 40px;
}

.nav li ul {
   background: url(../images/1pxb.png);
   position: absolute;
   top: 42px;
   width: 600px;
   z-index: 2;
   padding: 10px;
   display: none;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
}

.nav li ul li {
    display: block;
    padding: 0;
    margin: 0 0;
    width: 50%;
    float: left;
    position: relative;
    transition: all 0.3s;
    /* height: 38px; */
    overflow: hidden;
}

.nav li ul li a {
    border-top: 0px;
    line-height: 24px;
    padding: 8px 15px;
    color: #333;
    font-size: 14px;
    text-align: left;
    background: url(../images/nav_subjt.png) -30px center no-repeat;
}

.nav li ul li a:hover {
    color: #c22634;background: url(../images/nav_subjt.png) left center no-repeat ;transition: all 0.3s;
   
}
.nav li ul li:hover:before {
content: "";
    position: absolute;
    bottom: 0;
    left:0;
    height: 1px;
    background: #dfdbdc;
    width: 100%;
transition: all 0.6s;
}



.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: #c22634;
    border-top: 2px solid #c22634;
    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: #c22634;
    color: #fff;
}

/*ibanner*/

.ibanner {
    width: 100%;
    height: auto;
    position: relative;
    background: #ffffff;
    overflow: hidden;
z-index: 1;
}

.topzz {
    width: 100%;
    height: 250px;
    background: url("../images/header_bg.png") repeat-x;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 34px;
}

.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: 0;
    bottom: 30px;
    z-index: 99999;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.ibanner .slick-dots .slick-active {

    background:#c22634;
    text-align: center
}

.ibanner .slick-dots li {
    display: inline-table;
    width: 15px;
    height: 15px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    margin: 0 15px 0 0;border-radius: 50%;
}

.ibanner .slick-dots button {
    background: none;
    border: none;
    font-size: 0;
    color: #ffffff;
}

.ibanner .slick-prev, .ibanner .slick-next {
    display: block;
    position: absolute;
    width: 70px;
    height: 100px;
    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;
}

.ibanner .topzz {
    top: 0;
}

/*lzgybox*/
.lzgybox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px
}

.lzgybox ul {
    overflow: hidden;
    margin-left: -1px;
    margin-right: -1px;
}

.lzgybox li {
    width: 25%;
    float: left;
    overflow: hidden;
}

.lzgybox a {
    padding-top: 70%;
    position: relative;
    display: block; /* margin-left: 1px; *//* margin-right: 1px; */
    overflow: hidden;
    margin: 0.5px;
}

.lzgybox li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* padding: 1px; */
    width: 100%;
    height: 100%;
}
/**/
.mtlz_box{
height: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
    background: #f6f6f6;
    padding-bottom: 50px;
    }
.tw_top {
width: 48%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
  transition: all .3s;
}
.tw_top:hover{background: #ffffff;transition: all .3s;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.tw_top .imgbox {
    width: 164px;
    height: 112px;
    overflow: hidden;
    display: block;
    float: left;
}

.tw_top img {
    width: 164px;
    height: 112px;
    padding: 0;
    float: left;
}

.tw_top .tw_txt {
float: left;
    width: 380px;
    height: 95px;
    overflow: hidden;
    padding: 0 0 0 25px;
}

.tw_top .tw_txt h1 {
color: #000000;
    font-size: 16px;
    line-height: 32px;
    margin: 5px 0 5px 0;
    font-weight: normal;
}

.tw_top .tw_txt h1 a {
    color: #333333;
}

.tw_top .tw_txt p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin: 0 0 10px 0;
    padding: 0;
    text-justify: inter-word;
    text-align: justify
}

.tw_top .tw_txt p a {
    color: #999999
}

.tw_top:hover .tw_txt h1 a {
    color: #cc0000;
}

.tw_top:hover .tw_txt p a {
    color: #666666;
}
/**/
.xynewsbox {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 30px;
}

.xynewsbox .newsb_left {
    float: left;
    width: 48%
}

.xynewsbox .newsb_right {
    float: right;
    width: 48%
}

.news_list {
}

.news_list li {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    overflow: hidden
}

.news_list li a {
    font-size: 16px;
    color: #000000;
    display: block;
    height: 50px;
    line-height: 50px
}

.news_list span {
    font-size: 14px;
    display: block;
    float: left;
    color: #333333;
    background: #ffffff;
    width: 98px;
    height: 24px;
    line-height: 24px;
    margin: 13px 10px 13px 0;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s;
}

.news_list li:hover a {
    color: #c22634;
    transition: all 0.3s;
}

.news_list li:hover span {
    background: #c22634;
    color: #ffffff;
    transition: all 0.3s;
}

.news_list li:first-child span {
    background: #c22634;
    color: #ffffff;
    transition: all 0.3s;
}
.dates2 span{background: #e5e5e5;}
/*fastbox*/
.fastbox {
    background: url(../images/fast_bg_red.jpg) top center no-repeat;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.fastbox .lzy_sp {
    width: 530px;
    float: left;
    padding-top: 2%
}

.fastbox .lzyspbk {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    width: 530px;
}

.fastbox .lzyspbk_tv {
    background: #000000;
    position: relative;
}

.fastbox .lzyspbk_tv>a:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: url("../images/sp_ico.png") center no-repeat;
    z-index: 999;
    margin-left: 41%;
    margin-top: -44%;
}

.fastbox .lzyspbk_tv a {
    padding-top: 70%;
    position: relative;
    display: block;
    overflow: hidden;
}

.fastbox .lzyspbk_tv img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.fastbox .lzyspbk_txt {
    width: 90%;
    margin: 0 auto;
    padding: 2% 0;
    height: auto;
    overflow: hidden
}

.fastbox .lzyspbk_txt h2 {
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    height: 40px;
    overflow: hidden
}

.fastbox .lzyspbk_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    display: block;
    height: 50px;
    margin: 0 auto;
    overflow: hidden
}

.fastbox .lzy_fast {
    width: 750px;
    float: right;
    padding-top: 6.5%
}

.lzy_fast .lzy_fastlist {
    width: 100%;
    height: auto;
    overflow: hidden
}

.lzy_fast .lzy_fastlist ul {
    margin-right: -1.5%;
    overflow: hidden
}

.lzy_fast .lzy_fastlist li {
    float: left;
    width: 30%;
    margin: 0 1.8% 3.4% 1.5%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 3%;
    transition: all .3s;
}

.lzy_fast .lzy_fastlist li a {
    display: block;
    text-align: center;
    width: 100%;
    background: #ffffff;
    padding-top: 45%;
    position: relative;
    overflow: hidden;
    margin: 0.5px auto;
}

.lzy_fast .lzy_fastlist li a img {
    transition: all .6s;
    position: absolute;
    left: 37%;
    right: 50%;
    top: 40%;
    bottom: 50%;
}

.lzy_fast .lzy_fastlist li span {
    text-align: center;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    transition: all .3s;
}

.lzy_fast .lzy_fastlist li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: all .3s;
    overflow: hidden
}

.lzy_fast .lzy_fastlist li:hover img {
    transform: rotateY(180deg);
}

.lzy_fast .lzy_fastlist li:hover span {
    color: #c22634;
    font-weight: bold;
    transition: all .3s;
}

/*newsbox*/
.news_box {
    width: 1320px;
    margin: 60px auto 0 auto;
    height: auto;
    overflow: hidden
}

.news_box .i_xw_title {
    width: 100%;
    margin: 0 0 40px 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.news_box .i_xw_title h1 {
    font-size: 32px;
    color: #c22634;
    font-weight: bold;
    line-height: 40px;
    display: block;
    float: left
}

.news_box .i_xw_title h1 i {
    font-size: 32px;
    color: #e2e2e2;
    font-weight: bold;
    font-family: "思源宋体", simsun;
    line-height: 40px;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 10px
}

.news_box .mk_more {
    display: block;
    float: right;
    color: #c7c7c7;
    font-size: 15px;
    border: #679e9d 1px solid;
    height: 32px;
    line-height: 32px;
    position: relative;
    right: 10px
}

.news_box .mk_more i {
    display: block;
    color: #c22634;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-style: normal;
    background: #f6f6f6;
    position: relative;
    right: -5px;
    margin: 6px auto;
    transition: all 0.6s;
}

.news_box .mk_more:hover {
    border: #cb7a16 1px solid;
}

.news_box .mk_more:hover i {
    right: -15px;
    color: #cb7a16
}

.news_top {
    width: 662px;
    height: 442px;
    float: left;
    background: url("../images/newtt_bg.png") left top no-repeat;
}

.news_topnr {
    height: 325px;
    background: url("../images/newstop_sy.png") 110% 110% no-repeat #c22634;
    margin: 0 0 0 52px;
    padding: 24px 16px;
    position: relative;
}

.news_topnr:hover .newstopimg img {
    transform: scale(1.2);
}

.newstopimg {
    float: left;
    display: block;
    width: 390px;
    height: 254px;
    overflow: hidden
}

.newstopimg img {
    width: 390px;
    height: 254px;
}

.news_topnr p {
    float: right;
    width: 28%;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    text-indent: 2em;
    padding: 2% 1% 0 0
}

.news_topnr h2 {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    position: absolute;
    bottom: 25px;
}

.news_lb {
    width: 100%;
    height: 420px;
overflow: hidden;
}

.news_lb ul {
    width: 110%;
}

.news_lb li {
    width: 417px;
    height: 395px;
    float: left;
    margin: 0 35px 0 0;
    background: #ffffff;
    position: relative;
    transition: all 0.6s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.news_lb li img {
    width: 417px;
    height: 290px;
    display: block;
    margin: 0 auto;
}

.newslbtxt {
    display: block;
    width: 90%;
    margin: 0 auto
}

.newslbtxt h2 {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin: 20px auto 0 auto;
    font-weight: bold;
}

.newslbtxt p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    font-weight: normal;
    text-align: justify;
    margin: 4px auto;
    padding: 0
}

.newslbtxt span {
    font-size: 14px;
    color: #565656;
    line-height: 36px;
    font-weight: normal;
    text-align: left;
    background: url("../images/news_dateico.png") left center no-repeat;
    padding: 0 0 0 20px
}

.news_lb .news_xxx {
    font-size: 14px;
    color: #999999;
    line-height: 27px;
    font-weight: normal;
    display: block;
    width: 40%;
    text-align: center;
    margin: 5px auto;
    background: #eeeeee;
    border-radius: 50px;
}

.news_imglink {
    display: block;
    width: 417px;
    height: 290px;
    overflow: hidden;
    position: relative;
}

.news_imglink span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding: 0 10px 0 35px;
    background: url("../images/news_dateico1.png") 12px center no-repeat #c22634bd;
}

.news_lb li:hover {
    transition: all 0.6s;
    background: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.news_lb li:hover h2 {
    color: #c22634;
}

.news_lb li:hover img {
    transform: scale(1.2);
}

.news_lb li:hover .news_xxx {
    background: #c22634;
    color: #ffffff
}

/*notic_box*/
.notic_box {
    background: url("../images/tzgg_ibg.jpg") center no-repeat #006c6b;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding: 50px 0;
    margin: 70px auto
}

.noticnrbox {
    width: 1320px;
    margin: 0 auto
}

.noticnrbox .hd {
    height: 70px;
    line-height: 70px;
    padding: 0;
    position: relative;
    margin: 0 auto 30px auto
}

.noticnrbox .hd ul {
    float: left;
    position: absolute;
    left: -30px;
    top: 0;
    height: 70px;
}

.noticnrbox .hd ul li {
    float: left;
    padding: 0 30px;
    cursor: pointer;
    font-size: 30px;
    color: #ffffff;
    position: relative;
    opacity: 0.8
}

.noticnrbox .hd ul li:first-child:before {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    width: 1px;
    height: 27px;
    background: #75afaf;
}

.noticnrbox .hd ul li.on {
    height: 70px;
    background: url("../images/thisnotic.png") bottom center no-repeat;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    opacity: 1
}

.noticnrbox .bd ul {
    width: 105%;
    padding: 0;
    zoom: 1;
    position: relative
}

.noticnrbox .bd li {
    float: left;
    width: 420px;
    height: 90px;
    border: #9ec4c3 1px solid;
    margin: 15px 50px 27px 0;
    position: relative;
    transition: color 0.25s;
}

.noticnrbox .bd li span {
    display: block;
    background: #cb7a16;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    top: -20px;
    left: 15px;
    z-index: 9;
    transition: all 0.3s;
    padding: 6px 16px;
}

.noticnrbox .xmzbdate li span {
    background: #bb2d38;
}

.noticnrbox .bd li i {
    display: block;
    width: 100%;
    font-size: 30px;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}

.noticnrbox .bd li:hover span {
    background: #bb2d38
}

.noticnrbox .xmzbdate li:hover span {
    background: #cb7a16
}

.noticnrbox .bd li:hover {
    border: #fff 1px solid
}

.noticnrbox .bd li:hover a {
    margin: 0 0 0 21%;
}

.noticnrbox .bd li a {
    display: block;
    font-size: 18px;
    line-height: 34px;
    padding: 14px 25px;
    transition: all 0.3s;
    color: #ffffff;
    margin: 0 0 0 19%;
}

.noticnrbox .bd li:hover a {
    color: #ffffff;
}

.noticnrbox .bd .i_mk_title {
    width: 100%;
    margin: 0 0 40px 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.noticnrbox .bd .i_mk_title h1 {
    font-size: 32px;
    color: #000;
    font-weight: normal;
    line-height: 40px;
    display: block;
    float: left
}

.noticnrbox .bd .mk_more {
    display: block;
    float: right;
    color: #c7c7c7;
    font-size: 15px;
    border: #c7c7c7 1px solid;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 5%;
    top: -70px;
}

.noticnrbox .bd .mk_more i {
    display: block;
    color: #c7c7c7;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-style: normal;
    background: #006c6b;
    position: relative;
    right: -5px;
    margin: 6px auto;
    transition: all 0.6s;
}

.noticnrbox .bd .mk_more:hover {
    border: #a1c8c8 1px solid;
}

.noticnrbox .bd .mk_more:hover i {
    right: -15px;
    color: #fff
}

/*jcnews*/

.jc_newsbox {
    width: 1320px;
    margin: 0 auto
}

.jcnews_title {
    text-align: center;
    width: 100%;
    height: 80px;
    position: relative;
    margin: 0 0 20px 0;
    overflow: hidden
}

.jcnews_title h1 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
    color: #005f5e;
    font-weight: bold;
    position: relative;
    z-index: 2
}

.jcnews_title i {
    display: block;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-size: 46px;
    line-height: 60px;
    color: #e8e8e8;
    font-family: "思源宋体", simsun;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 0;
    text-transform: uppercase
}

.jcnews_left {
    float: left;
    width: 660px;
    height: 430px;
    position: relative;
    background: #ffffff;
    overflow: hidden
}

.jcnews_left .slickzs {
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 999;
    font-size: 30px;
    color: #ffffff;
}

.jcnews_pic {
    width: 660px;
    height: 430px;
    position: relative;
    background: #ffffff;
    overflow: hidden
}

.jcnews_pic .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;
}

.jcnews_pic .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcnews_pic .slick-list:focus {
    outline: none;
}

.jcnews_pic .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.jcnews_pic .slick-slider .slick-track,
.jcnews_pic .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);
}

.jcnews_pic .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.jcnews_pic .slick-track:before,
.jcnews_pic .slick-track:after {
    display: table;

    content: '';
}

.jcnews_pic .slick-track:after {
    clear: both;
}

.jcnews_pic .slick-loading .slick-track {
    visibility: hidden;
}

.jcnews_pic .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}

.jcnews_pic .slick-slide a {
    display: block;
    width: 100%;;
    height: 100%;
}

.jcnews_pic .slick-slide img {
    width: 660px;
    height: 440px;
    display: block;
}

.jcnews_pic .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;
}

.jcnews_pic .slick-slide.slick-loading img {
    display: none;
}

.jcnews_pic .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;
}

.jcnews_pic .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 0
}

.jcnews_pic .slick-dots .slick-active {
    display: block;
    width: 70px;
    height: 70px;
    background: url("../images/jcdthdline.png") top right no-repeat;
    text-align: center
}

.jcnews_pic .slick-dots li {
    display: none;
    font-weight: normal;
}

.jcnews_pic .slick-dots button {
    background: none;
    border: none;
    font-size: 18px;
    color: #ffffff;
}

.jcnews_pic .slick-prev, .jcnews_pic .slick-next {
    display: block;
    width: 74px;
    height: 74px;
    top: 45%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 99
}

.jcnews_pic .slick-prev {
    position: absolute;
    left: -37px;
    background: url("../images/jc_jtl.png") 45px center no-repeat #000000;
    border-radius: 50%;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.jcnews_pic .slick-next {
    position: absolute;
    right: -37px;
    background: url("../images/jc_jtr.png") 15px center no-repeat #000000;
    border-radius: 50%;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.jcnews_pic .slick-prev:hover, .jcnews_pic .slick-next:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.jcnews_piclist {
    float: right;
    width: 660px;
    height: 430px;
    overflow: hidden
}

.jcnews_piclist ul {
    width: 700px;
}

.jcnews_piclist li {
    display: block;
    width: 315px;
    height: 200px;
    float: left;
    margin: 0 30px 25px 0
}

.jcnews_piclist li a {
    display: block;
    margin: 0 auto;
    width: 315px;
    height: 200px;
    overflow: hidden;
    position: relative
}

.jcnews_piclist li img {
    display: block;
    margin: 0 auto;
    width: 315px;
    height: 200px;
}

.jcnews_piclist li span {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 70px;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/imgtxt_zz.png") repeat-x bottom;
}

/*xysh_box*/
.xysh_box {
    height: 600px;
    background: #ffffff;
    width: 100%;
    margin: 80px auto 100px auto;
    position: relative
}

.xysh_title {
    width: 90px;
    height: 300px;
    position: relative;
    left: 25%;
    top: 20%;
}

.xysh_title h1 {
    color: #ffffff;
    display: block;
    width: 40px;
    font-size: 40px;
    float: left;
    z-index: 9;
    position: relative;
    line-height: 44px;
    font-weight: normal;
}

.xysh_title span {
    color: #ffffff;
    display: block;
    width: 30px;
    font-size: 16px;
    float: right;
    padding: 10px 0 0 0;
    z-index: 9;
    position: relative;
    line-height: 18px;
}

.xysh_title .xysh_title_bg1 {
    position: absolute;
    top: -20px;
    left: -70px;
    width: 149px
}

.xysh_title .xysh_title_bg2 {
    position: absolute;
    bottom: -15px;
    left: -50px;
    width: 96px
}

.xysh_title .xysh_title_bg1 img, .xysh_title .xysh_title_bg2 img {
    width: 100%
}

.xysh_box_left {
    width: 65%;
    float: left;
    height: 100%;
    background: url("../images/xysh_bgleft.jpg") right center no-repeat #007472;
    position: relative;
    background-size: cover;
}

.xysh_box_right {
    width: 35%;
    float: right;
    height: 100%;
    position: relative
}

.xysh_box_right a {
    display: block;
    height: 100%
}

.xysh_lm1 {
    width: 49.6%;
    height: 49.8%;
    margin: 0 0.2% 0.2% 0.2%;
    float: left;
    background: url("../images/xysh_img02.png") center no-repeat #015c83;
}

.xysh_lm2 {
    width: 50%;
    height: 49.8%;
    margin: 0 0 0.2% 0;
    float: right;
    background: url("../images/xysh_img03.png") center no-repeat #cb7a16;
}

.xysh_lm3 {
    width: 99.8%;
    height: 50%;
    margin: 0 0 0 0.2%;
    float: left;
    background: url("../images/xysh_img04.png") center no-repeat #c22634;
}

.xysh_lm4 {
    width: 50%;
    height: 50%;
    float: left;
    background: url("../images/xysh_img01.png") center no-repeat #bb2d38;
    position: absolute;
    left: -53%;
    bottom: -5%;
    background-size: 100% 100%;
}

.xysh_lm1, .xysh_lm2, .xysh_lm3, .xysh_lm4 {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.6s;
    overflow: hidden;
    background-size: 100% 100%;
}

.xysh_lm1:hover, .xysh_lm2:hover, .xysh_lm3:hover, .xysh_lm4:hover {
    background-color: #000;
    background-size: 102% 102%;
    -webkit-transition: background-size 0.8s linear;
    transition: background-size .3s linear;
}

.xysh_lm1:hover img, .xysh_lm2:hover img, .xysh_lm3:hover img, .xysh_lm4:hover img {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    ransition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}

.xysh_lm1 img, .xysh_lm2 img, .xysh_lm4 img {
    display: block;
    margin: 35% auto 4% auto;
    text-align: center;
    transition: all 0.6s;
    background-size: 100%;
}

.xysh_lm1 span, .xysh_lm2 span, .xysh_lm4 span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #ffffff
}

.xysh_lm3 img {
    display: block;
    margin: 12% auto 4% auto;
    text-align: center;
}

.xysh_lm3 span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #ffffff
}

/*i_mk*/
.kymtbox {
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.ikymk {
    float: left;
    width: 654px;
    overflow: hidden
}

.ikymk ul {
    width: 700px;
}

.ikymk li {
    float: left;
    width: 308px;
    height: 112px;
    border: #cecece 1px solid;
    margin: 15px 34px 27px 0;
    position: relative;
    transition: color 0.25s;
}

.ikymk li i {
    display: block;
    background: #f6f6f6;
    font-style: normal;
    font-size: 26px;
    font-weight: normal;
    color: #ff9900;
    padding: 0 10px;
    position: absolute;
    top: -20px;
    left: 15px;
    z-index: 9;
    transition: all 0.3s;
}

.ikymk li a {
    display: block;
    font-size: 16px;
    line-height: 34px;
    padding: 25px 25px;
    transition: all 0.3s;
}

.ikymk li:hover a {
    color: #007472;
    font-weight: bold;
}

.ikymk li:hover i {
    color: #007472;
    font-weight: bold;
}

.kymtbox .i_mk_title {
    width: 100%;
    margin: 0 0 40px 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.kymtbox .i_mk_title h1 {
    font-size: 32px;
    color: #000;
    font-weight: normal;
    line-height: 40px;
    display: block;
    float: left
}

.kymtbox .mk_more {
    display: block;
    float: right;
    color: #c7c7c7;
    font-size: 15px;
    border: #c7c7c7 1px solid;
    height: 32px;
    line-height: 32px;
    position: relative;
    right: 10px
}

.kymtbox .mk_more i {
    display: block;
    color: #c7c7c7;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-style: normal;
    background: #f6f6f6;
    position: relative;
    right: -5px;
    margin: 6px auto;
    transition: all 0.6s;
}

.kymtbox .mk_more:hover {
    border: #cb7a16 1px solid;
}

.kymtbox .mk_more:hover i {
    right: -15px;
    color: #cb7a16
}

.imtmk {
    float: right;
    width: 654px;
    overflow: hidden
}

.imtmk ul {
    width: 700px;
}

.imtmk li {
    width: 170px;
    height: 266px;
    background: url("../images/mtbd_bgzst.png") bottom right #015c83 no-repeat;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
    float: left;
    margin: 0 40px 0 0;
    background-size: 40%;
    transition: all 0.6s;
}

.imtmk li h2 {
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    margin: 20px auto;
    padding: 0 5%;
    width: 90%
}

.imtmk li img {
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 130px;
    transition: all 0.6s;
}

.imtmk li .imtmkimg {
    display: block;
    width: 170px;
    height: 130px;
    overflow: hidden
}

.imtmk li:hover {
    background-size: 50%;
}

.imtmk li:hover img {
    transform: scale(1.2);
}

.imtmk li:nth-child(1) {
    background-color: #015c83;
}

.imtmk li:nth-child(2) {
    background-color: #cb7a16;
}

.imtmk li:nth-child(3) {
    background-color: #be247b;
}

/*次级页面二级菜单*/
.ny_left_top {
    height: 80px;
    width: 100%;
    color: #FFF;
    background: url(../images/nytit1_red.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: 53px;
    line-height: 53px;
    color: #fff;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
    background: url("../images/ico_navjta.png") #ebebeb right center no-repeat;

}

.accordion .nav-link a {
    display: block;
    color: #333333;
}

.accordion .nav-link:hover {
    color: #fff !important;
    background: url("../images/ico_navjt.png") #c22634 right center no-repeat;
    font-size: 16px;
}

.accordion .nav-link:hover a {
    color: #fff !important;
    font-size: 16px;
}

.accordion .nav-link.hover {
    color: #fff !important;
    background: url("../images/ico_navjt.png") #c22634 right center no-repeat;
    font-size: 16px;
}

.accordion .nav-link.hover a {
    color: #fff !important;
    font-size: 16px;
}

.currentnav {
    background: #c22634 !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: #e6e5e5;
    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: #c22634;
    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: #c22634;
    background: #fff;
    border-left: 3px solid #c22634;
    padding-left: 30px !important;
}

.sidemenu a:hover {
    color: #c22634;
    background: #fff;
    border-left: 3px solid #c22634;
    padding-left: 30px !important;
}

/*content*/
.ban {
    text-align: center;
    margin: 0 auto;
}

.ban img {
    display: block;
    width: 100%
}

.ny {
    width: 1320px;
    margin: 0 auto;
    padding: 0 5%
}

.ny_left {
    float: left;
    width: 18%;
}

.ny_right {
    float: right;
    background: #fff;
    width: 78%;
    padding: 2% 2% 2% 2%;
}

.ny_right1 {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 2%
}

.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: 2px solid #c22634;
    color: #c22634;
    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: 18px;
    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: 1.5%;
    /* background: #f6f6f6; */
    float: left;
    width: 30%;
}

.sz li a {
    padding-top: 57%;
    position: relative;
    display: block;
    overflow: hidden;
}

.sz li a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.sz ul li .img33 {
    width: 100%;
    /*min-width:100%;*/
    /*display: block;*/
    height: 0;
    padding-bottom: 122%;
    overflow: hidden;
}

.sz ul li .img33 img {
    width: 100%;
}

.sz ul li p {
    line-height: 45px;
    text-align: center;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0;
    position: relative;
    background: url(../images/pictitlebg.png);
    color: #ffffff;
    font-size: 15px;
}

/*图片列表开始*/
.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;
    HEIGHT: 32px;
    display: block;
    line-height: 32px;
    font-style: normal;
}

.content-con {
    font-size: 18px;
    line-height: 35px;
    padding: 10px 0;
}

.content-con p {
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 20px;
}

.content-con img {
    text-align: center;
    max-width: 1000px;
    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: 1320px;
    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: 1320px;
    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;
    overflow: hidden;
    position: relative;
    padding-top: 45%;
    position: relative;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.zt_box .slick-slide img {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.zt_box .slick-slide.slick-loading img {
    display: none;
}

.zt_box .slick-initialized .slick-slide {
    display: block;
    overflow: hidden;
}

.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: 30%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 999
}

.zt_box .slick-prev {
    position: absolute;
    left: -80px;
    background: url("../images/m_jtl.png") center no-repeat;
}

.zt_box .slick-next {
    position: absolute;
    right: -80px;
    background: url("../images/m_jtr.png") center no-repeat;
}

/*end_links*/
.end_links {
    width: 100%;
    background: #eeeeee;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    color: #bababa;
    text-align: center;
    position: relative
}

.end_links h2 {
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 65px
}

.end_links ul {
    float: left
}

.end_links li {
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    color: #bababa;
    display: inline-table !important;
}

.end_links a {
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    color: #434343;
    padding: 0 35px
}

.end_links a:hover {
    color: #bb2d38
}

/*footer*/
.footer {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    background: url("../images/end_bg_red.jpg") center no-repeat #b92d3f;
    background-size: cover;
    height: auto;
    padding: 50px 0 20px 0;
    overflow: hidden;
}

.footer .footer_left {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.footer .footer_left img {
    width: 90%;
}

.footer .footer_center {
    width: 45%;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    float: left;
}

.footer .footer_center p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.footer .footer_center a {
    font-size: 15px;
    color: #fff;
    line-height: 34px;
}

.footer .footer_right {
    width: 20%;
    float: right;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    position: relative
}

.footer .footer_right li {
    width: 50%;
    float: right;
}

.footer .footer_right li a {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.footer .footer_right li img {
    width: 96px;
    display: block;
    margin: 0 auto;
    background: #003333;
}

.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: -10px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.rwm02 {
    position: absolute;
    bottom: 100px;
    left: 90px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.rwm03 {
    position: absolute;
    bottom: 100px;
    right: 0;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.rwm01 img, .rwm02 img, .rwm03 img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 0 !important;
}


/*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 36PX;
    height: 50px;
    line-height: 50px;
    text-align: left;
    /* MIN-WIDTH: 13%; */
    width: 27%;
}

.xd_list li a {
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 24px;
}

.xdstyle1 {
    border: #c22634 1px solid;
}

.xdstyle1 h1 {
    background: #c22634
}

.xdstyle2 {
    border: #015c83 1px solid;
}

.xdstyle2 h1 {
    background: #c22634
}

.xdstyle3 {
    border: #cb7a16 1px solid;
}

.xdstyle3 h1 {
    background: #c22634
}


/*202-6-28*/

.jg_title h2 {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #c22634;
    color: #c22634;
    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: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: #c22634
}

.lead_list li:hover i {
    color: #c22634
}

.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
}

/**/
.telbox{width: 100%; margin: 0 auto; height: auto; overflow: hidden}
.telbox .telboxinfo{width: 100%; margin: 30px auto; height: auto; overflow: hidden}
.telbox .telboxinfo h1{
    display: block;
    width: 100%;
    font-size: 20px;
    border-bottom: #ddd 3px solid;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 30px 0 20px 0;
    color: #c22634;
}
.telbox .telboxinfo ul{}
.telbox .telboxinfo li{
    width: 50%;
    float: left;
    font-size: 16px;
    padding: 0 0 0 0;
    height: 54px;
   }
.telbox .telboxinfo li span{
padding: 15px 0 0 10px;
    display: inline-block;}
.telbox .telboxinfo .libg{background: #f1f1f1}
.telbox .telboxinfo li p{padding-left: 10px}
.telbox .telboxinfo li i{      display: inline-block;
    text-align: left;
    font-style: normal;
    width: 130px;
    float: left;
    line-height: 17px;
    padding: 16px 0 0 0px;
    height: 100%;}

/*ld*/
.pic_list {

}

.pic_list li {
    overflow: hidden;
    padding: 30px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    width: 96%;
    margin: 0 auto;
}

.pic_list .pic3 {
    float: left;
    overflow: hidden;
    width: 137px;
    height: 200px;
    position: relative;
    background: #ebebeb;
}

.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: 20px;
    font-weight: bold;
    line-height: 50px;
    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: 16px;
    line-height: 30px;
    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;
}