﻿#main {
    width: 100%;
    /*height: 100%;*/
    /*padding-top: 90px;*/
    /*padding-bottom: 157px;*/
    box-sizing: border-box;
    /* min-height: 1200px; */
}

.main-bg {
    width: 100%;
    position: relative;
}

.main-bg>span {
    width: 100%;
    display: block;
    padding-bottom: 36%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.main-tip {
    width: 1600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -800px;
    transform: translateY(-85%);
    padding: 0 90px;
    box-sizing: border-box;
}

.main-tip-img {
    width: 412px;
    height: 184px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-tip-img>a {
    font-size: 30px;
    color: #ffffff;
}

.main-tip-img>a::after {
    content: "";
    display: block;
    width: 62px;
    height: 4px;
    background-color: #ffffff;
    margin-top: 28px;
}

@media screen and (min-width: 1550px) and (max-width: 1600px) {
    body {
        overflow-x: hidden;
    }
}
.main-body {
    width: 100%;
    /*height: 100%;*/
    /*background-color: #f6f6f6;*/
    box-sizing: border-box;
    padding-bottom: 62px;
}
.body-card {
    width: 1541px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: -140px;
    padding: 61px 59px;
    box-sizing: border-box;
    position: relative;
}

/*当前位置*/
.body-card-position{
    display: flex;
    align-items: center;
}
    .body-card-position > i {
        display: block;
        width: 22px;
        height: 22px;
        background-image: url('../images/address.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 5px;
    }
.body-card-position>span{
    font-size: 14px;
    color: #333333;
    line-height: 1;
}
    .body-card-position > ul {
        display: flex;
        align-items: center;
        list-style-type: none;
    }
.body-card-position>ul a{
    color: #333333;
    font-size: 14px;
}