* {
    color: #161c2d;
}

html,
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
span {
    color: inherit;
}

ol,
ul {
    list-style: none;
    padding-left: 0;
}

a,
a:active,
a:hover,
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

.bg-none {
    background: none !important;
}

div.content-img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

div.content-img img {
    width: 100%;
    height: 100%;
    color: #fff;
    object-fit: cover;
}

div.content-img-auto {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

div.content-img-auto img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    color: #fff;
    object-fit: cover;
}

.page {
    min-height: calc(100vh - 636px);
}

.form-control:focus {
    box-shadow: none;
}

/* 按钮 */
a.twinkleBtn {
    font-size: 14px;
    color: #0b6ca7;
    padding: 0 2em;
    display: inline-block;
    border: 1px solid #0b6ca7;
    line-height: 3;
    position: relative;
    margin-top: 2em;
    text-align: center;
    transition: all 0.3s;
}

/* a.twinkleBtn {
    line-height: 36px;
    border-radius: 4px;
    padding: 0 3em;
} */

a.twinkleBtn:hover {
    color: #fff;
    background-color: #0b6ca7;
}

/* 右侧菜单栏 */
#toolbar {
    width: 70px;
    position: fixed;
    top: 40%;
    right: 2px;
    z-index: 29;
    border-right: 1px solid #0b6ca7;
    padding: 11px 0 5px;
}

#toolbar>ul {
    position: relative;
    margin-bottom: 0;
}

#toolbar>ul>li {
    margin-bottom: 6px;
    position: relative;
    right: -1px;
    width: 100%;
    display: inline-block;
}

#toolbar>ul>li>div {
    width: 70px;
    height: 70px;
    float: right;
    transition: all 0.6s ease;
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid #0b6ca7;
    position: relative;
    overflow: hidden;
}

#toolbar>ul>li>div i {
    width: 100%;
    font-size: 26px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

#toolbar>ul>li>div i span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

#toolbar>ul>li>div p {
    width: 140px;
    height: 100%;
    margin: 0;
    padding: 10px 0;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: none;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#toolbar>ul>li>div div.toolbarBg {
    width: 0%;
    height: 100%;
    background: rgba(32, 72, 157, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.8s ease;
}

#toolbar>ul>li>div img {
    width: 200px;
    position: absolute;
    right: 70px;
    bottom: 0;
    transition: all 0s;
    opacity: 0;
    border: 1px solid #0b6ca7;
    user-select: none;
}

#toolbar>ul>li.active:hover>div {
    width: 150px;
    overflow: initial;
}

#toolbar>ul>li.active.w200:hover>div,
#toolbar>ul>li.w200>div p {
    width: 200px;
}

#toolbar>ul>li.active:hover>div i {
    display: none;
}

#toolbar>ul>li.active:hover>div p {
    display: block;
}

#toolbar>ul>li.active:hover>div img {
    right: 149px;
    transition: all 0.6s;
    opacity: 1;
}

#toolbar>ul>li.active:hover>div div.toolbarBg {
    width: 100%;
}

/* 手机菜单栏 */
.footMenu {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #474747;
    border-top: 1px solid #eee;
    background-color: #0b6ca7;
    z-index: 999;
}

.footMenu>div {
    border-right: 1px solid #eee;
    padding: 5px 0 0;
}

.footMenu>div:nth-last-child(1) {
    border-right: 0;
}

.footMenu i {
    color: #fff;
    font-size: 30px;
}

.footMenu p {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
    margin: 0;
}

/* banner */

.banner .content-img,
.banner-nei .content-img {
    max-width: 1920px;
    margin: 0 auto;
}

/* 内页布局 */
.page-left {
    margin-top: 25px;
}

.page-left-title {
    padding: 0px 0px 14px 16px;
    margin: 0 0 15px 0;
    font-size: 22px;
    display: block;
    color: #0b6ca7;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

.page-left-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 22px;
    background: #0b6ca7;
}

.page-left-nav {
    user-select: none;
}

.page-left-nav>li {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0px 5px 18px;
}

.page-left-nav li {
    position: relative;
}

.page-left-nav li::before {
    font-family: bootstrap-icons;
    content: "\f285";
    font-size: 12px;
    line-height: 20px;
    color: #b9b9b9;
    margin: 0;
    position: absolute;
    left: 3px;
    top: 8px;
}

.page-left-nav>li>ul {
    margin-top: 8px;
    padding: 0;
    display: none;
}

.page-left-nav>li>ul>li {
    margin: 0px;
    padding: 5px 0px 5px 18px;
}

.page-left-nav a {
    font-size: 14px;
}

.page-left-nav>li.submenu::after {
    font-family: bootstrap-icons;
    content: "\f4fe";
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
    margin: 0;
    position: absolute;
    right: 3px;
    top: 8px;
    cursor: pointer;
}

.page-left-nav>li.submenu.active::after {
    content: "\f2ea";
}

.page-left-nav a:hover,
.page-left-nav>li.active>a,
.page-left-nav>li>ul>li.active>a {
    color: #0b6ca7;
}

.page-left-contact {
    padding: 0 0 0 18px;
}

.page-left-contact p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 10px;
}

.page-right-heading {
    margin-bottom: 1em;
}

.page-right-heading h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

.page-right-heading p {
    font-size: 14px;
    padding: 0;
    margin: 5px 0 0;
}

.page-right-title h5 {
    font-weight: bold;
    padding: 0.5em;
    color: #333;
    border-bottom: 1px solid #0b6ca7;
    margin-bottom: 1em;
}

.page-right-title p {
    letter-spacing: 2px;
}

.page-right-tab {
    background-color: #f8f9fa;
    margin-top: 20px;
}

.page-right-tab p {
    display: inline-block;
    background-color: #0b6ca7;
    color: #fff;
    padding: 0.5em 1em;
    margin: 0;
}

.page-right-text {
    text-indent: 2em;
    line-height: 2;
    min-height: 100px;
}

.page-right-text img {
    max-width: 100%;
}

/* 产品内页 */

.product-list-page {
    margin-bottom: 20px;
}

.product-list-page h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
}

.product-list-page img {
    transition: 0.3s;
}

.product-list-page:hover img {
    transform: scale(1.1);
}

.product-list-page:hover h3 {
    color: #0b6ca7;
}

/* 新闻内页 */

.news-list-page {
    padding: 20px;
    background: #F7F7F7;
    margin: 0 0 20px;
}

.news-list-page h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    position: relative;
    margin: 0;
    padding-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list-page h4 span {
    position: absolute;
    right: 0;
    font: 14px/20px Arial;
    color: #808080;
}

.news-list-page .text {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    max-height: 66px;
    overflow: hidden;
}

.news-list-page,
.news-list-page * {
    transition: all 0.3s;
}

.news-list-page:hover {
    background-color: #0b6ca7;
}

.news-list-page:hover h4,
.news-list-page:hover h4 span,
.news-list-page:hover .text {
    color: #fff;
}

/* 联系我们 */

#imgCode {
    position: absolute;
    right: 16px;
    top: 3px;
}

.category ul {
    padding: 0;
    display: flex;
}

.category ul li {
    flex: 1;
    max-width: 200px;
    font-size: 20px;
    text-align: center;
    height: 58px;
    line-height: 58px;
    color: #939aac;
    border-radius: 5px;
    cursor: pointer;
}

.category ul li.active {
    color: #fff;
    background: #0b6ca7;
}

/* 询价单 */
.inquirySheet-icon {
    width: 25px;
    height: 25px;
    background: url(../images/inquiry.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.inquirySheet-icon::before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    width: 17px;
    height: 17px;
    background-color: #0b6ca7;
    border-radius: 100%;
}

.inquirySheet-icon span {
    position: absolute;
    top: -5px;
    bottom: -5px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    color: #fff;
}

.inquirySheet-count {
    overflow: hidden;
    margin: 0;
    user-select: none;
    display: inline-block;
}

.inquirySheet-count li {
    float: left;
}

.inquirySheet-count-jian,
.inquirySheet-count-num,
.inquirySheet-count-jia {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}

.inquirySheet-count-num {
    width: 58px;
    height: 28px;
    color: #333;
    border-left: 0;
    border-right: 0;
}

.inquirySheet-count-num:focus {
    outline: none;
}

.inquirySheet-alert {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #0b6ca7;
    display: none;
}

.inquirySheet-alert p {
    padding: 0 0 0 50px;
    margin: 0;
    line-height: 44px;
    display: inline-block;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)
}

.inquirySheet-alert a {
    text-decoration: underline !important;
}

.inquirySheet-list .col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquirySheet-list .col .bi-trash-fill {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0b6ca7;
    border-radius: 100%;
    color: #fff;
    transition: all 0.3s;
}

.inquirySheet-list .col .bi-trash-fill:hover {
    background: #0a5786;
}

.inquirySheet-list-title {
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.inquirySheet-list-box {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.inquirySheet-list-box .content-img {
    height: 110px;
}

.inquirySheet-delete {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.inquirySheet-delete .inquirySheet-delete-shade {
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.3;
}

.inquirySheet-delete .inquirySheet-delete-page {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    max-width: 100%;
    height: 130px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.inquirySheet-delete .inquirySheet-delete-page .inquirySheet-delete-close {
    position: absolute;
    right: 9px;
    top: 9px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s;
}

.inquirySheet-delete .inquirySheet-delete-page .inquirySheet-delete-close:hover {
    transform: rotate(90deg);
}

.inquirySheet-delete .inquirySheet-delete-page h2 {
    margin: 40px 0 20px;
    font-size: 14px;
    color: #444;
}

.inquirySheet-delete .inquirySheet-delete-page .inquirySheet-delete-btn {
    display: inline-block;
    background-color: #fff;
    color: #0b6ca7;
    border: 1px solid #0b6ca7;
    font-size: 12px;
    padding: 3px 10px;
    margin: 0;
    transition: all 0.1s;
    cursor: pointer;
}

.inquirySheet-delete .inquirySheet-delete-page .inquirySheet-delete-btn.true {
    color: #fff;
    background-color: #0b6ca7;
}

.inquirySheet-delete .inquirySheet-delete-page .inquirySheet-delete-btn:hover {
    color: #fff;
    background-color: #0a5786;
}

/* 提交留言弹窗 */
#MsgUp {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    transition: all 0.3s;
}

#MsgUp.on {
    display: block;
}

#MsgUp .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#MsgUp .box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    max-width: 100%;
    height: 130px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

#MsgUp .box>div {
    height: 0;
    float: left;
    width: 100%;
    transition: all 0.3s;
    opacity: 0;
}

#MsgUp .box>.on {
    opacity: 1;
}

#MsgUp .box h2 {
    color: #444;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    display: block;
}

#MsgUp .box .svg {
    margin: 30px auto 20px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

#MsgUp .box .loding .svg {
    animation: fa-spin 2s infinite linear;
    background: url(../images/loding.svg) no-repeat center;
    background-size: cover;
}

#MsgUp .box .check .svg {
    background: url(../images/check.svg) no-repeat center;
    background-size: cover;
}

#MsgUp .box .fail .svg {
    background: url(../images/fail.svg) no-repeat center;
    background-size: cover;
}