﻿.lookTop_div {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/bj1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 45%;
}

.lookTop {
    width: 70%;
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
}

    .lookTop li {
        float: left;
        width: 100%;
    }

.lookTop_but img {
    max-width: 120px;
    cursor: pointer;
}

.lookTop_img {
    margin-top: 30px;
}

    .lookTop_img img {
        max-width: 90%;
    }

.lookTop_con {
    width: 90%;
    color: #afafaf;
    line-height: 22px;
    margin-top: 15px;
    text-align: left;
}

    .lookTop_con a {
        color: #8b0b4a;
    }

.topImg {
    float: left;
    max-height: 55px;
    border-radius: 3px;
    margin: 0px 3px 0px 3px;
}

.lookDh {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

    .lookDh td {
        padding: 15px 0px 15px 0px;
    }

    .lookDh img {
        max-width: 140px;
    }

.lookList_div {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}


.lookList {
    position: relative;
    float: left;
    width: 45%;
    overflow: hidden;
    margin-left: 3.3%;
    margin-top: 10px;
}

    .lookList img {
        position: absolute;
        display: block;
        max-width: 100%;
        max-height: 100%;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.lookList_tab {
    float: left;
    width: 45%;
    overflow: hidden;
    margin-left: 3.3%;
    margin-top: 10px;
}

    .lookList_tab img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }

.xhsTk {
    overflow: hidden;
    margin: 0 auto;
}

.xhsTk_img {
    position: relative;
    text-align: center;
    background-color: #fff;
}

    .xhsTk_img img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.lookUp {
    position: fixed;
    z-index: 102;
    width: 350px;
    height: 340px;
    top: 50%;
    left: 50%;
    margin-top: -165px;
    margin-left: -175px;
    background: url(/page/ourclient/img/bj3.jpg) repeat-y center;
    background-size: 100% auto;
}

.lookUp_nei {
    width: 300px;
    height: 280px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 3px #666666;
}

.lookUp_top {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.lookTk_fd_hei {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0.5;
}

.lookTk_fd {
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    left: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 12px;
}

    .lookTk_fd a {
        color: #fff;
    }

.lookTerms_div {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    padding: 50px 0px 50px 0px;
    background-color: #fff;
    border: 1px #000 solid;
    box-shadow: 0px 0px 15px #404040;
}

.lookTerms {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    color: #404040;
}

.lookTcimgw {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.lookTcimg {
    position: absolute;
    display: flex; /* 设置容器为flex布局 */
    align-items: center; /* 垂直居中对齐项目 */
    justify-content: center; /* 水平居中对齐项目 */
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 3px;
    /*元素高度和宽度包括边距和边框*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .lookTcimg img {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }

.lookTcboth {
    position:absolute;
    width:100%;
    height:50px;
    bottom:0px;
    left:0px;
    background-color:#000;
    opacity:0.5;
}

.lookTcbot {
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0px;
    left: 0px;
    color: #fff;
    padding-left: 10px;
    /*元素高度和宽度包括边距和边框*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .lookTcbot a {
        color:#fff;
    }