
/* 关于我们背景图 */
.contact_bg1 {
    width: 100%;
    position: relative;
}

.contact_bg1 img {
    width: 100%;
}

.banxin {
    position: absolute;
    top: 50%;
    left: 21%;
    margin-top: -34px;
}


.aboutUsBtn {
    border: 1px solid #fff;
    width: 236px;
    height: 68px;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 68px;
}

.aboutUsBtn a {
    color: #fff;
}

.aboutUsBtn a:hover {
    cursor: pointer;
}


.mask {
    width: 237px;
    height: 69px;
    background-color:#fff;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
}


/* 内容 */

.contact_content {
    width: 100%;

}

.copyright {
    margin-top: 45px;
}

.contact_cont {
     width: 1100px;
     height: 100%;
     margin: 0 auto;
}

.contact_content .contact_nav {
    height: 92px;
    width: 100%;
}

.contact_nav .contact_nav1 {
    padding-top: 18px;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    font-size: 14px;
}


.locale {
    color: #676767;
}

.about_us {
    color: #989898;
}

.nav_current {
    color: #053982;
}

.contact_aside {
    width: 280px;
    height: 100%;
}

.contact_aside ul li{
    display: inline-block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
}


.contact_current{
    background-color: #012173;
	color:#FFF
}

.contact_current a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.aside_item {
    float: left;
}

.contact_aside ul li i.iconfont {
    float: right;
    font-size: 12px;
}

.contact_aside ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* 右边内容 */
.content_us {
    width: 768px;
    height: 100%;
}


.content_us_top {
    height: 37px;
    width: 100%;
    border-bottom: 1px dotted #e5e5e5;
}

.content_us_top .us {
    font-size: 24px;
    color: #012173;
    height: 36px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-bottom: 2px solid #012173; 
}

.contact_fangshi {
    padding-top: 47px;
    font-size: 14px;
    color: #555;
    line-height: 2;
}

.p1 {
    display: block;
    text-indent: 2em;
}

.p2 {
    text-indent: 2em;
    display: block;
    margin-top: 28px;
}

.profile_pic {
    margin-top: 76px;
    width: 100%;
}
