.moblie {
    display: block;
}

.ixnews {
    padding: 5% 0;
}

.ixnews-pic {
    height: auto;
    overflow: hidden;
    margin: 15px 0;
}

.ixtitle {
    height: auto;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.ixtitlehx {
    width: 20px;
    height: 5px;
    background: #00A138;
    display: inline-block;
    position: relative;
    top: -38px;
}

.ixtitlebt {
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin-left: 20px;
}

.ixtitlebt h2 {
    font-size: 26px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    line-height: 39px;
    -webkit-background-clip: text;
}

.ixtitlebt p {
    font-size: 16px;
    font-family: Helvetica;
    color: #999999;
    line-height: 19px;
    -webkit-background-clip: text;
}

.ixan {
    background: #00A138;
    border-radius: 30px;
    float: right;
    padding: 10px 30px;
}

.ixan a {
    font-size: 16px;
    font-family: Helvetica;
    color: #FFFFFF;
    line-height: 19px;
    -webkit-background-clip: text;
}

.sy01 {
    background: #F2F2F2;
    background-image: url(../images/sybj.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: auto;
    overflow: hidden;
}

.ixnews-list {
    height: auto;
    overflow: hidden;
    margin: 15px 0;
}

.ixnews-listyslb {
    width: 100%;
}

.ixnews-listtplb img {
    width: 100%;
}

.ixnews-listwz {
    height: auto;
    overflow: hidden;
}

.ixnews-listwz:hover .ixnews-listnr {
    background: #00A138;
}

.ixnews-listwz:hover .ixnews-listnr h3,
.ixnews-listwz:hover .ixnews-listnr p {
    color: #fff;
}

.ixnews-listyslb .ixnews-listrq {
    background: #00A138;
    text-align: center;
}

.ixnews-listyslb .ixnews-listrq h2 {
    font-size: 36px;
    font-family: Helvetica;
    color: #FFFFFF;
    line-height: 43px;
    padding: 10px 0 5px;
}

.ixnews-listyslb .ixnews-listrq p {
    font-size: 14px;
    font-family: Helvetica;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
    margin: 0;
    padding: 5px 0 10px;
}

.ixnews-listyslb .ixnews-listnr {
    background: #FFFFFF;
    padding: 5%;
}

.ixnews-listyslb .ixnews-listnr h3 {
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000001;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ixnews-listyslb .ixnews-listnr p {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ixnews-listtp .swiper-button-next,
.ixnews-listtp .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 12px;
    width: 30px;
    height: 30px;
    background: #00A138;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.ixnews-listtp .swiper-button-next,
.ixnews-listtp .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/right.png');
    background-position: center;
    right: 25px;
    left: auto;
}

.ixnews-listtp .swiper-button-prev,
.ixnews-listtp .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/left.png');
    background-position: center;
    left: auto;
    right: 65px;
}

.ixnews-listtp .swiper-button-next.swiper-button-disabled,
.ixnews-listtp .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
}

.ixnews-listzlb {
    width: 100%;
}

.ixnews-listlb {
    background: #FFFFFF;
    padding: 5%;
    margin: 10% 0;
}

.ixnews-listlb:hover {
    background: #00A138;
    color: #fff;
}

.ixnews-listlb:hover .ixnews-listrq,
.ixnews-listlb:hover .ixnews-listnr h3,
.ixnews-listlb:hover .ixnews-listnr p {
    color: #fff;
}

.ixnews-listrq {
    font-family: Helvetica;
    color: #999999;
}

.ixnews-listrq h2 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
}

.ixnews-listrq p {
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0;
}

.ixnews-listnr h3 {
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000001;
    line-height: 31px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ixnews-listnr p {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sy02 {
    background: #fff;
    height: auto;
    overflow: hidden;
}

.yxdtlb {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
}

.yxdtlb:hover .yxdtlbwz h3 {
    color: #4A90E2;
}

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

.yxdtlbtp img {
    width: 100%;
}

.yxdtlbwz {
    padding: 30px 20px;
}

.yxdtlbwz div {
    width: 8px;
    height: 8px;
    background: #00A138;
    float: left;
    margin-right: 12px;
    position: relative;
    top: 15px;
}

.yxdtlbwz h3 {
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sy03 {
    background: #F2F2F2;
}

.tzgglb {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 20px 0;
}

.tzgglbtp img {
    width: 100%;
}

.tzgglbwz {
    padding: 5% 4% 8%;
}

.tzgglbwz h3 {
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000001;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tzgglbwz div {
    margin: 2% 0;
}

.tzgglbwz div span {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
}

.tzgglbwzzz {}

.tzgglbwzsj {
    display: block;
}

.tzgglbwzll {
    float: right;
}

.tzgglbwz p {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.gfzhlb {
    text-align: center;
    margin: 10% 0;
}

.gfzhlbtp {
    width: 60%;
    margin: 15px auto;
}

.gfzhlbtp img {
    width: 100%;
}

.gfzhlbwz {
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
}

.sy04 {}

.bmdhlb01 {}

.bmdhlb {
    width: 40%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 4%;
}

.bmdhlbtp {
    width: 100%;
    overflow: hidden;
    margin: 10% 0;
}

.bmdhlbtp img {
    width: 100%;
}

.t2 {
    display: none;
}

.bmdhlb:hover .bmdhlbwz h3,
.bmdhlb:hover .bmdhlbwz p {
    color: #00A138;
}

.bmdhlb:hover .t1 {
    display: none;
}

.bmdhlb:hover .t2 {
    display: inline-block;
}

.bmdhlbwz h3 {
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    line-height: 36px;
    padding: 0 5%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.bmdhlbwz p {
    font-size: 18px;
    font-family: Helvetica;
    color: #999999;
    line-height: 22px;
    text-align: center;
    padding: 0 5%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


/******************qtym*********************/

.ixnewszt {
    height: auto;
    overflow: hidden;
    position: relative;
}

.ixnews-lm {
    width: 100%;
}

.ixnews-lmlb {}

.db {
    font-size: 26px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 45px;
    background: url(../images/lmbj.png) right bottom no-repeat #083A73;
    text-align: center;
    padding: 10px 0;
    background-size: 100px;
    background-position-y: 0;
}

.ixnews-lmlb ul {}

.ixnews-lmlb ul li {
    width: 40%;
    display: inline-block;
    padding: 2% 4.5%;
    text-align: center;
    background: #FFFFFF;
    border-bottom: 2px solid #F2F2F2;
}

.ixnews-lmlb ul li a {
    font-size: 20px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #083A73;
    line-height: 39px;
}

.ixnews-lmlb ul li a img {
    display: none;
    float: right;
    width: 16px;
    position: relative;
    top: 15px;
}

.ixnews-lmlb ul .active {
    background: #F2F2F2;
}

.ixnews-lmlb ul .active a img {
    display: block;
}

.ixnews-lmlb ul li:hover {
    background: #F2F2F2;
}

.ixnews-lmlb ul li:hover a img {
    display: block;
}

.ixnews-nr {
    margin: 10% 0;
}

.ixnews-nrtp {
    border-bottom: 2px solid #0002;
    position: relative;
    height: auto;
    overflow: hidden;
}

.ixnews-nrtpbt {
    /*float: left; */
    border-bottom: 6px solid #083A73;
    padding: 1.5% 0;
}

.ixnews-nrtpbt h2 {
    font-size: 30px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #083A73;
    line-height: 54px;
}

.ixnews-nrtplj {
    margin: 4% 0;
}

.ixnews-nrtplj p {
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
}

.ixnews-nrtplj p a {
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
}

.ixnews-nrtplj p a:hover {
    color: #4A90E2;
}

.ixnews-nrbm {}

.ixnews-nrbmlb {
    border-bottom: 2px solid #0002;
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 5% 0;
}

.ixnews-nrbmlbrq {
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 34px;
    width: 100%;
}

.ixnews-nrbmlbrq h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5%;
    float: left;
}

.ixnews-nrbmlbrq p {
    font-size: 24px;
    float: right;
}

.ixnews-nrbmlbnr {
    width: 100%;
    float: left;
    padding: 2% 0;
}

.ixnews-nrbmlbnr h3 {
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    padding: 0 1%;
    margin-bottom: 1%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ixnews-nrbmlbnr p {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    padding: 0 1%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ixnews-nrxqybt {
    text-align: center;
    margin: 4% 0;
}

.ixnews-nrxqybt h3 {
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000001;
    line-height: 35px;
    margin: 15px 0;
}

.ixnews-nrxqybt span {
    font-size: 13px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
}

.ixnews-nrxqynr {}

.ixnews-nrxqynr div {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin: 3% 0;
}

.ixnews-nrxqynr p {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin: 3% 0;
}

.ixnews-nrxqynr img {
    max-width: 100%;
    height: auto !important;
}

.ixnews-nrxqynr div a {
    color: #01A138;
}

.ixnews-nrdjlb {
    font-size: 20px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    float: left;
    width: 65%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ixnews-nrdjlbrq {
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 34px;
    float: right;
}

.ixnews-nrbmlbtp {
    margin: 5% 0;
}

.ixnews-nrbmlbtp img {
    width: 100%;
}

.ixnews-xrldlb {
    margin: 20% 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.ixnews-xrldlbtp {
    width: 50%;
    margin: 0 auto;
}

.ixnews-xrldlbtp img {
    width: 100%;
}

.ixnews-xrldlbjs {
    width: 100%;
}

.ixnews-xrldlbzw {
    border-bottom: 2px solid #0002;
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 6% 0 3%;
    margin-bottom: 5%;
}

.ixnews-xrldlbzw h3 {
    font-size: 26px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    line-height: 45px;
    float: left;
    margin-right: 3%;
}

.ixnews-xrldlbzw p {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
    float: left;
    position: relative;
    top: 12px;
}

.ixnews-xrldlbjj {}

.ixnews-xrldlbjj div {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin: 2% 0;
}

.ixnews-xrldlbjj p {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin: 2% 0;
}

.xyyw01 {
    width: auto;
    float: none;
    padding: 0;
    margin-top: 0;
}

.xyyw01 .ixnews-nrbmlbtp {
    display: block;
}

.xyyw01 .ixnews-nrbmlb:hover .xwlb {
    width: 68%;
}

.fy {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin: 8% 0 2% 0;
    position: relative;
    text-align: center;
    line-height: 30px;
}

.fytj,
.fytj>div {
    display: inline-block;
}

.fylb {
    margin: 10px 20px;
}

.fyan {
    background: #FFFFFF;
    color: #666666;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border: 1px solid #99999950;
}

.fyym {
    background: #FFFFFF;
    color: #666666;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border: 1px solid #99999950;
}

.fysl {
    border: none;
    background: none;
    color: #666666;
    margin: 0 5px;
}

.fytz input {
    width: 30px;
    height: 30px;
    border: 1px solid #99999950;
    color: #666666;
    text-align: center;
    margin: 0 5px;
}

.fytzan {
    width: 60px;
    height: 30px;
    background: #083A73;
    margin: 0 15px;
}

.fytzan a {
    color: #FFFFFF;
}

.fyym:hover {
    background: #083A73;
    color: #FFFFFF;
}

.fyym:hover a {
    color: #FFFFFF;
}

.ixnews-xyfglb {
    margin: 10% 0 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.ixnews-xyfglbtp {
    width: 70%;
}

.ixnews-xyfglbtp img {
    width: 100%;
}

.ixnews-xyfglbbt {
    width: 70%;
    background: #F2F2F2;
    float: right;
    padding: 8% 0;
    position: relative;
    top: -60px;
}

.ixnews-xyfglbbt h3 {
    font-size: 26px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    line-height: 29px;
    letter-spacing: 3px;
    padding: 0 15%;
    margin-bottom: 6%;
}

.ixnews-xyfglbbt p {
    font-size: 20px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    padding: 0 15%;
}

.ixnews-xyfglbbt p img {
    width: 17px;
    height: 17px;
    margin-left: 12%;
}

.ixnews-xyfglb:hover .ixnews-xyfglbbt h3 {
    color: #00A138;
}

.xxsp {
    margin: 5% 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.ixnews-xxspleft {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.ixnews-xxspleft .ixnews-xxsplefttp {
    width: 100%;
    height: auto;
}

.ixnews-xxsplefttp img {
    width: 100%;
    height: 100%;
}

.ixnews-xxspleft .ixnews-xxspleftnr {
    position: absolute;
    top: 40%;
    left: 40%;
    text-align: center;
}

.ixnews-xxspleft .ixnews-xxspleftbf {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.ixnews-xxspleftbf img {
    width: 100%;
}

.ixnews-xxspleft .ixnews-xxspleftnr h2 {
    font-size: 42px;
    font-family: 锐字荣光粗黑简;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 46px;
}

.ixnews-xxspleft:hover .ixnews-xxspleftnr h2 {
    color: #70AAE6;
}

.ixnews-xxspright {
    width: 100%;
    position: relative;
}

.ixnews-xxsplb {
    width: 50%;
    float: left;
    position: relative;
    cursor: pointer;
}

.ixnews-xxspright .ixnews-xxspleftbf {
    width: 35px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.ixnews-xxspright .ixnews-xxsplefttp {
    width: 100%;
    height: 275px;
}

.ixnews-xxspright .ixnews-xxspleftnr {
    position: absolute;
    top: 35%;
    left: 34%;
}

.ixnews-xxspright .ixnews-xxspleftnr h2 {
    font-size: 30px;
    font-family: 锐字荣光粗黑简;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 33px;
}

.ixnews-xxspleft:hover .ixnews-xxspleftbf .t1 {
    display: none;
}

.ixnews-xxspleft:hover .ixnews-xxspleftbf .t2 {
    display: block;
}

.ixnews-xxspright .ixnews-xxsplb:hover .ixnews-xxspleftbf .t1 {
    display: none;
}

.ixnews-xxspright .ixnews-xxsplb:hover .ixnews-xxspleftbf .t2 {
    display: inline-block;
}

.ixnews-xxspright .ixnews-xxsplb:hover .ixnews-xxspleftnr h2 {
    color: #70AAE6;
}

.ixnews-xxspleft:hover .ixnews-xxspleftwz .t1 {
    display: none;
}

.ixnews-xxspleft:hover .ixnews-xxspleftwz .t2 {
    display: inline-block;
}

.ixnews-xxspright .ixnews-xxsplb:hover .ixnews-xxspleftwz .t1 {
    display: none;
}

.ixnews-xxspright .ixnews-xxsplb:hover .ixnews-xxspleftwz .t2 {
    display: inline-block;
}

#sv01 {
    display: none;
}

#sv02 {
    display: none;
}

#sv03 {
    display: none;
}

#sv04 {
    display: none;
}

#sv05 {
    display: none;
}

.videotc .sp .zzc {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(31, 35, 41, .4);
}

.videotc .sp .spbf {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
}

.videotc .sp .spbf .modal {
    width: 90%;
    margin: 0 auto;
    border-radius: 8px;
    position: relative;
    top: 36%;
    height: 275px;
}

.videotc .sp .spbf .modal .colse {
    position: absolute;
    bottom: 10%;
    right: 45%;
    z-index: 10;
    padding: 0;
    color: rgba(0, 0, 0, .45);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color .3s;
}

.videotc .sp .spbf .modal .mvideo {
    height: auto;
    display: flex;
    padding: 0;
}

.videotc .sp .spbf .modal .mvideo video {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

@media screen and (max-width: 650px) {
    .ixnews-xxspleft .ixnews-xxspleftnr {
        position: absolute;
        top: 40%;
        left: 36%;
        text-align: center;
    }
    .ixnews-xxspright .ixnews-xxspleftnr {
        position: absolute;
        top: 35%;
        left: 27%;
    }
}

@media screen and (max-width: 425px) {
    .ixnews-xxspleft .ixnews-xxspleftnr {
        position: absolute;
        top: 33%;
        left: 26%;
        text-align: center;
    }
    .ixnews-xxsplb {
        width: 100%;
        float: none;
    }
    .ixnews-xxspright .ixnews-xxspleftnr {
        position: absolute;
        top: 35%;
        left: 33%;
    }
    .ixnews-xxspright .ixnews-xxspleftbf {
        width: 50px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
}


/***************zsw***************/

.zsw01 {}

.zxxx01 {
    width: 100%;
    margin-bottom: 5%;
}

.nxy-bt {
    height: auto;
    overflow: hidden;
    position: relative;
    border-bottom: 4px solid #0002;
    padding: 2% 0;
    margin-bottom: 6%;
}

.nxy-btl {
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
}

.nxy-btllg {
    float: left;
    width: 38px;
    height: 40px;
}

.nxy-btllg img {
    width: 100%;
    text-align: center;
}

.nxy-btl h2 {
    font-size: 26px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    float: left;
    margin-left: 10px;
    position: relative;
    top: 4px;
}

.nxy-btr {
    float: right;
    position: relative;
    top: 10px;
}

.nxy-btr a {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #666666;
    line-height: 27px;
}

.nxy-nr {}

.nxy-nrlb {
    padding: 2%;
}

.nxy-nrlbtp {}

.nxy-nrlbtp img {
    width: 100%
}

.nxy-nrlbwz {
    padding: 5%;
}

.nxy-nrlbwz h3 {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.nxy-nrlbwz div {}

.nxy-nrlbwz div span {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
}

.nxy-nrlbwz div img {
    width: 36px;
    height: 5px;
    float: right;
}

.nxy-nrlb:hover .nxy-nrlbwz h3 {
    color: #00A138;
}

.lqxx01 {
    width: 100%;
}

.nxy-lqlb {
    padding-bottom: 4%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.nxy-lqlb h2 {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 80%;
    float: left;
}

.nxy-lqlb p {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    width: 20%;
    float: right;
}

.nxy-lqlb:hover h2,
.nxy-lqlb:hover p {
    color: #00A138;
}

.zsw02 {
    background: #F2F2F2;
}

.nxy-gnlb {
    text-align: center;
    background: #FFFFFF;
    width: 45%;
    display: inline-block;
    margin: 0 2% 4%;
}

.nxy-gnlbtp {
    width: 42px;
    height: 46px;
    margin: 3% auto;
    margin-top: 10%;
}

.nxy-gnlbtp img {
    width: 100%;
}

.nxy-gnlbwz {
    font-size: 20px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    margin-bottom: 10%;
}

.nxy-gnlb:hover {
    background: #00A138;
}

.nxy-gnlb:hover .t1 {
    display: none;
}

.nxy-gnlb:hover .t2 {
    display: block;
}

.nxy-gnlb:hover .nxy-gnlbwz {
    color: #fff;
}

.xysj01 {}

.nxy-xysjlm {
    width: 100%;
}

.nxy-xysjlmlb {
    width: 75%;
    position: relative;
    height: auto;
    overflow: hidden;
}

.nxy-xysjlmlb ul {
    justify-content: space-around;
    color: #000;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.nxy-xysjlmlb ul li {
    cursor: pointer;
    height: auto;
    overflow: hidden;
    margin: 5% 0;
}

.nxy-xysjlmlb ul li h2 {
    font-size: 26px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #999999;
    line-height: 48px;
    float: left;
    position: relative;
    top: -5px;
    left: 6%;
}

.nxy-xysjlmlb ul .curent h2 {
    color: #000000;
}

.nxy-xysjlmlb ul .curent .t1 {
    display: none;
}

.nxy-xysjlmlb ul .curent .t2 {
    display: inline-block;
}

.nxy-xysjlmlblg {
    height: 40px;
    float: left;
    width: 55px;
}

.nxy-xysjlmlblg img {
    width: auto;
    height: 100%;
}

.btrtl {
    position: absolute;
    right: 0;
}

.tab-box {
    margin: 4% 0 2%;
}

.nxy-xysjnr {
    height: 100%;
}

.nxy-xysjnr section {
    height: 100%;
    padding: 3em 0;
}

.nxy-xysjnr section h1 {
    margin: 3em auto;
}

.nxy-xysjnr .nxy-glzdlb {
    padding: 2% 0;
    display: inline-block;
    margin: 4% 0;
}

.nxy-xysjnr .nxy-glzdlb .ixnews-nrbmlbrq h2 {
    font-size: 28px;
}

.nxy-szdwnr {}

.nxy-szdwnr .ixnews-nrbmlb {
    padding: 2% 0;
    display: inline-block;
    margin: 4% 0;
}

.nxy-szdwnr .ixnews-nrbmlbtp {
    display: inline-flex;
    width: 100%;
    margin: 0;
}

.nxy-szdwnr .ixnews-nrbmlbnr {
    margin: 3% 0 2%;
}

.nxy-xysjnr .ixnews-nrbmlbtp {
    margin: 3% 0;
}

@media screen and (max-width: 1000px){
    .banner_body{position: relative;overflow: hidden}
    .sjymbr{height: unset}
    .sjymbr .banner_body img{width: 100%;height: unset}
    .new_banner_slide{position: absolute;width: 100%;text-align: center;z-index: 2;left: 0;bottom: 10px;}
    .newpage_ok .swiper-pagination-bullet{width: 10px;height: 10px;background-color: #FFFFFF;margin-right: 12px;}
    .newpage_ok .swiper-pagination-bullet-active{background-color: #FFFFFF}

}