/* 主体 */
.company_image {
  display: block;
  margin: auto;
  width: 100%;
}
.company_about {
  width: 1200px;
  margin: 60px auto 125px;
  color: #333333;
}
.company_about h2 {
  font-weight: normal;
  font-size: 35px;
  letter-spacing:2px;
}
.company_about h6 {
  line-height: 45px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 60px;
}
.company_about > div {
  /*background: url('../img/about/progresses.png') repeat-y center top;*/
  /*background-size: 20% 13%;*/
  font-size: 15px;
  line-height: 25px;
}
.company_about .left_content {
  /*margin-right: 50%;*/
  /*padding-right: 200px;*/
    width: 35%;
    padding-right: 63px;
  height: 370px;
}
.company_about h5 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 35px;
}
.company_about .right_content {
  margin-left: 50%;
  padding-left: 200px;
  height: 370px;
}
.company_about .last_content {
  height: 245px;
}
.boximg{
    width: 226px;height: 226px;text-align: center; border-radius: 50%;border:6px solid #f1f1f1;overflow: hidden;
}
.boximg2{
    width: 220px;height: 220px;text-align: center; border-radius: 50%;border:3px solid #FFFFFF;overflow: hidden;
}
.boximage:hover .boximg{
  border-color: #d7daff;
}
.boximage img{
  width: 390px;
  cursor: pointer;
  transition: all 0.6s;
  display: block;
}

.boximage:hover img{
  transform: scale(1.4);
}
.boximage img{
  transition: all 2s;
}
.boximage:hover>.left_content>p,.boximage:hover>.right_content>p,
.boximage:hover>.left_content>h5,.boximage:hover>.right_content>h5{
  color: #0e3090;
}