*{
    padding:0px;
    margin: 0px;
    list-style: none;
}
.about{
    width: 100%;
    height: 720px;
}
body{
    background:#eff3f5 ;
}
.about_con{
    position: absolute;
    width:840px;
    height: 560px;
    margin-top:80px;
    background: url(../images/about.png) no-repeat center;
}
.about_right{
    position: absolute;
    right: 0px;
    margin-top:130px;
    width:1340px ;
    background: #fff;
    height:460px;
    box-shadow: 0 0 20px #046CC8;
}
.about_info{
    width:860px;
    height: 360px;
    padding:30px 120px;
}
/*公司环境*/
.environment{
    width: 100%;
    height: auto;
}
.env_conent{
    width:1875px;
    height: auto;
    margin: 0 auto;
}
.env_conent li{
    display: inline-block;
}
.env_conent a{
    max-width:625px;
    height: 380px;
    overflow: hidden;
    display: block;
}
.env_conent img:hover{
    transform: scale(1.04);
    transition: transform 0.5s;
}

