.banner {
    height     : 8.6rem;
    max-height : 100vh;
    position   : relative;
    display    : flex;
    align-items: center
}

.banner .bannerImg {
    position           : absolute;
    width              : 100%;
    height             : 100%;
    background-size    : cover;
    background-position: center;
    transition         : all .5s ease-out;
    left               : 0;
    top                : 0
}

.banner .basics-box .box p {
    color: #333
}

.detail .nav-box {
    width           : 100%;
    height          : .6rem;
    min-height      : 36px;
    background-color: #f1f1f1
}

.detail .nav-box .basics-box {
    height : 100%;
    display: flex
}

.detail .nav-box .basics-box .box {
    font-size         : 17px;
    color             : #333;
    height            : 100%;
    flex              : 1;
    text-align        : center;
    transition        : all .5s;
    -webkit-transition: all .5s;
    -moz-transition   : all .5s;
    -ms-transition    : all .5s;
    display           : flex;
    justify-content   : center;
    align-items       : center
}

@media only screen and (max-width:1366px) {
    .detail .nav-box .basics-box .box {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .nav-box .basics-box .box {
        font-size: 15px
    }
}

.detail .nav-box .basics-box .box.active {
    color           : #fff;
    background-color: #e70012
}

.detail .nav-box .basics-box .box:hover {
    color           : #fff;
    background-color: #e70012
}

.detail .content {
    padding            : 1rem 0 0;
    width              : 100%;
    background-size    : 100% auto;
    background-position: center 9rem;
    background-repeat  : no-repeat
}

.detail .content .ctx1 {
    display       : flex;
    flex-direction: column;
    align-items   : center;
    padding-bottom: 1.16rem
}

.detail .content .ctx1 .map-container {
    position       : relative;
    display        : inline-flex;
    justify-content: center
}

.detail .content .ctx1 .map-container .bg {
    width: 10.19rem
}
.detail .content .en.ctx1 .map-container .bg {
    width: 100%
}

.detail .content .en.ctx1 {
    margin-top: -1rem;
    position: relative;

}
.detail .content .en.ctx1 .title{
    position: absolute;
    width: 100%;
    top: 1.5rem;
    left: 0;
    z-index: 1;
}
.detail .content .ctx1 .map-container .point div {
    position   : absolute;
    display    : flex;
    align-items: center;
    cursor     : pointer;
}
@media only screen and (max-width:768px) {
    .detail .content .en.ctx1 .map-container  {
       overflow: hidden;
    }
    .detail .content .en.ctx1 .map-container .bg {
        width: 140%
    }
    .detail .content .en.ctx1 .title{
        top: .5rem;

    }
}
.detail .content .ctx1 .map-container .point div img {
    width       : .3rem;
    height      : .3rem;
    margin-right: .1rem;
}
.detail .content .en.ctx1 .map-container .point div img{
    opacity: 0;
}

.detail .content .en.ctx1 .map-container .point>div>p{
    opacity: 0;
}
.detail .content .ctx1 .map-container .point div:nth-child(1) {
    left: 68%;
    top: 15.35%;
}
.detail .content .en.ctx1 .map-container .point div:nth-child(1) {
    left: 62.56%;
    top: 54.95%;
}
.detail .content .ctx1 .map-container .point div:nth-child(2) {
    left: 58.53%;
    top: 29.35%;
}
.detail .content .en.ctx1 .map-container .point div:nth-child(2) {
    left: 63.53%;
    top: 57.35%;
}
.detail .content .ctx1 .map-container .point div:nth-child(3) {
    left: 53.7%;
    top: 52.19%;
}
.detail .content .ctx1 .map-container .point div:nth-child(4) {
    left: 16%;
    top: 9%;
}
.detail .content .ctx1 .map-container .point div:nth-child(5) {
    left: 56%;
    top: 20%;
}
.detail .content .ctx1 .map-container .point div:nth-child(6) {
    left: 50%;
    top: 24%;
}
.detail .content .ctx1 .map-container .point div:nth-child(7) {
    left: 29%;
    top: 19%;
}
.detail .content .en.ctx1 .map-container .point div:nth-child(3) {
    left: 61.7%;
    top: 61.19%;
}
.detail .content .ctx1 .map-container .point div>img:hover+p+.tips {
    opacity  : 1;
    transform: scale(1);
    top      : .8rem
}

.detail .content .ctx1 .map-container .point div>p:hover+.tips {
    opacity  : 1;
    transform: scale(1);
    top      : .8rem
}

.detail .content .ctx1 .map-container .point div .tips {
    opacity         : 0;
    transform       : scale(0);
    position        : absolute;
    display         : flex;
    flex-direction  : column;
    align-items     : flex-start;
    left            : -0.4rem;
    top             : 0;
    width           : 4.3rem;
    padding         : .3rem .35rem;
    border-radius   : .14rem;
    border          : 1px solid #ddd;
    background      : #fff;
    z-index         : 2;
    transform-origin: center left;
    transition      : all .3s ease-out
}

.detail .content .ctx1 .map-container .point div .tips::before {
    display    : block;
    position   : absolute;
    top        : -0.5rem;
    left       : .55rem;
    content    : "";
    width      : 1px;
    height     : .5rem;
    border-left: 1px dashed #a9acb3;
    z-index    : 1
}

.detail .content .ctx1 .map-container .point div .tips .p1 {
    font-size    : 20px;
    margin-bottom: .16rem
}

@media only screen and (max-width:1200px) {
    .detail .content .ctx1 .map-container .point div .tips .p1 {
        font-size: 16px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .ctx1 .map-container .point div .tips .p1 {
        font-size: 16px
    }
}

.detail .content .ctx1 .map-container .point div .tips .p2 {
    font-size: 17px
}

@media only screen and (max-width:1366px) {
    .detail .content .ctx1 .map-container .point div .tips .p2 {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx1 .map-container .point div .tips .p2 {
        font-size: 15px
    }
}

.detail .content .ctx2 {
    padding-bottom: .94rem
}

.detail .content .ctx2 ul {
    display        : flex;
    justify-content: space-between
}

.detail .content .ctx2 ul li .p1 {
    display    : flex;
    align-items: center
}

.detail .content .ctx2 ul li .p1 img {
    width       : .27rem;
    height      : .27rem;
    margin-right: .2rem
}

.detail .content .ctx2 ul li .p1 span {
    font-size: 38px
}

@media only screen and (max-width:1440px) {
    .detail .content .ctx2 ul li .p1 span {
        font-size: 32px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .ctx2 ul li .p1 span {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx2 ul li .p1 span {
        font-size: 24px
    }
}

.detail .content .ctx2 ul li .p2 {
    padding-left: .42rem;
    font-size   : 20px;
    color       : #555
}

@media only screen and (max-width:1200px) {
    .detail .content .ctx2 ul li .p2 {
        font-size: 16px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .ctx2 ul li .p2 {
        font-size: 16px
    }
}

.detail .content .ctx3 {
    background: #edf0f5;
    padding   : 1rem 0
}

.detail .content .ctx3 .basics-box {
    overflow: visible
}

.detail .content .ctx3 ul {
    display  : flex;
    flex-wrap: wrap
}

.detail .content .ctx3 ul.list1 {
    justify-content: center
}

.detail .content .ctx3 ul li {
    box-sizing   : border-box;
    width        : 33%;
    margin-right : .5%;
    background   : #fff;
    padding      : .5rem;
    margin-bottom: 4px;
    transition   : all .3s ease-out
}

.detail .content .ctx3 ul li:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1)
}

.detail .content .ctx3 ul li:nth-child(3n) {
    margin-right: 0
}

.detail .content .ctx3 ul li img {
    width        : 1rem;
    height       : 1rem;
    margin-bottom: .4rem
}

.detail .content .ctx3 ul li p {
    font-size: 17px
}

@media only screen and (max-width:1366px) {
    .detail .content .ctx3 ul li p {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx3 ul li p {
        font-size: 15px
    }
}

.detail .content .title {
    font-size      : 40px;
    position       : relative;
    display        : flex;
    justify-content: center;
    color          : #333;
    font-weight    : 600;
    margin-bottom  : .6rem;
    text-align     : center;
    width          : 100%
}

@media only screen and (max-width:1440px) {
    .detail .content .title {
        font-size: 34px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .title {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .title {
        font-size: 24px
    }
}

.detail .content .title.white {
    color: #fff
}

.detail .content .title.white::after {
    background: #fff
}

.detail .content .title::after {
    position  : absolute;
    display   : block;
    content   : "";
    width     : .6rem;
    height    : 4px;
    background: #e70012;
    bottom    : -0.2rem
}

.detail .content .title.title_left {
    left           : 0;
    justify-content: start;
    text-align     : left
}

.detail .content .text {
    color: #333333
}

@media screen and (max-width:768px) {
    .detail .nav-box .basics-box {
        width: 100%
    }

    .detail .content .ctx1 .map-container {
        width: 100%
    }

    .detail .content .ctx1 .map-container .bg {
        width: 100%
    }

    .detail .content .ctx1 .map-container .point div .tips {
        position        : fixed;
        left            : 50%;
        width           : 6rem;
        margin-left     : -3rem;
        transform-origin: center;
        top             : 30%
    }

    .detail .content .ctx1 .map-container .point div .tips::before {
        content: none
    }

    .detail .content .ctx1 .map-container .point div:hover .tips {
        top: 30%
    }

    .detail .content .ctx2 ul {
        flex-wrap: wrap
    }

    .detail .content .ctx2 ul li {
        margin-bottom: .5rem;
        width        : 33.33%
    }

    .detail .content .ctx2 ul li:nth-child(4),
    .detail .content .ctx2 ul li:nth-child(5) {
        width: 50%
    }

    .detail .content .ctx2 ul li .p1 {
        justify-content: center
    }

    .detail .content .ctx2 ul li .p1 span {
        font-size: 18px
    }

    .detail .content .ctx2 ul li .p1,
    .detail .content .ctx2 ul li .p2 {
        text-align: center
    }

    .detail .content .ctx3 ul {
        flex-direction: column
    }

    .detail .content .ctx3 ul li {
        width        : 100%;
        margin-right : 0;
        margin-bottom: .5rem
    }

    .detail .content .img-box {
        float       : none;
        margin-right: 0
    }

    .detail .content .img-box .img {
        width: 100%
    }
    .detail .content .ctx1 .map-container .point div {
       font-size: 12px;
    }
}

/*# sourceMappingURL=./windBlade.css.map */