em,i{font-style: normal;}
.title {
    text-align: center;
    padding: 80px 0 46px;
}

.title span {
    color: #121212;
    font-size: 36px;
    display: block;
}

.title .t {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 580px;
    margin: 20px auto 0;
}
.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%;
  text-align: center;
}
.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.05rem;
  color: #dedfdf;
  font-family: PingFangSC-Semibold, sans-serif;
  /* -webkit-transition:font-size 0.2s ease-out; */
}
.container .banner .banner-cont .banner-title2{
  font-size: .45rem;
  line-height: .75rem;
  color: #dedfdf;
  font-family: PingFangSC-Light, sans-serif;
  margin-top: .125rem;
}

.container .banner .banner-cont .banner-h4{
  font-size: .525rem;
  color: #dedfdf;
  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: #dedfdf;
  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: 30px;
}

.floor_1>h3,.section_three>h3{
    color: #333;
    font-size: 30px;
    line-height: 30px;
    margin: 60px 0;
    text-align: center;
}
.floor_1>ul{
    width: 1200px;
    height: 200px;
    margin: 60px auto;
}
.floor_1>ul>li{
    width: 280px;
    height: 200px;
    float: left;
   background: #fff;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.2);
    font-size: 18px;
    padding: 40px 30px;
    box-sizing: border-box;
}
.floor_1>ul>li:first-child~li {
    margin-left: 180px;
}