﻿/**
 基本色
 */
img {
     width: 100%; 
}

.content_page {
    min-height: 100rem;
}



/**
头部导航栏色
 */
header nav .nav .active {
    color: #078064;
}


header nav .nav li a {
    padding-left: 4rem;
    padding-right: 4rem;
    color: white;
    font-size: 15px;
}

.dropdown-menu li a {
    color: #078064 !important;
}
.dropdown-menu li a:hover {
    color: #FFFFFF !important;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background: #067a65 !important;
}


.toplogo {
    height: 5rem;
    width: auto;
}

.mainColor {
    color: #078674;
}


footer {
    color: whitesmoke;
    background: linear-gradient(180deg, #078674, #0c8a78b0);
}

/**
友情链接
 */
.friend_link {
    color: white;
    margin-bottom: 1rem;
    line-height: 5rem;
}

.friend_link a {
    color: lightgray;
    text-underline-style: dash;
    text-underline: white;
}

/**
页头
 */
.page-header {
    color: #078064;
}

/**
 * 补充样式
 */

#map {
    width: 100%;
    height: 30%;
}


.wd-100 {
    width: 100%;
}

.pd-1 {
    padding: 1rem;
}

.pd-2 {
    padding: 2rem;
}

.pd-3 {
    padding: 3rem;
}

.pd-4 {
    padding: 4rem;
}

.pd-5 {
    padding: 5rem;
}


.box-center {
    margin: 0px auto !important;
    align-self: center !important;
}

/**
颜色
 */
.color_white {
    color: white;
}


/**
 浮动
 */
.fr {
    float: right;
}

.fl {
    float: left;
}

/* 字体大小 */
.ft-12 {
    font-size: 12px !important;
}

.ft-14 {
    font-size: 14px !important;
}

.ft-16 {
    font-size: 16px !important;
}

.ft-18 {
    font-size: 18px !important;
}

.ft-20 {
    font-size: 20px !important;
}

.ft-24 {
    font-size: 24px !important;
}

.ft-28 {
    font-size: 28px !important;
}

/**
边距
 */
.mt-5 {
    margin-top: 5rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.ml-5 {
    margin-left: 5rem;
}

.mr-5 {
    margin-right: 5rem;
}

/**
 * 首页项目图片
 */
.work-img-box {
    overflow: hidden;
    cursor: pointer;
}

.work-img {
    transition: all 0.5s;
    border-radius: 10px;
    height: 40rem;
}

.work-img-box:hover .work-img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.work-desc {
    background: #fff;
    color: #078064;
    position: absolute;
    top: 90%;
    width: 80%;
    left: 10%;
    border-radius: 5px;
}

.work-desc h4 {
    line-height: 3rem;
}

.work-img-box:hover .work-desc {
    background: #078064;
    color: white;
}

.product-box {
    cursor: pointer;
    height: 22rem;
}

.product-box > img {
    height: 15rem;
    width:auto;
}

.product-box:hover {
    border: 1px solid rgb(63, 132, 116);
}

/**
 * 小段文字
 */
.desc {
    font-size: 2.5rem;
    color: rgb(133, 136, 139);
}

/**
描述字体
 */
.detail {
    font-size: 1.5rem;
    color: gray;
}

/**
 *二级不重要的文字
 */
.descFont {
    font-size: 1.5rem;
    color: #969696 !important;
}

.box-shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

.box-shadow2 {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3)
}


/**
主题按钮
 */
.btn-green {
    color: white;
    background: rgb(63, 132, 116);
    border: 1px solid rgb(63, 132, 116);
}

.btn-green:hover {
    background: rgb(75, 161, 140);
    color: white;
    border: 1px solid rgb(75, 161, 140);
}

/**
上一页 下一页
 */
.previous > a {
    color: #078064 !important;
}

.next > a {
    color: #078064 !important;
}

/**
顶部折叠按钮
 */
.collapseBtn {
    display: none !important;
}

.lunboPic {
    width: 100%;
    height: 70rem;
}

/**
 footer
 */
.quickLink a {
    color: lightgray;
    list-style: none;
}

.quickLink ul {
    list-style: none;
}

.call-line{
    float: right;
    font-size: 22px;
    margin-top: 3rem;
    line-height: 8rem;
    font-weight: bold;
}


@media (min-width: 800px) {

    .toplogo {
        margin:2rem 0px;
        height: 8rem !important;
        width: auto !important;
    }

    .navbar-header {
        float: none !important;
        background: #FFFFFF;
        padding-left: 20%;
        width: 75%;
    }

    header nav .nav li a {
        font-size: 17px;
        line-height: 4rem;
    }

    .navbar-collapse.collapse {
        padding-left: 20%;
    }

    .navbar-right {
        float: left !important;
    }

}

/**
自适应模块(移动端)
 */
@media (max-width: 800px) {
    .navbar-header {
        float: none !important;
    }
    .call-line{
        display: none;
    }
    .collapseBtn {
        display: block !important;
    }

    .content_page {
        min-height: 49rem;
    }

    .work-img {
        height: 30rem;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
        height: 200px;
    }

    .lunboPic {
        width: 100%;
        height: 200px;
    }

    .carousel-control.left {
        background: none;
    }

    .carousel-control.right {
        background: none;
    }
}


