

.enterprisecon{
    position: relative;
    padding: 60px 220px 30px 220px;
    background: #F7F9FA;
}
.enterprisecon img{
   width: 100%;
   height: 100%;
   display: block;
}
map area{ outline: none; }
.odiv{
    margin-top: 40px;
    min-width: 840px;
}
.odiv .ocon{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    display: none;
}
.odiv .ocon img{
    width: 240px;
    height: 160px;
    margin-top: 12px;
}
.odiv .ocon .oright{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    width: 563px;
}
.odiv .ocon .oright p{
    margin: 12px 0;
}
.odiv .ocon .oright .otitle{
    font-size: 18px;
    color: #333333;
}
.odiv .ocon .oright a{
    color: #999999;
}
.odiv .ocon .oright i{
    width: 3px;
    height: 6px;
    display: inline-block;
    background: url(../images/shirightjian.png) center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -3px;
}
.oconactive{
    display: flex !important;
}

.tagdiv{
    position: relative;
    min-width: 840px;
}
.tagimg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.tagimg img{
    width: auto ;
    height: auto;
}
.tagimg .tag0{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -262px;
    width: 382px;
    height: 80px;
    background: url(../images/or/0.png) center no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all .6s;
}
.tagimg .tag0:hover{
    opacity: 1;
    transition: all .6s;
}
.tagimg .tag1{
    position: absolute;
    left: 3.5%;
    top: 65%;
    width: 73px;
    height: 159px;
    background: url(../images/or/1.png) center no-repeat;
    background-size: 100% 100%;
    transition: all .6s;
    opacity: 0;
}
.tagimg .tag1:hover{
    opacity: 1;
    transition: all .6s;
}
.tagimg .tag2{
    position: absolute;
    left: 20.3%;
    top: 65%;
    width: 73px;
    height: 159px;
    background: url(../images/or/2.png) center no-repeat;
    background-size: 100% 100%;
    transition: all .6s;
    opacity: 0;
}
.tagimg .tag2:hover{
    opacity: 1;
    transition: all .6s;
}
.tagimg .tag3{
    position: absolute;
    left: 37%;
    top: 65%;
    width: 75px;
    height: 159px;
    background: url(../images/or/3.png) center no-repeat;
    background-size: 100% 100%;
    transition: all .6s;
    opacity: 0;
}
.tagimg .tag3:hover{
    opacity: 1;
    transition: all .6s;
}
.tagimg .tag4{
    position: absolute;
    left: 54%;
    top: 65%;
    width: 75px;
    height: 159px;
    background: url(../images/or/4.png) center no-repeat;
    background-size: 100% 100%;
    transition: all .6s;
    opacity: 0;
}
.tagimg .tag4:hover{
    opacity: 1;
    transition: all .6s;
}
.tagimg .tag5{
    position: absolute;
    left: 71%;
    top: 65%;
    width: 75px;
    height: 159px;
    background: url(../images/or/5.png) center no-repeat;
    background-size: 100% 100%;
    transition: all .6s;
    opacity: 0;
}
.tagimg .tag5:hover{
    opacity: 1;
    transition: all .6s;
}
.tagimg .tag6{
    position: absolute;
    left: 88%;
    top: 65%;
    width: 73px;
    height: 159px;
    background: url(../images/or/6.png) center no-repeat;
    background-size: 100% 100%;
    transition: all .6s;
    opacity: 0;
}
.tagimg .tag6:hover{
    opacity: 1;
    transition: all .6s;
}
.tagimg .tag7{
    position: absolute;
    left: 0%;
    top: 91.5%;
    width: 200px;
    height: 74px;
    background: url(../images/or/7.png) center no-repeat;
    background-size: 100% 100%;
    transition: all .6s;
    opacity: 0;
}
.tagimg .tag7:hover{
    opacity: 1;
    transition: all .6s;
}
.tagimg .tag8{
    position: absolute;
    left: 25%;
    top: 91.5%;
    width: 204px;
    height: 74px;
    background: url(../images/or/8.png) center no-repeat;
    background-size: 100% 100%;
    transition: all .6s;
    opacity: 0;
}
.tagimg .tag8:hover{
    opacity: 1;
    transition: all .6s;
}
.tagimg .tag9{
    position: absolute;
    left: 50.5%;
    top: 91.5%;
    width: 204px;
    height: 74px;
    background: url(../images/or/9.png) center no-repeat;
    background-size: 100% 100%;
    transition: all .6s;
    opacity: 0;
}
.tagimg .tag9:hover{
    opacity: 1;
    transition: all .6s;
}
.tagimg .tag10{
    position: absolute;
    left: 76%;
    top: 91.5%;
    width: 203px;
    height: 74px;
    background: url(../images/or/10.png) center no-repeat;
    background-size: 100% 100%;
    transition: all .6s;
    opacity: 0;
}
.tagimg .tag10:hover{
    opacity: 1;
    transition: all .6s;
}

@media screen and (max-width: 1280px){
    .odiv .ocon .oright{
        width: 560px;
    }
    .enterprisecon{
        padding: 60px 180px 30px 180px;
    }
}

@media screen and (max-width: 1024px){
    .enterprisecon{
        position: relative;
        padding: 20px 20px;
        background: #F7F9FA;
    }
    .enterprisecon img{
    width: 100%;
    height: 100%;
    display: block;
    }
    .oconactive{
        display: block !important;
    }
    map[name=powerpuffgirls]{
        display: none;
    }
    .odiv{
        margin-top: 40px;
    }
    .odiv .ocon{
        display: block;
        justify-content: space-between;
    }
    .odiv .ocon img{
        width: 240px;
        margin: auto;
        max-width: 100%;
    }
    .odiv .ocon .oright{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 26px;
        width: 100%;
    }
    .odiv .ocon .oright p{
        margin: 12px 0;
    }
    .odiv .ocon .oright .otitle{
        font-size: 18px;
        color: #333333;
    }
    .odiv .ocon .oright a{
        color: #999999;
    }
    .odiv .ocon .oright i{
        width: 3px;
        height: 6px;
        display: inline-block;
        background: url(../images/shirightjian.png) center no-repeat;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-left: 8px;
        margin-top: -3px;
    }
    .tagimg{
        display: none;
    }
    .tagdiv{
        position: relative;
        min-width: 0;
    }
    .odiv{
        min-width: 0;
    }
}

@media screen and (max-width: 767px){
    map[name=powerpuffgirls]{
        display: none;
    }

    .enterprisecon{
        position: relative;
        padding: 20px 20px;
        background: #F7F9FA;
    }
    .enterprisecon img{
    width: 100%;
    height: 100%;
    display: block;
    }
    .oconactive{
        display: block !important;
    }
    map[name=powerpuffgirls]{
        display: none;
    }
    .odiv{
        margin-top: 40px;
    }
    .odiv .ocon{
        display: block;
        justify-content: space-between;
    }
    .odiv .ocon img{
        width: 240px;
        margin: auto;
        max-width: 100%;
    }
    .odiv .ocon .oright{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 26px;
        width: 100%;
    }
    .odiv .ocon .oright p{
        margin: 12px 0;
    }
    .odiv .ocon .oright .otitle{
        font-size: 18px;
        color: #333333;
    }
    .odiv .ocon .oright a{
        color: #999999;
    }
    .odiv .ocon .oright i{
        width: 3px;
        height: 6px;
        display: inline-block;
        background: url(../images/shirightjian.png) center no-repeat;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-left: 8px;
        margin-top: -3px;
    }
    .tagdiv{
        position: relative;
        min-width: 0;
    }
    .odiv{
        min-width: 0;
    }
}