﻿/* 当前页（成功案例页） */
.g-nowPage {
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    width: 100%;
    height: 39px;
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
    background: #f7f7f7;
}
.g-nowPage-container {
    position: relative;
    top: -3px;
    height:100%;
}
.g-nowPage a{
    color: #666;
}
.rightAngle {
    margin-left: 9px;
    margin-right: 10px;
    color: #666;
}
.g-nowPage a:hover {
    color: #99c836;
}
/* 主体部分，成功案例部分 */
.g-main {
    width: 100%;
    height: 2468px;
    padding-bottom: 82px;
}
.g-main-bg {
    display: flex;
    align-items: center;
    height: 227px;
}
.g-main-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 50px;
    height: 73px;
}
.g-main-navTxt {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    padding-left: 17px;
    padding-right: 15px;
    cursor: pointer;
}
.is-txtAvtive {
    color: #fff;
    background: #2163af;
}
/* 选项卡。点击切换部分  */
.g-main-tab {
    position: absolute;
    top: 73px;
    left: 0;
}
.g-main-content {
    display: none;
}
.g-main-contentMain {
    float: left;
    margin-bottom: 31px;
    margin-right: 17px;
}
.g-main-contentMain:nth-child(4n) {
    margin-right: 0;
}
.g-main-contentMain {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 270px;
    height: 240px;
    border: 1px solid #ebebeb;
}
.ui-companyLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 200px;
    border-bottom: 1px solid #ebebeb;
    background: #fafafa;
}
.img-company-logo {
    width: 180px;
}
.ui-companyName {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 39px;
    padding-left: 15px;
    font-size: 14px;
}