.banner-wrapper {
    width: 100%;
    height: 550px;
    background: url(/static/images/banner_08_1.png) no-repeat center;
    position: relative;
}

.banner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.banner h5 {
    font-size: 32px;
    padding-top: 120px;
    padding-bottom: 30px;
}

.banner p {
    font-size: 22px;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 30px;
}

.banner-wrapper .btn {
    width: 240px;
    height: 54px;
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    /* background: linear-gradient(90deg,rgb(255, 255, 255),rgb(255, 255, 255)) no-repeat; */
    /* background-size: 0 100%; */
}

.banner-wrapper .btn:hover {
    /* background-size: 100% 100%; */
    color: #0088F5;
    background: #fff;
}

.beautiful {
    background: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-size 1s;
    transition: background-size 1s;
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgb(0, 0, 0))) no-repeat;
    background: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 0, 0)) no-repeat;
    background-size: 0 100%;
}

.mr-50 {
    margin-right: 50px;
}

.column01 ul {
    display: flex;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.column01 ul:first-child li {
    border-top: 1px solid #f0f0f0;
}

.column01 li {
    flex: 1;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #5c5c5c;
    border-bottom: 1px solid #f0f0f0;
}

.column01 li:not(:last-child) {
    border-right: 1px solid #f0f0f0;
}

.column01 li span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0088f5;
    position: relative;
    margin-bottom: 26px;
}

.column01 li span::before {
    content: "";
    width: 76px;
    height: 76px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #0088f5;
    z-index: 2;
    opacity: .2;
}

.column01 li .iconfont {
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.column01 li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.column01 .column-hd {
    position: relative;
}

.column01 .btn-price {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #0088F5;
    cursor: pointer;
}

.column01 .btn-price .iconfont {
    margin-right: 8px;
    font-size: 22px;
    vertical-align: -3px;
}

.column02 li {
    flex: 1;
    height: 360px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.column02 li .item-meta {
    height: 250px;
    position: relative;
}

.column02 li .item-meta:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
}

.column02 .item1 .item-meta {
    background: url(/static/images/img_61.png) no-repeat center;
    background-size: cover;
}

.column02 .item2 .item-meta {
    background: url(/static/images/img_62.png) no-repeat center;
    background-size: cover;
}

.column02 .item3 .item-meta {
    background: url(/static/images/img_63.png) no-repeat center;
    background-size: cover;
}

.column02 li .item-bd {
    padding-top: 38px;
    text-align: center;
    font-size: 22px;
}

.column02 li .item-bd .iconfont {
    color: #7d8590;
    font-size: 24px;
    margin-right: 4px;
}

.column02 li:not(:last-child) {
    margin-right: 30px;
}

.column03 {
    height: 1266px;
    background: url(/static/images/img_19.png) no-repeat center;
    color: #fff;
}

.column03 .item {
    width: 360px;
    height: 192px;
    background: url(/static/images/img_18.png) no-repeat center;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.column03 .title {
    font-size: 20px;
    margin-bottom: 5px;
}

.column03 .title img {
    margin-right: 10px;
}

.column03 p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 8px;
}

.column03 .item span {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
}

.column03 .item1 {
    position: absolute;
    left: 180px;
}

.column03 .item2 {
    position: absolute;
    right: 150px;
}

.column03 .item3 {
    position: absolute;
    left: -100px;
    top: 270px;
}

.column03 .item4 {
    position: absolute;
    right: -50px;
    top: 270px;
}

.column03 .item5 {
    position: absolute;
    left: -100px;
    top: 540px;
}

.column03 .item6 {
    position: absolute;
    right: -50px;
    top: 540px;
}

.column03 .item7 {
    position: absolute;
    left: 180px;
    top: 810px;
}

.column03 .item8 {
    position: absolute;
    right: 150px;
    top: 810px;
}

.column04 li {
    flex: 1;
    height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 30px;
}

.column04 li:not(:last-child) {
    border-right: 1px solid #f0f0f0;
}

.column04 li h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.column04 li .icon-box {
    margin-bottom: 15px;
    background: url(/static/images/img_14.png) no-repeat center;
    width: 86px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column04 li .icon-box .iconfont {
    font-size: 54px;
    color: #0088F5;
}

.column04 li h6 {
    color: #4c4c4c;
    margin-bottom: 5px;
    font-size: 16px;
}

.column04 li p {
    height: 100px;
    color: #666;
    line-height: 2;
}

