/*全局。。。。。。。。。。。。。。。。。。。。。。。。。。*/
input:focus {outline:none;}
.head_logo{
    width: 1192px;
    /*height: 82px;*/
    /*position: relative;*/
    background: #FFFFFF;
    margin: 10px auto 0;
    padding-top:30px;
    padding-bottom: 20px;
}
.head_logo_img{
    width: 221px;
    height: 75px;
    /*margin-top: 9px;*/
    margin-left: 19px;
    float: left;
}
.head_logo_h3{
    width: 280px;
    float: left;
    font-family: "微软雅黑";
    font-size: 25px;
    font-weight: bold;
    color: #343434;
    margin-top: 2% ;
    margin-left: 5%;
}
.head_logo_inp{
    width: 700px;
    float: left;
    margin-top: 21px;
    margin-left: 150px;

}
.head_logo_inp input{
    width: 407px;
    height: 34px;
    color: #a8a8a8;
    font-size: 13px;
    padding-left: 10px;
    border:none;
}
.head_logo_inp img{
    float: right;
    margin-right: 45px;
}
.head_logo_two{
    width: 1192px;
    height: 39px;
    /*overflow:hidden;*/
    margin: 0 auto;
    background: #FFFFFF;
}
.head_logo_inp_text{
    width: 440px;
    border-width: 3px 0 3px 3px;
    border-color: #B91D21;
    border-style: solid;
    background: url("../image/search.png") no-repeat 3px;
    float: left;
    text-indent: 24px;
}
#submitImg{
    cursor: pointer;
    display: inline-block;
    height: 30px;
    background: #B91D21;
    font-size: 16px;
    padding: 5px 30px;
    color: #FFF;
}
.head_logo_title{
    float: left;
    width: 184px;
    height: 39px;
    background: #B91D21;
    /*margin-left: 5px;*/
}
.head_logo_title>a{
    text-decoration:none;
    height: 39px;
    line-height: 39px;
    text-align: left;
    margin-left: 34px;
    font-size: 15px;
    color: White;
    background: #B91D21;
}
.head_logo_title a:hover{
    /*font-weight: bold;*/
    color: white;
}
.head_logo_two_title{
    float: left;
    margin-left: 55px;
    margin-top: 9px;
}
.head_logo_two_title ul li{
    float: left;
    list-style:none;
    font-size: 14px;
    margin-right: 41px;
}
.head_logo_two_title ul li a{
    text-decoration:none;
    color: #343434;
    font-size: 15px;
}
.head_logo_two_title ul li a:hover{
    color: #B91D21;
}
.head_logo_two_hr{
    width: 100%;
    height: 2px;
    background: #c81822;
}
/*head头部完成。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/