﻿#about .main-left-box{
    z-index: 1;
}
.about-box{
    width: 100%;
    display: table;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.about-bg{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../img/banner2.jpg');
}
.about-mid{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.about-info-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.about-info-1,
.about-info-2{
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px 20px;

}
.about-info-1{
    padding-top: 70px;
}
.about-info-2{
    padding-bottom: 0;
}
.about-info-title{
    font-size: 18px;
    color: #835225;
    letter-spacing: 2px;
    padding-bottom: 10px;
    font-weight: bold;
}

.about-info-title span{
    font-size: 12px;
    padding: 0 10px;
    color:#000
}
.about-info-title b{
    font-size: 18px;
    letter-spacing: 2px;
    color: #53b147;
    font-weight: bold;
}
.about-info-p{
    font-size: 14px;
    color: #555555;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.about-info-list{
    font-size: 0;

}
.about-info-list-title{
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}

.about-info-list li{
    list-style: none;
    font-size: 14px;
    color: #555555;
    display: inline-block;
    position: relative;
    padding: 0 10px;

}

.about-info-list li:after{
    content: 'normal';
    font-size: 0;
    width: 1px;
    height: 15px;
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    background-color: #bbbbbb;
}
.about-info-list li:nth-child(2){
    padding-left: 0;
}
.about-info-list li:last-child:after{
    display: none;
}
.about-line{
    width: 100%;
    height: 75px;
    display: block;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
}