.coml {
        width: 600px;
        float: left;
    }
    
    .comr {
        width: 600px;
        float: right;
    }
    
    .clear {
        clear: both;
    }
    
    .tit {
        background:url(../images/title_bg.jpg) no-repeat 0 0;
        height: 96px;
        text-align: center;
        margin: 20px 0;
    }
    
    .chin {
        font-size: 32px;
        font-weight: bold;
        display: block;
        padding-top: 16px;
    }
    
    .eng {
        font-size: 25px;
        display: block;
        text-transform: uppercase;
        padding-top: 25px;
        color: #c3c3c3;
        font-family: "宋体";
    }
    
    .bai {
        background:url(../images/about_bg.jpg) no-repeat 0 0;
        height: 600px;
        border: 1px solid #eee;
        padding-bottom: 15px;
    }
    
    .ser {
        width: 278px;
        float: left;
        padding: 10px 5px;
        border: 1px solid #e3e3e3;
        overflow: hidden;
        text-align: center;
    }
    
    .pic:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .pic {
        transition: 1s;
        text-align: center;
    }
    
    .wish {
        background:url(../images/about_2_bg.jpg) no-repeat 0 0;
        height: 310px;
        padding-top: 20px;
    }
    
    .wish1 {
        margin: 20px 0;
        width: 600px;
        margin-left: 550px;
    }
    
    .shi {
        display: inline-block;
        font-size: 18px;
        background:url(../images/jiantou.png) no-repeat 0 0;
        font-weight: bold;
        height: 45px;
        line-height: 45px;
        color: #fff;
        width: 125px;
        text-align: center;
    }