*{
     margin:0;
     padding:0;
 }

body,html{
    margin:0;
    padding:0;
    min-width:1180px;
    width:100%;
    background-color:#ffffff!important;
}
a{
    text-decoration:none!important;
}
ul{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}

.head_top{
    width:100%;
    height:98px;
    background-color:#9d0d15;
}
.head_top_con{
    width:1180px;
    height:100%;
    margin:0 auto;
    position:relative;
}
.htc_left img{
    width:308px;
    height:157px;
    box-shadow:0px 0px 10px #000;
    border-bottom-left-radius:24px;
    border-bottom-right-radius:24px;
}
.htc_left{
    position: absolute;
    left: 0;
    top: 0;;
}
.htc_right{
    overflow:hidden;
    float:right;
    line-height:98px;
    margin:0;
    padding:0;
}
.htc_right li{
    float:left;
    list-style:none;
    margin:0 10px;
}
.htc_right li a{
    color:#fff;
    width:100%;
    display:inline-block;
    margin:0 10px;
    font-size:12px;
    text-align: center;
}
.head_bottom{
    height: 73px;
    width: 100%;
    border-bottom: 2px solid #9d0d15;
    line-height:73px;
    overflow: hidden;

}
.head_bottom_con{
    width: 1180px;
    margin: 0 auto;
    padding-left: 20%;
    overflow: hidden;
    box-sizing: border-box;

}
.head_bottom_con ul{
    overflow: hidden;
}
.head_bottom_con ul li{
    float:left;
    margin:0 35px;
    font-size:14px;
    cursor:pointer;
}
.head_bottom_con ul li a{
    color:#000;
    margin:0 10px;
    display:inline-block;
}

.menu {
    position: absolute;
    left: 420px!important;
    top: 38px;
}
.htc_con {
    position: absolute;
    left: 470px!important;
    top: 38px;
}
.htc_con input{
    line-height:36px!important;
}

@media screen and (max-width:1450px) {
    .head_bottom_con {
        width:1010px;
    }
}