@charset "UTF-8";

.page-personne {
  padding: 0.54rem 0px 1.03rem;
  color: #333;
}
.page-personne-idea  {
  background:#FAFBFA;
  position: relative;
  margin-top: 0.35rem;
}
.page-personne-idea .page-text {
  padding:0.3rem 0.54rem;
  width: 40%;
}
.page-personne-idea .page-text dl dt {
  position: relative;
  padding-bottom: 0.1rem;
}
.page-personne-idea .page-text dl dd {
  padding-top: 0.35rem;
  width: 11em;
}
.page-personne-idea .page-text dl dt::before{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height:2px;
  width: 1.91667em;
  background: #66A22A;
  content: "";
}
.page-personne-idea .page-img {
  width: 47.69%;
}
.page-personne-idea .bg_container {
  padding-bottom: 66.667%;
}

@media only screen and (max-width:767px){
  .page-personne-idea .page-text { 
    width: 100%;
    padding: 0.5rem;
  }
  .page-personne-idea .page-img {
    width: 100%;
  }
}


/* page-personne-quality */
.page-personne-quality {
  margin-top: 0.38rem;
  background: #FAFBFA;
  padding: 0.33rem 0.1rem 0.53rem;
  color: #333;
}
.page-personne-quality .page-title {
  position: relative;
  padding-bottom: 0.1rem;
}
.page-personne-quality .page-title::before{
  position: absolute;
  left: 50%;
  bottom: 0px;
  height:2px;
  width: 1.91667em;
  background: #66A22A;
  content: "";
  margin-left: -0.958885em;
}
.page-personne-quality ul {
  margin: 0px -0.045rem;
  padding-top: 0.22rem;
}
.page-personne-quality ul li {
  display: inline-block;
  width: 16.66%;
  margin-top: 0.09rem;
}
.page-personne-quality ul li span {
  display: block;
  height: 100%;
  border: 1px solid #F0F0F0;
  background: #fff;
  margin:0px 0.045rem;
  padding:0.725em 0.5em;
}

@media only screen and (max-width:767px){
  .page-personne-quality ul li {
    width: 33.33%;
  }

}

.page-personne-condition {
  color: #333;
  margin-top: 0.45rem;
  background: #FAFBFA;
}
.page-personne-condition .page-text {
  padding: 0.2rem 0.68rem;
}
.page-personne-condition .page-text dl dd {
  padding-top: 0.19rem;
  line-height: 2.375;
  width: 100%;
}

@media only screen and (max-width:767px){
  .page-personne-condition .page-text {
    padding:0.5rem;
  }
}  


.page-cooperation .page-text-list ul li .page-text {
  padding-bottom: 0.07rem;
  padding-top: 0.13rem;
}
.page-cooperation .page-text-list ul li a::before {
  background: url(../images/jt04.png) no-repeat center center/100% 100%;
}
.page-cooperation .page-text-list ul li a:hover::before {
  background: url(../images/jt07.png) no-repeat center center/100% 100%;
}
.page-cooperation .page-text-list {
  padding-bottom: 0.56rem;
}


.page-detail-wrap .page-con {
  padding-bottom: 1.28rem;
}
.page-detail-wrap .page-con p {
  padding-bottom: 0px;
}


.personne-down {
  position: fixed;
  right: 0px;
  top:50%;
}
.personne-down  ul li {
  position: relative;
  margin: 0.275rem 0px;
  cursor: pointer;
}
.personne-down  ul li .page-tit {
  position: absolute;
  top:0px;
  right: -500%;
  height: 100%;
  color: #fff;
  background: #66A22A;
  line-height: 0.56rem;
  padding: 0px 0.21rem;
  white-space:nowrap;
}
.personne-down  ul li .page-tit img {
  margin-right: 0.1rem;
}
.personne-down  ul li .page-ico {
  border: 1px solid #66A22A;
  background: #fff;
  width: 0.56rem;
  height: 0.56rem;
}
.personne-down  ul li img {
  width: 16px;
}
.personne-down  ul li:hover .page-tit {
  right: 0px;
}

@media only screen and (max-width:767px){
  .personne-down  ul li .page-ico {
    width: 30px;
    height: 30px;
  }
  .personne-down  ul li img {
    width: 12px;
  }
  .page-cooperation .page-text-list ul li a::before {
    background: url(../images/jt001.png) no-repeat center center/100% 100%;
  }
  .page-cooperation .page-text-list ul li a:hover::before {
    background: url(../images/jt007.png) no-repeat center center/100% 100%;
  }
}





