/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";

/*å…¨å±€*/
.title1 {
  font-size: 0.5rem;
  font-weight: 500;
  text-align: center;
}

.title2 {
  font-size: 0.4rem;
  font-weight: 500;
  text-align: center;
}

.title3 {
  font-size: 0.48rem;
  font-weight: 500;
}

.global-btn {
  width: 1.8rem;
  height: 0.46rem;
  color: #db4a24;
  cursor: pointer;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: color 0.3s 0s, opacity 1s .9s, -webkit-transform 1s .9s;
  transition: color 0.3s 0s, opacity 1s .9s, -webkit-transform 1s .9s;
  -o-transition: color 0.3s 0s, transform 1s .9s, opacity 1s .9s;
  transition: color 0.3s 0s, transform 1s .9s, opacity 1s .9s;
  transition: color 0.3s 0s, transform 1s .9s, opacity 1s .9s, -webkit-transform 1s .9s;
  border-radius: 0.25rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  font-weight: 600;
  font-size: 0.16rem;
}

.global-btn:hover {
  color: #ffffff !important;
}

.global-btn::before,
.global-btn::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.global-btn::before {
  background: #7986cb;
}

.global-btn::after {
  background: #3f51b5;
}

.global-btn:hover::before,
.global-btn:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.global-btn .icon {
  margin-left: 0.15rem;
  display: inline-block;
  width: 0.2rem;
  height: 0.12rem;
  background: url(../images/jt_r.png) no-repeat center center / 100% 100%;
}

.abs {
  position: absolute;
  height: 1px;
  top: -60px;
}

/*banner start*/
.banner {}

.section.banner {}

.banner .banner-item {
  display: block;
  position: relative;
}

.banner .banner-item img {
  display: block;
  width: 100%;
}

.banner .banner-item .caption {
  position: absolute;
  text-align: right;
  width: 100%;
  top: 32%;
  right: 8%;
  z-index: 1;
  color: #ffffff;
}

.banner .banner-item .caption .p1,
.banner .banner-item .caption .p2,
.banner .banner-item .caption button {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.banner .banner-item .caption .p1 {
  font-size: 0.5rem;
  -webkit-transition: all 1s .5s;
  -o-transition: all 1s .5s;
  transition: all 1s .5s;
}

.banner .banner-item .caption .p2 {
  font-size: 0.28rem;
  margin-top: 0.27rem;
  margin-bottom: 0.77rem;
  -webkit-transition: all 1s .7s;
  -o-transition: all 1s .7s;
  transition: all 1s .7s;
}

.button--aylen:hover::after {
  -webkit-transition-delay: 0.175s;
  -o-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.banner .swiper-slide-active .caption .p1,
.banner .swiper-slide-active .caption .p2,
.banner .swiper-slide-active .caption button {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.banner-pagination {
  position: absolute;
  bottom: 0.5rem !important;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  font-size: 0;
}

.banner-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 0.13rem !important;
  opacity: 1;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.banner-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-pagination .swiper-pagination-bullet-active::after {
  background: #fff;
}

/*banner end*/
/*çƒ­é—¨å…³é”®è¯ start*/
.hot {
  padding: 0.2rem;
  background: #f5f5f5;
}

.hot .hot-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hot .hot-box span {
  font-size: 0.18rem;
}

.hot .hot-box a {
  font-size: 0.16rem;
  color: #666666;
  margin-right: 0.15rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.hot .hot-box a:hover {
  color: #db4a24;
}

.hot .hot-box .rt {
  width: 3.4rem;
  height: 0.4rem;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0.2rem;
}

.hot .hot-box .rt input {
  height: 100%;
  width: 88%;
  padding-left: 5%;
}

.hot .hot-box .rt button {
  height: 100%;
  width: 12%;
  cursor: pointer;
  background: url("../images/search_b.png") no-repeat center center / 40% 40%;
}

@media (max-width: 600px) {
  .hot {
    display: none;
  }
}

/*çƒ­é—¨å…³é”®è¯ end*/
/*é¦–é¡µäº§å“ä¸­å¿ƒ start*/
.ind-con1 {
  padding: 0.8rem 0 0.75rem;
}

.ind-con1-list {
  margin-top: 0.85rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}

.ind-con1-list .ind-con1-item {
  position: relative;
  overflow: hidden;
  margin: 0 0.1rem 0.2rem;
  float: left;
  width: 5.8rem;
  height: 3.7rem;
  background: -o-radial-gradient(circle, rgba(244, 244, 246, 1) 0%, rgba(233, 234, 236, 1) 100%);
  background: radial-gradient(circle, rgba(244, 244, 246, 1) 0%, rgba(233, 234, 236, 1) 100%);
}

.ind-con1-list .ind-con1-item.large {
  width: 10rem;
  height: 7.6rem;
}

.ind-con1-list .ind-con1-item.middle {
  width: 4.9rem;
  height: 7.6rem;
}

.ind-con1-item .bg {
  width: 100%;
  height: 3.7rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ind-con1-list .ind-con1-item.large .bg {
  height: 7.6rem;
}

.ind-con1-list .ind-con1-item.middle .bg {
  height: 7.6rem;
}

.ind-con1-item:hover .bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ind-con1-item .item-content {
  position: absolute;
  top: 0.85rem;
  right: 0.75rem;
}

.ind-con1-item .item-content .item-content__desc {
  font-size: 0.3rem;
}

.ind-con1-item .item-content ul {
  margin-top: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ind-con1-item .item-content ul li>img {
  width: 0.6rem;
  height: 0.6rem;
}

.ind-con1-item .item-content ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ind-con1-item .item-content ul li p {
  margin-top: 0.2rem;
  font-size: 0.22rem;
}

.ind-con1-item.large .item-content {
  top: unset;
  left: unset;
  right: 0.35rem;
  bottom: 0.8rem;
  text-align: center;
  width: 5.53rem;
}

.ind-con1-item.middle .item-content {
  width: 100%;
  top: 0.5rem;
  left: unset;
  right: unset;
  bottom: unset;
  text-align: center;
}

.ind-con1-item-pagination {
  bottom: 0.4rem !important;
}

.ind-con1-item-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 0.06rem !important;
  opacity: 1;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.ind-con1-item-pagination .swiper-pagination-bullet-active {
  background: #ee1d23;
}

@media (max-width: 1679px) {
  .ind-con1-list .ind-con1-item {
    width: 6.2rem;
  }
}

@media (max-width: 1459px) {
  .ind-con1-list .ind-con1-item.large {
    width: 10.7rem;
  }

  .ind-con1-list .ind-con1-item.middle {
    width: 5.25rem;
  }
}

@media (max-width: 1259px) {
  .ind-con1-list {
    margin-left: 0;
    margin-right: 0;
  }

  .ind-con1-list .ind-con1-item.large {
    width: 100%;
    height: unset;
  }

  .ind-con1-list .ind-con1-item {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 0.1rem);
  }

  .ind-con1-list .ind-con1-item:nth-child(2n) {
    margin-right: 0.2rem;
  }

  .ind-con1-list .ind-con1-item.middle {
    width: calc(50% - 0.1rem);
    height: unset;
  }

  .ind-con1-list .ind-con1-item.middle .bg {
    height: unset;
  }
}

@media (max-width: 500px) {
  .ind-con1-item .item-content {
    right: 8%;
  }

  .ind-con1-item .item-content ul,
  .ind-con1-item .item-content ul li p {
    margin-top: 0.1rem;
  }

  .ind-con1-item.middle .item-content {
    top: 4%;
  }
}

/*é¦–é¡µäº§å“ä¸­å¿ƒ end*/
/*é¦–é¡µæ€§ä»·æ¯” start*/
.ind-con2 {
  padding: 0.77rem 0 0;
}

.ind-con2 .container-inner {
  position: relative;
}

.ind-con2 .watermark {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: -0.77rem;
}

.ind-con2 .watermark img {
  width: 100%;
}

.ind-con2-box {
  margin-top: 0.8rem;
}

.ind-con2-box__view .ind-con2-box__view--item {
  width: 12rem;
  margin: auto;
  display: none;
  transition: all .5s;
}

.ind-con2-box__view .ind-con2-box__view--item.full {
  width: 100%;
}

.ind-con2-box__view .ind-con2-box__view--item.on {
  display: block;
}

.ind-con2-box__view .ind-con2-box__view--item img {
  width: 100%;
}

.ind-con2-box__perView {
  margin-top: 0.9rem;
}

.ind-con2-box__perView--item {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: .4rem 0 .6rem;
  border-top: 3px solid #db4a24;
  position: relative;
  overflow: hidden;
}

.ind-con2-box__perView--item>p {
  position: relative;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin: 0 .25rem;
}

.ind-con2-box__perView--item .p1 {
  font-size: 0.14rem;
  color: #777777;
  padding-left: 0.2rem;
}

.ind-con2-box__perView--item .p2 {
  font-size: 0.22rem;
  margin-top: 0.35rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ind-con2-box__perView--item .p3 {
  font-size: 0.16rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ind-con2-box__perView--item .p1::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background-color: #db4a24;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ind-con2-box__perView--item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #db4a24;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ind-con2-box__perView--item:hover::before,
.ind-con2-box__perView--item.on::before {
  width: 500px;
  height: 500px;
}

.ind-con2-box__perView--item.on>p,
.ind-con2-box__perView--item:hover>p {
  color: #ffffff;
}

.ind-con2-box__perView--item.on .p1::before,
.ind-con2-box__perView--item:hover .p1::before {
  background-color: #fff;
}

@media (max-width: 991px) {
  .ind-con2-box__view .ind-con2-box__view--item {
    width: 100%;
    height: unset;
  }
}

/*é¦–é¡µæ€§ä»·æ¯” end*/
/*é¦–é¡µå…³äºŽæˆ‘ä»¬ start*/
.ind-con3 {
  padding: 1rem 0 0;
}

.aboutUs-box {
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aboutUs-box .lt,
.aboutUs-box .rt {
  width: 50%;
  position: relative;
  max-height: 550px;
}

.aboutUs-box .lt img {
  width: 100%;
}

.aboutUs-box .lt i {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  background: url("../images/video.png") no-repeat center / 100%;
}

.aboutUs-box .lt:hover i {
  margin-top: -20px;
}

.aboutUs-box .rt {
  background-color: #f5f5f5;
  padding: 0.66rem 0.8rem;
  padding-bottom: 0;
}

.aboutUs-box .rt .rt-title {
  font-size: 0.3rem;
}

.aboutUs-box .rt .rt-hr {
  background-color: #db4a24;
  width: 0.5rem;
  height: 2px;
  margin: 0.2rem 0;
}

.aboutUs-box .rt .rt-desc {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.aboutUs-box .rt ul {
  margin-top: 0.4rem;
}

.aboutUs-box .rt ul li {
  margin-bottom: 0.15rem;
  font-size: 0.18rem;
  padding-left: 0.22rem;
  color: #666666;
  position: relative;
}

.aboutUs-box .rt ul li::before {
  position: absolute;
  content: "";
  background-color: #db4a24;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1259px) {
  .aboutUs-box .rt {
    padding: 0.3rem 0.5rem;
  }

  .aboutUs-box .rt ul {
    margin-top: 0.2rem;
  }
}

@media (max-width: 991px) {

  .aboutUs-box .lt,
  .aboutUs-box .rt {
    width: 100%;
  }

  .aboutUs-box .rt .rt-title {
    font-size: 0.4rem;
  }
}

/*é¦–é¡µå…³äºŽæˆ‘ä»¬ end*/
/*é¦–é¡µåˆä½œå®¢æˆ· start*/
.ind-con4 {
  padding: 0.7rem 0 0;
}

.ind-con4--header {
  font-size: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ind-con4--header .buttons {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ind-con4--header .buttons .swiper-button-prev {
  margin-right: 10px;
}

.ind-con4--content .swiper-container {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 0.7rem;
}

.p_item {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.p_item img {
  width: 100%;
}

.p_item:hover {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}

.ind-con4-prev,
.ind-con4-next {
  position: unset;
  background-image: none;
  width: 25px;
  height: 25px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  margin-top: 0;
  opacity: 1;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.ind-con4-prev:hover,
.ind-con4-next:hover {
  background: #db4a24;
  color: #fff;
  border: none;
}

/*é¦–é¡µåˆä½œå®¢æˆ· end*/
/*é¦–é¡µæ–°é—» start*/
.ind-con5 {
  padding: 0.75rem 0 1rem;
  background: url("../images/31.jpg") no-repeat center / cover;
}

.ind-con5-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1rem;
}

.ind-con5-box--lt {
  width: 4.9rem;
}

.ind-con5-box--lt img {
  width: 100%;
}

.ind-con5-box--lt__content {
  background-color: #db4a24;
  padding: 0.25rem;
  color: #fff;
}

.ind-con5-box--lt__content .tit {
  font-size: 0.2rem;
}

.ind-con5-box--lt__content .time {
  font-size: 0.14rem;
  opacity: 0.6;
  margin: 0.1rem 0 0.18rem;
}

.ind-con5-box--lt__content .desc {
  font-size: 0.14rem;
  opacity: 0.8;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ind-con5-box--rt {
  width: 9.34rem;
  margin-right: 0.94rem;
}

.box5-rt__list {
  border-top: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.41rem 0 0.55rem;
}

.box5-rt__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.box5-rt__item img {
  width: 1.6rem;
}

.box5-rt__item>div {
  margin-left: 0.22rem;
  margin-right: 0.22rem;
}

.box5-rt__item>div p {
  width: 100%;
  font-size: 0.16rem;
  color: #444444;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.box5-rt__item>div .time {
  margin-top: 0.22rem;
  font-size: 0.14rem;
  color: #777777;
}

.box5-rt__more a {
  font-size: 0.14rem;
  color: #777777;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.box5-rt__more a: hover {
  color: #db4a24;
}

.box5-rt__more .more-icon {
  vertical-align: middle;
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.05rem;
  background: transparent url("../images/jt_circle_r.png") center / 100%;
}

@media (max-width: 1259px) {
  .ind-con5-box--rt {
    margin-right: 0;
    width: 9rem;
  }
}

@media (max-width: 991px) {
  .ind-con5-box--lt {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .ind-con5-box--rt {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .box5-rt__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box5-rt__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .box5-rt__item: first-child {
    margin-bottom: 0.41rem;
  }

  .box5-rt__item img {
    width: 30%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

/*é¦–é¡µæ–°é—» end*/
/*é¦–é¡µç•™è¨€ start*/
.ind-con6 {
  padding: 0.8rem 0 0.5rem;
  background: url("../images/32.jpg") center center / cover;
}

.ind-con6 .title1 {
  color: #fff;
}

.ind-message {
  margin-top: 0.35rem;
  text-align: center;
}

.message-form .message-form--inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.1rem;
  right: -0.1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.message-form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  padding: 0.18rem;
  color: #fff;
  margin: 0 0.1rem;
}

.message-form input::-webkit-input-placeholder {
  color: #fff;
}

.message-form input::-moz-placeholder {
  color: #fff;
}

.message-form input:-ms-input-placeholder {
  color: #fff;
}

.message-form input::-ms-input-placeholder {
  color: #fff;
}

.message-form input::placeholder {
  color: #fff;
}

.message-form button.global-btn {
  margin-top: 0.4rem;
  width: 1.45rem;
  height: 0.46rem;
  border-radius: 0.23rem;
  background-color: #fff;
  font-size: 0.16rem;
  color: #333333;
}

.message-form button.global-btn::after {
  background: #db4a24;
}

@media (max-width: 767px) {
  .message-form button.global-btn {
    height: 0.56rem;
  }
}

@media (max-width: 567px) {
  .message-form input {
    margin-bottom: 0.2rem;
  }
}

/*é¦–é¡µç•™è¨€ end*/
/*breadcrumb -start*/
.breadcrumb {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 15px 0;
  font-size: 0;
}

.breadcrumb span {
  display: inline-block;
  vertical-align: bottom;
  width: 14px;
  height: 18px;
  background: url(../images/icon-home.png) no-repeat left center;
  background-size: 14px auto;
  margin-right: 8px;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  display: inline-block;
  margin-right: 13px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.breadcrumb a:hover {
  color: #db4a24;
}

.breadcrumb a::after {
  content: '>';
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  width: 13px;
  text-align: center;
  position: absolute;
  right: -13px;
  top: 0;
}

.breadcrumb a:last-child {
  margin-right: 0;
}

.breadcrumb a:last-child::after {
  display: none;
}

@media (min-width: 768px) {
  .breadcrumb {
    padding: 20px 0;
  }

  .breadcrumb span {
    width: 16px;
    height: 21px;
    background-size: 16px auto;
    margin-right: 17px;
  }

  .breadcrumb a {
    font-size: 14px;
    margin-right: 30px;
  }

  .breadcrumb a::after {
    font-size: 14px;
    width: 16px;
    right: -23px;
  }
}

/*breadcrumb -end */
/*subbner - start*/
.subbanner {
  position: relative;
  z-index: 1;
}

.subbanner-bg {
  width: 100%;
}

.img-pc {
  display: none;
}

.img-mobile {
  display: block;
}

.subbanner-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 48px;
  width: 100%;
  z-index: 2;
}

.subbanner .sub-text {
  padding: 0;
  color: #fff;
}

.subbanner .sub-cn {
  font-size: 28px;
  line-height: 1.4;
}

.subbanner .sub-en {
  font-family: "DIN";
  font-size: 17px;
  text-transform: capitalize;
  line-height: 1.2;
}

.subbanner .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

@media (min-width: 768px) {
  .img-pc {
    display: block;
  }

  .img-mobile {
    display: none;
  }

  .subbanner-content {
    bottom: 60px;
  }

  .subbanner .sub-cn {
    font-size: .50rem;
  }

  .subbanner .sub-en {
    font-size: .3rem;
  }
}

/*subbner - end*/
/*menu - start*/
.menu {
  background-color: #f5f5f5;
  overflow: visible;
}

.menu-slide {
  position: relative;
  z-index: 2;
}

.menu-list {
  font-size: 0;
}

.menu-item {
  width: 20%;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.menu-item,
.menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.17rem 0.2rem;
  border-right: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.menu-item span,
.menu-link span {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 0.18rem;
}

.menu-item>i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.06rem 0.06rem 0.06rem 0;
  border-color: transparent #999999 transparent transparent;
}

.menu-item:hover>span,
.menu-link:hover>span,
.menu-link:hover>i {
  color: #db4a24 !important;
}

.menu-item:hover>i {
  border-color: transparent #ffffff transparent transparent;
}

.menu-item .sub-menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #f5f5f5;
  border-top: 0.1rem solid #fff;
  display: none;
}

.menu-link {
  border-right: 0;
  border-bottom: 1px solid #fff;
}

.menu-link span {
  color: #333333 !important;
  font-size: 0.16rem;
}

.menu-link i {
  font-size: 0.16rem;
}

.menu-item:hover .sub-menu {
  display: block;
}

.menu-item.on {
  background-color: #db4a24;
}

.menu-item.on>span {
  color: #fff !important;
}

.menu-item.on>i {
  border-color: transparent #ffffff transparent transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 991px) {
  .menu-item {
    width: 33.333333%;
  }
}

@media (max-width: 600px) {
  .menu-item {
    width: 50%;
  }
}

/*menu - end*/
/*sec-pro - start*/
.sec-pro {
  padding: 0.95rem 0 1.2rem;
}

.pro-l {
  width: 50%;
}

.pro-view {
  position: relative;
}

.pro-view__video-control {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 100;
}

.pro-view__video-control img {
  width: 0.36rem;
  cursor: pointer;
}

.pro-view__video-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.pro-view__video-box video {
  width: 100%;
  height: 100%;
}

.pro-view__video-box i {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 101;
  font-size: 0.4rem;
  cursor: pointer;
  color: #fff;
  display: none;
}

.pro-view__video-box:hover i {
  display: block;
}

.pro-view .view-pic,
.pro-thumbs .thumbs-pic {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.pro-view .view-pic img,
.pro-thumbs .thumbs-pic img {
  width: 100%;
  display: block;
}

.pro-r {
  width: 40%;
  margin-right: 1rem;
  padding-top: 0.5rem;
}

.pro-r p {
  font-size: 0.48rem;
  color: #db4a24;
}

.pro-r ul {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 0.33rem 0;
  margin-bottom: 0.48rem;
}

.pro-r ul li {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0.25rem;
}

.pro-r ul li:last-child {
  margin-bottom: 0;
}

.pro-r ul li img {
  width: 0.18rem;
  margin-right: 0.08rem;
  vertical-align: middle;
}

.pro-thumbs {
  position: relative;
}

.pro-thumbs .swiper-container {
  margin: 0 0.55rem;
}

.pro-thumbs .prev,
.pro-thumbs .next {
  background-color: #f5f5f5;
  background-image: unset;
  height: 100%;
  margin-top: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.48rem;
  font-size: 0.25rem;
  color: #999999;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.pro-thumbs .prev {
  left: 0;
}

.pro-thumbs .next {
  right: 0;
}

.pro-thumbs .prev:hover,
.pro-thumbs .next:hover {
  background-color: #db4a24;
  color: #fff;
}

.pro-thumbs .swiper-slide-thumb-active .thumbs-pic {
  border: 3px solid #db4a24;
}

@media (max-width: 1259px) {
  .pro-r {
    padding-top: 0.28rem;
  }
}

@media (max-width: 991px) {
  .pro-l {
    width: 100%;
  }

  .pro-r {
    width: 100%;
    margin-right: 0;
  }
}

/*sec-pro - end*/
/*sec-detail-menu - start*/
.sec-detail-menu {
  position: sticky;
  z-index: 99;
  top: 0;
}

.sec-detail-menu.top {
  top: calc(1rem - 1px);
  -webkit-transition: top .35s;
  -o-transition: top .35s;
  transition: top .35s;
}

.detail-menu-slide {
  background-color: #f5f5f5;
}

.detail-menu-slide .swiper-slide {
  width: auto;
}

.detail-menu-slide .swiper-slide a {
  display: block;
  text-align: center;
  padding: 0.25rem 0.75rem;
  font-size: 0.2rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.detail-menu-slide .swiper-slide a:hover,
.detail-menu-slide .swiper-slide.on a {
  background-color: #db4a24;
  color: #ffffff;
}

@media (max-width: 991px) {
  .sec-detail-menu {
    top: 60px;
  }
}

/*sec-detail-menu - end*/
/*sec-detail start*/
.sec-detail {
  padding-bottom: 0.85rem;
}

.detail-item .title2 {
  padding: 0.6rem 0;
}

.detail-item {
  position: relative;
  margin-bottom: 0.15rem;
}

.detail-table {
  width: 100%;
  min-width: 768px;
}

.detail-table .t_header {
  text-align: left;
  line-height: 0.8rem;
  background: #db4a24;
  color: #fff;
  font-size: 0.24rem;
  font-family: "å¾®è»Ÿæ­£é»‘é«”";
}

.detail-table th,
.detail-table td {
  padding: 0 0.35rem;
}

.detail-table td {
  line-height: 0.56rem;
  font-size: 0.16rem;
  color: #666;
}

.detail-table td.t_first-text {
  font-size: 0.18rem;
  color: #333;
}

.detail-table tr:not(.t_header) {
  background-color: #e9e9e9;
}

.detail-table tr:not(.t_header):nth-child(2n) {
  background-color: #f4f4f4;
}

.detail-table tr td:nth-child(3).t_first-text {
  border-left: 1px solid #dbdbdb;
}

.detail-table.specifications th:nth-child(1),
.detail-table.specifications td:nth-child(1),
.detail-table.specifications th:nth-child(2),
.detail-table.specifications td:nth-child(2) {
  width: 28%;
}

.detail-table.params td:nth-child(1),
.detail-table.params td:nth-child(3) {
  width: 23%;
}

.real-slider {
  position: relative;
}

.real-slider .slide-pic {
  width: 100%;
}

.real-slider .real-prev,
.real-slider .real-next {
  background-image: unset;
  font-size: 0.6rem;
  width: auto;
  height: auto;
  margin-top: unset;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999999;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.real-slider .real-prev:hover,
.real-slider .real-next:hover {
  color: #db4a24;
}

.real-slider .real-prev {
  left: -0.35rem;
}

.real-slider .real-next {
  right: -0.4rem;
}

.real-slider .swiper-pagination {
  display: none;
}

.detail-item .remark {
  padding: 0.3rem 0;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0.16rem;
}

.detail-item .remark p:first-of-type {
  color: #666666;
  margin-bottom: 0.3rem;
}

.detail-item .remark p:last-of-type {
  color: #db4a24;
}

.swiper-pagination {
  width: 100%;
  margin-top: 8px;
}

.swiper-pagination .swiper-pagination-bullet {
  margin-right: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #db4a24;
}

@media (max-width: 991px) {

  .real-slider .real-prev,
  .real-slider .real-next {
    display: none;
  }

  .real-slider .swiper-pagination {
    display: block;
  }
}

/*sec-detail end*/
/* video-list start */
.video-list .row {
  margin: 0 -5px;
}

.video-list .col-xs-6,
.video-list .col-sm-4 {
  padding: 0 5px;
}

.video-item {
  display: block;
  overflow: hidden;
  background: #999;
  position: relative;
  margin-bottom: 20px;
}

.video-item .m-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.76%;
  overflow: hidden;
}

.video-item .m-img img {
  width: 100%;
}

.video-item .m-mark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .15);
  z-index: 4;
}

.video-item .m-mark .m-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .6);
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.video-item .m-cont {
  background: #db4a24;
  padding: 0 15px;
}

.video-item .m-name {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.video-item:hover .m-mark .m-icon {
  background: #db4a24;
  color: #fff;
}

@media (min-width: 768px) {

  /*.video-list{margin-bottom: 55px;}*/
  .video-list .row {
    margin: 0 -10px;
  }

  .video-list .col-xs-6,
  .video-list .col-sm-4 {
    padding: 0 10px;
  }

  .video-item {
    margin-bottom: 20px;
  }

  .video-item .m-img img {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
  }

  .video-item .m-mark .m-icon {
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }

  .video-item .m-cont {
    padding: 0 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 8;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .video-item .m-name {
    font-size: 16px;
    line-height: 40px;
  }

  .video-item:hover .m-img img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }

  .video-item:hover .m-cont {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* video-list end */
/* è§†é¢‘å¼¹çª— start */
.msg-box-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.8);
}

.msg-box {
  width: 60%;
  height: 70%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box .close-box {
  width: 30px;
  height: 30px;
  background: url("../images/close.png") no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.msg-box .close-box:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* è§†é¢‘å¼¹çª— end */
/*sec-recPro start*/
.sec-recPro {
  background-color: #f5f5f5;
  padding: 0.95rem 0;
}

/*sec-recPro end*/
/* recPro-list start */
.recPro-list {
  margin-top: 0.5rem;
}

.recPro-list .row {
  margin: 0 -5px;
}

.recPro-list .col-xs-12,
.recPro-list .col-sm-4,
.recPro-list .col-md-3,
.recPro-list .col-md-aa {
  padding: 0 5px;
}

.recPro-item {
  display: block;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}

.recPro-item .m-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.recPro-item .m-img img {
  width: 100%;
}

.recPro-item .m-cont {
  padding: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  font-size: 0.16rem;
  height: .96rem;
}

@media (min-width: 768px) {
  .recPro-list .row {
    margin: 0 -10px;
  }

  .recPro-list .col-xs-12,
  .recPro-list .col-sm-4,
  .recPro-list .col-md-3,
  .recPro-list .col-md-aa {
    padding: 0 10px;
  }

  .recPro-item {
    margin-bottom: 20px;
  }

  .recPro-item .m-img img {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
  }

  .recPro-item .m-cont {
    padding: 20px 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }

  .recPro-item:hover .m-img img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }

  .recPro-item:hover .m-cont {
    background: #db4a24;
    color: #ffffff;
  }
}

/* recPro-list- end */
/*sec-proList start*/
.sec-proList {
  padding: 1rem 0;
}

.pro-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 0.4rem;
}

.pro-item:last-child {
  margin-bottom: 0;
}

.pro-item .item-img {
  width: 46%;
  padding: 0.2rem;
}

.pro-item .item-img img {
  width: 100%;
}

.pro-item .item-cont {
  width: 54%;
  position: relative;
}

.pro-item .item-cont .item-cont__desc {
  margin-top: 1.2rem;
  margin-left: 0.6rem;
  margin-right: 3.3rem;
}

.pro-item .item-cont .item-cont__desc .desc-tit {
  position: relative;
}

.pro-item .item-cont .item-cont__desc .desc-tit span {
  position: relative;
  z-index: 2;
}

.pro-item .item-cont .item-cont__desc .desc-tit em {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #f5f5f5;
  font-style: italic;
  font-weight: 700;
  margin-left: -0.2rem;
  margin-top: 0.25rem;
}

.pro-item .item-cont .item-cont__desc .desc-info {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.32rem;
  margin-top: 0.4rem;
  max-height: 1.6rem;
  overflow: hidden;
}

.pro-item .item-cont .item-cont__link {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; */
  /*ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: vertical-rl;*/
  /* -webkit-writing-mode: tb-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: tb-lr; */
  /*IEæµè§ˆå™¨çš„ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: tb-rlï¼›*/
  background: rgba(249, 249, 249, 0.4);
  color: #db4a24;
  border-left: 1px solid rgba(217, 217, 217, 0.5);
  font-size: 0.18rem;
  letter-spacing: 0.08rem;
  font-family: "å¾®è»Ÿæ­£é»‘é«”";
}

.pro-item .item-cont .item-cont__link:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 74, 36, 1)), to(rgba(237, 111, 54, 1)));
  background: -o-linear-gradient(top, rgba(219, 74, 36, 1) 0%, rgba(237, 111, 54, 1) 100%);
  background: linear-gradient(180deg, rgba(219, 74, 36, 1) 0%, rgba(237, 111, 54, 1) 100%);
  color: #fff;
}

@media (max-width: 1259px) {
  .pro-item .item-cont .item-cont__desc {
    margin-top: 1rem;
    margin-right: 2.5rem;
  }
}

@media (max-width: 991px) {
  .pro-item .item-cont .item-cont__desc .desc-info {
    max-height: 1rem;
  }

  .pro-item .item-cont .item-cont__desc {
    margin-top: 0.6rem;
    margin-left: 0.3rem;
    margin-right: 2rem;
  }
}

@media (max-width: 768px) {
  .pro-item .item-img {
    width: 100%;
  }

  .pro-item .item-cont {
    width: 100%;
    padding: 0.2rem;
  }

  .pro-item .item-cont .item-cont__desc {
    margin: 0.2rem;
  }

  .pro-item .item-cont .item-cont__link {
    position: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: none;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    padding: 20px 0;
    background-color: rgba(217, 217, 217, 0.5);
  }

  .pro-item .item-cont .item-cont__desc .desc-info {
    max-height: unset;
    line-height: 2;
  }
}

/*sec-proList end*/
/*allProList start*/
.sec-allProList {
  padding: 1rem 0 0.8rem;
}

.sec-allProList .recPro-list {
  margin-top: 0;
}

/*allProList end*/
/*sec-news-menu start*/
.sec-news-menu {
  background-color: #f5f5f5;
  position: sticky;
  top: 0;
  z-index: 120;
}

.sec-news-menu.top {
  top: calc(1rem - 1px);
  -webkit-transition: top .35s;
  -o-transition: top .35s;
  transition: top .35s;
}

.news-menu-slide .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-menu-slide .swiper-slide {
  width: auto;
  font-size: 0.24rem;
  color: #999;
  padding: 0.15rem 0.2rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.news-menu-slide .swiper-slide.on,
.news-menu-slide .swiper-slide:hover {
  color: #db4a24;
}

/*sec-news-menu end*/
/*sec-faq start*/
.sec-faq {
  padding: 1rem 0;
}

.faq-item {
  margin-bottom: 0.3rem;
  border: 1px solid #ebebeb;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item .faq-item__header {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.25rem 0 0.25rem 0.25rem;
  cursor: pointer;
}

.faq-item.on .faq-item__header {
  border-bottom: 1px solid #ebebeb;
}

.faq-item .faq-item__header .faq-item__header-text {
  font-size: 0.24rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.faq-item .faq-item__header .faq-item__header-text i {
  vertical-align: middle;
  display: inline-block;
  width: 0.52rem;
  height: 0.56rem;
  margin-right: 0.4rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: url("../images/faq_n.png") no-repeat 100% 100% / cover;
}

.faq-item.on .faq-item__header .faq-item__header-text {
  color: #db4a24;
}

.faq-item.on .faq-item__header .faq-item__header-text i {
  background: url("../images/faq_r.png") no-repeat 100% 100% / cover;
}

.faq-item .faq-item__header .faq-item__header-arrow {
  width: 1.15rem;
  height: 100%;
  text-align: center;
  font-size: 0.4rem;
  color: #db4a24;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.faq-item.on .faq-item__header .faq-item__header-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-item .faq-item__body {
  height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}

.faq-item .faq-item__body p {
  padding: 0.3rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #666666;
}

.faq-item.on .faq-item__body {
  display: block;
  height: auto;
  max-height: 1000px;
  opacity: 1;
}

.sec-faq .pagination {
  margin-top: 0.6rem;
}

/*pagination start*/
.pagination {
  text-align: center;
  font-size: 0;
}

.pagination a {
  display: inline-block;
  vertical-align: top;
  width: .64rem;
  height: .64rem;
  font-size: .18rem;
  line-height: .64rem;
  background: #f5f5f5;
  color: #666666;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 2px .1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.pagination a.page-arrow {
  color: #db4a24;
}

.pagination a:hover,
.pagination a.on {
  background: #db4a24;
  color: #ffffff;
}

.pagination a.page-arrow:hover {
  background: #db4a24;
  border-color: #db4a24;
  color: #fff;
}

/*pagination end*/
/*sec-newss start*/
.sec-news {
  padding: 1rem 0;
}

.sec-news .pagination {
  margin-top: 0.6rem;
}

/*sec-newss end*/
/*æ–°é—»åˆ—è¡¨ç»„ä»¶ start*/
.news-list {}

.news-list .row {
  margin: 0 -5px;
}

.news-list .col-xs-12,
.news-list .col-sm-4 {
  padding: 0 5px;
}

.news-item {
  display: block;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}

.news-item .m-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}

.news-item .m-img img {
  width: 100%;
  -o-transition: all .8s;
  transition: all .8s;
  -webkit-transition: all .8s;
}

.news-item .m-cont {
  background-color: #f5f5f5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.news-item .m-cont .m-cont__text {
  padding: 0.35rem 0.35rem 0.25rem;
}

.news-item .m-cont .m-cont__text .m-cont__text--time {
  font-size: 0.18rem;
  color: #777777;
}

.news-item .m-cont .m-cont__text .m-cont__text--tit {
  font-size: 0.24rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0.15rem;
}

.news-item .m-cont .m-cont__more {
  padding: 0.15rem 0.35rem;
  border-top: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.16rem;
  color: #999;
}

.news-item .m-cont .m-cont__more i {
  font-size: 0.25rem;
  color: #999;
}

.news-item:hover .m-img img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.news-item:hover .m-cont {
  background: #db4a24;
}

.news-item:hover .m-cont .m-cont__more {
  border-top: 1px solid rgba(219, 219, 219, 0.44);
}

.news-item .m-cont .m-cont__text .m-cont__text--time,
.news-item .m-cont .m-cont__text .m-cont__text--tit,
.news-item .m-cont .m-cont__more,
.news-item .m-cont .m-cont__more i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

.news-item:hover .m-cont .m-cont__text .m-cont__text--time,
.news-item:hover .m-cont .m-cont__text .m-cont__text--tit,
.news-item:hover .m-cont .m-cont__more,
.news-item:hover .m-cont .m-cont__more i {
  color: #ffffff;
}

@media (min-width: 768px) {
  .news-list .row {
    margin: 0 -10px;
  }

  .news-list .col-xs-12,
  .news-list .col-sm-4 {
    padding: 0 10px;
  }

  .news-item {
    margin-bottom: 20px;
  }
}

/*æ–°é—»åˆ—è¡¨ç»„ä»¶ end*/
/*sec-news-detail start*/
.sec-news-detail {
  padding: 1rem 0;
}

.news-detail-box {
  position: relative;
}

.detail-box__cont {
  width: 66%;
}

.detail-box__cont .cont-tit {
  color: #db4a24;
  text-align: left;
  font-size: .3rem;
}

.detail-box__cont .cont-time {
  font-size: 0.16rem;
  color: #666;
  background: url("../images/calendar.png") no-repeat left / 0.18rem;
  padding-left: .25rem;
  margin-top: .2rem;
}

.detail-box__cont .cont-main {
  border-top: 1px solid #d9d9d9;
  margin-top: .5rem;
  padding: .5rem 0;
  font-size: 0.16rem;
}

.detail-box__cont .cont-main p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.4rem;
}

.detail-box__cont .cont-main img {
  max-width: 100%;
  margin: 0.4rem 0;
}

.detail-box__list {
  width: 29%;
  background-color: #f4f4f4;
  border-top: 3px solid #db4a24;
  padding: 0.3rem 0.4rem;
  position: sticky;
  top: 1.3rem;
}

.detail-box__list .tit {
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}

.detail-box__lists a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
  padding: 0.19rem 0;
}

.detail-box__lists a img {
  width: 1.24rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail-box__lists a div {
  width: 2.35rem;
}

.detail-box__lists a div .p1 {
  font-size: 0.18rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.detail-box__lists a div .p2 {
  font-size: 0.16rem;
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detail-box__lists a:hover div .p1 {
  color: #db4a24;
}

@media (max-width: 1259px) {
  .detail-box__lists a img {
    width: 100%;
  }

  .detail-box__lists a div {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .detail-box__cont {
    width: 100%;
    margin-bottom: 15px;
  }

  .detail-box__list {
    width: 100%;
  }

  .detail-box__lists a img {
    width: 30%;
  }

  .detail-box__lists a div {
    width: 65%;
    margin-top: 0;
  }

  .detail-box__lists a div .p1 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .detail-box__cont .cont-main p {
    line-height: 1.8;
  }
}

/*sec-news-detail end*/
/*è¯¦æƒ…åˆ‡æ¢èœå• start*/
.xq-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0.3rem 0.5rem;
  text-align: center;
}

.xq-menu a {
  font-size: 0.16rem;
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

.xq-menu a:hover {
  color: #db4a24;
}

.xq-menu a.xqmenu-back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.15rem;
}

.xq-menu a.xqmenu-back i {
  display: inline-block;
  width: 0.16rem;
  height: 0.12rem;
  vertical-align: middle;
  background: url("../images/menu.png") center / 100%;
  margin-right: 0.1rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

.xq-menu a.xqmenu-back:hover i {
  background-image: url("../images/menu_r.png");
}

.xq-menu a.xqmenu-prev,
.xq-menu a.xqmenu-next {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.xq-menu a.xqmenu-prev {
  padding-left: 0.5rem;
  background: url("../images/jt1_n.png") no-repeat left center;
  background-size: 0.24rem 0.14rem;
}

.xq-menu a.xqmenu-next {
  padding-right: 0.5rem;
  background: url("../images/jt2_n.png") no-repeat right center;
  background-size: 0.24rem 0.14rem;
}

.xq-menu a.xqmenu-prev:hover {
  background-image: url("../images/jt1_r.png");
}

.xq-menu a.xqmenu-next:hover {
  background-image: url("../images/jt2_r.png");
}

/*è¯¦æƒ…åˆ‡æ¢èœå• end*/
/*sec-rec-news start */
.sec-rec-news {
  padding-bottom: 1rem;
}

.sec-rec-news .title2 {
  text-align: left;
  font-size: 0.3rem;
}

.sec-rec-news .news-list {
  margin-top: 0.3rem;
}

/*sec-rec-news end */
/*sec-contact start */
.sec-contact {
  padding: 1rem 0 1.1rem;
  position: relative;
}

.contact-info {
  width: 45%;
}

.contact-info .title1 {
  text-align: left;
  margin-bottom: 0.55rem;
}

.contact-info .title1 {
  text-align: left;
}

.contact-info p {
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0.2rem;
}

.contact-info p img {
  vertical-align: middle;
  width: 0.18rem;
  margin-right: 0.1rem;
}

.contact-info p span:last-of-type {
  margin-left: 0.2rem;
}

.contact-info__form {
  margin-top: 0.35rem;
}

.contact-info__form input,
.contact-info__form textarea {
  color: #999999;
  font-size: 0.16rem;
}

.contact-info__form input {
  background-color: #f5f5f5;
  padding: 0.22rem;
  width: calc(50% - 0.15rem);
  border: 1px solid #e9e9e9;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem;
}

.contact-info__form input:nth-child(2n) {
  margin-right: 0;
}

.contact-info__form .input-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-info__form textarea {
  background-color: #f5f5f5;
  width: 100%;
  padding: 0.22rem;
  border: 1px solid #e9e9e9;
}

.contact-info__form .global-btn {
  background-color: #db4a24;
  color: #fff;
  margin-top: 0.39rem;
}

.contact-info__form .global-btn::after {
  background: #340e70;
}

.map {
  width: 9.23rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.map img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1259px) {
  .map {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .contact-info {
    width: 100%;
  }

  .map {
    position: unset;
    width: 100%;
    margin-top: 0.39rem;
  }
}

/*sec-contact end */
/*about-banner start*/
.about-banner {
  position: relative;
}

.about-banner::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 20px 40px #ffffff inset;
  box-shadow: 0 20px 40px #ffffff inset;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-banner .about-bg {
  width: 100%;
  display: block;
}

.about-banner .caption {
  position: absolute;
  width: 41%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-banner .caption img {
  width: 100%;
}

.about-banner .caption .title1 {
  position: relative;
  color: #db4a24;
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0 1.1rem;
}

.about-banner .caption .title1::after,
.about-banner .caption .title1::before {
  position: absolute;
  content: "";
  width: 0.9rem;
  height: 0.34rem;
  background: url("../images/65.png") no-repeat center / 100%;
  top: 50%;
}

.about-banner .caption .title1::after {
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-banner .caption .title1::before {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.about-banner .plase-scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-banner .plase-scroll p {
  font-size: 0.16rem;
  color: #db4a24;
  margin-top: .1rem;
}

/*about-banner end*/
/*banneré¼ æ ‡åŠ¨ç”» start*/
.banner_mouse {
  position: relative;
  width: 23px;
  height: 40px;
  cursor: pointer;
  background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
  -webkit-animation: nudgeMouse 1.6s linear infinite;
  animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
  content: "";
  position: absolute;
}

.banner_mouse:before {
  width: 23px;
  height: 40px;
  background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
  -webkit-animation: colorSlide 1.6s linear infinite;
  animation: colorSlide 1.6s linear infinite;
  top: 0;
  left: 0;
}

.banner_mouse:after {
  background-color: #db4a24;
  width: 4px;
  height: 7px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 1.6s linear infinite;
  animation: trackBallSlide 1.6s linear infinite;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@-webkit-keyframes colorSlide {
  0% {
    height: 0;
  }

  90% {
    height: 40px;
  }
}

@keyframes colorSlide {
  0% {
    height: 0;
  }

  90% {
    height: 40px;
  }
}

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }

  34% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(4px);
    transform: scale(0.9) translateY(4px);
  }

  68% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }

  34% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(4px);
    transform: scale(0.9) translateY(4px);
  }

  68% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
}

@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*banneré¼ æ ‡åŠ¨ç”» end*/
/*sec-aboutUs start*/
.sec-aboutUs {
  padding: 1rem 0;
}

.sec-aboutUs .rt::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 2.28rem;
  height: 2.28rem;
  background-color: #db4a24;
  top: -0.2rem;
  right: -0.2rem;
}

.sec-aboutUs .rt .rt-title {
  color: #db4a24;
}

.sec-aboutUs .rt .rt-desc+span {
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.4rem;
  display: inline-block;
}

.sec-aboutUs .rt ul li {
  display: inline-block;
}

.sec-aboutUs .rt ul li:nth-of-type(2) {
  margin-left: 0.38rem;
}

.sec-aboutUs .rt ul li:nth-of-type(4) {
  margin-left: 0.78rem;
}

@media (max-width: 991px) {
  .sec-aboutUs .rt::before {
    top: unset;
    bottom: -0.2rem;
  }
}

/*sec-aboutUs end*/
/*sec-culture start*/
.sec-culture {
  padding: 1rem 0;
}

.culture-box {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.culture-box .lt {
  width: 40%;
}

.culture-list li {
  border-top: 1px solid #d8d8d8;
  padding: 0.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.culture-list li i {
  display: inline-block;
  background-color: #f3f5f6;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.culture-list li:nth-child(1) i {
  background-image: url("../images/67.png");
}

.culture-list li:nth-child(2) i {
  background-image: url("../images/68.png");
}

.culture-list li:nth-child(3) i {
  background-image: url("../images/69.png");
}

.culture-list li:nth-child(3) {
  border-bottom: 1px solid #d8d8d8;
}

.culture-list .p1 {
  font-size: 0.3rem;
}

.culture-list .p2 {
  font-size: 0.2rem;
  color: #666666;
}

.culture-box .rt {
  width: 50%;
  position: relative;
}

.culture-box .rt img {
  width: 100%;
}

.culture-box .rt::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 5.22rem;
  height: 2.11rem;
  background-color: #db4a24;
  left: -0.2rem;
  bottom: -0.2rem;
}

@media (max-width: 991px) {
  .culture-box .lt {
    width: 100%;
    margin-bottom: 0.25rem;
  }

  .culture-box .rt {
    width: 100%;
  }
}

/*sec-culture end*/
/*sec-history start*/
.sec-history {
  padding: 1rem 0;
  background-color: #f5f5f5;
}

.history-item {
  position: relative;
}

.history-item .year {
  font-size: 4.94rem;
  color: #ebeaea;
  text-align: center;
  line-height: 4.65rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.swiper-slide-active .history-item .year {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.history-item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0.25rem 0.35rem;
  width: 4.8rem;
}

.history-item .content .p1 {
  color: #db4a24;
  font-size: 0.5rem;
}

.history-item .content .p1 sub {
  color: #333333;
  vertical-align: middle;
  font-size: 0.24rem;
  margin-left: 0.1rem;
}

.history-item .content .p2 {
  font-size: 0.18rem;
  line-height: 0.3rem;
}

.history-view .history-prev,
.history-view .history-next {
  width: 0.7rem;
  height: 0.7rem;
  background-image: unset;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  font-size: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.history-view .history-prev:hover,
.history-view .history-next:hover {
  color: #fff;
  background-color: #db4a24;
  border-color: #db4a24;
}

/*.history-thumbs .swiper-container{*/
/* margin: 0 -0.15rem;*/
/*}*/
/*.history-thumbs .swiper-container .swiper-wrapper{*/
/* padding: 0 0.15rem;*/
/*}*/
.history-thumbs .swiper-container::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  content: "";
  width: calc(100% - 0.3rem);
  height: 1px;
  background-color: #d9d9d9;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.history-thumbs .swiper-slide {
  width: auto;
}

.history-thumbs-item {
  position: relative;
  text-align: center;
  padding: 0.15rem 0;
  /*margin-left: -0.15rem;*/
  /*margin-right: 3.56rem;*/
}

.history-thumbs-item .circle {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  border: 0.04rem solid #d2d2d2;
  background-color: #fff;
  margin-top: 0.34rem;
  position: relative;
}

.history-thumbs-item .circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background-color: transparent;
  border-radius: 50%;
}

.history-thumbs-item p {
  font-size: 0.18rem;
  color: #999999;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  font-weight: bold;
}

.swiper-slide-thumb-active .history-thumbs-item .circle::before {
  background-color: #db4a24;
}

.swiper-slide-thumb-active .history-thumbs-item p {
  font-size: 0.32rem;
  color: #333;
  line-height: 0.16rem;
  -webkit-transform: translateY(-0.6rem);
  -ms-transform: translateY(-0.6rem);
  transform: translateY(-0.6rem);
}

@media (max-width: 991px) {
  .history-item .year {
    font-size: 3.94rem;
  }

  .history-item .content .p2 {
    line-height: 1.8;
  }
}

@media (max-width: 768px) {
  .history-thumbs-item .circle {
    width: 15px;
    height: 15px;
    margin-top: 25px;
  }
}

@media (max-width: 500px) {
  .history-item .year {
    font-size: 3rem;
  }
}

@media (max-width: 360px) {
  .history-item .year {
    opacity: 0;
  }
}

/*sec-history end*/
/*sec-message start*/
.sec-message {
  padding: 1rem 0;
  background: url("../images/70.jpg") no-repeat center / cover;
}

.message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.message-lt {
  width: 30%;
}

.message-lt .tit {
  font-size: 0.24rem;
  color: #db4a24;
  margin-bottom: 0.55rem;
}

.message-lt .p1 {
  display: inline-block;
  margin-bottom: 0.4rem;
  margin-right: 0.5rem;
}

.message-lt .p1 span {
  display: block;
  padding-left: 0.15rem;
  position: relative;
  font-size: 0.18rem;
}

.message-lt .p1 span:nth-child(1) {
  font-size: 0.16rem;
  color: #999999;
  margin-bottom: 0.1rem;
}

.message-lt .p1 span::before {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #db4a24;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.message-lt .p1 span:nth-child(2)::before {
  display: none;
}

.message-box .message-rt {
  width: 65%;
}

@media (max-width: 768px) {
  .message-lt {
    width: 100%;
    margin-top: 0.55rem;
  }

  .message-box .message-rt {
    width: 100%;
  }
}

/*sec-message end*/
/*å…¶ä»–*/
.mode2 .breadcrumb {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 1rem;
}

.mode2 .breadcrumb a,
.mode2 .breadcrumb a::after {
  color: #999999;
}

.mode2 .header {
  background: #2c2d2f;
}

.mode3 .header {
  background: transparent;
}

.mode3 .header:not(.affix) .logo-text {
  color: #666666;
}

.mode3 .header:not(.affix) .logo-text::before {
  background-color: #c4c5c8;
}

.mode3 .header:not(.affix) .nav-language a {
  color: #666666;
}

.mode3 .header:not(.affix) .Header-search-click {
  background: transparent url(../images/search_b.png) no-repeat center;
}

.mode3 .header:not(.affix) .aboutUs-box .lt {
  cursor: pointer;
}

@media (max-width: 991px) {

  .sec-news-menu.top,
  .sec-detail-menu.top {
    top: calc(60px - 1px);
  }
}


/* è£èª‰èµ„è´¨ */
.abo3_con1 {
  width: 100%;
  padding-top: 85px;
  padding-bottom: 86px;
  position: relative;
  overflow: hidden;
}

.ab3_p {
  font-size: 200px;
  color: #f9f9f9;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  left: 20%;
  top: -10px;
  z-index: -1;
}

.ab3_p1 {
  font-size: 0.48rem;
  font-weight: 500;
  text-align: center;
}

.abo3_con1 .rq {
  width: 100%;
  padding-top: 0.7rem;
}

.abo3_con1 .rq .div {
  width: 29.9%;
  float: left;
  margin-right: 5.15%;
  margin-bottom: 40px;
}

.abo3_con1 .rq .div:nth-child(3n) {
  margin-right: 0;
}

.abo3_con1 .rq .div .top {
  width: 100%;
  height: 300px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}

.abo3_con1 .rq .div .top img {
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.abo3_con1 .rq .div:hover .top img {
  transform: translate(-50%, -50%) scale(1.05);
}

.abo3_con1 .rq .div p {
  font-size: 18px;
  color: #242526;
  padding-top: 22px;
  text-align: center;
}

.abo3_con1 .rq .div:hover p {
  color: #00428e;
}

.lb-data .lb-number {
  display: none !important;
}


/* abo3_con2 */
.abo3_con2 {
  width: 100%;
  padding-top: 136px;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
  background: rgb(244, 247, 249);
}

.abo3_con2 .ab3_p {
  color: #00428e;
  opacity: 0.04;
  z-index: 0;
  top: 30px;
}

.abo3_con2 .rq {
  width: 100%;
  padding-top: 60px;
}

.abo3_con2 .rq .div {
  width: 22%;
  margin-bottom: 60px;
  margin-right: 4%;
  float: left;
}

.abo3_con2 .rq .div:nth-child(4n) {
  margin-right: 0;
}

.abo3_con2 .rq .div .top {
  width: 100%;
  height: 360px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.abo3_con2 .rq .div .top .div1 {
  width: 100%;
  height: 100%;
  background: rgba(0, 66, 142, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
}

.abo3_con2 .rq .div:hover .top .div1 {
  opacity: 1;
}

.abo3_con2 .rq .div .top .div1::before {
  content: '';
  width: 60px;
  height: 60px;
  /*background-image: url(../images/img63.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.abo3_con2 .rq .div .top img {
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.abo3_con2 .rq .div:hover .top img {
  transform: translate(-50%, -50%) scale(1.05);
}

.abo3_con2 .rq .div p {
  font-size: 24px;
  color: #242526;
  padding-top: 20px;
  transition: all .5s;
}

.abo3_con2 .rq .div:hover p {
  color: #00428e;
}

.abo3_con2 .fyq {
  display: table;
  width: auto;
  margin: 0 auto;
}

@media(max-width:1459px) {
  .abo3_con1 {
    padding-top: 64px;
    padding-bottom: 65px;
  }

  .ab3_p1 {
    font-size: 30px;
  }

  .ab3_p {
    font-size: 180px;
  }

  .abo3_con1 .rq {
    padding-top: 40px;
  }

  .abo3_con1 .rq .div .top {
    height: 228px;
  }

  .abo3_con1 .rq .div p {
    font-size: 16px;
    padding-top: 16px;
  }

  .abo3_con1 .rq .div {
    margin-bottom: 30px;
  }

  .abo3_con2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .abo3_con2 .rq {
    padding-top: 40px;
  }

  .abo3_con2 .rq .div .top {
    height: 275px;
  }

  .abo3_con2 .rq .div p {
    font-size: 18px;
    padding-top: 14px;
  }

  .abo3_con2 .rq .div {
    margin-bottom: 45px;
  }

}

@media(max-width:991px) {
  .ab3_p {
    display: none;
  }

  .abo3_con1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .abo3_con1 .rq {
    padding-top: 30px;
  }

  .ab3_p1 {
    font-size: 30px;
  }

  .abo3_con1 .rq .div .top {
    height: 190px;
  }

  .abo3_con1 .rq .div p {
    font-size: 16px;
    padding-top: 12px;
  }

  .abo3_con2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .abo3_con2 .rq {
    padding-top: 30px;
  }

  .abo3_con2 .rq .div .top {
    height: 218px;
  }

  .abo3_con2 .rq .div p {
    font-size: 16px;
    padding-top: 10px;
  }

  .abo3_con2 .rq .div {
    margin-bottom: 30px;
  }

}

@media(max-width:500px) {
  .ab3_p1 {
    font-size: 24px;
  }

  .abo3_con1 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .abo3_con1 .rq {
    padding-top: 20px;
  }

  .abo3_con1 .rq .div {
    width: 49%;
    margin-right: 2%;
  }

  .abo3_con1 .rq .div:nth-child(3n) {
    margin-right: 2%;
  }

  .abo3_con1 .rq .div:nth-child(2n) {
    margin-right: 0;
  }

  .abo3_con1 .rq .div {
    margin-bottom: 20px;
  }

  .abo3_con1 .rq .div .top {
    height: 130px;
  }

  .abo3_con1 .rq .div p {
    font-size: 14px;
    padding-top: 10px;
  }

  .abo3_con2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .abo3_con2 .rq {
    padding-top: 20px;
  }

  .abo3_con2 .rq .div {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }

  .abo3_con2 .rq .div:nth-child(3n) {
    margin-right: 2%;
  }

  .abo3_con2 .rq .div:nth-child(2n) {
    margin-right: 0;
  }

  .abo3_con2 .rq .div .top {
    height: 170px;
  }

  .abo3_con2 .rq {
    padding-bottom: 20px;
  }

}

/* åˆ†é¡µå™¨ */
.fyq {
  /*width: 100%;*/
  width: auto;
  display: table;
  margin: 0 auto;
}

.fyq li {
  float: left;
  position: relative;
}

.fyq li a {
  font-size: 14px;
  color: #121212;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  position: relative;
}

.fyq li.on a,
.fyq li a:hover {
  background: #00428e;
  color: #fff;
}

.fyq .per a::before,
.fyq .nex a::before {
  content: '';
  width: 13px;
  height: 10px;
  /*background-image: url(../images/img33.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fyq .per a::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.fyq .per a:hover::before,
.fyq .nex a:hover::before {
  /*background-image: url(../images/img34.png);*/
}

/* æ·±è€•è¡Œä¸š */
/* abo_con3 */
.abo_con3 {
  width: 100%;
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}

.abo_con3 .p {
  font-size: 55px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.abo_con3 .p span {
  font-size: 0.48rem;
  font-weight: 500;
}

.abo_con3 .rq {
  width: 100%;
  padding-top: 0.7rem;
}

.abo_con3 .rq img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.abo_con3 .rq .div {
  width: 100%;
  height: 70px;
  background: rgb(242, 242, 242);
  margin-right: 1%;
  position: relative;
  overflow: hidden;
  float: left;
}

.abo_con3 .rq .swiper-slide {
  overflow: hidden;
}

.abo_con3 .rq .swiper-slide:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

.abo_con3 .prev,
.abo_con3 .next {
  width: 6%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.abo_con3 .prev {
  left: 0;
}

.abo_con3 .swiper-button-next,
.abo_con3 .swiper-button-prev {
  opacity: 0;
  transition: all .5s;
  width: 55px;
  height: 55px;
  /*background-image: url(../images/img100.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.abo_con3 .swiper-button-prev {
  transform: translateY(-50%) rotate(180deg);
}

.abo_con3 .swiper-button-next:hover,
.abo_con3 .swiper-button-prev:hover {
  /*background-image: url(../images/img101.png);*/
}

.abo_con3 .next:hover .swiper-button-next,
.abo_con3 .prev:hover .swiper-button-prev {
  opacity: 1;
}

.abo_con3 .next:hover .swiper-button-disabled,
.abo_con3 .prev:hover .swiper-button-disabled {
  opacity: 0.35;
}

.abo_con3 .swiper-pagination {
  display: none;
}

@media(max-width: 1459px) {
  .abo_con3 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .abo_con3 .p {
    font-size: 36px;
  }

  .abo_con3 .rq {
    padding-top: 50px;
  }

  .abo_con3 .swiper-button-next,
  .abo_con3 .swiper-button-prev {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 500px) {
  .abo_con3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .abo_con3 .p {
    font-size: 24px;
  }

  .abo_con3 .rq {
    padding-top: 24px;
  }

  .abo_con3 .prev,
  .abo_con3 .next {
    display: none;
  }

  .abo_con3 .swiper-pagination {
    display: block;
    bottom: 0;
  }

  .abo_con3 .swiper-container {
    padding-bottom: 25px;
  }

  .abo_con3 .swiper-pagination-bullet-active {
    background: #fff;
  }
}

/* å‘˜å·¥é£Žé‡‡ */
/* ab2_con7 */
.ab2_con7 {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}

.ab2_con7 .p1 {
  font-size: 0.48rem;
  font-weight: 500;
  text-align: center;
}

.ab2_con7 .p1 span {
  color: #ec3830;
}

.ab2_con7 .p2 {
  font-size: 18px;
  color: #d0d0d0;
  text-transform: uppercase;
  text-align: center;
}

.ab2_con7 .rq {
  width: 100%;
  padding-top: 0.7rem;
  position: relative;
}

.ab2_con7 .rq .lef {
  width: 50%;
  float: left;
  overflow: hidden;
}

.ab2_con7 .rq .lef .img {
  width: 100%;
  height: 0;
  padding-bottom: calc(74.25% - 2px);
  position: relative;
}

.ab2_con7 .rq .lef img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all .5s;
}

.ab2_con7 .rq .rig {
  width: 50%;
  float: left;
}

.ab2_con7 .rq .rig .div {
  width: 50%;
  float: left;
  padding-left: 4px;
  margin-bottom: 4px;
}

.ab2_con7 .rq .rig .div .img {
  width: 100%;
  height: 0;
  padding-bottom: 74.25%;
  position: relative;
}

.ab2_con7 .rq .rig .div img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all .5s;
}

.ab2_con7 .rq .swiper-button-next,
.ab2_con7 .rq .swiper-button-prev {
  width: 53px;
  height: 53px;
  background-image: url(../images/jiantou.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  right: -110px;
  transition: all .5s;
}

.ab2_con7 .rq .swiper-button-prev {
  left: -110px;
  transform: rotate(180deg);
}

.ab2_con7 .rq .swiper-button-next:hover,
.ab2_con7 .rq .swiper-button-prev:hover {
  /*background-image: url(../images/ab2_con5_img4.png);*/
}



@media(max-width:1459px) {
  .ab2_con7 {
    padding-top: 68px;
    padding-bottom: 20px;
  }

  .ab2_con7 .p1 {
    font-size: 36px;
  }

  .ab2_con7 .p2 {
    font-size: 14px;
  }

  .ab2_con7 .rq {
    padding-top: 24px;
  }

  .ab2_con7 .rq .swiper-button-next,
  .ab2_con7 .rq .swiper-button-prev,
  .ab2_con5 .rq .swiper-button-next,
  .ab2_con5 .rq .swiper-button-prev {
    width: 40px;
    height: 40px;
    right: -80px;
  }

  .ab2_con7 .rq .swiper-button-prev,
  .ab2_con5 .rq .swiper-button-prev {
    left: -80px;
  }



}

@media(max-width:991px) {
  .ab2_con7 {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .ab2_con7 .p1 {
    font-size: 28px;
  }

  .ab2_con7 .rq .swiper-button-next {
    right: 0;
  }
}

@media(max-width:500px) {
  .ab2_con7 {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .ab2_con7 .p1 {
    font-size: 24px;
  }

  .ab2_con7 .p2 {
    font-size: 13px;
  }

  .ab2_con7 .rq {
    padding-top: 16px;
  }

  .ab2_con7 .rq .lef {
    width: 100%;
    margin-bottom: 10px;
  }

  .ab2_con7 .rq .rig {
    width: 100%;
  }

  .ab2_con7 .rq .rig .div {
    width: 49%;
    padding-left: 0;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  .ab2_con7 .rq .rig .div:nth-child(2n) {
    margin-right: 0;
  }

}


/* 20211104 */
.ind-con2-box__view .ind-con2-box__view--item {
  position: relative;
}

.ind-con2-box__view .ind-con2-box__view--item .art_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  max-height: 100vh;
  overflow: hidden;
  transition: all 0.6s;
}

.ind-con2-box__view .ind-con2-box__view--item .art {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  max-height: 100vh;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.ind-con2-box__view .ind-con2-box__view--item .art h1 {
  font-size: 36px;
}

.ind-con2-box__view .ind-con2-box__view--item .art .info {
  font-size: 18px;
  margin: 15px 0 50px;
}

.ind-con2-box__view .ind-con2-box__view--item .art .more_a {
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  display: block;
  padding-right: 30px;
  background: url(../images/jt_r.png)no-repeat right 30px center #fff;
  border-radius: 25px;
  text-align: center;
  color: #db4a24;
  margin: 0 auto;
}

.ind-con2-box__view .ind-con2-box__view--item.full .art_box {
  height: 100%;
}

@media(max-width:1366px) {
  .ind-con2-box__view .ind-con2-box__view--item .art h1 {
    font-size: 28px;
  }

  .ind-con2-box__view .ind-con2-box__view--item .art .info {
    margin: 15px 0 35px;
  }

  .ind-con2-box__view .ind-con2-box__view--item .art .more_a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
  }
}

@media(max-width:990px) {
  .ind-con2-box__view .ind-con2-box__view--item .art h1 {
    font-size: 24px;
  }

  .ind-con2-box__view .ind-con2-box__view--item .art .info {
    margin: 15px 0 25px;
  }

  .ind-con2-box__view .ind-con2-box__view--item .art .more_a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
  }
}


.sec-pro .pro-view .swiper-slide {
  width: 470px;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}

.sec-pro .pro-view .swiper-slide .view-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.sec-pro .pro-view .swiper-slide .view-pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.real-slider .slide-pic {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.real-slider .slide-pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-item .m-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-item:hover .m-img img {
  -webkit-transform: translate(-50%, -50%) scale(1.04);
  -ms-transform: translate(-50%, -50%) scale(1.04);
  transform: translate(-50%, -50%) scale(1.04);
}


.aboutUs-box .rt {
  overflow-y: scroll;
}

.aboutUs-box .rt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
}

.aboutUs-box .rt::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0px;
  background: #db4a24;
}

@media(max-width:1680px) {
  .aboutUs-box .rt {
    max-height: 480px;
  }
}

@media(max-width:1440px) {
  .aboutUs-box .rt {
    max-height: 412px;
  }
}

@media(max-width:1260px) {
  .aboutUs-box .rt {
    max-height: 323px;
  }
}

.ind-con5-box--lt__content .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec-aboutUs .rt ul li{
  display: block;
  margin-left: 0!important;
}

.news_s{
  overflow: hidden;
}
.news_s .swiper-slide{
  padding: 0!important;
}

.culture-list li >div{
  max-width: calc(100% - 1.25rem);
}
.faq-item .faq-item__header .faq-item__header-text{
  padding-left: 0.7rem;
  position: relative;
}
.faq-item .faq-item__header .faq-item__header-text i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


@media(max-width:768px){
  .ind-con1-item .item-content .item-content__desc{
    font-size: 0.28rem;
  }
  .ind-con2-box__perView--item .p2,
  .ind-con2-box__perView--item .p3,
  .ind-con5-box--lt__content .tit,
  .menu-item span,
  .menu-link span ,
  .pro-r ul li,
  .detail-menu-slide .swiper-slide a,
  .detail-item .remark,
  .recPro-item .m-cont,
  .culture-list .p2 ,
  .history-item .content .p2,
  .history-thumbs-item p,
  .message-lt .p1 span,
  .contact-info__form input,
  .contact-info__form textarea,
  .news-item .m-cont .m-cont__text .m-cont__text--tit,
  .news-item .m-cont .m-cont__more,
  .contact-info p,
  .pro-item .item-cont .item-cont__link,
  .pro-item .item-cont .item-cont__desc .desc-info
  {
    font-size: .3rem;
  }
  .detail-menu-slide .swiper-slide a{
    padding: 0.25rem 0.5rem;
  }
  .aboutUs-box .rt .rt-desc{
    font-size: .3rem;
    line-height: .5rem;
  }
  .culture-list .p1 {
    font-size: 0.34rem;
  }
  .message-lt .p1 span:nth-child(1){
    font-size: 0.29rem;
  }
  .news-menu-slide .swiper-slide {
    font-size: 0.3rem;
    padding: 0.25rem 0.2rem;
  }
  .faq-item .faq-item__header .faq-item__header-text{
    font-size: 0.3rem;
  }
  .contact-info p img {
    width: 0.3rem;
  }
  .contact-info p span:last-of-type{
    margin-left: 0;
    display: block;
    margin-top: 0.2rem;
  }
}