*{
    margin:0;
    padding:0;
}
body{
    overflow-x: hidden;
}
#img{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#img img{
    width: 100%;
    margin: 0 auto;
}

/*公司概况*/
#company{
    width:1200px;
    margin:20px auto;
}
.company_left{
    float:left;
    width:21%;
    border:1px solid lightgrey;
}
.clear{
    clear:both;
}
.company_right{
    width:77%;
    border-top:3px solid #3e8b71;
    margin-left:275px;
    margin-bottom:30px;
}
.company_left .company_left_title{
    background: #48b090;
    padding: 15px 28px;
    color: white;
    width:78%;
    border-bottom: 1px solid white;
}


.company_left .company_left_title:first-of-type{
    border-top:3px solid #3e8b71;
}
.company_left ul{
    margin:0;
}
.company_left a{
    text-decoration:none;
}
.company_left ul li{
    list-style: none;
    border-bottom: 1px solid lightgrey;
    position: relative;
    padding: 15px 28px;
    color: dimgrey;
}
.company_left ul li i{
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 25px;
    color: lightgrey;
}
.company_left ul li:hover{
    background: #7b7c7c;
    color:white;
}
.company_left_content {
    margin:25px 0 25px 0;
    font-size: 14px;
}
.company_left .company_left_title {
    background: #0863c0;
    padding: 15px 28px;
    color: white;
    width: 78%;
}

.company_right_title{
    display: flex;
    width: 97%;
    justify-content: space-between;
    padding: 15px;
    margin-bottom:15px;
    border-bottom: 1px solid #b6b6b6;
}
.company_right_title p{
    font-size: 18px;
    color: darkslategrey;
}
.company_right_title ul{
    margin:0;
}
.company_right_title ul li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: darkslategrey;
}
.company_right_info a {
    color: dimgrey;
    font-size: 12px;
    text-decoration: none;
}


/*在线留言*/
table{
    margin: 0 30px;
    font-size: 12px;
}
table tr{
    line-height: 45px;
}
table tr th{
    font-weight: initial;
    text-align: right;
    color: darkslategrey;
}
table tr td input{
    width: 198px;
    border: 1px solid lightgrey;
    font-size: 13px;
    padding: 8px 5px;
}
table tr td input::placeholder,table tr td textarea::placeholder{
    color:grey;
    font-size:12px;
}
table tr td textarea{
    padding:10px;
    margin:5px 0 -15px;
}
table tr td img{
    vertical-align:middle;
    margin-top:-3px;
}
.yzm{
    width: 110px;
    margin-right: 3px;
}
table tr td span{
    color:grey;
    margin-left:5px;
    cursor:pointer;
}
table tr td span:hover{
    color:darkorange;
}
table tr td input[type=submit]{
    width: 90px;
    background: #48b090;
    color: white;
    border-radius: 3px;
}