.about-banner{
    width: 100%;
    height: 360px;
    position: relative;
}
.about-banner video{
    object-fit:cover;
    object-position:center;
    width:100%;
    height: 100%;
}
.about-banner-info{
    position: absolute;
    left: 50%;
    transform: translateX(-600px);
    top: 52px;
}
.about-banner-title{
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.about-banner-desc{
    width: 857px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 16px;
}
.about-banner-more{
    width: 250px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    font-size: 20px;
    color: #F9FAFC;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    margin-top: 32px;
    cursor: pointer;
}
.about-banner-more:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #1f6cDD;
}


.banner-footer{
    height: 142px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.06);
    border-radius: 8px;
    margin-top: -40px;
    z-index: 9;
    position: relative;
}
.banner-footer-div{
    float: left;
    margin-top: 20px;
    width: 298px;
    text-align: center;
}
.banner-footer-line{
    width: 1px;
    height: 60px;
    background: #EAEBED;
    float: left;
    margin-top: 52px;
}
.banner-footer-info{
    overflow: hidden;
    display: inline-block;
}
.banner-footer-info div{
    float: left;
}
.banner-footer-num{
    font-weight: bold;
    font-size: 48px;
    color: #1F6CDD;
    line-height: 72px;
    margin: 0 4px;
}
.banner-footer-more{
    font-size: 16px;
    color: #5C5C5C;
    line-height: 24px;
    margin-top: 36px;
}
.banner-footer-desc{
    font-size: 18px;
    color: #303030;
    line-height: 30px;
}

.advantages{
    padding-bottom: 60px;
}
.advantages-title{
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 48px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.advantages-info1{
    height: 374px;
    background: url(/Modules/images/hainan_tao/advantages_bag01.jpg) center no-repeat;
    background-size: cover;
}
.advantages-info2{
    height: 374px;
    background: url(/Modules/images/hainan_tao/advantages_bag02.jpg) center no-repeat;
    background-size: cover;
}
.advantages-info3{
    height: 374px;
    background: url(/Modules/images/hainan_tao/advantages_bag03.jpg) center no-repeat;
    background-size: cover;
}
.advantages-info{
    margin-bottom: 48px;
}
.advantages-content{
    padding-top: 46px;
}
.advantages-info2 .advantages-content{
    width: 568px;
    float: right;
}
.advantages-xtitle{
    font-weight: bold;
    font-size: 24px;
    color: #303030;
    line-height: 28px;
    margin-bottom: 30px;
}
.advantages-div{
    overflow: hidden;
    margin-bottom: 14px;
}
.advantages-div img{
    display: block;
    float: left;
    width: 18px;
    margin-right: 10px;
    margin-top: 4px;
}
.advantages-div div{
    float: left;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    width: 534px;
}
.advantages-div div span{
    color: #1F6CDD;
    font-weight: bold;
    font-size: 16px;
}
.advantages-btn{
    width: 90px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #1F6CDD;
    color: #1F6CDD;
    text-align: center;
    cursor: pointer;
    margin-top: 32px;
}
.advantages-btn:hover{
    background: #1F6CDD;
    color: #fff;
}