﻿/*关于我们-导航*/
.about_nav
{
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
    display: -ms-flexbox; /* TWEENER - IE 10 */ 
    display: -webkit-flex; /* NEW - Chrome */ 
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    background-color: #fefefe;
}
.about_nav a
{
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */ 
    -moz-box-flex: 1; /* OLD - Firefox 19- */ 
    -webkit-flex: 1; /* Chrome */ 
    -ms-flex: 1; /* IE 10 */ 
    flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    font-size: 0.34rem;
    text-align: center;
    padding-top: 0.24rem;
    padding-bottom: 0.18rem;
    border-bottom: 0.1rem solid #ebebeb;
}
.about_nav a.cur
{
    border-bottom: 0.1rem solid #ef4036;
}
.about_nav a span
{
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.about_nav .wzjj span
{
    background-image: url(aboutus/site_bg.png);
}
.about_nav .lxfs span
{
    background-image: url(aboutus/contact_bg.png);
}
.about_nav .tgzn span
{
    background-image: url(aboutus/article_bg.png);
}
.about_nav .flsm span
{
    background-image: url(aboutus/copyright_bg.png);
}

/*关于我们-内容*/
.about_cnt
{
    font-size: 0.4rem;
    line-height: 1.5em;
    text-align: justify;
    word-wrap:break-word;
    padding: 0.5rem 0.26rem 0;
    background-color: #fefefe;
}
.about_cnt h1
{
    font-size: 0.5rem;
    font-weight: bold;
    color: #404040;
    line-height: 0.68rem;
    padding-bottom: 0.28rem;
    text-align: center;
}
.about_cnt p
{
    font-size: 0.4rem;
    line-height: 1.5em;
    text-align: left;
    text-indent: 0em!important;
    padding-bottom: 0.4rem;
    word-wrap:break-word;
}
.about_cnt p.tit
{
    line-height: 16px;
    font-weight: bold;
    color: #7122A5;
}
.about_cnt img
{
    width: 4rem;
    height: 4rem;
    margin: auto;
    margin-bottom: 0.4rem;
}
.about_cnt a
{
    color: #942cdc;
}