* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

#omo {
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    /* background: url(./img/section-bg.jpg); */
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    padding-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #000;
}

#omo .content {
    margin: 0 auto;
    width: 53.3%;
    height: 546px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

#omo .content .img-bg {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}

#omo .content .mybox {
    /* width: 135px;
    height: 150px; */
    width: 13.1%;
    height: 27.1%;
    position: absolute;
    /* left: 205px;
    top: 70px; */
    font-size: 14px;
    transition: all 0.5s linear;
    z-index: 1;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
}

#omo .content .mybox a {
    color: #fff;
}

#omo .content .box1 {
    position: absolute;
    /* left: 205px; */
    /* top: 60px; */
    left: 20%;
    top: 11.86%;
}

#omo .content .box2 {
    position: absolute;
    /* left: 684px; */
    /* top: 60px; */
    top: 10.86%;
    left: 66.7%;

}

#omo .content .box3 {
    position: absolute;
    /* left: 67px;
    top: 197px; */
    left: 6.5%;
    top: 35.6%;
}


#omo .content .box4 {
    position: absolute;
    /* left: 820px;
    top: 197px; */
    left: 80%;
    top: 35.6%;
}

#omo .content .box5 {
    position: absolute;
    /* left: 205px;
    top: 340px; */
    left: 20%;
    top: 61.5%;
}

#omo .content .box6 {
    position: absolute;
    /* left: 684px;
    top: 340px; */
    left: 66.7%;
    top: 61.5%;
}

#omo .content .middle-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    line-height: 45px;
}

#omo .content .middle-content a {
    color: #000;
    font-size: 24px;
}


#omo .main-title {
    text-align: center;
    /* height: 120px; */
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
}


#omo .main-title>p:nth-of-type(1) {
    font-size: 30px;
    line-height: 75px;
    box-sizing: border-box;
}

#omo .main-title>p:nth-of-type(2) {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    box-sizing: border-box;
}

#omo .content .mybox .img-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto;
    display: block;
}

#omo .content .mybox .content-text {
    text-align: center;
    font-size: 14px;
    margin: 0 auto;

}

#omo .content .mybox .content-title {
    padding-top: 5px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;

}


#omo .content .mybox:hover .img-icon {
    width: 83px;
    height: 83px;
    transition: all 0.2s linear;
}

#omo .content .mybox:hover .content-text {
    font-size: 15px;
    transition: all 0.2s linear;
}

#omo .content .mybox:hover .content-title {
    font-size: 17px;
    transition: all 0.2s linear;
}

/*  */
.arrow-left {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -100px;
    margin-left: -130px;
    z-index: 1;
}

.arrow-left>img,
.arrow-right>img {
    width: 100%;
}

.arrow-right {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    right: 0%;
    z-index: 1;
    margin-top: -100px;
    margin-right: -130px;
    transform: rotate(180deg);
}


#omo  .middle-title{
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align:center;
    width: 7.78%;
    /* background-color: pink; */
    color: #fff;
    z-index: 1;
}

#omo  .middle-title a{
    color: #fff;
}

#omo  .middle-title1{
    left: 45.8%;
    top: 33%;
}
#omo  .middle-title2{
    left: 34%;
    top: 55%;
}
#omo  .middle-title3{
    left: 57.8%;
    top: 55%;
}
#omo  .middle-title4{
    left: 46.2%;
    top: 73%;
}
@media(max-width:1700px) {
    .content-title {
        display: none;
    }

    #omo .content .mybox .content-text {
        margin-top: 5px;
    }

    #omo .content .mybox .img-icon {
        padding-top: 0px;
    }
}

@media(max-width:1450px) {
    .content-text{
        display: none;
    }
   .content .mybox>a{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
   }
}

/* ����ͼƬ����ʾ */
@media(min-width:1200px){
    #omo .mo-bg{
         display: none;
     }
    #omo .pc-bg{
         display: block;
     }
 }
 
 @media(max-width:1199.8px){
     #omo .mo-bg{
         display: block;
     }
    #omo .pc-bg{
         display: none;
     }
 
     .middle-title{
         display: none;
     }
  }
  
@media(max-width:1220px) {

    #omo .content .middle-content {
        line-height: 34px;
        padding-top: 45px;
    }

    #omo .content .middle-content a {
        color: #000;
        font-size: 18px;
    }

    #omo .content .mybox .img-icon {
        width: 58px;
        height: 58px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding-top: 0;
    }

    #omo .content .mybox .img-icon:hover {
        width: 68px;
        height: 68px;
    }

    .content-title {
        display: none;
    }

    .arrow-left {
        display: none;
    }

    .arrow-right {
        display: none;
    }

}

@media(max-width:992px) {
    #omo .content .middle-content {
        line-height: 30px;
        padding-top: 50px;
    }

    #omo .content {
        width: 80%;
        height: 480px;
    }
}

@media(max-width:768px) {
    #omo {
        background-size: 250%;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

    #omo .content {
       
        height: 300px;
    }

    #omo .content .middle-content {
        padding-top: 0px;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 110px;
        height: 150px;
        transform: translate(-50%, -50%);
        z-index: 2;
        text-align: center;
        line-height: 30px;
    }
}

@media(max-width:450px) {
     #omo .content {
        width: 100%;
        height: 215px;
    }
}




@media(max-width:376px) {
    #omo {
        background-size: 300%;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

    #omo .content .mybox .img-icon {
        width: 38px;
        height: 38px;
    }

    #omo .content .mybox .img-icon:hover {
        width: 38px;
        height: 38px;
    }

    #omo .content .middle-content {
        padding-top: 16px;
        line-height: 25px;
    }

    #omo .content .middle-content a {
        color: #000;
        font-size: 14px;
    }

    #omo .main-title>p:nth-of-type(1) {
        font-size: 25px;
        line-height: 60px;
        box-sizing: border-box;
    }

    #omo .main-title>p:nth-of-type(2) {
        font-size: 18px;
        line-height: 24px;
    }

}


