.banner {
    position: relative;height:950px;
}
.banner img{}
.swiper-container {
    width: 100%;
    height: 100%;
}

.slide1 {
    overflow: hidden;
}

.slide1 img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.mySwiper1 .swiper-slide-active img,
.mySwiper1 .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.learnmore {
    position: absolute;
    display: flex;
    /* padding-left: 270px; */
    align-items: center;
    width: 14%;
    height: 110px;
    background-image: -moz-linear-gradient(-4deg, rgb(167, 22, 14) 0%, rgb(218, 37, 28) 100%);
    background-image: -webkit-linear-gradient(-4deg, rgb(167, 22, 14) 0%, rgb(218, 37, 28) 100%);
    background-image: -ms-linear-gradient(-4deg, rgb(167, 22, 14) 0%, rgb(218, 37, 28) 100%);
    left: 0;
    bottom: 0;
    z-index: 50;
}

.learnmore a {
    padding-right: 80px;
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 1.625;
    text-align: right;
}

.learnmore .swiper-button-next,
.learnmore .swiper-button-prev {
    background: url(../images/next1.png) center no-repeat;
    width: 15px;
    height: 15px;
    margin: 0;
    transform: translateY(-50%);
}

.learnmore .swiper-button-prev {
    background: url(../images/prev1.png) center no-repeat;
    left: 36%;
}

.learnmore .swiper-button-next {
    right: 44%;
}

.banner .swiper-pagination-bullet {
    margin: 0px 10px;
    background: #fff;
    opacity: 1;
    border: 1px solid #fff;
    vertical-align: middle;
}

.banner .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: transparent;
}

.banner .swiper-pagination {
    bottom: 4%;
    left: 32%;
}

.bannerbg {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    z-index: 50;
}
.news {
    position: relative;
    padding: 80px 0 80px 0;
    background: url(../images/news-bg.png) no-repeat;
    z-index: 1;
    background-size: cover;
}

.news .title {
    margin-bottom: 55px;
      position: relative;
}

.titactive {
    position: relative;
}

.title h1 {
    position: relative;
    margin-bottom: -35px;
    font-size: 32px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: normal;
    z-index: 20;
    text-align: center;
}

.title p {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(216, 228, 255);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.titactive::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #f82123;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.news-swi {
    margin-bottom: 35px;
    width: 100%;
    height: 500px;
}

.slide2 {
    width: 59.5%;
    position: relative;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide2 .imgbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide3{
    overflow: hidden;
}
.slide2 img:hover,
.slide3 img:hover {
    transform: scale(1.1);
}

.mySwiper2 .swiper-pagination-bullets {
    right: 44%;
    top: 65%;
}

.mySwiper2 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 30px 0;
    background: #fff;
    opacity: 1;
}

.mySwiper2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #f82123;
}

.swiper-num {
    position: absolute;
    bottom: 5%;
    right: 44%;
    color: #fff;
    font-size: 14px;
}

.swiper-num .active {
    color: #f82123;
    font-size: 23px;
    margin-right: 5px;
}

.slide2>.more {
    position: absolute;
    top: 9%;
    left: 6%;
}

.more a {
    display: block;
    padding-right: 12px;
    color: #fff;
    font-size: 14px;
    font-family: "Arial";
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    background: url(../images/morebg.png) right center no-repeat;
}

.slide2 .date {
    position: absolute;
    bottom: 6%;
    left: 4%;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
}

.slide2 .news-box {
    position: absolute;
    right: -69%;
    top: 50%;
    transform: translateY(-50%);
    width: 72%;
    padding: 30px 30px 40px 40px;
    z-index: 50;
    background: url(../images/news-bg2_03.jpg) no-repeat;
    background-size: cover;
}

.newsdate {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsdate .nd {
    padding: 10px;
    background-color: #da251c;
}

.nd h1 {
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.nd p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 1.324;
}

.newsdate .more a {
    color: #f82123;
    background: url(../images/morebg2.png) right center no-repeat;
}

.newstitle {
    margin-bottom: 40px;
}

.newstitle a {
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(218, 37, 28);
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-content a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333;
    line-height: 1.8;
}

.news-content a:hover {
    color: #da251c;
}

.newslist {
    display: flex;
    justify-content: space-between;
}

.newslist div {
    width: 32.5%;
    padding: 35px 45px 45px 25px;
    background-color: #fff;
}

.newslist .date {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #333;
    line-height: 2;
}
.newslist h1{
    height: 60px;
    margin-bottom: 20px;
}
.newslist h1 a {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #333;
    font-weight: bold;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newslist p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; height: 87px;
    line-height: 29px;}
.newslist p a {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #666;

  
   
}

.newslist div:hover a,
.newslist div:hover .date {
    color: #da251c;
}

.notice {
    padding: 80px 0 95px 0;
    background: url(../images/notice.png) no-repeat;
    background-size: cover;
}

.notice-tit {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice-tit h1,
.jxfztit h1 {
    color: #fff;
}

.notice-tit p,
.jxfztit p {
    color: #d8e4ff;
    opacity: .2;
}

.notice-tit .titactive::after,
.jxfztit .titactive::after {
    background-color: #fff;
}

.notice-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.notice-list span {
    display: block;
    width: 23%;
    padding-left: 50px;
    color: #fff;
    opacity: .2;
    font-size: 18px;
    background: url(../images/spanbg2.png) left center no-repeat;
    transition: all 0.5s ease 0s;
}

.notice-list a {
    display: block;
    width: 68%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notice-list li:hover span,
.notice-list li:hover a {
    font-weight: bold;
    font-size: 24px;
    opacity: 1;
}

.djgz {
    position: relative;
    padding: 85px 0 90px 0;
    background: url(../images/djgzbg_02.jpg) no-repeat;
    background-size: 100% 100%;
}
.djgz .titlebox{
    width: 63%;
}
.djgz .listbox {
    width: 66%;
}

.djgz .titlebox {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.djgz .titlebox .more a {
    color: #f82123;
    background: url(../images/morebg2.png) right center no-repeat;
}

.djlist {
    width: 69.3%;
}

.djlist li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #d9dde5;
}

.djlist li::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: url(../images/djlistbg.png) left no-repeat;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all 0.5s ease 0s;
}

.djlist li:hover::after {
    background: url(../images/djlistbg2.png) left no-repeat;
    background-size: contain;
}

.djlist li:hover a {
    color: #da251c;
}

.djlist li a {
    display: block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.djlist li span {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.4;
}

.dj-swi {
    position: absolute;
    width: 50.5%;
    height: 630px;
    top: 18%;
    right: 0;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper3 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.mySwiper3 .swiper-pagination-bullet-active {
    background: #ffa711;
}

.mySwiper3 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.mySwiper3 .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
    left: 2%;
    bottom: 8%;
}

.jxfz {
    padding: 80px 0 90px 0;
    background: url(../images/jxfzbg_02.jpg) no-repeat;
    background-size: cover;
}

.jxfz-titbox,
.jxfztit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jxfztit{
    justify-content: start;
}

.jxfz-titbox {
    margin-bottom: 55px;
}

.jxfztit .title {
    margin-right: 65px;
}

.jxfztit h1 {
    cursor: pointer;
}

.jxfz .contentbox{
    display: none;
}

.jxfz .show{
    display: block;
}
.contentbox .listbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.contentbox .listbox>div {
    width: 24%;
    padding: 30px;
    background-color: #fff;
    z-index: 20;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease 0s;
    margin-right: 1.3%;
}

.contentbox .listbox>div:nth-child(4n){margin-right:0;}
.contentbox .textbox1,
.contentbox .textbox2,
.contentbox .textbox3,
.contentbox .textbox4{
    margin-bottom: 30px;
}
.contentbox p {
    margin-bottom: 20px;
}
.contentbox p a{
    height: 57px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #333;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.contentbox a {
    font-size: 14px;
    font-family: "Arial";
    color: rgb(39 72 234);
    line-height: 1.2;
    text-transform: uppercase;
}
.ztzltit{
    margin-bottom: 30px;
    display: none;
}
.ztzltit .more a{
    color: #f82123;
    background: url(../images/morebg2.png) right center no-repeat;
}
.ztzl {
    padding: 110px 0 100px 0;
    background: url(../images/ztzlbg.png) no-repeat;
    background-size: cover;
}

.ztzl-container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.ztzl1 {
    position: relative;
    width: 18%;
    margin-bottom: 160px;
    height: 320px;
    background: url(../images/ztzl1bg.png) no-repeat;
    background-size: 100% 100%;
}

.ztzl2,
.ztzl3,
.ztzl4 {
    position: relative;
    width: 24.6%;
    height: 655px;
}

.ztzl2 {
    height: 585px;
    background: url(../images/ztzl2bg_03.jpg) bottom no-repeat;
    background-size: 100% 100%;
    background-position-y: 0px;
}

.ztzl3 {
    background: url(../images/ztzl3bg_03.jpg) bottom no-repeat;
    background-size: 100% 100%;
    background-position-y: 0px;
}

.ztzl4 {
    height: 576px;
    background: url(../images/ztzl4bg_03.jpg) bottom no-repeat;
    background-size: 100% 100%;
    background-position-y: 0px;
}

.ztzl1 p {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.2;
    position: absolute;
    left: -2%;
    top: 33%;
}

.ztzl1 p span {
    margin-left: 10px;
    font-size: 36px;
}

.ztzl1 h2 {
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: absolute;
    left: 37%;
    bottom: 39%;
}

.ztzl1 .more {
    position: absolute;
    bottom: 8%;
    left: 30%;
}

.ztzl1 .more a {
    color: #f82123;
    background: url(../images/morebg2.png) right center no-repeat;
}

.ztzl2 .textbox,
.ztzl3 .textbox,
.ztzl4 .textbox {
    position: absolute;
    padding: 75px 30px 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ztzl3 .textbox {
    padding-top: 215px;
}

.ztzl4 .textbox {
    padding-top: 185px;
}

.ztzl2 .num,
.ztzl3 .num,
.ztzl4 .num {
    margin-bottom: 30px;
    font-size: 86px;
    font-family: "Arial";
    color: rgba(168, 210, 255, 0.369);
    font-weight: bold;
}

.ztzl3 .num {
    font-size: 60px;
    margin-bottom: 38px;
}

.ztzl4 .num {
    font-size: 60px;
}

.ztzl2 .icon {
    margin-bottom: 23px;
}

.ztzl3 .icon,
.ztzl4 .icon {
    margin-bottom: 35px;
}

.ztzl2 .tit {
    margin-bottom: 20px;
}

.ztzl2 .tit p,
.ztzl3 .tit p,
.ztzl4 .tit p {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.6;
}

.ztzl3 .tit p,
.ztzl4 .tit p {
    font-size: 24px;
}

.ztzl2 .tit span,
.ztzl3 .tit span,
.ztzl4 .tit span {
    font-size: 12px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.6;
}

.ztzl2 .text {
    width: 65%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.ztzl2 .more2,
.ztzl3 .more2,
.ztzl4 .more2 {
    width: 32px;
    height: 250px;
    background: url(../images/morebg3.png) no-repeat;
    position: absolute;
    right: 10%;
    bottom: 18%;
}
.ztzl3 .more2{
    bottom: 24%;
}
.ztzl2 .more2 a,
.ztzl3 .more2 a,
.ztzl4 .more2 a {
    display: block;
    width: 20px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    position: absolute;
    bottom: 12%;
    left: 0%;
}
.more1{position: absolute;
    right: 0;
    top: 6px;
    z-index: 999;}
.more1 a{color: #f82123;background: url(../images/morebg2.png) right center no-repeat;}