@charset "utf-8";
/* banner */
.banner{
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
    position: relative;
    z-index: 19;
}
.banner .news_images{
    position: relative;
}
.banner .news_images img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 175px;
    object-fit: inherit;
    max-height: 500px;
}
.banner .slick-dots{
    width: 100%;
    left: 0;
    bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.banner .slick-dots li{
    width: 0.2rem;
    height: 0.5rem;
    margin-right: 30px;
    position: relative;
}
.banner .slick-dots li:last-of-type{
    margin-right: 0;
}
.banner .slick-dots li button{
    display: block;
    width: 100%;
    height: auto;
    font-family: Source Han Serif CN;
    font-size: 0.14rem;
    font-weight: 600;
    line-height: 0.2rem;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.banner .slick-dots li button:before {
    width: 0.2rem;
    height: 0.3rem;
    border-radius: 0;
    content: '';
    opacity: 1;
    background: url(/tw/img/dotsIcon1.png) no-repeat center;
    background-size: 0.17rem auto;
    z-index: 10;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
}
.banner .slick-dots li.slick-active {
    width: 0.3rem;
    height: 0.9rem;
}
.banner .slick-dots li.slick-active button{
    font-size: 0.2rem;
    line-height: 0.3rem;
}
.banner .slick-dots li.slick-active button:before{
    width: 0.3rem;
    height: 0.6rem;
    background: url(/tw/img/dotsIcon2.png) no-repeat center;
    background-size: 0.3rem auto;
}
.lmTit{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.4rem;
    position: relative;
}
.lmTit h2{
    font-family: Source Han Serif CN;
    font-size: 0.36rem;
    font-weight: 900;
    line-height: 0.52rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    position: relative;
}
.lmTit h2::before{
    display: block;
    content: "";
    width: 0.64rem;
    height: 0.3rem;
    background: url(/tw/img/titIcon1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 115%;
    transform: translateY(-50%);
}
.lmTit h2::after{
    display: block;
    content: "";
    width: 0.3rem;
    height: 0.24rem;
    background: url(/tw/img/titIcon2.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 115%;
    transform: translateY(-50%);
}
.lmTit h2 span{
    color: #8D0505;
}
.lmTit p{
    font-family: Source Han Serif CN;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #8D0505;
    border-top: 1px solid #8D0505;
    position: relative;
    width: 100%;
}
.lmTit p::before{
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%,-50%) rotate(-45deg);
    background: #8D0505;
}
.lmTit a{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: Source Han Serif CN;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.36rem;
    letter-spacing: 0em;
    color: #8D0505;
    border-top: 1px solid #8D0505;
    border-bottom: 1px solid #8D0505;
    padding: 0 0.2rem;
}
.lmTit a::before,.lmTit a::after{
    display: block;
    content: "";
    width: 9px;
    height: 100%;
    background: url(/tw/img/moreIcon1.png) no-repeat left center;
    background-size: auto 100%;
    position: absolute;
    top: 0;
}
.lmTit a::before{
    right: 99%;
    transform: rotateY(180deg);
}
.lmTit a::after{
    left: 99%;
}
.lmTit a:hover{
    margin-top: -10px;
}
/* dzxc */
.dzxc{
    padding: 0.6rem 0 0.8rem;
    position: relative;
    z-index: 9;
}
.dzxc::before{
    display: block;
    content: "";
    width: 100%;
    height: calc(100% + 1rem);
    background: url(/tw/img/bg4.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.dzxc ul.clearfix{
    margin: 0 -0.2rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
}
.dzxc ul li{
    float: left;
    box-sizing: border-box;
    padding: 0 0.2rem;
    width: calc(100% / 3);
}
.dzxc ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.4rem 0.25rem;
    box-sizing: border-box;
    background: url(/tw/img/dzxcBg1.png) no-repeat center;
    background-size: 100% 100%;
}
.dzxc ul li a .imgBg{
    width: 100%;
    padding: 57% 0 0;
    background-size: cover;
    border: 2px solid #F2E7D5;
}
.dzxc ul li a p:nth-of-type(2){
    font-family: 思源黑体;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: 0.02em;
    text-align: center;
    color: #AA6E3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.15rem;
}
.dzxc ul li a:hover{
    background: url(/tw/img/dzxcBg2.png) no-repeat center;
    background-size: 100% 100%;
}
.dzxc ul li a:hover p:nth-of-type(2){
    color: #F2E7D5;
}
.dzxc ul li a:hover .imgBg{
    border: 2px solid #E18D8D;
}
.dzxc .slick-dots{
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
}
.dzxc .slick-dots::before,.dzxc .slick-dots::after{
    display: block;
    content: "";
    width: 1400px;
    height: 2px;
    background: #9B7C3B;
    position: absolute;
    top: 50%;

    transform: translateY(-50%);
}
.dzxc .slick-dots::before{
    right: 100%;
}
.dzxc .slick-dots::after{
    left: 100%;
}
.dzxc .slick-dots li button,.dzxc .slick-dots li button::before{
    display: none;
}
.dzxc .slick-dots li{
    padding: 0;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 100%;
    background: #D4CFC4;
    margin: 0 6px;
}
.dzxc .slick-dots li.slick-active{
    width: 0.12rem;
    height: 0.12rem;
    background: #A40909;
}
.dzxc .w1400{
    position: relative;
}
.dzxc .prev,.dzxc .next{
    display: block;
    content: "";
    width: 0.27rem;
    height: 0.5rem;
    background: url(/tw/img/arrowIcon.png) no-repeat center;
    background-size: 100% auto;
    opacity: 0.5;
    position: absolute;
    bottom: calc(50% - 0.25rem);
    transform: translateY(-50%);
    cursor: pointer;
}
.dzxc .prev{
    right: -0.7rem;
}
.dzxc .next{
    left: -0.7rem;
    transform: translateY(-50%) rotate(180deg);
}
.dzxc .prev:hover,.dzxc .next:hover{
    opacity: 1;
}
/* xyxmt */
.xyxmt{
    padding: 0.94rem 0 0.8rem;
    background: url(/tw/img/bg3.png) no-repeat center;
    background-size: cover;
}
.xyxmt .w1600{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xyxmt .left{
    width: 20%;
    background: url(/tw/img/xyxmtBg.png) no-repeat top center;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
}
.xyxmt .right{
    width: 78.75%;
}
.xyxmt .right ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xyxmt .right ul li{
    width: 32.4%;
    overflow: hidden;
}
.xyxmt .right ul li:nth-of-type(1){
    width: 59.5%;
    margin-bottom: 0.2rem;
}
.xyxmt .right ul li:nth-of-type(2){
    width: 39.1%;
    margin-bottom: 0.2rem;
}
.xyxmt .right ul li a{
    display: block;
    position: relative;
    width: 100%;
    padding: 2.1rem 0 0;
    background-size: cover;
    background-position: center;
    transition: all .3s;
}
.xyxmt .right ul li:nth-of-type(1) a{
    padding: 3.5rem 0 0;
}
.xyxmt .right ul li:nth-of-type(2) a{
    padding: 3.5rem 0 0;
}
.xyxmt .right ul li a p{
    width: 100%;
    height: 0.65rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 0.65rem;
    box-sizing: border-box;
    z-index: 9;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.xyxmt .right ul li a p span{
    display: block;
    padding-left: 0.2rem;
    font-family: 思源黑体;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.65rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xyxmt .right ul li.wb p::before{
    display: block;
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.15rem 0px 0.15rem 0px;
    background: #A40000 url(../img/wbIcon1.png) no-repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.xyxmt .right ul li.dy p::before{
    display: block;
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.15rem 0px 0.15rem 0px;
    background: #442992 url(../img/dyIcon1.png) no-repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.xyxmt .right ul li.wx p::before{
    display: block;
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.15rem 0px 0.15rem 0px;
    background: #2AB246 url(../img/wxIcon1.png) no-repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.xyxmt .right ul li a:hover{
    width: 120%;
}
.left .code{
    display: block;
    margin-top: 0.5rem;
    margin-right: 0.7rem;
    width: auto;
    position: relative;
}
.left .code li {
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 100%;
    margin-top: 0.25rem;
    margin-left: 0;
    border: none;
    cursor: pointer;
}
.left .code li:nth-of-type(1){
    margin-top: 0;
    background: url(/tw/img/wxIcon2.png) no-repeat center;
}
.left .code li:nth-of-type(2){
    background: url(/tw/img/wxIcon2.png) no-repeat center;
}
.left .code li:nth-of-type(3){
    background: url(/tw/img/wxIcon2.png) no-repeat center;
}
.left .code li p{
    left: auto;
    bottom: auto;
    right: 150%;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 0;
    animation: 0.5s ease .3s 1 normal backwards running codeLeft;
    z-index: 19;
}
.left .code li p::before {
    display: block;
    content: "";
    position: absolute;
    left: 100%;
    bottom: 50%;
    transform: translateY(50%);
    border-left: 10px solid rgba(255,255,255,1);
    border-right: 0px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}
.left .code::before{
    display: block;
    content: "";
    width: 1px;
    height: 2rem;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    right: 50%;
    bottom: 35%;
    transform: translateX(50%);
}
.left .code::after{
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border:1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    position: absolute;
    right: 50%;
    bottom: calc(35% - 6px);
    transform: translateX(50%);
}
/* indexCon1 */
.indexCon1{
    padding: 0.95rem 0 0.75rem;
    position: relative;
    z-index: 9;
}
.indexCon1::before{
    display: block;
    content: "";
    width: 100%;
    height: calc(100% + 1rem);
    background: url(/tw/img/bg1.png) no-repeat  center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.indexCon1 .w1600{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexCon1 .lmTit{
    align-items: flex-start;
    margin-bottom: 0.15rem;
}
.new{
    width: 57.3%;
}
.newSub{
    background: url(/tw/img/newBg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.4rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
}
.newBanner{
    width: 44%;
    height: auto;
}
.newBanner a{
    display: block;
    width: 100%;
    position: relative;
    z-index: 88;
}
.newBanner .img{
    width: 100%;
    padding: 66% 0 0;
    background-size: cover;
    background-position: center;
    transition: all .3s;
    position: relative;
    z-index: 999;
}
.newBanner a .tit{
    font-family: 思源黑体;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.2rem 0;
}
.newBanner a .txt{
    font-family: 思源黑体;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.04rem;
}
.newBanner a .time{
    display: flex;
    margin-top: 0.15rem;
    justify-content: space-between;
    align-items: center;
}
.newBanner a .time span:nth-of-type(1){
    display: block;
    padding-left: 0.3rem;
    background: url(/tw/img/timeIcon.png) no-repeat left center;
    background-size: auto 90%;
    font-family: ArialMT;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: 0em;
    color: #E9C17E;
}
.newBanner a .time span:nth-of-type(2){
    display: block;
    width: 90px;
    height: 26px;
    background: url(/tw/img/ckxq.png) no-repeat center;
    background-size: 100% auto;
}
.newBanner a:hover .tit{
    color: #E9C17E;
}
.newBanner a:hover .txt{
    color: #ffffff;
}
.newBanner .slick-dots{
    width: 100%;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: 2.55rem;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.newBanner .slick-dots li button::before{
    display: none;
}
.newBanner .slick-dots li{
    padding: 0;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    position: relative;
}
.newBanner .slick-dots li button{
    width: 100%;
    height: 100%;
    transform: rotate(46.22deg);
    background: #ffffff;
    z-index: 99;
}
.newBanner .slick-dots li.slick-active button{
    background: #E9C17E;
}
.newList{
    width: 52.8%;
}
.newList li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0.25rem;
    background: url(/tw/img/newListBg1.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}

.newList li:last-of-type a {
    margin-bottom: 0;
}
.newList li a .time{
    font-family: Source Han Serif CN;
    font-size: 0.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #E9C17E;
    text-align: center;
    white-space: nowrap;
}
.newList li a .time span{
    display: block;
    font-size: 0.15rem;
    margin-top: 0.08rem;
}
.newList li a .tit{
    width: auto;
    font-family: 思源黑体;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #FFF4E1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.52rem;
}
.newList li a .sx{
    width: 1px;
    height: 0.44rem;
    background: #E9C17E;
    margin: 0 0.2rem;
}
.newList li a:hover{
    background: url(/tw/img/newListBg2.png) no-repeat center;
    background-size: 100% 100%;
}
.newList li a:hover .tit{
    color: #865400;
}
.newList li a:hover .time{
    color: #865400;
}
.newList li a:hover .sx{
    background: #865400;
}
.notice{
    width: 39%;
    background: url(/tw/img/noticeBg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0.2rem 0.4rem 0.4rem;
    box-sizing: border-box;
}
.notice .lmTit h2{
    color: #FFFFFF;
}
.notice .lmTit h2 span{
    color: #E9C17E;
}
.notice .lmTit h2::before{
    display: none;
}
.notice .lmTit p{
    color: #ffffff;
    border-top: 1px solid #ffffff;
}
.notice .lmTit p::before{
    background: #ffffff;
}
.notice .lmTit  a{
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.notice .lmTit  a::after,.notice .lmTit  a::before{
    background: url(/tw/img/moreIcon2.png) no-repeat left center;
}
.notice ul li a{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0.16rem 0;
    align-items: center;
}
.notice ul li a .time{
    min-width: 0.6rem;
    height: auto;
    font-family: Source Han Serif CN;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #386BB8;
    text-align: center;
    background: #ffffff;
}
.notice ul li a .time span{
    display: block;
    font-family: 思源黑体;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.25rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    background: #E9C17E;
}
.notice ul li a .tit{
    width: calc(100% - 1.06rem);
    font-family: 思源黑体;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.notice ul li a .icon{
    min-width: 0.46rem;
    height: 0.46rem;
    background: url(/tw/img/noticeIcon1.png) no-repeat center;
}
.notice ul li a:hover{
    border-bottom: 1px solid rgba(233, 193, 126, 0.4);
}
.notice ul li a:hover .icon{
    background: url(/tw/img/noticeIcon2.png) no-repeat center;
}
.notice ul li a:hover .tit{
    color: #E9C17E;
    font-weight: bold;
}
.notice ul li a:hover .time{
    background: #FFEBC9;
    color: #865400;
}
/* fwzl */
.fwzl{
    background: url(/tw/img/bg2.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.fwzl::before{
    display: block;
    content: "";
    width: 4.88rem;
    height: 2.16rem;
    mix-blend-mode: hard-light;
    background: rgba(175, 165, 149, 1);
    position: absolute;
    left: 0;
    bottom: 4.32rem;
}
.fwzl::after{
    display: block;
    content: "";
    width: 4.88rem;
    height: 2.16rem;
    background: rgba(141, 5, 5, 1);
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
}
.fwzlBg,.fwzlBg img{
    display: block;
    width: 11.35rem;
    height: auto;
}
.fwzl ul li{
    position: absolute;
}
.fwzl ul li:nth-of-type(1){
    left: 7.03rem;
    bottom: 4.32rem;
}
.fwzl ul li:nth-of-type(2){
    left: 4.88rem;
    bottom: 2.16rem;
}
.fwzl ul li:nth-of-type(3){
    left: 9.188rem;
    bottom: 2.16rem;
}
.fwzl ul li:nth-of-type(4){
    left: 7.03rem;
    bottom: 0;
}
.fwzl ul li:nth-of-type(5){
    left: 11.35rem;
    bottom: 0;
}
.fwzl ul li a{
    display: block;
    width: 2.16rem;
    height: 2.16rem;
}

.fwzl ul li a div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fwzl ul li a img{
    display: block;
    width: auto;
    height: auto;
    max-width: 0.96rem;
    height: auto;
    transition: all .5s;
}
.fwzl ul li a p{
    font-family: 思源黑体;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-top: 0.1rem;
}
.fwzl ul li:nth-of-type(1) a{
    border-radius: 0 20px 0 20px;
    background: #8D0505 url(../img/fwzlBg1.png) no-repeat center;
}
.fwzl ul li:nth-of-type(2) a{
    border-radius: 20px 0px 20px 0px;
    background: #527CAC url(../img/fwzlBg2.png) no-repeat center;
}
.fwzl ul li:nth-of-type(3) a{
    border-radius: 20px 0px 20px 0px;
    background: #BC995E url(../img/fwzlBg3.png) no-repeat center;
}
.fwzl ul li:nth-of-type(4) a{
    border-radius: 0px 20px 0px 0px;
    background: #DEBC98 url(../img/fwzlBg3.png) no-repeat center;
}
.fwzl ul li:nth-of-type(5) a{
    border-radius: 0 20px 0 0px;
    background: #8D0505 url(../img/fwzlBg1.png) no-repeat center;
}
.fwzl ul li a:hover img{
    transform: rotateY(360deg);
}
.fwzl .lmTit{
    position: absolute;
    bottom: 4.32rem;
    right: 12%;
}
.fwzl .lmTit a{
    top: -35%;
    right: -35%;
}
.xyxmt .left,.xyxmt .right,.dzxc,.indexCon1 .new,.indexCon1 .notice,.fwzl{
    visibility: visible;
    opacity: 0;
}
.xyxmt.animation .left{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInLeft;
}
.xyxmt.animation .right{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInRight;
}
.dzxc.animation{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .7s 1 normal backwards running fadeInUp;
}
.fwzl.animation{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    display: none;
}
.indexCon1.animation .new{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInLeft;
}
.indexCon1.animation .notice{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInRight;
}
/* media */
@media only screen and (max-width: 1600px){
    .dzxc .prev{
        opacity: 1;
        right: -0.27rem;
    }
    .dzxc .next{
        opacity: 1;
        left: -0.27rem;
    }
}
@media only screen and (max-width: 1500px){
    .dzxc .prev{
        right: 0;
    }
    .dzxc .next{
        left: 0;
    }
    .newBanner .slick-dots{
    bottom: 2.85rem;
    }
}
@media only screen and (max-width: 1560px){
    .dzxc .prev{
        right: 0.3rem;
    }
    .dzxc .next{
        left: 0.3rem;
    }
    .newBanner .slick-dots{
        bottom: 2.75rem;
    }
}
@media only screen and (max-width: 1040px){
    .dzxc{
        padding: 40px 0 60px;
    }
    .dzxc::before{
        height: 100%;
    }
    .dzxc ul.clearfix{
        margin: 0 -10px;
    }
    .dzxc ul li{
        padding: 0 10px;
    }
    .dzxc .prev{
        right: 5px;
    }
    .dzxc .next{
        left: 5px;
    }
    .xyxmt{
        padding: 40px 0;
    }
    .xyxmt .lmTit{
        align-items: flex-start;
    }
    .xyxmt .w1600{ 
        flex-direction: column-reverse;
    }
    .xyxmt .left,.xyxmt .right {
        width: 100%;
    }
    .xyxmt .left{
        margin-top: 0.2rem;
        justify-content: center;
        padding: 30px 0;
        background-position: bottom center;
    }
    .xyxmt .right ul li:nth-of-type(1) a{
        padding: 47% 0 0;
    }
    .xyxmt .right ul li:nth-of-type(2) a{
        padding: 71.5% 0 0;
    }
    .xyxmt .right ul li a{
        padding: 52% 0 0;
    }
    .left .code{
        display: flex;
        margin-top: 0;
        margin-right: 0;
    }
    .left .code li {
        margin-top: 0;
        margin: 0 20px;
    }
    .left .code::before{
        display: none;
    }
    .left .code li p{
        left: 50%;
        bottom: 100%;
        right: auto;
        top: auto;
        transform: translateX(-50%);
        padding-bottom: 20px;
        animation: 0.5s ease .3s 1 normal backwards running codeDown;
    }
    .left .code li p::before {
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        bottom: 1px;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-top: 10px solid rgba(255,255,255,1);
    }
    .indexCon1{
        padding: 50px 0;
    }
    .new,.notice{
        width: 100%;
    }
    .notice{
        margin-top: 30px;
    }
    .newBanner .slick-dots{
        bottom: 220px;
    }
    .banner .slick-dots{
        bottom: 25px;
    }
    .fwzl::before,.fwzl::after{
        display: none;
    }
    .fwzlBg, .fwzlBg img{
        display: none;
    }
    .fwzl{
        padding: 50px 0;
    }
    .fwzl ul{
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 40px);
        box-sizing: border-box;
        justify-content: space-between;
        margin: 0 auto;
        position: relative;
    }
    .fwzl ul li{
        position: static;
        width: 30%;
        margin-top: 30px;
    }
    .fwzl ul li a{
        width: 100%;
        height: auto;
        padding: 100% 0 0;
        position: relative;
    }
    .fwzl ul li a div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .fwzl ul li a{
        border-radius: 10px!important;
    }
    .fwzl ul::after{
        display: block;
        content: "";
        width: 30%;
        height: calc(calc(100% / 2) - 30px);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        border-radius: 10px;
        background: rgba(141, 5, 5, 1);
        mix-blend-mode: multiply;
    }
    .fwzl .lmTit{
        width: calc(100% - 40px);
        margin: 0 auto;
        align-items: flex-start;
        position: relative;
        bottom: auto;
        right: auto;
    }
    .fwzl .lmTit a{
        top: 50%;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .fwzl ul,.fwzl .lmTit{
        width: calc(100% - 30px);
    }
    .dzxc{
        padding: 30px 0 50px;
    }
    .lmTit{
        margin-bottom: 30px;
    }
    .lmTit h2{
        font-size: 28px;
        line-height: 40px;
    }
    .xyxmt .right ul li{
        width:100%!important;
        margin-bottom: 15px!important;
    }
    .xyxmt .right ul li:last-of-type {
        margin-bottom: 0!important;
    }
    .xyxmt .right ul li a{
        padding:50% 0 0!important;
    }
    .newBanner,.newList{
        width: 100%;
    }
    .newBanner a .txt {
    -webkit-line-clamp: 2;
        height: 0.52rem;
    }
    .newList{
        margin-top: 30px;
    }
    .newBanner .slick-dots{
        bottom: 175px;
    }
    .banner .slick-dots li button::before{
        display: none;
    }
    .banner .slick-dots li{
        height: auto!important;
    }
    .banner .slick-dots{
        bottom: 20px;
    }
    .fwzl{
        padding: 30px 0;
    }
    .fwzl ul::after {
        width:32%;
        height:calc(calc(100% / 2) - 20px);
    }
    .fwzl ul li{
        width: 32%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 560px){
    .dzxc .slick-dots::before, .dzxc .slick-dots::after{
        display: none;
    }
    .dzxc .slick-dots{
        padding: 0;
    }
    .dzxc{
        padding: 20px 0 40px;
    }
    .lmTit{
        margin-bottom: 20px;
    }
    .dzxc ul.clearfix{
        padding-bottom: 30px;
    }
    .lmTit h2{
        font-size: 22px;
    }
    .lmTit p::before {
        width: 5px;
        height: 5px;
    }
    .xyxmt .left{
        padding:15px 0;
        margin-top: 15px;
    }
    .xyxmt{
        padding:30px 0;
    }
    .lmTit a{     
        font-size: 14px;
        padding: 0 12px;
        line-height: 28px;
    }
    .notice,.newSub{
        padding: 20px;
    }
    .indexCon1 .lmTit {
        margin-bottom: 0;
    }

    .notice,.newList {
        margin-top: 20px;
    }
    .notice ul li a .tit {
        padding: 0 10px;
        font-size: 16px;
    }
    .newList li a .tit {
        font-size: 16px;
    }
    .newList li a {
        padding: 15px;
        margin-bottom: 15px;
    }
    .newBanner a .tit {
        font-size: 16px;
        margin: 10px 0;
        line-height: 20px;
    }
    .newBanner a .txt {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .newBanner a .time {
        margin-top: 10px;
    }
    .newList li a .sx {
        margin: 0 10px;
    }
    .indexCon1 {
        padding: 30px 0;
    }
    .newBanner .slick-dots{
        bottom: 140px;
    }
    .banner .slick-dots{
        bottom: 10px;
    }
    .fwzl ul li a img{
        max-width: 40%;
    }
    .fwzl ul li a p{
        font-size: 14px;
        line-height: 20px;
    }
    .fwzl ul li{
        margin-top: 10px;
    }
    .fwzl ul::after {
        width:32%;
        height:calc(calc(100% / 2) - 10px);
    }
}