em,i{font-style: normal;}
.container .banner{
  position: relative;
  width: 100%;
  /* padding-top: 1rem; */
  /* height: 500px;
  background: url('../images//banner.png') no-repeat;
  background-size: cover; */
}
.container .banner img{
  width: 100%;
}
.container .banner .banner-cont{
  position: absolute;
  top: .9rem;
  left: 0;
  width: 100%;
}
.container .banner .banner-span{
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #2C2C2C;
  letter-spacing: 6px;
  font-family: PingFangSC-Medium, sans-serif;
}
.container .banner .banner-em{
  font-size: .375rem;
  line-height: .525rem;
  font-weight: 300;
  color: #2C2C2C;
  position: absolute;
  bottom: 2.1rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.container .banner .banner-cont .banner-title{
  font-size: 0.575rem;
  font-weight: 500;
  line-height: 0.8125rem;
  font-family: PingFangSC-Medium, sans-serif;
  /* -webkit-transition:font-size 0.2s ease-out; */
}
.container .banner .banner-cont .banner-title1{
  font-size: .75rem;
  line-height: 1.35rem;
  color: #ffffff;
  font-family: PingFangSC-Semibold, sans-serif;
  /* -webkit-transition:font-size 0.2s ease-out; */
}
.container .banner .banner-cont .banner-title2{
  font-size: .25rem;
  line-height: .75rem;
  color: #ffffff;
  font-family: PingFangSC-Light, sans-serif;
  margin-top: .155rem;
}

.container .banner .banner-cont .banner-h4{
  font-size: .525rem;
  color: #ffffff;
  letter-spacing: 0;
  font-family: PingFangSC-Semibold, sans-serif;
}
.container .banner .banner-cont .banner-p{
  font-size: .3rem;
  font-weight: 300;
  line-height: .525rem;
  font-family: PingFangSC-Light, sans-serif;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: .225rem;
}

.container .banner .banner-cont .banner-btn{
    margin: .95rem auto 0;
    width: 3.86rem;
    height: .7rem;
    background: #e34f06;
    border-radius: .085rem;
    color: #fff;
    font-size: .3rem;
    line-height: 0.7rem;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
}


.container .banner .banner-cont .banner-btn:hover{
  opacity: 0.8;
}

.container .banner .banner-cont .banner-btn1{
  margin: .45rem auto 0;
  width: 3.75rem;
  height: .925rem;
  background: rgba(0,0,0,0.11);
  border-radius: 37px;
  border: 1px solid #FFFFFF;
  color: #fff;
  font-size: .3rem;
  line-height: 0.925rem;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}
.container .banner .banner-cont .banner-btn1:hover{
  opacity: 0.8;
}

.container .banner .banner-cont dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 562px;
    margin: 30px auto;
}

.container .banner .banner-cont dl dd {
    border-radius: 50px;
    background: #c5c5c5;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
    border: 1px dashed #717171;
}
.floor_1 {
    height: auto;
    overflow: hidden;
    padding-bottom: 70px;
}

.floor_1 {
    background-color: #F5F9FF;
}

.floor_1 .item {
    flex: none;
    margin-top: 20px;
    padding: 20px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 20px 1px rgba(121, 148, 193, 0.06);
}

.floor_1 .item .item-head { 
    border-bottom: 1px solid #eee;
    padding: 0 0 8px 0;
    margin-bottom: 10px;
}
.floor_1 .item .item-head .title { 
    font-size: 18px;
    font-weight: 900;
    color: #232121;
    line-height:30px;
    margin-bottom: 5px;
}
.floor_1 .item .item-head .label span {
    font-size: 12px;
    color: #eb3d06;
    background: #f9f1d0;
    line-height: 20px;
    border-radius: 4px;
    padding: 0 5px;
}
.floor_1 .item .item-body li {
    font-size: 15px;
    line-height: 30px;
    color: #433d3d;
}
.floor_1 .item .item-footer{
    margin-top: 20px;
    display: flex;
}

.floor_1 .item .item-footer button { 
    background: #f37504;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    display: flex;
    cursor: pointer;
}

.floor_1 .item .item-footer li {
    text-align: center;
    font-size: 14px;
    margin-right: 20px;
}

.floor_1 .item .item-footer li img {
    width: 120px;
}