﻿#view *{
    font-family:'Microsoft YaHei';
}
.row{
    margin:0;
}
#view img{
    max-width:100%;
}
.Title{
    text-align:center;
    margin-bottom:50px;
    margin-top: 30px;
}
.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;
}
#openForm{
    width:130px;
    height:45px;
    border-radius:4px;
    color:#fff;
    font-size:20px;
    text-align:center;
    line-height:45px;
}
#from {
    width: 410px;
    height: 470px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -235px 0 0 -205px;
    z-index: 999999;
    padding: 45px 60px;
    display: none;
}
#from >.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 32px;
}
#close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    display: none;
    z-index: 99999;
}
@media (max-width:500px){
    #from {
        width: 310px;
        height:430px;
        margin-left:-155px;
        margin-top:-215px;
        padding:20px;
    }
    #from >.close{
    width:30px;
    height:30px;
    line-height:30px;
    font-size:20px;
}
}