﻿#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;
}
.btn_form:hover{
    background:#fff;
}

.page_des {
    margin: 25px 135px 0;
    line-height: 1.6;
    color: #333333;
    font-size: 14px;
    text-align: center;
}
/*屏幕小于或等于1200px*/
@media screen and (max-width:1200px) {
    .page_des {
        margin: 25px 120px 0;
    }
}

/*屏幕小于或等于 991px */
@media screen and (max-width:991px) {
    .page_des {
        margin: 25px 60px 0;
    }
}

/*屏幕小于或等于 767px */
@media screen and (max-width:767px) {
    .page_des {
        margin: 25px 0px 0;
    }
}

/*屏幕小于或等于 600px */
@media screen and (max-width:600px) {
}

/*屏幕小于或等于 480px */
@media screen and (max-width:480px) {
}