.index-container {
  width: 100%
}
.index-container .green {
  color: #9bc319 !important
}
.index-container .top-nav-m {
  display: none
}
.index-container .top-nav {
  height: 120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding-top: 40px
}
.index-container .top-nav .top-nav-notice {
  width: 100%;
  height: 46px;
  position: absolute;
  top: 0;
  background: #9bc319;
  left: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 46px;
  font-weight: 500
}
.index-container .top-nav .logo { height: 48px}
.index-container .top-nav .logo > img {height: 100%; width: auto}
.index-container .top-nav .nav-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
	margin-left: 10px;
}
.index-container .top-nav .nav-list > li {
  font-size: 20px;
  line-height: 13px;
  color: #fff;
  margin-right: 25px;
  cursor: pointer;
  font-weight: 500
}
.index-container .top-nav .nav-list > li:last-child {
  margin-right: 0
}
.index-container .top-nav .nav-list .active a, .index-container .top-nav .nav-list > li a:hover {
  color: #9bc319;
  font-weight: 700
}
@media only screen and (max-width:1200px) {
  .index-container .top-nav .nav-list > li {
    margin-right: 15px
  }
}
.index-container .top-nav .nav-list > li a { color: #fff; text-decoration: none; white-space: nowrap}
.part-swiper { width: 100%; height: 760px;}
.part-swiper .top-swiper { background: url("../images/banner-img1.jpg") no-repeat 50%; background-size: cover; width: 100%; height: 100%; position: relative; cursor: pointer}
.part-swiper .top-swiper .top-swiper-text {
  color: #fff;
  position: absolute;
  bottom: 50px;
  font-size: 48px;
  width: 100%;
  text-align: center;
  font-weight: 700
}
.part-swiper .top-swiper2 {
  background: url(../images/swiper1.5ae6507e.jpg) no-repeat 50%;
  background-size: cover
}
.part-swiper .top-swiper3 {
  background: url(../images/swiper2.fc1fe966.jpg) no-repeat 50%;
  background-size: cover
}
.part-swiper .el-carousel, .part-swiper .el-carousel__container {
  height: 100%
}
.part-swiper .el-carousel .el-carousel__indicator--horizontal, .part-swiper .el-carousel__container .el-carousel__indicator--horizontal {
  padding: 12px 8px 20px
}
.part-swiper .el-carousel .el-carousel__indicator, .part-swiper .el-carousel .el-carousel__indicators, .part-swiper .el-carousel__container .el-carousel__indicator, .part-swiper .el-carousel__container .el-carousel__indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}
.part-swiper .el-carousel .el-carousel__indicator .el-carousel__button, .part-swiper .el-carousel__container .el-carousel__indicator .el-carousel__button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1
}
.part-swiper .el-carousel .el-carousel__indicator.is-active button, .part-swiper .el-carousel__container .el-carousel__indicator.is-active button {
  width: 14px;
  height: 14px;
  background-color: #9bc319
}
@media only screen and (max-width:1200px) {
  .part-swiper .top-swiper .top-swiper-text {
    font-size: 50px;
    font-size: 38px
  }
}
.part-populars {
  margin: auto;
  padding: 0 60px;
  box-sizing: border-box;
  width: 100%
}
.part-populars .popular-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}
.part-populars .popular-lis {
  padding: 0 10px;
  width: 33.33%;
  height: 260px;
  margin-bottom: 20px
}
.part-populars .popular-items {
  position: relative;
  padding: 20px 20px 20px 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer
}
.part-populars .popular-items:hover .popular-wrap {
  transform: translate(0)
}
.part-populars .popular-items:hover .popular-title {
  opacity: 0;
  -khtml-opacity: 0;
  visibility: hidden;
  z-index: 0;
  transform: translate(-5px)
}
.part-populars .popular-items:hover .popular-textwrap {
  opacity: 1;
  -khtml-opacity: 1;
  transform: translate(0);
  visibility: visible
}
.part-populars .popular-items .popular-wrap {
  transition: all .6s ease;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transform: translate(-10px);
  width: calc(100% + 10px)
}
.part-populars .popular-items .popular-pics {
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover
}

.part-populars .popular-items .popular-title {
  color: #fff;
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 2;
  transition: all .4s ease;
  font-weight: 600
}
.part-populars .popular-items .popular-textwrap {
  background: linear-gradient(270deg, #78cab7 0, hsla(0, 0%, 100%, 0));
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px 10px 40px 20px;
  color: #fff;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  z-index: 1;
  transition: all .4s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0;
  visibility: hidden;
  transform: translate(-30px)
}
.part-populars .popular-items .hpcglItemTextInner {
  max-width: calc(100% - 20px);
  font-size: 16px;
  line-height: 22px;
  color: #fff
}
.part-populars .popular-items .hpcglItemTextInner .hpcglItemTitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 13px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.part-populars .popular-items .hpcglItemTextInner .hpcglItemDesc {
  height: 110px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  font-weight: 500
}
.part-populars .popular-items .hpcglItemTextInner .hpcglItemBtnsWrap {
  display: flex;
  margin: 17px 0 0 0;
  font-size: 16px;
  line-height: 22px
}
.part-populars .popular-items .hpcglItemTextInner .hpcglItemBtnsWrap .hpcglItemBtns {
  margin: 0 28px 0 0;
  padding: 0 0 7px 0;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  font-weight: 700
}
.part-populars .popular-items .hpcglItemTextInner .hpcglItemBtnsWrap .hpcglItemBtns:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .2s ease
}
.part-populars .whole-popular-lis {
  padding: 0 10px;
  width: 100%;
  height: 260px;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all .6s ease;
  cursor: pointer
}
.part-populars .whole-popular-lis .whole-popular-items, .part-populars .whole-popular-lis .whole-popular-wrap {
  width: 100%;
  height: 100%;
  transition: all .6s ease;
  overflow: hidden
}
.part-populars .whole-popular-lis .whole-popular-items > img, .part-populars .whole-popular-lis .whole-popular-wrap > img {
  width: 100%;
  height: 100%
}
.part-populars .whole-popular-lis .whole-popular-centers {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
  width: 100%;
  z-index: 2;
  transition: all .4s ease;
  font-weight: 500
}
@media only screen and (max-width:1200px) {
  .part-populars .whole-popular-lis .whole-popular-items, .part-populars .whole-popular-lis .whole-popular-wrap {
    position: relative
  }
  .part-populars .whole-popular-lis .whole-popular-items > img, .part-populars .whole-popular-lis .whole-popular-wrap > img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
}
.part-sellers .sellers-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  width: 100%;
	flex-wrap: wrap
}
.part-sellers .sellers-lists .sellers-li-wrap {
  width: 33.3%;
  padding: 0 10px
}
.part-sellers .sellers-lists .sellers-li-wrap .sellers-items {
  width: 100%;
  margin-right: 20px;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer
}
.part-sellers .sellers-lists .sellers-li-wrap .sellers-items:hover .sellers-pics > img {
  transform: scale(1.1)
}
.part-sellers .sellers-lists .sellers-li-wrap .sellers-items:hover .sellers-descs, .part-sellers .sellers-lists .sellers-li-wrap .sellers-items:hover .sellers-titles {
  color: #5f9100
}
.part-sellers .sellers-lists .sellers-li-wrap .sellers-items:hover .sellers-btns {
  background: #5f9100
}
.part-sellers .sellers-lists .sellers-li-wrap .sellers-items:last-child {
  margin-right: 0
}
.part-sellers .sellers-lists .sellers-li-wrap .sellers-items .sellers-pics {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 10px
}
.part-sellers .sellers-lists .sellers-li-wrap .sellers-items .sellers-pics > img {
  width: 100%;
  height: auto;
  transition: all .3s ease
}
.part-sellers .sellers-lists .sellers-li-wrap .sellers-items .sellers-titles {
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: bolder;
  margin: 12px 0 8px 0;
  text-align: center;
  transition: all .3s ease;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.part-sellers .sellers-lists .sellers-li-wrap .sellers-items .sellers-descs {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 18px 0;
  transition: all .3s ease;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: #000;
  font-weight: 500
}
.part-sellers .sellers-lists .sellers-li-wrap .sellers-items .sellers-btns {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
  background: #9bc319;
  transition: all .3s ease;
  color: #fff
}
.part-sellers .all-products-view {
  padding: 60px 0
}
.part-introduce-pc {
  display: block
}
.part-introduce-m {
  display: none
}
.part-introduce {
  background: url(../images/banner-bg.jpg) no-repeat 50%;
  background-size: 100% auto;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  color: #fff;
  padding-bottom: 80px;
  margin-top: 20px
}
.part-introduce .introduce-title {
  padding-top: 80px;
  font-size: 60px;
  font-weight: bolder;
  text-align: center
}
.part-introduce .introduce-subtitle {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  margin-top: -10px
}
.part-introduce .introduce-wrap {
  padding: 50px 70px 0;
  display: flex;
  width: 100%
}
.part-introduce .introduce-wrap .introduce-wrap-left {
  width: 60%;
  padding-right: 120px
}
.part-introduce .introduce-wrap .introduce-wrap-left .introduce-wrap-text {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  position: relative;
  top: -7px
}
.part-introduce .introduce-wrap .introduce-wrap-left .introduce-wrap-more {
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  transition: all .6s;
  transform-origin: center left
}
.part-introduce .introduce-wrap .introduce-wrap-left .introduce-wrap-more:hover {
  transform: scale(1.2)
}
.part-introduce .introduce-wrap .introduce-wrap-left .introduce-wrap-more:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 1px 5px;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all .2s ease
}
.part-introduce .introduce-wrap .introduce-wrap-right {
  width: 40%;
  padding-left: 20px
}
.part-introduce .introduce-wrap .introduce-wrap-right .introduce-video {
  width: 100%;
  height: 100%;
  background-color: #fff;
  min-height: 250px
}
.part-introduce .introduce-wrap .introduce-wrap-right .introduce-video video {
  width: 100%;
  height: 100%;
  background: #000
}
.part-introduce .introduce-wrap .introduce-wrap-right .introduce-fullscreen {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all .6s;
  transform-origin: center
}
.part-introduce .introduce-wrap .introduce-wrap-right .introduce-fullscreen:hover {
  transform: scale(1.2)
}
@media only screen and (max-width:1200px) {
  .part-introduce .introduce-subtitle, .part-introduce .introduce-title {
    font-size: 55px
  }
  .part-introduce .introduce-wrap .introduce-wrap-left .introduce-wrap-text {
    line-height: 2.5
  }
}
.part-Manufacture {
  padding-top: 90px
}
.part-Manufacture .manufacture-title {
  text-align: center;
  font-size: 50px;
  color: #5f9100;
  font-weight: bolder
}
.part-Manufacture .manufacture-subtitle {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 25px;
  font-weight: 400
}
.part-Manufacture .manufacture-content {
  display: flex;
  width: 100%;
  padding: 40px 70px 0;
  justify-content: space-between;
}
.part-Manufacture .manufacture-content .manufacture-swiper-content {
  width: calc(50% - 10px); position: relative;
}
.part-Manufacture .manufacture-content .manufacture-swiper-content .manufacture-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px
}
.part-Manufacture .manufacture-content .manufacture-swiper-content .manufacture-image > img {
  width: 100%;
  transition: all .6s ease
}
.part-Manufacture .manufacture-content .manufacture-swiper-content .manufacture-image > img:hover {
  transform: scale(1.2)
}
.part-Manufacture .manufacture-content .manufacture-swiper-content .manufacture-name {font-size: 32px;color: #fff; padding-top: 28px; text-align: center; font-weight: 600; position: absolute; z-index: 111; width: 100%;}
.view-all-Manufacturing {
  padding: 40px 0 30px
}
.part-Manufacture .production-capacity { width:80%; margin: 0 auto;}
.part-Manufacture .production-capacity td { text-align: center; font-size: 22px; line-height: 26px; font-weight: 600;}
.part-Manufacture .production-capacity tr:nth-child(2) td {font-size: 28px; font-weight: bold; color: #5f9100;}
.part-Manufacture .production-capacity tr:nth-child(3) td {padding: 10px 0;}
.part-Manufacture .production-capacity img { width:60%;}

@media only screen and (max-width:1100px) {
  .part-Manufacture .manufacture-title {
    font-size: 40px
  }
  .part-Manufacture .manufacture-subtitle {
    font-size: 22px
  }
}
@media only screen and (max-width:1200px) {
  .part-sellers .sellers-lists {
    justify-content: flex-start;
    flex-wrap: wrap
  }
  .part-sellers .sellers-lists .sellers-li-wrap {
    width: 33.33%
  }
}
@media only screen and (max-width:900px) {
	.part-Manufacture .production-capacity { width:90%; margin: 0 auto;}
.part-Manufacture .production-capacity td { text-align: center; font-size: 15px; line-height: 18px; font-weight: 400;}
.part-Manufacture .production-capacity tr:nth-child(2) td {font-size: 18px; font-weight: 400; color: #5f9100;}
.part-Manufacture .production-capacity tr:nth-child(3) td {padding: 10px 0;}
.part-Manufacture .production-capacity img { width:60%;}
	
  .index-container { padding-top: 100px; overflow-x: hidden }
  .index-container .top-nav-m { display: block }
  .index-container .top-nav { display: none}
  .index-container .part-swiper { height: 250px}
  .index-container .part-swiper .top-swiper .top-swiper-text { bottom: 20px; font-size: 16px}
  .index-container .part-swiper .el-carousel .el-carousel__indicator--horizontal, .index-container .part-swiper .el-carousel__container .el-carousel__indicator--horizontal {
    padding: 12px 8px 6px 8px
  }
  .index-container .part-swiper .el-carousel .el-carousel__indicator .el-carousel__button, .index-container .part-swiper .el-carousel__container .el-carousel__indicator .el-carousel__button { width: 8px; height: 8px}
  .index-container .part-swiper .el-carousel .el-carousel__indicator.is-active button, .index-container .part-swiper .el-carousel__container .el-carousel__indicator.is-active button { width: 11px; height: 11px}
  .index-container .part-populars {
    padding: 0 15px
  }
  .index-container .part-populars .popular-lis { padding: 0 5px; width: 50%; height: 120px; margin-bottom: 10px}
  .index-container .part-populars .popular-items:hover .popular-wrap {
    transform: unset
  }
  .index-container .part-populars .popular-items:hover .popular-textwrap, .index-container .part-populars .popular-items:hover .popular-title {
    opacity: 1;
    transform: unset
  }
  .index-container .part-populars .popular-items .popular-wrap {
    transform: translate(0);
    width: 100%
  }
  .index-container .part-populars .popular-items .popular-title {
    font-size: 16px;
    line-height: 1.3;
    left: 10px;
    bottom: 6px
  }
  .index-container .part-populars .popular-items .popular-textwrap {
    display: none
  }
  .index-container .part-populars .whole-popular-lis {
    padding: 0 5px;
    height: 120px
  }
  .index-container .part-populars .whole-popular-lis .whole-popular-centers {
    font-size: 16px;
    line-height: 1.4
  }
  .index-container .part-sellers .sellers-lists {
    padding: 0 20px;
    flex-wrap: wrap
  }
  .index-container .part-sellers .sellers-lists .sellers-li-wrap {
    width: 50%;
    padding: 0
  }
  .index-container .part-sellers .sellers-lists .sellers-li-wrap .sellers-items {
    margin: 0;
    padding: 20px
  }
  .index-container .part-sellers .sellers-lists .sellers-li-wrap .sellers-items:hover .sellers-pics > img {
    transform: unset
  }
  .index-container .part-sellers .sellers-lists .sellers-li-wrap .sellers-items .sellers-titles {
    font-size: 20px;
    line-height: 24px;
    margin: 12px 0 8px 0
  }
  .index-container .part-sellers .sellers-lists .sellers-li-wrap .sellers-items .sellers-descs {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 18px 0
  }
  .index-container .part-sellers .sellers-lists .sellers-li-wrap .sellers-items .sellers-btns {
    height: 40px; padding: 5px 10px;
  }
  .index-container .part-sellers .all-products-view {
    padding: 30px 0
  }
  .index-container .part-introduce-pc {
    display: none
  }
  .index-container .part-introduce-m {
    display: block
  }
  .index-container .part-introduce {
    background: url("../images/banner-bg.jpg") no-repeat 50%;
    background-size: cover;
    padding-bottom: 20px
  }
  .index-container .part-introduce .introduce-title {
    padding-top: 20px;
    font-size: 24px;
    font-weight: 800;
    text-align: center
  }
  .index-container .part-introduce .introduce-subtitle {
    font-size: 22px;
    margin-top: 0
  }
  .index-container .part-introduce .introduce-wrap {
    padding: 30px 20px 0;
    display: flex;
    width: 100%
  }
  .index-container .part-introduce .introduce-wrap .introduce-wrap-left {
    width: 100%;
    padding-right: 0
  }
  .index-container .part-introduce .introduce-wrap .introduce-wrap-left .introduce-wrap-text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center
  }
  .index-container .part-introduce .introduce-wrap .introduce-wrap-left .introduce-wrap-more {
    text-align: center;
    font-size: 18px
  }
  .index-container .part-introduce .introduce-wrap .introduce-wrap-left .introduce-wrap-more:hover {
    transform: unset
  }
  .index-container .part-introduce .introduce-wrap .introduce-wrap-left .introduce-wrap-more:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 1px 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
  }
  .index-container .part-introduce .introduce-wrap .introduce-wrap-right {
    display: none
  }
  .index-container .part-introduce .introduce-wrap-view {
    padding-top: 10px
  }
  .index-container .part-Manufacture {
    padding-top: 30px
  }
  .index-container .part-Manufacture .manufacture-title {
    font-size: 26px
  }
  .index-container .part-Manufacture .manufacture-subtitle {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 16px
  }
  .index-container .part-Manufacture .manufacture-content {
    display: flex;
    width: 100%;
    padding: 20px 20px 0;
    justify-content: space-between
  }
  .index-container .part-Manufacture .manufacture-content .manufacture-swiper-content {
    width: calc(50% - 5px)
  }
  .index-container .part-Manufacture .manufacture-content .manufacture-swiper-content .manufacture-image {
    border-radius: 0
  }
  .index-container .part-Manufacture .manufacture-content .manufacture-swiper-content .manufacture-image > img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
  .index-container .part-Manufacture .manufacture-content .manufacture-swiper-content .manufacture-image > img:hover {
    transform: unset
  }
  .index-container .part-Manufacture .manufacture-content .manufacture-swiper-content .manufacture-name {
    font-size: 14px;
    padding-top: 10px
  }
  .index-container .view-all-Manufacturing {
    padding: 20px 0 10px
  }
}

.banner-1 { display: inline-block; width:100%; background: url("../images/banner-bg.jpg") no-repeat center center; background-size: 100% auto; padding: 10px 0 15px;}
.banner-1 h3 { color:#fff; font-size: 30px; font-weight: bold; text-align: center; margin: 20px auto 0px; display: inline-block; width: 100%;}
.banner-1 p { display: block; text-align: center; margin: 10px auto 15px; color: #fff; font-weight: bold; font-size: 20px;}
.banner-1 p span { margin:0 20px; display: inline-block;}
.banner-1 p span i { display:inline-block; width: 25px; height: 25px; background: url("../images/banner1-icon-1.png") center center no-repeat; background-size: 100% auto;vertical-align: bottom; margin-right: 6px;}
.banner-1 p span:nth-child(2) i { background: url("../images/banner1-icon-2.png") center center no-repeat; background-size: 100% auto;}
.banner-1 p span:nth-child(3) i { background: url("../images/banner1-icon-3.png") center center no-repeat; background-size: 100% auto;}
.banner-1 p span:nth-child(4) i { background: url("../images/banner1-icon-4.png") center center no-repeat; background-size: 100% auto;}
.banner-1 p.duanluo-left { font-weight:normal; text-align: left; margin-left: 40px;}
.banner-1 a.learnmore { display: block; font-size: 28px; font-weight: bold; color: #fff;}
.banner-1 a.learnmore .more { width:50px; height: 50px;}

.more { background: url("../images/more_icon.png") center center no-repeat; display: inline-block; width: 20px; height: 20px; background-size: auto 100%; vertical-align: middle;}
.more-green { background: url("../images/more_icon-green.png") center center no-repeat; display: inline-block; width: 40px; height: 40px; background-size: auto 100%; vertical-align: middle;}

.banner-2 {background: url('../images/home-bottomcon.jpg') center center no-repeat; background-size:100% auto; padding: 57px 50px; font-size: 28px; line-height: 50px; color: #fff; }
.laboratory .banner-2 p:first-child {padding-right: 40%}
.banner-2 .bigtext {font-size: 54px; font-weight: bold; color: #fff; margin-top: 20px; text-align: center}
@media only screen and (max-width:1100px) {
    .index-container .part-Manufacture .manufacture-title { font-size: 20px}
	.banner-2 { background-size: auto 100%; font-size: 12px; line-height: 16px; font-weight: normal}
	.banner-2 .bigtext { font-size:16px; line-height: 22px;}
}
@media only screen and (max-width:1200px) {
    .index-container .part-Manufacture .manufacture-title { font-size: 20px}
	.banner-2 { background-size: 100% auto; font-size: 22px; line-height: 30px; font-weight: bold;}
	.banner-2 .bigtext { font-size:40px; line-height: 40px;}
}
@media only screen and (max-width:900px) {
    .index-container .part-Manufacture .manufacture-title { font-size: 20px}
	.banner-2 { background-size: auto 100% ; font-size: 18px; line-height: 24px; font-weight: normal; padding: 2rem 3rem;}
	.laboratory .banner-2 p:first-child {padding-right: 0; font-size: 18px; line-height: 22px;}
	.banner-2 .bigtext { font-size:24px; line-height: 32px;}
	.banner-1 { padding: 10px;}
}