@charset "utf-8";
/* CSS Document */
.h_brand{width:100%;}
#ibrand { margin:0 auto; width:1080px;overflow:auto;padding:40px 0 10px; }
.ibrand { clear:both; margin:15px 0 0; overflow:auto;}
.ibrand_title { height:20px; border-bottom:3px solid #006abb; position:relative; margin:0 0 20px; }
.ibrand_title h1 { line-height:40px; height:40px; font-size:22px; font-weight:normal; text-align:center; color:#fff; background:#006abb; width:120px; margin:0 auto; overflow:hidden; border-radius:12px; }
.ibrand li { float:left; width:147px; background:#fff; height:185px; padding:8px; margin:0 15px 15px 0; border:1px solid #035aaa; text-align:center; border-radius:8px; }
.ibrand h1 { line-height:36px; font-size:18px; font-weight:normal; border-bottom:1px solid #035aaa; }
.ibrand h1 a { color:#035aaa; }
.ibrand h2 { height:100px; width:100px;  margin:10px 26px; }
.ibrand img { height:100px; width:100px; border-radius:8px; }
.ibrand h3 { display:none; }
.ibrand h4 { width:94px; height:24px; margin:0 30px; background:#035aaa; border-radius:6px; }
.ibrand h4 a { color:#fff; }
.ibrand li:hover { background:#a6a6a6; border:1px solid #a6a6a6; }
.ibrand li:hover h1 { border-bottom:1px solid #fff; }
.ibrand li:hover h1 a { color:#fff; }
.ibrand li:hover h4 { background:#fff; }
.ibrand li:hover h4 a { color:#035aaa; }
.ibrand li:hover h2 { display:none; }
.ibrand li:hover h3 { display:block; height:100px; width:100px; margin:10px 20px; }
.ibrand li.li1 { margin:0 0 20px 0; }
.inbt {
    width: 100%;
    height: 35px;
    background: url(../images/inbt_bg.png) no-repeat center center;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    margin-bottom: 30px;
}
.inbt em {
    border-bottom: 1px solid #333;
    padding: 0px 41px;
    display: inline-block;
    height: 13px;
    margin-top: 0px;
}
.inbt .blue {
    color: #035aaa;
    margin-left: 20px;
}
.inbt .black {
    color: #333;
    margin-left: 10px;
    margin-right: 20px;
}
.inbt span {
    font-size: 28px;
    padding: 0px 6px;
    font-weight: bold;
}


