/* pages/enterprise/enterprise_aboutus/enterprise_aboutus.wxss */

#enterprise_aboutus #header .header_title {
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 17px;
  box-sizing: border-box;
}

#enterprise_aboutus #header .header_title .title {
  width: 130px;
  height: 27px;
  margin: 0 auto;
  display: block;
}

#enterprise_aboutus #header .header_title .goback {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}

#enterprise_aboutus #header .header_title .goback img {
  position: absolute;
  width: 32px;
  height: 13px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#enterprise_aboutus #header .header_title .share {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

#enterprise_aboutus #header .header_title .share img {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#enterprise_aboutus .enterprise_aboutus_banner {
  position: relative;
  width: 100%;
  padding-bottom: 32px;
}

#enterprise_aboutus .enterprise_aboutus_banner .swiper {
  width: 100%;
  height: 100%;
}

#enterprise_aboutus .enterprise_aboutus_banner .swiper-slide {
  box-sizing: border-box;
}

#enterprise_aboutus .enterprise_aboutus_banner .swiper img {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

#enterprise_aboutus .enterprise_aboutus_banner .dots {
  position: absolute;
  right: 25px;
  bottom: 52px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

#enterprise_aboutus .enterprise_aboutus_banner .dots .dot {
  margin: 0 3px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}

#enterprise_aboutus .enterprise_aboutus_banner .dots .dot.active {
  width: 25px;
  background: #fff;
}

#enterprise_aboutus .company_infor{
  width: 340px;
  margin: 1px auto 0;
  background-color: #fff;
  box-shadow: 0 1px 20px #e6e6e6;
  border-radius: 10px;
}

#enterprise_aboutus .company_infor .company_infor_upside{

  padding: 20px 0;
  padding-top:10px;
}

#enterprise_aboutus .company_infor .company_pic{
  float: left;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-left: 12px;
  margin-right: 17px;
}

#enterprise_aboutus .company_infor .cinfo{
  width: 100%;
}

#enterprise_aboutus .company_infor .cinfo span{
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #8b8b8b;
  line-height: 13px;
  margin-top: 14px;
  padding-left:5px;
}

#enterprise_aboutus .company_infor .cinfo span:first-child{
  font-size: 16px;
  color: #000;
  line-height: 16px;
  margin-top: 12px;
}

#enterprise_aboutus .company_infor .cinfo span:nth-child(2){
  color: #8b8b8b;
  font-size: 13px;
  line-height: 13px;
  margin-top: 9px;
  border-left:3px #FF0000 solid;
  padding-left:5px;
}

#enterprise_aboutus .company_infor .company_infor_lowerpart{
  line-height: 60px;
  display: flex;
  display: -webkit-flex;
}

#enterprise_aboutus .company_infor .company_infor_lowerpart div{
  flex: 1;
  -webkit-flex: 1;
}

#enterprise_aboutus .company_infor .company_infor_lowerpart div img{
  float: left;
  width: 18px;
  height: 22px;
  margin-right: 13px;
  margin-left: 38px;
  margin-top: 20px;
}

#enterprise_aboutus .company_infor .company_infor_lowerpart div span{
  font-size: 15px;
  color: #8B8B8B;
}


#enterprise_aboutus .enterprise_express {
  margin-top: 24px;
}

#enterprise_aboutus .enterprise_express .enterprise_express_title{
  line-height: 52px;
  display: block;
  background-color: #fff;
  padding: 0 18px;
  font-size: 15px;
  box-shadow: 0 0 10px #ccc;
}
/*
#enterprise_aboutus .company_intro_video{
  width: 355px;
  margin: 25px auto 0;
  border-radius: 13px;
  background-color: #fff;
  position: relative;
}

#enterprise_aboutus .company_intro_video .play{
  position: absolute;
  top: 10px;
  right: 19px;
  width: 57px;
  height: 57px;
}

#enterprise_aboutus .company_intro_video .play img{
  width: 100%;
  height: 100%;
  display: block;
}

#enterprise_aboutus .company_intro_video .intro{
  padding: 15px 20px 20px;
}

#enterprise_aboutus .company_intro_video .intro .clearBoth{
  line-height: 33px;
}

#enterprise_aboutus .company_intro_video .intro .clearBoth img{
  float: left;
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

#enterprise_aboutus .company_intro_video .intro .clearBoth .name{
  float: left;
  margin-left: 5px;
  font-size: 16px;
  color: #575757;
}

#enterprise_aboutus .company_intro_video .intro .clearBoth .official{
  float: left;
  margin-left: 8px;
  width: 28px;
  line-height: 12px;
  font-size: 10px;
  text-align: center;
  color: #B28850;
  border: 1px solid #B28850;
  border-radius: 12px;
  margin-top: 6px;
}

#enterprise_aboutus .company_intro_video .intro .dh_clamp{
  margin-top: 10px;
  font-size: 15px;
  color: #000;
  line-height: 23px;
} 

#enterprise_aboutus .company_intro_video .image{
  display: flex;
  display: -webkit-flex;
  padding: 0 10px;
}

#enterprise_aboutus .company_intro_video .image img{
  flex: 1;
  -webkit-flex: 1;
  width: 100%;
}

#enterprise_aboutus .company_intro_video .list{
  padding: 22px 11px;
}

#enterprise_aboutus .company_intro_video .list text{
  float: left;
  line-height: 19px;
  padding: 0 11px;
  border-radius: 19px;
  border: 1px solid #B28850;
  font-size: 10px;
  margin-left: 4px;
  color: #B28850;
}

#enterprise_aboutus .company_intro_video .list .active{
  color: #fff;
  background-color: #B28850;
}

#enterprise_aboutus .company_intro_video .enterprise_aboutus_time{
  line-height: 12px;
  padding: 0 13px;
}

#enterprise_aboutus .company_intro_video .enterprise_aboutus_time .time{
  float: left;
  font-size: 12px;
  color: #383838;
}

#enterprise_aboutus .company_intro_video .enterprise_aboutus_time .amount{
  float: right;
  width:32%;
}

#enterprise_aboutus .company_intro_video .enterprise_aboutus_time .amount img{
  float: left;
  width: 12px;
  height: 10px;
  margin-top: 1px;
}

#enterprise_aboutus .company_intro_video .enterprise_aboutus_time .amount span{
  float: left;
  margin-left: 4px;
  font-size: 12px;
  color: #383838;
}

#enterprise_aboutus .company_intro_video .enterprise_aboutus_address{
  line-height: 12px;
  padding: 13px 13px 4px;
}

#enterprise_aboutus .company_intro_video .enterprise_aboutus_address .address{
  float: left;
  width: 67%;
  overflow: hidden;
}

#enterprise_aboutus .company_intro_video .enterprise_aboutus_address img{
  float: left;
  width: 11px;
  height: 12px;
}

#enterprise_aboutus .company_intro_video .enterprise_aboutus_address .address text{
  float: left;
  font-size: 12px;
  color: #9BC883;
  margin-left: 4px;
  width: 90%;
}

#enterprise_aboutus .company_intro_video .enterprise_aboutus_address .amount{
  float: right;
  width: 32%;
}

#enterprise_aboutus .company_intro_video .enterprise_aboutus_address .amount img{
  float: left;
  width: 12px;
  height: 11px;
}

#enterprise_aboutus .company_intro_video .enterprise_aboutus_address .amount span{
  float: left;
  margin-left: 4px;
  font-size: 12px;
  color: #383838;
}*/