

.ColumnBoby {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.ColumnBoby .Crumbs {
   margin-top: 20px;
}

.ColumnBoby .Title {
    margin: 30px 0;
    font-size: 18px;
    text-align: center
}

.ColumnBoby .BigTitle {
    font-size: 24px;
    line-height: 38px;
    font-weight: normal;
}

.ColumnBoby .SmallTitle {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #474747;
    line-height: 2;
    letter-spacing: 0.2rem;
}

.ColumnBoby .Slogan {
    text-align: center
}
.ColumnContent{
    margin: 30px 0;
}
.ColumnContent .left {
    width: 40%;
    height: 356px;
    background: #fff;
    border: 12px solid #fff;
    padding: 0;
    -webkit-box-shadow: -2px 7px 27px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 7px 27px -4px rgba(0,0,0,0.75);
    box-shadow: -2px 7px 27px -4px rgba(0,0,0,0.75);
}

.ColumnContent .rigth {
    float: left;
    padding: 1.4em 3em;
    width: 60%;
    height: 300px;
}
.ColumnContent .rigth h1 {
    width: 40%;
    border-bottom: 1px solid #5abcf5;
    text-align: center;
    margin: 0 auto ;
    line-height: 60px;
    font-weight: normal;
}
.ColumnContent .rigth  .content {
    width: 70%;
    height: 100px;
    margin: 40px auto ;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    text-indent: 2em;
    color: #666a75;
    letter-spacing: .51px;
}
.ColumnContent  .button{
    width: 22%;
    margin:  0 auto;
}
.ColumnContent  .button button{
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background:#06C; border-radius:8px;
}
.ColumnContent_pic {
        margin: 0 auto;
        height: 50px;
        background-image: url(../images/line.png);
        background-position: center;
        background-repeat: no-repeat;
}