.slider-info{
  text-align: left;
  height: 220px;
  margin-top: 200px;
}
.slider-info .col-white h3,.slider-info .col-white p{
  text-align: left;
  margin: 0%;
}
.callbacks_nav{
  top: 80.5%;
  bottom: 0;
}
.callbacks_nav.next{
  right: 14%;
}
.callbacks_nav.prev{
  left: 14%;
  z-index: 110;
}
.company_part{
  background: url('../img/group/com_bg.jpg') no-repeat;
  width: 100%;
  height: 850px;
}

/* 公司简介banner */
.c_wrapper{ 
  width: 72%;
  height: 624px;
  margin: 110px auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  /* display: none; */
}
.single_left_animate, .single_right_animate{
  visibility: visible;
  animation-name: fadeInLeft;
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.single_right_animate{
  animation-name: fadeInRight;
}
.c_cont{
  padding: 148px 0 94px 79px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c_cont h2{
  font-weight: 900;
  /* font-size: 48px; */
  font-size: 36px;
  height: 100px;
  line-height: 100px;
  color: #414141;
  font-family: 'Alibaba PuHuiTi 2.0';
}
.c_cont h2:after{
  content: '';
  display: block;
  width: 80px;
  height: 8px;
  background: #275FA3;
}
.c_cont p{
  width: 522px;
  font-size: 18px;
  font-weight: 400;
  color: #8A8A8A
}
.gc_btn{
  width: 220px;
  padding: 17px 68px;
}

/* 公司介绍 */
.about_us p{
  font-size: 14px;
}
p em{
  width: 28px;
  display: inline-block;
}

/* 公司简介 底部介绍 */
.c_info{
  visibility: hidden;
  display: none;
}
.p_anifromup{
  display: inline-block;
}

#focus_Box{position:relative;width:100%;height:569px;margin:20px auto;}
#focus_Box ul{position:relative;width:100%;height:569px; margin: 0 auto;}
#focus_Box li{z-index:0;position:absolute; width:0px;background:#787878;height:0px;top:146px;cursor:pointer;left:377px;border-radius:4px;}
#focus_Box li img{width:100%;height:100%;vertical-align:top}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:52px;height:52px;top:311px;}
/* #focus_Box .prev{background:url(images/btn.png) left bottom no-repeat;left:0px} */
/* #focus_Box .next{background:url(images/btn.png) right bottom no-repeat;right:0px} */
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}

.gro_product span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px; background: #EFEFEF; color: #4B4A4A;font-family: 'Alibaba PuHuiTi 2.0';
  font-weight: 1000;
  margin-top: 0;
  font-size: 24px;
}
.gro_product ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}
.gro_product ul li{
  width: 31.9%;
  margin-bottom: 16px;
  margin-right: 23px;
  cursor: pointer;
}
.gro_product ul li:nth-child(3n){
  margin-right: 0;
}
.gro_product img{
  width: 100%;
}
.x_main{
  cursor: pointer;
}
.group_yl{
  display: none;
}