.service {
    margin-right: 0;
    margin-left: 0;
    background: #fff;
    min-height: 140px;
}
.containerImg{
    background-image: url(../image/top-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.whiteCol{
    color: #ffffff !important;
}
.panel-default{
    border-color: #222;
    border-radius: 0;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 11px;
}
.panel-default>.panel-heading{
    color: #fff;
    background-color: #c5c5c5;
    /*border-color: #222;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-body{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 14px;
}
.panel-body ul li{
    list-style-type: none;
    border-bottom: 1px dashed #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}
.panel-body ul li:last-child{
     border-bottom: none;
}
.panel-body ul li a{
    color: #666;
}
.panel-body ul li a:hover{
    text-decoration: none;
    color: #222;
}
.panel-body p{
    color: #666;
    line-height: 32px;
}
.panel-body p.strong{
    font-weight: bold;
    color: #000;
}
/*服务范围*/
.serCon h2,.instance h3,.instance h2{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 20px;
}
.serCon h2 span,.instance h3 span,.instance h2 span{
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.serCon .row{
    margin-top: 20px;
}
.spaceHigh{
    margin-top: 3em !important;
    margin-bottom: 2em !important;
}
.serCon p{
    line-height: 2.9rem;
}
.serCon .rg1,.serCon .rg2{
    padding-left: 0;
    padding-right: 0;
}
.serCon .rg1{
    padding-right: 10px;
}
.serCon .rg2{
    padding-left: 10px;
    color: #000;
}
.serCon .rg1 img{
    width: 100%;
}
.range p{
    margin-top: 20px;
    color: #666;
    letter-spacing: 3px;
    font-size: 16px;
}
.range .row{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
/*服务案例图片滚动*/
.project{
    width: 100%;
    position: relative;
}
.lunbo{
    height: 480px;
    overflow: hidden;
}
.wrap{
    position: absolute;
    margin-top: 20px;
    width: 100%;
    height: 480px;
    overflow: hidden;
}
.wrap ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    top: 0;
}
.wrap li{
    margin-right: 10px;
    list-style: none;
    width: 800px;
    height: 480px;
}
.wrap img{
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}
.wrap p{
    text-align: center;
    font-size: 16px;
}
.myTitle{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
/*企业文化*/
.honor{
    text-align: center;
}
.honor img{
    width: 90%;
}
.introduction .culture{
    /*background-image: url(../images/lobg.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 5px;
    padding-bottom: 10px;
}
.culture .top{
    font-size: 1.1em;
    color: #727070;
}
.culture p{
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1.8rem;
}
/*联系我们*/
.contact{
    text-align: center;
}
.contact img{
    width: 30%;
}
/*经典类项目*/
.carousel-inner{
    height: 285px;
}
.index-image img{
    height: 70px;
}
.content p span{
    font-weight: bold;
}
/*人才招聘*/
.table,.reimage{
    margin-top: 20px;
}
.reimage img{
    width: 100%;
    height: 28em;
}
.instance .form-group{
    margin-bottom: 10px;
    margin-top: 10px;
}
