@charset "utf-8";

.top{}
.top_look{
    background: #a22214;
    color: #fff;
    line-height: 35px;
}
.top_look_l{
    font-size: 12px;
    background: url(../images/t_home.png) left no-repeat;
    padding-left: 20px;
}
.top_look_c{
    font-size: 18px;
    background: url(../images/t_tel.png) left no-repeat;
    padding-left: 25px;
    color: #fbdda1;
    font-style: italic;
    margin-left: 200px;
}
.top_look_r a{
    color: #fff;
    display: block;
    font-size: 12px;
    float: left;
    padding-left: 28px;
}
.top_look_r .tm{
    /* background: url(../images/tm.png) left no-repeat; */
    color: #fff;
    position: relative;
    padding: 0;
}
.top_look_r .tm img{
    position: absolute;
    width: 100px;
    left: 0;
    top: 35px;
    display:none;
}
.top_look_r .tm:hover img{
    display:block;
}
.top_look_r .jd{
    background: url(../images/jd.png) left no-repeat;
    margin-left: 60px;
    color: #fff;
}
.top_look_r a:hover{
    color: #fff;
    text-decoration: underline;
}

.top_heard{
    background: #f0ebe7;
    border-bottom: 2px solid #ccc;
    padding: 20px 0;
}
.logo{
    width: 260px;
    height: 117px;
}
.logo img{
    display: block;
    float: left;
}
.logo p{
    float:left;
    font-size: 32px;
    line-height: 117px;
    color: #fb0102;
    font-weight: bold;
    margin-left: 10px;
}
.heard{
    margin-top: 30px;
}
.heard ul{
    float: left;
}
.heard ul li{
    float: left;
    margin-left: 45px;
}
.heard ul li .htb{
    margin:0 auto;
}
.heard ul li .htb01{
    width: 27px;
    height: 27px;
    background: url(../images/top_tb.png) no-repeat;
}
.heard ul li .htb a{
width: 27px;height: 27px;display: block;}
.heard ul li .htb02{
    width: 27px;
    height: 27px;
    background: url(../images/top_tb.png) -118px 0px no-repeat;
}
.heard ul li .htb03{
    width: 37px;
    height: 27px;
    background: url(../images/top_tb.png) -230px 0px no-repeat;
}
.heard ul li .htb04{
    width: 27px;
    height: 27px;
    background: url(../images/top_tb.png) -362px 0px no-repeat;
}
.heard ul li .htb05{
    width: 39px;
    height: 27px;
    background: url(../images/top_tb.png) -470px 0px no-repeat;
}
.heard ul li .htb06{
    width: 27px;
    height: 27px;
    background: url(../images/top_tb.png) -596px 0px no-repeat;
}
.heard ul li .htb07{
    width: 33px;
    height: 27px;
    background: url(../images/top_tb.png) -710px 0px no-repeat;
}
.heard ul li:first-child{
    margin-left: 0px;
}
.heard ul li>a{
    display: block;
    margin-top: 8px;
    color: #333;
}
.heard ul li a:hover{
    font-weight:bold;
    color:#A22214;
}


.tjwx{
    float: left;
    margin-left: 30px;
    margin-top: 5px;
}
.tjwx a{
    display: block;
    background: url(../images/wxtb.png) 15px center no-repeat #a22214;
    color: #fff!important;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 48px;
}
