::selection {
    color: #fff;
    background-color: #438838;
}

::-moz-selection {
    color: #fff;
    background-color: #438838;
}

#intro {
    background: url("../img/pc.png") no-repeat center center;
    background-size: cover;
    height: 500px;
}

.head {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.head .main {
    width: 1000px;
    height: 50px;
    margin: 0 auto;
}

.head .main .solarbe_logo {
    float: left;
    width: 112px;
    height: 31px;
}

.solarbe_logo img {
    width: 100%;
}

.head .main .solarbe_nav {
    float: right;
    margin-top: 18px;
    display: inline;
}

.head .main .solarbe_nav li {
    float: left;
    padding: 0px 10px;
    display: inline;
    line-height: 12px;
    *line-height: 14px;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    border-right: 1px solid #ddd;
}

.head .main .solarbe_nav li a {
    color: #000;
}

.head .main .solarbe_nav li a:hover {
    text-decoration: underline;
}

.navigation1 {
    background-color: #438838;
    width: 100%;
    z-index: 9999;
}

.navigation1 ul {
    /* width: 1070px; */
    width: 1024px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}

.navigation1 li {
    float: left;
    height: 18px;
    margin-top: 11px;
    padding: 0 10px;
    display: inline;
    border-right: 2px solid #fff;
}

.navigation1 li:last-of-type {
    border-right: none;
}

.navigation1 li.active a {
    color: #fff;
    font-size: 24px;
    border-bottom: 4px solid #fff;
    padding-bottom: 6px;
}

.navigation1 li a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-top: 11px;
    text-align: center;
    position: relative;
    top: -11px;
    padding: 0 30px;
}

.navigation1 li a:hover {
    text-decoration: none;
    color: #fff;
}

.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.toTop {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: none;
}


/*panorama-3094696_1920.jpg*/

.top-nav-collapse {
    background-color: #438838!important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

#content {
    background-color: #f5f5f5;
}

.shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.big_img {
    width: 1100px;
    height: 700px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
    display: none;
}

.big_img img {
    width: 100%;
    height: 100%;
}

.mobile {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.pc {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .pc {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
    .toTop {
        width: 48px;
        height: 48px;
        position: fixed;
        bottom: 40px;
        right: 20px;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        display: none;
    }
    .navbar .container {
        width: 100% !important;
    }
    #intro {
        height: 300px;
        background: url("../img/mobile.png") no-repeat center center;
    }
    .navigation1 {
        position: fixed;
        height: 40px;
        top: 0;
        left: 0;
        z-index: 10;
        background-image: url(../img/more.png);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 6%;
        background-color: #438838;
    }
    .navigation1>span {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        width: 15%;
        height: 40px;
    }
    .navigation1 ul {
        width: auto;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 40px;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        display: none;
    }
    .navigation1 ul li {
        width: 50%;
        float: right;
        margin-left: 10%;
        display: inline;
        border-bottom: 1px dashed #ddd;
        background-color: #fff;
        margin-top: 0;
        height: auto;
        border-right: none;
        padding: 0;
    }
    .navigation1 ul li:last-child {
        height: 100%;
    }
    .navigation1 ul li a {
        border: none;
        margin-top: 0;
        line-height: 40px;
        color: #000;
        top: 0;
        padding: 0;
    }
    .navigation1 li.active {
        background-color: #fff;
    }
    .navigation1 li.active a {
        color: #438838;
        border: none;
        padding: 0;
    }
    .navigation1 li a:hover {
        text-decoration: none;
        color: #000;
    }
    .show {
        display: block !important;
    }
    .head,
    .solarbe_bottom {
        display: none;
    }
    .content {
        width: 100%;
        padding: 0 20px;
        padding-top: 30px;
        margin-top: 30px;
        background-color: inherit;
        box-sizing: border-box;
        background-color: #f5f5f5;
    }
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #438838 !important;
    }
    .navbar .container {
        width: 100% !important;
    }
    .toTop {
        width: 48px;
        height: 48px;
        position: fixed;
        bottom: 40px;
        right: 20px;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        display: none;
    }
    .mobile {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
    .pc {
        display: none;
        width: 100%;
        height: auto;
    }
    .big_img {
        width: 600px;
        height: 400px;
    }
}

#intro .h6 {
    font-weight: 300;
    line-height: 1.7;
}

.hm-gradient .full-bg-img {
    background: rgba(42, 27, 161, 0.7);
    background: linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
}

@media (max-width: 450px) {
    .margins {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .toTop {
        width: 48px;
        height: 48px;
        position: fixed;
        bottom: 40px;
        right: 20px;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        display: none;
    }
    .big_img {
        width: 100%;
        height: 250px;
    }
}

#pricing .lead {
    opacity: 0.7;
}

#pricing .card-image {
    background: url("../img/architecture.jpg") no-repeat center center;
}

#pricing ul li {
    font-size: 1.1em;
}

.zhibo .zhibo-cont {
    opacity: 0;
    -moz-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    transition: all 0.5s;
}

.zhibo:hover .zhibo-title {
    transform: translate(-30px, 0);
}

.zhibo:hover .zhibo-cont {
    opacity: 1;
    -moz-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

.solarbe_bottom {
    text-align: center;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    line-height: 20px;
    padding: 30px 0px 30px 0;
    background: #fff;
}

.solarbe_bottom .footLink {
    line-height: 40px;
}

.solarbe_bottom a {
    color: #000;
}

.solarbe_bottom a:hover {
    text-decoration: underline;
}

.footer_b {
    margin-top: 10px;
}


/* img:hover {
    transform: scale(1.2);
}

.flex {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    align-items: center;
} */