﻿.itop {
    text-align: center;
    padding-top: 6.5%;
}

.iright {
    position: absolute;
    top: 40px;
    left: 66px;
}

.bg {
    position: relative;
    height: 980px;
    background: url('../ningbo/bg2.jpg');
}

#wide-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.ir {
    position: absolute;
    font-size: 14px;
    right: 36px;
    top: 40px;
    color: #fff;
}

.ir-tx {
    color: #71918e;
}


.ir a {
    margin-left: 9px;
}
.ibom {
    position: absolute;
    bottom: 38px;
    width: 100%;
    text-align: center;
}

.ul-ibom {
    display: flex;
    justify-content: center;
}

    .ul-ibom > li {
        border-right: 2px #71918e solid;
    }

        .ul-ibom > li:nth-last-child(1) {
            border-right: none
        }

    .ul-ibom a {
        display: block;
        padding: 0 9px;
        color: #ffffff;
        font-size: 14px;
    }

.ibom-tx {
    color: #71918e;
    font-size: 12px;
    margin-top: 15px;
}
.carousel {
    position: relative;
    margin: 0px;
    padding: 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
}





    .carousel .carousel-item {
        background-position: center;
        background-repeat: no-repeat;
        background-color: #FFF;
        position: absolute;
        cursor: pointer;
    }





    .carousel .out {
        border: #DDD 2px solid;
    }





    .carousel .over {
        border: 2px solid #DDD;
        -moz-box-shadow: 0px 0px 10px #000;
        -webkit-box-shadow: 0px 0px 10px #000;
        box-shadow: 0px 0px 10px #000;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color=#000000)";
    }





    .carousel .click {
        border: 2px solid #DDD;
        -moz-box-shadow: 0px 0px 10px #000;
        -webkit-box-shadow: 0px 0px 10px #000;
        box-shadow: 0px 0px 10px #000;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color=#000000)";
    }





    .carousel .select {
        border: 2px solid #DDD;
        -moz-box-shadow: 0px 0px 10px #000;
        -webkit-box-shadow: 0px 0px 10px #000;
        box-shadow: 0px 0px 10px #000;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color=#000000)";
    }





    .carousel .tooltip {
        position: absolute;
        z-index: 9999;
        background-color: #DDD;
        margin-bottom: 20px;
        border: #EEE solid 4px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }





        .carousel .tooltip p {
            color: #999;
            padding: 10px;
            margin: 0px;
        }





    .carousel .scrollbar {
        width: 340px;
        position: absolute;
        margin-top: 100px;
    }

