@charset "utf-8";
.header .dingbu{
    background: #eeeeee;
    padding: 1rem 0;
    line-height: 2.5rem;
    font-size: 14px;
}
.header .dingbu .hy{
    float: left;
}
.header .dingbu .yy{
    display: flex;
    float: right;
}
.header .dingbu .yy a{
    display: block;
    float: left;
    color: #666;
    border-left: 1px solid #cfcfcf;
    padding-left: 1rem;
    margin-left: 1rem;
}
.header .dingbu .yy a:first-child{
    border: 0;
    padding: 0;
    margin: 0;
}
.header .nav{
    padding: 2rem 0;
}
.header .logo{
    float: left;
}
.header .logo img{}
.header .daohang{
    float: right;
    width: 950px;
}
.header .daohang .db{
    display: table;
    width: 100%;
}
.header .daohang .db .com{
    font-size: 24px;
    float: left;
    line-height: 5rem;
}
.header .daohang .db .search{
    float: right;
}
.header .daohang .db .search input{
    line-height: 50px;
    height: 50px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 0 10px;
    width: 300px;
}
.header .daohang .db .search button{
    border: 1px solid #dcdcdc;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    width: 50px;
    color: #3cb07f;
    font-size: 2.4rem;
}
.header .daohang .db .search button i{}
.header .daohang .list{margin-top: 2rem;}
.header .daohang .list ul{
    display: flex;
    justify-content: space-between;
}
.header .daohang .list ul li{
    border-left: 1px dashed #c1c1c1;
    padding-left: 5rem;
    position: relative;
}
.header .daohang .list ul li::after{
    content:"";
    width: 8px;
    height: 8px;
    background: #3cb07f;
    position: absolute;
    border-radius: 50%;
    top: 1rem;
    left: 3rem;
}
.header .daohang .list ul li:first-child{
    padding-left: 22px;
    border: 0;
}
.header .daohang .list ul li:first-child::after{
    left: 0;
}
.header .daohang .list ul li a{
    font-size: 1.8rem;
    font-weight: bold;
}
.header .daohang .list ul li a:hover,.header .daohang .list ul li a.on{
    color:#3cb07f;
}
.header .daohang .list ul li a span{
    display: block;
    font-weight: 400;
    color: #666;
    text-transform: capitalize;
}