.flexa-container{
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flexa-justify-around{
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flexa-justify-center{
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flexa-justify-between{
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flexa-justify-start{
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flexa-justify-end{
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.flexa-align-center{
    -moz-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexa-align-start{
    -webkit-box-align:start;
    -moz-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.flexa-align-end{
    -webkit-box-align:end;
    -moz-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
}
/*将占满整个容器的高度*/
.flexa-align-stretch{
    -webkit-box-align:stretch;
    -moz-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
}

/*换行*/
.flexa-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*不换行*/
.flexa-nowrap{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
/*不均匀缩放*/
.flexa-shrink{
    -ms-flex-negative:0;
    flex-shrink:0
}
.xiala {
    border: 1px solid #F0F0F0;
    border-right: none;
    height: 46px;
}
.xiala dl dt {
    height: 44px;
    line-height: 44px;
    color: #777777;
    background: #fff;
    white-space: nowrap;
    cursor: pointer;
    font-weight: initial;
    /*text-transform: capitalize;*/
}
.contact_inq .in_tel {
    border-left: 0;
    padding-left: 8px;
    background-image: none;
}
.xiala dl dt .ico {
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: middle;
}
.xiala dl dt .ico.phone {
  background: url(../images/input_tel.png) no-repeat 8px center;
  background-size: 24px;
}
.xiala dl dt .ico.wechat {
    background: url(../images/weichat.png) no-repeat center center;
    background-size: 22px;
}
.xiala dl dt .ico.skype{
    background: url(../images/skype.png) no-repeat center center;
    background-size: 20px;
}
.xiala dl dt .ico.whatsapp{
    background: url(../images/whatsapp.png) no-repeat center center;
    background-size: 20px;
}
 .xiala dl dt .icoxiala {
     display: inline-block;
     width: 44px;
     height: 44px;
     vertical-align: middle;
     background: url(../images/xialajian.png) no-repeat center center;
     background-size: 24px;
 }

/*.xiala dl:hover dt .icoxiala {*/
/*    transform: rotateX(180deg);*/
/*}*/
.xiala dl {
    position: relative;
}
.xiala dl .showa {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
}
/*.xiala dl:hover .showa{*/
/*    display: block;*/
/*}*/
.xiala dl .showa dd {
    height: 28px;
    line-height: 28px;
    padding: 0 20px 0 44px;
    border: 1px solid #ddd;
    cursor: pointer;
    white-space: nowrap;
}
.xiala dl .showa dd:hover {
    color: #154899;
}
.xiala dl .showa dd + dd{
    border-top: none;
}
.xiala dl .showa dd.phone {
  background: url(../images/input_tel.png) no-repeat 8px 3px;
  background-size: 24px;
}
.xiala dl .showa dd.wechat {
    background: url(../images/weichat.png) no-repeat 13px center;
    background-size: 20px;
}
.xiala dl .showa dd.skype {
    background: url(../images/skype.png) no-repeat 14px center;
    background-size: 18px;
}
.xiala dl .showa dd.whatsapp {
    background: url(../images/whatsapp.png) no-repeat 14px center;
    background-size: 18px;
}
.product .xiala dl dt {
    height: 38px;
    line-height: 38px;
    color: #777777;
    background: #fff;
    white-space: nowrap;
    cursor: pointer;
    font-weight: initial;
    text-transform: capitalize;
}
.product .xiala dl dt .ico,.xiala dl dt .icoxiala{
    width: 40px;
    height: 40px;
}
.inquiry .contact_box .in_tel{
    background-image: none;
    padding-left: 0px;
}
.inquiry .contact_box .input_1.in_tel {
    border-left: none;
}
.product  .xiala {
    border: 1px solid #E5E5E5;
    border-right: none;
    height: 40px;
}
html[lang=ar] .col-sm-12.product .flexa-container.flexa-justify-between {
    flex-direction: row-reverse;
}



.salesmans .kpi {
    margin: 10px 0;
    width: 49%;
    background: #EB8417;
    padding: 10px 20px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.salesmans .kpi .left {
    margin-right: 10px;
    padding-right: 10px;
    background: url("../images/contactxian.png") no-repeat right center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.salesmans .kpi .left img {
    min-width: auto !important;
    width: 80px;
}
.salesmans .kpi .right {
    width: calc(100% - 120px);
}
.salesmans .kpi .right div ,.salesmans .kpi .right div a{
    line-height: 26px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.salesmans .kpi .right div a {
    font-weight: normal;
    padding-left: 30px;
    background: url("../images/lianxiioc.png") no-repeat 0px -2px;
    background-size: 26px;
    display: block;
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.salesmans .kpi .right div a.skype {
    background-position: 0 -133px;
}
.salesmans .kpi .right div a.qq {
    background-position: 0 -2px;
}
.salesmans .kpi .right div a.whatsapp {
    background-position: 0 -100px;
}
.salesmans .kpi .right div a.alibaba {
    background-position: 0 -254px;
}
.salesmans .kpi .right div a.msn {
    background-position: 0 -198px;
}
.salesmans .kpi .right div a.email {
    background-position: 0 -34px;
}
@media only screen and (max-width: 1280px) {
    .salesmans .kpi {
        width: 100%;
    }
}
@media only screen and (max-width: 580px) {
    .salesmans .kpi {
        margin: 10px 0;
        padding: 5px 10px;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .salesmans .kpi .left {
        margin-right: 2px;
        padding-right: 2px;
        background: url("../images/contactxian.png") no-repeat right center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .salesmans .kpi .left img {
        min-width: auto !important;
        width: 50px;
    }
    .salesmans .kpi .right {
        width: calc(100% - 70px);
    }
    .salesmans .kpi .right div {
        font-size: 12px;
        font-weight: initial;
    }
}