.my-fixed{
    height: 213px;
    background: url("../image/image5/banner.png") no-repeat;
    background-size: 100%;
}


#main-body-5 .disabled{
    display: none;
}
#main-body-5 .canvas .title{
    display: inline-block;
    padding: 28px 56px;
    background-color: #43a6f6;
    color: #fff;
    text-align: center;
    margin-top: -70px;
    margin-bottom: 30px;
}
.canvas .title h1{
    font-size: 32px;
    font-weight: 100;
}
.canvas .title h2{
    font-size: 20px;
    font-weight: 100;
    margin-top: -12px;
}
#main-body-5 .canvas li{
    display: block;
    width: 240px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #919191;
    cursor: pointer;
}
#main-body-5 .canvas li.highlight{
    color: #44a7f7;
    background-color: #e9f4f6;
    border-left: 2px solid #3fbe71;
}


#main-body-5 .content h3,.content2 h3,.content3 h3{
    font-size: 16px;
    color: #606060;
    font-weight: normal;
    margin-bottom: 16px;
}
.content h3 span,.content2 h3 span,.content3 h3 span{
    font-size: 13px;
    padding: 0 5px;
}
#main-body-5 .content .line,.content2 .line,.content3 .line{
    border-bottom: 1px dotted #dfdfdf;
}
#main-body-5 .content .text p,.content .text h4,.content .text img{
    margin-top: 38px;
}
#main-body-5 .content .text p{
    color: #6a6a6a;
}

.content .text .btn,.content2 .text .btn{
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #5e5e5e;
    height: 44px;
    width: 230px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #3fbe71;
    border-radius: 18px;
    margin:50px auto 80px ;
}

.content2 .text p{
    margin-top: 38px;
    color: #b1b1b1;
}
.content2 .text img{
    display: block;
    margin: 0 auto;
}


.content3 .show{
    padding: 22px 14px;
}
.content3 .show .am-u-md-5{
    height: 134px;
    border: 8px solid #f6f6f8;
    width: 410px;
    margin-top: 18px;
}
@media only screen and (min-width:641px) {
    .content3 .show .am-u-md-5 {
        width: 47%;
    }
    .content3 .show .am-u-md-offset-1{
        margin-left: 3%;
    }
}

.content3 .show .am-u-md-5 h3{
    margin:16px 0 5px;
    font-size: 13px;
    font-weight: bold;
    color: #020202;
}
.content3 .show .am-u-md-5 p i{
    color: #43a6f6;
}
.content3 .show .am-u-md-5 p{
    color: #404040;
}

.content3 .show .am-u-md-offset-1 p{
    text-indent: 30px;
}
.content3 .show .line{
    position: absolute;
    margin-left: -20px;
    display: inline-block;
    height: 100%;
    border-left: 4px solid #43a6f6;
}
.content3 .show .title{
    display: block;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    background-color: #f6f6f8;
    font-size: 14px;
    margin-top: 48px;
}
.content3 .show .map{
    padding: 10px 10px;
    width: 100%;
    background-color: #f6f6f8;
    margin: 8px auto 80px;
}

