body{
    background-color: #999;
    min-width: 1260px;
}

.main{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    /*background-color: rgb(233, 204, 211);*/
    background-color: #e59ee9;
    padding: 30px 0;
    position:relative;
}

.main .mainhead{
    background-color: #8A1874;
    color: #fff;
    text-align: center;
    margin: 0 -20px;
    padding: 10px 0;
}

.main .mainhead .title{
    font-size: 45px;
    font-weight: bold;
}

.main .content .intro-picture{
    width: 400px;
    margin: 30px 100px;
    float: left;
}

.main .content .intro-picture img{
    width: 400px;
    height:588px;
}

.main .content .word{
    width: 450px;
    height: 588px;
    font-size: 30px;
    line-height: 2;
    position: absolute;
    left:650px;
    top: 20px;
}

.main .content .word .wordmid{
    width: 450px;
    height: 180px;/* 一行字60px*/
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main .content .word .wordmid div{
    margin-bottom: 20px;
}

/*手风琴*/

.main .shoufengqing{
    width: 805px;
    margin: 50px auto;
}

.main .shoufengqing .accordion{
    background-color: #e59ee9;
    width: 100%;
    display: block;
    list-style: none;
    overflow: hidden;
    height: 300px;
    font-size: 0;
}

.main .shoufengqing .accordion .tab{
    display: inline-block;
    background-color: #e59ee9;
    /*border-right: #8A1874 1px solid;*/
    width: 150px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: auto;
    transition: all 0.5s ease-in-out 0.1s;
}

.main .shoufengqing .accordion .tab:hover{
    width: 500px;
}

.main .shoufengqing .accordion .tab .neirong{
    background-color: #e59ee9;
    width: 350px;
    height: 300px;
    margin-left: 150px;
    padding: 40px 0 0 15px;
    position: relative;
}

.main .shoufengqing .accordion .tab .neirong p{
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-right: 30px;
    margin-top: 3px;
    text-indent: 2em;
}

.main .shoufengqing .accordion .tab .neirong h1{
    font-size: 2.5rem;
    margin-bottom:10px;
    margin-top: 0;
}

.main .shoufengqing .accordion .tab img{
    width: 150px;
    position: absolute;
    display: block;
}
