html, body {
    color: #333;
    font-size: 14px;
}

.form-control-sm, .btn-group-sm > .btn, .btn-sm, .dropdown-menu {
    border-radius: 0;
}

a:link, a:visited {
    color: #333;
}

.head {
    height: 103px;
    background-image: url("../img/header-bg.png");
    background-repeat: repeat-x;
}

.head .container {
    padding-top: 25px;
    background-image: url("../img/header-bg2.png");
    background-repeat: no-repeat;
    background-position: top right;
}

.head .logo, .head .language {
    height: 55px;
    line-height: 55px;
}

.head .language span {
    padding-left: 10px;
    padding-right: 10px;
}

.bg-blue {
    background-color: #0685cf !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
    background-color: #1d2124 !important;
}

.title {
    height: 35px;
    line-height: 24px;
    background-image: url("../img/title-bg.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

.title .name {
    font-size: 17px;
    font-weight: bold;
}

.title .subtitle {
    font-family: Athelas;
    font-weight: bold;
    color: #c7381e;
    margin-left: 5px;
}

.title .more {
    float: right;
}

.index-news-list li {
    height: 28px;
    line-height: 28px;
    border-bottom: dashed 1px #ddd;
}

@media (min-width: 1200px) {
    .h-170 {
        height: 170px;
        overflow: hidden;
    }

    .index-contact {
        background-image: url("../img/contact-bg.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        padding-left: 70px;
        padding-top: 8px;
    }
}

#footer {
    background-image: url("../img/footer-bg.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    text-align: center;
    padding: 28px 0;
}

.main-nav .navbar {
    padding: 0 1rem;
}

.main-nav .navbar-dark .navbar-nav .active > .nav-link, .main-nav .navbar-dark .navbar-nav .nav-link.active, .main-nav .navbar-dark .navbar-nav .nav-link.show, .main-nav .navbar-dark .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 1);
}

.main-nav .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .8);
    padding: .8rem 1rem;
}

.main-nav .dropdown-menu {
    min-width: auto !important;
}

.main-nav .dropdown-item {
    padding: .25rem 1rem;
}

.main-nav .dropdown:hover > .dropdown-menu {
    display: block;
}

.main-nav .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.main-nav .productNavbarDropdown {
    padding: 25px 0;
}

@media (min-width: 992px) {
    .main-nav .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }

    .main-nav .productNavbarDropdown {
        width: 600px;
    }
}

.main-nav .productNavbarDropdown h6 {
    border-bottom: solid 1px #95999c;
    padding-bottom: 10px;
}

.main-nav .productNavbarDropdown > .container > .row {
    width: 100%;
    margin: 0;
}

.main-nav .productNavbarDropdown li.active a:link, .main-nav .productNavbarDropdown li.active a:visited {
    color: #47b7f9;
}

.toolbar h1 {
    height: 39px;
    line-height: 39px;
    background-image: url("../img/toolbar-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #f3f3f3;
    padding-left: 22px;
    font-size: 16px;
    color: #47b7f9;
}

.toolbar ul.category li a {
    padding: 5px 20px;
    display: block;
}

.toolbar ul.category li a:hover, .toolbar ul.category li.active a {
    color: #47b7f9;
    text-decoration: none;
}

.toolbar ul.category li ul {
    margin-left: 10px;
}

.toolbar .weizhi {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    margin-right: 15px;
}

.article-list li {
    height: 34px;
    line-height: 34px;
    border-bottom: dashed 1px #ddd;
}

.product-list {
    text-align: center;
}

.product-list .name {
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
}

.fengye {
    margin-top: 20px;
    text-align: center;
}

.search-result li {
    border-bottom: dashed 1px #eee;
    padding-bottom: 15px;
}
.articlecontent img {
    max-width: 100%;
}
