/* 演示版样式，非项目必要 */
.themed-grid-col {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2);
}
.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px 0;
    border: 2px solid #f8f9fa;
}
.highlight {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* 按项目所需，重定义bootcss必要元素样式 */
/******
 ****** Global
 ******/
body {
    color: #666;
    font-size: 14px;
}
p {
    margin-bottom: 35px;
    line-height: 1.8;
}
p:last-child{
    margin-bottom: 0;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6,h6>a{
    font-size: 13px;
}
h1, h2, h3, h4, h5 {
    color: #222;
    font-weight: normal;
}
@media (min-width: 768px){
    p{
        font-size: 14px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
}
@media (min-width: 1200px){
    p{
        font-size: 12px;
        color: #000;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
}
a {
    color: #222;
    cursor: pointer;
    outline: none;
    font-size: 14px;
}
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
}


/* 按钮样式 */
/* .btn{
    border-radius: 0;
} */
/* 主按钮（暗色#333主题） */
.btn-primary {
    color: #fff;
    background-color: #182D5C;
    border-color: #182D5C;
    border-radius: 0;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
}
.btn-primary:focus,
.btn-primary.focus {
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.1);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.1);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #182D5C;
    border-color: #182D5C;
}
.btn-danger {
    color: #fff;
    background-color: #E50012;
    border-color: #E50012;
}
.btn-danger:hover,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    background-color: #000;
    border-color: #000;
}
.btn-danger:focus,
.btn-danger.focus {
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.1);
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.1);
}
.btn-danger.disabled, .btn-danger:disabled {
    background-color: #E50012;
    border-color: #E50012;
}


.main-title,.main-title h1,.main-title span{
    color: #fff;
}
.info-button{
    font-size: 30px;
    color:#000;
}
.search-btn{
    border: none;
    background-color: #F5F5F5;
    /* padding: 7px; */
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.btn{
    border-radius: 0;
}
#search{
    border: 0;
    border-radius: 0;
    background-color: #F5F5F5;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.widget-title{
    font-size: 16px;
}
.headline,.office,.widget-title{
    color:#182D5C;
}
.office-border,.widget-title{
    padding-bottom:15px;
    border-bottom: 3px solid #182D5C;
}
aside section{
    border-bottom: 0;
}
#menu-company-menu{
    list-style: none;
    padding-left: 20px;
}
.products-feature{
    list-style: none;
    padding-left: 0px;
}
#menu-company-menu li,.products-feature li{
    padding: 10px 0;
}
.products-feature li{
    border-bottom: 1px solid #ccc;
}
.global-sidebar-list-wrap,
#nav_menu-2,
.wpb_wrapper-border,
.sidebar-blog{
    border: 1px solid #ccc;
}
/* .global-sidebar-list-wrap::before,
#nav_menu-2::before,
.wpb_wrapper-border::before,
.sidebar-blog::before{
    content:"";
    position: absolute;
    display:block;
    background-image: url("../images/siderbar-top.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 76px;
    top: 0;
    left: 0;
    margin-left: 10px;
} */
.company-border{
    min-height: 420px;
    position: relative;
    z-index: 0;
}
/* .company-border::before{
    content:"";
    position: absolute;
    display:block;
    background-image: url("../images/siderbar-top.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 76px;
    top: 0;
    left: 0;
} */
/* .company-border{
    background-image: url("../images/siderbar-bottom.svg");
    background-repeat: no-repeat;
    background-position:bottom center;
}
.global-sidebar-menu-wrap,.sidebar-blog,.widget_nav_menu{
    background-image: url("../images/siderbar-bottom.svg");
    background-repeat: no-repeat;
    background-position:bottom center;
} */
.menu-company-menu:hover li{
    background-color: #ccc;
    color: #E50012;
}
#menu-company-menu li::before{
    content: url("../images/right-siderbar.svg");
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    left: 0;
    margin-left: 40px;
}
.blog-news-info{
    border-bottom: 2px dashed #ccc;
}
.banner {
    height: 220px;
}
.form-control-nav{
    border-radius: 1.25rem !important;
}
.search-form {
    position: relative;
    width: 300px;
    border: 0 !important;
}
.search-form button {
    background-color: transparent;
    border: 0 none;
    position: absolute;
    right: 10px;
    outline: none;
    top: 15%;
}
@media (min-width: 768px){
    .search-form {
        padding-top: 2rem;
    }
    .search-form button {
        background-color: transparent;
        border: 0 none;
        position: absolute;
        right: 10px;
        outline: none;
        top: 50%;
    }
}
.search-form  input {
    width: 100% !important;
    outline: none;
    background-color: #f2f3f4;
    font-size: 14px;
    height: 40px;
    line-height: 1.2;
    padding: 10px 45px 10px 15px;
    width: 50px;
    border: 0;
    box-sizing: border-box;
}

.form-control:focus {
    color: #666666;
    background-color: #F5F5F5;
    border-color: #182D5C;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(29 32 136 / 100%);
}
.global-sidebar-list-wrap ul li::before {
    font-family: Flaticon;
    font-style: normal;
    content: "\f1bf";
    margin-right: 15px;
    color: #222;
    position: absolute;
    left: 0;
    top: 10px;
}
.global-sidebar-list-wrap ul.children li::before{
    top: 5px;
}
h1,h3{
    margin-bottom: 1.5rem;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}
.position-description{
    border-bottom: 1px solid #ccc;
}
.menu-company-menu-container ul li:hover,
.sidebar-blog-list .sidebar-blog-item:hover,
.global-sidebar-list-wrap ul li:hover{
    color: #E50012;
}
.font-32{
    font-size: 32px;
}
.products-category-item{
    height: 102px;
    border: 1px solid #ccc;
}
.products-category-item img{
    height: 100px;
}
