html {
    width: 100%;
    height: 100%;
    font-size: 37.5px !important;
    font-family: MyFontNameC;
    background: #FFF;
  }

.top{
	position: relative !important;
}

  .banner_warp {
    width: 100%;
    height: 3.08rem;
    background: url(gsyw35.png) 0 0 no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
  }
.portlet {
width: 100%;
}

.portlet>div {
    display: flex;
    justify-content: space-around;
}

  .shadow_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.08rem;
  }

  .banner_warp p {
    position: relative;
    z-index: 10;
  }

  .banner_warp p:nth-of-type(1) {
    font-size: 0.48rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0.8rem;
    margin-left: 0.67rem;
  }

  .banner_warp p:nth-of-type(2) {
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.67rem;
  }

  .tab_title {
    width: calc(100% - 0.8rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.62rem auto 0;
  }

  .tab_title li {
    width: 2.88rem;
    height: 0.8rem;
    font-size: 0.46rem;
    font-weight: 600;
    color: #BBBBBB;
    line-height: 0.8rem;
  }

  .tab_title .active {
    color: #003366;
    border-bottom: 2px solid #CC3333;
  }

  .tabs_con li {
    width: calc(100% - 0.8rem);
    margin: 0.53rem auto;
    display: none;
    overflow: hidden;
  }

  .tabs_con li:nth-of-type(1) {
    height: 4.8rem;
  }

  .tabs_con li:nth-of-type(1) {
    background: url(gsyw31.png) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
  }

  .tabs_con .shadow_path {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(270deg, #003366 0%, rgba(147, 181, 244, 0) 100%);
    left: 0;
    top: 0;
  }

  .tabs_con li:nth-of-type(1) .list {
    width: 6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    float: right;
    margin: 1.6rem 0.63rem 0 0;
    position: relative;
    z-index: 10;
  }

  .tabs_con li:nth-of-type(1) .list p {
    height: 0.53rem;
    font-size: 0.37rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.53rem;
    margin-bottom: 0.3rem;
  }

.tabs_con li:nth-of-type(1) .list p a {
 color: #FFF;
font-size: 0.37rem;
}

  .tabs_con li:nth-of-type(2) div {
    width: 4.4rem;
    float: left;
    margin-left: calc(25% - 2.2rem);
    margin-right: calc(25% - 2.2rem);
  }

  .tabs_con li:nth-of-type(2) div img {
    width: 4.4rem;
    height: 3.2rem;
  }

  .tabs_con li:nth-of-type(2) div p {
    font-size: 0.4rem;
    font-weight: 500;
    color: #003366;
    height: 1rem;
    line-height: 1rem;
    background: #FFF;
    text-align: center;
  }


  .tabs_con li:nth-of-type(3) .warp {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .tabs_con li:nth-of-type(3) .item {
    width: 4.4rem;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 0.05rem;
    padding: 0.4rem 0;
  }

  .tabs_con li:nth-of-type(3) .item h4 {
    font-size: 0.37rem;
    font-weight: 500;
    color: #CC3333;
    line-height: 0.53rem;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0.23rem;
  }

.tabs_con li:nth-of-type(3) .item h4 a {
 font-size: 0.37rem;
    font-weight: 500;
    color: #CC3333;
}

  .tabs_con li:nth-of-type(3) .item p {
    font-size: 0.19rem;
    font-weight: 400;
    color: #262626;
    text-align: center;
  }

  .tabs_con li:nth-of-type(3) .item .num {
    font-size: 0.24rem;
    font-weight: 600;
    color: #262626;
    line-height: 0.48rem;
    letter-spacing: 1px;
  }

  .tabs_con li:nth-of-type(3) .item .num span {
    font-size: 0.4rem;
    color: #EC1D24;
  }

  .tabs_con .active {
    display: block;
  }

  .floor1 {
    width: calc(100% - 0.8rem);
    margin: 1.07rem auto 0;
    padding: 0.4rem;
    background: #FFF;
  }

  .floor1 .title {
    font-size: 0.48rem;
    font-weight: 600;
    color: #003366;
    line-height: 0.67rem;
    margin-bottom: 0.4rem;
  }

  .floor1 ul {
    width: calc(100% - 0.8rem);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .floor1 ul li {
    width: 2.8rem;
    height: 0.93rem;
    line-height: 0.93rem;
    background: #CC3333;
    border-radius: 0.13rem;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .floor1 ul li a {
   font-size: 0.4rem;
    font-weight: 400;
    color: #FFFFFF;
}

  .floor2 {
    width: 100%;
    height: 9.33rem;
    background: url(gsyw19.png) 0 0 no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
  }

  .floor2 .shadow_path {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 98, 159, 0) 0%, #003366 100%);
    opacity: 0.66;
  }

  .floor2 .fir {
    height: 2.13rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    opacity: 0.79;
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    padding: 0 0.4rem;
    position: relative;
    z-index: 10;
  }

  .floor2 .fir .left {
    width: 2.11rem;
    height: 1.65rem;
    margin-right: 0.72rem;
  }

  .floor2 .fir .right p:nth-of-type(1) {
    height: 0.88rem;
    font-size: 0.63rem;
    font-weight: 600;
    color: #155E9C;
    line-height: 0.88rem;
  }

  .floor2 .fir .right p:nth-of-type(1) {
    height: 0.88rem;
    font-size: 0.63rem;
    font-weight: 600;
    color: #155E9C;
    line-height: 0.88rem;
  }

  .floor2 .fir .right p:nth-of-type(2) {
    height: 0.32rem;
    font-size: 0.2rem;
    color: #155E9C;
    line-height: 0.32rem;
  }

  .floor2 .fir .right p:nth-of-type(3) {
    height: 0.6rem;
    font-size: 0.36rem;
    font-weight: 600;
    color: #155E9C;
    line-height: 0.6rem;
    letter-spacing: -3px;
  }

  .floor2 .sec {
    width: calc(100% - 0.8rem);
    margin: 0.89rem auto;
    position: relative;
    z-index: 10;
  }

  .floor2 .sec .title {
    display: flex;
    align-items: center;
  }

  .floor2 .sec .title span:nth-of-type(1) {
    display: block;
    font-size: 0.48rem;
    color: #FFF;
    font-weight: 500;
  }

  .floor2 .sec .title span:nth-of-type(2) {
    display: block;
    width: 2rem;
    height: 0.47rem;
    line-height: 0.47rem;
    background: #FFFFFF;
    border-radius: 0.07rem;
    font-size: 0.28rem;
    font-weight: 500;
    color: #155E9C;
    text-align: center;
    margin-left: 0.27rem;
  }

  .floor2 .sec p {
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0.2rem auto 0.4rem;
  }
.floor2 .sec p a {
font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
}

  .floor2 .sec .lot {
    font-weight: 600;
  }

  .floor3 {
    width: calc(100% - 0.8rem);
    margin: 0.69rem auto;
    overflow: hidden;
  }

  .floor3 .fir {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .floor3 .fir .title {
    font-size: 0.48rem;
    font-weight: 600;
    color: #003366;
  }

  .floor3 .fir .right {
    width: 4.53rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .floor3 .fir .right p {
    width: 2.13rem;
    height: 0.72rem;

    border-radius: 0.13rem;
    line-height: 0.72rem;
    text-align: center;
  }

  .floor3 .fir .right p:nth-of-type(1) {
    background: #CC3333;
  }

  .floor3 .fir .right p:nth-of-type(1) a {
    color: #FFF;
  }

  .floor3 .fir .right p:nth-of-type(2) {
    background: none;
    border: 0.01rem solid #CC3333;
  }

  .floor3 .fir .right p:nth-of-type(2) a{
    color: #CC3333;
  }

  .floor3 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.57rem;
  }

  .floor3 ul li {
    width: 4.4rem;
    height: 3.2rem;

    margin-bottom: 0.4rem;
    position: relative;
  }

  .floor3 ul li p {
    text-align: center;
    font-size: 0.4rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 2.23rem;
    position: relative;
    z-index: 10;
  }
.floor3 ul li p a {
font-size: 0.4rem;
    font-weight: 500;
    color: #FFFFFF;
}

  .floor3 ul li:nth-of-type(1) {
    background: url(gsyw07.png) 0 0 no-repeat;
    background-size: 100%;
  }

  .floor3 ul li .shadow_path {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(34, 33, 33, 0) 0%, #262626 100%);
    opacity: 0.69;
  }

  .floor3 ul li:nth-of-type(2) {
    background: url(gsyw33.png) 0 0 no-repeat;
    background-size: 100%;
  }

  .floor3 ul li:nth-of-type(3) {
    width: 100%;
    height: 2.53rem;
    background: url(gsyw04.png) 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 0;
  }

  .floor3 ul li:nth-of-type(3) p {
    margin-top: 1rem;
  }

  .floor4 {
    width: 100%;
    margin: 0.69rem auto;
    overflow: hidden;
  }

  .floor4 .title {
    width: calc(100% - 0.8rem);
    margin: 0 auto;
    font-size: 0.48rem;
    font-weight: 600;
    color: #003366;
    line-height: 0.67rem;
    margin-bottom: 0.53rem;
  }

  .floor4 .warp {
    width: 100%;
    height: 5.87rem;
    background: url(gsyw22.png) 0 0 no-repeat;
    background-size: 100%;
    overflow: hidden;
    background-color: #FFF;
    padding-bottom: 0.4rem;
  }

  .floor4 .warp p {
    font-size: 0.32rem;
    color: #262626;
    font-weight: 500;
    margin-top: 0.63rem;
    margin-left: 0.79rem;
  }

  .floor4 .warp p:nth-of-type(2) {
    margin-top: 0.4rem;
  }

  .floor4 .warp ul {
    margin-left: 0.79rem;
  }

  .floor4 .warp ul li {
    font-size: 0.32rem;
    color: #262626;
    margin-top: 0.13rem;
  }
.floor4 .warp ul li a {
list-style-type: disc !important;
 font-size: 0.32rem;
    color: #262626;
}

  .floor5 {
    width: calc(100% - 0.8rem);
    margin: 0.19rem auto;
    overflow: hidden;
    margin-bottom: 0.6rem;
  }

  .floor5 ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

  .floor5 ul li {
    width: 2.88rem;
    height: 3.47rem;
    background: #003366;
    border-radius: 0.13rem;
  }

  .floor5 ul li img {
    width: 2.88rem;
    height: 2.65rem;
  }

  .floor5 ul li p {
    height: 0.81rem;
    line-height: 0.81rem;
    text-align: center;
    font-size: 0.4rem;
    font-weight: 500;
    color: #FFFFFF;
  }

.floor5 ul li p a {
 font-size: 0.4rem;
    font-weight: 500;
    color: #FFFFFF;
}

@media screen and (min-width: 414px) {
    .tabs .tabs_con {
      justify-content: space-around;
    }

    .floor3 ul {
      justify-content: space-around;
    }

    .tabs_con li:nth-of-type(3) .item {
      width: 5rem;
    }

    .floor5 ul {
      justify-content: space-around;
    }
  }

@media screen and (max-width: 413px) {
  .floor1 ul {
    width: 100% !important;
  }

  .floor1 ul li {
    width: 30% !important;
  }
}