.terri_list li span{
    display: block;
    width: 100%;
    line-height: 30px;
}

.territory_row img{
    width: 613px;
    height:480px;
}

/*分页*/

.pageshow{
    margin: 0 0 50px 0;
}

.pageshow .prev,.pageshow .next,.pageshow .end,.pageshow .first{
    border:1px solid #e6e6e6;
    color:  #676767;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.pageshow .num{
    border:1px solid #e6e6e6;
    color: #676767;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.pageshow .current{
    background-color:#0a84d2;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.pageshow .fon{
    border: 1px solid #AA1B2F;
    width: 60px;
    height: 40px;
    line-height: 40px;
    color: #4D4D4D;
    text-align: center;
}

.pageshow .oang{
    background:#AA1B2F;
    width: 48px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    display:inline-block;
    outline: none;
    border: none;
    cursor: pointer;
}

.man_name span{
    margin-right: 10px;
    font-size: 18px;
    color: #333;
}
.works_content{
    overflow: hidden;
}
.works_content img{
    max-width: 100%;
    margin-bottom: 20px;
}
.mxb-img img{
    max-width: 100%;
}


.baqt,.baqt2,.baqt3{
    margin:40px auto;
    text-align: center;

}
.baqt a,.baqt2 a,.baqt3 a{

    border:1px solid #e6e6e6;
    color: #676767;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.baqt a.current,.baqt2 a.current,.baqt3 a.current{
    background:#0a84d2 ;color: #fff;
}
.baqt a:last-child,.baqt2 a:last-child,.baqt3 a:last-child{
    margin-right: 0;
}


.artice_content{
    font-size: 14px;
    line-height: 28px;
}

.artice_content img{
    max-width: 100%;
}

.esll{
    width: 100%;
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap; 
}


.designer_img img{
    width: 100%;
    height: 100%;
}


.hot_name{
    font-size:20px;
    color: #000000;
    font-weight:bold;
    margin-left:25px;
}



.since_video i{
    position: absolute;
    width:60px;
    height: 60px;
    z-index: 99;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    background: url(../images/bofang.png) no-repeat left top;
    cursor: pointer;
}


.team_img img{
    object-fit: contain;
}
.team_item{
    height:100px
}


.step_item {

    overflow: hidden;
    display: block;
    width: 100%;
}

.spm{
    position: relative;
}
.quick_prev2,
.quick_next2 {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px rgb(0, 147, 240, .2);
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.quick_prev2 {
    left: 0;
    background-image: url(../images/tleft1.png);
}

.quick_next2 {
    right: 0;
    background-image: url(../images/tright1.png);
}

.quick_prev2:hover {
    background-color: #0093f0;
    background-image: url(../images/tleft2.png);
}

.quick_next2:hover {
    background-color: #0093f0;
    background-image: url(../images/tright2.png);
}

.mba{
    padding: 60px;
    line-height: 28px;
    font-size: 16px;


}
.mba .mxb-img{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}
.mba .mxb-img:last-child{
    border-bottom: none;
}
.mba .mxb-img img{
    max-width: 100%;
    margin-bottom: 20px;
}