/* 头部 */
header {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 99;
}


header>div {
    box-shadow: 0 2px 10px 0 rgb(0, 0, 0, 10%);
    padding: 0;
}

@media (max-width:768px) {
    header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #fff;
    }

    body {
        padding-top: 57px;
    }

    header>div {
        box-shadow: none;
    }
}

.header-box .logo .content-img-auto {
    float: left;
    height: 52px;
}

.header-box .logo h1 {
    float: left;
    line-height: 24px;
    font-size: 22px;
    color: #0b6ca7;
    font-weight: bold;
    padding: 10px 0 0 10px;
    margin: 0;
}

.header-box .logo h1 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.header-box .logo h2 {
    float: left;
    line-height: 32px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    padding: 0 0 0 20px;
    border-left: 1px solid #eaeaea;
    margin: 0 0 0 20px;
}

.header-box .logo h2 span {
    display: block;
    font-size: 18px;
    font-weight: normal;
}

.header-box .phone {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    height: 40px;
    padding: 0 0 0 50px;
    margin: 12px 0 0 0;
    font-family: "DINOT";
    background: url(../images/tel.gif) no-repeat;
    margin-left: 30px;
}

.navbar-light .navbar-brand {
    padding: 0;
}

.navbar-light .navbar-brand img {
    height: 40px;
}

.navbar-light .navbar-brand h1 {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 0 10px;
}

.navbar {
    /* border-top: 1px solid #eaeaea; */
}

.navbar-nav {
    /* width: 100%; */
}

.navbar-nav .nav-item {
    /* flex: 1; */
}

.navbar-nav .nav-item .nav-link {
    display: inline-block;
    padding: 0 10px;
    line-height: 60px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0b6ca7;
}

/* 尾部 */
.footer {
    background-color: #666;
}

.footer-logo {
    height: 100%;
    text-align: center;
}

.footer-logo h1 {
    line-height: 24px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 20px 0 10px;
}

.footer-logo span {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    display: block;
}

.footer-nav {}

.footer-nav a {
    display: block;
    height: 32px;
    line-height: 32px;
    background: url(../images/f_ico01.png) no-repeat 0 14px;
    overflow: hidden;
    padding: 0 0 0 20px;
    color: #fff;
}

.footer-contact {}

.footer-contact p {
    padding: 0 0 0 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}

.footer-contact p i {
    font-size: 16px;
    margin-right: 10px;
    width: 20px;
    color: #009fff;
}

.footer-contact p span {
    font-size: 16px;
    padding: 0 0 0 0;
    font-weight: bold;
    letter-spacing: 1px;
    width: calc(100% - 70px);
    display: block;
    float: right;
}

.footer-copyright {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
}

.footer-link a {
    margin-right: 5px;
}

.heading-section.a {
    margin-bottom: 4em;
    height: 85px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/cp_tline.png) no-repeat center 58px;
}

.heading-section.a h1 {
    color: #0b6ca7;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
}

.heading-section.a p {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 3px 0 0;
    line-height: 1;
}

.indexC-list {
    position: relative;
    width: 200px;
    text-align: center;
    margin: 20px auto 0;
}

.indexC-list .icon {
    position: absolute;
    left: -20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #0b6ca7;
    z-index: 1;
    padding: 5px;
}

.indexC-list::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 80px;
    background-color: #fff;
    transform: skew(-30deg)
}

.indexC-list span {
    position: relative;
    z-index: 1;
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;
}

.news-list-a .content-img {
    height: 220px;
}

.news-list-a .content-img img {
    transition: all 0.3s;
}

.news-list-a .content-img:hover img {
    transform: scale(1.1);
}

.news-list-a .box {
    display: flex;
}

.news-list-a .num {
    flex: 0 0 100px;
    text-align: right;
    padding-top: 30px;
    border-right: 1px solid #eaeaea;
}

.news-list-a .num p {
    font-size: 28px;
    color: #0b6ca7;
    border-right: 4px solid #0b6ca7;
    padding-right: 10px;
    line-height: 1;
}

.news-list-a .num span {
    padding-right: 10px;
}

.news-list-a .text {
    flex-basis: auto;
    padding: 30px 20px 0 20px;
}

.news-list-a .text h4 {
    color: #0b6ca7;
    margin-bottom: 30px;
    height: 28px;
    overflow: hidden;
}

.news-list-a .text p {
    color: #515151;
    font-size: 14px;
    height: 42px;
    overflow: hidden;
}

.news-list-a .text div {
    line-height: 1;
    padding: 10px 15px;
    background: #0b6ca7;
    color: #fff;
    margin: 20px 0 10px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #0b6ca7;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}

.news-list-a .text div:hover {
    background: #08598a;
}

.news-list-a .text div i {
    margin-left: 20px;
}

.news-list-a.r .num p,
.news-list-a.r .text h4 {
    color: #333;
    transform: 0.3s;
}

.news-list-a.r:hover .num p,
.news-list-a.r:hover .text h4 {
    color: #0b6ca7;
}

.news-list-a.r .text {
    border-bottom: 1px solid #eaeaea;
}

.indexA,
.indexC {
    background: rgba(11, 108, 167, 12%);
}

.indexB {
    background: url(../images/indexB-bg.png) no-repeat center center;
}

.indexB-box {
    height: 900px;
}

.product-list-page .content-img {
    background-color: #fff;
    border: 6px solid rgba(11, 108, 167, 28%);
    padding: 10px;
}

.product-list-page .content-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.col-lg-3 .product-list-page .content-img {
    height: 200px;
}

.page .col-lg-4 .product-list-page .content-img {
    height: 200px;
}

/* .indexC .content-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0b6ca7;
    opacity: 0.3;
} */