main #main_top {
    /* width: 1920px; */
    height: 445px;
    background-image: url("../images/profile_maintop.png");
}


/*内容背景色*/
main {
    background-color: #f5f5f5;
}


/*选项框样式*/
#selectMenu ul {
    list-style: none;
}

#selectMenu ul li {
    text-align: center;
    vertical-align: bottom;
    padding-top: 10px;
    width: 125px;
    height: 40px;

    background-color: white;
}

#selectMenu ul li a {
    display: block;
    color: #929292;
    width: 120px;
    height: 35px;
}

#select1 {
    background-image: url("../images/profile_select1.png")
}

#select1:hover {
    background-image: url("../images/profile_selected1.png")
}

#select2 {
    background-image: url("../images/profile_select2.png")
}

#select2:hover {
    background-image: url("../images/profile_selected2.png")
}

#select3 {
    background-image: url("../images/profile_select3.png")
}

#select3:hover {
    background-image: url("../images/profile_selected3.png")
}


#content {
    height: 1650px;
}

#content_left {
    margin-top: 50px;
    margin-left: 382px;
    width: 150px;
    height: 200px;
}

#content_right {
    position: relative;
    width: 909px;
    height: 1574px;
    background-image: url("../images/profile_textBg.png");

    left: 550px;
    top: -200px;
}


/*简介内容样式*/
#profile_title {
    position: relative;
    left: 30px;
    top: 30px;
}

.content_txt {
    text-indent: 2em;
    line-height: 2em;
}

#profile_content {
    position: relative;
    top: 20px;
    left: 50px;

    width: 820px;
}

#profile_content a {
    position: relative;
    top: 20px;
    left: 30px;
}


/*culture*/
#culture_title {
    position: relative;
    left: 30px;
    top: 130px;
}

#culture_content {
    position: relative;
    top: 120px;
    left: 50px;
    width: 400px;
}

#culture_content a {
    position: relative;
    top: -215px;
    left: 430px;
}


/*experience*/
#experience_title {
    position: relative;
    left: 30px;
    top: 30px;
}

#experience_content {
    position: relative;
    top: 30px;
    left: 50px;
    width: 400px;
}

#experience_content ul{
    width: 800px;
}

#experience_content ul li{
    margin: 30px;
}