.address{
    background:#ededed ;
    padding: 30px 0px;
}
.address_box{
    margin: 0 auto;
    width: 855px;
    height: 380px;
    box-shadow: 0px 0px 30px #ddd;
}
.address_box img{
    width: 100%;
    height:100%;
}
.report{
    margin: 0 auto;
    width: 855px;
    margin-top: 30px;
}
.report ul li{
    float:left;
    background: #fff;
    width:200px;
    height:200px;
    border-radius: 50%;
    padding-top: 60px;
    margin-right: 125px;
    padding-left: 50px;
    box-shadow: 0px 0px 10px #ddd;
}
.report ul li:nth-of-type(3){
    margin-right: 0px;
}
.report ul li p{
    margin-bottom: 0px;
    color:#a3a3a3;
    font-size: 14px;

}
.report ul li p.title{
   color:#333;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.company{
    background:#ededed ;
    padding:30px 0px;
}
.company_box{
    width:855px;
    margin: 0 auto;
    box-shadow: 0px 0px 30px #ddd;
}
.company_info {
    background: #45b7f6;
    color: #fff;
    font-size: 14px;
    width: 427px;
    height: 400px;
    padding: 0px 20px;
}
.company_img{
    width:427px;
    height:400px;
    background: #fff;
}
.company_img img{
    width:100%;
    height:100%;
}
.font_weight{
    margin-bottom: 20px;
    margin-top: 20px;
}

.txtab_box{
    position: relative;
}
.ewm_div{
    position: absolute;
    width: 613px;
    height: 200px;
}
.ewm{
    position: absolute;
    width: 192px;
    top: -11px;
    right: -41px;
    display: none;
}