.inbannerbox {
  position: relative;
}
.inbannerbox .bannerwrap {
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
}
.inbannerbox .bannerwrap .btn {
  position: absolute;
  top: -24px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}
.inbannerbox .bannerwrap .btn img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  opacity: .1;
}
.inbannerbox .bannerwrap .btn:hover {
  background: #00923f;
}
.inbannerbox .bannerwrap .btn:hover img {
  opacity: 1;
}
.inbannerbox .bannerwrap .prev_banner {
  left: -60px;
}
.inbannerbox .bannerwrap .next_banner {
  right: -60px;
}
.inbannerbox #inbannerSP {
  bottom: 15.4%;
}
.inbannerbox #inbannerSP .swiper-pagination-bullet {
  background: #fff;
}
.inbannerbox #inbannerSP .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: none;
}
.inbannerbox .swiper-slide {
  position: relative;
}
.inbannerbox .swiper-slide .wrap {
  padding-right: 84px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: right;
}
.inbannerbox .swiper-slide .wrap .tlbox {
  margin-bottom: 85px;
}
.inbannerbox .swiper-slide .wrap .st {
  font-size: 34px;
  color: #fff;
  margin-bottom: 20px;
}
.inbannerbox .swiper-slide .wrap .tl {
  font-size: 66px;
  color: #fefefe;
}
.inbannerbox .swiper-slide .wrap .pro {
  font-size: 23px;
  color: #7ec9be;
  margin-bottom: 28px;
}
.inbannerbox .swiper-slide .wrap .en {
  font-size: 11px;
  color: #7ec9be;
  line-height: 16px;
}
.inbannerbox .banner_mk {
    width:1400px;
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
     -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  padding: 20px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(168, 183, 174, 0.29);
     -moz-box-shadow: 0px 0px 29px 0px rgba(168, 183, 174, 0.29);
          box-shadow: 0px 0px 29px 0px rgba(168, 183, 174, 0.29);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.inbannerbox .banner_mk .box {
  float: left;
  width: 25%;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.inbannerbox .banner_mk .box .imgbox {
  width:200px;
  float: left;
  padding-left: 20px;
}
.inbannerbox .banner_mk .box .imgbox img{
  width:180px;
  height:125px;
}
.inbannerbox .banner_mk .box .text {
  position: absolute;
  right: 0;
  top: 0;
  width:130px;
  padding-right:15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
}
.inbannerbox .banner_mk .box .text span {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 20px;
  color: #444444;
  line-height: 36px;
}
.ind_a {
  background: #f6f6f6;
  padding-top: 150px;
  padding-bottom: 60px;
}
.ind_a .pagetitle {
  margin-bottom: 54px;
}
.ind_a .content .lei {
  margin-bottom: 30px;
}
.ind_a .content .lei .wbbox {
  line-height: 24px;
  margin-bottom: 25px;
  position: relative;
}
.ind_a .content .lei .wbbox .title {
  font-size: 24px;
  text-align: center;
  color: #00923f;
}
.ind_a .content .lei .wbbox a {
  font-size: 16px;
  color: #666666;
  position: absolute;
  right: 0;
  top: 0;
}
.ind_a .content .lei .swiperbox {
  position: relative;
}
.ind_a .content .lei .swiperbox .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(160, 160, 160, 0.54);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}
.ind_a .content .lei .swiperbox .btn img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  opacity: .3;
}
.ind_a .content .lei .swiperbox .btn:nth-child(1) {
  left: -85px;
}
.ind_a .content .lei .swiperbox .btn:nth-child(2) {
  right: -85px;
}
.ind_a .content .lei .swiperbox .btn:hover {
  background: #00923f;
}
.ind_a .content .lei .swiperbox .btn:hover img {
  opacity: 1;
}
.ind_a .content .lei .swiper-slide {
  cursor: pointer;
}
.ind_a .content .lei .swiper-slide .imgbox {
  overflow: hidden;
}
.ind_a .content .lei .swiper-slide .imgbox img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.ind_a .content .lei .swiper-slide .text {
  text-align: center;
  line-height: 40px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
  background-color: #708090;
  font-size: 16px;
  color: #fff;
  font-family: syht-r;
}
.ind_a .content .lei .swiper-slide:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ind_a .content .lei:last-child {
  margin-bottom: 0;
}
.ind_b {
  padding: 60px 0 90px;
  background: url(../img/ind_06.jpg) no-repeat center top;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
.ind_b .pagetitle {
  margin-bottom: 70px;
}
.ind_b .pagetitle .cn span {
  color: #f6f6f6;
}
.ind_b .pagetitle .en {
  color: rgba(255, 255, 255, 0.54);
}
.ind_b .top {
  margin-bottom: 72px;
  text-align: center;
}
.ind_b .top .title {
  font-size: 30px;
  margin-bottom: 25px;
  color: #f6f6f6;
}
.ind_b .top .textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 32px;
  color: #f6f6f6;
}
.ind_b .top .textbox span {
  display: block;
  text-align: left;
}
.ind_b .top .textbox .left {
  width: 380px;
  padding-left: 20px;
}
.ind_b .top .textbox .right {
  width: 380px;
  padding-left: 20px;
}
.ind_b .aboutimgwrap {
  background-color: rgba(139, 170, 182, 0.59);
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  border: solid 1px #8aaab4;
  padding: 4.5714% 5.5715%;
}
.ind_b .aboutimgwrap .left {
  width: 35.4267%;
  float: left;
  margin-right: 1.69085%;
  overflow: hidden;
  position: relative;
}
.ind_b .aboutimgwrap .left .bgimg {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.ind_b .aboutimgwrap .left .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ind_b .aboutimgwrap .left .mask .bfbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ind_b .aboutimgwrap .left .mask .bfbtn .imgbox {
  width: 70px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #00923f61;
  margin: 0 auto 20px;
}
.ind_b .aboutimgwrap .left .mask .bfbtn .text {
  font-size: 16px;
  color: #f6f6f6;
  text-align: center;
}
.ind_b .aboutimgwrap .center {
  width: 25.7649%;
  float: left;
  margin-right: 1.69085%;
  overflow: hidden;
}
.ind_b .aboutimgwrap .center img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.ind_b .aboutimgwrap .rt {
  float: left;
  width: 35.4267%;
}
.ind_b .aboutimgwrap .rt .box {
  overflow: hidden;
}
.ind_b .aboutimgwrap .rt .box img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.ind_b .aboutimgwrap .rt .tbox {
  margin-bottom: 4.5454%;
}
.ind_b .moreBtn {
  margin: 0 auto;
  width: 300px;
  height: 60px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 58px;
  cursor: pointer;
}
.ind_b .moreBtn span {
  color: #fff;
  padding-right: 73px;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_b .moreBtn span::after {
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_b .moreBtn:hover {
  border-color: #00923f;
}
.ind_b .moreBtn:hover span {
  color: #00923f;
}
.ind_b .moreBtn:hover span::after {
  right: -8px;
  background: #00923f;
}
.ind_c {
  background: url(../img/ind_12.png) no-repeat center top;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  padding: 60px 0 7.2916%;
}
.ind_c .pagetitle {
  margin-bottom: 50px;
}
.ind_c .box {
  width: 50%;
  float: left;
  padding: 75px 0 0 50px;
  height: 406px;
}
.ind_c .box .title {
  font-size: 22px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: bold;
}
.ind_c .box .addrbox {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 67px;
}
.ind_c .box .info {
  color: #444444;
  font-size: 22px;
  font-weight: bold;
}
.ind_c .left {
  background: url(../img/ind_13.png) no-repeat center top / cover;
}
.ind_c .right {
  background: url(../img/ind_11.jpg) no-repeat center top / cover;
}
.ind_c .right .title,
.ind_c .right .addrbox,
.ind_c .right .info {
  color: #ffffff;
}
.ind_c .right .addrbox .le {
  margin-right: 80px;
}
@media (max-width: 1440px) {
    .inbannerbox .banner_mk .box .text {
        width:100px;
        padding-right:0;
    }

  .inbannerbox .swiper-slide .wrap .st {
    font-size: 28px;
  }
  .inbannerbox .swiper-slide .wrap .tl {
    font-size: 54px;
  }
  .inbannerbox .swiper-slide .wrap .tlbox {
    margin-bottom: 60px;
  }
  .inbannerbox .swiper-slide .wrap .pro {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .inbannerbox .banner_mk {      
    width:1200px;
    padding: 20px 0;
  }
  .inbannerbox .banner_mk .box .text span {
    font-size: 16px;
    line-height: 32px;
  }
  .ind_a {
    padding-top: 130px;
  }
  .ind_a .content .lei .wbbox .title {
    font-size: 20px;
  }
  .ind_a .content .lei .swiperbox .btn {
    z-index: 20;
  }
  .ind_a .content .lei .swiperbox .btn:nth-child(1) {
    left: -25px;
  }
  .ind_a .content .lei .swiperbox .btn:nth-child(2) {
    right: -25px;
  }
  .ind_a .content .lei .swiper-slide .text {
    line-height: 40px;
    height: 40px;
  }
  .ind_b {
    padding-top: 60px 0;
  }
  .ind_b .pagetitle {
    margin-bottom: 60px;
  }
  .ind_b .top .title {
    font-size: 26px;
  }
  .ind_b .top .textbox {
    font-size: 16px;
  }
  .ind_c {
    padding: 60px 0;
  }
  .ind_c .box .title {
    font-size: 20px;
  }
  .ind_c .box .addrbox {
    font-size: 18px;
  }
  .ind_c .box .info {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
    .inbannerbox .banner_mk {
        width: 1100px;
    }
    .inbannerbox .banner_mk .box .text {
        width:90px;
        padding-right:0;
    }
    .inbannerbox .banner_mk {
  padding: 10px 0;
}
.inbannerbox .banner_mk .box .imgbox {
  padding-left: 10px;
}
  .inbannerbox .swiper-slide .wrap .st {
    font-size: 18px;
  }
  .inbannerbox .swiper-slide .wrap .tl {
    font-size: 36px;
  }
  .inbannerbox .swiper-slide .wrap .tlbox {
    margin-bottom: 50px;
  }
  .inbannerbox .swiper-slide .wrap .pro {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ind_a .pagetitle {
    margin-bottom: 40px;
  }
  .ind_b .pagetitle {
    margin-bottom: 40px;
  }
  .ind_b .top .title {
    font-size: 20px;
  }
  .ind_b .top .textbox {
    font-size: 16px;
  }
  .ind_b .aboutimgwrap {
    margin-bottom: 70px;
  }
  .ind_c .box {
    height: 360px;
  }
  .ind_c .box .title {
    font-size: 18px;
  }
  .ind_c .box .addrbox {
    font-size: 16px;
    line-height: 32px;
  }
  .ind_c .box .info {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .inbannerbox .bannerwrap .btn {
    display: none;
  }
  .inbannerbox .swiper-slide .wrap {
    padding-right: 0;
  }
  .inbannerbox .banner_mk .box .text span {
    font-size: 14px;
    line-height: 28px;
  }
  .ind_a {
    padding-top: 120px;
  }
  .ind_a .content .lei .wbbox {
    margin-bottom: 20px;
  }
  .ind_a .content .lei .wbbox .title {
    font-size: 16px;
  }
  .ind_a .content .lei .wbbox a {
    font-size: 14px;
  }
  .ind_a .content .lei .swiper-slide .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .inbannerbox #inbannerSP {
    bottom: 20px;
  }
  .inbannerbox .swiper-slide .wrap .tlbox {
    margin-bottom: 20px;
  }
  .inbannerbox .swiper-slide .wrap .st {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .inbannerbox .swiper-slide .wrap .tl {
    font-size: 16px;
  }
  .inbannerbox .swiper-slide .wrap .pro {
    font-size: 12px;
  }
  .inbannerbox .banner_mk {
    display: none;
  }
  .ind_a {
    padding: 60px 0;
  }
  .ind_a .content .lei .swiperbox .btn {
    display: none;
  }
  .ind_b {
    padding: 60px 0;
  }
  .ind_b .top {
    margin-bottom: 40px;
  }
  .ind_b .top .title {
    font-size: 16px;
    line-height: 26px;
  }
  .ind_b .top .textbox {
    display: block;
    font-size: 14px;
    line-height: 26px;
  }
  .ind_b .top .textbox .left {
    width: 100%;
    padding-left: 0;
  }
  .ind_b .aboutimgwrap {
    margin-bottom: 40px;
  }
  .ind_b .aboutimgwrap .left {
    width: 100%;
    margin: 0 ;
  }
  .ind_b .aboutimgwrap .left .mask .bfbtn .imgbox {
    width: 44px;
  }
  .ind_b .aboutimgwrap .center {
    width: 100%;
    display: none;
  }
  .ind_b .aboutimgwrap .rt {
    display: none;
  }
  .ind_b .moreBtn {
    height: 40px;
    line-height: 38px;
  }
  .ind_b .moreBtn span {
    font-size: 16px;
  }
  .ind_c {
    padding: 60px 0;
  }
  .ind_c .box {
    width: 100%;
    padding: 30px 20px;
    height: auto;
  }
  .ind_c .box .title {
    font-size: 16px;
  }
  .ind_c .box .addrbox {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .ind_c .box .info {
    font-size: 16px;
    line-height: 28px;
  }
}
