﻿@charset "utf-8";

.bn {
}

    .bn img {
        display: block;
        width: 100%;
    }

.abtcon {
    padding: 50px 0 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .abtcon:after {
        position: absolute;
        top: 98px;
        left: 0;
        right: 0;
        width: 100%;
        border-top: solid 3px #eee;
        display: block;
        z-index: 1;
        content: " ";
    }

.abtzh {
    position: relative;
    z-index: 3;
    margin: 0 -4%;
}

.abtb {
    color: #ccc;
    font-size: 16px;
    font-weight: 700;
}

.abtt {
    color: #333;
    font-size: 26px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 700;
}

.nodata {
    height: 100px; 
    color: #888;
    font-size: 16px;
    padding: 50px 0;
    text-align: center;
}


.tmbox {
}

.teams {
}

.tmt {
    text-align: center;
    color: #fff;
    padding: 30px 70px;
}

.searchb {
    position: relative;
    z-index: 1;
    background: #EFEFEF;
    border-radius: 8px;overflow:hidden;
    height: 45px;
}
#ntname {
    width: 95%;
    padding: 10px 2%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #444;
    border: none;
    outline: none;
    background: #EFEFEF;
}
a.ssbtn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    width: 150px;
    display: block;
    text-align: center;
    color: #fff;
    background: #0F726A;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
}
    a.ssbtn:hover {
        background: #0b998d
    }
.tmss {
    padding: 0 70px;
}

.btbns {
    padding-bottom: 50px
}

    .btbns .hd {
        padding-top: 20px;
        text-align: center;
    }

        .btbns .hd ul {
            margin: 0 auto
        }

    .btbns .bd {
        position: relative;
        z-index: 4;
        margin: 0 auto
    }

        .btbns .bd li {
            overflow: hidden
        }

            .btbns .bd li img {
                display: block;
                width: 100%
            }


    .btbns .hd li {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        margin-right: 11px;
        background: #F0F0F0;
        font-size: 0;
        cursor: pointer;
        display: inline-block;
    }

        .btbns .hd li.on {
            cursor: pointer;
            background: #0F726C
        }


.bthdact {
    position: absolute;
    left: -65px;
    top: 32%;
    right: -65px;
    z-index: 3;
}

.btbns a.prev, .btbns a.next {
    z-index: 1;
    width: 35px;
    height: 61px;
    display: block;
    line-height: 25px;
    text-align: center;
    padding: 0;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8
}

    .btbns a.prev img, .btbns a.next img {
        display: block;
        width: 100%
    }

.btbns a.next {
    float: right
}

.btbns a.prev {
    float: left
}

    .btbns a.prev:hover, .btbns a.next:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

.usi {
}
.ussw {
    float: left;width:33.3%;
}
.ussi {
    position: relative;
    z-index: 1;
    padding: 20px 30px;
    height: 120px;
    overflow: hidden;
    color: #fff;
    background: #0E7169;
    margin: 6px;
}

    .ussi strong {
        font-size: 16px;
        font-weight: 700;
        display: block;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 8px;
    }

.addr, .tel {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #cddddb;
}
.tel {
    position: relative;
    z-index: 1;
    border-top: solid 1px #13766E;
    padding: 15px 0 5px;
}
    .tel:before {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        border-top: solid 1px #03675E;
    }

.addr {
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
}

@media screen and (max-width:900px) {
    #ntname { 
        padding: 7px 2%;
    }
    a.ssbtn {
        height: 40px;
        line-height: 40px;
        width: 100px;
    }
   
    .searchb { 
        height: 40px;
    }
    .tmt {
        padding: 25px 0;
    }
    .tmss {
        padding: 0;
    }
    .ussw {
        float: left;
        width: 50%;
    } .pnavl {
        display: block;
    }
    .bthdact,  .pnavr {
        display: none;
    }
    .tel {
        padding: 6px 0;
    }
    .ussi {
        padding: 10px;
            margin: 1px;
    }
        .ussi strong {
            font-size: 14px;
        }


}