.warp{
    width: 100%;
    height: auto;
}
.hd{
    width: 100%;
    min-height: 228px;
}
/* sjd */
.liston{
    width: 35px;
    margin: 6px;
    display: none;
}
.sjd-dh{
    width: 96%;
    padding-left: 4%;
    height:60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: #333333;
    border-bottom: 1px solid #999999;
    display: none;
}
/* hd-top */
.hd-top{
    width:100%;
    height: 40px;
    background: #4e4c9d;
}
.hd-top-center{
    width:1200px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
}
.htc-span{
    color: #e5e4ef;
    font-size:14px;
}
.hd-top-center ul li a{
    color: #e5e4ef;
    font-size:14px;
}
.hd-top-center ul li a span{
    color: #e5e4ef;
    font-size:14px;
    padding: 8px;
}
/*  hd-center */
.hd-center{
    width: 100%;
    height: 128px;
    background: #f1f1f1;
}
.hd-c-center{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.hcc-left{
    width: 480px;
    height: auto;
}
.hcc-left img{
    width: 480px;
    height: 128px;
}
.hcc-center{
    width: 400px;
    height: auto;
}
.hcc-center{
    width: 390px;
    height: 128px;
}
.hcc-right{
    width: 320px;
    height: auto;
    display: contents;
}
/* ss */
#wd{
    padding: 8px 0px 8px 10px;
    width:228px;
    height: 14px;
    border: 1px solid #4e4c9d;
    margin-top: 48px;
    outline: 0;
}
.ss{
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #4e4c9d;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-top: 48px;
    cursor: pointer;
    font-weight: bold;
}
/* pc nav */
.hd-nav{
    width: 100%;
    height: auto;
}
.nav{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: #ffffff;
}
.nav .li1{
    padding:0px 40px;
    line-height: 60px;
    cursor: pointer;
    text-align: center;
    position: relative;
    border-left: 1px solid #f1f1f1;
} 
.ul-lm{
    width:100%;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 999999;
    background: #ffffff;
}
.nav .li1 .a1{
    width: 80px;
    height: 60px;
    display: block;
    color: #666666;
    font-size:16px ;
} 
.nav .li1:hover{
    background: #be0030;
    transition: ease-in 0.2s;
}
.nav .li1:hover .a1{
    color: #ffffff;
}
.nav_active{
    background: #be0030;
}
.nav .li1.nav_active .a1{
    color: #ffffff;
    text-align: left;
}

.ul-lm li:hover a{
    color: #ffffff;
}
.ul-lm li{
    height: 0;
    overflow: hidden;
    transition: all 0.9s;
}
.nav .li1:hover .ul-lm li{
    transition: all 0.9s;
    height: 40px;
    line-height: 40px;
} 
.nav .li1 .ul-lm li:hover{
    background: #be0030;
}
.nav .li1 .ul-lm li:hover a{
    transition: ease-in 0s;
}
.sjdhd-nav{
    display: none;
}
input::input-placeholder{
    color:#bbbbbb;
}
input::-webkit-placeholder{
    color:#bbbbbb;
}
input::-ms-input-placeholder{
    color:#bbbbbb;
}
input::-webkit-input-placeholder{
    color:#bbbbbb;
}