.head-top {
  height: 140px;
}

.head-top-small {
  height: 80px;
}

@media (max-width: 1199px) {
  .head-top-small {
    height: 60px;
  }
}
.second-nav-change {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 100;
  transition: all 0.5s ease;
}
.second-nav-change.change {
  position: fixed;
  transform: translateY(-80px);
}

.second-nav {
  background: #fff;
  padding: 0 60px;
  border-bottom: 1px #e6e6e6 solid;
}
.second-nav.white {
  background-color: #fff;
}
.second-nav .main-content {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.second-nav .main-content .boxes {
  height: 100%;
  display: flex;
  align-items: center;
}
.second-nav .main-content .boxes .crumbs-ul {
  font-size: 0;
  display: flex;
  align-items: center;
}
.second-nav .main-content .boxes .crumbs-ul li a {
  display: block;
}
.second-nav .main-content .boxes .crumbs-ul li .icon-svg {
  position: relative;
  display: flex;
  font-size: 0;
  margin: 0;
  padding: 0;
  fill: #333;
}
.second-nav .main-content .boxes .crumbs-ul li .icon-svg.house {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.second-nav .main-content .boxes .crumbs-ul li .icon-svg.arrowsFullR {
  margin: 0 10px;
  top: 1px;
  width: 28px;
  height: 28px;
}
.second-nav .main-content .boxes .crumbs-ul li .text {
  
  line-height: 1;
  font-size: 18px;
  color: #333;
}
.second-nav .main-content .boxes .nav-ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.second-nav .main-content .boxes .nav-ul li {
  position: relative;
  height: 100%;
  margin-left: 40px;
}
.second-nav .main-content .boxes .nav-ul li a {
  height: 100%;
  color: #333;
  padding: 0 10px;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.second-nav .main-content .boxes .nav-ul li a:hover {
  color: #1caf62;
}
.second-nav .main-content .boxes .nav-ul li a:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1caf62;
  opacity: 0;
  transition: all 0.3s ease;
}
.second-nav .main-content .boxes .nav-ul li.on .active {
  color: #1caf62;
}
.second-nav .main-content .boxes .nav-ul li.on .active:after {
  opacity: 1;
}
.second-nav .main-content .boxes .nav-ul li .active {
  color: #1caf62;
}
.second-nav .main-content .boxes .nav-ul li .active:after {
  opacity: 1;
}

@media (max-width: 1560px) {
  .second-nav .main-content .boxes .nav-ul li {
    margin-left: 20px;
  }
}
@media (max-width: 1440px) {
  .second-nav .main-content .boxes .nav-ul li {
    margin-left: 10px;
  }
}
@media (max-width: 1366px) {
  .second-nav .main-content .boxes .nav-ul li {
    margin-left: 5px;
  }
  .second-nav .main-content .boxes .crumbs-ul li .text {
    font-size: 16px;
  }
  .second-nav .main-content .boxes .crumbs-ul li .icon-svg.house {
    width: 24px;
    height: 24px;
  }
  .second-nav .main-content .boxes .crumbs-ul li .icon-svg.arrowsFullR {
    width: 24px;
    height: 24px;
    margin: 0 6px;
  }
  .second-nav .main-content .boxes .nav-ul li {
    margin-left: 3px;
  }
  .second-nav .main-content .boxes .nav-ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .head-top {
    height: 60px;
  }
  .second-nav-change {
    top: 60px;
  }
  .second-nav {
    position: relative;
    top: 0;
    padding: 0 20px;
    display: none;
  }
  .second-nav .main-content .boxes .nav-ul li {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .second-nav.hind {
    display: none;
  }
  .second-nav .main-content {
    height: 50px;
  }
  .second-nav .main-content .boxes:nth-child(1) {
    display: none;
  }
  .second-nav .main-content .boxes {
    width: 100%;
  }
  .second-nav .main-content .boxes .nav-ul {
    width: 100%;
    justify-content: center;
  }
  .second-nav .main-content .boxes .nav-ul li {
    margin: 0 10px;
  }
  .second-nav .main-content .boxes .nav-ul li a {
    font-size: 14px;
  }
  .second-nav .main-content .boxes .nav-ul li:after {
    height: 2px;
  }
  .second-nav .main-content .boxes .nav-ul li a:hover {
    color: #333;
  }
}
.pageBannerWrap {
  position: relative;
  overflow: hidden;
  z-index: 13;
}
.pageBannerWrap .pageBannerBg {
  max-width: 100%;
  height: 28vh;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.pageBannerWrap .pageBannerBg.change {
  height: calc(100vh - 150px);
}
.pageBannerWrap .pageBannerBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: o-scale 20s linear infinite;
}
.pageBannerWrap .pageBannerInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.pageBannerWrap .pageBannerInfo .box {
  padding-left: 24px;
  border-left: 8px #259f3d solid;
}
.pageBannerWrap .pageBannerInfo .info {
  display: block;
  color: #fff;
  font: 22px/1.2 MR;
}
.pageBannerWrap .pageBannerInfo .title {
  margin-bottom: 5px;
  font: bold 48px/1.4 ML;
  color: #fff;
  letter-spacing: 4px;
}

@media (max-width: 1366px) {
  .pageBannerWrap .pageBannerInfo .title {
    font-size: 38px;
  }
  .pageBannerWrap .pageBannerInfo .info {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .pageBannerWrap .pageBannerBg {
    height: 28vh;
  }
  .pageBannerWrap .pageBannerInfo .title {
    font-size: 32px;
  }
  .pageBannerWrap .pageBannerInfo .info {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .pageBannerWrap .pageBannerBg {
    height: 20vh;
  }
  .pageBannerWrap .pageBannerInfo .title {
    font-size: 24px;
  }
  .pageBannerWrap .pageBannerInfo .info {
    font-size: 14px;
  }
}
.about-introduce {
  height: 925px;
  padding: 120px 0;
  background: url(../images/about-introduce-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.about-introduce .info {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
.about-introduce .info .pic {
  margin-right: 48px;
  width: 712px;
  height: 443px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.about-introduce .info .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-introduce .info .text {
  flex: 1;
}
.about-introduce .info .text h4 {
  margin-bottom: 20px;
  
  line-height: 1;
  font-size: 48px;
  color: #000;
}
.about-introduce .info .text p {
  font-size: 16px;
  line-height: 1.4;
  color: #7d8090;
}
.about-introduce .data {
  margin: 60px auto;
  width: 96%;
  display: flex;
  justify-content: space-between;
}
.about-introduce .data dl:hover dt strong {
  color: #06974b;
  text-shadow: rgba(6, 151, 75, 0.6) 2px 8px 12px;
}
.about-introduce .data dl dt {
  font-size: 22px;
}
.about-introduce .data dl dt strong {
  margin-right: 3px;
  color: #000;
  
  font-size: 66px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.about-introduce .data dl dt span {
  font-size: 34px;
}
.about-introduce .data dl dd {
  margin-top: 2px;
  font-size: 20px;
  line-height: 1.4;
  
}

@media (max-width: 1830px) {
  .about-introduce {
    padding: 100px 0;
    height: 850px;
  }
  .about-introduce .info .pic {
    width: 680px;
    height: 423px;
  }
  .about-introduce .info .text h4 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .about-introduce .info .text p {
    font-size: 16px;
  }
}
@media (max-width: 1560px) {
  .about-introduce {
    padding: 90px 0;
    height: 800px;
  }
  .about-introduce .info .pic {
    width: 620px;
    height: 385px;
  }
  .about-introduce .info .text h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .about-introduce .info .text p {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .about-introduce {
    padding: 80px 0;
    height: 750px;
  }
  .about-introduce .info .pic {
    margin-right: 26px;
    width: 560px;
    height: 348px;
  }
  .about-introduce .info .text h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .about-introduce .info .text p {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .about-introduce {
    padding: 70px 0;
    height: 640px;
    background-size: cover;
  }
  .about-introduce .info {
    margin-bottom: 80px;
  }
  .about-introduce .info .pic {
    margin-right: 24px;
    width: 480px;
    height: 298px;
  }
  .about-introduce .info .text h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about-introduce .info .text p {
    font-size: 14px;
  }
  .about-introduce .data {
    width: 100%;
    margin: 50px 0;
  }
  .about-introduce .data dl dt {
    font-size: 20px;
  }
  .about-introduce .data dl dt strong {
    font-size: 46px;
  }
  .about-introduce .data dl dt span {
    font-size: 28px;
  }
  .about-introduce .data dl dd {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .about-introduce {
    padding: 60px 0;
    height: auto;
  }
  .about-introduce .info {
    margin-bottom: 70px;
    flex-direction: column;
  }
  .about-introduce .info .pic {
    margin: 0 0 40px;
    width: 480px;
    height: 298px;
  }
  .about-introduce .info .text h4 {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
  }
  .about-introduce .info .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about-introduce {
    padding: 50px 0;
  }
  .about-introduce {
    height: auto;
  }
  .about-introduce .info {
    margin-bottom: 50px;
  }
  .about-introduce .info .pic {
    margin: 0 0 30px;
    width: 100%;
    height: auto;
  }
  .about-introduce .info .text h4 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
  .about-introduce .info .text p {
    font-size: 14px;
  }
  .about-introduce .data {
    margin: 30px 0;
  }
  .about-introduce .data dl {
    width: 25%;
    text-align: center;
  }
  .about-introduce .data dl dt {
    font-size: 14px;
  }
  .about-introduce .data dl dt strong {
    font-size: 24px;
  }
  .about-introduce .data dl dt span {
    font-size: 20px;
  }
  .about-introduce .data dl dd {
    font-size: 14px;
  }
  .about-introduce .data dl dt strong.special {
    text-shadow: #abe5c6 1px 4px 3px;
  }
}
.about-culture {
  background: url(../images/about-culture-bg.jpg) no-repeat;
  background-size: 100% auto;
  height: 309px;
  background-attachment: fixed;
}
.about-culture .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.about-culture .wrapper .list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-culture .wrapper .list .item {
  height: 100%;
  position: relative;
  width: 25%;
  opacity: 0.7;
  transition: all 0.5s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-culture .wrapper .list .item .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.about-culture .wrapper .list .item .icon.icon1 {
  background: url(../images/icon-about-culture1.png) no-repeat center;
  background-size: contain;
}
.about-culture .wrapper .list .item .icon.icon2 {
  background: url(../images/icon-about-culture2.png) no-repeat center;
  background-size: contain;
}
.about-culture .wrapper .list .item .icon.icon3 {
  background: url(../images/icon-about-culture3.png) no-repeat center;
  background-size: contain;
}
.about-culture .wrapper .list .item .icon.icon4 {
  background: url(../images/icon-about-culture4.png) no-repeat center;
  background-size: contain;
}
.about-culture .wrapper .list .item .tit {
  margin-bottom: 8px;
  color: #fff;
  font-weight: normal;
  
  line-height: 1;
  font-size: 26px;
}
.about-culture .wrapper .list .item .english {
  color: #fff;
  
  line-height: 1;
  font-size: 16px;
}
.about-culture .wrapper .list .item .text {
  opacity: 0;
  height: 0;
  width: 15em;
  margin: 16px auto 0;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.about-culture .wrapper .list .item .text p {
  font-size: 16px;
  line-height: 2;
}
.about-culture .wrapper .list .item:hover {
  opacity: 1;
}
.about-culture .wrapper .list .item:hover .text {
  height: 4em;
  opacity: 1;
}
.about-culture .wrapper .list .item:hover .icon {
  transform: translateY(-20px);
}
.about-culture .wrapper .list .item:hover .icon.icon1 {
  background: url(../images/icon-about-culture1-hover.png) no-repeat center;
  background-size: contain;
}
.about-culture .wrapper .list .item:hover .icon.icon2 {
  background: url(../images/icon-about-culture2-hover.png) no-repeat center;
  background-size: contain;
}
.about-culture .wrapper .list .item:hover .icon.icon3 {
  background: url(../images/icon-about-culture3-hover.png) no-repeat center;
  background-size: contain;
}
.about-culture .wrapper .list .item:hover .icon.icon4 {
  background: url(../images/icon-about-culture4-hover.png) no-repeat center;
  background-size: contain;
}

@media (max-width: 1440px) {
  .about-culture .wrapper .list .item .tit {
    font-size: 28px;
  }
  .about-culture .wrapper .list .item .english,
  .about-culture .wrapper .list .item .text p {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .about-culture {
    height: 309px;
    background-size: auto 100%;
  }
  .about-culture .wrapper .list .item .tit {
    font-size: 24px;
  }
  .about-culture .wrapper .list .item .english,
  .about-culture .wrapper .list .item .text p {
    font-size: 14px;
  }
  .about-culture .wrapper .list .item .text {
    width: auto;
  }
}
@media (max-width: 768px) {
  .about-culture {
    height: 600px;
    background-attachment: initial;
  }
  .about-culture .wrapper .list {
    flex-wrap: wrap;
  }
  .about-culture .wrapper .list .item {
    width: 50%;
    height: 240px;
    margin: 10px 0;
  }
  .about-culture .wrapper .list .item + .item + .item {
    height: auto;
  }
  .about-culture .wrapper .list .item .icon {
    width: 40px;
    height: 40px;
  }
  .about-culture .wrapper .list .item .tit {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .about-culture .wrapper .list .item .english,
  .about-culture .wrapper .list .item .text {
    height: auto;
    margin-top: 10px;
    padding: 0 10px;
  }
  .about-culture .wrapper .list .item .text p {
    font-size: 12px;
    line-height: 1.8;
  }
  .about-culture .wrapper .list .item .text {
    width: auto;
  }
}
.about-certification {
  padding: 130px 0 110px;
}
.about-certification .actop {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-certification .actop .boxes h4 {
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 46px;
  line-height: 1;
  color: #353535;
}
.about-certification .actop .boxes .text {
  font-size: 16px;
  line-height: 1;
  color: #16191d;
  opacity: 0.5;
}
.about-certification .actop .boxes .navigation {
  display: flex;
  align-items: center;
}
.about-certification .actop .boxes .navigation .button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px #259f3d solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.about-certification .actop .boxes .navigation .button .icon-svg {
  fill: #259f3d;
  width: 40px;
  height: 40px;
}
.about-certification .actop .boxes .navigation .button:hover {
  background: #259f3d;
  box-shadow: 0 10px 30px 0px rgba(5, 149, 74, 0.1);
}
.about-certification .actop .boxes .navigation .button:hover .icon-svg {
  fill: #fff;
}

@media (max-width: 1560px) {
  .about-certification {
    padding: 120px 0 100px;
  }
  .about-certification .actop .boxes h4 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .about-certification .actop .boxes .text {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .about-certification {
    padding: 110px 0 90px;
  }
  .about-certification .actop .boxes h4 {
    font-size: 34px;
  }
  .about-certification .actop .boxes .text {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .about-certification .actop .boxes .navigation .button {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 1199px) {
  .about-certification .actop .boxes .navigation .button {
    width: 42px;
    height: 42px;
  }
  .about-certification {
    padding: 90px 0 70px;
  }
  .about-certification .actop .boxes h4 {
    font-size: 32px;
  }
  .about-certification .actop .boxes .text {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .about-certification {
    padding: 70px 0 50px;
  }
}
@media (max-width: 768px) {
  .about-certification .actop .boxes .navigation .button {
    width: 32px;
    height: 32px;
  }
  .about-certification {
    padding: 60px 0 40px;
  }
  .about-certification .actop .boxes h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .about-certification .actop .boxes .text {
    font-size: 16px;
  }
}
.about-certification {
  background: #f0f0f0;
}
.about-certification .list .swiper-container {
  padding: 0 10vw;
}
.about-certification .list .swiper-container ul li {
  overflow: hidden;
}
.about-certification .list .swiper-container ul li .items {
  position: relative;
  height: 360px;
  padding: 10px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-certification .list .swiper-container ul li .items .pic {
  width: 300px;
  height: 300px;
  overflow: hidden;
}
.about-certification .list .swiper-container ul li .items .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-certification .list .swiper-container ul li .items .line {
  margin: 14px 0;
  height: 1px;
  width: 100%;
  background: #f2f2f2;
}
.about-certification .list .swiper-container ul li .items .text {
  text-align: center;width: 92%;
}
.about-certification .list .swiper-container ul li .items .text p {
  font-size: 14px;
  color: #333;
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.about-certification .list .swiper-container ul li .items:hover .coverImg {
  opacity: 0.92;
  transform: translateY(0);
}
.about-certification .list .swiper-container ul li .items:hover .coverImg .icon {
  opacity: 1;
  transform: translateY(-16px);
}
.about-certification .list .swiper-container ul li .items:hover .coverImg span {
  opacity: 1;
  transform: translateY(0);
}
.about-certification .list .swiper-container ul li .items .coverImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3,129,216,0.8);
  /*background: linear-gradient(120deg, #019146, #1baf62);*/
  opacity: 0.92;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(90%);
  transition: all 0.5s ease;
  overflow: hidden;
}
.about-certification .list .swiper-container ul li .items .coverImg .icon {
  opacity: 0;
  transform: translateY(0);
  transition: all 0.5s ease 0.3s;
}
.about-certification .list .swiper-container ul li .items .coverImg .icon .icon-svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  display: flex;
}
.about-certification .list .swiper-container ul li .items .coverImg span {
  
  font-size: 16px;
  color: #fff;
  transform: translateY(20px);
  transition: all 0.5s ease 0.6s;
  opacity: 0;
}
.about-certification .list .swiper-container ul li .items .coverImg img {
  opacity: 0;
}
.about-certification .swiper-scrollbar {
  margin-top: 78px;
  height: 6px;
  width: 100%;
  background: #dcdcdc;
}
.about-certification .swiper-scrollbar .swiper-scrollbar-drag {
  background: #259f3d;
}

@media (max-width: 1560px) {
  .about-certification .list .swiper-container ul li .items {
    height: 400px;
  }
  .about-certification .list .swiper-container ul li .items .line {
    margin: 30px 0;
  }
  .about-certification .list .swiper-container ul li .items .pic {
    width: 190px;
    height: 268px;
  }
}
@media (max-width: 1440px) {
  .about-certification .list .swiper-container ul li .items {
    height: 380px;
  }
  .about-certification .list .swiper-container ul li .items .line {
    margin: 30px 0;
  }
  .about-certification .list .swiper-container ul li .items .pic {
    width: 170px;
    height: 240px;
  }
}
@media (max-width: 1366px) {
  .about-certification .swiper-scrollbar {
    margin-top: 66px;
  }
}
@media (max-width: 1199px) {
  .about-certification .list .swiper-container ul li .items {
    height: 400px;
  }
  .about-certification .list .swiper-container ul li .items .line {
    margin: 30px 0;
  }
  .about-certification .list .swiper-container ul li .items .pic {
    width: 180px;
    height: 254px;
  }
  .about-certification .swiper-scrollbar {
    margin-top: 60px;
  }
}
@media (max-width: 990px) {
  .about-certification .swiper-scrollbar {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .about-certification .swiper-scrollbar {
    margin-top: 30px;
    height: 4px;
  }
}
.product-elevator {
  position: relative;
  padding-top: 36px;
  padding-bottom: 80px;
  background: #f8f8f8;
}
.product-elevator .wrapper {
  position: relative;
}
.product-elevator .wrapper .elevator {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
}
.product-elevator .wrapper .elevator .boxes:nth-child(1) {
  width: 100%;
}
.product-elevator .wrapper .elevator .boxes:nth-child(2) {
  flex: 1;
  width: 100%;
}
.product-elevator .wrapper .elevator .boxes .headline {
  border-bottom: 1px #e4e7eb solid;
  margin-bottom: 30px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
.product-elevator .wrapper .elevator .boxes .headline.on .icon {
  background: url(../images/icon-product-active.png) no-repeat center;
  background-size: 49px;
}
.product-elevator .wrapper .elevator .boxes .headline.on .text h4 {
  color: #1caf62;
}
.product-elevator .wrapper .elevator .boxes .headline.on .text span {
  color: #1caf62;
}
.product-elevator .wrapper .elevator .boxes .headline .icon {
  display: block;
  width: 49px;
}
.product-elevator .wrapper .elevator .boxes .headline .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  border-radius: 10%;
}
.product-elevator .wrapper .elevator .boxes .headline .text {
  margin-left: 20px;
}
.product-elevator .wrapper .elevator .boxes .headline .text h4 {
  
  font-weight: normal;
  font-size: 22px;
  line-height: 1.2;
}
.product-elevator .wrapper .elevator .boxes .headline .text span {
  font-family: DM;
  font-size: 14px;
  line-height: 1.2;
}
.product-elevator .wrapper .elevator .boxes .product-list {
  margin-bottom: 140px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product-elevator .wrapper .elevator .boxes .product-list li {
  width: 20%;
}
.product-elevator .wrapper .elevator .boxes .product-list li .items {
  display: block;
  position: relative;
  margin: 8px;
  padding: 18px;
  border: 1px #fff solid;
  background: #fff;
  box-shadow: rgb(242, 242, 242) 6px 8px 8px 2px;
  transition: all 0.5s ease;
}
.product-elevator .wrapper .elevator .boxes .product-list li .items .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 2;
  transition: all 0.5s ease;
  opacity: 0;
  border: 1px #1caf62 solid;
}
.product-elevator .wrapper .elevator .boxes .product-list li .items .flexImg {
  position: relative;
  z-index: 3;
}
.product-elevator .wrapper .elevator .boxes .product-list li .items .flexImg > img {
  width: 100%;
  opacity: 0;
}
.product-elevator .wrapper .elevator .boxes .product-list li .items .flexImg .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-elevator .wrapper .elevator .boxes .product-list li .items .flexImg .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-elevator .wrapper .elevator .boxes .product-list li .items .tit {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  line-height: 1.2;
  font-size: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-elevator .wrapper .elevator .boxes .product-list li .items .text {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  height: 4em;
}
.product-elevator .wrapper .elevator .boxes .product-list li .items .text p {
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  margin: 6px 0;
  display: -webkit-box;
-webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
overflow: hidden;
}
.product-elevator .wrapper .elevator .boxes .product-list li .items .more {
  position: relative;
  z-index: 3;
  margin-top: 3px;
  width: 114px;
  height: 36px;
  color: #fff;
  font-size: 14px;
  background: #1caf62;
  display: flex;
  align-items: center;
  justify-content: center; border-radius: 16px;
}
.product-elevator .wrapper .elevator .boxes .product-list li .items:hover {
  transform: translateY(-5px);
}
.product-elevator .wrapper .elevator .boxes .product-list li .items:hover .bg {
  opacity: 1;
}
.product-elevator .wrapper .m2lcLine {
  position: absolute;
  top: 0;
  left: 62px;
  height: 100%;
  border-left: 1px #dfdfdf dashed;
}
.product-elevator .wrapper .m2lcLine i {
  display: block;
  position: absolute;
  border-left: 1px #1caf62 dashed;
}

@media (max-width: 1660px) {
  .product-elevator .wrapper .elevator .boxes .product-list li .items {
    margin: 0 0 20px 20px;
  }
}
@media (max-width: 1560px) {
  .product-elevator .wrapper .elevator .boxes .headline .text h4 {
    font-size: 20px;
  }
  .product-elevator .wrapper .elevator .boxes .headline .text span {
    font-size: 12px;
  }
  .product-elevator .wrapper .elevator .boxes .product-list li .items .tit {
    font-size: 20px;
  }
  .product-elevator .wrapper .elevator .boxes .product-list li .items .text p {
    font-size: 14px;
  }
  .product-elevator .wrapper .elevator .boxes .product-list li .items .more {
    width: 100px;
    height: 38px;
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .product-elevator .wrapper .elevator .boxes .product-list li .items {
    margin: 0 0 16px 16px;
    padding: 24px;
  }
}
@media (max-width: 1366px) {
  .product-elevator {
    padding-top: 80px;
  }
  .product-elevator .wrapper .elevator .boxes .product-list {
    margin-bottom: 90px;
  }
  .product-elevator .wrapper .elevator .boxes .product-list li {
    width: 50%;
  }
  .product-elevator .wrapper .elevator .boxes .product-list li .items {
    margin: 0 0 20px 20px;
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .product-elevator {
    padding-top: 70px;
  }
  .product-elevator .wrapper .elevator .boxes .product-list {
    margin-bottom: 80px;
  }
  .product-elevator .wrapper .elevator .boxes .product-list li {
    width: 50%;
  }
  .product-elevator .wrapper .elevator .boxes .product-list li .items {
    margin: 0 0 16px 16px;
    padding: 20px;
  }
}
@media (max-width: 990px) {
  .product-elevator .wrapper .elevator .boxes .product-list li .items {
    margin: 0 0 16px 16px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .second-nav-product {
    display: none;
  }
  .m2lcLine {
    display: none;
  }
  .product-elevator {
    padding-top: 40px;
  }
  .product-elevator .wrapper .elevator {
    margin-top: 0;
    position: relative;
    flex-direction: column;
  }
  .product-elevator .wrapper .elevator .boxes .headline {
    margin-bottom: 0;
    padding-bottom: 20px;
    width: 100%;
    justify-content: center;
  }
  .product-elevator .wrapper .elevator .boxes .product-list {
    margin-bottom: 30px;
  }
  .product-elevator .wrapper .elevator .boxes:nth-child(1) {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-elevator .wrapper .elevator .boxes .headline .icon {
    width: 39px;
    height: 29px;
    background-size: 39px;
  }
  .product-elevator .wrapper .elevator .boxes .headline .text {
    margin-left: 10px;
  }
  .product-elevator .wrapper .elevator .boxes .product-list li .items {
    margin: 6px;
    padding: 20px;
  }
  .product-elevator .wrapper .elevator .boxes:nth-child(1) {
    padding: 10px 0;
    margin: 0 6px 6px;
  }
  .product-elevator .wrapper .elevator .boxes .headline .icon img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-elevator .wrapper .elevator .boxes .headline .text h4 {
    font-size: 18px;
  }
  .product-elevator .wrapper .elevator .boxes .product-list li .items {
    padding: 14px;
  }
  .product-elevator .wrapper .elevator .boxes .product-list li .items .tit {
    font-size: 16px;
  }
  .product-elevator .wrapper .elevator .boxes .product-list li .items .more {
    width: 100%;
    height: 32px;
    font-size: 12px;
  }
}
.emc-main {
  overflow: hidden;
}
.emc-main .emc-banner {
  position: relative;
  height: 100vh;
}
.emc-main .emc-banner .bg {
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.emc-main .emc-banner .chiefly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emc-main .emc-banner .chiefly .wrapper .showing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes {
  width: calc(50% - 50px);
  overflow: hidden;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .pic {
  position: relative;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .pic > div {
  height: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .pic .pic1 {
  opacity: 1;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .pic .pic2 {
  position: absolute;
  top: 0;
  opacity: 0;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .pic > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .pic > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce {
  height: 55vh;
  background: rgba(28, 175, 98, 0.8);
  overflow: hidden;
  padding: 0 55px;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .introduce1 {
  opacity: 1;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .introduce2 {
  opacity: 0;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .name {
  display: block;
  
  line-height: 1.2;
  color: #fff;
  font-size: 30px;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .tit {
  margin-top: 14px;
  line-height: 1.2;
  letter-spacing: 5px;
  color: #fff;
  font-size: 48px;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .text {
  margin-top: 14px;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .text p {
  
  line-height: 1.8;
  color: #fff;
  font-size: 18px;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns {
  margin-top: 12px;
  display: flex;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button {
  position: relative;
  border: 2px #fff solid;
  width: 100%;
  height: 82px;
  color: #fff;
  
  font-size: 22px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button:first-child {
  margin-right: 12px;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button.on {
  background: #1caf62;
  border-color: #1caf62;
  color: #fff !important;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button:hover, .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button:after {
  color: #1caf62;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button:hover:after {
  height: 260%;
  opacity: 1;
}
.emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button:active:after {
  height: 400%;
  opacity: 1;
}
.emc-main .emc-banner.on .chiefly .wrapper .showing .boxes .pic .pic1 {
  position: absolute;
  opacity: 0;
}
.emc-main .emc-banner.on .chiefly .wrapper .showing .boxes .pic .pic2 {
  position: relative;
  opacity: 1;
}
.emc-main .emc-banner.on .chiefly .wrapper .showing .boxes .info .introduce .introduce1 {
  height: 0;
  opacity: 0;
}
.emc-main .emc-banner.on .chiefly .wrapper .showing .boxes .info .introduce .introduce2 {
  opacity: 1;
}

@media (max-width: 1560px) {
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes {
    width: calc(50% - 40px);
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce {
    padding: 0 45px;
    height: 50vh;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .name {
    font-size: 28px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .text p {
    font-size: 16px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .tit {
    font-size: 46px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button {
    font-size: 18px;
    height: 72px;
  }
}
@media (max-width: 1440px) {
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes {
    width: calc(50% - 30px);
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce {
    padding: 0 40px;
    height: 45vh;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .name {
    font-size: 26px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .text p {
    font-size: 14px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .text {
    margin-top: 12px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .tit {
    font-size: 44px;
    margin-top: 12px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button {
    font-size: 16px;
    height: 62px;
  }
}
@media (max-width: 1366px) {
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes {
    width: calc(50% - 20px);
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce {
    padding: 0 36px;
    height: 40vh;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .name {
    font-size: 24px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .text {
    margin-top: 10px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .tit {
    font-size: 40px;
    margin-top: 10px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button {
    font-size: 14px;
    height: 52px;
  }
}
@media (max-width: 1199px) {
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes {
    width: calc(50% - 10px);
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce {
    padding: 0 32px;
    height: 46vh;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .name {
    font-size: 22px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .text {
    margin-top: 8px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .tit {
    font-size: 34px;
    margin-top: 8px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button {
    font-size: 14px;
    height: 46px;
  }
}
@media (max-width: 990px) {
  .emc-main .emc-banner .bg {
    background-attachment: inherit;
    background-size: cover;
    background-position: left -832px top 0;
  }
  .emc-main .emc-banner:nth-child(1) .bg {
    background-position: left -500px top 0;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing {
    flex-direction: column;
    justify-content: center;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes {
    width: 100%;
  }
  .emc-main .emc-banner:nth-child(2n+2) .chiefly .wrapper .showing {
    flex-direction: column-reverse;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes.photo {
    width: 50%;
    height: 30vh;
    display: flex;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce {
    height: 40vh;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes.photo {
    width: 60%;
    height: auto;
    display: flex;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce {
    height: 50vh;
    margin-top: 30px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .name {
    font-size: 16px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .text {
    margin-top: 5px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .introduce .tit {
    font-size: 22px;
    margin-top: 5px;
  }
  .emc-main .emc-banner .chiefly .wrapper .showing .boxes .info .btns .button {
    font-size: 14px;
    height: 48px;
  }
}
.emc-main-list {
  padding: 90px 0 80px;
}
.emc-main-list ul {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
}
.emc-main-list ul li {
  width: 33.33%;
}
.emc-main-list ul li.on .boxes1 {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.emc-main-list ul li.on .boxes2 {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.emc-main-list ul li .boxes1 {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.emc-main-list ul li .boxes2 {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.emc-main-list ul li .item {
  margin: 0 13px 26px;
  display: block;
  position: relative;
  border: 1px #fff soli;
  background: #fff;
  box-shadow: rgb(242, 242, 242) 0 10px 12px 0px;
  transition: all 0.5s ease;
}
.emc-main-list ul li .item .boxes {
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: all 0.5s ease;
}
.emc-main-list ul li .item .boxes .img img {
  width: 100%;border-radius: 20px;
}
.emc-main-list ul li .item .boxes .info {
  padding: 20px;
}
.emc-main-list ul li .item .boxes .info .name {
  display: block;
  font-size: 14px;
  color: #333;
}
.emc-main-list ul li .item .boxes .info .title {
  margin-top: 10px;
  display: block;
  font-size: 18px;
}
.emc-main-list ul li .item .boxes .info .text {
  margin-top: 10px;
  height: 7em;
  overflow: hidden;
}
.emc-main-list ul li .item .boxes .info .text p {
  
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}
.emc-main-list ul li .item .btn-box {
  position: relative;
  padding: 0 20px 37px;
  display: flex;
  align-items: center;
  z-index: 6;
}
.emc-main-list ul li .item .btn-box .btn {
  width: 100%;
  padding: 0 15px;
  height: 60px;
  font-size: 16px;
  line-height: 1.4;
  
  background: #f2f2f2;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.emc-main-list ul li .item .btn-box .btn.on {
  background: #1caf62;
  color: #fff;
}
.emc-main-list ul li .item .btn-box .btn:last-child {
  margin-left: 10px;
}
.emc-main-list ul li .item .btn-box .btns {
  width: 100%;
  padding: 0 15px;
  height: 60px;
  font-size: 16px;
  line-height: 1.4;
  
  background: #1caf62;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.emc-main-list ul li .item .btn-box .btns a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1560px) {
  .emc-main-list {
    padding: 70px 0 60px;
  }
  .emc-main-list ul li .item .boxes .info {
    padding: 40px 40px 30px;
  }
  .emc-main-list ul li .item .btn-box {
    padding: 0 40px 30px;
  }
}
@media (max-width: 1440px) {
  .emc-main-list ul li .item .btn-box .btn {
    font-size: 14px;
  }
  .emc-main-list ul li .item .boxes .info .name {
    font-size: 20px;
  }
  .emc-main-list ul li .item .boxes .info .title {
    font-size: 26px;
  }
  .emc-main-list ul li .item .boxes .info .text p {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .emc-main-list {
    padding: 60px 0 50px;
  }
  .emc-main-list ul li .item .boxes .info {
    padding: 30px 30px 20px;
  }
  .emc-main-list ul li .item .btn-box {
    padding: 0 30px 30px;
  }
  .emc-main-list ul li .item .btn-box .btn {
    font-size: 14px;
  }
  .emc-main-list ul li .item .boxes .info .name {
    font-size: 18px;
  }
  .emc-main-list ul li .item .boxes .info .title {
    font-size: 24px;
  }
  .emc-main-list ul li .item .boxes .info .text p {
    font-size: 16px;
  }
  .emc-main-list ul li .item .boxes .info .text {
    height: 14em;
  }
}
@media (max-width: 990px) {
  .emc-main-list {
    padding: 60px 0 50px;
  }
  .emc-main-list ul {
    flex-direction: column;
  }
  .emc-main-list ul li {
    width: 100%;
  }
  .emc-main-list ul li .item .boxes .info {
    padding: 30px 30px 20px;
  }
  .emc-main-list ul li .item .boxes .info .text {
    height: auto;
  }
}
@media (max-width: 768px) {
  .emc-main-list {
    padding: 40px 0 30px;
  }
}
.data-main {
  position: relative;
  padding: 150px 0;
  z-index: 20;
}
.data-main .wrapper .data-top {
  display: flex;
  align-items: center;
}
.data-main .wrapper .data-top .boxes:nth-child(1) {
  width: 100%;
}
.data-main .wrapper .data-top .boxes:nth-child(2) {
  margin-left: 15px;
  width: 34%;
}
.data-main .wrapper .data-top .boxes .truck {
  padding: 0 26px;
  height: 76px;
  border: 2px #e8e8e8 solid;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.data-main .wrapper .data-top .boxes .truck:hover {
  border-color: #1caf62;
}
.data-main .wrapper .data-top .boxes .truck input {
  width: 100%;
  
  font-size: 20px;
  color: #444;
}
.data-main .wrapper .data-top .boxes .truck .icon-svg {
  fill: #1caf62;
  width: 28px;
  height: 28px;
  display: flex;
  cursor: pointer;
}
.data-main .wrapper .data-list {
  margin-top: 36px;
}
.data-main .wrapper .data-list .li {
  margin-bottom: 16px;
}
.data-main .wrapper .data-list .li.on .row .railway-engine .boxes .triangle {
  transform: rotate(0);
}
.data-main .wrapper .data-list .li .row {
  height: 100px;
  background: linear-gradient(90deg, #1caf62, #159853);
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.data-main .wrapper .data-list .li .row .railway-engine {
  width: 100%;
  padding: 0 60px 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.data-main .wrapper .data-list .li .row .railway-engine .boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.data-main .wrapper .data-list .li .row .railway-engine .boxes .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-main .wrapper .data-list .li .row .railway-engine .boxes .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.data-main .wrapper .data-list .li .row .railway-engine .boxes .line {
  margin: 0 58px 0 40px;
  width: 1px;
  height: 50px;
  background: #fff;
  opacity: 0.4;
}
.data-main .wrapper .data-list .li .row .railway-engine .boxes .tit {
  
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}
.data-main .wrapper .data-list .li .row .railway-engine .boxes .triangle {
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.data-main .wrapper .data-list .li .data-ul {
  display: none;
  padding: 10px 38px 0;
  border: 1px #1caf62 solid;
}
.data-main .wrapper .data-list .li .data-ul li {
  height: 98px;
  border-bottom: 1px #e8e8e8 solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.data-main .wrapper .data-list .li .data-ul li:last-child {
  border-bottom: 0;
}
.data-main .wrapper .data-list .li .data-ul li:hover .item .text {
  color: #1caf62;
}
.data-main .wrapper .data-list .li .data-ul li:hover .item .icon-svg {
  fill: #1caf62;
}
.data-main .wrapper .data-list .li .data-ul li .item {
  width: 100%;
  display: flex;
  align-items: center;
}
.data-main .wrapper .data-list .li .data-ul li .item:nth-child(1) .icon-svg {
  margin-right: 48px;
  width: 26px;
  height: 26px;
  display: flex;
  transition: all 0.3s ease;
}
.data-main .wrapper .data-list .li .data-ul li .item:nth-child(2) {
  width: 60%;
}
.data-main .wrapper .data-list .li .data-ul li .item:nth-child(3) {
  width: 10%;
  display: flex;
  justify-content: flex-end;
}
.data-main .wrapper .data-list .li .data-ul li .item:nth-child(3) .icon-svg {
  width: 20px;
  height: 20px;
  display: flex;
  transition: all 0.3s ease;
}
.data-main .wrapper .data-list .li .data-ul li .item .text {
  display: block;
  transition: all 0.3s ease;
  
  line-height: 1.4;
  font-size: 20px;
  color: #555;
}

.wrapper-dropdown {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 7px;
  cursor: pointer;
  outline: none;
  z-index: 60;
}
.wrapper-dropdown p {
  color: #c7c7c7;
  font-family: ML;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wrapper-dropdown p input {
  display: inline-block;
  border: 0;
  background: none;
  padding: 0 26px;
  color: #444;
  font-size: 20px;
  font-weight: bold;
}
.wrapper-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #1caf62 transparent;
}
.wrapper-dropdown .dropdown {
  /* Size & position */
  position: absolute;
  top: 140%;
  left: 0;
  right: 0;
  /* Styles */
  background: white;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  transition: all 0.5s ease-in;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.wrapper-dropdown .dropdown li a {
  display: block;
  padding: 14px;
  text-decoration: none;
  color: #444;
  border-bottom: 1px solid #e6e8ea;
  box-shadow: inset 0 1px 0 rgb(255, 255, 255);
  transition: all 0.3s ease-out;
}
.wrapper-dropdown .dropdown li i {
  float: right;
  color: inherit;
}
.wrapper-dropdown .dropdown li:first-of-type a {
  border-radius: 7px 7px 0 0;
}
.wrapper-dropdown .dropdown li:last-of-type a {
  border-radius: 0 0 7px 7px;
  border: none;
}
.wrapper-dropdown .dropdown li:hover a {
  background: #f3f8f8;
}
.wrapper-dropdown .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}
.wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.wrapper-dropdown.hind .dropdown {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1779px) {
  .data-main {
    padding: 120px 0;
  }
  .data-main .wrapper .data-top .boxes:nth-child(2) {
    width: 44%;
  }
}
@media (max-width: 1560px) {
  .data-main {
    padding: 90px 0;
  }
  .data-main .wrapper .data-top .boxes:nth-child(2) {
    width: 54%;
  }
  .data-main .wrapper .data-top .boxes .truck {
    height: 66px;
  }
  .data-main .wrapper .data-list {
    margin-top: 30px;
  }
  .data-main .wrapper .data-list .li .row {
    height: 90px;
  }
  .data-main .wrapper .data-list .li .row .railway-engine .boxes .triangle {
    border-width: 10px 8px 0 8px;
  }
  .data-main .wrapper .data-list .li .data-ul li .item .text,
  .data-main .wrapper .data-list .li .row .railway-engine .boxes .tit {
    font-size: 18px;
  }
  .data-main .wrapper .data-list .li .row .railway-engine .boxes .icon {
    height: 70px;
  }
  .data-main .wrapper .data-list .li .data-ul li {
    height: 88px;
  }
}
@media (max-width: 1440px) {
  .data-main {
    padding: 70px 0;
  }
  .data-main .wrapper .data-top .boxes:nth-child(2) {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .data-main {
    padding: 60px 0;
  }
  .data-main .wrapper .data-list {
    margin-top: 20px;
  }
  .data-main .wrapper .data-top .boxes:nth-child(2) {
    width: 90%;
  }
  .wrapper-dropdown p input,
  .data-main .wrapper .data-top .boxes .truck input {
    font-size: 16px;
  }
  .data-main .wrapper .data-list .li .row {
    height: 80px;
  }
  .data-main .wrapper .data-list .li .row .railway-engine {
    padding: 0 40px 0 28px;
  }
  .data-main .wrapper .data-list .li .row .railway-engine .boxes .line {
    margin: 0 38px 0 30px;
    height: 40px;
  }
  .data-main .wrapper .data-list .li .data-ul {
    padding: 10px 38px 10px 30px;
  }
  .data-main .wrapper .data-list .li .data-ul li {
    height: 78px;
  }
}
@media (max-width: 990px) {
  .data-main {
    padding: 50px 0;
  }
  .data-main .wrapper .data-top .boxes:nth-child(2) {
    width: 100%;
  }
  .wrapper-dropdown p input,
  .data-main .wrapper .data-top .boxes .truck input {
    font-size: 14px;
  }
  .data-main .wrapper .data-list .li .data-ul li .item .text,
  .data-main .wrapper .data-list .li .row .railway-engine .boxes .tit {
    font-size: 16px;
  }
  .data-main .wrapper .data-list .li .row .railway-engine .boxes .line {
    height: 38px;
  }
}
@media (max-width: 768px) {
  .data-main {
    padding: 40px 0;
  }
  .data-main .wrapper .data-top {
    flex-direction: column;
  }
  .data-main .wrapper .data-top .boxes:nth-child(2) {
    margin: 10px 0;
  }
  .data-main .wrapper .data-top .boxes .truck {
    height: 50px;
    padding: 0 20px;
    border-width: 1px;
  }
  .data-main .wrapper .data-list {
    margin-top: 10px;
  }
  .data-main .wrapper .data-list .li {
    margin-bottom: 10px;
  }
  .data-main .wrapper .data-list .li .data-ul {
    padding: 10px 28px 10px 20px;
  }
  .data-main .wrapper .data-list .li .row {
    height: 60px;
  }
  .data-main .wrapper .data-list .li .row .railway-engine {
    padding: 0 20px;
  }
  .data-main .wrapper .data-list .li .data-ul li .item .text,
  .data-main .wrapper .data-list .li .row .railway-engine .boxes .tit {
    font-size: 14px;
  }
  .data-main .wrapper .data-list .li .row .railway-engine .boxes .line {
    margin: 0 28px 0 20px;
    height: 30px;
  }
  .data-main .wrapper .data-list .li .row .railway-engine .boxes .icon img {
    width: 30px;
  }
  .data-main .wrapper .data-list .li .row .railway-engine .boxes .triangle {
    border-width: 8px 6px 0 6px;
  }
  .data-main .wrapper .data-list .li .data-ul li .item:nth-child(1) .icon-svg {
    margin-right: 10px;
  }
  .data-main .wrapper .data-list .li .data-ul li .item:nth-child(2) {
    padding-left: 14px;
  }
  .data-main .wrapper .data-list .li .data-ul li .item:nth-child(1) .icon-svg {
    width: 22px;
    height: 22px;
  }
  .data-main .wrapper .data-list .li .data-ul li .item:nth-child(3) .icon-svg {
    width: 16px;
    height: 16px;
  }
}
.news-bannre {
  padding: 80px 0 60px;
  background: #f4f4f4;
  overflow: hidden;
}
.news-bannre .news-swiper .swiper-wrapper .swiper-slide .item {
  background: #fff;
  display: flex;
}
.news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes {
  width: 46%;
}
.news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes:nth-child(2) {
  width: 46%;
}
.news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: o-scale 20s linear infinite;
}
.news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info {
  padding: 66px 50px 66px 40px;
}
.news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .day {
  display: block;
  margin-bottom: 6px;
  font-family: MB;
  font-size: 52px;
  line-height: 1;
  color: #1caf62;
}
.news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .years {
  display: block;
  margin-bottom: 16px;
  font-family: MD;
  font-size: 18px;
  line-height: 1.2;
  color: #1caf62;
}
.news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .tit {
  margin-bottom: 12px;
  font-size: 26px;
  font-family: MD;
  line-height: 1.4;
  color: #333;
}
.news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .text {
  
  color: #333;
  font-size: 16px;
  opacity: 0.7;
  line-height: 1.6;
}
.news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .look {
  margin-top: 20px;
  width: 139px;
  height: 48px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: linear-gradient(45deg, #019146, #1cb063);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px 0px rgba(5, 149, 74, 0.5);
  transition: all 0.5s ease;
}
.news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .look:hover {
  transform: translateY(-5px);
}
.news-bannre .swiper-pagination {
  position: relative;
  margin-top: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-bannre .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: #f4f4f4;
  border: 2px #333 solid;
  transition: all 0.3s ease;
}
.news-bannre .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #17aa5d, #099b4f);
  border-color: #17aa5d;
}

@media (max-width: 1560px) {
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info {
    padding: 56px 40px 56px 30px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes:nth-child(2) {
    width: 50%;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .day {
    font-size: 48px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .years {
    font-size: 16px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .tit {
    font-size: 24px;
  }
  .news-bannre .swiper-pagination {
    margin-top: 34px;
  }
}
@media (max-width: 1440px) {
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info {
    padding: 56px 45px 56px 40px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes:nth-child(2) {
    width: 72%;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .day {
    font-size: 38px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .years {
    font-size: 14px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .tit {
    font-size: 20px;
  }
  .news-bannre .swiper-pagination {
    margin-top: 28px;
  }
}
@media (max-width: 1366px) {
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info {
    padding: 56px 45px 56px 40px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes:nth-child(2) {
    width: 62%;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .day {
    font-size: 48px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .years {
    font-size: 16px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .tit {
    font-size: 24px;
  }
  .news-bannre .swiper-pagination {
    margin-top: 34px;
  }
}
@media (max-width: 1199px) {
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info {
    padding: 26px 25px 26px 20px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes:nth-child(2) {
    width: 100%;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .day {
    font-size: 28px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .years {
    font-size: 14px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .tit {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .text {
    font-size: 14px;
  }
  .news-bannre .swiper-pagination {
    margin-top: 20px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .look {
    width: 100px;
    height: 40px;
    margin-top: 10px;
  }
}
@media (max-width: 990px) {
  .news-bannre {
    padding: 50px 0 30px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item {
    flex-direction: column;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .day {
    font-size: 24px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .years {
    margin-bottom: 10px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .tit {
    font-size: 16px;
  }
  .news-bannre .news-swiper .swiper-wrapper .swiper-slide .item .boxes .info .look {
    width: 90px;
    height: 36px;
    font-size: 12px;
  }
}
.news-industry-dynamics {
  padding: 90px 0 120px;
  background: #fff;
  overflow: hidden;
}
.news-industry-dynamics .news-list {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease;
}
.news-industry-dynamics .news-list li {
  width: 33.33%;
}
.news-industry-dynamics .news-list li a {
  margin: 20px;
  display: block;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.news-industry-dynamics .news-list li a:hover .pic img {
  transform: scale(1.1);
}
.news-industry-dynamics .news-list li a:hover .info .tit {
  color: #1caf62;
}
.news-industry-dynamics .news-list li a .pic {
  width: 100%;
  overflow: hidden;
}
.news-industry-dynamics .news-list li a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.news-industry-dynamics .news-list li a .info {
  padding: 26px 35px;
}
.news-industry-dynamics .news-list li a .info .tit {
  margin-bottom: 16px;
  
  color: #414141;
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  transition: all 0.5s ease;
}
.news-industry-dynamics .news-list li a .info .time {
  
  font-size: 14px;
  color: #000;
}

@media (max-width: 1560px) {
  .news-industry-dynamics .news-list {
    margin: 0 -18px;
  }
  .news-industry-dynamics .news-list li a {
    margin: 18px;
  }
  .news-industry-dynamics .news-list li a .info {
    padding: 22px 30px;
  }
  .news-industry-dynamics .news-list li a .info .tit {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1440px) {
  .news-industry-dynamics .news-list {
    margin: 0 -14px;
  }
  .news-industry-dynamics .news-list li a {
    margin: 14px;
  }
  .news-industry-dynamics .news-list li a .info {
    padding: 18px 24px;
  }
  .news-industry-dynamics .news-list li a .info .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1366px) {
  .news-industry-dynamics .news-list {
    margin: 0 -10px;
  }
  .news-industry-dynamics .news-list li a {
    margin: 10px;
  }
  .news-industry-dynamics .news-list li a .info {
    padding: 16px 20px;
  }
  .news-industry-dynamics .news-list li a .info .tit {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 990px) {
  .news-industry-dynamics {
    padding: 70px 0 90px;
  }
  .news-industry-dynamics .news-list {
    margin: 0 -6px;
  }
  .news-industry-dynamics .news-list li {
    width: 50%;
  }
  .news-industry-dynamics .news-list li a {
    margin: 6px;
  }
  .news-industry-dynamics .news-list li a .info {
    padding: 16px 20px;
  }
  .news-industry-dynamics .news-list li a .info .tit {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .news-industry-dynamics {
    padding: 50px 0 60px;
  }
  .news-industry-dynamics .news-list {
    margin: 0 -5px;
  }
  .news-industry-dynamics .news-list li {
    width: 50%;
  }
  .news-industry-dynamics .news-list li a {
    margin: 5px;
  }
  .news-industry-dynamics .news-list li a .info {
    padding: 12px 10px;
  }
  .news-industry-dynamics .news-list li a .info .tit {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .news-industry-dynamics .news-list li a .info .time {
    font-size: 12px;
  }
}
.pagingControl {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pagingControl .item {
  margin: 0 4px;
}
.pagingControl .item.on .box {
  background: linear-gradient(45deg, #019146, #1cb063);
  border-color: #019146;
}
.pagingControl .item.on .box .text {
  color: #fff !important;
}
.pagingControl .item .box {
  border: 1px #dee2e6 solid;
  width: 46px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.pagingControl .item .box:hover {
  border-color: #019146;
}
.pagingControl .item .box:hover .text {
  color: #019146;
}
.pagingControl .item .box:hover .icon-svg {
  fill: #019146;
}
.pagingControl .item .box .text {
  font-size: 16px;
  line-height: 1;
  color: #000;
  transition: all 0.3s ease;
}
.pagingControl .item .box .icon-svg {
  width: 26px;
  height: 26px;
  transition: all 0.3s ease;
  display: flex;
}

@media (max-width: 1199px) {
  .pagingControl {
    margin-top: 40px;
  }
  .pagingControl .item .box {
    width: 40px;
    height: 37px;
  }
}
@media (max-width: 768px) {
  .pagingControl {
    margin-top: 30px;
  }
  .pagingControl .item {
    margin: 0 3px;
  }
  .pagingControl .item .box {
    width: 30px;
    height: 27px;
  }
  .pagingControl .item .box .text {
    font-size: 14px;
  }
}
.map-main .amap-logo {
  opacity: 0.05;
}
.map-main .map {
  height: 420px;
}
.map-main .map .amap-info-contentContainer {
  margin-bottom: -36px;
  margin-left: 10px;
}
.map-main .map .amap-info-contentContainer .amap-info-content {
  width: 495px;
  height: 145px;
  background: url(../images/contact/icon-text.png) no-repeat;
  background-size: 495px;
  box-shadow: none;
}
.map-main .map .amap-info-contentContainer .amap-info-content .map-cont {
  margin-top: 40px;
  margin-left: 114px;
}
.map-main .map .amap-info-contentContainer .amap-info-content .map-cont .text {
  font-family: MS;
  color: #fff;
  line-height: 1;
  font-size: 22px;
}
.map-main .map .amap-info-contentContainer .amap-info-sharp {
  display: none;
}

@media (max-width: 1366px) {
  .map-main .map {
    height: 400px;
  }
  .map-main .map .amap-info-contentContainer {
    margin-bottom: -40px;
    margin-left: 7px;
  }
  .map-main .map .amap-info-contentContainer .amap-info-content {
    transform: scale(0.8);
  }
  .amap-icon img {
    width: 40px;
  }
}
@media (max-width: 990px) {
  .map-main .map {
    height: 300px;
  }
  .map-main .map .amap-info-contentContainer {
    margin-bottom: -60px;
    margin-left: -2px;
  }
  .map-main .map .amap-info-contentContainer .amap-info-content {
    transform: scale(0.6);
  }
  .amap-icon img {
    width: 20px;
  }
}
.contact-us-subheading {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.contact-us-subheading .tit {
  font-family: MM;
  font-size: 46px;
  line-height: 1;
  color: #353535;
}
.contact-us-subheading .hint {
  text-align: center;
  margin-top: 24px;
  line-height: 1.4;
  font-family: ML;
  font-size: 24px;
  color: #16191d;
  opacity: 0.5;
}
.contact-us-subheading .line {
  margin-top: 24px;
  width: 60px;
  height: 5px;
  background: #1caf62;
}

.contact-us {
  padding-top: 94px;
}
.contact-us .us-list {
  position: relative;
  margin-bottom: -40px;
  background: #fff;
  padding: 64px 0 40px;
  display: flex;
  z-index: 10;
}
.contact-us .us-list:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 170px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.04);
  z-index: -1;
}
.contact-us .us-list .icon-svg {
  width: 22px;
  height: 22px;
  margin-left: 5px;
  fill: #259f3d;
}
.contact-us .us-list li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us .us-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us .us-list li .icon {
  margin-bottom: 34px;
  width: 60px;
  height: 49px;
}
.contact-us .us-list li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-us .us-list li .tit {
  margin-bottom: 24px;
  font-family: MD;
  font-size: 20px;
  color: #259f3d;
  display: flex;
  align-items: center;
}
.contact-us .us-list li .text {
  text-align: center;
}
.contact-us .us-list li .text.text {
  margin-bottom: 5px;
}
.contact-us .us-list li .text.last {
  margin-top: 5px;
}
.contact-us .us-list li .text a {
  
  font-size: 18px;
  line-height: 1.2;
  color: #252d36;
}
.contact-us .us-list li .text p {
  
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #252d36;
}
.contact-us .us-list li .text.last-Two {
  margin-top: 14px;
}
.contact-us .us-list li .hint {
  white-space: pre;
  padding: 0 10px;
  margin: 0;
  font-family: MM;
  font-size: 14px;
  color: #259f3d;
  line-height: 1.4;
}
.contact-us .us-list li .code {
  padding: 6px;
  background: #fff;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
}
.contact-us .us-list li .code img {
  width: 100%;
}

@media (max-width: 1440px) {
  .contact-us-subheading .tit {
    font-size: 40px;
  }
  .contact-us-subheading .hint {
    font-size: 22px;
    margin-top: 20px;
  }
  .contact-us .us-list li .icon {
    margin-bottom: 24px;
    width: 55px;
    height: 44px;
  }
  .contact-us .us-list li .tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contact-us .us-list li .text p,
  .contact-us .us-list li .text a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .contact-us-subheading .tit {
    font-size: 30px;
  }
  .contact-us-subheading .hint {
    font-size: 20px;
    margin-top: 16px;
  }
  .contact-us .us-list li .icon {
    margin-bottom: 20px;
    width: 50px;
    height: 39px;
  }
  .contact-us .us-list li .tit {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .contact-us .us-list li .text p,
  .contact-us .us-list li .text a {
    font-size: 14px;
  }
  .contact-us .us-list li .code {
    width: 100px;
  }
}
@media (max-width: 990px) {
  .contact-us .us-list {
    flex-wrap: wrap;
    margin-bottom: -30px;
    padding: 54px 0 30px;
  }
  .contact-us .us-list li {
    width: 25%;
    margin-bottom: 20px;
  }
  .contact-us .us-list li:nth-child(5),
  .contact-us .us-list li:nth-child(6) {
    width: 50%;
  }
  .contact-us-subheading .tit {
    font-size: 24px;
  }
  .contact-us-subheading .line {
    margin-top: 14px;
    height: 3px;
    width: 40px;
  }
  .contact-us .us-list li .icon {
    margin-bottom: 20px;
    width: 50px;
    height: 39px;
  }
  .contact-us .us-list li .tit {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .contact-us .us-list li .text p,
  .contact-us .us-list li .text a {
    font-size: 14px;
  }
  .contact-us .us-list li .code {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .contact-us-subheading .tit {
    font-size: 22px;
  }
  .contact-us-subheading .hint {
    font-size: 14px;
    margin-top: 10px;
  }
  .contact-us .us-list li .icon {
    margin-bottom: 14px;
    width: 40px;
    height: 29px;
  }
  .contact-us {
    padding-top: 60px;
  }
  .contact-us .us-list {
    flex-wrap: wrap;
    margin-bottom: -20px;
    padding: 34px 0 10px;
  }
  .contact-us .us-list li {
    width: 50%;
    margin-bottom: 16px;
  }
  .contact-us .us-list li .tit {
    margin-bottom: 6px;
  }
  .contact-us .us-list li .text.last-Two {
    margin-top: 6px;
  }
  .contact-us .us-list li .text.last {
    margin: 0;
  }
  .contact-us .us-list:after {
    height: 500px;
  }
  .contact-us .us-list li .code {
    margin-top: 5px;
  }
}
.contact-us-form {
  position: relative;
  padding-bottom: 100px;
  z-index: 10;
}
.contact-us-form .wrapper:after {
  display: block;
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 520px;
  box-shadow: 0 -20px 19px 0 rgba(0, 0, 0, 0.03);
  z-index: 1;
}
.contact-us-form .wrapper .form-main {
  position: relative;
  background: #fff;
  padding: 110px 0 0;
  margin-top: -40px;
  overflow: hidden;
  z-index: 10;
}
.contact-us-form .wrapper .form-main .form-wrap {
  padding: 0 22px;
  margin-top: 100px;
}
.contact-us-form .wrapper .form-main .form-wrap .row {
  margin-bottom: 18px;
  display: flex;
}
.contact-us-form .wrapper .form-main .form-wrap .row .boxes {
  width: 100%;
  margin-left: 14px;
  border: 1px #e4e4e4 solid;
  transition: all 0.3s;
}
.contact-us-form .wrapper .form-main .form-wrap .row .boxes:first-child {
  margin-left: 0;
}
.contact-us-form .wrapper .form-main .form-wrap .row .boxes:hover {
  border-color: #1caf62;
}
.contact-us-form .wrapper .form-main .form-wrap .row .boxes .con {
  width: 100%;
  padding: 0 20px;
  height: 59px;
  border: 1px #fff solid;
  
  font-size: 16px;
  background: #fff;
  color: #666;
  box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.contact-us-form .wrapper .form-main .form-wrap .row .boxes .con:focus {
  border-color: #1caf62;
}
.contact-us-form .wrapper .form-main .form-wrap .row .boxes textarea {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  border: 1px #fff solid;
  
  font-size: 16px;
  color: #666;
  resize: none;
  transition: all 0.3s;
}
.contact-us-form .wrapper .form-main .form-wrap .row .boxes textarea:focus {
  border-color: #1caf62;
}
.contact-us-form .wrapper .form-main .form-wrap .row .btns {
  position: relative;
  display: block;
  margin: 26px auto;
  width: 228px;
  height: 60px;
  background: #1caf62;
  border: 0;
  
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: all 0.3s;
}
.contact-us-form .wrapper .form-main .form-wrap .row .btns:hover {
  box-shadow: 0 10px 30px 0px rgba(5, 149, 74, 0.3);
  transform: translateY(-5px);
}

@media (max-width: 1560px) {
  .contact-us-form .wrapper .form-main {
    padding-top: 90px;
  }
  .contact-us-form .wrapper .form-main .form-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .contact-us-form .wrapper .form-main {
    padding-top: 80px;
  }
  .contact-us-form .wrapper .form-main .form-wrap {
    margin-top: 70px;
  }
}
@media (max-width: 1366px) {
  .contact-us-form .wrapper .form-main {
    padding-top: 70px;
  }
  .contact-us-form .wrapper .form-main .form-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .contact-us-form .wrapper .form-main {
    padding-top: 60px;
  }
  .contact-us-form .wrapper .form-main .form-wrap {
    margin-top: 50px;
  }
  .contact-us-form .wrapper .form-main .form-wrap .row .boxes .con {
    height: 49px;
  }
  .contact-us-form .wrapper .form-main .form-wrap .row .btns {
    margin-top: 20px;
    width: 200px;
    height: 49px;
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .contact-us-form .wrapper .form-main {
    margin-top: -30px;
  }
  .contact-us-form .wrapper .form-main {
    padding-top: 50px;
  }
  .contact-us-form .wrapper .form-main .form-wrap {
    margin-top: 40px;
  }
  .contact-us-form .wrapper .form-main .form-wrap .row:nth-child(1) {
    margin: 0 0 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-us-form .wrapper .form-main .form-wrap .row:nth-child(1) .boxes {
    width: calc(50% - 5px);
    margin: 10px 0 0 0;
  }
  .contact-us-form .wrapper .form-main .form-wrap .row .boxes .con {
    height: 44px;
  }
  .contact-us-form .wrapper .form-main .form-wrap .row .btns {
    margin-top: 16px;
    width: 180px;
    height: 44px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contact-us-form {
    padding-bottom: 30px;
  }
  .contact-us-form .wrapper .form-main {
    margin-top: -20px;
  }
  .contact-us-form .wrapper .form-main {
    padding-top: 40px;
  }
  .contact-us-form .wrapper .form-main .form-wrap {
    margin-top: 30px;
    padding: 0 10px;
  }
  .contact-us-form .wrapper .form-main .form-wrap .row .boxes .con {
    font-size: 14px;
    padding: 0 10px;
  }
  .contact-us-form .wrapper .form-main .form-wrap .row .boxes textarea {
    font-size: 14px;
    padding: 10px;
  }
  .contact-us-form .wrapper .form-main .form-wrap .row .btns {
    margin-top: 12px;
    width: 140px;
    height: 42px;
    font-size: 14px;
  }
}
.news-details .details-case .info {
  padding-top: 110px;
}
.news-details .details-case .info .tit {
  margin-bottom: 36px;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  color: #333;
}
.news-details .details-case .info .time {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-details .details-case .info .time .icon-svg {
  fill: #62656a;
  width: 20px;
  height: 20px;
}
.news-details .details-case .info .time span {
  margin-left: 8px;
  
  font-size: 16px;
  line-height: 1;
  color: #808080;
}
.news-details .details-case .main-content {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 5px #1caf62 solid;
}
.news-details .details-case .main-content p {
  margin-bottom: 20px;
  
  line-height: 2;
  font-size: 18px;
  color: #808080;
  text-align: justify;
}
.news-details .details-case .main-content img {
  margin: 20px 0 40px;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.news-details .details-case .content-nav {
  margin-top: 120px;
  padding-bottom: 110px;
  border-top: 1px #e6e6e6 solid;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.news-details .details-case .content-nav .link {
  width: 198px;
  height: 58px;
  font-size: 18px;
  color: #808080;
  border: 1px #e6e6e6 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.news-details .details-case .content-nav .link:hover {
  color: #1caf62;
  border-color: #1caf62;
}
.news-details .details-case .content-nav .return {
  background: #fff;
  position: relative;
  padding: 0 30px;
  margin-top: -68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news-details .details-case .content-nav .return:hover .icon {
  border-color: #1caf62;
}
.news-details .details-case .content-nav .return:hover .icon .icon-svg {
  fill: #1caf62;
}
.news-details .details-case .content-nav .return:hover span {
  color: #1caf62;
}
.news-details .details-case .content-nav .return .icon {
  width: 58px;
  height: 58px;
  border: 1px #e6e6e6 solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.news-details .details-case .content-nav .return .icon .icon-svg {
  width: 30px;
  height: 30px;
  fill: #808080;
  transition: all 0.3s ease;
}
.news-details .details-case .content-nav .return span {
  margin-top: 8px;
  display: block;
  font-size: 14px;
  color: #808080;
  transition: all 0.3s ease;
}

@media (max-width: 1560px) {
  .news-details .details-case .info {
    padding-top: 100px;
  }
  .news-details .details-case .info .tit {
    margin-bottom: 32px;
    font-size: 44px;
  }
  .news-details .details-case .main-content {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 4px #1caf62 solid;
  }
  .news-details .details-case .content-nav {
    margin-top: 100px;
    padding-bottom: 90px;
    padding-top: 30px;
  }
  .news-details .details-case .content-nav .return {
    margin-top: -58px;
  }
}
@media (max-width: 1440px) {
  .news-details .details-case .info {
    padding-top: 90px;
  }
  .news-details .details-case .info .tit {
    margin-bottom: 28px;
    font-size: 34px;
  }
  .news-details .details-case .main-content {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 3px #1caf62 solid;
  }
  .news-details .details-case .content-nav {
    margin-top: 90px;
    padding-bottom: 80px;
    padding-top: 20px;
  }
  .news-details .details-case .content-nav .return {
    margin-top: -48px;
  }
  .news-details .details-case .content-nav .link {
    width: 168px;
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .news-details .details-case .info {
    padding-top: 70px;
  }
  .news-details .details-case .info .tit {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .news-details .details-case .info {
    padding-top: 60px;
  }
  .news-details .details-case .info .tit {
    font-size: 24px;
  }
  .news-details .details-case .main-content p {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .news-details .details-case .main-content img {
    margin: 14px 0 28px;
  }
  .news-details .details-case .content-nav {
    margin-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 990px) {
  .news-details .details-case .info {
    padding-top: 50px;
  }
  .news-details .details-case .info .tit {
    font-size: 22px;
  }
  .news-details .details-case .main-content p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .news-details .details-case .main-content img {
    margin: 12px 0 24px;
  }
  .news-details .details-case .content-nav {
    margin-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .news-details .details-case .info {
    padding-top: 40px;
  }
  .news-details .details-case .info .tit {
    font-size: 18px;
  }
  .news-details .details-case .info .time .icon-svg {
    width: 16px;
    height: 16px;
  }
  .news-details .details-case .info .time span {
    font-size: 14px;
    margin-left: 6px;
  }
  .news-details .details-case .main-content {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px #1caf62 solid;
  }
  .news-details .details-case .main-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .news-details .details-case .main-content img {
    margin: 10px 0 20px;
  }
  .news-details .details-case .content-nav {
    margin-top: 50px;
    padding-bottom: 40px;
  }
  .news-details .details-case .content-nav .return .icon {
    width: 38px;
    height: 38px;
  }
  .news-details .details-case .content-nav .return .icon .icon-svg {
    width: 20px;
    height: 20px;
  }
  .news-details .details-case .content-nav .link {
    width: 80px;
    height: 38px;
    font-size: 14px;
  }
}
.iShare {
  position: fixed;
  top: 30vh;
  left: 20px;
  z-index: 100;
}
.iShare .row .item {
  margin-bottom: 2px;
  width: 48px;
  height: 48px;
  background: #e8f7ef;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.iShare .row .item .icon-svg {
  fill: #1caf62;
  width: 22px;
  height: 22px;
  transition: all 0.3s ease;
}
.iShare .row .item:hover {
  background: #1caf62;
}
.iShare .row .item:hover .icon-svg {
  fill: #fff;
}

@media (max-width: 768px) {
  .iShare {
    display: none;
  }
}
.talents-headline .tit {
  font-family: MM;
  font-size: 46px;
  font-weight: normal;
  line-height: 1;
  color: #353535;
}
.talents-headline .text {
  display: block;
  margin-top: 14px;
  font-family: ML;
  font-size: 24px;
  line-height: 1;
  color: #16191d;
  opacity: 0.5;
}
.talents-headline p {
  
  color: #555;
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
}

.talent-contest {
  height: 1025px;
  background: #f7f7f7 url(../images/talents-bg1.jpg) no-repeat bottom center;
  background-size: 100%;
}
.talent-contest .talents-headline {
  margin-bottom: 90px;
  padding-top: 105px;
  text-align: center;
}
.talent-contest .talents-headline .text {
  margin-bottom: 50px;
}
.talent-contest .idea-ul {
  display: flex;
}
.talent-contest .idea-ul li {
  margin-top: 68px;
  width: 25%;
}
.talent-contest .idea-ul li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.talent-contest .idea-ul li .box .pic {
  position: relative;
  width: 240px;
  height: 242px;
  background: url(../images/talent-circle.png) no-repeat;
  background-size: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.5s ease;
}
.talent-contest .idea-ul li .box .pic img {
  width: 40%;
  display: block;
}
.talent-contest .idea-ul li .box .pic span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  
  font-size: 26px;
  line-height: 1;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.talent-contest .idea-ul li .box .text {
  position: relative;
  margin-top: -190px;
  width: 380px;
  height: 276px;
  padding: 50px 30px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.04);
  z-index: 1;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  transform: translateY(50px);
}
.talent-contest .idea-ul li .box .text p {
  
  line-height: 1.8;
  font-size: 16px;
  color: #333;
  text-align: justify;
}
.talent-contest .idea-ul li .box:hover .pic {
  background: url(../images/talent-circle-active.png) no-repeat;
  background-size: 240px;
  transform: translateY(-70px);
}
.talent-contest .idea-ul li .box:hover .text {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1560px) {
  .talent-contest {
    height: 945px;
  }
  .talents-headline .tit {
    font-size: 44px;
  }
  .talents-headline .text {
    font-size: 22px;
  }
  .talents-headline p {
    font-size: 18px;
  }
  .talent-contest .talents-headline .text {
    margin-bottom: 40px;
  }
  .talent-contest .talents-headline {
    margin-bottom: 80px;
    padding-top: 95px;
  }
  .talent-contest .idea-ul li {
    margin-top: 48px;
  }
  .talent-contest .idea-ul li .box .pic {
    width: 230px;
    height: 232px;
    background-size: 230px;
  }
  .talent-contest .idea-ul li .box:hover .pic {
    background-size: 230px;
    transform: translateY(-60px);
  }
  .talent-contest .idea-ul li .box .pic span {
    font-size: 24px;
  }
  .talent-contest .idea-ul li .box .text {
    margin-top: -175px;
    width: 320px;
    height: 266px;
    padding: 40px 30px 30px;
  }
}
@media (max-width: 1440px) {
  .talent-contest {
    height: 800px;
  }
  .talents-headline .tit {
    font-size: 44px;
  }
  .talents-headline .text {
    font-size: 22px;
  }
  .talents-headline p {
    font-size: 18px;
  }
  .talent-contest .talents-headline .text {
    margin-bottom: 30px;
  }
  .talent-contest .talents-headline {
    margin-bottom: 70px;
    padding-top: 85px;
  }
  .talent-contest .idea-ul li {
    margin-top: 38px;
  }
  .talent-contest .idea-ul li .box .pic {
    width: 180px;
    height: 182px;
    background-size: 180px;
  }
  .talent-contest .idea-ul li .box:hover .pic {
    background-size: 180px;
    transform: translateY(-60px);
  }
  .talent-contest .idea-ul li .box .pic span {
    font-size: 20px;
  }
  .talent-contest .idea-ul li .box .text {
    margin-top: -150px;
    width: 96%;
    height: 236px;
    padding: 30px 20px 20px;
  }
}
@media (max-width: 1366px) {
  .talent-contest {
    height: 800px;
  }
  .talents-headline .tit {
    font-size: 44px;
  }
  .talents-headline .text {
    font-size: 22px;
  }
  .talents-headline p {
    font-size: 18px;
  }
  .talent-contest .talents-headline .text {
    margin-bottom: 30px;
  }
  .talent-contest .talents-headline {
    margin-bottom: 60px;
    padding-top: 75px;
  }
  .talent-contest .idea-ul li {
    margin-top: 38px;
  }
  .talent-contest .idea-ul li .box .pic {
    width: 180px;
    height: 182px;
    background-size: 180px;
  }
  .talent-contest .idea-ul li .box:hover .pic {
    background-size: 180px;
    transform: translateY(-60px);
  }
  .talent-contest .idea-ul li .box .pic span {
    font-size: 20px;
  }
  .talent-contest .idea-ul li .box .text {
    margin-top: -150px;
    width: 96%;
    height: 236px;
    padding: 30px 20px 20px;
  }
}
@media (max-width: 1199px) {
  .talent-contest {
    height: 770px;
  }
  .talents-headline .tit {
    font-size: 34px;
  }
  .talents-headline .text {
    font-size: 20px;
  }
  .talents-headline p {
    font-size: 18px;
  }
  .talent-contest .talents-headline .text {
    margin-bottom: 20px;
  }
  .talent-contest .talents-headline {
    margin-bottom: 60px;
    padding-top: 75px;
  }
  .talent-contest .idea-ul li {
    margin-top: 28px;
  }
  .talent-contest .idea-ul li .box .pic {
    width: 150px;
    height: 152px;
    background-size: 150px;
  }
  .talent-contest .idea-ul li .box:hover .pic {
    background-size: 150px;
    transform: translateY(-30px);
  }
  .talent-contest .idea-ul li .box .pic span {
    font-size: 18px;
  }
  .talent-contest .idea-ul li .box .text {
    margin-top: -100px;
    width: 96%;
    height: 210px;
    padding: 30px 20px 20px;
  }
  .talent-contest .idea-ul li .box .text p {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .talent-contest {
    height: auto;
    padding-bottom: 50px;
  }
  .talents-headline .tit {
    font-size: 24px;
  }
  .talents-headline .text {
    font-size: 18px;
  }
  .talents-headline p {
    font-size: 16px;
  }
  .talent-contest .talents-headline .text {
    margin-bottom: 16px;
  }
  .talent-contest .talents-headline {
    margin-bottom: 50px;
    padding-top: 65px;
  }
  .talent-contest .idea-ul {
    flex-wrap: wrap;
  }
  .talent-contest .idea-ul li {
    margin-top: 24px;
    width: 50%;
  }
  .talent-contest .idea-ul li .box .pic {
    width: 120px;
    height: 122px;
    background-size: 120px;
  }
  .talent-contest .idea-ul li .box:hover .pic {
    background-size: 120px;
    transform: translateY(-30px);
  }
  .talent-contest .idea-ul li .box .pic span {
    font-size: 16px;
  }
  .talent-contest .idea-ul li .box .text {
    margin-top: -90px;
    width: 96%;
    height: 160px;
    padding: 20px;
  }
  .talent-contest .idea-ul li .box .text p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .talent-contest {
    padding-bottom: 20px;
    background-size: auto;
  }
  .talent-contest .idea-ul li .box .pic {
    transform: translateY(-30px);
  }
  .talent-contest .idea-ul li {
    padding-bottom: 40px;
  }
  .talent-contest .idea-ul li .box .text {
    margin-top: -90px;
    width: 96%;
    height: 220px;
    padding: 20px;
    opacity: 1;
    transform: translateY(0);
  }
}
.talent-occupation {
  position: relative;
  height: 900px;
  background: url(../images/talent-occupation.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.talent-occupation .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.talent-occupation .wrapper img {
  width: 100%;
}
.talent-occupation canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .talent-occupation {
    height: 950px;
  }
}
@media (max-width: 1366px) {
  .talent-occupation {
    height: 100vh;
  }
}
@media (max-width: 990px) {
  .talent-occupation {
    height: 60vh;
  }
}
@media (max-width: 768px) {
  .talent-occupation {
    height: 50vh;
    background-attachment: initial;
  }
}
.talent-recruitment {
  padding-bottom: 120px;
  position: relative;
  background: #f7f7f7;
}
.talent-recruitment .talents-headline {
  padding: 100px 0 60px;
}
.talent-recruitment .talents-form {
  padding-bottom: 46px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.talent-recruitment .talents-form .boxes {
  position: relative;
  margin-left: 10px;
  width: 100%;
  height: 56px;
  border: 2px #e6e6e6 solid;
  transition: all 0.3s ease;
}
.talent-recruitment .talents-form .boxes:nth-child(1) {
  z-index: 3;
}
.talent-recruitment .talents-form .boxes:nth-child(2) {
  z-index: 3;
}
.talent-recruitment .talents-form .boxes:nth-child(3) {
  z-index: 1;
}
.talent-recruitment .talents-form .boxes:nth-child(4) {
  z-index: 1;
}
.talent-recruitment .talents-form .boxes:hover {
  border-color: #1caf62;
}
.talent-recruitment .talents-form .boxes:first-child {
  margin-left: 0;
}
.talent-recruitment .talents-form .boxes .truck {
  height: 100%;
}
.talent-recruitment .talents-form .boxes .truck .wrapper-dropdown {
  height: 100%;
  padding: 0 22px 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.talent-recruitment .talents-form .boxes .truck .wrapper-dropdown::after {
  display: none;
}
.talent-recruitment .talents-form .boxes .truck .wrapper-dropdown .icon-svg {
  width: 16px;
  height: 16px;
  fill: #a6a6a6;
}
.talent-recruitment .talents-form .boxes .truck .wrapper-dropdown p input {
  
  color: #a6a6a6;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
}
.talent-recruitment .talents-form .boxes .truck .wrapper-dropdown p input.change {
  color: #000;
}
.talent-recruitment .talents-form .boxes .truck .wrapper-dropdown input {
  
  font-size: 16px;
  width: 100%;
  height: 100%;
}
.talent-recruitment .talents-form .boxes .truck .wrapper-dropdown .btn {
  background: none;
  cursor: pointer;
}
.talent-recruitment .talents-form .boxes .truck .wrapper-dropdown .btn .icon-svg {
  width: 30px;
  height: 30px;
  fill: #1caf62;
}

@media (max-width: 1440px) {
  .talent-recruitment .talents-form {
    padding-bottom: 36px;
  }
}
@media (max-width: 1366px) {
  .talent-recruitment .talents-form {
    padding-bottom: 26px;
  }
  .talent-recruitment .talents-headline {
    padding: 80px 0 40px;
  }
  .talent-recruitment .talents-form .boxes .truck .wrapper-dropdown {
    padding: 0 15px 0 20px;
  }
  .talent-recruitment .talents-form .boxes .truck .wrapper-dropdown .btn .icon-svg {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 1199px) {
  .talent-recruitment .talents-form {
    padding-bottom: 20px;
  }
  .talent-recruitment .talents-form .boxes .truck .wrapper-dropdown p input,
  .talent-recruitment .talents-form .boxes .truck .wrapper-dropdown input {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .talent-recruitment .talents-form {
    padding-bottom: 15px;
  }
  .talent-recruitment .talents-headline {
    padding: 65px 0 30px;
  }
  .talent-recruitment .talents-form {
    flex-wrap: wrap;
  }
  .talent-recruitment .talents-form .boxes {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  .talent-recruitment .talents-form .boxes .truck .wrapper-dropdown {
    padding: 0 10px 0 10px;
  }
  .talent-recruitment .talents-form .boxes .truck .wrapper-dropdown .btn .icon-svg {
    width: 26px;
    height: 26px;
  }
  .talent-recruitment .talents-form .boxes {
    height: 50px;
  }
  .talent-recruitment .talents-form .boxes .truck .wrapper-dropdown .btn .icon-svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 768px) {
  .talent-recruitment .talents-form {
    padding-bottom: 10px;
  }
  .talent-recruitment .talents-headline {
    padding: 50px 0 25px;
  }
  .talent-recruitment .talents-form .boxes .truck .wrapper-dropdown {
    padding: 0 10px 0 10px;
  }
  .talent-recruitment .talents-form .boxes .truck .wrapper-dropdown .btn .icon-svg {
    width: 22px;
    height: 22px;
  }
  .talent-recruitment .talents-form .boxes {
    height: 44px;
    border-width: 1px;
  }
  .talent-recruitment .talents-form .boxes .truck .wrapper-dropdown .btn .icon-svg {
    width: 20px;
    height: 20px;
  }
}
.talent-list .list li:first-child .row .roof {
  border-top: 1px #e6e6e6 solid;
}
.talent-list .list li:nth-child(2n+1) .row .roof {
  background: #fff;
}
.talent-list .list li .row .roof {
  padding: 0 54px 0 34px;
  height: 100px;
  border-bottom: 1px #e6e6e6 solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.talent-list .list li .row .roof .item {
  display: flex;
  flex-direction: column;
}
.talent-list .list li .row .roof .item:nth-child(1) {
  width: 30%;
}
.talent-list .list li .row .roof .item:nth-child(2) {
  width: 20%;
}
.talent-list .list li .row .roof .item:nth-child(3) {
  width: 20%;
}
.talent-list .list li .row .roof .item:nth-child(4) {
  width: 20%;
}
.talent-list .list li .row .roof .item .tit {
  
  font-size: 22px;
  line-height: 1.4;
  color: #555;
  font-weight: normal;
}
.talent-list .list li .row .roof .item .text {
  display: block;
  color: #666;
  font-family: ML;
  font-size: 20px;
}
.talent-list .list li .row .roof .item .text:last-child {
  margin-top: 6px;
  font-size: 18px;
  color: #333333;
}
.talent-list .list li .row .roof .item .text.time {
  font-size: 15px;
}
.talent-list .list li .row .roof .item .icon-svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.talent-list .list li.active .row .roof {
  background: #1caf62;
}
.talent-list .list li.active .row .roof .item .tit {
  color: #fff;
}
.talent-list .list li.active .row .roof .item .text {
  color: #fff;
}
.talent-list .list li.active .row .roof .item .icon-svg {
  transform: rotate(0);
  fill: #fff;
}
.talent-list .list li.active .row .room {
  display: block;
}
.talent-list .list .room {
  position: relative;
  height: 654px;
  background: #fff;
  display: none;
  cursor: pointer;
  overflow: hidden;
}
.talent-list .list .room .pic {
  height: 100%;
}
.talent-list .list .room .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.talent-list .list .room .info {
  margin-left: 37%;
  padding-right: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.talent-list .list .room .info .con h4 {
  margin: 30px 0 10px;
  font-family: MM;
  font-size: 22px;
  line-height: 1.4;
  color: #333;
}
.talent-list .list .room .info .con h4:first-child {
  margin-top: 0;
}
.talent-list .list .room .info .con p {
  
  line-height: 2;
  font-size: 16px;
  color: #808080;
}
.talent-list .list .room .info .con .btns {
  margin-top: 40px;
  width: 180px;
  height: 48px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: linear-gradient(45deg, #019146, #1cb063);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px 0px rgba(5, 149, 74, 0.5);
  transition: all 0.5s ease;
}
.talent-list .list .room .info .con .btns:hover {
  transform: translateY(-5px);
}

@media (max-width: 1440px) {
  .talent-list .list li .row .roof {
    height: 80px;
  }
  .talent-list .list li .row .roof .item .tit {
    font-size: 20px;
  }
  .talent-list .list li .row .roof .item .text {
    font-size: 18px;
  }
  .talent-list .list .room {
    height: 500px;
  }
  .talent-list .list .room .info {
    margin-left: 32%;
  }
  .talent-list .list .room .info .con h4 {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .talent-list .list .room .info .con p {
    font-size: 14px;
  }
  .talent-list .list .room .info .con .btns {
    margin-top: 30px;
  }
}
@media (max-width: 1366px) {
  .talent-recruitment {
    padding-bottom: 110px;
  }
  .talent-list .list li .row .roof {
    height: 70px;
  }
  .talent-list .list li .row .roof .item .tit {
    font-size: 18px;
  }
  .talent-list .list li .row .roof .item .text {
    font-size: 16px;
  }
  .talent-list .list li .row .roof .item .text:last-child {
    font-size: 14px;
  }
  .talent-list .list .room {
    height: 500px;
  }
  .talent-list .list .room .info {
    margin-left: 30%;
  }
  .talent-list .list .room .info .con h4 {
    font-size: 18px;
    margin: 18px 0 8px;
  }
  .talent-list .list .room .info .con p {
    font-size: 14px;
  }
  .talent-list .list .room .info .con .btns {
    margin-top: 20px;
    width: 140px;
    height: 42px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .talent-recruitment {
    padding-bottom: 100px;
  }
  .talent-list .list li .row .roof {
    height: 60px;
    padding: 0 44px 0 24px;
  }
  .talent-list .list li .row .roof .item .tit {
    font-size: 16px;
  }
  .talent-list .list li .row .roof .item .text {
    font-size: 14px;
  }
  .talent-list .list .room {
    height: auto;
    padding: 30px 0;
  }
  .talent-list .list .room .info {
    position: relative;
  }
  .talent-list .list .room .pic {
    display: none;
  }
  .talent-list .list .room .info {
    padding: 0;
    margin-left: 0;
  }
  .talent-list .list .room .info .con {
    padding: 0 30px;
  }
  .talent-list .list .room .info .con h4 {
    font-size: 16px;
    margin: 16px 0 6px;
  }
  .talent-list .list .room .info .con p {
    font-size: 14px;
  }
  .talent-list .list .room .info .con .btns {
    margin-top: 20px;
    width: 120px;
    height: 38px;
    font-size: 14px;
  }
  .talent-list .list li .row .roof .item .icon-svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 990px) {
  .talent-recruitment {
    padding-bottom: 80px;
  }
  .talent-list .list li .row .roof {
    height: auto;
    padding: 14px;
  }
  .talent-list .list li .row .roof .item .tit {
    font-size: 14px;
  }
  .talent-list .list li .row .roof .item .text {
    font-size: 12px;
  }
  .talent-list .list li .row .roof .item .text:last-child {
    font-size: 12px;
  }
  .talent-list .list .room {
    height: auto;
    padding: 30px 0;
  }
  .talent-list .list .room .info {
    position: relative;
  }
  .talent-list .list .room .pic {
    display: none;
  }
  .talent-list .list .room .info {
    padding: 0;
    margin-left: 0;
  }
  .talent-list .list .room .info .con {
    padding: 0 20px;
  }
  .talent-list .list .room .info .con h4 {
    font-size: 16px;
    margin: 16px 0 6px;
  }
  .talent-list .list .room .info .con p {
    font-size: 14px;
    text-align: justify;
  }
  .talent-list .list .room .info .con .btns {
    margin-top: 20px;
    width: 100px;
    height: 34px;
    font-size: 12px;
  }
  .talent-list .list li .row .roof .item .icon-svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .talent-recruitment {
    padding-bottom: 60px;
  }
  .talent-list .list li .row .roof .item .icon-svg {
    width: 12px;
    height: 12px;
  }
}
.product-details-banner {
  padding: clamp(2.5rem, 2rem + 2.5vw, 5rem) 0;
  margin-bottom: 50px;
  background: #fff url(../images/product-details-banner.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-details-banner .details-banner {
  display: flex;
}
.product-details-banner .details-banner .boxes {
  width: 100%;
}
.product-details-banner .details-banner .boxes .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-details-banner .details-banner .boxes .info .english {
  display: block;
  margin-bottom: 10px;
  
  color: #1caf62;
  font-size: 32px;
}
.product-details-banner .details-banner .boxes .info .tit {
  display: block;
  margin-bottom: 20px;
  font-family: MM;
  font-size: 46px;
  font-weight: normal;
  color: #111111;
}
.product-details-banner .details-banner .boxes .info .cn-ul {
  margin-bottom: 26px;
}
.product-details-banner .details-banner .boxes .info .cn-ul li {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
  
  color: #555;
  line-height: 1.4;
  font-size: 18px;
}
.product-details-banner .details-banner .boxes .info .cn-ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  left: 0;
  top: 15px;
  border-radius: 50%;
  background: #555555;
}
.product-details-banner .details-banner .boxes .info .us-ul li {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
  
  color: #012643;
  font-size: 16px;
  line-height: 1.4;
}
.product-details-banner .details-banner .boxes .info .us-ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  left: 0;
  top: 15px;
  border-radius: 50%;
  background: #555555;
}
.product-details-banner .details-banner .boxes .info .row-btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.product-details-banner .details-banner .boxes .info .row-btns .btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-details-banner .details-banner .boxes .info .row-btns .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 10px 0px rgba(5, 149, 74, 0.3);
}
.product-details-banner .details-banner .boxes .info .row-btns .btn.btn1 {
  width: 200px;
  background: #1caf62;
}
.product-details-banner .details-banner .boxes .info .row-btns .btn.btn2 {
  margin-left: 13px;
  width: 132px;
  background: #012643;
}
.product-details-banner .details-banner .boxes .info .row-btns .btn .icon-svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  margin-right: 10px;
}
.product-details-banner .details-banner .boxes .info .row-btns .btn span {
  color: #fff;
  
  font-size: 16px;
}
.product-details-banner .details-banner .boxes:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
.product-details-banner .details-banner .boxes .pic {
  width: 86%;
  margin: 0 7%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details-banner .details-banner .boxes .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}

@media (max-width: 1440px) {
  .product-details-banner .details-banner .boxes .info .english {
    font-size: 28px;
  }
  .product-details-banner .details-banner .boxes .info .tit {
    font-size: 42px;
    margin-bottom: 16px;
  }
  .product-details-banner .details-banner .boxes .info .cn-ul {
    margin-bottom: 22px;
  }
  .product-details-banner .details-banner .boxes .info .us-ul li,
  .product-details-banner .details-banner .boxes .info .cn-ul li {
    font-size: 16px;
  }
  .product-details-banner .details-banner .boxes .info .row-btns {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .product-details-banner .details-banner .boxes .info .english {
    font-size: 24px;
  }
  .product-details-banner .details-banner .boxes .info .tit {
    font-size: 38px;
    margin-bottom: 12px;
  }
  .product-details-banner .details-banner .boxes .info .cn-ul {
    margin-bottom: 18px;
  }
  .product-details-banner .details-banner .boxes .info .us-ul li,
  .product-details-banner .details-banner .boxes .info .cn-ul li {
    font-size: 14px;
  }
  .product-details-banner .details-banner .boxes .info .row-btns {
    margin-top: 20px;
  }
  .product-details-banner .details-banner .boxes .info .row-btns .btn span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .product-details-banner {
    height: auto;
    padding: 50px 0;
  }
  .product-details-banner .details-banner {
    flex-direction: column-reverse;
  }
  .product-details-banner .details-banner .boxes {
    width: 100%;
  }
  .product-details-banner .details-banner .boxes .pic {
    width: 60%;
    margin: 20px auto;
  }
  .product-details-banner .details-banner .boxes .info .english {
    font-size: 22px;
  }
  .product-details-banner .details-banner .boxes .info .tit {
    font-size: 34px;
    margin-bottom: 8px;
  }
  .product-details-banner .details-banner .boxes .info .cn-ul {
    margin-bottom: 14px;
  }
  .product-details-banner .details-banner .boxes .info .row-btns {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .product-details-banner {
    height: auto;
    padding: 30px 0 50px;
  }
  .product-details-banner .details-banner .boxes .info .english {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .product-details-banner .details-banner .boxes .info .tit {
    font-size: 22px;
    margin-bottom: 6;
  }
  .product-details-banner .details-banner .boxes .info .cn-ul {
    margin-bottom: 12px;
  }
  .product-details-banner .details-banner .boxes .info .row-btns {
    margin-top: 20px;
  }
  .product-details-banner .details-banner .boxes .info .row-btns .btn .icon-svg {
    width: 24px;
    height: 24px;
  }
}
.pc {
  display: block;
}

.m {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .m {
    display: block;
  }
}
.product-headline {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-headline .tit {
  font-family: MM;
  font-size: 46px;
  color: #353535;
  line-height: 1;
}
.product-headline .english {
  font-family: MM;
  margin: 10px auto 20px;
  font-size: 16px;
  line-height: 1;
  color: #808080;
}
.product-headline .line {
  background: #1caf62;
  display: block;
  width: 60px;
  height: 5px;
}

.product-details-table {
  padding: 100px 0 17px;
}
.product-details-table .ts-img {
  margin-bottom: 100px;
  width: 100%;
}
.product-details-table .ts-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.product-details-table .product-table table {
  width: 100%;
}
.product-details-table .product-table table tr th {
  height: 80px;
  border: 1px #e9e9e9 solid;
  background: #f9f9f9;
  font-family: MM;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.product-details-table .product-table table tr td {
  height: 66px;
  border: 1px #e9e9e9 solid;
  
  font-size: 18px;
  text-align: center;
}

@media (max-width: 1560px) {
  .product-details-table {
    padding: 90px 0 160px;
  }
  .product-headline {
    margin-bottom: 40px;
  }
  .product-headline .tit {
    font-size: 42px;
  }
  .product-details-table .ts-img {
    margin-bottom: 80px;
  }
  .product-details-table .product-table table tr th {
    font-size: 22px;
    height: 75px;
  }
  .product-details-table .product-table table tr td {
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .product-details-table {
    padding: 80px 0 150px;
  }
  .product-headline {
    margin-bottom: 30px;
  }
  .product-headline .tit {
    font-size: 36px;
  }
  .product-details-table .ts-img {
    margin-bottom: 70px;
  }
  .product-details-table .product-table table tr th {
    font-size: 20px;
    height: 70px;
  }
  .product-details-table .product-table table tr td {
    height: 55px;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .product-details-table {
    padding: 70px 0 120px;
  }
  .product-headline {
    margin-bottom: 26px;
  }
  .product-headline .tit {
    font-size: 32px;
  }
  .product-details-table .ts-img {
    margin-bottom: 60px;
  }
  .product-details-table .product-table table tr th {
    font-size: 18px;
    height: 66px;
  }
  .product-details-table .product-table table tr td {
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .product-details-table {
    padding: 60px 0 100px;
  }
  .product-headline {
    margin-bottom: 22px;
  }
  .product-headline .tit {
    font-size: 28px;
  }
  .product-details-table .ts-img {
    margin-bottom: 50px;
  }
  .product-details-table .product-table table tr th {
    font-size: 16px;
    height: 60px;
  }
  .product-details-table .product-table table tr td {
    height: 46px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .product-details-table {
    padding: 40px 0 60px;
  }
  .product-headline {
    margin-bottom: 18px;
  }
  .product-table {
    overflow-x: auto;
  }
  .product-headline .tit {
    font-size: 22px;
  }
  .product-headline .line {
    height: 3px;
    width: 40px;
  }
  .product-details-table .ts-img {
    margin-bottom: 30px;
  }
  .product-details-table .product-table table tr th {
    font-size: 12px;
    height: 50px;
    line-height: 1.4;
  }
  .product-details-table .product-table table tr td {
    height: 40px;
    font-size: 12px;
    line-height: 1.4;
  }
}
.product-parameter {
  padding: 80px 0;
  background: url(../images/product-parameter-bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.product-parameter .product-headline .tit {
  color: #fff;
}
.product-parameter .product-headline .line {
  background: #fff;
}
.product-parameter .tab-nav {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-parameter .tab-nav li {
  margin: 4px 13px;
  border: 2px transparent solid;
  height: 38px;
  width: 150px;
  padding: 0 14px;
  font-family: MM;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: all 0.3s ease;
}
.product-parameter .tab-nav li.on {
  border-color: #fff;
}
.product-parameter .tab-row .boxes {
  display: none;
}
.product-parameter .tab-row .boxes.on {
  display: block;
}

.swiper-product {
  position: relative;
}
.swiper-product .swiper-container .swiper-wrapper .swiper-slide .case {
  margin-bottom: 10px;
  display: flex;
}
.swiper-product .swiper-container .swiper-wrapper .swiper-slide .case > div {
  background: #fff;
  width: 100%;
  display: flex;
}
.swiper-product .swiper-container .swiper-wrapper .swiper-slide .case > div .car {
  width: 100%;
}
.swiper-product .swiper-container .swiper-wrapper .swiper-slide .case:nth-child(1) .car {
  width: 100%;
}
.swiper-product .swiper-container .swiper-wrapper .swiper-slide .case:nth-child(1) .car:nth-child(2) {
  margin-left: 10px;
  width: 80%;
}
.swiper-product .swiper-container .swiper-wrapper .swiper-slide .case:nth-child(2) {
  background: #fff;
  width: 100%;
  flex-direction: column;
}
.swiper-product .swiper-container .swiper-wrapper .swiper-slide .case .car {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.swiper-product .swiper-container .swiper-wrapper .swiper-slide .case .car .pic {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-product .swiper-container .swiper-wrapper .swiper-slide .case .car .pic img {
  width: 100%;
}
.swiper-product .swiper-container .swiper-wrapper .swiper-slide .case span {
  padding-bottom: 10px;
  height: 66px;
  font-family: MM;
  font-size: 24px;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-product .button-prev,
.swiper-product .button-next {
  position: absolute;
  top: 46%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background: #ecf1f8;
  border: 2px #fff solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-product .button-prev.swiper-button-disabled,
.swiper-product .button-next.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-product .button-prev.button-prev,
.swiper-product .button-next.button-prev {
  left: -100px;
}
.swiper-product .button-prev.button-next,
.swiper-product .button-next.button-next {
  right: -100px;
}
.swiper-product .button-prev .icon-svg,
.swiper-product .button-next .icon-svg {
  fill: #1caf62;
  height: 34px;
  width: 34px;
}
.swiper-product .swiper-pagination {
  position: relative;
  margin-top: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-product .swiper-pagination span {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: none;
  border: 2px #d7d7d7 solid;
  transition: all 0.3s ease;
  opacity: 1;
}
.swiper-product .swiper-pagination span.swiper-pagination-bullet-active {
  border: 0;
  width: 14px;
  height: 14px;
  background: linear-gradient(90deg, #17aa5d, #099b4f);
  border-color: #17aa5d;
}

@media (max-width: 1440px) {
  .product-parameter {
    height: auto;
  }
  .product-parameter .tab-nav {
    margin-bottom: 50px;
  }
  .swiper-product .button-prev.button-next,
  .swiper-product .button-prev.button-prev {
    left: -50px;
  }
  .swiper-product .button-prev.button-next,
  .swiper-product .button-next.button-next {
    right: -50px;
  }
}
@media (max-width: 1366px) {
  .product-parameter .tab-nav {
    flex-wrap: wrap;
  }
  .product-parameter .tab-nav li {
    width: 25%;
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  .product-parameter {
    padding: 40px 0;
    background-attachment: initial;
    background-size: cover;
  }
  .swiper-product .swiper-container .swiper-wrapper .swiper-slide .case span {
    font-size: 14px;
    height: 30px;
  }
  .product-parameter .tab-nav {
    margin-bottom: 20px;
  }
  .product-parameter .tab-nav li {
    font-size: 12px;
    white-space: pre;
  }
  .swiper-product .swiper-pagination {
    margin-top: 10px;
  }
  .swiper-product .button-next.button-next,
  .swiper-product .button-prev.button-prev {
    display: none;
  }
  .swiper-product .swiper-pagination span {
    width: 10px;
    height: 10px;
  }
  .swiper-product .swiper-pagination span.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}
.product-liveapp-wrap {
  padding-top: 140px;
}

.product-liveapp {
  position: relative;
  height: 40vh;
  background: url(../images/liveapp-bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.product-liveapp .row {
  height: 100%;
}
.product-liveapp .row .list {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.product-liveapp .row .list .item {
  height: 100%;
  border-left: 1px rgba(255, 255, 255, 0.3) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.product-liveapp .row .list .item:last-child {
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
}
.product-liveapp .row .list .item .line {
  background: #fff;
  width: 1px;
  height: 100%;
  opacity: 0.7;
}
.product-liveapp .row .list .item .box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-liveapp .row .list .item .box .pic {
  height: 65px;
  height: 65px;
  text-align: left;
  margin: 0 auto;
  opacity: 0.3;
  transition: all 0.5s ease;
}
.product-liveapp .row .list .item .box .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-liveapp .row .list .item .box .tit {
  text-align: center;
  margin-top: 50px;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  
  line-height: 1;
  opacity: 0.3;
  transition: all 0.5s ease;
}
.product-liveapp .row .list .item .box .text {
  width: 18em;
  padding: 0 20px;
  margin-top: 20px;
  transition: all 0.5s ease;
  opacity: 0;
}
.product-liveapp .row .list .item .box .text p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
.product-liveapp .row .list .item:hover .box .pic {
  width: 74px;
  height: 74px;
  opacity: 1;
}
.product-liveapp .row .list .item:hover .box .tit {
  margin-top: 16px;
  font-size: 32px;
  opacity: 1;
}
.product-liveapp .row .list .item:hover .box .text {
  opacity: 1;
}

@media (max-width: 1560px) {
  .product-liveapp .row .list .item .box .pic {
    height: 55px;
  }
  .product-liveapp .row .list .item .box .tit {
    font-size: 20px;
  }
  .product-liveapp .row .list .item:hover .box .pic {
    width: 84px;
    height: 84px;
  }
  .product-liveapp .row .list .item:hover .box .tit {
    font-size: 30px;
  }
  .product-liveapp .row .list .item .box .text {
    width: 14em;
  }
  .product-liveapp .row .list .item .box .text p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .product-liveapp-wrap {
    padding-top: 100px;
  }
  .product-liveapp .row .list .item .box .pic {
    height: 40px;
  }
  .product-liveapp .row .list .item .box .tit {
    font-size: 18px;
  }
  .product-liveapp .row .list .item:hover .box .pic {
    width: 74px;
    height: 74px;
  }
  .product-liveapp .row .list .item:hover .box .tit {
    font-size: 24px;
  }
  .product-liveapp .row .list .item .box {
    padding: 0 24px;
  }
  .product-liveapp .row .list .item .box .text {
    width: 15em;
  }
  .product-liveapp .row .list .item .box .text p {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .product-liveapp-wrap {
    padding-top: 90px;
  }
}
@media (max-width: 1199px) {
  .product-liveapp-wrap {
    padding-top: 80px;
  }
  .product-liveapp .row .list .item .box .pic {
    height: 30px;
  }
  .product-liveapp .row .list .item .box .tit {
    font-size: 16px;
  }
  .product-liveapp .row .list .item:hover .box .pic {
    width: 64px;
    height: 64px;
  }
  .product-liveapp .row .list .item:hover .box .tit {
    font-size: 22px;
  }
  .product-liveapp .row .list .item .box {
    padding: 0 20px;
  }
  .product-liveapp .row .list .item .box .text {
    width: 12em;
  }
  .product-liveapp .row .list .item .box .text p {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .product-liveapp-wrap {
    padding-top: 70px;
  }
  .product-liveapp .row .list {
    padding: 12% 0 8%;
    flex-wrap: wrap;
  }
  .product-liveapp .row .list .item {
    width: 33.33%;
    height: 40%;
    border: 0 !important;
  }
  .product-liveapp .row .list .item .box {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .product-liveapp {
    background-attachment: initial;
    background-size: cover;
  }
  .product-liveapp-wrap {
    padding-top: 50px;
  }
  .product-liveapp .row .list {
    padding: 12% 0 8%;
    flex-wrap: wrap;
  }
  .product-liveapp .row .list .item {
    width: 50%;
    height: auto;
    border: 0 !important;
  }
  .product-liveapp .row .list .item .box {
    justify-content: center;
  }
  .product-liveapp .row .list .item .box .tit {
    margin-top: 20px;
  }
  .product-liveapp .row .list .item .box .text {
    width: 100%;
    opacity: 0.9;
  }
  .product-liveapp .row .list .item .box {
    padding: 0 10px;
  }
  .product-liveapp .row .list .item .box .tit,
  .product-liveapp .row .list .item .box .pic {
    opacity: 1;
  }
}
.searchResultsWrap {
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.searchResultsImg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.searchResultsImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  animation: o-scale 20s linear infinite;
}

.searchResultsBox {
  position: relative;
  z-index: 1;
  width: 80%;
  padding: 150px 0px;
  margin: 0px auto;
}
.searchResultsBox .tit {
  display: block;
  margin-bottom: 50px;
  font-size: 60px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.searchResultsBox .mergemod {
  padding: 0px 30px;
  margin-bottom: 40px;
  height: 72px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}
.searchResultsBox .mergemod input {
  font-size: 18px;
  width: 100%;
}
.searchResultsBox .mergemod button {
  background: none;
  border: 0px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchResultsBox .mergemod .icon-svg {
  width: 24px;
  height: 24px;
}
.searchResultsBox .radiomod {
  margin-left: 70px;
  display: flex;
  align-items: center;
}
.searchResultsBox .radiomod .item {
  display: flex;
  align-items: center;
}
.searchResultsBox .radiomod input {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
}
.searchResultsBox .radiomod label {
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin-right: 40px;
  cursor: pointer;
}

@media (max-width: 1799px) {
  .searchResultsBox {
    padding: 120px 0px;
  }
  .searchResultsBox .tit {
    margin-bottom: 40px;
    font-size: 64px;
  }
  .searchResultsBox .mergemod {
    padding: 0px 30px;
    margin-bottom: 40px;
    height: 62px;
  }
  .searchResultsBox .mergemod input {
    font-size: 18px;
  }
  .searchResultsBox .mergemod .icon-svg {
    width: 24px;
    height: 24px;
  }
  .searchResultsBox .radiomod {
    margin-left: 60px;
  }
  .searchResultsBox .radiomod input {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .searchResultsBox .radiomod label {
    font-size: 16px;
    margin-right: 30px;
  }
}
@media (max-width: 1379px) {
  .searchResultsWrap {
    height: 60vh;
  }
  .searchResultsBox {
    padding: 108px 0px;
  }
  .searchResultsBox .tit {
    margin-bottom: 35px;
    font-size: 54px;
  }
  .searchResultsBox .mergemod {
    padding: 0px 30px;
    margin-bottom: 40px;
    height: 62px;
  }
  .searchResultsBox .mergemod input {
    font-size: 18px;
  }
  .searchResultsBox .mergemod .icon-svg {
    width: 24px;
    height: 24px;
  }
  .searchResultsBox .radiomod {
    margin-left: 60px;
  }
  .searchResultsBox .radiomod input {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .searchResultsBox .radiomod label {
    font-size: 16px;
    margin-right: 30px;
  }
}
@media (max-width: 1299px) {
  .searchResultsWrap {
    height: 50vh;
  }
  .searchResultsBox {
    padding: 108px 0px;
  }
  .searchResultsBox .tit {
    margin-bottom: 30px;
    font-size: 42px;
  }
  .searchResultsBox .mergemod {
    padding: 0px 20px;
    margin-bottom: 25px;
    height: 50px;
  }
  .searchResultsBox .mergemod input {
    font-size: 18px;
  }
  .searchResultsBox .mergemod .icon-svg {
    width: 24px;
    height: 24px;
  }
  .searchResultsBox .radiomod {
    margin-left: 60px;
  }
  .searchResultsBox .radiomod input {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .searchResultsBox .radiomod label {
    font-size: 16px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .searchResultsWrap {
    height: 40vh;
  }
  .searchResultsBox {
    padding: 88px 0px;
  }
  .searchResultsBox .tit {
    margin-bottom: 30px;
    font-size: 34px;
  }
  .searchResultsBox .mergemod {
    padding: 0px 15px;
    margin-bottom: 20px;
    height: 40px;
  }
  .searchResultsBox .mergemod input {
    font-size: 18px;
  }
  .searchResultsBox .mergemod .icon-svg {
    width: 24px;
    height: 24px;
  }
  .searchResultsBox .radiomod {
    margin-left: 30px;
  }
  .searchResultsBox .radiomod input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .searchResultsBox .radiomod label {
    font-size: 14px;
    margin-right: 25px;
  }
}
@media (max-width: 993px) {
  .searchResultsWrap {
    position: relative;
    height: 40vh;
  }
  .searchResultsImg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
  }
  .searchResultsImg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .searchResultsBox {
    padding: 8vh 0px;
  }
  .searchResultsBox .tit {
    margin-bottom: 30px;
    font-size: 34px;
  }
  .searchResultsBox .mergemod {
    padding: 0px 15px;
    margin-bottom: 20px;
    height: 40px;
  }
  .searchResultsBox .mergemod input {
    font-size: 18px;
  }
  .searchResultsBox .mergemod .icon-svg {
    width: 24px;
    height: 24px;
  }
  .searchResultsBox .radiomod {
    margin-left: 30px;
  }
  .searchResultsBox .radiomod input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .searchResultsBox .radiomod label {
    font-size: 14px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .searchResultsWrap {
    position: relative;
    height: 34vh;
  }
  .searchResultsImg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
  }
  .searchResultsImg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .searchResultsBox {
    padding: 8vh 0px;
  }
  .searchResultsBox .tit {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .searchResultsBox .mergemod {
    padding: 0px 10px;
    margin-bottom: 10px;
    height: 30px;
  }
  .searchResultsBox .mergemod input {
    font-size: 14px;
  }
  .searchResultsBox .mergemod .icon-svg {
    width: 20px;
    height: 20px;
  }
  .searchResultsBox .radiomod {
    margin-left: 0px;
    flex-wrap: wrap;
  }
  .searchResultsBox .radiomod .item {
    width: 50%;
    margin-bottom: 5px;
  }
  .searchResultsBox .radiomod input {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .searchResultsBox .radiomod label {
    font-size: 12px;
    margin-right: 0px;
  }
}
.searchResultsCon {
  padding: 100px 0px;
  margin: 0px auto;
}
.searchResultsCon .hint {
  font-size: 18px;
  margin-bottom: 70px;
}
.searchResultsCon .hint em {
  color: #17aa5d;
  font-style: normal;
}

.resultsList .items {
  padding: 54px 0px;
  border-bottom: 8px solid rgb(245, 245, 245);
}
.resultsList .items .day {
  display: block;
  font-size: 14px;
  color: #17aa5d;
  margin-bottom: 18px;
}
.resultsList .items p {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.resultsList .items .url {
  font-size: 16px;
  color: rgb(128, 128, 128);
}
.resultsList .items .link {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.resultsList .items .link span {
  color: #17aa5d;
  font-size: 16px;
  line-height: 1;
}
.resultsList .items .link .icon-svg {
  position: relative;
  top: 1px;
  width: 32px;
  height: 32px;
  fill: #17aa5d;
  display: flex;
}

@media (max-width: 1799px) {
  .searchResultsCon {
    padding: 90px 0px;
    margin: 0px auto;
  }
  .searchResultsCon .hint {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .searchResultsCon .hint em {
    font-style: normal;
  }
  .resultsList .items {
    padding: 45px 0px;
    border-bottom: 4px solid rgb(245, 245, 245);
  }
  .resultsList .items .day {
    display: block;
    font-size: 14px;
    margin-bottom: 18px;
  }
  .resultsList .items p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .resultsList .items .url {
    font-size: 16px;
    color: rgb(128, 128, 128);
  }
  .resultsList .items .link {
    margin-top: 15px;
    display: flex;
    align-items: center;
  }
  .resultsList .items .link span {
    font-size: 16px;
  }
}
@media (max-width: 993px) {
  .searchResultsCon {
    padding: 40px 0px;
    margin: 0px auto;
  }
  .searchResultsCon .hint {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .searchResultsCon .hint em {
    font-style: normal;
  }
  .resultsList .items {
    padding: 24px 0px;
    border-bottom: 4px solid rgb(245, 245, 245);
  }
  .resultsList .items .day {
    display: block;
    font-size: 14px;
    margin-bottom: 18px;
  }
  .resultsList .items p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .resultsList .items .url {
    font-size: 16px;
    color: rgb(128, 128, 128);
  }
  .resultsList .items .link {
    margin-top: 15px;
    display: flex;
    align-items: center;
  }
  .resultsList .items .link span {
    font-size: 16px;
  }
}
.emc-text-content .titleBar.tc {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.emc-text-content .titleBar .title {
  font-family: MS;
  line-height: 1.4;
  font-size: 44px;
  color: #202945;
}
.emc-text-content .titleBar .english {
  display: block;
  margin-top: 12px;
  
  font-size: 16px;
  color: #88898d;
}
.emc-text-content .titleBar .line {
  margin-top: 20px;
  display: block;
  width: 60px;
  height: 5px;
  background: #1caf62;
}
.emc-text-content .infoText.tc {
  text-align: center;
}
.emc-text-content .infoText .cn {
  
  font-size: 18px;
  color: #88898d;
  line-height: 1.4;
  text-align: justify;
}
.emc-text-content .infoText .en {
  margin-top: 10px;
  
  font-size: 16px;
  color: #88898d;
  line-height: 1.4;
}
.emc-text-content .imgBox {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.emc-text-content .imgBox .pic {
  border-radius: 6px;
  width: calc(25% - 20px);
  background: #fff;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.01);
}
.emc-text-content .imgBox .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.emc-text-content .boxes0 {
  padding: 130px 0 180px;
  background: url(../images/emc/emc-text-content-boxes1-bg.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
}
.emc-text-content .boxes0 .infoText {
  margin-top: 36px;
}
.emc-text-content .boxes0 .infoText .en {
  margin-top: 20px;
}
.emc-text-content .item {
  padding: 120px 0;
}
.emc-text-content .item .img {
  width: 100%;
}
.emc-text-content .item .img img {
  width: 100%;
}
.emc-text-content .item > div {
  display: flex;
  justify-content: space-between;
}
.emc-text-content .item > div .case {
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.emc-text-content .item > div .case .titleBar .english {
  margin-top: 10px;
}
.emc-text-content .item > div .case .infoText {
  margin-top: 24px;
}
.emc-text-content .item:nth-child(2n+1) .img {
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.01);
}
.emc-text-content .item:nth-child(2n+2) {
  background: #f4f4f4;
}
.emc-text-content .item:nth-child(2n+2) > div {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.emc-summarize {
  background: url(../images/emc/emc-summarize.jpg) no-repeat center;
  background-size: cover;
  padding: 98px 0;
}
.emc-summarize .cn {
  
  font-size: 22px;
  color: #555555;
  line-height: 1.6;
}
.emc-summarize .en {
  margin-top: 10px;
  
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
}

@media (max-width: 1560px) {
  .emc-text-content .boxes0 {
    padding: 100px 0 130px;
  }
  .emc-text-content .item {
    padding: 90px 0;
  }
  .emc-text-content .titleBar .title {
    font-size: 38px;
  }
  .emc-text-content .titleBar .english {
    margin-top: 8px;
  }
}
@media (max-width: 1440px) {
  .emc-text-content .boxes0 {
    padding: 80px 0 110px;
  }
  .emc-text-content .item {
    padding: 70px 0;
  }
  .emc-text-content .titleBar .title {
    font-size: 34px;
  }
}
@media (max-width: 1366px) {
  .emc-text-content .boxes0 {
    padding: 70px 0 100px;
  }
  .emc-text-content .item {
    padding: 60px 0;
  }
  .emc-text-content .titleBar .title {
    font-size: 30px;
  }
  .emc-text-content .infoText .cn {
    font-size: 16px;
  }
  .emc-text-content .infoText .en {
    font-size: 14px;
  }
  .emc-summarize .cn {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .emc-text-content .boxes0 {
    padding: 60px 0 80px;
  }
  .emc-text-content .item {
    padding: 50px 0;
  }
  .emc-text-content .titleBar .title {
    font-size: 26px;
  }
  .emc-text-content .infoText .cn {
    font-size: 14px;
  }
  .emc-text-content .infoText .en {
    font-size: 14px;
  }
  .emc-summarize .cn {
    font-size: 16px;
  }
  .emc-summarize {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .emc-text-content .boxes0 {
    padding: 40px 0 60px;
  }
  .emc-text-content .boxes0 .infoText {
    margin-top: 15px;
  }
  .emc-text-content .boxes0 .infoText .en {
    margin-top: 12px;
    text-align: left;
  }
  .emc-text-content .titleBar .english {
    margin-top: 0;
    font-size: 14px;
  }
  .emc-text-content .imgBox {
    margin-top: 20px;
  }
  .emc-text-content .imgBox .pic {
    width: calc(25% - 5px);
  }
  .emc-text-content .item > div {
    flex-direction: column !important;
  }
  .emc-text-content .item > div .case {
    width: 100%;
  }
  .emc-text-content .item > div .case .titleBar .english {
    margin-top: 0;
    font-size: 12px;
  }
  .emc-text-content .titleBar .title {
    font-size: 18px;
  }
  .emc-text-content .titleBar .line {
    margin-top: 10px;
    height: 3px;
    width: 50px;
  }
  .emc-text-content .item {
    padding: 40px 0;
  }
  .emc-text-content .item .img {
    margin-top: 20px;
  }
  .emc-summarize {
    padding: 40px 0;
  }
  .emc-summarize .cn,
  .emc-summarize .en {
    font-size: 14px;
  }
}
.superiorityList {
  margin-bottom: 20px;
  border-left: 1px #1caf62 solid;
  border-right: 1px #1caf62 solid;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.superiorityList .item {
  width: 100%;
  min-height: 150px;
  max-height: 400px;
  border: 1px #1caf62 solid;
  border-top: 4px #1caf62 solid;
  overflow-y: auto;
  margin-left: 10px;
}
.superiorityList .item:first-child {
  margin-left: 0;
}

.superiorityList .item ul {
  padding: clamp(0.938rem, 0.675rem + 1.31vw, 2.25rem);
}

.superiorityList .item ul li {
  position: relative;
  color: #022642;
  line-height: 1.8;
  padding-left: 15px;
}

.superiorityList .item ul li::after {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #022642;
}

@media (max-width: 768px) {
  .superiorityList {
    border: 0;
    flex-direction: column;
  }
  .superiorityList .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */


.scroll-pane
{
  width: 100%;
  height: 369px;
  overflow: auto; padding-right: 20px;
}
.horizontal-only
{
  height: auto;
  max-height: 369px;
}



.container02 {
  width: 1200px;
  margin: 0 auto;
}

.job {
  padding: 68px 0
}

.job .title {
  text-align: center;
  color: #006300;
  font-weight: 700;
  font-size: 40px
}

.job .tips {
  text-align: center;
  font-size: 16px;
  color: #606060;
  line-height: 32px;
  padding: 10px 0
}

.job dl {
  overflow: hidden;
  margin: 0px auto 46px auto
}

.job dl dt {
  display: block
}

.job dl dt span {
  display: block;
  float: left;
  font-weight: normal;
  width: 17%
}

.job dl dt span img {
  vertical-align: middle;
  margin-right: 3px
}

.job dl dt .name {
  width: 27%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 52px
}

.job dl dt .time {
  text-align: center
}

.job dl dt .address {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center
}

.job dl dt .people {
  width: 16%;
  text-align: center
}

.job dl dt .operating {
  width: 14%;
  text-align: center
}

.job dl .list0 {
  line-height: 60px;
  height: 60px;
  background: #01a4b6;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #fff
}

.job dl .list0 span {
  color: #fff
}

.job dl .list_dt {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  transition: width 2s;
  overflow:hidden;
  border-bottom: 1px solid #e6e6e6
}

.job dl .list_dt .subnav {
  display: block
}

.job .list_dt {
  background: #fff url(../images/a.png) no-repeat 95% center;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -webkit-transition: all .5s linear
}

.job .list_dt span {
  transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -webkit-transition: all .5s linear
}

.job .list_dt:hover {
  background: #666 url(../images/ah.png) no-repeat 95% center;
  color: #fff
}

.job #open {
  background: #666 url(../images/ah.png) no-repeat 95% center;
  color: #fff
}

.job .list_dd {
  display: none
}

.job .jobsub {
  background-color: #f6f6f6;
  border-top: 0;
  line-height: 27px;
  padding: 56px 25px 30px 48px;
  position: relative;
  text-align: left;
}

.job .jobsub h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 18px
}

.job .jobsub .jsh {
  font-size: 16px;
  color: #333
}

.job .jobsub .jsh a {
  color: #006300;
  background: url("../images/fasong.png") no-repeat center left;
  padding-left: 23px;
  text-transform: uppercase
}

.job .jobsub p {
  line-height: 34px;
  color: #777;
  font-size: 16px
}


/** 分页 **/
.layui-laypage {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 10px 0;
  font-size: 0;
}

.layui-laypage>a:first-child,
.layui-laypage>a:first-child em {
  border-radius: 2px 0 0 2px;
}

.layui-laypage>a:last-child,
.layui-laypage>a:last-child em {
  border-radius: 0 2px 2px 0;
}

.layui-laypage>*:first-child {
  margin-left: 0 !important;
}

.layui-laypage>*:last-child {
  margin-right: 0 !important;
}

.layui-laypage a,
.layui-laypage span,
.layui-laypage input,
.layui-laypage button,
.layui-laypage select {
  border: 1px solid #eee;
}

.layui-laypage a,
.layui-laypage span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
}

.layui-laypage a:hover {
  color: #009688;
}

.layui-laypage em {
  font-style: normal;
}

.layui-laypage .layui-laypage-spr {
  color: #999;
  font-weight: 700;
}

.layui-laypage a {
  text-decoration: none;
}

.layui-laypage .layui-laypage-curr {
  position: relative;
}

.layui-laypage .layui-laypage-curr em {
  position: relative;
  color: #fff;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #009688;
}

.layui-laypage-em {
  border-radius: 2px;
}

.layui-laypage-prev em,
.layui-laypage-next em {
  font-family: Sim sun;
  font-size: 16px;
}

.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh,
.layui-laypage .layui-laypage-skip {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  border: none;
}

.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh {
  vertical-align: top;
}

.layui-laypage .layui-laypage-refresh i {
  font-size: 18px;
  cursor: pointer;
}

.layui-laypage select {
  height: 22px;
  padding: 3px;
  border-radius: 2px;
  cursor: pointer;
}

.layui-laypage .layui-laypage-skip {
  height: 30px;
  line-height: 30px;
  color: #999;
}

.layui-laypage input,
.layui-laypage button {
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  vertical-align: top;
  background-color: #fff;
  box-sizing: border-box;
}

.layui-laypage input {
  display: inline-block;
  width: 40px;
  margin: 0 10px;
  padding: 0 3px;
  text-align: center;
}

.layui-laypage input:focus,
.layui-laypage select:focus {
  border-color: #009688 !important;
}

.layui-laypage button {
  margin-left: 10px;
  padding: 0 10px;
  cursor: pointer;
}

.jjjgbg{ text-align: center; background: url("../images/jjbg.jpg") no-repeat right bottom; background-size: 100%; padding-bottom: 100px;}
.jjjgbg img{max-width: 100%;}



.product_div2{}
.product_div2_t{font-size:21px;color: #333;padding:4px 03px;font-weight:bold;}


.product_div2_1_ul{}
.product_div2_1_li{;;text-align: center;border: 1px solid #d2d2d2;border-radius:0.6px 0px 0.6px 0px;width: calc((100% -6px)/4);margin-right:2px;margin-bottom: .2px;float: left;min-height: 2.8px;}

.product_div2_1_li:hover{background-color:#f1f2f1; box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.1);color:#fff;}
.product_div2_1_li:nth-child(4n){margin-right: 0}
.product_div2_1_li .d{padding:2px}
.product_div2_1_li .icon{margin-bottom:1px;height:8px;text-align: center;line-height:8px}
.product_div2_1_li .icon img{max-height:62px}
.product_div2_1_li .t{font-size:22px;color: #fff;line-height: 0.5px;width:100%;height:0.5px;border-radius:0.2px;background-color:#015198;}
.product_div2_1_li .line{width:25px;height:02px;background: #dcdcdc;margin:15px auto;}
.product_div2_1_li .text{font-size:15px;color: #666;line-height: 1.7}
.product_div2_1_li .text p{line-height: 17px}

@media(max-width: 900px){
  .product_div2_1_li{width: calc((100% - 2px)/2)}
  .product_div2_1_li:nth-child(2n){margin-right: 0}
  .product_div2_1_li .d{padding: .15px}
}

@media(max-width: 767px){
  .product_div2_1_li{width: 100%;margin-right: 0;}
  .product_div2_1_li .icon img{max-height: 5px}
}
@media(max-width: 520px){
}

.product_div2_2_ul{}
.product_div2_2_ul .li{margin-top: 2px;position: relative;min-height: 28px;border: 1px solid #d2d2d2;}
.product_div2_2_ul .li:first-child{margin-top: 0}
.product_div2_2_ul .li .img{overflow: hidden;width: 42%;height: 100%;position: absolute;left: 0;top:0}
.product_div2_2_ul .li .img_{height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;}
.product_div2_2_ul .li .txt{width: 58%;padding: 3px 5px;float: right}
.product_div2_2_ul .li .txt .t{font-size: 2px;color: #19ae5e;line-height: 16}
.product_div2_2_ul .li .txt .p{position: relative;font-size: .16px;color: #666;line-height: 1.7;padding-left: 15px}
.product_div2_2_ul .li .txt .p:before{display: block;content: '';width: 6px;height: 6px;border-radius: 580%;position: absolute;background: #19ae5e;left: 0;top:8px;}

@media(max-width: 767px){
  .product_div2_2_ul .li .img{position: static;width: 100%;height: 28px}
  .product_div2_2_ul .li .txt{float: none;width: 100%;padding: 2px}
}


.product_div2_22_con{text-align: center}
.product_div2_22_con img{max-width: 100%}
.product_div2_3_div .clearfix{background-color: #f7f7f7;margin-bottom: 35px !important; }
.product_div2_3_item{width: 46%;float: left;}
.product_div2_3_item:nth-child(2n){padding-left: 4px}
.product_div2_3_div{overflow: hidden;margin-bottom:2px;margin-top:2px;}
.product_div2_3_div .t{font-size: 16px;color: #666;font-weight: bold;}
.product_div2_3_item .top{font-size: 16px;color: #666;height: 3px;line-height: 3px;margin-bottom: 1px;}

.product_div2_3_item .div{}
.product_div2_3_item .div img{max-width: 580px}

.product_div2_3_item_text{font-size:15px;color: #666;}
.product_div2_3_item_text p{line-height: 18px;}
.product_div2_3_item_text img{margin-right:3px;width: 9px;}

.product_div2_3_item_text ul{margin-left: 28px; }
.train1 ul li{line-height: 3px;margin-bottom:16px;list-style-type:circle;}
.product_div2_3_item_text .tita{font-size: 22px; color: #19ae5e; margin-bottom: 16px; padding-left: 20px; padding-top: 20px;}
.product_div2_3_item_text li{font-size:14px;line-height: 22px;margin-bottom:11px;list-style-type:circle;}
.train{font-size: 18px;color: #666;}
.train p{line-height: 1.75;}
/**.train img{max-width: 50%!important;width: 50%}**/
.product_div2_3_item2{width: 100%}
.product_div2_3_item2 .top{font-weight: bold}

@media(max-width: 900px){
  .product_div2_3_item{width: 100%;padding-left: 0}
  .product_div2_3_item:nth-child(2n){padding-left: 0}

}

.yd{padding: clamp(0.938rem, 0.475rem + .831vw, 2.25rem);}
.yd-title{  line-height: 1.8; font-size: 17px;color: #022642; font-weight: bold; border-bottom: 1px solid #d5d5d5;}
.yd-ly{ line-height: 1.8; font-size: 14px; padding: 10px 0;}
.superiorityList .item:hover{background-color: #f6fffa;}
.superiorityList .item:hover .yd-title{color:#19ae5e}


.pflex{width: 90%;}
.pflex p{display: flex; text-align: left;}
.pflex p b{font-size: 14px; width: 35%; }
.pflex p span{font-size: 16px;width: 60%; }

.t_h1k3xin{
  background: #fff;
  box-shadow: 0px 13px 38px 3px rgba(48,49,74,.07);
  border-radius: 10px;
  padding:32px 45px 40px;
}
.t_h1k3li{
  width: 50%;
  padding: 0 11px;
  margin-bottom: 20px;
}
.t_h1k3xin .l_title2 h4{
  font-weight: bold;
}
.t_h1k3xin .t_duanp18 p{
  /* font-family: 'opposansbold'!important; */
  color:#333;
  line-height: 1.5;
}
.t_h1k3xin .t_duanp18 span,.t_h1k3xin .t_duanp18 a{
  /* font-family: 'opposansbold'!important; */
  color:#333;
}
.t_h1k3xin .t_duanp18 span{
  margin-left: 10px;
}
.t_h1k3xin .l_title2 {
  margin-bottom: 11px;
}
.t_h1k3xin .t_duanp18{
  height: 81px;
  overflow: hidden;
}
.t_h1k3 {
  padding-top: 64px;
  padding-bottom:30px;
}
.t_h1k1nr {
  padding-top: 53px;
}
.t_h1k1le .l_title1{
  margin-bottom: 17px;
}
.t_b1k1.t_h1k1 {
  padding-bottom: 52px;
}
/* 装饰球 */
.t_h1k3{
  position: relative;
}
.t_lvqiu1{
  width: 39px;
}
.t_lvqiu2{
  width: 26px;
}
.t_lvqiu3{
  width: 21px;
}
.t_lvqiu img{
  width: 100%;
}
.t_h1k3qiu{
  position: absolute;
}
.t_h1k3qiu1{
  left: 5.208333%;
  top: 178px;
}
.t_h1k3qiu2{
  right: 3.541667%;
  bottom: 318px;
}
.l_title1 h4{
  font-size: 18px;
  line-height: 1.75;
  color: #fff;
}
.l_title2 h4{
  font-size: 18px;
  line-height: 1.75;
  color: #333;
}
@media screen and (max-width: 767px) {
  .t_h1k3li {
    width: 100%;
  }
}

.jobdiv{background-color: #f7fff9; padding: 10px; display: flex; justify-content: center;}
.jobdiv p{display: flex; align-items: center; padding: 0 16px;}
.jobdiv i{font-size: 26px; color:#38af42; margin-right: 4px;}

.nydh-1aa {width:100%;height:60px;border-top:1px solid #eee;border-bottom:1px solid #eee;}
.nydh-1cy {margin:0 auto;width:100%;text-align:center;}
.nydh-1cy li {line-height:59px;display:inline-block;}
.nydh-1cy li a {float:left;font-size:18px;padding:0px 15px;margin:0px 20px;border-bottom:1px solid #ddd;}
.nydh-1cy li a:hover,.nydh-1cy li a.currclass {color:#38af42;font-weight:700;border-bottom:1px solid #38af42;}
@media (max-width:1200px) {.nydh-1aa {height:50px;}
  .nydh-1cy li {line-height:49px;}
  .nydh-1cy li a {font-size:15px;padding:0px 15px;margin:0px 15px;}
  .nydh-1cy li a:hover,.nydh-1cy li a.currclass {font-size:15px;}
}
@media (max-width:639px) {.nydh-1aa {height:45px;width:100%;clear:both;display:block;}
  .nydh-1cy {width:100%;}
  .nydh-1cy li {line-height:45px;text-align:center;}
  .nydh-1cy li a {font-size:14px;padding:0px 10px;margin:0px 10px;width:100%;display:inline-block;text-align:center;border-bottom:none;font-weight:normal;}
  .nydh-1cy li a:hover,.nydh-1cy li a.currclass {font-weight:bold;border-bottom:none;}
}

.svd_div{}
.green_voc_title{text-align: center;color:#1caf62; font-size:30px; line-height:32px;  margin-top:30px; }
.green_voc_product02{display:flex; flex-wrap:wrap; justify-content: center; margin-bottom: 20px;}
.green_voc_product02 dl{width:505px; padding-top:50px; display:flex; justify-content:space-between;}
.green_voc_product02 dl dt{width:275px; font-size:15px; align-self:center;}
.green_voc_product02 dt h3{color:#1caf62; font-size:19px; line-height:1.3;}
.voc_index_a2{width:490px; height:200px; line-height:1; background:#1caf62; font-size:28px; color:#fff; display:flex; padding-left:35px;}
.voc_index_a2 p{width:100%; align-self:center;}
.green_product_gas {
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;padding-bottom: 10px;
}

.green_voc_gd{padding-top:30px; text-align:center;margin-bottom: 70px;}
.green_voc_gd a{width:295px; height:50px; color:#FFF; font-size:19px; font-weight:bold; line-height:50px; display:inline-block; background:rgb(3,146,212);}
.green_voc_gd a:hover{opacity:0.8;}

.product_banner{width:100%; height:150px; background:url(../images/product_banner_en.jpg) no-repeat center;}

.vocmain{max-width: 1024px; width: 100%; margin: 30px auto;}
.voc_index_a9 {
  color: #1caf62;
  font-size: 26px;
  line-height: 28px;
  border-left: 4px #1caf62 solid;
  margin-top: 50px;
  margin-left: 30px;
  padding-left: 10px;
}
.stit{font-size: 20px; color:rgb(3,146,212); border-bottom: 1px solid #ccc; display: block; padding-bottom: 8px; margin-bottom: 12px;}
.mgl30 {
  margin-left: 30px;
}
.green_product_gas {
  line-height: 30px;
  padding-top: 10px;
}
.voc_fl{display: flex; justify-content: space-between; margin-bottom: 20px; }
.voc_fl p:nth-child(1){width: 44%;}
.voc_fl p:nth-child(2){width: 50%;}
.sp_w100{width: 100%;}

@media (max-width: 1440px) {

}
@media (max-width: 1366px) {

}
@media (max-width: 768px) {
  .about-introduce .data{flex-wrap: wrap;}
  .about-introduce .data dl {width: 50%; margin-bottom: 10px;}
  .about-culture .wrapper .list .item { height: 180px; }
  .about-culture {  height: 420px; }
  .about-introduce .data dl dt strong { font-size: 32px; }
  .about-introduce .data dl dd { font-size: 14px;}
  .about-introduce .data {margin: 0px 0;}
  .about-culture .wrapper .list .item .text {display: none; }
  .about-certification .list .swiper-container ul li .items .pic {  width: 100%;  }
  .contact-us .us-list:after {  height:170px;}
  .contact-us .us-list li { width: 40%; margin-left: 5%; margin-right: 5%;}
  .bottom-connection > div .btns {  height: 26px;  }

  .container02 { width: 100%; }
  .jobdiv {  flex-wrap: wrap;  }
  .jobdiv p { width: 100%;}
  .job dl {    width: 100%;    margin: 10px auto;  }
  .job dl dt .name {    width: 33%;    padding-left: 12px;  }
  .job dl dt .time {width: 33%;}
  .job dl dt .people {width: 33%;}
  .job dl dt .address{display: none;}
  .job dl dt .operating{display: none;}
  .job .jobsub {  padding: 10px 15px 10px 18px; }
  .job .jobsub p {  line-height: 20px;  font-size: 14px; }
  .job .title {  font-size: 32px; }
  .job .list_dt span{font-size: 14px;}
}