.rdxrmzf-container{
  width: 1200px;
}
.swiper-container {
    width: 100%;
    height: 600px;
    margin-bottom: 20px;
    --swiper-theme-color: rgba(0, 0, 0, 1);
    --swiper-pagination-color: #fff;
    margin-top: 30px;
    /* 两种都可以 */
}

.swiper-container img {
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    --swiper-navigation-size: 0;
}

.swiper-container .swiper-button-prev {
    width: 50px;
    height: 90px;
    background: url(./slidesleft.png) no-repeat;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-container .swiper-button-next {
    width: 50px;
    height: 90px;
    background: url(./slidesright.png) no-repeat;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    margin-left: 900px !important;
    width: 300px !important;
    bottom: 20px !important;
}

.swiper-pagination {
    z-index: 100 !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 20px !important;
}

.swiper-container .swiper-button-prev {
    right: 50px;
    bottom: 50px;
}

.swiper-container .swiper-bottom {
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    z-index: 99;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    margin-left: 50px;
    letter-spacing: 2px;
}
 .message .messageLeft,
 .message .messageRight {
    width: 570px
}

 .message .messageLeftTitle,
.message .messageRightTitle {
    width: 100%;
    height: 70px;
    background-color: #e4edf7;
}

 .message .messageLeftTitle .leftMessage,
 .message .messageRightTitle .rightMessage {
    width: 200px;
    height: 100%;
    background-color: #3473b6;
}

 .message .messageLeftTitle .leftMessage a,
 .message .messageRightTitle .rightMessage a {
    font-size: 26px;
    color: #fff;
}

 .message .messageLeftTitle .leftMessageMore,
.message .messageRightTitle .rightMessageMore{
    margin-right: 20px;
}

 .message .messageLeftTitle .leftMessageMore a,
 .messageRight .rightMessageMore a {
    font-size: 26px;
    color: #666;
}

 .messageLeft .messageLeftList,
 .message .messageRightTitle {
    width: 100%;
}

 .messageLeft .messageLeftList ul,
.message.messageRight.messageLeftList ul {

    margin-left: 20px;
}

 .messageLeft .messageLeftList li,
 .message .messageRightList li {
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    line-height: 30px;
    height: 30px;
    margin: 30px 0 10px 30px;
}

 .messageLeft .messageLeftList li div,
 .messageRight .messageRightList li div {
    line-height: 30px;
    height: 30px;
    font-size: 28px;
}

 .messageLeft .messageLeftList li::marker,
 .messageRight .messageRightList li::marker {
    display: flex;
    color: #3473b6;
    font-size: 30px;
}

 .messageLeftList .messageDate,
 .messageRightList .messageDate {
    color: #777777;
}

.messagelogo {
    width: 100%;
    margin: 40px 0;
}

.messagelogo ul li {
    width: 250px;
    height: 190px;
    list-style: none;
    background-color: #e2f0ff;
    margin: 10px 0;
    text-align: center;
}

 .messagelogo ul {
    flex-wrap: wrap;
}

.messagelogo ul li .img1 {
    margin: 0 auto;
}
.messagelogo ul li>div{
  width: 200px;
  height: 100px;
  margin: 20px auto;
  display: flex;
  align-items: center;
}
.messagelogo ul li .span1 {
    display: block;
    font-size: 32px;
    color: #3473b6;
}

 .messagelogo ul li .span2 {
    display: block;
    margin-top: -10px;
    font-size: 32px;
    color: #3473b6;
}

 .action {
    width: 100%;
    margin: 20px 0;
}

.action img {
    width: 100%;
    height: 150px;
}

 .serve .serveHeaderText,
.special .specialHeaderText {
    font-size: 36px;
    color: #3473b6;
}

 .serve .serveFooter ul {
    list-style: none;
    flex-wrap: wrap;
}

 .serve .serveFooter ul li {
    width: 360px;
    height: 360px;
    text-align: center;
    margin-right: 30px;
    margin-top: 20px;
}
.serve .serveFooter ul li>div{
  width: 200px;
  height: 200px;
  margin:  25px auto;
  display: flex;
  align-items: center;
}
.serve .serveFooter ul li>div img{
  width: 100%;
}
 .serve .serveFooter ul li span {
    width: 100%;
}

.serve .serveFooter ul li span a {
    width: 250px;
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin: 0 auto;
}

.special  .ztzl{
  width: 1200px;
  height: 169px;
  margin: 0 auto;
}
 .special .box{
  width: 1060px;
  height: 169px;
  overflow: hidden;
  margin: 0 auto;
}
 .ztzl .box .list{
  left: 0;
}
 .ztzl .box .list>div{
  margin-right: 30px;
}
 .special  .ztzl{
  width: 1200px;
  height: 169px;
  margin: 0 auto;
}
 .ztzl .box{
  width: 1060px;
  height: 169px;
  overflow: hidden;
  margin: 20px auto;
}
 .special .box .list{
  left: 0;
}
.special .box .list>div{
  margin-right: 30px;
} .buttonleft{
  width: 50px;
  height: 50px;
  background: url(./fuwuleft.png) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
 .special .ztzl .buttonright{
  width: 50px;
  height: 50px;
  background: url(./fuwuright.png) no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ztzlLbt{
    display: none;
}