﻿/*关于我们-banner*/
.about_banner,
.about_banner_bg
{
    width: 100%;
    height: 130px;
    margin: auto;
    background-image: url(img/about_banner.png);
    background-position: center;
    background-repeat: repeat-x;
}
.about_banner
{
    width: 1120px;
    background-repeat: no-repeat;
}

/*关于我们-导航*/
.about_nav
{
    float: left;
    width: 280px;
    text-align: center;
    padding: 0 20px;
}
.about_nav div
{
    font-size: 28px;
    color: #e3dbea;
    background-image: url(img/about_bg.png);
    padding: 8px 0;
}
.about_nav div span
{
    display: block;
    font-size: 18px;
    opacity: 0.7;
}
.about_nav p a
{
    display: block;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
}
.about_nav p a.cur
{
    background-color: #ebebeb;
}

/*关于我们-内容*/
.about_cnt
{
    float: right;
    width: 760px;
    padding: 40px 20px 0;
    border: none;
}
.about_cnt h1
{
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
}
.about_cnt p
{
	color: #333333;
    font-size: 18px;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 20px;
    text-indent: 2em;
    word-wrap:break-word;
}
.about_cnt p.tit
{
    line-height: 16px;
    font-weight: bold;
    color: #7122A5;
}
.about_cnt img
{
    display: inline-block;
    width: 172px;
    height: 172px;
    margin-right: 40px;
}
.about_cnt a
{
    color: #942cdc;
}