﻿/*Common*/

:root {
    --theme-primary: #355386;
    --theme-secondary: #666666;

    --them-gradient-1:#3e68a0;
    --them-gradient-2:#5091c0;
    --them-gradient-3:#94d2ef;
    --them-gradient-4:#bcddea;
    --them-gradient-5:#cfe3ef;
}


body {
    margin: 0;
    color: var(--theme-secondary);
    background-color: var(--bs-white);
    -webkit-tap-highlight-color: transparent
}


a {
    color: var(--theme-primary);
    text-decoration: none;
}

a:hover {
    color: var(--theme-primary);
    text-decoration: none;
}

ol, ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0;
}

img { max-width: 100%; }

.own-mt-6, .own-my-6 { margin-top: 6rem !important; }

.own-mb-6, .own-my-6 { margin-bottom: 6rem !important; }


@media (min-width: 992px) {
    .own-mt-lg-6, .own-my-lg-6 { margin-top: 6rem !important; }

    .own-mb-lg-6, .own-my-lg-6 { margin-bottom: 6rem !important; }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { color: var(--bs-dark); }

.own-text-theme { color: var(--theme-primary); }

.own-badge-primary {
    background-color: var(--them-gradient-3);
    color: var(--bs-white);
}

.own-btn-theme {
    color: var(--theme-primary);
    border-color: var(--theme-primary);
}

    .own-btn-theme:hover {
        color: var(--bs-white);
        background-color: var(--theme-primary);
    }

.own-badge-primary-2 {
    color: var(--theme-primary);
    border: 1px dashed var(--theme-primary);
}

.content {
    position: relative;
    overflow: hidden;
}

.view-all {
    color: var(--bs-gray);
    transition: all .3s ease-in-out;
}

.view-all:hover { margin-right: 20px; }


.divider {
    background-color: var(--theme-primary);
    display: inline-block;
    height: 2px;
    width: 20px;
}

/*Common End*/

/*Navbar*/


/*header .navbar-brand {
    padding-top: 0.2875rem;
    padding-bottom: 0.2875rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}

header .navbar-brand img {
        max-height: 30px;
        object-fit: contain;
    }*/

.navbar-brand {
    font-size: 1.25rem;
    line-height: 40px;
}

.navbar-brand > img {
    max-width: 40px;
}

@media (max-width: 991px) {

    .nav-item {
        border-bottom: 1px solid var(--bs-gray-200);
        padding: 1rem 0;
    }

}

.nav-item {
    margin-bottom: 0;
}

.navbar .navbar-nav .dropdown-menu {
    border: 0;
    border-left: 1px solid #e2e5f1;
    border-radius: 0;
    background-color: transparent;
    background: none;
    box-shadow: none;
}

.navbar-expand-lg .navbar-nav li .nav-link {
    color: var(--bs-dark);
}

@media(min-width: 992px) {

    .navbar-expand-lg .navbar-nav li .nav-link {
        margin: 0 10px;
        transition: all .2s ease-in-out;
        color: var(--bs-dark);
        font-size: 1.25rem;
    }

    .navbar-expand-lg .navbar-nav li .nav-link:hover {
        color: var(--theme-primary);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 0.25rem;
        border: 1px solid #fff;
        border-radius: 0.5rem;
        background-color: #fff;
        box-shadow: 0 0.275rem 1.25rem rgb(19 16 34 / 5%), 0 0.25rem 0.5625rem rgb(19 16 34 / 3%);
    }

    .navbar-expand-lg .dropdown:hover > .dropdown-menu {
        display: block;
        -webkit-animation: dropdown-show .2s;
        animation: dropdown-show .2s;
    }

    .navbar-expand-lg .dropdown::before {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 0.375rem;
        content: "";
    }
} 

/*Navbar End*/


/*Footer*/

.footer-widter ul li { padding: 0.25rem 0; }

.footer-widter .footer-nav-list a { color: var(--theme-secondary); }

.footer-widter .light-text {
    color: var(--theme-primary);
    border-bottom: 1px solid var(--theme-primary);
}

.ul-inline { list-style: none; }

.ul-inline-item { display: inline-block; }


.footer-report-wrap {
    background-color: #282828;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.beian-txt {
    color: var(--theme-secondary);
}

.beian-txt:hover {
        color: var(--theme-primary);
        text-decoration: underline;
    }

.footer-logo {
    width: 40px;
}

/*Footer End*/


/*Banner*/

.company-intro { background-color: #f7f6f2; }

.banner img {
    width: 100%;
    object-fit: fill;
}

/*Banner End*/


.title-bg1 { position: relative; }

.title-bg1::before {
    content: url("/images/common/title_bg1.svg");
    position: absolute;
    stroke: var(--theme-primary);
    left: -15px;
    top: -25px;
    z-index: -1;
    animation: translate 5s ease-out 0s alternate infinite none running;
}

.major-product-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    transition: box-shadow .5s ease-out;
}

.major-product-card:hover {
     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.major-product-img {
     overflow: hidden;
}

.major-product-img  img {
     transition: transform 1s ease-in-out;
}

.major-product-card:hover img {
    transform: matrix(1.1, 0, 0, 1.1, -9.856, 0);
}

.major-product-title a { color: var(--theme-secondary); }

.major-product-title a:hover { color: var(--theme-primary); }




.case-item-box { padding: 1rem; }

.case-item-content {
    display: flex;
    flex-direction: row;
    background-color: var(--them-gradient-5);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    transition: box-shadow .5s ease-out;
}

.case-img {
    overflow: hidden;
    width: 256px;
}

.case-img > img {
    width: 100%;
    height: 100%;
    transition: transform 1s ease-in-out;
}

.case-caption {
    width: calc(100% - 256px);
    padding: 2rem 1rem;
}

.case-caption p {
    margin: 0;
    color: var(--theme-secondary);
    font-size: 0.85rem;
}

.case-item-content:hover { box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); }

.case-item-content:hover .case-img > img { transform: matrix(1.1, 0, 0, 1.1, -9.856, 0) }

@media (max-width: 991px) {
    .case-img { width: 150px; }

    .case-caption { width: calc(100% - 150px); }
}

@media (max-width: 767px) {
    .case-item-box { padding: 1rem 0.5rem; }

    .case-item-content { display: block; }

    .case-img { width: 100%; }

    .case-caption { width: 100%; }
}



.kind {
    padding: 1rem 0;
    margin: 2rem 0;
}

.kind-img {
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 35px 5px;
    text-align: center;
    position: relative;
}


.kind-img:before {
    border: 2px solid transparent;
    border-radius: 10px;
    bottom: -1px;
    content: "";
    z-index: -2;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.kind-img:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    border-color: transparent;
}

.kind-img .divider {
    background-color: #eee;
    display: block;
    height: 2px;
    margin: 30px auto 15px;
    width: 40px;
}

.kind-img  img {
    height: 100px;
    width: auto;
}

.kind-caption {
    background-color: var(--bs-light);
    padding: 15px;
    border-radius: 6px;
}

@media (min-width: 992px) {
    .kind-caption {
        min-height: 243px;
    }
}

.kind-caption .kind-title {
    font-size: 1.8rem;
    color: var(--bs-dark)
}

.kind-caption .kind-subtitle {
    color: var(--bs-secondary);
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

.kind-caption .kind-desc {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.kind-detail-code {
}


.title-box {
    text-align: center;
}

    .title-box:after {
        content: " ";
        background-color: var(--theme-primary);
        display: inline-block;
        height: 3px;
        width: 50px;
    }

.news-items {
    padding: 1rem 0.75rem 0 0.75rem;
    border-bottom: 1px solid #e5e5e5;
    transition: box-shadow .5s ease-out;
}

.news-items:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border: 0px;
}

    .news-items:hover .news-items-header-title {
        color: var(--theme-primary);
    }

    .news-items-content {
        padding: 0 0 1.5rem 0;
        color: var(--theme-secondary);
    }

.news-items-header {
    padding: 1rem 0;
}

.news-items-header-title {
    font-size: 1.25rem;
    color: var(--bs-dark)
}

.news-items-header-date { text-align: right; }

.news-items-badge-group { }

.news-items-badge {
    display: inline-block;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.75rem;
    max-width: 100%;
    padding: 0 0.25rem;
    margin-right: 0.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #999;
    word-break: keep-all;
    overflow: hidden;
    z-index: 2;
}



/**Boostrap 样式重写**/

.nav-pills .nav-link.active {
    background-color: var(--theme-primary);
}

.nav-link {
    color: var(--theme-primary)
}

.nav-link:hover {
    color: var(--theme-primary)
}

.page-link {
    color: var(--them-gradient-2)
}

.page-link:hover {
    color: var(--them-gradient-2)
}

.page-item.active .page-link {
    background-color: var(--them-gradient-2);
    border-color: var(--them-gradient-2);
}

/**Boostrap 样式重写 End**/
