
/*关于我们*/
.about {
    width: 100%;
    
    padding: 20px 0;
    background-color: #212121;
   
}
.about ul {
    padding: 32px 0 10px;
}
.about ul .left {
    width: 385px;
    padding-right: 39px;
    color: #fff;
    font-size: 16px;
}
.about ul .left p {
    width: 124px;
    text-align: center;
    font-size: 16px;
}
.about ul .left p img {
    width: 124px;
    margin-bottom: 10px;
}
.about ul .right {
    color: #fff;
    font-size: 16px;
    line-height: 33px;
}
.about dt {
    text-align: center;
}
.about dt img {
    margin-right: 15px;
    /*width: 140px;*/
}
.about-a-img{
    width: 140px;
}
.corporate_name {
    text-align: center;
    color: #999;
    font-size: 12px;
}
.link>p {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #ccc;
}
.link div {
    padding-bottom: 10px;
    text-align: center;
}
.link div span {
    margin-right: 15px;
}
.link div a {
    color: #999;
    font-size: 12px;
}
.con {
    width: 1100px;
    margin: 0 auto;
}