@charset "utf-8";
.ibody {
  padding-top: 0;
}
.swiper-main {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}
.swiper-main .swiper-slide {
  position: relative;
  z-index: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-main > .swiper-pagination {
  right: 0.9rem;
}
@media (max-width: 991px) {
  .swiper-main > .swiper-pagination {
    right: 3.35em;
  }
}
@media (max-width: 767px) {
  .swiper-main > .swiper-pagination {
    right: 0.3rem;
  }
}
.swiper-main > .swiper-pagination-bullet:after {
  top: 0.7em;
  left: 0.65em;
  position: absolute;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  content: " ";
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.swiper-main.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;
}
.swiper-main.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.8em 0.7em;
}
.swiper-main.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 1.8em 0;
}
.swiper-main > .swiper-pagination-bullets > .swiper-pagination-bullet {
  position: relative;
  z-index: 0;
  vertical-align: middle;
  width: 1.8em;
  height: 1.8em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.swiper-main > .swiper-pagination-bullets > .swiper-pagination-bullet .t {
  display: none;
}
.swiper-main.swiper-container-vertical > .swiper-pagination-bullets > .swiper-pagination-bullet-active {
  margin: 90px 0;
  margin-left: -2px;
}
.swiper-main.swiper-container-vertical > .swiper-pagination-bullets > .swiper-pagination-bullet-active .t {
  display: block;
  width: 2em;
  position: absolute;
  left: 22px;
  top: 50%;
  color: #fff;
  line-height: 1.4em;
  margin-top: -0.7em;
}
@media (max-width: 767px) {
  .swiper-main.swiper-container-vertical > .swiper-pagination-bullets > .swiper-pagination-bullet-active .t {
    display: none;
  }
}
.swiper-main > .swiper-pagination-bullets > .swiper-pagination-bullet-active {
  filter: alpha(opacity=100);
  background: #fff;
  width: 12px;
  height: 12px;
  position: relative;
  z-index: 0;
}
.swiper-main > .swiper-pagination-bullets > .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  bottom: 32px;
  width: 1px;
  height: 40px;
  background-color: #fff;
}
.swiper-main > .swiper-pagination-bullets > .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 32px;
  width: 1px;
  height: 40px;
  background-color: #fff;
}
.swiper-main > .swiper-pagination-bullets.pagBlue > .swiper-pagination-bullet-active {
  background: #2e75b6;
}
.swiper-main > .swiper-pagination-bullets.pagBlue > .swiper-pagination-bullet-active::after {
  background-color: #ababab;
}
.swiper-main > .swiper-pagination-bullets.pagBlue > .swiper-pagination-bullet-active::before {
  background-color: #ababab;
}
.i-banner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.i-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-banner .c-mb1,
.i-banner .c-mb2 {
  display: none;
}
@media (max-width: 767px) {
  .i-banner .c-mb1,
  .i-banner .c-mb2 {
    display: block;
  }
}
@media (max-width: 767px) {
  .i-banner .c-pc1,
  .i-banner .c-pc2 {
    display: none;
  }
}
.i-banner .c-pc1,
.i-banner .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.i-banner .c-pc2,
.i-banner .c-mb2 {
  position: relative;
  z-index: 2;
}
.i-banner .con {
  position: absolute;
  z-index: 10;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .i-banner .con {
    margin-top: 40px;
  }
}
.i-banner .container {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
@media (max-width: 767px) {
  .i-banner .container {
    line-height: 1.3;
  }
}
.i-banner .container .title {
  position: relative;
  z-index: 0;
  opacity: 0;
  top: 1.5em;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  line-height: 1.2em;
}
@media (max-width: 1260px) {
  .i-banner .container .title {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .i-banner .container .title {
    width: 100%;
    font-size: 1.2rem;
  }
}
.i-banner .container .txt {
  position: relative;
  z-index: 0;
  opacity: 0;
  top: 3em;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  width: 40%;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0.45rem;
}
@media (max-width: 1260px) {
  .i-banner .container .txt {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
    font-size: 16px ;
  }
}
@media (max-width: 767px) {
  .i-banner .container .txt {
    width: 100%;
    margin-top: 1.5em;
    font-size: 0.7em;
  }
}
.i-banner .container .btnMoreOrg {
  position: relative;
  z-index: 0;
  opacity: 0;
  top: 2em;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .i-banner .container .btnMoreOrg {
    margin-top: 0.5rem;
  }
}
.swiper-main .swiper-slide-active .i-banner .container .title {
  opacity: 1;
  top: 0;
}
.swiper-main .swiper-slide-active .i-banner .container .txt {
  opacity: 1;
  top: 0;
}
.swiper-main .swiper-slide-active .i-banner .container .btnMoreOrg {
  opacity: 1;
  top: 0;
}
/*关于*/
.aboutBox {
  width: 100%;
  top: 90px;
  overflow: hidden;
  bottom: 0;
  position: absolute;
  z-index: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 991px) {
  .aboutBox {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .aboutBox {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.aboutBox .picBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.aboutBox .picBg:c-pic1 {
  z-index: 0;
}
.aboutBox .picBg:c-pic2 {
  z-index: 2;
}
.aboutBox .aboutBox_1 {
  width: 39%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .aboutBox .aboutBox_1 {
    width: 100%;
    border-right: 0;
  }
}
.aboutBox .aboutBox_1 ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .aboutBox .aboutBox_1 ul {
    display: block;
    height: auto;
  }
}
.aboutBox .aboutBox_1 ul li {
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .aboutBox .aboutBox_1 ul li {
    width: 100%;
    display: block;
  }
}
.aboutBox .aboutBox_1 ul li:last-child {
  border-bottom: 0;
}
.aboutBox .aboutBox_1 ul li .item {
  margin: 0 17.5% 0 21.5%;
  width: 61%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .aboutBox .aboutBox_1 ul li .item {
    margin: 0 1rem;
    padding: 0.5rem 0;
    width: auto;
  }
}
.aboutBox .aboutBox_1 ul li .item .txt {
  text-align: left;
  width: 16em;
}
.aboutBox .aboutBox_1 ul li .item .txt .name {
  line-height: 1.2;
  height: 1.2em;
}
.aboutBox .aboutBox_1 ul li .item .txt .intro {
  line-height: 1.5;
  margin-top: 0.5em;
  max-height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .aboutBox .aboutBox_1 ul li .item .txt .intro {
    display: none;
  }
}
.aboutBox .aboutBox_1 ul li .item .pic img {
  width: 3.5em;
  height: 3.5em;
  overflow: hidden;
  object-fit: contain;
}
.aboutBox .aboutBox_2 {
  width: 61%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media (max-width: 767px) {
  .aboutBox .aboutBox_2 {
    width: auto;
    margin-top: 1rem;
  }
}
.aboutBox .aboutBox_2 .con {
  margin-left: 14.5%;
  margin-right: 30%;
}
@media (max-width: 767px) {
  .aboutBox .aboutBox_2 .con {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.aboutBox .aboutBox_2 .con .en {
  line-height: 1.2;
}
.aboutBox .aboutBox_2 .con .title {
  line-height: 1.5;
  -moz-text-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  -webkit-text-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}
.aboutBox .aboutBox_2 .con .intro {
  -moz-text-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  -webkit-text-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}
.aboutBox .aboutBox_2 .con .intro .t1 {
  margin-top: 5%;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .aboutBox .aboutBox_2 .con .intro .t1 {
    -webkit-line-clamp: 1;
    max-height: 1.6em;
  }
}
.aboutBox .aboutBox_2 .con .intro .t2 {
  margin-top: 2.4%;
  line-height: 1.6;
  max-height: 19.2em;
  overflow: hidden;
  text-indent: 2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}
@media (max-width: 767px) {
  .aboutBox .aboutBox_2 .con .intro .t2 {
    max-height: 3.2em;
    -webkit-line-clamp: 2;
  }
}
.aboutBox .aboutBox_2 .con .btnMoreWhite {
  margin-top: 13%;
}
@media (max-width: 767px) {
  .aboutBox .aboutBox_2 .con .btnMoreWhite {
    margin-top: 1rem;
  }
}
/*产品*/
.proBox {
  width: 100%;
  top: 90px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .proBox {
    top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.proBox .proBox_1 {
  overflow: hidden;
  width: 58.5%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .proBox .proBox_1 {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.proBox .proBox_1::after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 21.2%;
  background: url(/public/static/modules/cms/images/maskbg.png) right 0 repeat-y;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .proBox .proBox_1::after {
    display: none;
  }
}
.proBox .proBox_2 {
  overflow: hidden;
  width: 41.5%;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .proBox .proBox_2 {
    margin-top: 3rem;
    width: 100%;
    position: relative;
    height: auto;
  }
}
.proBox .pic {
  position: absolute;
  z-index: 0;
  right: -48%;
  bottom: 0;
  top: 14%;
  left: auto;
  height: 72%;
  width: 67.6%;
  transition: all 1s;
}
@media (max-width: 767px) {
  .proBox .pic {
    right: -10% !important;
  }
}
.proBox .pic img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-position: right center;
  object-fit: contain;
}
.proBox .pic .c-pic1 {
  z-index: 1;
}
.proBox .pic .c-pic2 {
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  .proBox .item:nth-child(1) .pic {
    bottom: 10%;
    top: auto;
  }
}
.proBox .item:nth-child(2) .pic {
  width: 58%;
  height: 72%;
  right: -24%;
  top: auto;
  bottom: 12%;
}
.proBox .item:nth-child(2) .pic img {
  object-position: left center;
}
@media (max-width: 767px) {
  .proBox .proBox_1 .pic {
    width: 30%;
  }
}
.proBox .proBox_2 .pic {
  width: 50%;
}
.proBox .proBox_2 .txt {
  margin-left: 14.6%;
}
@media (max-width: 767px) {
  .proBox .proBox_2 .txt {
    margin-left: 10%;
    width: 70%;
  }
}
.proBox .item {
  transition: all 1s;
  overflow: hidden;
  width: 41.5%;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .proBox .item {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.proBox .item:first-child {
  left: 0;
  right: auto;
}
.proBox .item:nth-child(2) {
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
  .proBox .item:nth-child(2) {
    margin-top: 3rem;
  }
}
.proBox .item.show {
  width: 58.5%;
}
@media (max-width: 767px) {
  .proBox .item.show {
    width: 100%;
  }
}
.proBox .item.show::after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 21.2%;
  background: url(/public/static/modules/cms/images/maskbg.png) right 0 repeat-y;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .proBox .item.show::after {
    display: none;
  }
}
.proBox .item.show .pic {
  right: 0;
}
.proBox .proBox_1 .txt {
  margin-left: 14.2%;
}
@media (max-width: 767px) {
  .proBox .proBox_1 .txt {
    margin-left: 10%;
    width: 70%;
  }
}
.proBox .txt {
  position: relative;
  z-index: 3;
  width: 80%;
  margin-left: 14.2%;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 767px) {
  .proBox .txt {
    margin-left: 10%;
    width: 60%;
  }
}
.proBox .txt .en {
  line-height: 1.2;
  color: #2e75b6;
}
.proBox .txt .title {
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
.proBox .txt .intro {
  color: #666;
  width: 23em;
  width: 3.75rem;
  margin: 0 auto 0 0;
}
@media (max-width: 767px) {
  .proBox .txt .intro {
    width: 100%;
  }
}
.proBox .txt .intro .t1 {
  margin-top: 7%;
  line-height: 2.3;
  height: 11.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media (max-width: 767px) {
  .proBox .txt .intro .t1 {
    line-height: 1.5;
    height: 3em;
    -webkit-line-clamp: 2;
  }
}
.proBox .txt .intro .t2 {
  margin-top: 4%;
  line-height: 2;
  height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .proBox .txt .intro .t2 {
    line-height: 1.2;
    height: 1.2em;
  }
}
.proBox .txt .intro a {
  color: #333;
  margin-right: 0.5em;
  text-decoration: underline;
}
.proBox .txt .btnMoreWhite {
  margin-top: 4.5%;
}
@media (max-width: 767px) {
  .proBox .txt .btnMoreWhite {
    margin-top: 1%;
  }
}
.proBox .proBox_2 .txt .btnMoreWhite {
  margin-top: 8%;
}
@media (max-width: 767px) {
  .proBox .proBox_2 .txt .btnMoreWhite {
    margin-top: 1%;
  }
}
/*最新动态*/
.newBoxWrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.newBox {
  width: 100%;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .newBox {
    margin-top: 60px;
  }
}
.newBox .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
}
.newBox .titleBox .en {
  line-height: 1.2;
  color: #2e75b6;
}
.newBox .titleBox .title {
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
.newBox .list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.newBox .list li {
  background-color: #fff;
  width: 22.6%;
  margin-right: 3.1%;
  margin-top: 3.1%;
}
@media (max-width: 767px) {
  .newBox .list li {
    width: 47%;
    margin-right: 6%;
    margin-top: 1rem;
  }
}
.newBox .list li .txt {
  text-align: left;
}
.newBox .list li .name {
  margin-top: 8%;
  color: #333;
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newBox .list li .name a {
  color: #333;
}
.newBox .list li .name a:hover {
  color: #2e75b6;
}
.newBox .list li .intro {
  margin-top: 4%;
  color: #777;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .newBox .list li .intro {
    display: none;
  }
}
.newBox .list li .about {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newBox .list li .about .date {
  color: #666;
  font-weight: bold;
}
.newBox .list li .about .btnMore {
  color: #333;
}
.newBox .list li .about .btnMore:hover {
  color: #2e75b6;
}
.newBox .list li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .newBox .list li:nth-child(2n) {
    margin-right: 0;
  }
}
.newBox .list li .pic {
  position: relative;
  z-index: 0;
  padding-top: 66.3%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.newBox .list li .pic img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 1s;
}
.newBox .list li .pic img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.newBox .list li .pic .c-pic1 {
  z-index: 0;
}
.newBox .list li .pic .c-pic2 {
  z-index: 2;
}
.coopBox {
  padding: 0.68rem 0 0.9rem;
  background: #2e75b6 url(../images/coopbg.jpg) center bottom no-repeat;
  background-size: 100% auto ;
  width: 100%;
}
.coopBox .title {
  color: #fff;
}
.coopBox .list {
  margin-top: 0.36rem;
}
.coopBox .list ul {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .coopBox .list ul {
    flex-wrap: wrap;
  }
}
.coopBox .list ul li {
  width: 17.9%;
  margin-right: 2.7%;
}
.coopBox .list ul li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .coopBox .list ul li {
    width: 30%;
    margin-top: 2.7%;
  }
}
.coopBox .list ul .pic {
  position: relative;
  z-index: 0;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  width: 100%;
  padding-top: 34.5%;
  background-color: #fff;
}
.coopBox .list ul img {
  position: absolute;
  left: 8.4%;
  top: 24%;
  height: 62%;
  width: 83.2%;
  display: block;
  overflow: hidden;
  object-fit: contain;
}
.footerBox {
  overflow: hidden;
  position: absolute;
  top: 90px;
  left: 0;
  bottom: 0 ;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .footerBox {
    top: 60px;
  }
}
