/*头部样式*/
.header{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.header,.crumbs_wrapper{
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none;  /*webkit浏览器*/
    -ms-user-select: none;   /*IE10*/
    user-select: none;
}
#web_chat{
    display: inline-block;
    padding-left: 24px;
    background: url("../images/wx.png") no-repeat;
    margin-top: 6px;
    cursor: pointer;
}
#logo{

}
.nav_wrapper{
    position: relative;
    margin-bottom: 8px;
}
.nav_wrapper li{
    float: left;
    height: 66px;
    line-height: 66px;
    font-size: 14px;
    font-weight: bold;
}
.nav_wrapper li a{
    padding: 0 20px;
    display: block;
    color: #333;
}
.nav_wrapper li a:hover{
    color: #cc2119;
}
.nav_child_wraper{
    width: 1000px;
    height: 40px;
    background: #cc2119;
    position: absolute;
    top: 96px;
    z-index: 2;
    left: 0;
    display: none;
}
.nav_child{
    position: absolute;
    top: 0;
    display: none;
}
.nav_child li{
    float: left;
    height: 40px;
    line-height: 40px;
}
.nav_child li a{
    float: left;
    color: #eaeaea;
}
.nav_child li a:hover{
    color: #fff;
}
.nav_child li span{
    float: left;
    margin: 10px 18px;
    width: 1px;
    height: 20px;
    background: #fff;
}
.trangle{
    position: absolute;
    width: 14px;
    height: 8px;
    background: url("../images/trangle.png") no-repeat;
    bottom: -8px;
    left: 108px;
    display: none;
}
.footer{
    background: #353535;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}
.footer p{
    padding: 50px 0 20px 0;
}
.footer .bottom{
    display: inline-block;
    margin-bottom: 40px;
}
.footer .bottom li{
    float: left;
    margin: 0 56px;
}
.footer .bottom li span{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 16px;
    vertical-align: middle;
}
.foot1{
    background: url("../images/bot_bg.png") 0 0;
}
.foot2{
    background: url("../images/bot_bg.png") -26px 0;
}
.foot3{
    background: url("../images/bot_bg.png") -52px 0;
}
.nav_wrapper li.nav_act a{ color: #cc2119;}

.go_top{ width: 60px; height: 60px; position: fixed; right: 50px; bottom: 180px; z-index: 2; background: url("../images/go_top.png") no-repeat; cursor: pointer; display: none;}


.body_back{ width: 100%; height: 100%; background: #000; position: absolute; top: 0; left: 0; z-index: 3; opacity: 0.7; filter: alpha(opacity=70); display: none;}
.body_back.active{ display: block;}

.wx_wrapper{ width: 360px; height: 360px; position: absolute; top: 200px; left: 50%; margin-left: -180px; border: 1px solid #999; border-radius: 6px; background: #fff; z-index: 4; display: none;}
.wx_wrapper.active{ display: block;}
.thyf_code{ width: 220px; height: 220px; background: url("../images/th_code.jpg") no-repeat; background-size: cover; margin: 12px auto; }
.wx_close{ padding-left: 10px;}
p.share_head{ height: 48px; line-height: 48px; padding: 0 16px; border-bottom: 1px solid #ccc;}
p.cue{ padding: 12px 10px 16px; border-top: 1px solid #ccc; line-height: 20px;}
.wx_close{ margin: 14px 0 0 150px; cursor: pointer;}
