body{
    background: #F6F9FF;
}
.banner{
    width: 100%;
    height: 265px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.banner-bc{
    width: 100%;
    height: 200px;
}
.banner-con{
    width: 1200px;
    height: 230px;
    background: #FFFFFF linear-gradient(180deg, #F5F7FA 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 10px 0px rgba(153,153,153,0.25);
    border-radius: 8px;
    border: 3px solid #FFFFFF;
    position: absolute;
    top: 140px;
}
.banner-con-title{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 33px;
    padding-left: 40px;
    margin-top: 30px;
}
.banner-con-tip{
    font-size: 16px;
    font-family: pht;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    padding-left: 40px;
    margin-top: 8px;
}
.banner-intro{
    width: 1120px;
    margin: 0 auto;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
}
.time{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.time-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.time-item-img:hover{
    box-shadow: 0px 4px 10px 0px rgba(153,153,153,0.5);
}
.time-item-img{
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(153,153,153,0.25);
    border-radius: 8px;
    transition: .3s;

}
.time-item-txt{
    font-size: 16px;
    font-family: pht;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 30px;
}
.main{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-title{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    font-weight: 600;
    margin-top: 10px;
}
.main-tip{
    font-size: 16px;
    font-family: pht;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-indent: 2rem;
    margin-top: 20px;
}
.need{
    width: 1200px;
    height: 760px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(153,153,153,0.25);
    border-radius: 16px;
    margin: 0 auto;
    margin-top: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.need-title{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.need-title-en{
    font-size: 12px;
    font-family: pht;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-top: 4px;
}
.need-con{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 286px;
}
.need-con-item{
    width: 598px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.need-item-img{
    width: 80px;
    height: 80px;
} 
.need-item-title{
    margin-top: 10px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}
.need-item-text{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.need-item-text span{
    margin-bottom: 4px;
    font-size: 14px;
    font-family: pht;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.need-item-text .blue{
    font-size: 14px;
    font-family: pht;
    font-weight: 400;
    color: #2666F7;
    line-height: 20px;
    margin-bottom: 4px;
}
.need-con-line{
    width: 1px;
    height: 100px;
    background: #E6E6E6;
}
.main-con{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    margin-top: 70px;
    margin-bottom: 40px;
}
.main-map{
    width: 450px;
    height: 450px;
}
.main-con-r{
    margin-left: 220px;
    margin-top: 290px;
}
.main-con-title{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    font-weight: 600;
}
.main-con-item{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    margin-top: 14px;
}