@charset "utf-8";

/* 关于我们单页 */
main {
    height: auto;
    width: 1200px;
    padding: 40px 0;
    margin: 0 auto;
    overflow: hidden;
}
main > section {
    width: 956px;
    min-height: 560px;
    margin: 0 122px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
}
main > section > article > h4 {
    width: 916px;
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 24px;
    color: #ff6900;
    margin-bottom: 20px;
}
main > section > article > p {
    width: 916px;
    height: auto;
    padding: 0 20px;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    text-align: justify;
    text-align-last: left;
    text-indent: 2em;
}
main > section > article > p > a {
    color: #1e347b;
}
/* 企业文化 */
.enterprise-culture {
    width: 916px;
    height: auto;
    margin: 20px;
    /* padding: 16px 20px; */
    background-color: #eeeeee;
    border-radius: 4px;
    /* position: relative; */
    /* margin-top: 40px; */
    overflow: hidden;
}
/*
.enterprise-culture > h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    position: absolute;
    top: -14px;
    color: #666666;
}
.enterprise-culture > p {
    line-height: 42px;
}
.enterprise-culture > p > span:first-child {
    display: inline-block;
    font-size: 18px;
    text-align: justify;
    text-align-last: justify;
    width: 120px;
    padding-right: 4px;
}
.enterprise-culture > p > span:last-child {
    margin-left: 4px;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #ff6900;
    letter-spacing:4px;
} */

/* 牌照资质 */
.license {
    width: 916px;
    height: auto;
    margin: 20px;
    overflow: hidden;
}
.license > div {
    float: left;
    height: auto;
}
.license > div:first-child {
    width: 296px;
    margin-right: 20px;
}
.license > div:last-child {
    width: 576px;
}
.license > div > div {
    width: 100%;
    height: 400px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
}
.license > div > div > img  {
    width: 100%;
}
.license > div > p {
    width: 100%;
    line-height: 42px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

/* 公司动态 */
.news {
    width: 916px;
    height: auto;
    margin: 20px;
    overflow: hidden;
}
.news > li {
    width: 916px;
    height: 38px;
    border-bottom: 1px dashed #e2e2e2;
}
.news > li > a {
    display: block;
    width: 916px;
    height: 38px;
}
.news > li > a > h6,
.news > li > a > span {
    display: block;
    float: left;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news > li > a > h6 {
    width: 776px;
    color: #333333;
}
.news > li > a > span {
    width: 140px;
    color: #999999;
    text-align: right;
}
.news > li:hover > a > h6 {
    color: #ff6900;
}
/* 公司荣誉 */
.honor > p{
    text-indent: 0;
    line-height: 32px;
}

/* 重点服务领域 */
.service {
    width: 916px;
    height: auto;
    margin: 20px;
    overflow: hidden;
}
.service > li {
    width: 916px;
    height: auto;
    margin-bottom: 20px;
    font-size: 14px;
}
.service > li:last-child {
    margin-bottom: 0;
}
.service > li > h5 {
    line-height: 42px;
    font-weight: bold;
}
.service > li > p {
    line-height: 32px;
}

/* 重要客户 */
.customer {
    width: 916px;
    height: auto;
    margin: 20px;
    overflow: hidden;
}

/* 联系我们 */
.map {
    width: 914px;
    height: auto;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin: 20px;
    overflow: hidden;
    position: relative;
}
.map > div {
    width: auto;
    height: auto;
    padding: 20px;
    background: url(/tuan/images/about/map.jpg) no-repeat 0 0;
}
.map > div > p {
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
}
.map > i {
    display: block;
    width: 24px;
    height: 24px;
    opacity: 0;
    border-radius: 12px;
    position: absolute;
    top: 82px;
    left: 698px;
}
.map > p {
    display: none;
    border-radius: 2px;
    padding: 4px 6px;
    position: absolute;
    top: 46px;
    left: 616px;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
}
.map > p:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #e2e2e2 transparent transparent transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -4px;
}
.map > p::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -2px;
    z-index: 999;
}


/* 常见问题 */
.problem > ul {
    width: 916px;
    height: auto;
    margin: 20px;
    overflow: hidden;
}
.problem > ul > li {
    width: 916px;
    height: auto;
    font-size: 14px;
    list-style: decimal;
    color: #333333;
}
.problem > ul > li:last-child {
    margin-bottom: 0;
}
.problem > ul > h6 {
    line-height: 42px;
    font-weight: bold;
}
.problem > ul > li > p {
    line-height: 28px;
}
.problem > ul > li > p:first-child {
    font-weight: bold;
}
.problem > ul > li > p + p {
    text-indent: 2em;
}
