#hi-img-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-img-pop .hi-close:after,
#hi-img-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-img-pop .hi-close:hover {
  background: #e60013;
}
#hi-img-pop .hi-close:hover:after,
#hi-img-pop .hi-close:hover:before {
  background: #fff;
}
#hi-img-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-img-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-img-pop img {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .ptb120 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt120 {
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .pt120 {
    padding-top: 3rem;
  }
}
.pb120 {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .pb120 {
    padding-bottom: 3rem;
  }
}
/* 关于我们 */
.abtbox_tit {
  text-align: center;
  margin-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .abtbox_tit {
    margin-bottom: 1rem;
  }
}
.abtbox_tit .tit {
  font-weight: 700;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .abtbox_tit .tit {
    margin-bottom: 6px;
  }
}
.abtbox_tit .name {
  line-height: 0.8;
  color: #666;
}
.abtbox-sec1 {
  padding-bottom: 1.7rem;
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .abtbox-sec1 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.abtbox-sec1 .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.abtbox-sec1 .cont .lt {
  width: 54.7%;
  padding-right: 1.86rem;
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.2rem;
  }
}
.abtbox-sec1 .cont .lt .font {
  width: 100%;
}
.abtbox-sec1 .cont .lt .font .tit {
  font-weight: 700;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .lt .font .tit {
    margin-bottom: 6px;
  }
}
.abtbox-sec1 .cont .lt .font .name {
  line-height: 0.8;
  color: #666;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .lt .font .name {
    margin-bottom: 0.8rem;
  }
}
.abtbox-sec1 .cont .lt .font .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 1580px) {
  .abtbox-sec1 .cont .lt .font .text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .abtbox-sec1 .cont .lt .font .text {
    line-height: 22px;
  }
}
.abtbox-sec1 .cont .gt {
  width: 45.3%;
  padding-right: 0.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .gt {
    width: 100%;
    padding-right: 0;
  }
}
.abtbox-sec1 .cont .gt .img {
  width: 100%;
  height: 6.14rem;
  position: relative;
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .gt .img {
    height: 16rem;
  }
}
.abtbox-sec1 .cont .gt .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .abtbox-sec1 .cont .gt .img:after {
    display: none;
  }
}
.abtbox-sec1 .cont .gt .img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abtbox-sec2 {
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.abtbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
}
.abtbox-sec2 .cont .item {
  width: 25%;
  background-color: #fff;
  border-right: 2px solid #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.8rem 0.6rem 0.52rem;
}
.abtbox-sec2 .cont .item:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .abtbox-sec2 .cont .item {
    padding: 1.4rem 1rem 1.6rem;
    width: 50%;
    border-bottom: 1px solid #f7f7f7;
  }
}
.abtbox-sec2 .cont .item .name {
  font-size: 16px;
  color: #d9d9d9;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .abtbox-sec2 .cont .item .name {
    font-size: 14px;
  }
}
.abtbox-sec2 .cont .item .tit {
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .abtbox-sec2 .cont .item .tit {
    margin-bottom: 0.8rem;
  }
}
.abtbox-sec2 .cont .item .img {
  display: block;
  height: 0.54rem;
  overflow: hidden;
  margin-bottom: 0.38rem;
}
@media (max-width: 1580px) {
  .abtbox-sec2 .cont .item .img {
    height: 40px;
  }
}
@media (max-width: 1260px) {
  .abtbox-sec2 .cont .item .img {
    height: 34px;
  }
}
@media (max-width: 767px) {
  .abtbox-sec2 .cont .item .img {
    margin-bottom: 1rem;
    height: 1.8rem;
  }
}
.abtbox-sec2 .cont .item .img img {
  height: 100%;
}
.abtbox-sec2 .cont .item .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 1580px) {
  .abtbox-sec2 .cont .item .text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .abtbox-sec2 .cont .item .text {
    line-height: 22px;
  }
}
@media (max-width: 376px) {
  .abtbox-sec2 .cont .item .text {
    font-size: 12px;
    line-height: 18px;
  }
}
.abtbox-sec2 .cont .item:hover .name {
  color: #e60013;
}
.abtbox-sec3 .cont {
  position: relative;
  cursor: url("../images/cursormoveico1.png"), move;
}
.abtbox-sec3 .cont .abtbox3_cont {
  margin: 0 -0.1rem;
}
@media (max-width: 1580px) {
  .abtbox-sec3 .cont .abtbox3_cont {
    margin: 0 -6px;
  }
}
.abtbox-sec3 .cont .abtbox3_cont .swiper-slide {
  padding: 0 0.1rem;
}
@media (max-width: 1580px) {
  .abtbox-sec3 .cont .abtbox3_cont .swiper-slide {
    padding: 0 6px;
  }
}
.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  padding: 0.4rem 0.26rem;
  text-align: center;
  cursor: url("../images/cursormoveico1.png"), move;
}
@media (max-width: 767px) {
  .abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item {
    padding: 1.4rem 0.8rem;
  }
}
.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  overflow: hidden;
  margin-bottom: 0.15rem;
}
@media (max-width: 1900px) {
  .abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .img {
    height: 3.4rem;
  }
}
@media (max-width: 1260px) {
  .abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .img {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .img {
    height: 10rem;
  }
}
.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .tit {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.abtbox-sec3 .cont .abtbox3_pag {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .abtbox-sec3 .cont .abtbox3_pag {
    margin-top: 1.2rem;
  }
}
.abtbox-sec3 .cont .abtbox3_pag span {
  height: 100%;
  background-color: #e60013;
}
.abtbox-sec4 {
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.abtbox-sec4 .cont {
  position: relative;
}
.abtbox-sec4 .cont .f_zi {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0.85rem;
  height: 7px;
  background: url("../img/xiantiaoiconimg1.png") repeat-x;
  background-position: left;
}
@media (max-width: 767px) {
  .abtbox-sec4 .cont .f_zi {
    top: 2.5rem;
  }
}
.abtbox-sec4 .cont .f_zi span {
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #a0a0a0;
  width: 1px;
  height: 7px;
  display: block;
}
.abtbox-sec4 .abtbox4_cont {
  width: 100%;
  overflow: visible;
}
.abtbox-sec4 .abtbox4_cont .swiper-slide {
  width: 33.9%;
}
@media (max-width: 767px) {
  .abtbox-sec4 .abtbox4_cont .swiper-slide {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .abtbox-sec4 .abtbox4_cont .swiper-slide {
    width: 100%;
  }
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_shu {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .abtbox-sec4 .abtbox4_cont .swiper-slide .f_shu {
    margin-bottom: 1.2rem;
  }
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_shu .tit {
  padding-bottom: 0.62rem;
  line-height: 0.8;
  position: relative;
}
@media (max-width: 767px) {
  .abtbox-sec4 .abtbox4_cont .swiper-slide .f_shu .tit {
    padding-bottom: 2rem;
  }
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_shu .tit:after,
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_shu .tit:before {
  content: "";
  display: block;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_shu .tit:after {
  left: 3px;
  width: 1px;
  height: 0.3rem;
  background-color: #333333;
  min-height: 20px;
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_shu .tit:before {
  width: 7px;
  height: 7px;
  background-color: #333;
  border-radius: 50%;
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_shu .f_zi {
  width: 100%;
  height: 1px;
  background-color: #a6a6a6;
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_shu .f_zi .filse {
  display: block;
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut {
  padding-right: 0.3rem;
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item {
  background-color: #fff;
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .font {
  padding: 0.45rem 0.3rem 0.22rem;
}
@media (max-width: 767px) {
  .abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .font {
    padding: 1.2rem 0.9rem 0.8rem;
  }
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .font .data {
  line-height: 0.8;
  margin-bottom: 0.12rem;
}
@media (max-width: 1580px) {
  .abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .font .data {
    margin-bottom: 6px;
  }
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .font .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  height: 52px;
  overflow-y: auto;
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .font .text::-webkit-scrollbar {
  width: 3px;
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .font .text::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .font .text::-webkit-scrollbar-thumb {
  background: #e60013;
  border-radius: 25px;
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .font .text::-webkit-scrollbar-corner {
  background: #e60013;
}
@media (max-width: 1580px) {
  .abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .font .text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .font .text {
    line-height: 22px;
  }
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .img {
  width: 100%;
  height: 2.27rem;
}
@media (max-width: 1900px) {
  .abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .img {
    height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .img {
    height: 11rem;
  }
}
.abtbox-sec4 .abtbox4_cont .swiper-slide .f_jut .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abtbox-sec5 {
  overflow: hidden;
}
.abtbox-sec5 .cont {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.abtbox-sec5 .cont .qie {
  position: absolute;
  z-index: 4;
  left: 48.57%;
  bottom: 0;
  display: flex;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .qie {
    display: none;
  }
}
.abtbox-sec5 .cont .qie .abtbox5_prev,
.abtbox-sec5 .cont .qie .abtbox5_next {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.abtbox-sec5 .cont .qie .abtbox5_prev:hover,
.abtbox-sec5 .cont .qie .abtbox5_next:hover {
  background-color: #e60013;
}
.abtbox-sec5 .cont .qie .abtbox5_prev img,
.abtbox-sec5 .cont .qie .abtbox5_next img {
  width: 0.2rem;
}
@media (max-width: 1580px) {
  .abtbox-sec5 .cont .qie .abtbox5_prev,
  .abtbox-sec5 .cont .qie .abtbox5_next {
    width: 50px;
    height: 50px;
  }
  .abtbox-sec5 .cont .qie .abtbox5_prev img,
  .abtbox-sec5 .cont .qie .abtbox5_next img {
    width: 14px;
  }
}
.abtbox-sec5 .cont .qie .abtbox5_prev {
  margin-right: 1px;
}
.abtbox-sec5 .cont .page {
  position: absolute;
  left: 0.7rem;
  bottom: 0.4rem;
  display: flex;
  align-items: flex-end;
  z-index: 4;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .page {
    display: none;
  }
}
.abtbox-sec5 .cont .page .shu {
  font-size: 0.3rem;
}
@media (max-width: 1370px) {
  .abtbox-sec5 .cont .page .shu {
    font-size: 24px;
  }
}
.abtbox-sec5 .cont .page .zong {
  color: #999999;
}
.abtbox-sec5 .cont .font {
  width: 100%;
  padding: 0.82rem 0.7rem;
  padding-right: 0.86rem;
  background-color: #f5f5f5;
  box-shadow: 0px 1px 62px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1260px) {
  .abtbox-sec5 .cont .font {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .font {
    padding: 1.6rem 1.2rem;
  }
}
.abtbox-sec5 .cont .font .f_tit {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .font .f_tit {
    margin-bottom: 0.8rem;
  }
}
.abtbox-sec5 .cont .font .f_tit span {
  display: block;
  margin-left: 0.2rem;
  font-size: 14px;
  color: #cccccc;
}
@media (max-width: 1260px) {
  .abtbox-sec5 .cont .font .f_tit span {
    margin-left: 10px;
  }
}
@media (max-width: 376px) {
  .abtbox-sec5 .cont .font .f_tit span {
    font-size: 12px;
  }
}
.abtbox-sec5 .cont .font .f_text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  min-height: 1.84rem;
}
@media (max-width: 1580px) {
  .abtbox-sec5 .cont .font .f_text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .abtbox-sec5 .cont .font .f_text {
    font-size: 12px;
    min-height: 2.8rem;
    line-height: 20px;
  }
}
.abtbox-sec5 .cont .lt {
  width: 48.57%;
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .lt {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .abtbox-sec5 .cont .lt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
}
.abtbox-sec5 .cont .lt .abtbox_tit {
  text-align: left;
  margin-bottom: 0.68rem;
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .lt .abtbox_tit {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .lt .abtbox_tit {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .lt .abtbox5_nav {
    display: none;
  }
}
.abtbox-sec5 .cont .gt {
  width: 57.8%;
  position: relative;
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .gt {
    width: 100%;
  }
}
.abtbox-sec5 .cont .gt:after {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: #fff;
  z-index: 1;
}
.abtbox-sec5 .cont .gt .abtbox5_cont {
  width: 100%;
  overflow: visible;
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .gt .abtbox5_cont {
    overflow: hidden;
  }
}
.abtbox-sec5 .cont .gt .abtbox5_cont .swiper-slide .item {
  opacity: 0.4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.abtbox-sec5 .cont .gt .abtbox5_cont .swiper-slide-active .item {
  opacity: 1;
}
.abtbox-sec5 .cont .gt .abtbox5_cont .item .img {
  width: 100%;
  /*height: 5.9rem;*/
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .abtbox-sec5 .cont .gt .abtbox5_cont .item .img {
    /*height: 7rem;*/
  }
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .gt .abtbox5_cont .item .img {
    /*height: 11rem;*/
    border-radius: 0;
  }
}
.abtbox-sec5 .cont .gt .abtbox5_cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abtbox-sec5 .cont .gt .abtbox5_cont .item .font {
  display: none;
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .gt .abtbox5_cont .item .font {
    display: block;
  }
}
.abtbox-sec6 {
  overflow: hidden;
  background-color: #f8f8f8;
}
.abtbox-sec6 .cont {
  margin: -0.15rem;
}
@media (max-width: 767px) {
  .abtbox-sec6 .cont {
    margin: -5px;
  }
}
.abtbox-sec6 .cont .abtbox6_cont {
  margin: -10px;
  padding: 10px;
}
.abtbox-sec6 .cont .abtbox6_cont .swiper-slide {
  padding: 0.15rem;
}
@media (max-width: 767px) {
  .abtbox-sec6 .cont .abtbox6_cont .swiper-slide {
    padding: 5px;
  }
}
.abtbox-sec6 .cont .abtbox6_cont .swiper-slide .img {
  display: block;
  width: 100%;
  background-color: #fff;
  /*height: 1.26rem;*/
  overflow: hidden;
}
@media (max-width: 1900px) {
  .abtbox-sec6 .cont .abtbox6_cont .swiper-slide .img {
    /*height: 1.5rem;*/
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .abtbox-sec6 .cont .abtbox6_cont .swiper-slide .img {
    height: 2.2rem;
  }
}
@media (max-width: 376px) {
  .abtbox-sec6 .cont .abtbox6_cont .swiper-slide .img {
    height: 3.8rem;
  }
}
.abtbox-sec6 .cont .abtbox6_cont .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.abtbox-sec6 .cont .abtbox6_cont .swiper-slide .img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.abtbox-sec6 .cont .abtbox6-page {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 0;
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .abtbox-sec6 .cont .abtbox6-page {
    margin-top: 1rem;
  }
}
.abtbox-sec6 .cont .abtbox6-page span {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  outline: none;
  opacity: 1;
  background-color: #e6e6e6;
}
@media (max-width: 1580px) {
  .abtbox-sec6 .cont .abtbox6-page span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}
.abtbox-sec6 .cont .abtbox6-page .swiper-pagination-bullet-active {
  background-color: #e60013;
}
/* End */
/* 技术创新 */
.techbox-sec1 .cont {
  background-color: #fff;
}
.techbox-sec1 .cont:nth-child(2n) {
  background-color: #f8f8f8;
}
.techbox-sec1 .cont .f_jut {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.techbox-sec1 .cont .f_jut .lt {
  width: 34.14%;
}
@media (max-width: 767px) {
  .techbox-sec1 .cont .f_jut .lt {
    width: 100%;
  }
}
.techbox-sec1 .cont .f_jut .lt .tit {
  width: 100%;
  font-weight: 700;
  line-height: 0.52rem;
  margin-bottom: 0.32rem;
}
@media (max-width: 991px) {
  .techbox-sec1 .cont .f_jut .lt .tit {
    line-height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .techbox-sec1 .cont .f_jut .lt .tit {
    margin-bottom: 0.8rem;
    line-height: 1.3;
  }
}
.techbox-sec1 .cont .f_jut .lt .img {
  width: 100%;
  height: 3.8rem;
}
@media (max-width: 1900px) {
  .techbox-sec1 .cont .f_jut .lt .img {
    height: 5.2rem;
  }
}
@media (max-width: 991px) {
  .techbox-sec1 .cont .f_jut .lt .img {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .techbox-sec1 .cont .f_jut .lt .img {
    height: 9rem;
  }
}
.techbox-sec1 .cont .f_jut .lt .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.techbox-sec1 .cont .f_jut .gt {
  width: 65.86%;
  padding-left: 0.52rem;
}
@media (max-width: 767px) {
  .techbox-sec1 .cont .f_jut .gt {
    width: 100%;
    padding-left: 0;
    margin-top: 1.4rem;
  }
}
.techbox-sec1 .cont .f_jut .gt .f_list {
  display: flex;
  flex-wrap: wrap;
}
.techbox-sec1 .cont .f_jut .gt .f_list .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0.7rem;
  width: 33.333%;
}
@media (max-width: 767px) {
  .techbox-sec1 .cont .f_jut .gt .f_list .li {
    width: 50%;
    margin-bottom: 1.2rem;
  }
}
.techbox-sec1 .cont .f_jut .gt .f_list .li i {
  display: block;
  height: 0.55rem;
  overflow: hidden;
  min-width: 36px;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .techbox-sec1 .cont .f_jut .gt .f_list .li i {
    min-height: 1.8rem;
    margin-bottom: 0.6rem;
  }
}
.techbox-sec1 .cont .f_jut .gt .f_list .li i img {
  float: left;
  height: 100%;
}
.techbox-sec1 .cont .f_jut .gt .f_list .li .f_tit {
  margin-bottom: 0.2rem;
}
@media (max-width: 1260px) {
  .techbox-sec1 .cont .f_jut .gt .f_list .li .f_tit {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .techbox-sec1 .cont .f_jut .gt .f_list .li .f_tit {
    margin-bottom: 0.2rem;
  }
}
.techbox-sec1 .cont .f_jut .gt .f_list .li .text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 1580px) {
  .techbox-sec1 .cont .f_jut .gt .f_list .li .text {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .techbox-sec1 .cont .f_jut .gt .f_list .li .text {
    font-size: 12px;
    line-height: 20px;
  }
}
/* End */
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1580px) {
  .font36 {
    font-size: 22px;
  }
}
/* 新闻详情 */
.bsTop {
  width: 100%!important;
}
.bsFrameDiv > div {
  height: 208px!important;
}
.bsFrameDiv img {
  margin: 16px!important;
}
.newsinfo-sec1 {
  overflow: hidden;
  padding: 0.9rem 0 1.4rem;
}
@media (max-width: 991px) {
  .newsinfo-sec1 {
    padding: 2.2rem 0 3rem;
  }
}
.newsinfo-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -0.7rem;
}
@media (max-width: 991px) {
  .newsinfo-sec1 .cont {
    margin: 0;
  }
}
.newsinfo-sec1 .cont .lt,
.newsinfo-sec1 .cont .gt {
  padding: 0 0.7rem;
}
@media (max-width: 991px) {
  .newsinfo-sec1 .cont .lt,
  .newsinfo-sec1 .cont .gt {
    padding: 0;
  }
}
.newsinfo-sec1 .cont .lt {
  width: 70.6%;
}
@media (max-width: 991px) {
  .newsinfo-sec1 .cont .lt {
    width: 100%;
  }
}
.newsinfo-sec1 .cont .lt .f_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .f_title {
    margin-bottom: 0.8rem;
    padding-bottom: 1rem;
  }
}
.newsinfo-sec1 .cont .lt .f_title .tit {
  width: 73%;
  line-height: 1.388;
}
@media (max-width: 1260px) {
  .newsinfo-sec1 .cont .lt .f_title .tit {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .f_title .tit {
    width: 100%;
  }
}
.newsinfo-sec1 .cont .lt .f_title .date {
  border: solid 1px #e6e6e6;
  width: 1rem;
  text-align: center;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .f_title .date {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .f_title .date {
    display: none;
  }
}
.newsinfo-sec1 .cont .lt .f_title .date .ye {
  font-size: 0.14rem;
  line-height: 0.38rem;
  color: #666666;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .f_title .date .ye {
    font-size: 12px;
    line-height: 30px;
  }
}
.newsinfo-sec1 .cont .lt .f_title .date .name {
  font-size: 0.36rem;
  line-height: 0.48rem;
  font-weight: bold;
  font-family: "Arial-BoldMT", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .f_title .date .name {
    line-height: 38px;
    font-size: 22px;
  }
}
.newsinfo-sec1 .cont .lt .f_text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #666666;
}
.newsinfo-sec1 .cont .lt .f_text p {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial' !important;
}
.newsinfo-sec1 .cont .lt .f_text span {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .f_text {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 1260px) {
  .newsinfo-sec1 .cont .lt .f_text {
    line-height: 24px;
  }
}
.newsinfo-sec1 .cont .lt .f_text img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .f_text img {
    max-width: 100% !important;
  }
}
.newsinfo-sec1 .cont .lt .fen {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .fen {
    margin-top: 1rem;
  }
}
.newsinfo-sec1 .cont .lt .fen .bshare-custom {
  display: flex;
  flex-wrap: wrap;
}
.newsinfo-sec1 .cont .lt .fen .bshare-custom a {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  min-width: 20px;
  min-height: 20px;
  margin-right: 0.15rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .fen .bshare-custom a {
    margin-right: 12px;
  }
}
.newsinfo-sec1 .cont .lt .fen .bshare-custom .bshare-weixin {
  background-image: url("../img/feniconimfz1.png");
}
.newsinfo-sec1 .cont .lt .fen .bshare-custom .bshare-weixin:hover {
  background-image: url("../img/feniconimfz1-1.png");
}
.newsinfo-sec1 .cont .lt .fen .bshare-custom .bshare-facebook {
  background-image: url("../img/feniconimfz2.png");
}
.newsinfo-sec1 .cont .lt .fen .bshare-custom .bshare-facebook:hover {
  background-image: url("../img/feniconimfz2-1.png");
}
.newsinfo-sec1 .cont .lt .fen .bshare-custom .bshare-sinaminiblog {
  background-image: url("../img/feniconimfz3.png");
}
.newsinfo-sec1 .cont .lt .fen .bshare-custom .bshare-sinaminiblog:hover {
  background-image: url("../img/feniconimfz3-1.png");
}
.newsinfo-sec1 .cont .gt {
  width: 29.4%;
}
@media (max-width: 991px) {
  .newsinfo-sec1 .cont .gt {
    width: 100%;
    margin-top: 1.4rem;
  }
}
.newsinfo-sec1 .cont .gt .f_jut {
  background-color: #f5f5f5;
  padding: 0.25rem 0.2rem 0.3rem;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .gt .f_jut {
    padding: 1.4rem 1rem;
  }
}
.newsinfo-sec1 .cont .gt .f_jut .f_tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .gt .f_jut .f_tit {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.newsinfo-sec1 .cont .gt .f_jut .infogt {
  margin-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .gt .f_jut .infogt {
    margin-bottom: 1.2rem;
  }
}
.newsinfo-sec1 .cont .gt .f_jut .infogt .item {
  display: block;
  padding: 0.2rem 0;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1260px) {
  .newsinfo-sec1 .cont .gt .f_jut .infogt .item {
    padding: 14px 0;
  }
}
.newsinfo-sec1 .cont .gt .f_jut .infogt .item:first-child {
  padding-top: 0.1rem;
}
.newsinfo-sec1 .cont .gt .f_jut .infogt .item .date {
  color: #999999;
  font-size: 14px;
  margin-bottom: 4px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .gt .f_jut .infogt .item .date {
    font-size: 12px;
  }
}
.newsinfo-sec1 .cont .gt .f_jut .infogt .item .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: #666666;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .gt .f_jut .infogt .item .tit {
    font-size: 12px;
  }
}
.newsinfo-sec1 .cont .gt .f_jut .infogt .item:hover .tit {
  color: #e60013;
}
.newsinfo-sec1 .cont .gt .f_jut .form {
  width: 100%;
}
.newsinfo-sec1 .cont .gt .f_jut .form input {
  background-color: #ffffff;
  color: #999999;
  width: 100%;
  border: none;
  outline: none;
  padding: 0.12rem 0.2rem;
}
@media (max-width: 1900px) {
  .newsinfo-sec1 .cont .gt .f_jut .form input {
    padding: 8px 16px;
  }
}
.newsinfo-sec1 .cont .gt .f_jut .form .f_sub {
  outline: none;
  width: 100%;
  background-color: #e60013;
  color: #fff;
  border: none;
  padding: 0.12rem 0.2rem;
  margin-top: 0.2rem;
}
@media (max-width: 1900px) {
  .newsinfo-sec1 .cont .gt .f_jut .form .f_sub {
    margin-top: 14px;
    padding: 8px 16px;
  }
}
/* End */
.x-sfo .cont .lt {
  width: 100%;
}
