
.inves-about {
  padding: 50px 0 0;
  border-top: 1px solid #006E63;
}

.inv-aboutt {
  margin-bottom: 8px;
}

.inv-aboutt h3 {
  font-size: 16px;
  font-weight: bold;
  color: #009944;
}

.inv-aboutcont .left-text {
  float: left;
  width: 40%;
  font-size: 22px;
  font-weight: bold;
  color: #00736d;
  line-height:1.5;
}

.inv-aboutcont .right-text {
  float: right;
  width: 54%;
}

.inv-aboutcont .right-text p {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 2.5;
}

.aboutcont-list {
  margin: 80px 0 90px;
}

.aboutcont-list ul {
  display: flex;
  justify-content: space-between;
}

.aboutcont-list .imgshow {
  width: 245px;
  height: 245px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 9px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.aboutcont-list .imgshow img {
  width: 100%;
}

.aboutcont-list .imgshow:before, .aboutcont-list .imgshow:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 2px solid #46866C;
  border-color: transparent #46866C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.aboutcont-list .imgshow:hover:before, .aboutcont-list .imgshow:hover:after {
  border-width: 10px;
}

.aboutcont-list .imgshow:hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.aboutcont-list .imgshow:hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.aboutcont-list .imgshow:hover .h-text {
  opacity: 1;
  visibility: visible;
}

.aboutcont-list .imgshow:hover .text {
  opacity: 0;
  visibility: hidden;
}

.aboutcont-list .h-text {
  font-size: 21px;
  font-weight: 400;
  color: #FCFBFB;
  text-transform: uppercase;
  position: absolute;
  background-color: rgba(48, 120, 91, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.aboutcont-list .h-text p {
  line-height: 38px;
}

.aboutcont-list .text {
  font-size: 57px;
  font-weight: 700;
  color: #FEFEFE;
  text-transform: uppercase;
  position: absolute;
  width: 245px;
  height: 245px;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin: -122.5px 0 0 -122.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-align: center;
  text-shadow: 0px 6px 2px rgba(10, 27, 68, 0.25);
  line-height: 1.2;
}

.inves-pdf {
  background: url("../images/newsadd/leaf.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 88px 0;
}

.in-pdfcont {
  justify-content: space-between;
  display: flex;
}

.in-pdfcont .pdf-spage {
  position: absolute;
  top: 35px;
  left: 10px;
}

.in-pdfcont .pdf-spage .swiper-button-next, .in-pdfcont .pdf-spage .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-size: 100%;
  position: relative;
  top: 0;
  margin-top: 0;
  margin: 5px;
}

.in-pdfcont .pdf-spage .swiper-button-next {
  background-image: url("../images/newsadd/down-arrow.png");
  right: 0;
}

.in-pdfcont .pdf-spage .swiper-button-prev {
  background-image: url("../images/newsadd/up-arrow.png");
  left: 0;
}

.in-pdfcont .pdf-spage .swiper-pagination {
  position: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.in-pdfcont .pdf-spage .swiper-pagination-bullet {
  opacity: 0.2;
  background-color: #FFF;
  margin: 5px 0;
}

.in-pdfcont .pdf-spage .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #FFF;
}

.in-pdfcont .pdf-swiper {
  flex-shrink: 0;
  width: 46%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}

.in-pdfcont .pdf-swiper .imgshow {
  padding: 24px 128px 110px;
  position: relative;
}

.in-pdfcont .pdf-swiper .imgshow img {
  width: 100%;
}

.in-pdfcont .pdf-swiper .text {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  color: #FFFFFF;
  height:76px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height:38px;
  padding:0 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-overflow:-o-ellipsis-lastline;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	line-clamp:2;
	-webkit-box-orient:vertical;
}

.in-pdfcont .pdf-text {
  flex-shrink: 0;
  color: #FFFFFF;
  width: 51.5%;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.in-pdfcont .pdf-text .text-p {
    
    line-height:1.2;
  font-size: 16px;
}
.in-pdfcont .pdf-text .text-p p{line-height:1.2;margin-bottom:10px;}
.in-pdfcont .pdf-text .text-p a {
  font-size: 12px;
  color: #FFF;
  word-break: break-all;
}

.in-pdfcont .pdf-text dd {
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 22px 0;
  margin-top: 9px;
  display: flex;
}

.in-pdfcont .pdf-text dd label {
  width: 50%;
  flex-shrink: 0;
  padding: 0 16px;
  box-sizing: border-box;
}

.inves-map {
  margin: 0 0 100px;
}

.inves-map .imap-tt {
  margin: 100px 0 45px;
  font-size: 28px;
  font-weight: bold;
  color: #434343;
  text-align: center;
}

.inves-map .imgshow {
  text-align: center;
}

.inves-map .imgshow img {
  max-width: 100%;
}

.inves-core {
  background-color: #f7fafa;
  padding: 1px 0 60px;
}

.inves-core .icore-tt {
  margin: 70px 0 45px;
  font-size: 28px;
  font-weight: bold;
  color: #434343;
}
.icore-swiper{margin:0 -10px;}
.icore-swiper .swiper-container{padding:10px;box-sizing:border-box;}
.icore-swiper .swiper-slide {
  box-shadow: 0px 1px 5px 0px rgba(10, 27, 68, 0.1);
  background-color: #FFF;
  height: initial;
  transition: all 0.6s;
}
.icore-swiper .swiper-slide:hover{
	box-shadow: 0px 1px 10px 0px rgba(10, 27, 68, 0.2);
}
.icore-swiper .swiper-slide .imgshow a{display:block;overflow:hidden;}
.icore-swiper .swiper-slide img {
    transition: all 0.6s;
    transform: scale(1);
  width: 100%;
}
.icore-swiper .swiper-slide a:hover img{transform:scale(1.1);}
.icore-swiper .text {
  margin: -70px 20px 0;
  z-index: 3;
  background-color: #FFF;
  position: relative;
  padding: 18px 14px;
}

.icore-swiper .swiper-wrapper {
  padding: 5px;
}

.icore-swiper .c-tt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  align-items: center;
}

.icore-swiper .c-tt a {
  display: flex;
  color: #434343;
  align-items: center;
  line-height: 1.5;
}

.icore-swiper .c-tt em {
  width: 40px;
  height: 35px;
  flex-shrink: 0;
  background-color: #17a4a7;
  color: #FFF;
  display: block;
  text-align: center;
  line-height: 35px;
  margin-right: 8px;
}

.icore-swiper .text-p {
  font-size: 12px;
  color: #777;
}

.icore-swiper .text-p p {
  line-height: 1.8;
}

.icore-swiper .icore-spage {
  margin: 35px 0 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icore-swiper .icore-spage .swiper-button-next, .icore-swiper .icore-spage .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-size: 100%;
  position: relative;
  top: 0;
  margin-top: 0;
  margin: 0 5px;
  box-sizing: border-box;
  border: 2px solid #55af3e;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}

.icore-swiper .icore-spage .swiper-button-next .iconfont, .icore-swiper .icore-spage .swiper-button-prev .iconfont {
  color: #55af3e;
  font-size: 16px;
}

.icore-swiper .icore-spage .swiper-button-next {
  background-image: url("../images/newsadd/down-arrow.png");
  right: 0;
}

.icore-swiper .icore-spage .swiper-button-prev {
  background-image: url("../images/newsadd/up-arrow.png");
  left: 0;
}

.icore-swiper .icore-spage .swiper-pagination {
  position: initial;
  display: flex;
  align-items: center;
}

.icore-swiper .icore-spage .swiper-pagination-bullet {
  opacity: 0.2;
  background-color: #55af3e;
  margin: 0 5px;
}

.icore-swiper .icore-spage .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #55af3e;
}

.inves-lx {
  margin: 65px 0 60px;
}

.inves-lx ul {
  display: flex;
  justify-content: space-between;
}

.inves-lx ul li {
  background-color: #F7FAFA;
  width: 32%;
  flex-shrink: 0;
}

.inves-lx .t-item {
  padding: 30px 40px 20px;
}

.inves-lx .icon {
  display: block;
  text-align: center;
}

.inves-lx label {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #3E3A39;
  text-align: center;
  margin: 15px 0 24px;
}

.inves-lx p {
  text-align: center;
  font-size: 16px;
  color: #959595;
  line-height: 1.5;
}

.inves-lx p a {
  color: #959595;
}

.inves-lx p a:hover {
  color: #006E63;
}

@media only screen and (max-width: 1466px) {
  .aboutcont-list .imgshow, .aboutcont-list .text {
    width: 230px;
    height: 230px;
  }
  .aboutcont-list .text {
    font-size: 40px;
    margin: -115px 0 0 -115px;
  }
  .in-pdfcont .pdf-text dd {
    font-size: 18px;
    padding: 16px 0;
  }
  .in-pdfcont .pdf-swiper .text {
    font-size: 20px;
  }
  .inves-lx .t-item {
    padding: 20px;
  }
  .inves-lx p {
    font-size: 16px;
  }
  .inves-lx label {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1000px) {
  .inv-aboutcont .left-text, .inv-aboutcont .right-text {
    width: 100%;
  }
  .inv-aboutcont .left-text {
    font-size: 24px;
  }
  .inv-aboutcont .right-text {
    margin-top: 12px;
  }
  .aboutcont-list .imgshow, .aboutcont-list .text {
    width: 160px;
    height: 160px;
    
  }
  .aboutcont-list ul {
    overflow: hidden;
    display: block;
  }
  .aboutcont-list ul li {
    width: 50%;
    float: left;
    
  }
  .aboutcont-list .text {
    font-size: 30px;
    margin: -80px 0 0 -80px;
    font-size:24px;
  }
  .aboutcont-list .h-text {
    font-size: 14px;
  }
  .aboutcont-list .h-text p {
    line-height: 20px;
  }
  .aboutcont-list {
    margin: 30px 0;
  }
  .in-pdfcont .pdf-swiper {
    margin-bottom: 20px;
  }
  .in-pdfcont .pdf-swiper, .in-pdfcont .pdf-text {
    width: 100%;
  }
  .in-pdfcont {
    display: block;
  }
  .in-pdfcont .pdf-swiper .imgshow {
    padding: 20px 50px 20px;
  }
  .in-pdfcont .pdf-swiper .text {
    font-size: 14px;
  }
  .inves-pdf {
    padding: 40px 0;
  }
  .inves-map .imap-tt {
    font-size: 24px;
    margin: 40px 0;
  }
  .inves-map {
    margin-bottom: 40px;
  }
  .inves-core .icore-tt {
    font-size: 24px;
    margin: 40px 0;
    text-align: center;
  }
  .inves-core {
    padding-bottom: 1px;
  }
  .inves-lx ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .inves-lx ul {
    display: block;
  }
  .inves-lx {
    margin: 30px 0;
  }
}
