@charset "UTF-8";
body{
    background:  #eee;
}
/*container*/
.banner{
    width: 100%;
}
.container{
    padding: 20px 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.containerRight{
    width: 860px;
    padding: 20px;
    float: right;
    overflow: hidden;
    margin-top: 20px;
    background: white;
}
.containerRightTitle{
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    padding: 20px;
}
.containerRight p{
    line-height: 1.8em;
}
.containerRight img{
    display: inline-block !important;
    max-width: 860px;
}
.containerRight_title{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.8em;
    text-align: center;
}
/*container*/

