.bannner {
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0px 2.5px 7.5px 0px #666;
}

.bannner:hover .bannner-arrow {
    z-index: 11;
}

.bannner-arrow {
    position: absolute;
    z-index: -1;
    font-size: 38px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%) scaleY(1.5);
    cursor: pointer;
}

.bannner-pre {
    left: 5px;
}

.bannner-next {
    right: 5px;
}

.bannner-wrapper {
    position: relative;
    overflow: hidden;
}
.bannner-wrapper img{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 10;
    transition: all 1.8s ease;
}
.bannner-wrapper .hidden{
    opacity: 0;
    z-index: 0;
}
.indicator-bar {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
}
.indicator {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 5px;
    background-color: #00965e;
    cursor: pointer;
}
.indicator.on{
    background-color: #ce392b;
}
/* 公共样式 */
.section-title {
    padding: 0 15px;
    margin: 0 0 10px;
    font-size: 20px;
    color: #00965e;
}

.section-title .min {
    font-size: 14px;
    letter-spacing: 0;
    color: #aaa;
    font-weight: normal;
}

/* 第一节 */
.company {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #666;
}

.company .company-item {
    flex: 1 0 50%;
    padding: 20px 15px;
}

.company h2 {
    padding-left: 0;
}

.company-info p {
    margin: 0;
    line-height: 32px;
    text-align: justify;
    text-indent: 2em;
    font-size: 14px;
}

.company-info img {
    float: left;
    margin-right: 15px;
}

.company-news ul {
    margin-top: 15px;
    padding-left: 0;
    font-size: 14px;
}

.company-news li {
    display: flex;
    justify-content: space-between;
    width: 520px;
    line-height: 32px;
    color: #666;
}

.company-news li:hover {
    font-weight: bold;
    transition: all 0.5s ease;
}

.company-news li a:first-child {
    flex: 0 0 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.company-news li a:last-child {
    flex: 0 0 120px;
    text-align: right;
}

/* 第二节 */
.product {
    padding: 15px 0;
    box-shadow: 0px 2.5px 7.5px 0px #666;
}

.product-title {
    padding: 0 15px;
    margin: 0 0 15px;
    font-size: 16px;
    color: #00965e;
}

.product img {
    width: 100%;
    display: block;
}

/* 友情链接 */
.links {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 2.5px 7.5px 0px #666;
}

.links-content {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding-left: 15px;
}
.links-item {
    padding-right: 10px;
    color: #666;
}