﻿/*
body
topbar
nav
footer

index
list
menu
page
*/


/* topbar */

#topbar {
    padding-top: 6px;
    background-color: #09a356;
    color: #ffffff;
}


/* nav */

.navbar {
    background-color: #f2f2f2;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.navbar-nav li.active a {
    color: #09a356 !important;
}

.navbar-nav li a:hover {
    color: #09a356 !important;
}

.navbar-collapse ul.navbar-nav {
    float: right;
    margin-right: 0;
}

.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 2px 20px;
    font-size: 18px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width:991px) {
    .index-news-card {
        padding: 0;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #f2f2f2;
    right: 0!important;
    left: auto!important
}

.dropdown-menu:after {
    box-sizing: inherit;
    border-bottom-color: #f2f2f2;
}

.dropdown-menu:before {
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-width: 0;
    top: -7px;
    border-bottom-color: #e4eaec;
    right: 10px;
    left: auto;
}

.dropdown-menu li a {
    font-weight: 400;
    display: block;
    clear: both;
    width: 100%;
    padding: 3px 20px;
    text-align: inherit;
    white-space: nowrap;
    color: #76838f;
    border: 0;
    padding: .572rem 1.072rem;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    border-radius: .215rem;
}

.dropdown-menu li a:hover {
    background-color: #ffffff;
    color: #09a356;
}

.dropdown-menu li a.active {
    background-color: #ffffff;
    color: #09a356;
}


/* footer */

#footer {
    color: #000;
}

#footer .row {
    margin-bottom: 30px;
    margin-top: 30px;
}

#footer .col-xs-6 {
    margin-bottom: 20px;
}

.footer-menu {
    text-align: center;
}

.footer-menu a {
    color: #022102;
    margin-bottom: 20px;
}

#footer .footer-copyright {
    text-align: center;
}

.btn-scroll-top {
    border-color: #027938;
    background-color: #027938;
    color: #ffffff;
    position: fixed;
    display: none;
    right: 10px;
    bottom: 20px;
    z-index: 1601;
    line-height: 1em;
    padding: 10px;
    border-radius: 50%;
    outline: none !important;
    box-shadow: none !important;
}

.btn-scroll-top a {
    color: #ffffff;
}

.btn-scroll-top:hover i {
    color: #027938;
}


/* 首页各部分共用样式*/

.index-about-container,
.index-product-container,
.index-page-container,
.index-news-container {
    padding-top: 70px;
    padding-bottom: 0;
    padding-right: 13px;
    padding-left: 13px;
}

.index-title {
    color: forestgreen;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
    background: url(../img/line.png)center bottom no-repeat;
}

.show-page-choose-style,
.product-page-choose-style,
.news-page-choose-style {
    text-align: center;
}

.show-page-choose-style,
.product-page-choose-style,
.news-page-choose-style li {
    list-style: none;
}


/* 首页产品介绍部分样式 */

.index-product-card {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    border-radius: 3px !important;
    position: relative;
    display: block;
    border: none;
    overflow: hidden;
}

.index-product-card-thumb,
.index-page-card-thumb {
    overflow: hidden;
}

.index-product-card-thumb img {
    width: 256px;
    height: 256px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    transition: all 0.6s;
}

.index-product-card-thumb img:hover {
    transform: scale(1.1);
}

.index-product-card-content {
    background-color: #09a356;
}

.index-product-card-title {
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    font-size: 24px;
}

.index-product-card-footer {
    padding: 30px 0;
    text-align: center;
}

.index-product-card-footer a {
    background-color: #09a356;
    border: gold 1px solid;
    font-size: 12px;
    color: gold;
    border-radius: 10px;
    padding: 0 12px;
}

.index-page-box {
    margin-right: -10px;
}


/* 首页基地风采部分样式 */

.index-page {
    background-color: #f2f2f2;
}

.index-page-card {
    padding-right: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.index-page-card-thumb img {
    width: 259px;
    height: 195px;
    cursor: pointer;
    transition: all 0.6s;
}

.index-page-card-thumb img:hover {
    transform: scale(1.1);
}

.index-page-card-title {
    margin: 0;
    text-align: center;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
    background-color: #a3a1a1;
}

.index-page-card-title a {
    color: #ffffff;
}


/* 首页新闻资讯样式 */

.index-news-left-content-date {
    float: left;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
}

.index-news-left-content-date-day {
    font-size: 25px;
    margin-bottom: 0;
}

.index-news-left-content-content-title {
    margin: 15px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-left {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

.index-news-left-content {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.index-news-left-content img {
    cursor: pointer;
    transition: all 0.6s;
}

.index-news-left-content img:hover {
    transform: scale(1.1);
}

.index-news-left-content-content-brief {
    color: #ffffff;
}

.index-news-left-content-brief {
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: 20px;
    background: rgba(103, 173, 179, 0.58);
    padding: 0 25px;
}

.index-news-right {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}

.index-news-right-content-link {
    height: 30px;
    line-height: 30px;
    list-style: none;
    position: relative;
}

.index-news-right-content {
    height: 30px;
    line-height: 30px;
    list-style: none;
    position: relative;
}

.index-news-right-content span {
    position: relative;
    top: -10px;
    border-radius: 3px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 400;
    background-color: #666666;
    line-height: 1;
    color: white;
}

.index-news-right-content span.index-news-right-content-link-active {
    background: #09a356 !important;
}

.index-news-right-content a {
    color: black;
    line-height: 30px;
    display: inline-block;
    margin-left: 5px;
    width: 80%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width:991px) {
    .index-news-right {
        padding-left: 0;
    }
}

.index-about {
    background: #f2f2f2;
    padding-bottom: 60px;
}

.index-about-content-left img {
    padding-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
}

.index-about-content-right-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    color: #082403;
}

.index-about-content-right-brief {
    font-size: 15px;
    margin-bottom: 20px;
}

.index-about-btn {
    border: 1px;
    background: #027938;
    color: white;
    float: right;
}


/* list */

.list-content,
.list-product-content,
.list-show-content,
.list-search-content {
    padding: 30px 0;
    background-color: #f2f2f2;
}

.list-main-content {
    padding: 0 15px;
}

.list-content-card {
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding: 30px;
}

.list-content-card-header img {
    width: 248px;
    height: 180px;
}

.list-content-card-content {
    background-color: #ffffff;
    padding: 30px;
}

.list-content-card-content-card-block {
    border-bottom: 1px solid #f0f2f5;
    padding: 30px 0;
}

.list-content-card-content-title {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.list-content-card-content-title a {
    color: #000;
}

.list-content-card-content-brief {
    color: #999999;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300!important;
}

.list-content-menu {
    margin-left: 30px;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.list-content-menu-form {
    position: relative;
    margin-bottom: 1.429rem;
}

.input-search .form-control {
    border-radius: 200px;
    background: #f3f7f9;
    box-shadow: none;
    padding-right: 50px;
}

.form-control {
    font-size: 1rem;
    line-height: 1.571429;
    display: block;
    width: 100%;
    padding: .429rem .929rem;
    color: #76838f;
    border: 1px solid #e4eaec;
    box-sizing: border-box;
    height: 2.573rem;
    transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    border-color: #e4eaec;
    -webkit-appearance: none;
}

.input-search {
    position: relative;
}

.input-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    border: none;
    border-radius: 0 200px 200px 0;
    background: 0 0;
}

.input-search-btn .glyphicon {
    margin: 0 3px;
}

.input-lg {
    font: inherit;
    line-height: inherit;
    margin: 0;
    overflow: visible;
    touch-action: manipulation;
}

.list-main-content-menu-relate {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #f0f2f5;
}

.list-main-content-menu-relate-block {
    color: #000000;
    font-size: 16px!important;
    margin: 0!important;
    font-weight: 400;
    line-height: 1.2;
}

.main-content-menu-relate-ul {
    margin-bottom: 0!important;
    margin-top: 10px!important;
}

.list-main-content-menu-relate-title {
    position: relative;
    display: block;
    margin-bottom: -1px;
    padding: 11px 18px;
    border: 1px solid #f0f2f5;
}

.list-main-content-menu-relate-title a {
    color: #000000;
}

.list-main-content-menu-relate-title:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.list-main-content-menu-relate-title:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 0;
}

.list-search-container {
    background-color: #ffffff;
    padding: 30px;
}

.list-search-title {
    font-size: 35px;
    text-shadow: none;
    font-weight: 300;
    text-align: center;
    height: 120px;
}

.list-search-content-card-content {
    padding: 11px 0;
    position: relative;
    display: block;
    margin-bottom: -1px;
    border-bottom: 1px solid #e4eaec;
}

.list-search-content-card-content-title {
    margin-bottom: 11px;
    font-size: 20px;
}

.list-search-content-card-content-title a {
    color: #000000;
}

.list-search-content-card-content-brief {
    margin-top: 0;
    margin-bottom: 14px;
}

.list-pagination,
.list-search-pagination {
    text-align: center;
}

.list-sub-menu {
    text-align: center;
}

.list-sub-menu-content {
    padding: 10px 0;
    list-style: none;
}

.list-sub-menu-content li {
    display: inline-block;
    vertical-align: top;
}

.list-sub-menu-content li a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    color: #082403;
}

.list-sub-menu-content li a.active {
    color: #027938;
}

.list-main-content-menu-content {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #f0f2f5;
}

.list-main-content-menu-content li {
    margin-top: 6px;
}

.list-main-content-menu-content li:first-child {
    margin-top: 0;
}

.list-main-content-menu-content li a {
    display: block;
    font-size: 16px;
    color: #000000;
}

.list-main-content-menu-content li a.active {
    color: #027938;
}

.list-product-card,
.list-show-card {
    margin-bottom: 20px;
}

.list-product-card-title,
.list-show-card-title {
    background-color: #ffffff;
    padding: 12px 20px;
    font-size: 16px!important;
    text-align: center!important;
    font-weight: 400;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-product-card-title a {
    color: #082403;
}

.list-show-card-title a {
    color: #082403;
}

.main-content-click {
    display: flex;
    justify-content: flex-start;
}

.main-content-click-date-icon {
    margin-top: 3px;
    margin-right: 7px;
}

.main-content-click-see-icon {
    margin-left: 20px;
    margin-top: 3px;
    margin-right: 7px;
}

.list-content-card-content-click {
    margin-bottom: 0px;
    font-size: 16px !important;
    color: #a3afb7;
    font-weight: 300!important;
    display: flex;
    justify-content: flex-start;
}

.list-content-card-date-icon {
    margin-top: 3px;
    margin-right: 7px;
}

.list-content-card-see-icon {
    margin-left: 20px;
    margin-top: 3px;
    margin-right: 7px;
}

.list-product-card-thumb,
.list-show-card-thumb {
    overflow: hidden;
}

.list-product-card-thumb img {
    cursor: pointer;
    transition: all 0.6s;
    width: 350px;
    height: 270px;
}

.list-product-card-thumb img:hover {
    transform: scale(1.1);
}

.list-show-card-thumb img {
    cursor: pointer;
    transition: all 0.6s;
}

.list-show-card-thumb img:hover {
    transform: scale(1.1);
}

.pagination .active a {
    background-color: #09a356 !important;
    border-color: #09a356 !important;
    color: #ffffff !important;
}

.pagination a {
    color: #09a356 !important;
}


/* menu */

.menu-container {
    padding-top: 50px;
}

.menu-main-content-title {
    text-align: center;
    line-height: 1.8;
    font-size: 30px;
}

.menu-main-content-content {
    font-size: 18px;
}


/* page */

.page-container,
.page-news-container,
.page-product-container {
    background-color: #ffffff;
}

.page-main-content-title,
.page-news-main-content-title,
.page-product-main-content-title {
    padding: 20px 20px 0;
    font-size: 30px;
    line-height: 1.5;
    color: #027938;
}

.page-news-main-content-click {
    border-bottom: 1px solid #f0f2f5;
    padding: 0 20px 20px;
    font-size: 16px;
    color: #999999;
    font-weight: 300!important;
}

.page-news-main-content-content {
    padding: 30px;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}

.page-news-main-content-content p,
.page-main-content-content p,
.page-product-main-content-content p {
    margin-bottom: 16px;
    color: rgb(34, 34, 34);
    font-family: bigFont, "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
    font-size: 18px;
    white-space: normal;
}

.page-news-content-relative,
.page-product-content-relative {
    text-align: left;
}

.page-news-content-relative-left,
.page-product-content-relative-left {
    border: 1px solid #f2f2f2;
    padding: 10px;
    margin: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-news-content-relative-right,
.page-product-content-relative-right {
    float: right;
    border: 1px solid #f2f2f2;
    padding: 10px;
    margin: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* iphone*/

@media (max-width:767px) {
    .index-product-card img {
        width: 100%;
        height: 100%;
    }
    .index-news-left-content-brief {
        width: 100%;
        margin: 0;
        padding: 0 5px;
        height: 100%;
        top: 0;
    }
    .index-news-left-content img {
        height: 160px;
    }
    .index-about-container,
    .index-product-container,
    .index-page-container,
    .index-news-container {
        padding: 40px 15px;
    }
    .index-page-card {
        padding-right: 10px !important;
        margin-bottom: 10px !important;
    }
    .index-page-card img {
        width: 100%;
    }
    .list-content,
    .list-product-content,
    .list-show-content {
        padding: 0;
    }
    .list-container,
    .list-show-container,
    .list-product-container {
        padding: 0;
    }
    .list-content-card,
    .list-product-card {
        padding: 30px 10px 0 10px;
        margin-bottom: 0;
    }
    .list-product-card-thumb img {
        width: 100%;
        height: 100%;
    }
    .list-content-card-header img {
        width: 100%;
    }
    .list-content-card-content-title {
        margin-top: 20px;
    }
    .list-show-card {
        margin-bottom: 0;
        padding: 30px 10px 0 10px;
    }
    .list-show-card-thumb img {
        width: 100%;
        height: 110px;
    }
    .list-main-content {
        padding: 0;
    }
    .list-content-card-content {
        padding: 15px;
    }
    .list-content-card-main {
        padding: 15px 0;
    }
    .list-content-card-content-title {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 0;
    }
    .list-content-card-content-brief {
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .list-content-menu {
        margin-left: 0;
        margin-top: 25px;
    }
    .list-search-title {
        height: 90px;
    }
    .list-search-container {
        padding: 15px;
    }
    .list-search-content-card-content-url {
        display: inline-block;
        width: 265px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .menu-container {
        padding-top: 30px;
    }
    .menu-main-content-content img {
        width: 100%;
    }
    .page-news-content,
    .page-product-content,
    .page-content {
        padding: 0;
    }
    .page-news-container,
    .page-product-container,
    .page-container {
        padding: 0 0 30px 0;
    }
    .page-news-main-content-title,
    .page-product-main-content-title,
    .page-main-content-title {
        font-size: 26px;
    }
    .page-news-main-content-content,
    .page-product-main-content-content,
    .page-main-content-content {
        padding: 20px;
    }
    .page-news-content-relative-left,
    .page-product-content-relative-left {
        margin-left: 13px;
    }
    .page-news-content-relative-right,
    .page-product-content-relative-right {
        float: none;
        margin-left: 13px;
    }
    .page-news-main-content-content p img,
    .page-main-content-content p img,
    .page-product-main-content-content p img {
        width: 100%;
    }
    .menu-main-content-content p img {
        width: 100%;
    }
}


/* ipad */

@media (min-width: 768px) and (max-width: 1023px) {
    .dropdown-menu {
        top: 56px;
    }
    .index-product-card img {
        width: 100%;
    }
    .index-product-card-title {
        padding-top: 20px;
    }
    .index-page-card img {
        width: 100%;
    }
    .index-news-left {
        padding-right: 20px;
    }
    .index-news-left-content-brief {
        margin-top: 25px;
    }
    .index-about-content-left img {
        width: 100%;
    }
    .list-container {
        padding: 0;
    }
    .list-search-container {
        padding: 20px;
    }
    .list-content-card-header img {
        width: 100%;
    }
    .list-content-card-content-title {
        margin-top: 0;
    }
    .list-show-card-thumb img {
        width: 100%;
        height: 263px;
    }
    .list-content-card-header {
        width: 30%;
    }
    .list-main-content {
        padding: 0;
    }
    .list-content-menu {
        margin-left: 10px;
        width: 23.5%;
    }
    .list-search-title {
        height: 90px;
    }
    .page-content,
    .page-news-content,
    .page-product-content {
        padding-top: 30px;
        background-color: #f2f2f2;
    }
    .page-news-main-content-content p img,
    .page-main-content-content p img,
    .page-product-main-content-content p img {
        width: 100%;
    }
    .menu-main-content-content img {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .list-content-card-content-title {
        margin-top: 0;
    }
    .list-content-menu {
        margin-left: 24px;
        width: 22.4%;
    }
    .list-show-card-thumb img {
        width: 350px;
        height: 263px;
    }
    .page-content,
    .page-news-content,
    .page-product-content {
        padding: 30px;
        background-color: #f2f2f2;
    }
    .page-news-main-content-content p img,
    .page-main-content-content p img,
    .page-product-main-content-content p img {
        width: auto;
        max-width: 1140px;
    }
    .menu-main-content-content img {
        width: auto;
        max-width: 1140px;
    }
}

.sub-menu {
    text-align: center;
}

.sub-menu-content,
.product-sub-menu-content {
    padding: 10px 0;
    style: none;
}

.sub-menu-content li,
.product-sub-menu-content li {
    display: inline-block;
    vertical-align: top;
}

.sub-menu-content li a,
.product-sub-menu-content li a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    color: #082403;
}

.sub-menu-content li a.active,
.product-sub-menu-content li a.active {
    color: #26b1e7;
}

