.hezuohuoban #testimonial .item {
	display: flex;
}
/* 二级菜单相关 */
.zmcaidan{
    position: absolute;
    background-color: #222;
    color: #fff;
    display: none;
}
.zmerjicaidan:hover .zmcaidan{
    display: block;
}

.hezuohuoban #testimonial .item .hzhb img{
    float: left;
    width: 100%;
}
header{
    background-size: 100% 100%;
}
.zmheader{
    background-size: 100% 100% !important;
}
/* 微信关注链接样式 */
/*left*/
.pendant{ 
    /*display: none;*/
    position: fixed;
    width: 48px;
    right: 10px;
    bottom: 80px;
    z-index: 3;

}
.pendant_tele ,.pendant_wx {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #32AF50;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    
}
.pendant_tele div,.pendant_wx div{
    width: 48px;
    height: 48px;
    background-image: url("../img/home_icon_phone.png") ;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    background-size: 24px 24px;
}
.pendant_wx div{
    background-image: url("../img/home_icon_code.png") ;
}
.pendant_wx_hover{
    display: none;
    position: absolute;
    width: 148px;
    height: 164px;
    background-image: url('../img/home_code.png');
    background-repeat: no-repeat;
    background-size: 100%;
    top:0;
    left: 0;
    top: -5px;
    left: -150px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 16px;
}
.pendant_wx_hover img{
    width: 92px;
    height: 92px;
    margin: 16px 28px 4px 20px;
}
.pendant_wx_hover .text{
    padding: 0 28px 0 24px;
}

.pendant_tele_hover{
    display: none;
    font-size: 16px;
    color: #32AF50;
    text-align: right;
    position: absolute;
    width: 143px;
    height: 55px;
    line-height: 50px;
    right: 50px;
    background-image: url(http://fs1.weicheche.cn/official/illustration/popup_phone.png);
    background-size: 100%;
    background-repeat: no-repeat;

    text-align: left;
    text-indent: 15px;
    top: 64px;
}

.pendant_line {
    width: 48px;
    overflow: hidden;
    position: relative;
    background: #32AF50;
    border-radius: 24px;
}
.pendant_line div{
    width: 48px;
    padding-top: 40px;
    padding-bottom: 12px;
    background-image: url("http://fs1.weicheche.cn/official/illustration/home_icon_ Consultation.png") ;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 24px 24px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 18px;
    position: relative;
    z-index: 1;
}
.pendant_line::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    /* margin: -15px 0 0 1px; */
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: #149530;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pendant_tele::after,.pendant_wx::after{
    content: "";
    position: absolute;
    top: 100%;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #149530;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pendant_tele:hover::after,.pendant_line:hover::after,.pendant_wx:hover::after{
    top: 0;
    left: 0;
}
.centerwarp{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}


@media (max-width: 990px) {
.row{
    padding: 0px;
}
/* 移动端反向排版，列反向 */
.fanxiangpaibu_c {
display: flex;
flex-direction: column-reverse;
}
}
#testimonial .owl-dots button{
    width: 20px;
}
/* 滚动的补充配置样式 */
.zmgundong .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.zmgundong .owl-nav  .owl-prev{
	color: #FFFFFF;
    position: relative;
    left: -50px;
font-size: 40px;
width: 40px;
background-color: #ccc;
line-height: 40px;
outline-width: 0px;
outline-color:none;
}
.zmgundong .owl-nav .owl-next{
		color: #FFFFFF;
    position: relative;
    right:-50px;
font-size: 60px;
width: 40px;
background-color: #ccc;
line-height: 40px;
outline-width: 0px;
outline-color:none;
}
.zmgundong .owl-stage-outer .owl-item .service{
    width: 100%;
}

#xiangmuanli  .owl-item .hover-bg img{
    width: 100%;
    margin-left:0px;
}
.modal-content {
    max-height: 600px;
    overflow: auto;
}
