﻿.company{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 30px;
}
.cmp-one{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #999999;
    margin: 18px 0 50px 0;
    font-size: 19px;
    color: #15568D;
}
.cmp-one span{
    margin-left: 7px;
    font-size: 15px;
    color: #999999;
}
.cmp-o-left{
    float: left;
    width: 35%;
}
.cmp-o-left h3{
    color: black;
    font-size:19px;
}
.cmp-o-left p{
    font-size: 15px;
    line-height: 27px;
    padding-top: 15px;
}
.cmp-o-right{
    float: right;
    width: 65%;
}
.cmp-o-right .form {
    padding: 0 0 5%;
}
.c_row {
    width: 26%;
    margin-right: 7%;
    margin-bottom: 30px;
    float: left;
}
.c_row .user {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/pie/pie.htc);
    position: relative;
    padding: 0 18px;
    height: 48px;
    line-height: 48px;
    color: #999;
    font-size: 14px;
}
.m_row .mess {
    border-radius: 5px;
    padding: 14px 18px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    width: 92%;
    border: 1px solid #e3e3e3;
    min-height: 200px;
}
.mit{
    background: #217ad4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    border: 0px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 22px;
    color: white;
    font-size: 17px;
    letter-spacing: 6px;
}
.banner{
    margin-top: 101px;
}
@media screen and (max-width: 768px) {
    .banner {
        margin-top: 45px;
    }
}
@media screen and (max-width: 768px){
    .company .index {
        width: 93%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .cmp-o-left {
        float: left;
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .cmp-o-right {
        float: left;
        width: 100%;
        margin-top: 14px;
    }
}
@media screen and (max-width: 768px){
    .c_row {
        width: 91%;
        margin-right: 7%;
        margin-bottom: 9px;
        float: left;
    }
}
