

.center {
  width: 1200px;
  margin: 0 auto;
}

.content {
  background: #fff;
}

.content-top {
  width: 100%;
  background-color: #fff;
  padding-top: 30px;
}

.center-banna {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.center-banna img{
  max-width: 100%;
}

.bszn {
  font-size: 22px;
  margin: 20px 0;
  color: #254D81;
  font-weight: 700;
}

.liebiao-head {
  width: 100%;
  line-height: 40px;
}

.biaoge {
  width: 100%;
  margin-bottom: 20px;
}

.biaotou {
  width: 100%;
  line-height: 40px;
  padding: 0 30px;
  background-color: #F2F6FC;
  display: flex;
  font-weight: 700;
  border-bottom: 1px solid #E9E9E9;
}

.biaotou>span:nth-child(1),
.liebiao>li>span:nth-child(1) {
  width: 4%;
}

.biaotou>span:nth-child(2),
.liebiao>li>span:nth-child(2) {
  width: 43%;
}

.biaotou>span:nth-child(3),
.liebiao>li>span:nth-child(3) {
  width: 43%;
}

.biaotou>span:nth-child(4),
.liebiao>li>span:nth-child(4) {
  width: 10%;
}

.liebiao {
  width: 100%;
  padding: 0 30px;
  line-height: 40px;
}

.liebiao>li {
  display: flex;
  border-bottom: 1px solid #E9E9E9;
}


.liebiao>li>span:nth-child(2),
.liebiao>li>span:nth-child(3) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wybl {
  padding: 3px 20px;
  color: #fff;
  border-radius: 5px;
  background-color: #7aa2d7;
}

.top-crad {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.crad-after {
  width: 49%;
}

.crad-after>h3 {
    font-size: 22px;
    color: #254D81;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9E9E9;
}

.crad-after>h3:nth-child(1) {
     color: #254D81;
}

.crad-after>ul {
  padding-top: 20px;
}

.crad-after>ul>li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.crad-after>ul>li>span {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #DDDDDD;
  margin-right: 10px;
}

.crad-after>ul>li:hover span {
  background-color: #254D81;
}

.crad-left {
  width: 49%;
}

.crad-left>h3 {
    font-size: 22px;
    color: #a7a7a7;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.crad-left>h3:nth-child(1) {
     color: #254D81;
}

.crad-left>span {
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 100;
    color: #e9e9e9;
}

.crad-left>ul {
  padding-top: 20px;
  border-top: 1px solid #E9E9E9;
}

.crad-left>ul>li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.crad-left>ul>li>span {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #DDDDDD;
  margin-right: 10px;
}

.crad-left>ul>li:hover span {
  background-color: #254D81;
}

.crad-right {
  width: 49%;
}

.crad-right>h3 {
    font-size: 22px;
    color: #a7a7a7;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.crad-right>span {
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 100;
    color: #e9e9e9;
}

.crad-right>ul {
  padding-top: 20px;
  border-top: 1px solid #E9E9E9;
}

.crad-right>ul>li {
  margin-bottom: 10px;
}

.crad-right>ul>li>a {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #F5F5F5;
  padding: 10px 30px;
  border-radius: 5px;
}

.crad-right>ul>li>a>h4 {
  font-weight: 700;
  margin-bottom: 5px;
}

.crad-right>ul>li>a>p {
  font-size: 14px;
  color: #919191;
}

.content-button {
  width: 100%;
  background-color: #F7F7F7;
  padding: 20px 0;
}

.top-title {
  font-size: 22px;
  color: #254D81;
  font-weight: 700;
  margin-bottom: 20px;
}

.bmfw-crad {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bmfw-crad>div {
  width: 280px;
  height: 50px;
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 0 10px 0 #ccc;
  border-radius: 5px;
}

.rmcs-title {
  font-size: 22px;
  color: #254D81;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rmcs-content {
  padding: 10px;
  background-color: #fff;
  height: 350px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.rmcs-left {
  width: 49%;
  height: 100%;
  background-color: red;
}

.rmcs-right {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.rmcs-right-top {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}

.rmcs-right-body {
  width: 100%;
  flex: 1;
}


/* 轮播图 */
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  padding: 20px 40px;
}

.swiper-slide-top {
  height: 50%;
  padding: 20px 40px;
  position: relative;
  border-bottom: 1px dashed #DCDCDC;
}

.swiper-slide-top>h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
.swiper-slide-top>span{
  width: 36px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../images/dw_icon.png) no-repeat center;
}
.swiper-slide-top>p {
  font-size: 14px;
}

.swiper-slide-button {
  height: 50%;
  padding: 20px 40px;
  position: relative;
}

.swiper-slide-button>h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.swiper-slide-button>span{
  width: 36px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../images/dw_icon.png) no-repeat center;
}
.swiper-slide-button>p {
  font-size: 14px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev {
  left: 0 !important;
  width: 15px !important;
  height: 30px !important;
  background: #F2F2F2 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D1D1D1;
}

.swiper-button-next {
  right: 0 !important;
  width: 15px !important;
  height: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F2F2F2 !important;
  color: #D1D1D1;
}

@media only screen and (max-width: 768px) {
  .center {
    width: 100%;
  }

  .content-top {
    padding: 30px 20px;
  }

  .top-crad {
    flex-wrap: wrap;
  }

  .crad-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .crad-right {
    width: 100%;
    margin-bottom: 30px;
  }

.crad-after {
    width: 100%;
}

  .biaotou {
    padding: 0;
    justify-content: space-between;
  }

  .biaotou>span {
    width: auto !important;
  }
  .biaotou>span:nth-child(2) {
    width: 48% !important;
  }
  .wybl {
    padding: 3px;
  }

  .liebiao {
    padding: 0;
  }

  .liebiao>li {
    justify-content: space-between;
  }


  .liebiao>li>span {
    width: auto !important;
    white-space: nowrap;
  }

  .liebiao>li>span:nth-child(2) {
    width: 48% !important;
  }

  .biaotou>span:nth-child(3), .liebiao>li>span:nth-child(3){
    display: none;
  }
  .bmfw-crad{
    justify-content: center;
  }
  .content-button {
    padding: 20px;
  }
  .rmcs-content{
    flex-wrap: wrap;
    height: auto;
  }
  .rmcs-left{
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
  }
  .rmcs-right{
    width: 100%;
  }
}

