* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.head {
    width: 100%;
}
.head-top {
    display: table;
    padding: .8rem 0;
    width: 100%;
}
.logo {
    float: left;
    padding-left: .6rem;
}
.logo figure {
    float: left;
}
.logo figure img {
    display: block;
    width:1.8rem;
    height: auto;
}
.logo h1,
.logo h2{
    float: left;
    padding-left: .3rem;
    margin-top: .1rem;
    font-size: .95rem;
    line-height: 1.7rem;
}
.caidan {
    float: right;
    padding-right: .5rem;
    margin-top: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 15%;
}
.fdj{
    width: .9rem;
}
.xiala{
    width: 1.3rem;
}
.fdj img,
.xiala img{
    display: block;     
    width:100%;
}
.daohang {
    padding-bottom: 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #f1f1f1;
}
.daohang p {
    width: 100%;
    height: 2.5rem;
}
.daohang p span{
    float: right;
    display: block;
    width: 10%;
    font-size: 1.5rem;
    color: #999;
    text-align: center;
}
.daohang ul li a {
    display: block;
    color:#333;
    font-size: .9rem;
    text-align: center;
    line-height: 2.5rem;
} 
.daohang ul li a.active{
    color: #ff5e14;
}
.search {
    display: none;
    margin: 0.8rem 0 1rem 0;
    height: 2rem;
    color: #76838f;
    border: 1px solid #ccc;
    border-radius: .1rem; 
}
 
.search button{
    width: 17.3%;
    color: #fff;
    height: 100%;
    cursor: pointer;
    outline: none;
    border: none;
    background-color: #ff5e14;
}
.zsr{
    width: 89%;
    height: 100%;
}
.input01{
    float: left;
    padding-left: 1.3rem;
    width: 80%;
    height: 100%;
    font-size: .7rem;
    color: #000;
    border: none;
    outline:medium;
}
.search .suo{
    float: left;
    border: none;
    width: 13%;
    height: 100%;
    color: #fff;
    font-size: 0.8rem;
    background: #ff5e14;
}
.slideBox { 
    position:relative; 
    width: 100%; 
    overflow:hidden; 
}

.hd ul { 
    overflow:hidden; 
    float:left;
}

.bd img { 
    width: 100%; 
    display:block;
}
.lianxi {
    padding: 1.2rem 1.4rem 3rem 1.4rem;
    margin-bottom: 2rem;
    background: #424b5c;
}
.lianxi .lxdh p{
    font-size: 0.75rem;
    color: #fff;
    line-height: 2rem;
}
.phone-top{
    display: flex;
    align-items: center;
}
.phone-top img{
    display: block;
    margin-right: .8rem;
    width: 2rem;
}
.phone-lr{
    color: #fff;
}
.phone-lr b{
    display: block;
    margin-bottom: .3rem;
    font-size: .8rem;
    font-weight: normal;
}
.phone-lr span{
    font-size:.9rem;
}
.dibu {
    position: fixed;
    left: 0;
    bottom: 0;
    display: table;
    padding: .6rem 0;
    width: 100%;
    z-index: 99;
    background: #ff5e14;
}
.dibu  li {
    float: left;
    width: 25%;
    text-align: center;
}
.dibu li img {
    display: block;
    margin: 0 auto;
    margin-bottom: .1rem;
    width: 1.3rem;
    height: auto;
}
.dibu li strong{
    font-size:.73rem;
    color: #fff;
    font-weight: normal;
}
