/*!
* 团队简介
* 创建时间：2019-01-10
* 创建人：yuqirong
*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .team-introduction-box {
        width: 90%;
        margin: 0 auto 25px auto;
        background: #f9f9f9;
        box-shadow: 0 3px 5px rgba(173, 173, 173, 0.2);
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .team-introduction-box:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        border: 1px solid #c2000e;
    }

    .team-introduction-box img {
        width: 100%;
    }

    .team-introduction-box .team-introduction-div {
        padding: 15px;
    }

    .team-introduction-box .team-introduction-div h3 {
        font-size: 12px;
        color: #656565;
    }

    .team-introduction-box .team-introduction-div span {
        color: #c2000f;
        display: inline-block;
        margin-right: 10px;
    }

    .team-introduction-box .team-introduction-div p {
        font-size: 12px;
        line-height: 18px;
        color: #656565;
    }

    .team-introduction-tabs-cont {
        padding: 15px;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        box-shadow: 0 3px 5px rgba(173, 173, 173, 0.2);
    }

    .team-introduction-tabs-cont>.tab-pane>h4 {
        width: 100%;
        font-size: 12px;
        color: #656565;
        line-height: 25px;
    }

    .team-introduction-tabs-cont>.tab-pane>p {
        width: 100%;
        font-size: 12px;
        color: #656565;
        line-height: 20px;
    }

    .team-introduction-tabs .nav-link {
        font-size: 12px;
        padding: .4rem .36rem;
    }

    .team-introduction-tabs .nav-item.show .nav-link,
    .team-introduction-tabs .nav-link.active {
        color: #c90715;
    }
    .nav-tabs .nav-link.active{
        color: #dc3545 !important;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .team-introduction-box {
        width: 100%;
        background: #f9f9f9;
        box-shadow: 0 3px 5px rgba(173, 173, 173, 0.2);
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .team-introduction-box:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        border: 1px solid #c2000e;
    }

    .team-introduction-box img {
        width: 100%;
    }

    .team-introduction-sm{
        padding-right: 0;
    }

    .team-introduction-box .team-introduction-div {
        padding: 10px;
    }

    .team-introduction-box .team-introduction-div h3 {
        font-size: 12px;
        color: #656565;
    }

    .team-introduction-box .team-introduction-div span {
        color: #c2000f;
        display: inline-block;
        margin-right: 10px;
    }

    .team-introduction-box .team-introduction-div p {
        font-size: 12px;
        line-height: 18px;
        color: #656565;
    }

    .team-introduction-tabs-cont {
        padding: 15px;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        box-shadow: 0 3px 5px rgba(173, 173, 173, 0.2);
    }

    .team-introduction-tabs-cont>.tab-pane>h4 {
        width: 100%;
        font-size: 12px;
        color: #656565;
        line-height: 25px;
    }

    .team-introduction-tabs-cont>.tab-pane>p {
        width: 100%;
        font-size: 12px;
        color: #656565;
        line-height: 20px;
    }

    .team-introduction-tabs .nav-link {
        font-size: 12px;
        padding: .5rem .7rem;
    }

    .team-introduction-tabs .nav-item.show .nav-link,
    .team-introduction-tabs .nav-link.active {
        color: #c90715;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .team-introduction-box {
        width: 100%;
        background: #f9f9f9;
        box-shadow: 0 3px 5px rgba(173, 173, 173, 0.2);
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .team-introduction-box:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        border: 1px solid #c2000e;
    }

    .team-introduction-box img {
        width: 100%;
    }

    .team-introduction-box .team-introduction-div {
        padding: 15px;
    }

    .team-introduction-box .team-introduction-div h3 {
        font-size: 12px;
        color: #656565;
    }

    .team-introduction-box .team-introduction-div span {
        color: #c2000f;
        display: inline-block;
        margin-right: 10px;
    }

    .team-introduction-box .team-introduction-div p {
        font-size: 12px;
        line-height: 20px;
        color: #656565;
    }

    .team-introduction-tabs-cont {
        padding: 20px;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        box-shadow: 0 3px 5px rgba(173, 173, 173, 0.2);
    }

    .team-introduction-tabs-cont>.tab-pane>h4 {
        width: 100%;
        font-size: 14px;
        color: #656565;
        line-height: 25px;
    }

    .team-introduction-tabs-cont>.tab-pane>p {
        width: 100%;
        font-size: 12px;
        color: #656565;
        line-height: 20px;
    }

    .team-introduction-tabs .nav-link {
        font-size: 14px;
    }

    .team-introduction-tabs .nav-item.show .nav-link,
    .team-introduction-tabs .nav-link.active {
        color: #c90715;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .team-introduction-box {
        width: 100%;
        background: #f9f9f9;
        box-shadow: 0 3px 5px rgba(173, 173, 173, 0.2);
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .team-introduction-box:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        border: 1px solid #c2000e;
    }

    .team-introduction-box img {
        width: 100%;
    }

    .team-introduction-box .team-introduction-div {
        padding: 15px;
    }

    .team-introduction-box .team-introduction-div h3 {
        font-size: 14px;
        color: #656565;
    }

    .team-introduction-box .team-introduction-div span {
        color: #c2000f;
        display: inline-block;
        margin-right: 10px;
    }

    .team-introduction-box .team-introduction-div p {
        font-size: 12px;
        line-height: 20px;
        color: #656565;
    }

    .team-introduction-tabs-cont {
        padding: 30px;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        box-shadow: 0 3px 5px rgba(173, 173, 173, 0.2);
    }

    .team-introduction-tabs-cont>.tab-pane>h4 {
        width: 100%;
        font-size: 14px;
        color: #656565;
        line-height: 25px;
    }

    .team-introduction-tabs-cont>.tab-pane>p {
        width: 100%;
        font-size: 12px;
        color: #656565;
        line-height: 20px;
    }

    .team-introduction-tabs .nav-link {
        font-size: 14px;
    }

    .team-introduction-tabs .nav-item.show .nav-link,
    .team-introduction-tabs .nav-link.active {
        color: #c90715;
    }
    
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .team-introduction-box{
        width: 100%;
        background: #f9f9f9;
        box-shadow: 0 3px 5px rgba(173, 173, 173, 0.2); 
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .team-introduction-box:hover{
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        border: 1px solid #c2000e;
    }
    .team-introduction-box img {
        width: 100%;
    }

    .team-introduction-box .team-introduction-div {
        padding: 20px;
    }

    .team-introduction-box .team-introduction-div h3 {
	    line-height: 20px;
	    font-size: 18px;
	    color: #656565;
	    height: 35px;
	    border-bottom: 1px solid #e0e2e6;
	    margin-bottom: 20px;
    }

    .team-introduction-box .team-introduction-div span {
	    color: #c2000f;
        display: inline-block;
    }
    
    .team-introduction-box .team-introduction-div div span{
	    font-weight: bold;
	    height: 40px;
	    color: #656565;
	    display: inline-block;
	    float: left;
    }
    
    .team-introduction-box .team-introduction-div div p{
	    font-size: 14px;
	    line-height: 20px;
	    color: #656565;
	    height: 40px;
	    overflow: hidden;
	    text-overflow: ellipsis;
    }
    
    
    .team-introduction-tabs-cont{
        padding: 60px 60px 120px 60px;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        box-shadow: 0 3px 5px rgba(173, 173, 173, 0.2);
    }

    .team-introduction-tabs-cont>.tab-pane>h4 {
        width: 100%;
        font-size: 14px;
        color: #656565;
        line-height: 25px;
    }
    .team-introduction-tabs-cont>.tab-pane>p {
        width: 100%;
        font-size: 12px;
        color: #656565;
        line-height: 20px;
    }
    .team-introduction-tabs .nav-item.show .nav-link,
    .team-introduction-tabs .nav-link.active {
        color: #c90715;
    }
    .width-contact-left{
        width:25rem
    }
    .width-contact-right{
        width:22rem
    }
}