.clearfix:after{content:""; display:block; clear:both; height:0; line-height:0; overflow:hidden; visibility:hidden;}
.clearfix{zoom:1;} 
p{margin:0;}
body{
    font-family: "微软雅黑"
}
.navbar-default {
    background: #fff;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 100px;
}
.tel {
    float: right;
    padding-top:25px;
}
.navbar-default .navbar-brand {
    height: 100px;
    padding:0;
}
.tel p{
    margin:0;
}
.tel dt{
    float:left;
    margin-right:18px;
}
.tel dd{
    float:right;
    font-size: 15px;
    color: #717171;
    line-height:25px;
}
.tel .nums{
    font-size: 18px;
}
.banner{
   /* height:600px;*/
    width:100%;
}
.banner .myCarousel{
    width:100%;
}
.model{
    background: #fff;
    height:100px;
}
.model dl{
    padding:28px 0 0px 0;
}
.model dt{
    float:left;
    margin-right:10px;
}
.model dd{
    float:left;
    line-height: 24px;
}
.model dd .cn{
    font-size: 16px;
} 
.model dd .en{
    font-size: 12px;
}
.partner{
    background: #f5f5f5
}
.partner h2{
    text-align: center;
    padding:58px 0 30px;
}
.partner .bag img{
    width:100%;
}
.solution{
    width:100%;
    height:100%;
    background: #f5f5f5
}
.solution h2{
    text-align: center;
    padding:80px 0 40px;
    margin:0;
}
.solution .scheme img{
    width:100%;
}
.consult {
    background: #f5f5f5;
    padding:80px 0 30px;
}
.consult h2{
    text-align: center;
    margin:0 0 50px;
}
.consult dl{
    background: #fff;
    padding:30px 20px 0;
}
.consult dt img{
    width:100%;
}
.consult dd{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color:#454545;
    line-height:80px;
}
footer{
    background:#666666;  
}
footer h2{
    text-align: center;
    color:#fcfcfc;
    font-size: 17px;
    width:100px;
    border-bottom: 3px solid #6074a7;
    margin: 0 auto -2px;
    padding-bottom:8px;
}
.footer_top{
    border-bottom:1px solid rgba(255,255,255,0.4);
    padding-top:40px;
}
.footer_content{
    line-height: 80px;
    color:#fcfcfc;
}
.footer_content dl{
    text-align: center;
}
.footer_content dd{
    line-height:38px;
    font-size: 15px;
}
.footer_bottom{
    line-height: 40px;
    color:#a9a9a9;
    background: #474747;
}
.footer_bottom p{
    text-align: center;
    font-size: 12px;
    margin:0;
}
//5等分
.col-md-1-5 {
    width: 20%;
    float: left;
}
.col-xs-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
