img {
    width: 100%;
    display: block;
}

.snow-con {
    height: auto;
}

.banner-con {
    height: auto;
    position: relative;
}


/* 首页title */

.in-title {
    width: 83.3%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.in-title .in-title-con {
    height: auto;
    position: relative;
}

.in-title .in-title-con img {
    height: 8.8020vw
}

.in-title .in-title-con h2 {
    position: absolute;
    top: 4.5vw;
    left: 4.7vw;
    font-size: 2.5vw;
    font-weight: 400;
    white-space: nowrap;
}


/*品牌*/

.brand {
    width: 76%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5.2083vw;
    margin-bottom: 2.0833vw;
    flex-wrap: wrap;
}

.brand li {
    width: 15.0208vw;
    height: auto;
    margin: 0 0 2.5vw;
    border: 1px dashed #fff;
}

.brand li:hover {
    border: 1px solid #ACD000;
}


/*公司简介*/

.in-company {
    width: 100%;
    height: auto;
}

.in-company .content1 {
    width: 100%;
    height: 31.0416vw;
    background: #F4F4F4;
}

.in-company .content1 .con {
    width: 69%;
    height: auto;
    margin: 0 auto;
}

.in-company .content1 .con .txt {
    width: 43.2291vw;
    height: auto;
    margin-left: 25.5208vw;
    padding-top: 5.2083vw;
}

.in-company .content1 .con .txt h3 {
    font-size: 3vw;
    font-weight: 400;
    color: #000000;
    line-height: 3.8020vw;
}

.in-company .content1 .con .txt .line {
    width: 35.5729vw;
    height: 1px;
    background: #000;
    opacity: .3;
    margin: 2vw 0;
}

.in-company .content1 .con .txt p {
    width: 32.8125vw;
    font-size: 0.8333vw;
    font-weight: 400;
    color: #000000;
    line-height: 1.5625vw;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 1.8vw;
}

.in-company .content1 .con .txt a {
    font-size: 0.8333vw;
    font-weight: bold;
    color: #000000;
    line-height: 1.8229vw;
    display: flex;
    align-items: center;
}

.in-company .content1 .con .txt a:hover {
    color: #555;
}

.in-company .content1 .con .txt a img.more {
    width: 0.625vw;
    margin-left: 0.8333vw;
}

.in-company .content2 {
    width: 55.1562vw;
    height: auto;
    margin: 0 auto 2.6041vw;
    position: relative;
}

.in-company .content2 img {
    margin-top: -5.2083vw;
}

.in-company .content2 .txt {
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.in-company .content2 .txt h5 {
    font-size: 3.6458vw;
    font-weight: 400;
    color: #000000;
    line-height: 4.2187vw;
    margin-bottom: 2.3437vw;
}

.in-company .content2 .txt p {
    font-size: 1.6666vw;
    font-weight: 400;
    color: #000000;
    line-height: 4.1145vw;
}


/* 雪场装备 */

.ski-eq {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 6.7708vw;
}

.ski-eq li {
    width: 25%;
    height: auto;
    background: #39444B;
    padding-bottom: 1.9791vw;
    position: relative;
    border-right: 1px solid #888;
    box-sizing: border-box;
}

.ski-eq :last-child {
    border-right: none;
}

.ski-eq li .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.ski-eq li .pic img {
    width: 100%;
    transform: scale(1);
    transition: all .6s;
}

.ski-eq li .pic img:hover {
    transform: scale(1.5);
}

.ski-eq li .pic .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000000;
    opacity: .3;
}

.ski-eq li .txt {
    width: 84%;
    height: auto;
    margin: 0 auto;
    padding: 1.6666vw 0 3.6458vw;
    position: relative;
}

.ski-eq li .txt h4 {
    font-size: 1.0416vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.9270vw;
    margin-bottom: 1.5625vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ski-eq li .txt p {
    font-size: 0.7812vw;
    font-weight: 500;
    color: #FFFFFF;
    opacity: .5;
    line-height: 1.5;
}


/* .ski-eq li span {
    width: 1px;
    height: 100%;
    display: block;
    background: #fff;
    opacity: .3;
    position: absolute;
    right: -8%;
    bottom: 0;
} */

.ski-eq li:hover .txt p {
    opacity: 1;
}

.ski-eq li .txt img {
    width: 1.25vw;
    height: 1.1979vw;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.ski-eq li:hover {
    background: #71963D;
}

.ski-eq li:hover .pic .cover {
    display: none;
}

.ski-eq li:hover .txt img {
    display: block;
}


/* 动态 */

.in-dynamic {
    height: auto;
    padding: 0 0 3.5312vw;
}

.in-dynamic h2 {
    width: 83%;
    margin: 0 auto;
    font-size: 2.7083vw;
    font-weight: 400;
    color: #000000;
    line-height: 2.0833vw;
    margin-bottom: 2.6041vw;
    display: flex;
    justify-content: space-between;
}

.in-dynamic h2 a {
    width: 8.6979vw;
    font-size: 0.8333vw;
    font-weight: 500;
    color: #000000;
    line-height: 2.0833vw;
    display: block;
    border-bottom: 0.1041vw solid #676D74;
    text-align: right;
}

.in-dynamic h2 a:hover {
    opacity: .5;
}


/* 地图 */

.in-map {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/* 媒体查询 */

@media screen and (max-width:834px) {
    .in-title {
        width: 100%;
    }
    .in-title .in-title-con {
        margin-right: 1.0667vw;
    }
    .in-title .in-title-con img {
        width: 36.4vw;
        height: 22.9333vw;
    }
    .in-title .in-title-con h2 {
        top: 9vw;
        left: -3vw;
        font-size: 6.4vw;
        font-weight: bold;
    }
    .brand {
        width: 91%;
        margin: 8vw auto 0;
        justify-content: flex-start;
    }
    .brand li {
        width: 31.33%;
        margin: 0 .6% 8vw;
    }
    .in-company .content1 {
        height: 76.2667vw;
    }
    .in-company .content1 .con {
        width: 91%;
    }
    .in-company .content1 .con .txt {
        width: 100%;
        margin-left: 0;
        padding-top: 9.3333vw;
    }
    .in-company .content1 .con .txt h3 {
        font-size: 6vw;
        line-height: 1.5;
    }
    .in-company .content1 .con .txt .line {
        width: 100%;
        height: 1px;
        margin: 2.6667vw 0 4.6667vw;
    }
    .in-company .content1 .con .txt p {
        width: 100%;
        font-size: 3.2vw;
        line-height: 1.5;
        margin-bottom: 6vw;
    }
    .in-company .content1 .con .txt a {
        font-size: 3.2vw;
    }
    .in-company .content1 .con .txt a img.more {
        width: 1.8667vw;
        margin-right: 2vw;
    }
    .in-company .content2 {
        width: 91%;
        margin-bottom: 14vw;
    }
    .in-company .content2 img {
        margin-top: -18.6667vw;
    }
    .in-company .content2 .txt h5 {
        font-size: 9.3333vw;
        line-height: 1.5;
        margin-bottom: 2.3437vw;
    }
    .in-company .content2 .txt p {
        font-size: 4.2667vw;
        line-height: 1.5;
    }
    .equipment-tab {
        width: 91%;
        position: relative;
        margin-bottom: 5.3333vw;
    }
    .equipment-tab h3 {
        text-align: left;
        font-size: 6.4vw;
        line-height: 1.5;
        margin-bottom: 6.6667vw;
    }
    .equipment-tab .tab {
        width: 100%;
        overflow-x: auto;
        display: block;
    }
    .equipment-tab .tab::-webkit-scrollbar {
        width: 0px
    }
    .equipment-tab .tab .tab-list {
        /* 810 */
        width: 100%;
        white-space: nowrap;
        justify-content: space-between;
    }
    .equipment-tab .tab .more {
        width: 22.2667vw;
        position: absolute;
        top: 0;
        right: 0;
    }
    .equipment-tab .tab .more a {
        width: 100%;
        font-size: 3.4667vw;
        line-height: 2;
    }
    .equipment-tab .tab .tab-list li {
        /* 0810 */
        width: auto;
        margin-right: 0;
        font-size: 3.4667vw;
        line-height: 3;
    }
    .equipment-tab .tab .tab-list li.active {
        font-size: 3.4667vw;
        font-weight: bold;
    }
    .equipment-tab .tab .tab-list li span {
        width: 6.6667vw;
        height: 1.0667vw;
    }
    .ski-eq li .txt:hover img {
        display: none;
    }
    .in-dynamic h2 {
        width: 91%;
        font-size: 6.4vw;
        line-height: 1.5;
        margin-bottom: 4vw;
    }
    .in-dynamic h2 a {
        width: 22.2667vw;
        font-size: 3.4667vw;
        line-height: 2;
    }
}