﻿#view *{
    font-family:"微软雅黑";
}
.row{
    margin:0;
}
#view img{
    max-width:100%;
}
.Title{
    text-align:center;
    margin-bottom:50px;
}
.Title>.name{
    font-size:30px;
    color:#292929;
    line-height:42px;
}
.Title>.en_name{
    font-size:14px;
    color:#999;
    line-height:19px;
}
.company_name{
    font-size:22px;
    color:#434343;
    line-height:1.4;
}
.company_text>p{
    margin:5px 0!important;
    color:#535353;
    line-height:1.6;
    font-size:16px!important;
}
p{
    font-size:14px!important;
}
.share{
    overflow:hidden;
}
.share>div{
    float:left;
    margin-right:10px;
    text-align:center;
}
.share>div img{
    max-width:120px!important;
}
.btn_form:hover{
    background:#fff;
}