
/* tab标签 */
.fm_tab_body_item{
  display: none;
}
.fm_tab_body_item.active{
  display: block;
}


/* 公司介绍 */
.video_box{
  width: 970px;
  height: 600px;
  /*background-color: #32B2FF;*/
  margin: 0 auto;
}
.video_box>video{
  border-radius: 8px;
}
.intro_text{
  width: 970px;
  margin: 100px auto;
}
.intro_text>p{
  font-size: 16px;
  text-indent: 32px;
  line-height: 36px;
}

/* 发展历程 */
.dev_img{
  padding: 50px 0 300px 0;
}
.dwi_top{
  position: absolute;
  top: -30%;
  left: 18.75%;
}
.dev_waist_img{
  margin-bottom: 200px;
}

/* 企业文化 */
.fc_culture{
  padding-bottom: 30px;
}
.fc_item{
  width: 300px;
}
.fc_item_img, .fc_item_desc{
  width: 166px;
  margin: 0 auto;
}
.fc_item_desc{
  margin-top: 18px;
  color: #666;
}
.fo_img{
  width: 380px;
}
.fo_img>img{
  width: 100%;
}
.fo_img:nth-child(2){
  margin: 0 30px;
}
.fo_office{
  padding-bottom: 30px;
}
.activity_img{
  padding: 30px 0 80px 0;
}
.activity_img1{
  width: 440px;
}
.activity_img2{
  width: 760px;
}
.contact_item{
  width: 400px;
  text-align: center;
  height: 68px;
}
.contact_item>img{
  width: 68px;
  height: 68px;
  display: inline-block;
}
.contact_item>text{
  line-height: 68px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -29px;
}

/* 联系我们 */
.contact_imgs{
  padding: 80px 0;
}
.ci_item{
  width: 380px;
  /*height: 420px;*/
}
.ci_item:nth-child(2){
  margin: 0 30px;
}
.ci_item_btm{
  border: #AEAAA9 1px solid;
  border-top: none;
  padding: 10px 0;
  height: 140px;
}
.ci_item_title{
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
}
.ci_item_desc{
  color: #999;
  font-size: 14px;
  padding: 0 75px;
}
