.ov{
    overflow: hidden;
}

.iabout{
}
.iaboutpic{
    width: 150px;
    float: left;
    height: 147px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}
.iabout a{
    color: #f90;
}
.iaboutpic img{
    max-width: 100%;
}
.default-Detail-Company dd {
    padding: 15px;
    overflow: hidden;
}
.default-Detail-Company .slider {
    height: 189px;
    line-height: 21px;
}
.leftbar img{
    display: block;
    max-width: 100%;
}
.logo{
    padding-top: 15px;
    width: 160px;
    height: 60px;
    text-align: center;
    padding-left: 30px;
}
.logo img{
    max-width: 100%;
    max-height: 60px;
    display: inline-block;
    width: auto;
}
.fenye {
    text-align: left;
    padding: 30px 0;
}
.fenye li{
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 12px;
    display: inline-block;
}
.fenye li:first-child{

}
.fenye li a.sel{
    font-weight: bold;
}
.fenye li.cel a{
    font-weight: bold;
}
.pv-li a{
    float: left;
    width: 330px;
    line-height: 40px;
    border-bottom:1px solid  #f8f8f8;
}
.tel dt{
    font-size: 24px;
    font-weight: bold;
    color: #f90;
    margin-top: 14px;
}
.tel dt img{
    width: 27px;
    margin-top: 10px;
    display: inline-block;
    margin-right: 5px;
}
.navbar img{
    max-width: 100%;
}
.phone-show{
    display: none;
}
.nav_right a{
    width: auto;
    padding: 0 10px;
}
.links{
    background: #004b97;
}
.leftbar .hotkey li{
    padding-left: 0;
    text-indent: 10px;
    text-align: left;
}
.midbar .picshow .gray1 {
    height: 64px;
    overflow: hidden;
    float: left;
    width: 128px;
    padding-top: 10px;
}

.rcompany span.d {
    float: right;
    width: 66px;
}
.midbar .pronews{
    width: auto;
}
.midbar .pronews li span{
    float: right;
}
.midbar .pronews li{
    width: 46%;
}
.midbar .pronews li a{
    max-width: 75%;
    display: inline-block;
}

@media only screen and (max-width: 800px) {
    .phone-show{
        display: block;
    }
    .phone-hide{
        display: none;
    }
    .logo{
        padding-left: 0;
    }
    .swiper-container1 .swiper-slide img{
        max-width:100%;
    }
    div.leftbar{
        width: 95%;
    }
    .tel dt{
        font-size: 20px;
    }
    .contact_footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #0078BE;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 9999;
    }
    .contact_footer a {
        width: 33%;
        text-align: center;
        font-size: 15px;
        padding: 5px 0;
        display: inline-block;
    }
    .contact_footer img {
        width: 30px;
    }
    .contact_footer a p {
        color: #fff;
        font-weight: 600;
    }
    .footer .box{
        padding-bottom: 50px;
    }
    .service_ke_box {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(250,250,250,0.4);
        transition: all 0.64s ease 0s;
    }
    .service_con {
        width: 85%;
        background: #fff;
        text-align: center;
        padding: 35px 0;
        border: 1px solid #eee;
        border-radius: 20px;
        position: relative;
    }
    .service_con img {
        width: 80%;
        border-radius: 10px;
    }
    .service_kicon {
        width: 25px;
        height: 25px;
        background: url(../images/guanbi.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 7px;
        top: 4px;
    }
}
@media only screen and (max-width: 640px) {
    .midbar .pronews li{
        width: 100%;
    }
    div.midbar{
        height: auto;
    }
    .iabout{
        width:100%;
        margin-left: 0;
    }
}