.nav-down {
    position: absolute;
    display: none;
    z-index: 100000;
    background: #f2f2f2;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
    padding: 10px 0;}
.nav-click {
    display: none;}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;}
.nav-down li {
    float: none;
    width: 100%;
        float: left;

    text-align: center;
    position: relative;}

.nav-down li a {
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    color: #333!important;}
.nav-down li:hover a{color:#fff !important;}


@media (max-width: 991px){
.nav-click {display:block;}
}
.team-ul {
    margin: 0 0px;}
.team-ul li {
    float: left;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 50px;
    background: #f1f1f1;}
.team-ul li a {
    display: block;
    height: 260px;

    position: relative;}
.team-ul-img {
    position: relative;
    z-index: 10;}

.pull-left {
    float: left !important;}

.team-ul-img img {
    width: 186px;
    height: 260px;}
.team-ul-right {
    margin-left: 186px;
    padding: 30px;}
.team-name {
    font-size: 18px;
    color: #055CA1;
    font-weight: bold;}
.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.team-txt {
    margin-top: 10px;
    border-top: solid 1px #ddd;}

.team-txt p {
    font-size: 16px;
    color: #555;
    line-height: 34px;}




@media (max-width: 1279px){
.team-ul li {width: 100%;}

}

@media (max-width: 768px){
.team-ul-img {width: 100%;float: none !important;text-align: center;}
.team-ul-right {margin: 0;}
.team-ul li a {height: auto;}
.team-ul li{padding: 0 0px;}
}
