﻿.equip {
    height: 865px;
    box-sizing: border-box;
    position: relative;
}

.equip2 {
    height: 865px;
    box-sizing: border-box;
    position: relative;
}

.equip .wrapper {
    height: 100%;
}

.equip2::before,
.equip::before {
    content: "";
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.equip1 .equip_box {
    float: right;
}

.equip_box {
    position: relative;
    z-index: 1;
    max-width: 556px;
    height: 100%;
    display: flex;
    align-items: center;
}

.equip2 .equip_box {
    max-width: 50%;
}

.equip_title {
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 47px;
}

.equip_desc,
.equip_name {
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

.equip2 .equip_desc {
    height: calc(24px * 2 * 6);
}


#owl-equip .owl-prev,
#owl-equip .owl-next {
    width: 60px;
    height: 60px;
    top: 65%;
    background: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: Alpha(Opacity=100);
    opacity: 1;
    border-radius: 50%;
    color: transparent;
}

#owl-equip .owl-prev {
    position: absolute;
    left: 185px;
    background: url(../images/equipment/arrowleft.png) center no-repeat;
}

#owl-equip .owl-next {
    position: absolute;
    left: 260px;
    background: url(../images/equipment/arrowright.png) center no-repeat;
}

.equip_lr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.equip_main {
    width: 792px;
}

.equip_intro {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: 400;
}

.equip_img {
    margin: 20px 0;
}

#owl-equip2.owl-carousel .owl-item .equip_img {
    opacity: 0.5;
    transform: scale(0.8);
    transition: all .3s;
}

#owl-equip2.owl-carousel .owl-item.center .equip_img {
    transform: scale(1.2);
    opacity: 1;
}

#owl-equip2 .owl-prev,
#owl-equip2 .owl-next {
    width: 60px;
    height: 60px;
    background: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: Alpha(Opacity=100);
    opacity: 1;
    border-radius: 50%;
    color: transparent;
}

#owl-equip2 .owl-prev {
    margin-right: 10px;
    background: url(../images/equipment/arrowleft.png) center no-repeat;
}

#owl-equip2 .owl-next {
    margin-left: 10px;
    background: url(../images/equipment/arrowright.png) center no-repeat;
}

#owl-equip2.owl-theme .owl-nav {
    margin-top: 55px;
}

@media only screen and (max-width: 1440px) {
    #owl-equip .owl-prev {
        left: 50px;
    }

    #owl-equip .owl-next {
        left: 125px;
    }
}

@media only screen and (max-width: 1280px) {

    .equip2,
    .equip {
        height: calc(865px / 1.5);
    }

    .equip_title {
        font-size: calc(36px / 1.5);
        margin-bottom: calc(47px / 1.5);
    }

    .equip_intro,
    .equip_desc,
    .equip_name {
        font-size: calc(24px / 1.5);
    }

    .equip_img {
        margin: 25px 0;
    }

    .equip_main {
        width: 700px;
    }

    #owl-equip .owl-prev {
        left: 10px;
    }

    #owl-equip .owl-next {
        left: 85px;
    }
}

@media only screen and (max-width: 1152px) {
    .equip_main {
        width: 50%;
    }
}

@media only screen and (max-width: 920px) {
    .equip_lr .equip_box {
        max-width: 48%;
    }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 500px) {
    .equip_lr {
        flex-wrap: wrap;
    }

    .equip2 .equip_box,
    .equip_lr .equip_box {
        max-width: 100%;
    }

    .equip_main {
        width: 70%;
        margin: 0 auto;
    }

    .equip3 {
        height: auto;
    }

    #owl-equip2.owl-theme .owl-nav {
        margin-top: 25px;
    }
    .equip_lr .equip_box{
        margin-bottom: 20px;
    }
}


.wrapper {
    max-width: 1540px;
    _width: 1150px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:1600px) {
    .wrapper {
        max-width: 1440px;
    }
}

@media only screen and (max-width:1440px) {
    .wrapper {
        max-width: 1320px;
    }
}

@media only screen and (max-width:1200px) {
    .wrapper {
        max-width: 1100px;
    }
}

@media only screen and (max-width:920px) {
    .wrapper {
        max-width: 880px;
    }
}