.head {
    width: 100%;
    height: auto;
    /* margin-top: 84px; */
}

.head .banner{
    width: 100%;
    height: auto;
}

.content {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.content .box1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.box1 .box1-con{
    width: 62%;
    margin: 0  auto;
}

.box1-con .title{
    width: 100%;
    margin: 0 auto;
    height: 174px;
    text-align: center;
    border-bottom: #666666 solid 2px;
}

.title h1{
    font-size: 20px;
    font-weight: bold;
    line-height: 174px;
}

.box1-con  .content{
    width: 100%;
    margin: 60px auto;
}

.content p,.content span,.content section{
    font-size: 16px;
    text-indent: 2em;
    line-height: 32px;
    padding: 24px 0;
}

.content p img,.content section img{
    margin: 0 auto;
}