body {
  margin: 0;
  padding: 0;
}
header {
  background-color: #fff;
  color: #fff;
}
.banner {
  position: relative;
  width: 100%;
  height: 60rem;
  background-image: url("../images/banner6.png");
  background-repeat: round;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .title {
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  color: #fff;
}
.banner .title::after {
  position: absolute;
  width: 20%;
  left: 40%;
  bottom: -5px;
  content: '';
  background-color: #fff;
  height: 2px;
}
.title {
  margin-top: 5.625rem;
  font-size: 2.875rem;
  color: #15499a;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-bottom: 4.375rem;
}
.title::after {
  background-color: #FF5B1B;
  position: absolute;
  width: 8%;
  left: 46%;
  bottom: -10px;
  content: '';
  height: 3px;
}
.top {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 8.75rem 6.25rem 5rem 11.25rem;
  align-items: center;
}
.top .swiper {
  width: 45.75rem;
  height:  45.75rem;
  background: #FFFFFF;
  margin-right: 10.625rem;
}
.top .swiper img {
  /* width: 100%; */
  max-width: 100%;
  max-height: 100%;
}
.top .right {
  /* overflow: scroll;
  height: 35rem; */
  height: auto;
}
.top .right .right1 {
  font-size: 2.875rem;
  color: #15499a;
  margin-bottom: 1.5625rem;
}
.top .right .right2 {
  font-size: 2.125rem;
  color: #4d4a47;
  margin-bottom: 2.5rem;
}
.top .right .right3 {
  font-size: 1.3rem;
  color: #4d4a47;
  margin-bottom: 1.5rem;
}

.top .right .right3 p {
  position: relative;
  padding-left: 8px;
  margin: 0;
}
.top .right .right3 p::after {
  background-color: #FF5B1B;
  position: absolute;
  width: 0.25rem;
  left: 0;
  /*top: calc(50% - .625rem);*/
   top: .35rem;
  content: '';
  border-radius: 0.125rem;
  height: 1.25rem;
}
.top .right .right4 {
  font-size: 1.5rem;
  color: #15499a;
  margin-bottom: 1.25rem;
  margin-top: 3.75rem;
  display: none;
}
.top .right::-webkit-scrollbar {
  width: 0;
}
.excel {
  /*width: 97.5rem;*/
  width: 120rem;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 3.75rem 0;
  box-sizing: border-box;
  background-color: #f1f4f9;
}
.excel div {
  width: 98%;
  margin: 0 auto;
}
.excel div * {
  /* max-width: 100%; */
}
.down {
  display: flex;
  width: 97.5rem;
  margin: 0 auto 23.75rem;
  justify-content: space-around;
  flex-wrap: wrap;
}
.down .down1 {
  width: 45.3125rem;
  min-height: 13.75rem;
  border-radius: 1.25rem;
  background-color: #d0dbeb;
  font-size: 2.125rem;
  position: relative;
  margin-bottom: 4rem;
}
.down .down1 .title1 {
  color: #15499a;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down .down1 .mask {
  display: none;
}
.down .down1 .mask .left {
  color: #fff;
  background-color: #15499a;
  width: calc(45.3125rem - 15rem);
  min-height: 13.75rem;
  border-radius: 1.25rem 0 0 1.25rem;
  padding: 10%;
  text-align: center;
  box-sizing: border-box;
}
.down .down1 .mask .right {
  width: 15rem;
  /*height: 13.75rem;*/
  background-color: #8aa4cd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 1.25rem 1.25rem 0;
}
.down .down1 .mask .right img {
  width: 3.5rem;
}
.down .down1:hover .mask {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
table td, table th {
  line-height: 24px;
  text-align: center!important;
}
@media (max-width: 820px) {
  .top .swiper {
    margin-right: 3.625rem;
  }
}
@media (max-width: 450px) {
  .top .right .right3 p::after {
    background-color: #FF5B1B;
    position: absolute;
    width: 2px;
    left: 0;
    top:1.5rem;
    content: '';
    border-radius: 0.125rem;
    height: 4rem;
}
  .banner .title {
    font-size: 5.5rem;
    text-align: center;
    position: relative;
    color: #fff;
}
  .title {
    margin-top: 10rem;
    font-size: 6rem;
    margin-bottom: 10rem;
}
  .top .swiper {
    width: 100%;
    height: auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%!important;
}
  .down .down1 .title1 {
    display: none;

}
.top .right .right1 {
  font-size: 6rem;
  color: #15499a;
  margin-bottom: 1.5625rem;
}
.top .right .right2 {
  font-size: 5rem;
  color: #4d4a47;
  margin-bottom: 2.5rem;
}
.top .right .right3 {
  font-size: 4.5rem;
  color: #4d4a47;
  line-height: 6.5rem;
  margin-bottom: 3rem;
}
.top .right .right4 {
  font-size: 4.5rem;
  color: #15499a;
  margin-bottom: 1.25rem;
  margin-top: 3.75rem;
}
.down .down1 .mask {
  display: flex;
}
  .top {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 8.75rem 6.25rem 5rem 6.25rem;
}

.down .down1 .mask .left {
  color: #fff;
  background-color: #15499a;
  width: calc(45.3125rem - 15rem);
  min-height: 15.75rem;
  border-radius: 1.25rem 0 0 1.25rem;
  padding: 10%;
  text-align: center;
  font-size: 4rem;
  box-sizing: border-box;
}
.down .down1 .mask .right {
  width: 15rem;
  /*height: unset;*/
  background-color: #8aa4cd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 1.25rem 1.25rem 0;
}
.down .down1 .mask .right img {
  width: 5.5rem;
}
.top .right{
  overflow: auto;
  height: auto;
  margin-top: 15rem;
}
  .title::after {
    background-color: #FF5B1B;
    position: absolute;
    width: 8%;
    left: 46%;
    bottom: -5px;
    content: '';
    height: 4px;
    border-radius: 2px;
  }
  .banner .word {
    display: block;
    width: 53.375rem;
    height: 30rem;
    padding: 0.625rem;
    box-sizing: border-box;
    overflow: scroll;
  }
  .banner .word .title::after {
    position: absolute;
    width: 10px;
    left: calc(50% - 5px);
    bottom: -5px;
    content: '';
    background-color: #fff;
    height: 2px;
  }
  .excel {
    width: 90%;
    font-size: 4.5rem;
    background-color: #fff;

}
.excel .ccc {
  width: 100%;
  overflow: scroll;
}
tr:nth-child(2n+1) {
  /* color: blue; */
  background: #cbd7eb;
}
table {
  min-width: 600px!important;
  font-family: Arial, Helvetica, sans-serif;

}
.down {
  display: flex;
  width: 90%;

}

}
td * {
  /*white-space: nowrap;*/
  padding: 0;
  margin: 0;
 }
td p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table tbody tr:nth-child(2n+1) * {
  font-size: 14px!important;

}
.table  tr:nth-child(2n) * {
  font-size: 14px!important;

}
.table  tr{
  height: 8rem;
}