html,
body {

}

header,
nav,
section,
footer {
    display: block;
    margin: 0 auto;
}

img {
    width: auto;
    max-width: 100%;
}

.container {
    width: 12rem;
    margin: 0 auto;
    text-align: center;
}

.left,
.right {
    float: left;
}


/*首图*/




/*导航*/


/* 导航 */


/* 业主证言 */

.yz {
    width: 100%;
    height: 798px;
    margin: 145px 0 60px;
    position: relative;
}

.yz .container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.yz .container .eng1,
.yz .container .eng2,
.yz .container .eng3 {
    position: absolute;
}

.yz .container .eng1 {
    right: 0;
    top: -134px;
}

.yz .container .eng2 {
    left: 0;
    top: 0;
}

.yz .container .eng3 {
    left: 228px;
    top: 0;
}

.yz .container .box {
    width: 1116px;
    height: 100%;
    position: absolute;
    right: -360px;
    top: 0;
    background-color: #f1f1f1;
}

.yz .container #desLb {
    width: 930px;
    height: 474px;
    position: absolute;
    left: 192px;
    bottom: 104px;
}

.yz .container #desLb .swiper-wrapper {
    height: 474px;
}

.yz .container #desLb .swiper-slide {
    cursor: pointer;
}

.yz .container .yzLeft::after {
    content: '';
}

.yz .container .yzLeft {
    width: 15px;
    height: 29px;
    background: url('../images/left.png') no-repeat;
    background-size: 100% 100%;
    outline: none;
    left: 414px;
    bottom: 38px;
    top: auto;
}

.yz .container .yzRight::after {
    content: '';
}

.yz .container .yzRight {
    width: 15px;
    height: 29px;
    background: url('../images/right.png') no-repeat;
    background-size: 100% 100%;
    outline: none;
    right: 414px;
    bottom: 38px;
    top: auto;
}

.yz .container .list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    display: flex;
    justify-content: center;
}

.yz .container .list .active {
    font-size: 18px;
    font-weight: bold;
}

.yz .container .list li {
    font-size: 16px;
    cursor: pointer;
    width: 12px;
    height: 25px;
    line-height: 25px;
    margin: 0 14px;
    text-align: center;
    position: relative;
}

.yz .container .list li::after {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    bottom: 6px;
    right: -13px;
    background-color: #000;
}

.yz .container .list li:last-child::after {
    content: '';
    background-color: transparent;
}

.yz .container .list li:hover {
    font-size: 18px;
    font-weight: bold;
}


/* 业主证言 */


/* 弹框报名 */

.tk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
}

.tk .tk-con {
    width: 1000px;
    height: 584px;
    -webkit-box-shadow: 0 0 15px 2px #fff;
    -moz-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tk .tk-con .videoBox {
    width: 100%;
    height: 100%;
}

.tk .tk-con .videoBox video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.tk .tk-con .tk-close {
    width: 50px;
    height: 50px;
    background: url('../images/close1.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all linear 0.3s;
}

.tk .tk-con .tk-close:hover {
    transform: rotate(90deg);
    transition: all linear 0.3s;
}


/* 弹框报名 */


/* @media only screen and (max-width: 1500px) {
    html,
    body {
        zoom: 0.85;
    }
    #div_company_mini {
        zoom: 1.4;
    }
} */