@charset "utf-8";
/* 公共响应变量 */
.social-share {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.social-share * {
  font-family: "socialshare" !important;
}
.social-share .icon-tencent:before {
  content: "\f07a";
}
.social-share .icon-qq:before {
  content: "\f11a";
}
.social-share .icon-weibo:before {
  content: "\f12a";
}
.social-share .icon-wechat:before {
  content: "\f09a";
}
.social-share .icon-douban:before {
  content: "\f10a";
}
.social-share .icon-heart:before {
  content: "\f20a";
}
.social-share .icon-like:before {
  content: "\f00a";
}
.social-share .icon-qzone:before {
  content: "\f08a";
}
.social-share .icon-linkedin:before {
  content: "\f01a";
}
.social-share .icon-diandian:before {
  content: "\f05a";
}
.social-share .icon-facebook:before {
  content: "\f03a";
}
.social-share .icon-google:before {
  content: "\f04a";
}
.social-share .icon-twitter:before {
  content: "\f06a";
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b;
}
.social-share .icon-weibo:hover {
  background: #ff763b;
}
.social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-tencent:hover {
  background: #56b6e7;
}
.social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-qq:hover {
  background: #56b6e7;
}
.social-share .icon-qzone {
  color: #FDBE3D;
  border-color: #FDBE3D;
}
.social-share .icon-qzone:hover {
  background: #FDBE3D;
}
.social-share .icon-douban {
  color: #33b045;
  border-color: #33b045;
}
.social-share .icon-douban:hover {
  background: #33b045;
}
.social-share .icon-linkedin {
  color: #0077B5;
  border-color: #0077B5;
}
.social-share .icon-linkedin:hover {
  background: #0077B5;
}
.social-share .icon-facebook {
  color: #44619D;
  border-color: #44619D;
}
.social-share .icon-facebook:hover {
  background: #44619D;
}
.social-share .icon-google {
  color: #db4437;
  border-color: #db4437;
}
.social-share .icon-google:hover {
  background: #db4437;
}
.social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee;
}
.social-share .icon-twitter:hover {
  background: #55acee;
}
.social-share .icon-diandian {
  color: #307DCA;
  border-color: #307DCA;
}
.social-share .icon-diandian:hover {
  background: #307DCA;
}
.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}
.social-share .icon-wechat:hover {
  background: #7bc549;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share {
  text-align: center;
}
.social-share a:before {
  display: none;
}
.social-share a:hover {
  background: transparent;
}
/* 微信二维码的 */
.social-share .icon-wechat .wechat-qrcode {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none;
}
@media (max-width: 992px) {
  .social-share .icon-wechat .wechat-qrcode h4 {
    display: none;
  }
  .social-share .icon-wechat .wechat-qrcode .help {
    display: none;
  }
  .social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 100px;
  }
  .social-share .icon-wechat .wechat-qrcode {
    top: 50px;
    width: 120px;
    height: initial;
    z-index: 999;
  }
}
.font-b {
  font-weight: 700;
}
.font600 {
  font-weight: 600;
}
.public-nav-top.white {
  background: #fff;
}
.public-nav-top.news-infos {
  padding: 0;
}
.public-btn2 {
  display: flex;
}
.public-btn2 .a {
  min-width: 1.62rem;
  height: 0.5rem;
  min-height: 40px;
  padding: 0 0.2rem;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: all 0.4s;
}
.public-btn2 .a span {
  margin-right: 0.1rem;
}
.public-btn2 .a i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
}
.public-btn2 .a i img,
.public-btn2 .a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.public-btn2 .a i img path,
.public-btn2 .a i svg path {
  stroke: currentColor;
}
.public-btn2 .a:hover {
  background: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.fontB {
  font-weight: 700;
}
.solution-menu {
  width: 100%;
  position: relative;
  z-index: 1;
}
.solution-menu .container {
  width: 1700px;
  max-width: 90%;
}
.solution-menu .container ul {
  display: flex;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 5px;
}
.solution-menu .container ul li {
  margin-right: 0.45rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .solution-menu .container ul li {
    margin-right: 0.2rem;
  }
}
.solution-menu .container ul li:last-child {
  margin-right: 0;
}
.solution-menu .container ul li::after {
  content: '';
  width: 100%;
  height: 3px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.4s;
  opacity: 0;
}
.solution-menu .container ul li a {
  height: 0.8rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .solution-menu .container ul li a {
    min-height: 0.8rem;
    height: auto;
  }
}
.solution-menu .container ul li:hover a {
  color: var(--color);
}
.solution-menu .container ul li.on::after {
  opacity: 1;
}
.solution-menu .container ul li.on a {
  color: var(--color);
}
.solution-list {
  width: 100%;
  padding: 0.8rem 0 1.2rem;
}
.solution-list .container .list {
  width: 100%;
}
.solution-list .container .list ul li {
  width: 100%;
  margin-bottom: 0.6rem;
}
.solution-list .container .list ul li:last-child {
  margin-bottom: 0;
}
.solution-list .container .list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.solution-list .container .list ul li a .public-img {
  width: calc(500/1595*100%);
}
@media (max-width: 991px) {
  .solution-list .container .list ul li a .public-img {
    width: 100%;
  }
}
.solution-list .container .list ul li a .public-img::before {
  padding-top: calc(320/500*100%);
}
.solution-list .container .list ul li a .tbox {
  width: calc(1040/1595*100%);
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .solution-list .container .list ul li a .tbox {
    width: 100%;
    padding-top: 0.2rem;
  }
}
.solution-list .container .list ul li a .tbox .tag {
  display: flex;
  height: 0.5rem;
  align-items: center;
}
.solution-list .container .list ul li a .tbox .tag span {
  color: var(--color);
}
.solution-list .container .list ul li a .tbox .t1 {
  line-height: calc(30/24);
  color: #000;
  transition: all 0.4s;
  margin-top: 0.15rem;
}
@media (max-width: 991px) {
  .solution-list .container .list ul li a .tbox .t1 {
    margin-top: 0;
  }
}
.solution-list .container .list ul li a .tbox .t2 {
  color: #666;
  line-height: calc(26/16);
  margin-top: 0.15rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(26/16*2em);
}
.solution-list .container .list ul li a .tbox .mores {
  margin-top: 0.88rem;
}
@media (max-width: 1260px) {
  .solution-list .container .list ul li a .tbox .mores {
    margin-top: 0.5rem;
  }
}
@media (max-width: 991px) {
  .solution-list .container .list ul li a .tbox .mores {
    margin-top: 0.2rem;
  }
}
.solution-list .container .list ul li a:hover .public-img img {
  transform: scale(1.05);
}
.solution-list .container .list ul li a:hover .tbox .t1 {
  color: var(--color);
}
.solution-info {
  width: 100%;
  padding: 0 0 1.12rem;
}
.solution-info .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.solution-info .container .left {
  width: calc(100% - 400px);
}
@media (max-width: 991px) {
  .solution-info .container .left {
    width: 100%;
  }
}
.solution-info .container .left .item {
  width: 100%;
  margin-bottom: 0.8rem;
}
.solution-info .container .left .item:last-child {
  margin-bottom: 0;
}
.solution-info .container .left .item .title {
  border-bottom: 4px solid #efefef;
  position: relative;
  z-index: 1;
  color: #000;
  line-height: calc(52/42);
  display: flex;
  padding-bottom: 0.12rem;
}
.solution-info .container .left .item .title span {
  padding: 0.09rem 0;
  position: relative;
  z-index: 1;
}
.solution-info .container .left .item .title span::after {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--color);
  position: absolute;
  left: 0;
  top: calc(100% + 0.12rem);
  z-index: 2;
}
.solution-info .container .left .item .txt {
  color: #000;
  line-height: calc(30/18);
  margin-top: 0.42rem;
}
.solution-info .container .left .item .ibox2 {
  width: 100%;
  margin-top: 0.5rem;
}
.solution-info .container .left .item .ibox2 .box1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solution-info .container .left .item .ibox2 .box1 .public-img {
  width: calc(384/1200*100%);
}
@media (max-width: 767px) {
  .solution-info .container .left .item .ibox2 .box1 .public-img {
    width: 100%;
  }
}
.solution-info .container .left .item .ibox2 .box1 .public-img::before {
  padding-top: calc(260/384*100%);
}
.solution-info .container .left .item .ibox2 .box1 .tbox {
  width: calc(766/1200*100%);
  border-bottom: 1px solid #ddd;
  padding: 0.15rem 0 0.4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .solution-info .container .left .item .ibox2 .box1 .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.solution-info .container .left .item .ibox2 .box1 .tbox .tb1 {
  color: #000;
  line-height: calc(22/16);
}
.solution-info .container .left .item .ibox2 .box1 .tbox .tb2 {
  color: #000;
  line-height: calc(32/24);
  margin-top: 8px;
}
.solution-info .container .left .item .ibox2 .box1 .tbox .btn {
  display: flex;
  margin-top: auto;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  z-index: 1;
}
@media (max-width: 1260px) {
  .solution-info .container .left .item .ibox2 .box1 .tbox .btn {
    position: relative;
    left: initial;
    bottom: initial;
    margin-top: 0.3rem;
  }
}
.solution-info .container .left .item .ibox2 .box1 .tbox .btn .public-more {
  width: auto;
}
.solution-info .container .left .item .ibox2 .box1 .tbox .btn .public-btn2 {
  margin-left: 0.2rem;
}
.solution-info .container .left .item .ibox2 .t1 {
  color: #000;
  line-height: calc(38/28);
  margin-top: 0.7rem;
}
.solution-info .container .left .item .ibox2 .t2 {
  color: #000;
  line-height: calc(30/18);
  margin-top: 0.15rem;
}
.solution-info .container .left .item .ibox2 .imgs {
  width: 100%;
  margin-top: 0.52rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solution-info .container .left .item .ibox2 .imgs .public-img {
  width: calc(580/1200*100%);
}
@media (max-width: 767px) {
  .solution-info .container .left .item .ibox2 .imgs .public-img {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .solution-info .container .left .item .ibox2 .imgs .public-img:last-child {
    margin-bottom: 0;
  }
}
.solution-info .container .left .item .ibox2 .imgs .public-img::before {
  padding-top: calc(380/580*100%);
}
.solution-info .container .left .item .list {
  width: 100%;
  margin-top: 0.38rem;
}
.solution-info .container .left .item .list ul li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.4rem;
}
.solution-info .container .left .item .list ul li:last-child {
  margin-bottom: 0;
}
.solution-info .container .left .item .list ul li > .icon {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.solution-info .container .left .item .list ul li > .icon img,
.solution-info .container .left .item .list ul li > .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solution-info .container .left .item .list ul li .tbox .t1 {
  line-height: calc(38/28);
  color: #000;
}
.solution-info .container .left .item .list ul li .tbox .t2 {
  color: #000;
  line-height: calc(30/18);
  margin-top: 0.15rem;
}
.solution-info .container .right {
  width: 340px;
  position: sticky;
  position: -webkit-sticky;
  top: 1.2rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .solution-info .container .right {
    width: 100%;
    position: relative;
    top: initial;
    margin-top: 0.5rem;
  }
}
.solution-info .container .right .box1 {
  width: 100%;
  padding: 0.3rem;
  background: #F9F9F9;
}
.solution-info .container .right .box1 .t1 {
  line-height: calc(30/20);
  color: #000;
}
@media (max-width: 991px) {
  .solution-info .container .right .box1 .t1 {
    display: none;
  }
}
.solution-info .container .right .box1 ul {
  width: 100%;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .solution-info .container .right .box1 ul {
    display: none;
  }
}
.solution-info .container .right .box1 ul li {
  width: 240px;
  max-width: 100%;
  height: 0.5rem;
  transition: all 0.4s;
  color: #000;
  background: transparent;
  border-left: 2px solid #ddd;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.solution-info .container .right .box1 ul li.on {
  color: var(--color);
  font-weight: bold;
  border-left: 2px solid var(--color);
  background: linear-gradient(to right, rgba(235, 96, 1, 0.1), rgba(235, 96, 1, 0));
}
.solution-info .container .right .box1 .t2 {
  line-height: calc(30/20);
  color: #000;
  margin-top: 0.32rem;
}
@media (max-width: 991px) {
  .solution-info .container .right .box1 .t2 {
    margin-top: 0;
  }
}
.solution-info .container .right .box1 .r-product {
  width: 100%;
  display: flex;
  margin-top: 0.2rem;
}
.solution-info .container .right .box1 .r-product .img {
  width: 0.8rem;
  height: 0.8rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.solution-info .container .right .box1 .r-product .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solution-info .container .right .box1 .r-product .tb {
  width: 100%;
}
.solution-info .container .right .box1 .r-product .tb .tb1 {
  line-height: calc(24/16);
  color: #000;
}
.solution-info .container .right .box1 .r-product .tb .tb2 {
  margin-top: 0.13rem;
  display: flex;
}
.solution-info .container .right .box1 .r-product .tb .tb2 a {
  line-height: calc(18/14);
  color: var(--color);
  display: flex;
  align-items: center;
  margin-right: auto;
}
.solution-info .container .right .box1 .r-product .tb .tb2 a i {
  width: 5px;
  height: 10px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.solution-info .container .right .box1 .r-product .tb .tb2 a i img,
.solution-info .container .right .box1 .r-product .tb .tb2 a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solution-info .container .right .box1 .r-product .tb .tb2 a i img path,
.solution-info .container .right .box1 .r-product .tb .tb2 a i svg path {
  stroke: currentColor;
}
.solution-info .container .right .box1 .r-product .tb .tb2 a:hover {
  text-decoration: underline;
}
.solution-info .container .right .box2 {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 0.4rem;
  padding: 0.3rem;
}
.solution-info .container .right .box2 .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.solution-info .container .right .box2 .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-info .container .right .box2 .t1 {
  color: #fff;
  line-height: calc(34/24);
  position: relative;
  z-index: 2;
}
.solution-info .container .right .box2 .public-more {
  margin-top: 0.2rem;
  position: relative;
  z-index: 2;
}
.solution-info .container .right .box2 .public-more .more {
  background: #fff;
  color: var(--color);
}
.news-box1 {
  width: 100%;
  padding: 0.8rem 0;
}
.news-box1 .container .swiper-container {
  overflow: hidden;
}
.news-box1 .container .swiper-container .swiper-slide {
  display: flex;
}
.news-box1 .container .swiper-container .swiper-slide a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-box1 .container .swiper-container .swiper-slide a .tbox {
  width: calc(520/1595*100%);
  padding: 0.7rem 0 0;
}
@media (max-width: 991px) {
  .news-box1 .container .swiper-container .swiper-slide a .tbox {
    width: 100%;
    order: 2;
    padding: 0.3rem 0 0;
  }
}
.news-box1 .container .swiper-container .swiper-slide a .tbox .t1 {
  line-height: calc(38/28);
  color: #000;
}
.news-box1 .container .swiper-container .swiper-slide a .tbox .t2 {
  margin-top: 0.25rem;
  line-height: calc(26/16);
  color: #666;
}
.news-box1 .container .swiper-container .swiper-slide a .tbox .public-more {
  margin-top: 0.43rem;
}
.news-box1 .container .swiper-container .swiper-slide a .public-img {
  width: calc(1060/1595*100%);
}
@media (max-width: 991px) {
  .news-box1 .container .swiper-container .swiper-slide a .public-img {
    width: 100%;
  }
}
.news-box1 .container .swiper-container .swiper-slide a .public-img::before {
  padding-top: calc(616/1060*100%);
}
@media (max-width:1024px) {
  .news-box1 .container .ck-box {
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
    position: relative;
    z-index: 3;
  }
}
.news-box1 .container .swiper-prev,
.news-box1 .container .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--color);
  background: rgba(235, 96, 1, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width:1280px) {
  .news-box1 .container .swiper-prev,
  .news-box1 .container .swiper-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width:1024px) {
  .news-box1 .container .swiper-prev,
  .news-box1 .container .swiper-next {
    position: relative;
    top: initial;
    transform: translateY(0);
  }
}
.news-box1 .container .swiper-prev img,
.news-box1 .container .swiper-next img,
.news-box1 .container .swiper-prev svg,
.news-box1 .container .swiper-next svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
}
.news-box1 .container .swiper-prev img path,
.news-box1 .container .swiper-next img path,
.news-box1 .container .swiper-prev svg path,
.news-box1 .container .swiper-next svg path {
  stroke: currentColor;
}
.news-box1 .container .swiper-prev:hover,
.news-box1 .container .swiper-next:hover {
  background-color: var(--color);
  color: #fff;
}
.news-box1 .container .swiper-prev {
  right: calc(100% + 0.45rem);
}
@media (max-width:1600px) {
  .news-box1 .container .swiper-prev {
    right: calc(100% - 45px);
  }
}
@media (max-width:1280px) {
  .news-box1 .container .swiper-prev {
    right: calc(100% - 38px);
  }
}
@media (max-width:1024px) {
  .news-box1 .container .swiper-prev {
    right: initial;
    margin-right: 0.2rem;
  }
}
.news-box1 .container .swiper-prev img,
.news-box1 .container .swiper-prev svg {
  transform: rotateZ(180deg);
}
.news-box1 .container .swiper-next {
  left: calc(100% + 0.45rem);
}
@media (max-width:1600px) {
  .news-box1 .container .swiper-next {
    left: calc(100% - 45px);
  }
}
@media (max-width:1280px) {
  .news-box1 .container .swiper-next {
    left: calc(100% - 38px);
  }
}
@media (max-width:1024px) {
  .news-box1 .container .swiper-next {
    left: initial;
  }
}
.news-box1 .container .swiper-pagination {
  width: 100%;
  font-size: 0;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width:1600px) {
  .news-box1 .container .swiper-pagination {
    width: calc(100% - 120px);
  }
}
@media (max-width:1280px) {
  .news-box1 .container .swiper-pagination {
    width: calc(100% - 80px);
  }
}
@media (max-width:1024px) {
  .news-box1 .container .swiper-pagination {
    width: calc(100% - 40px);
  }
}
.news-box1 .container .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 0.4s;
}
.news-box1 .container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}
.news-box2 {
  width: 100%;
  padding: 0.4rem 0 1.2rem;
}
.news-box2 .container .list {
  width: 100%;
}
.news-box2 .container .list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-box2 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.news-box2 .container .list ul li {
  width: calc(33.33% - 0.2rem);
  margin: 0 0.1rem 0.68rem;
}
@media (max-width: 767px) {
  .news-box2 .container .list ul li {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.news-box2 .container .list ul li a {
  width: 100%;
  display: block;
}
.news-box2 .container .list ul li a .public-img {
  width: 100%;
}
.news-box2 .container .list ul li a .public-img::before {
  padding-top: calc(320/520*100%);
}
.news-box2 .container .list ul li a .tbox {
  width: 100%;
  margin-top: 0.3rem;
}
.news-box2 .container .list ul li a .tbox .tag {
  display: flex;
}
.news-box2 .container .list ul li a .tbox .tag span {
  color: var(--color);
  line-height: calc(34/16);
}
.news-box2 .container .list ul li a .tbox .txt {
  margin-top: 0.1rem;
  color: #000;
  line-height: calc(34/24);
  transition: all 0.4s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(34/24*2em);
  font-weight: 500;
}
.news-box2 .container .list ul li a .tbox .time {
  display: flex;
  line-height: calc(34/24);
  color: #000;
  margin-top: 0.4rem;
}
.news-box2 .container .list ul li a:hover .public-img img {
  transform: scale(1.05);
}
.news-box2 .container .list ul li a:hover .tbox .txt {
  color: var(--color);
}
.news-info {
  width: 100%;
  padding: 0.36rem 0 0.86rem;
}
.news-info .container .box {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.news-info .container .box .title {
  line-height: calc(70/60);
  color: #000;
}
.news-info .container .box .other {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.38rem;
}
.news-info .container .box .other .left {
  display: flex;
  align-items: center;
  line-height: calc(24/16);
}
.news-info .container .box .other .left .s1 {
  color: var(--color);
}
.news-info .container .box .other .left .s2 {
  color: #000;
  position: relative;
  z-index: 1;
  margin-left: 0.3rem;
}
.news-info .container .box .other .left .s2::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-0.15rem + 2px);
  z-index: 1;
}
.news-info .container .box .other .share {
  display: flex;
}
@media (max-width: 767px) {
  .news-info .container .box .other .share {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.news-info .container .box .other .share a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #000;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin-right: 0.13rem;
}
.news-info .container .box .other .share a:last-child {
  margin-right: 0;
}
.news-info .container .box .other .share a .qrcode {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.news-info .container .box .other .share a:hover {
  background: var(--color);
}
.news-info .container .box .other .share a:hover .qrcode {
  display: block;
}
.news-info .container .box .public-content {
  width: 100%;
  margin-top: 0.68rem;
  color: #666;
  line-height: calc(26/16);
  font-size: var(--font16);
}
.other-news-check {
  width: 100%;
  background: #F9F9F9;
  padding: 0.4rem 0;
}
.other-news-check .container .box {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.other-news-check .container .box .other {
  line-height: calc(30/16);
}
.other-news-check .container .box .other:nth-child(1) {
  margin-bottom: 0.15rem;
}
.other-news-check .container .box .other span {
  display: block;
  color: #000;
}
.other-news-check .container .box .other a {
  color: #000;
  transition: all 0.4s;
}
.other-news-check .container .box .other a:hover {
  color: var(--color);
}
.other-news-check .container .box .other a.none {
  color: #999;
}
.other-news-check .container .box .back {
  display: flex;
  margin-top: 0.63rem;
}
.other-news-check .container .box .back a {
  display: flex;
  align-items: center;
  color: var(--color);
  line-height: calc(30/16);
}
.other-news-check .container .box .back a i {
  width: 16px;
  height: 14px;
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
}
.other-news-check .container .box .back a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.other-news-check .container .box .back a i svg path {
  stroke: currentColor;
}
