.absoluteModuleInner,
.webNav,
.navInner,
.nav,
.NCenter,
.NMain,
.nav2,
.nav3{
    position: initial !important;
}
.nav{
    padding-left: 300px;
}
.nav2 .NSub{
    position: absolute;
    width: 100%;
    background: #4169E2;
}
.nav2 .NSubC{
    display: flex;
    width: 1200px;
    margin: 30px auto;
}
.nav2 .NSubC div{
    width: 50%;
}
.nav2 .NSubC a{
    color: #fff;
    text-align: left;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding: 0 10px;
    display: block;
    width: calc(100% - 20px);
}
.nav2 .NSubC h4 a{
    font-size: 16px;
}
.nav2 .NSubC a:hover{
    /*background: none;*/
    /*text-decoration:underline;*/
}

.nav3 .NSub{
    position: absolute;
    width: 100%;
    background: #4169E2;
}
.nav3 .NSubC{
    display: flex;
    width: 1200px;
    margin: 30px auto;
    flex-wrap: wrap;
}
.nav3 .NSubC a{
    position: relative;
    width: 31.3%;
    color: #fff;
    text-align: left;
    margin-right: 1%;
    padding-left: 1em;
    box-sizing: box-sizing;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.nav3 .NSubC a::after{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    left: 0;
    background: #fff;
    top: 50%;
    transform: translate(0,-50%);;
}
.nav3 .NSubC a:hover{
    background: none;
}



.pro-title{
    position: relative;
}
.head-body-module .hb-body-inner{
    margin: 0;
}
.sales-btn{
    position: relative;
    right: 0;
    top:10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 23px;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    color: #fff !important;
    background-color: #0058B1;
    border-color: rgba(5, 53, 104, 0.55);
}
.sales-btn:hover{
    color: #0058B1 !important;
    background-color: #fff;
    border-color: rgba(5, 53, 104, 0.55);
}

.sales-btn2{
    position: relative;
    right: 0;
    top:10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 23px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    color: #fff !important;
    background-color: #01A9C1;
    border-color: rgba(5, 53, 104, 0.55);
}
.sales-btn2:hover{
    color: #01A9C1 !important;
    background-color: #fff;
    border-color: rgba(5, 53, 104, 0.55);
}

#sales{
    background: #f6f9ff;
    padding: 40px;
    margin-bottom: 30px;
}
#sales .block-title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
#sales .form-box{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
#sales .form-box .form-block{
    flex: 1;
    box-sizing: box-sizing;
}
#sales .form-title{
    padding-bottom: 10px;
    font-size: 14px;
}
#sales .form-input{
    border-radius: 3px;
    display: block;
    width: calc(100% - 20px);
    background: #ffffff;
    color: #363636;
    font-size: 1em;
    padding: 5px 5px;
    height: 30px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #acacac;
}
#sales textarea{
    border-radius: 3px;
    display: block;
    width: calc(100% - 20px);
    background: #ffffff;
    color: #363636;
    font-size: 1em;
    padding: 5px 5px;
    height: 130px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #acacac;
}
#sales .btn-box{
    display: flex;
}
#sales .btn-box .btn button{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 23px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    background: rgb(52, 73, 136);
    color: #fff;
    border: 0;
}

@media screen and (max-width: 768px) {
    #sales{
    background: #f6f9ff;
    padding: 10px;
    margin-bottom: 30px;
}
#sales .form-box{
    flex-wrap: wrap;
}
#sales .form-box .form-block{
    flex: auto;
    width: 100%;
}
}