.top_area {
    background-image: url(../images/about/banner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    height: 400px;
    width: 100%;
    min-width: 1300px;
}

.top_area_shadow {
    height: 670px;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-width: 1300px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    /* position: relative; */
}

.top_area .top_space {
    padding-top: 180px;
}


.top_line p {
    color: #fff;
    text-align: center;
    font-size: 30px;
}


.first_area {
    height: 450px;
    background: #ffffff;
    width: 100%;
    min-width: 1300px;
}

.first_area .info_list {
    overflow: hidden;
}

.first_area .info_list img {
    width: 110px;
    display: block;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 40px;
}

.first_area .info_list p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    /* text-align: center; */
}

.first_area .info_list p:nth-of-type(2) {
    margin-top: 26px;
}

.second_area {
    height: 430px;
}

.second_area {
    background-image: url(../images/about/second_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    height: 430px;
    width: 100%;
    min-width: 1300px;
}

.second_area_shadow {
    height: 760px;
    background: rgba(0, 0, 0, 0.5);
}

.float_info {
    float: left;
    margin-right: 214px;
}

.float_info img {
    width: 130px;
    margin-bottom: 40px;
    margin-top: 124px;
}

.float_info p {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}

.info_space {
    margin-left: 160px;
}

.third_area {
    height: 630px;
    background: #ffffff;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    min-width: 1300px;
}


.third_area p {
    padding-top: 80px;
    font-size: 36px;
    color: #000000;
    text-align: center;
}

.third_area p:nth-of-type(2) {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #2f2f2f;
}

.third_img {
    margin-bottom: 88px;
}

.fourth_area {
    height: 1150px;
    background: #ffffff;
    width: 100%;
    min-width: 1300px;
}

.fourth_info p {
    text-align: center;
}

.fourth_info>p:nth-of-type(1) {
    font-size: 36px;
    margin-top: 80px;
    color: #000000;
}

.fourth_info>p:nth-of-type(2) {
    font-size: 16px;
    margin-top: 10px;
    color: #2f2f2f;
}

.fourth_info>p:nth-of-type(3) {
    font-size: 14px;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 20px;
    background: #0096ff;
    width: 430px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 80px;
}

.fourth_area .find_info {
    background: #eff0f2;
}

.find_info h3 {
    font-size: 24px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 26px;
    color: #000000;

}

.find_info p {
    font-size: 16px;
    line-height: 30px;
    /* margin-top: 10px; */
    color: #2f2f2f;
    text-align: left;
    margin-left: 234px;
}

.find_info .last_line {
    padding-bottom: 26px;
}

.fifth_area {
    height: 620px;
    background: #ffffff;
    background-image: url(../images/xing/fifth_bg.png);
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-width: 1300px;
}

.fifth_area .fifth_first,
.fifth_area .fifth_second {
    float: left;
}

.fifth_area .fifth_first img {
    width: 580px;
    margin-top: 80px;
}

.fifth_area .fifth_second p:nth-of-type(1) {
    font-size: 36px;
    color: #000000;
    margin-top: 200px;
}

.fifth_area .fifth_second p:nth-of-type(2) {
    font-size: 30px;
    color: #000000;
}

.fifth_area .fifth_second p:nth-of-type(3) {
    font-size: 14px;
    color: #707070;
}

.fifth_area .fifth_second img {
    margin-top: 35px;
}

.fifth_area .fifth_second img:nth-of-type(2) {
    margin-left: 46px;
}

.sixth_area {
    background-image: url(../images/about/map.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    height: 300px;
    width: 100%;
    min-width: 1300px;
}

.sixth_area img {
    width: 100%;
}
.swiper-pagination-bullet {
    border-radius: 0px;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}