.p16-left-nav-1 {
    height: 55px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.p16-left-nav-1 li {
    width: 14.2%;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
    border-bottom: 2px solid #fff;
    text-align: center;
    float: left;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p16-left-nav-1 .noborder {
    border: 0;
}

.p16-left-nav-1 li a {
    color: #a8a8a8;
}

.p16-left-nav-1 li.sidenavcur,
.p16-left-nav-1 li:hover {
    border-bottom: 2px solid #18296e;
}

.p16-left-nav-1 li.sidenavcur a,
.p16-left-nav-1 li:hover a {
    color: #a8a8a8;
}


.p12-aboutinfo-1 {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
}

.p12-aboutinfo-1-nr {
    padding: 0 0 20px;
}

.headliner {
    height: 150px;
    margin-top: 122px;
}

.headliner h2 {
    line-height: 30px;
    font-size: 30px;
    padding-top: 27px;
    color: #333;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
}

.headliner em {
    line-height: 43px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 100px;
    color: #f6f6f6;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 36%;
    z-index: -1;
}

.headliner p {
    line-height: 40px;
    font-size: 18px;
    color: #999;
    text-align: center;
    margin-top: 0;
}

.content {
    width: 1200px;
    margin: 0 auto;
    font-style: normal;
}

.g_zj {
    height: 710px;
    background: url(../images/about_bg.jpg) no-repeat center 0;
    padding-top: 40px;
}

.g_zj dl {
    background: #fff;
    height: 375px;
    margin-top: 340px;
    box-shadow: 0 0 20px #eee;
    text-align: center;
}

.g_zj dl dd {
    padding: 50px 27px 0 20px;
    text-align: center;
}

.g_zj dl dd h3 {
    font-weight: normal;
    color: #18296e;
    font-size: 24px;
    height: 45px;
    text-align: center;
}

.g_zj dl p {
    color: #868686;
    font-size: 14px;
    line-height: 28px;
    padding-top: 7px;
    text-align: left;
    margin: 0 auto;
    padding: 0 50px;
}


.g_zjx {
    background: url(../images/about_bg.jpg) no-repeat center 0;
    padding-top: 40px;
}

.g_zjx dl {
    background: #fff;
    min-height: 300px;
    margin-top: 340px;
    box-shadow: 0 0 20px #eee;
    text-align: center;
}
.g_zjx dl dd {
    padding: 50px 27px 0 20px;
    text-align: center;
}

.g_zjx dl p {
    color: #868686;
    font-size: 15px;
    line-height: 28px;
    padding-top: 7px;
    text-align: left;
    margin: 0 auto;
    padding: 0 50px 30px;
}



/*企业文化*/

.company-culture {
    background: #eee;
}

.company-culture dl {
    width: 290px;
    height: 270px;
    float: left;
    margin-bottom: 20px;
    margin-right: 11px;
    background: #f3f3f3;
}

.company-culture dl:nth-of-type(4n) {
    margin-right: 0;
}

.company-culture dl:hover {
    color: #fff;
    background: #fff;
    box-shadow: 0 0 10px #f0f0f0;
}

.company-culture dl dt {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-top: 30px;
}

.company-culture dl dt img {
    width: 100px;
    height: 100px;
    transition: all 0.4s ease-in-out;
}

.company-culture dl:hover dt img {
    transform: rotateY(180deg);
}

.company-culture dl dd {
    color: #999;
    text-align: center;
    margin-top: 10px;
}

.company-culture dl:hover dd {
    color: #fff;
}

.company-culture dl dd h3 {
    font-size: 20px;
    line-height: 40px;
    height: 46px;
    color: #333;
}

.company-culture dl:hover dd h3 {
    color: #18296e
}

.company-culture dl dd h3:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #999;
    display: block;
    margin: 0 auto;
}

.company-culture dl:hover dd h3:after {
    background: #18296e;
}

.company-culture dl dd p {
    font-size: 14px;
    width: 260px;
    margin: 0 auto;
    color: #bfbfbf
}

.company-culture dl:hover dd p {
    color: #999;
}