
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover{text-decoration: none;}
li{
    list-style: none;
}


/*顶部导航 start*/
.head_top{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0 2px;
}
.head_top_logo{
    width: auto;
    height: auto;

}
.head_logo_img{
    width: 91px;
    height: 35px;
}
.head_top_middle{
    width: 669px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_top_item{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    text-stroke: 1 rgba(0, 0, 0, 0);
}
.head_top_right{
    width: 253px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_top_right a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_top_right span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
    display: block;
}
.applets_img{
    width: 15px;
    height: 15px;
    margin-right: 6px;
}
.head_top_right i{
    width: 1px;
    height: 12px;
    background: #CCCCCC;
}
.head_top_content{
    width: calc(100% - 163px);
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*顶部导航 end*/


/*商用车导航 start*/
.nav_wrapper_out{
    width: 100%;
    height: 68px;
    background: #4F64D9;
}
.nav_wrapper{
    width: 1200px;
    height: 68px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_main{
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nav_main h2{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    transform: translateY(-2px);
}
.nav_main h3{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.9;
    padding: 0 15px;
    position: relative;
}
.nav_main h3:before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.nav_address{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_address_position{
    width: 8px;
    height: 10px;
}
.nav_address span{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #FFFFFF;
    opacity: 0.9;
    padding: 0 2px 0 4px;
}
.nav_address_more{
    width: 7px;transform: translateY(1px);
    height: 4px;
}
.nav_list{
    width: auto;
    height: auto;
    padding: 0 0 0 13px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nav_list_item{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 22px;
    color: #FFFFFF;
    margin-right: 35px;
    display: block;
}

.nav_search{
    width: auto;
    height: 68px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_search_btn{
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav_search_btn img{
    width: 16px;
    height: 16px;
    padding: 0 6px 0 0;
}
.nav_search_btn span{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
}

.nav_search_view{
    width: auto;
    height: auto;
    position: relative;
}
.nav_search_input{
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 36px;
}
.nav_search_input input{
    width: 440px;
    height: 68px;
    border: none;
    background: #4F64D9;
    outline: none;
    padding: 0 10px 0 20px;
    color: #ffffff;
}
.nav_search_input img:first-child{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.nav_search_input img:last-child{
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.nav_search_position{
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 68px;
    z-index: 99;

}









/*商用车导航 end*/


















