.head {
    width: 100%;
    height: auto;
    /* margin-top: 84px; */
}

.head .banner{
    width: 100%;
    height: auto;
}

.content {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.content .box1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.box1 .box1-con{
    width: 62%;
    margin: 0  auto;
}

.box1-con .box1-head {
    width: 100%;
    height: 240px;
}

.box1-head .box1-title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column;
    text-align: center;
    justify-content: center;
}

.box1-head .box1-title h1,.box1-head .box1-title h2{
    width: 100%;
}

.box1-head .box1-title h1{
    font-size: 48px;
    font-weight: normal;
}

.box1-head .box1-title h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing:8px;
}

.box1-con .box1-main {
    width: 100%;
    height: 500px;
    background: #ffffff;
    margin: 0 auto;
    display: flex;
}

.box1-main .main-left {
    width: 51.4%;
    height: 280px;
    display: flex;
    align-items: center;
}

.main-left .main-leftcon{
    width: 85.7%;
    height: 280px;
}

.main-leftcon .infoleft-title{
    width: 150px;
    height: 60px;
    padding-left: 22px;
}

.main-leftcon .infoleft-con{
    width: 100%;
    height: 220px;
    padding:16px 0 0 10px;
}

.box1-main .main-left p {
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    color: #666666;
}

.box1-main .main-right {
    width: 48.6%;
    height: 280px;
    display: flex;
    align-items: center;
}
.main-right  .main-rightcon{
    width: 100%;
}

.content .box2{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.box2 .box2-con{
    width: 62%;
    margin: 0  auto;
}

.box2-con .box2-head{
    width: 100%;
    margin-top: 50px;
}

.box2-head .box2-title{
    width: 270px;
    height: 80px;
}

.box2-head .box2-title h1{
    font-size: 48px;
    font-weight: normal;
}

.box2-con  .box2-main{
    width: 100%;
    margin: 0 auto;
}

.box2-main .recs{
    margin-top: 10px;
}

.recs li{
    padding: 24px;
    border-top: 1px solid #e6eaf2;
}

.recs h4{
    color: #131d27;
    font-weight: 600;
    font-size: 20px;
}

.recs .flex-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.recs button{
    color: #fff;
    font-size: 14px;
    display: block;
    text-decoration: none;
    background-color: #40a9ff;
    border-color: #40a9ff;
    height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}

.recs p{
    margin: 10px 0 16px;
    color: rgba(19,29,39,.4);
}

.recs .tag{
    display: inline-block;
    height: 28px;
    padding: 0 12px;
    line-height: 28px;
    background: #f5f7fa;
    border-radius: 14px;
    margin-top: 5px;
}

.recs p img{
    width: auto;
    display: inline;
    vertical-align: middle;
}

.recs .address{
    margin-left: 20px;
}