@charset "utf-8";
.section-of1 {
    padding: 20px 0 40px;
}
.section-of1.intro-style2 .intr-map {
    border: 1px solid #eee;
}
.intr-map .pBg-parent,.intr-map .pBg{
    padding-bottom: 80%;
}
.intr-title{
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 2px;
}
.intr-brief{
    margin: 10px 0 17px;
    line-height: 1.6;
}
.intr-price{
    padding: 25px 17px;
    background-color:#eeeeee;
    margin-bottom: 12px;
}
.intr-price span,.intr-price b{
    font-size: 28px;
    color: #d90408;
}
.intr-price b{
    font-size: 36px;
}
.intr-price ins{
    padding-left: 3px;
    vertical-align: 2px;
}
.intr-tags span{
    padding: 0 9px;
    background-color: #d3f9e4;
    color: #0e9249;
    margin: 8px 8px 0 0;
    border-radius: 2px;
    float: left;
}
.section-aside{
    background-color: #eee;
}
.section-aside span{
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding:17px 50px 15px;
    background-color: #ffffff;
    color: #0e9249;
}
.section-aside span::before {
    content: '';
    width: 100%;
    background-color: #0e9249;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
}
.section-article{
    word-break: break-all;
    word-wrap: break-word;
    line-height: 170%;
    text-align: justify;
    color: #666;
    font-family:Microsoft YaHei, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    letter-spacing:1px;
    min-height: 300px;
    margin: 50px;
}
.section-article img{
    max-width: 100% !important;
    width: auto;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
.section-article p{
    margin-bottom:10px;
}