/*企业文化*/
.main.about {
  position: relative;
  z-index: 1;
}
.main.about .box1 {
  position: relative;
  z-index: 1;
  height: 100vh;
  padding: 9.3vh 0 2rem;
}
.main.about .box1 .tit2 {
  color: #393939;
  margin-bottom: 6.25vh;
}
.main.about .box1 .left-nav {
  width: 330px;
}
.main.about .box1 .left-nav .li {
  color: #393939;
  display: block;
  margin-bottom: 7.2vh;
  line-height: 1;
  -webkit-transition: color .3s ease,marginBottom .3s ease;
          transition: color .3s ease,marginBottom .3s ease;
}
.main.about .box1 .left-nav .li:hover, .main.about .box1 .left-nav .li.cur {
  color: #008b3f;
}
.main.about .box1 .left-nav .downbtn-bottom {
  cursor: pointer;
}
.main.about .box1 .left-nav .downbtn-bottom img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}
.main.about .box1 .left-nav .downbtn-CEO {
  cursor: pointer;
}
.main.about .box1 .left-nav .downbtn-CEO img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}
.main.about .box1 .rightbox {
  width: calc(100% - 330px);
  padding-left: 2.25rem;
  /*height:65vh;
  overflow-y:auto;*/
  border-left: 1px solid #ececec;
  position:relative;
}
.main.about .box1 .rightbox:before{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100px;
  z-index:2;
  background:linear-gradient(to top,#fff,rgba(255,255,255,0));
}
.main.about .box1 .rightbox .p {
  line-height: 2;
}
.main.about .box1 .rightbox .list-item {
  height: 65vh;
}
.main.about .box1 .rightbox .li-item {
  margin-bottom: 1.5rem;
}
.main.about .box1 .rightbox .ul .li {
  width: 19.2%;
  border-right: 1px solid #f2f2f2;
}
.main.about .box1 .rightbox .ul .li:last-child {
  border-right: none;
}
.main.about .box1 .rightbox .ul .su {
  font-family: "DINCOND-BOLD";
  color: #393939;
  line-height: 1.5;
  text-align: center;
}
.main.about .box1 .rightbox .ul .sp {
  color: #393939;
  line-height: 1.2;
  text-align: center;
}
.main.about .box1 .rightbox .ul .li2 {
  width: 35.2%;
}
.main.about .box1 .rightbox .ul .li3 {
  width: 26.2%;
}
.main.about .box2 {
  background: url(../img/img46.jpg) no-repeat center center;
  background-size: cover;
}
.main.about .box2 .leftbox {
  width: 42%;
}
.main.about .box2 .leftbox .tit2 {
  margin-bottom: 1.25rem;
}
.main.about .box2 .leftbox .tit4 {
  color: #3ee186;
  line-height: 2;
}
.main.about .box2 .leftbox .sp {
  margin-right: .5rem;
  line-height: 1.2;
}
.main.about .box2 .leftbox .text {
  margin-top: 1.35rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  padding: .25rem 1.5rem;
  display: inline-block;
  position: relative;
}
.main.about .box2 .leftbox .text .img3{
  position:absolute;
  width:150%;
  height:150%;
  left:15%;
  top:20%;
  z-index:1;
}
.main.about .box2 .leftbox .text .img1, .main.about .box2 .leftbox .text .img2 {
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 1;
}
.main.about .box2 .leftbox .text .img1 {
  left: 0;
  top: 0;
}
.main.about .box2 .leftbox .text .img2 {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.main.about .box2 .rightbox {
  width: 43%;
  position:relative;
}
.main.about .box2 .rightbox img {
  max-width: 100%;
}
.main.about .box2 .rightbox .img1{
  position:absolute;
  width:100%;
  height:100%;
  bottom:0;
  left:0;
}
.main.about .box3 {
  padding: 2rem 0 5.25rem;
}
.main.about .box3 .tit2 {
  line-height: 1.5; font-size: 28px;
  margin-bottom: 1.25rem;
}
.main.about .box3 .title {
  position: relative;
  margin-bottom: 3.5rem;
  z-index: 1;
}
.main.about .box3 .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
  height: 1px;
  width: 100%;
  background: #ececec;
  z-index: 1;
}
.main.about .box3 .title span {
  padding-right: 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.main.about .box3 .honor {
  position: relative;
  margin-bottom: 3rem;
  overflow-y: hidden;
}
.main.about .box3 .honor .honor-img {
  padding-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.main.about .box3 .honor .honor-img .swiper-pagination {
  bottom: 0;
}
.main.about .box3 .honor .honor-img .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #b9cfc3;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}
.main.about .box3 .honor .honor-img .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008c3f;
}
.main.about .box3 .honor .honor-img .img {
  overflow: hidden;
}
.main.about .box3 .honor .honor-img p {
  color: #393939;
  margin-top: .5rem;
  text-align: center;
}
.main.about .box3 .honor .honor-img img {
  max-width: 100%;
}
.main.about .box3 .warp-timebox {
  padding: 0 2.25rem;
  margin-bottom: 3.75rem;
}
.main.about .box3 .warp-timebox .swiper-slide {
  color: #888;
  text-align: center;
  position: relative;
  padding-bottom: 0px;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
  cursor: pointer;
}
.main.about .box3 .warp-timebox .swiper-slide:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 9px;
  bottom: 0;
  left: calc(50% - 13.5px);
  background: url(../img/img16.png) no-repeat center center;
  background-size: 27px 9px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
}
.main.about .box3 .warp-timebox .swiper-slide.cur {
  color: #008c3f;
}
.main.about .box3 .warp-timebox .swiper-slide.cur:before {
  opacity: 1;
}
.main.about .box3 .warp-timebox .swiper-button-prev, .main.about .box3 .warp-timebox .swiper-button-next {
  background-image: none !important;
  margin-top: 0;
  top: calc(50% - 6px);
}
.main.about .box3 .warp-timebox .swiper-button-prev {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #008c3f;
}
.main.about .box3 .warp-timebox .swiper-button-next {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #008c3f;
}
.main.about .box3 .history-list {
  position: relative;
  z-index: 1;
}
.main.about .box3 .leftbox {
  width: 175px;
  border-right: 1px solid #ececec;
}
.main.about .box3 .leftbox .li {
  color: #393939;
  margin-bottom: 2.5rem;
  cursor: pointer;
  -webkit-transition: color .5s ease;
          transition: color .5s ease;
}
.main.about .box3 .leftbox .li:hover, .main.about .box3 .leftbox .li.cur {
  color: #008b3f;
}
.main.about .box3 .rightajax {
  width: calc(100% - 175px);
  padding-left: 1.75rem;
}
.main.about .box3 .rightbox {
  position: relative;
  z-index: 2;
}
.main.about .box3 .rightbox .col1 {
  color: #393939;
}
.main.about .box3 .rightbox .tit3 {
  margin-bottom: .8rem;
}
.main.about .box3 .rightbox .item {
  margin-bottom: .8rem;
}
.main.about .box3 .rightbox .item:last-child {
  margin-bottom: .8rem;
}
.main.about .box4 {
  padding: 2rem 0 2.25rem;
  background: #e7f6ee;
}
.main.about .box4 .parkimg {
  margin-top: 1.25rem;
  padding-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
}
.main.about .box4 .parkimg .swiper-pagination {
  bottom: 0;
}
.main.about .box4 .parkimg .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #b9cfc3;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}
.main.about .box4 .parkimg .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008c3f;
}
.main.about .box4 .parkimg .img {
  overflow: hidden;
}
.main.about .box4 .parkimg p {
  color: #393939;
  margin-top: .5rem;
  text-align: center;
}
.main.about .box4 .parkimg img {
  max-width: 100%;
}
.main.about .box5 {
  position: relative;
  z-index: 1;
  height: auto;
  padding: 9.3vh 0 10.4vh;
}
.main.about .box5 .tit2 {
  color: #393939;
  margin-bottom: 6.25vh;
}
.main.about .box5 .left-nav {
  width: 330px;
}
.main.about .box5 .left-nav .li {
  color: #393939;
  display: block;
  margin-bottom: 7.2vh;
  line-height: 1;
  -webkit-transition: color .3s ease,marginBottom .3s ease;
          transition: color .3s ease,marginBottom .3s ease;
}
.main.about .box5 .left-nav .li:hover, .main.about .box5 .left-nav .li.cur {
  color: #008b3f;
}
.main.about .box5 .left-nav .downbtn-bottom {
  cursor: pointer;
}
.main.about .box5 .left-nav .downbtn-bottom img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}
.main.about .box5 .rightbox {
  width: calc(100% - 330px);
  padding-left: 2.25rem;
  border-left: 1px solid #ececec;
}
.main.about .box5 .rightbox .list-item {
  height: 65vh;
}
.main.about .box5 .rightbox .p {
  line-height: 2;
}
.main.about .box5 .rightbox .li-item {
  margin-bottom: 1.5rem;
}
.main.about .box5 .rightbox:-webkit-scrollbar {
  display: none;
}

.about .box1 .mCSB_outside + .mCSB_scrollTools {
  right: -14px;
}
.about .box5 .mCSB_outside + .mCSB_scrollTools {
  right: -14px;
}
.about .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}
.about .mCSB_scrollTools {
  width: 6px;
}
.about.main .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
  background-color: #008b3f !important;
}
.about.main .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
  background-color:#008b3f !important;
}
.about .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #e5e5e5 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 0;
}
.about .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #008b3f !important;
  border-radius: 0;
}

.slimscroll {
  height: 100vh !important;
}
.tit-60 {
  font-size:60px;
  line-height: 1.6;
}

.tit-16 {
    font-size: 15px;
    line-height: 1.6;
  }
  
.tit-18 {
    font-size: 18px;
    line-height: 1.6;
}

.tit-24 {
    font-size: 24px;
    line-height: 1.6;
}
  
.col-666 {
  color: #666;
}

.fl10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.por {
    position: relative;
}

.ovh {
    overflow: hidden;
}






 @media screen and (max-width:767px) {
.main.about .box3 .honor .honor-img p{font-size: 15px;}
.main.about .box3 .warp-timebox .swiper-slide{width: 20% !important;}


}





.rightajax{display: none;}
.rightajax.active{display: block;}



