/* 关于我们 */
.content {
    width: 100%;
    height: 1414px;
}
.bgimg {
    background-image: url('../assets/banner.jpg');
    background-size: 100% 100%;
    background-color: #aaa;
    width: 100%;
    height: 30%;
}
.nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #eaeaea;
}
.rightpart {
    float: right;
    font-size: 16px;
}
.rightpart span a {
    color: #000;
}
.mainpart {
    width: 100%;
    height: 500px;
    position: relative;
}
.mainpart .left{
    width: 190px;
    height: 230px;
    background-color: rgba(197, 60, 60, 0.9);
    position: absolute;
    top: -110px;
}
.mainpart .left div {
    width: 190px;
}
.mainpart .left .red {
    width: 170px;
    height: 110px;
    padding: 10px;
}
.mainpart .left .orange {
    display: inline-block;
    width: 190px;
    height: 60px;
    padding: 20px 0;
    background-color: #eeeeee;
}
.mainpart .left .orange span {
    background-color: orange;
    width: 170px;
    height: 100%;
    padding-left: 20px;
    display: inline-block;
}
.right {
    width: 850px;
    height: 100%;
    float: right;
    margin-top:10px;
    /* background-color: #f2f2f2; */
    padding: 20px 0;
    position: relative;
}
.right .righttitle {
    height: 250px;
}
.right .righttitle span{
    display: inline-block;
    font-size: 18px;
    color: #c50007;
    height: 35px;
    width: 100px;
    line-height: 35px;
    text-align: center;
    border-bottom: 2px solid #c50007;
}
.right .righttitle span:nth-child(2) {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    border: 0;
    position: absolute; 
    top: 56px;
    left: 0;

}
.introduce {
    height: 350px;
    padding: 10px;
    margin-top: 10px;
    /* background-color: #ccc; */
    position: relative;
}
.introtxt {
    width: 500px;
    height: 350px;
    float: left;
}
.introtxt p {
    text-indent: 2em;
}
.introimg {
    /* position: absolute; */
    float: right;
    width: 300px;
    height: 300px;
    /*background-image: url('../bg/7871552445481_.pic_hd.jpg');*/
    background-size: 100% 100%;
} 