 
  @media screen and (max-width: 1024px) {
    body {
        min-width:1200px;
    }
  }
/* 公共样式 */

input,
select,
option,
button {
    outline: 0;
}

img {
    border: none;
}

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}

input,
button {
    outline: none;
    border: 0;
}

.w {
    width: 1100px;
    margin: 0 auto;
    /* background-color: red; */
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1;
}


/* 头部开始 */

.hong {
    height: 7px;
    background-color: #AB161B;
}

.header {
    height: 167px;
    background: url(../images/组\ 7.png) top center no-repeat;
}

.header .header-in {
    position: relative;
}

.header .header-in .logo {
    margin-top: 50px;
}

.header .header-in input {
    width: 336px;
    line-height: 26px;
    height: 26px;
    box-sizing: border-box;
    padding-left: 8px;
    position: absolute;
    top: 103px;
    right: 59px;
}

.header-in .sousuo {
    position: absolute;
    top: 108px;
    right: 66px;
}

.smallh {
    background-color: #AB161B;
    height: 2px;
}


/* nav部分开始 */
.nav-in {
    /*height: 55px;*/
    border-bottom: 2px solid #ccc;
}
.nav {
    height: 55px;
    line-height: 55px;
    /* background-color: aqua; */
}

.nav ul li {
    float: left;
    width: 100px;
    text-align: center; 
}

.nav ul li a {
    display: inline-block;
    width: 110px;
    /* background-color: pink; */
    color: #333333;
}

.nav ul li a:hover {
    color: #AB161B;
}
.navHover {
    color: #AB161B;
}
/* 二级导航制作 */

.nav ul li:hover dl {
    display: block;
    z-index: 9999;
}

.nav ul li dl {
    display: none; 
    background-color: #EEF2F5;
    position: absolute;
    z-index: 9999;
}

.nav ul li dl dd {
    height: 50px;
}

.nav ul li dl dd:hover {
    background-color: #AB161B;
}

.nav ul li dl dd:hover a {
    color: #fff;
}

.nav ul li dl dd a {
    font-size: 14px;
    text-align: center;
}

/* footer部分开始 */

.footer {
    /* height: 500px; */
}

.footer .footer-top {
    height: 50px;
    line-height: 50px;
    background-color: #EFEFEF;
    border-bottom: 2px solid #AB161B;
}

.footer-top .top-in select {
    width: 225px;
    height: 21px;
    background-color: #fff;
    border: 0;
    margin-left: 61px;
}

.footer-top .top-in .one {
    margin-left: 0;
}

.footer .footer-bottom {
    height: 200px;
    background-color: #E5E5E5;
}

.footer-bottom .bottom-in {
    position: relative;
}

.footer-bottom .bottom-in .erweima {
    margin-left: 312px;
    margin-top: 45px;
}

.footer-bottom .bottom-in p {
    /* display: inline-block;
    margin-top: 68px; */
    position: absolute;
    top: 45px;
    left: 442px;
}