.content .route{
    display:none;
}
.content .head{
    width:100%;
    margin: 60px auto 80px;
    text-align: left;
    border-bottom:2px solid #eee;
    padding:0 30px 30px;
    box-sizing: border-box;
}
.content .head h2{
    color:#535353;
    font-size:38px;
    margin-bottom:20px;
    font-weight:400;
}
.content .head p{
    font-size:24px;
    color:#8f8f8f;
    font-weight: 300;
}
.content .head p b{
    font-weight:normal;
}
.content .head p span{
    float:right;
}
.content .txt{
    width:100%;
    margin:0 auto;
    text-align: center;
    padding:0 30px 20px;
    box-sizing: border-box;
}
.content .txt img{
    display: block;
    /* margin-bottom:50px;
    margin:50px auto 20px; */
    width:100%;
    height:auto;
}
.content .txt span.imgTxt{
    font-size:24px;
    margin-bottom:50px;
    display: block;
    color:#797979;
}
.content .txt p{
    text-indent: 2em;
    text-align: left;
    font-size:34px;
    line-height:60px;
    margin-bottom:20px;
    font-weight: 400;
}

/*1217*/
.content .head h3{
	color:#535353;
    font-size:32px;
    margin-bottom:20px;
	font-weight:normal;
}