@charset "UTF-8";
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner .swiper-container,
.banner .swiper-slide {
  height: 100%;
}

.banner .swiper-slide {
  position: relative;
  z-index: 1;
  color: #fff;
}

.banner .swiper-slide .desc {
  margin: .27rem 0 .65rem;
}

.banner .swiper-slide .main-btn1 a {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}

.banner .swiper-slide .main-btn1 a:hover {
  border-color: var(--color);
}

.banner .tab-ul {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.banner .tab-ul .tabs {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.banner .tab-ul .tabs a {
  padding: .33rem 0;
  color: #fff;
  flex: 1;
  text-align: center;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.banner .tab-ul .tabs a.active {
  background: rgba(255, 255, 255, 0.2);
}

.banner .lmt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}

.banner .swiper-slide-active .lmt {
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transition: all linear 5s;
  -webkit-transition: all linear 5s;
}

.main-btn1 a {
  width: 1.8rem;
  height: .56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BFBFBF;
  color: #666;
  border-radius: .56rem;
  transition: all ease .3s;
  position: relative;
  z-index: 1;
}

.main-btn1 a::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  z-index: -1;
  border-radius: .56rem;
  transition: all ease .3s;
}

.main-btn1 a:hover {
  color: #fff;
  border-color: var(--color);
}

.main-btn1 a:hover::after {
  width: 100%;
}

.sec-type.al {
  text-align: left;
}

.section1 {
  background: url("/skin/img/bg_sec1.png") no-repeat bottom -0.1rem center;
  background-size: 100%;
}

.section1 .sec-type {
  margin-bottom: 1.04rem;
}

.section1 .d-box1 .info {
  max-width: 7.56rem;
}

.section1 .d-box1 .info .tit {
  color: var(--color);
  line-height: 2;
}

.section1 .d-box1 .info .desc {
  margin: .4rem 0 .8rem;
  color: #666;
  line-height: 1.8;
}

.section1 .d-box1 .info .link a {
  width: 2.69rem;
  height: .56rem;
  color: #fff;
  padding: 0 .24rem;
  margin-right: .33rem;
  background: #B11E23;
  border-radius: .07rem;
  transition: all ease .3s;
}

.section1 .d-box1 .info .link a img {
  width: .28rem;
}

.section1 .d-box1 .info .link a:hover {
  background: rgba(177, 30, 35, 0.88);
}

.section1 .d-box1 .list {
  max-width: 4.82rem;
  float: right;
}

.section1 .d-box1 .list li {
  margin: .3rem 0;
}

.section1 .d-box1 .list li .num {
  color: var(--color);
  font-weight: bold;
}

.section1 .d-box1 .list li .tit {
  color: #666;
  margin: .12rem 0 0 0;
}

.section2 {
  background: url("/skin/img/bg_sec2.jpg") no-repeat bottom center;
  background-size: cover;
}

.section2 .slides {
  position: relative;
}

.section2 .slides .item-info {
  max-width: 5.44rem;
}

.section2 .slides .item-info .tit {
  color: var(--color);
}

.section2 .slides .item-info .desc {
  color: #666;
  line-height: 1.8;
  margin: .34rem 0 .57rem;
}

.section2 .slides .item-pic {
  padding: .2rem 0;
}

.section2 .slides .item-pic .bimg {
  overflow: unset;
}

.section2 .slides .jt {
  position: absolute;
  top: 50%;
  cursor:pointer;
  transform: translateY(-50%);
  width: .5rem;
  height: .5rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index:22;
  border-radius: 50%;
  transition: all ease .3s;
  opacity: 0;
}

.section2 .slides .jt:hover {
  background: rgba(177, 30, 35, 0.88);
}

.section2 .slides .jt.prev {
  left: 3%;
}

.section2 .slides .jt.next {
  right: 3%;
}

.section2 .slides:hover .jt {
  opacity: 1;
}

.section3 {
  color: #fff;
  padding: 1.1rem 0 2.2rem;
}

.section3 .info {
  margin-top: 1.2rem;
}

.section3 .info .desc {
  margin-top: .26rem;
  line-height: 1.8;
}

.section5 {
  padding-bottom: 1.2rem;
  margin-top: -.25rem;
}

.section5 .list {
  padding: 3.12rem .5rem .97rem .5rem;
  border-radius: .1rem;
}

.section5 .list li .item {
  padding: .35rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: .1rem;
  transition: all ease .3s;
}

.section5 .list li .item .item-icon {
  text-align: right;
  margin-top: .2rem;
}

.section5 .list li .item .item-icon img {
  max-width: .53rem;
}

.section5 .list li .item:hover {
  background: rgba(255, 255, 255, 0.9);
}

.inner-slide {
  position: relative;
}

.inner-slide img {
  display: block;
}

.inner-slide .slide-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
}

.inner-slide .slide-txt .txt2 {
  margin-top: .15rem;
  line-height: 1.5;
}

.news .topnews {
  margin-bottom: .4rem;
}

.news .topnews .fitImg {
  padding-top: 57.83%;
}

.news .topnews .info {
  padding-left: .38rem;
  color: #666;
}

.news .topnews .info .item-tit {
  margin: .38rem 0 0 0;
  color: #333;
  line-height: 1.8;
}

.news .topnews .info .item-desc {
  margin: .6rem 0;
}

.news .topnews .info .item-link:hover {
  color: var(--color);
}

.news .topnews .info:hover .item-tit {
  color: var(--color);
}

.news .list li .item {
  border-bottom: 1px solid #BFBFBF;
  position: relative;
}

.news .list li .item .fitImg {
  padding-top: 57.79%;
}

.news .list li .item .item-txt {
  padding: .4rem .24rem;
}

.news .list li .item .item-txt .item-time {
  color: #666;
}

.news .list li .item .item-txt .item-desc {
  line-height: 1.8;
  height: 3.6em;
  margin-top: .16rem;
}

.news .list li .item::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  transition: all ease .3s;
}

.news .list li .item:hover::after {
  width: 100%;
}

.crumbs {
  color: #666;
}

.crumbs a {
  color: #666;
}

.crumbs a:hover {
  color: var(--color);
}

.newsinfo .det1 {
  background: #F8F8F8;
  padding: .5rem 0 .6rem;
}

.newsinfo .det1 .news-tit {
  margin: .6rem 0;
  max-width: 10.48rem;
  line-height: 1.8;
}

.newsinfo .det1 .news-time {
  color: #666;
}

.newsinfo .det01 {
  padding: .25rem 0;
}

.newsinfo .det2 {
  line-height: 1.8;
  color: #666;
}

.newsinfo .det2 img {
  max-width: 100% !important;
  height: auto !important;
}

.sec-type {
  text-align: center;
  margin-bottom: .5rem;
}

.sec-type .en {
  color: #888;
  text-transform: uppercase;
  margin-top: .18rem;
}

.sec-type.sec-type1 {
  color: #fff;
}

.sec-type.sec-type1 .en {
  color: #fff;
}

.contact .contact1 {
  background: #F8F8F8;
}

.contact .contact1 .d-box1 {
  background: #fff;
  padding: .7rem .5rem;
}

.contact .contact1 .d-box1 .col1 .txt1 {
  color: #333;
}

.contact .contact1 .d-box1 .col1 .txt2 {
  color: #666;
  margin-top: .1rem;
}

.contact .contact1 .d-box1 .col2 {
  color: #DA0F1E;
}

.contact .contact1 .d-box1 .btn a {
  width: 1.59rem;
  height: .48rem;
  color: #666;
  transition: all ease .3s;
  border-radius: .24rem;
  border: .01rem solid #BFBFBF;
}

.contact .contact1 .d-box1 .btn a:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

.contact .contact1 .d-box2 {
  padding-top: .6rem;
}

.contact .contact1 .d-box2 li {
  margin-bottom: .3rem;
}

.contact .contact1 .d-box2 li .item .item-tit {
  padding-bottom: .2rem;
  margin-bottom: .2rem;
  border-bottom: 1px solid #C9C9C9;
}

.contact .contact1 .d-box2 li .item .item-cont {
  line-height: 2;
}

.contact .contact2 .table {
  text-align: left;
  position: relative;
}

.contact .contact2 .table::before {
  content: "";
  width: 100%;
  height: .03rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #B11E23;
}

.contact .contact2 .table thead {
  background: #F4F4F4;
}

.contact .contact2 .table thead th {
  padding: .24rem .33rem;
}

.contact .contact2 .table tbody td {
  padding: .25rem .33rem;
}

.contact .contact2 .table tbody td .jt img {
  width: .09rem;
  transition: all ease .3s;
}

.contact .contact2 .table tbody td .jt img.i1 {
  display: none;
}

.contact .contact2 .table tbody td .jt.on img.i2 {
  display: none;
}

.contact .contact2 .table tbody td .jt.on img.i1 {
  display: inline-block;
}

.contact .contact2 .table table {
  border-collapse: collapse;
}

.contact .contact2 .table table th:last-child,
.contact .contact2 .table table td:last-child {
  padding-left: 0;
  text-align: center;
  padding-right: .2rem;
}

.contact .contact2 .table table tbody {
  border-bottom: 1px solid #E5E5E5;
}

.contact .contact2 .table table tbody tr {
  border-top: 1px solid #E5E5E5;
}

.contact .contact2 .table .cont {
  border-top: 0;
}

.contact .contact2 .table .cont td {
  padding: 0;
}

.contact .contact2 .table .cont .intros {
  text-align: left;
  display: none;
  padding: .2rem .33rem;
  line-height: 1.8;
}

.contact .contact2 .table .cont .intros h3 {
  margin-bottom: .1rem;
}

.contact .contact2 .table .cont .intros .link {
  margin: .3rem 0 .5rem;
}

.contact .contact2 .table .cont .intros .link a {
  width: 1.58rem;
  height: .49rem;
  border: 1px solid #B11E23;
  font-size: .14rem;
  color: #666;
  display: flex;
  transition: all ease .3s;
  align-items: center;
  justify-content: center;
}

.contact .contact2 .table .cont .intros .link a:hover {
  background: var(--color);
  color: #fff;
}

.contact .contact2 .table .cont.on .intros {
  display: block;
}

.solute {
  background: #f7f7f7;
}

.solute .sidebar {
  width: 3.02rem;
  margin-right: .75rem;
}

.solute .sidebar .wrap {
  background: #fff;
  border-radius: .1rem;
  position: sticky;
}

.solute .sidebar .side-tt {
  background: #BB191F url("/skin/img/bg_sd1.png") no-repeat left center;
  background-size: 100% 100%;
  color: #fff;
  padding: .3rem .34rem;
  border-radius: .1rem .1rem 0 0;
}

.solute .sidebar .side-list {
  padding: 0 .34rem .5rem .34rem;
}

.solute .sidebar .side-list li .v1 {
  padding: .26rem 0;
  font-weight: bold;
  border-bottom: 1px solid #D2D2D2;
}

.solute .sidebar .side-list li .v1 i {
  color: var(--color);
  font-weight: bold;
}

.solute .sidebar .side-list li .sub {
  display: none;
  padding: 0 .16rem;
}

.solute .sidebar .side-list li .sub li {
  padding-left: .07rem;
}

.solute .sidebar .side-list li .sub li a {
  padding: .25rem 0;
  border-bottom: 1px dotted #D2D2D2;
}

.solute .sidebar .side-list li .sub li a i {
  color: var(--color);
  font-weight: bold;
  font-size: .14rem;
}

.solute .sidebar .side-list li .sub li.on a {
  color: var(--color);
}

.solute .sidebar .side-list li.cur .sub {
  display: block;
}
.solute .sidebar .side-list li.cur .v1>a{
     color: var(--color);
}
.solute .contbox .sol-type {
  padding-left: .25rem;
  position: relative;
}

.solute .contbox .sol-type::before {
  content: "";
  width: .04rem;
  height: .33rem;
  background: #BB191F;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.solute .contbox .sol-desc {
  color: #666;
  line-height: 1.7;
  margin: .35rem 0;
}

.solute .sol-list .item {
  background: #FFFFFF;
  border-radius: .1rem;
}
.solute .sol-list .item .item-pic{
    margin-right:.35rem;
}
.solute .sol-list .item .item-txt {
  height: 1.67rem;
  padding: .3rem .34rem;
  text-align: center;
  transition: all ease .3s;
}

.solute .sol-list .item .item-txt .item-tit {
  margin-top: .3rem;
}

.solute .sol-list .item .item-txt .item-desc {
  line-height: 1.6;
  margin-top: .2rem;
  height: 0;
  overflow: hidden;
}

.solute .sol-list .item:hover .item-txt {
  background: var(--color);
  color: #fff;
  border-radius: 0 0 .1rem .1rem;
}

.solute .sol-list .item:hover .item-txt .item-tit {
  margin-top: 0;
}

.solute .sol-list .item:hover .item-txt .item-desc {
  height: 3.2em;
}

.bgf8 {
  background: #F8F8F8;
}

.sec-type2 {
  text-align: center;
  margin-bottom: .5rem;
}

.sec-type2 .desc {
  max-width: 6.88rem;
  margin: .24rem auto 0 auto;
  color: #666;
  line-height: 1.8;
}

.detail .det1 .crumbs {
  margin-bottom: .5rem;
}

.detail .det1 .info {
  max-width: 6.8rem;
}

.detail .det1 .info .cat {
  color: var(--color);
}

.detail .det1 .info .title {
  margin: .25rem 0;
}

.detail .det1 .info .att1 {
  margin: .35rem 0 .15rem;
}

.detail .det1 .info .att1 ul {
  display: flex;
  flex-wrap: wrap;
}

.detail .det1 .info .att1 li {
  margin-right: .6rem;
  margin-bottom: .2rem;
  position: relative;
  padding-left: .18rem;
}

.detail .det1 .info .att1 li:last-child {
  margin-right: 0;
}

.detail .det1 .info .att1 li::before {
  content: "";
  width: .08rem;
  height: .08rem;
  background: #B11E23;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.detail .det1 .info .att2 {
  color: #666;
  line-height: 1.8;
}

.detail .det1 .info .link {
  margin-top: .58rem;
}

.detail .det1 .info .link a {
  width: 1.8rem;
  height: .56rem;
  border-radius: .28rem;
  border: .01rem solid #BFBFBF;
  color: #666;
}

.detail .det1 .info .link a:hover {
  background: var(--color);
  color: #fff;
  border-color: var(--color);
}

.detail .det1 .swiper-wrapper {
  padding-bottom: .8rem;
}

.detail .det1 .swiper-pagination .swiper-pagination-bullet {
  width: .12rem;
  height: .12rem;
  background: #CECECE;
  border-radius: 50%;
  opacity: 1;
}

.detail .det1 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}

.detail .det2 {
  background: #fff;
}

.detail .det2 .video {
  position: relative;
}

.detail .det2 .video .spt {
  display: block;
}

.detail .det2 .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.detail .det2 .video .play img {
  width: .63rem;
}

.detail .det2 .video::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}

.detail .det2 .video video {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.detail .det3 li .item {
  text-align: left;
}

.detail .det3 li .item .fitImg {
  padding-top: 65.17%;
}

.detail .det3 li .item .item-tit {
  margin: .28rem 0;
}

.detail .det3 li .item:hover .item-tit {
  color: var(--color);
}

.detail .det4 .table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  color: #666;
}

.detail .det4 .table table td {
  border: 1px solid #D2D2D2;
  padding: .2rem .15rem;
}

.detail .det5 .item {
  background: #fff;
}

.detail .det5 .item .fitImg {
  padding-top: 77.33%;
}

.detail .det5 .item .item-txt {
  padding: .15rem .32rem .2rem .32rem;
}

.detail .det5 .item .item-txt .item-desc {
  margin: .15rem 0;
  color: #666;
  line-height: 1.6;
  height: .8rem;
}

.detail .det5 .swiper-wrapper {
  padding-bottom: .6rem;
}

.detail .det5 .swiper-pagination {
  max-width: 10rem;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  top: auto;
  border-radius: 6px;
}

.detail .det5 .swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 6px;
  background: #BB191F;
}

.about .about1 .d-box1 li .num {
  color: var(--color);
  font-weight: bold;
}

.about .about1 .d-box1 li .tit {
  color: #666;
}

.about .about1 .d-box2 {
  margin-top: .8rem;
}

.about .about1 .d-box2 .item-info {
  padding-left: .5rem;
}

.about .about1 .d-box2 .item-info .tit {
  color: #333;
}

.about .about1 .d-box2 .item-info .cont {
  color: #666;
  line-height: 2;
  margin-top: .45rem;
}

.about .about2 {
  color: #fff;
}

.about .about3 .items .item-pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: .1rem;
  background-image: url("/skin/img/cg1.jpg");
  height: 100%;
  align-items: flex-end;
  justify-content: center;
}

.about .about3 .items .col1 {
  width: 48.35%;
  height: 4.98rem;
}

.about .about3 .items .col1 .item-pic {
  padding-bottom: .43rem;
}

.about .about3 .items .col1 img {
  width: 4.37rem;
}

.about .about3 .items .col2 {
  padding-left: .36rem;
}

.about .about3 .items .col2 ul {
  margin: -.2rem;
}

.about .about3 .items .col2 .item {
  height: 2.26rem;
  margin: .2rem;
}

.about .about3 .items .col2 .item img {
  width: 1.97rem;
}

.about .about3 .swiper-wrapper {
  padding-bottom: .8rem;
}

.about .about3 .swiper-pagination .swiper-pagination-bullet {
  width: .65rem;
  height: .06rem;
  background: #E5E5E5;
  opacity: 1;
  border-radius: .03rem;
}

.about .about3 .swiper-pagination .swiper-pagination-bullet-active {
  background: #B11E23;
}

.about #about-history {
  position: relative;
}

.about #about-history .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
  z-index: 1;
}

.about #about-history .body {
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
}

.about #about-history .body .jt {
  top: 75%;
  position: absolute;
  font-size: 45px;
  transform: translateX(-50%);
  color: #fff;
  cursor: pointer;
  z-index: 2;
  font-weight: normal;
  width: .48rem;
  height: .48rem;
  background: #B11E23;
  box-shadow: 0rem 0rem 0.26rem 0rem rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}

.about #about-history .body .jt:hover {
  background: rgba(177, 30, 35, 0.88);
}

.about #about-history .body .year {
  text-align: center;
}

.about #about-history .body .right {
  background: none;
  position: relative;
}

.about #about-history .body .content .tit {
  padding-bottom: .2rem;
  position: relative;
  margin-bottom: .25rem;
}

.about #about-history .body .content .tit::after {
  content: "";
  width: .58rem;
  height: .02rem;
  background: #B11E23;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about #about-history .body .content .cont {
  max-width: 5.9rem;
  line-height: 2;
}

.about #about-history li span {
  font-size: 42px;
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  margin-top: -18px;
}

.about #about-history li span i {
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
}

.about .swiper-pagination-time {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  position: relative;
}

.about .swiper-pagination-time:before {
  content: '';
  height: 1px;
  width: 100%;
  background: #DCDCDC;
  display: block;
  position: absolute;
  top: 15px;
  z-index: 0;
}

.about #about-history li {
  box-sizing: border-box;
}

.about #about-history li .img-block,
.about #about-history li .pic {
  max-width: 366px;
}

.about #about-history li .pic,
.about #about-history li .img-block {
  border-radius: 10px;
}

.about #about-history .swiper-pagination-time .swiper-pagination-bullet {
  margin: 0 50px !important;
  position: relative;
  background: #cecece;
  opacity: 1;
  width: 21px;
  height: 30px;
  background: url(/skin/img/dian1.png) no-repeat center;
}

.about #about-history .swiper-pagination-time .swiper-pagination-bullet b {
  color: #fff;
  font-weight: normal;
  font-size: .2rem;
}

.about #about-history .swiper-pagination-time .swiper-pagination-bullet-active {
  background: url(/skin/img/dian2.png) no-repeat center;
  opacity: 1;
}

.about #about-history .swiper-pagination-time .swiper-pagination-bullet b {
  position: absolute;
  top: 30px;
  left: -10px;
  font-size: 16px;
  font-weight: normal;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.about #about-history .swiper-pagination-time .swiper-pagination-bullet-active b {
  color: var(--color);
  font-weight: bold;
}

.about #about-history .swiper-button-prev-time {
  left: -.9rem !important;
}

.about #about-history .swiper-button-next-time {
  right: -.9rem !important;
}

.about .about4 {
  background-attachment: fixed;
}

.about .about4 .list li {
  display: flex;
}

.about .about4 .list .item {
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: .06rem;
  padding: .8rem .36rem;
}

.about .about4 .list .item .item-icon img {
  width: .45rem;
}

.about .about4 .list .item .item-tit {
  margin: .3rem 0;
}

.about .about4 .list .item .item-tit span {
  padding: .2rem 0;
  position: relative;
  font-weight: bold;
}

.about .about4 .list .item .item-tit span::after {
  content: "";
  width: .26rem;
  height: 1px;
  background: #B11E23;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about .about4 .list .item .item-desc {
  color: #666;
  line-height: 2;
  margin-top: .4rem;
}

.about .about4 .list .item:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* 网站地图 */
.websitemap-section1 {
  width: 100%;
}

.websitemap-section1 .cont {
  padding: .2rem 0;
}

.websitemap-section1 .cont .item {
  width: 100%;
  padding: .25rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  margin-bottom: .2rem;
}

.websitemap-section1 .cont .item .tit {
  font-size: .2rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}

.websitemap-section1 .cont .item .tit i {
  vertical-align: middle;
  margin-left: 80px;
  font-size: .16rem;
}

.websitemap-section1 .cont .item .jut {
  width: 100%;
  margin-top: .3rem;
  display: flex;
  flex-wrap: wrap;
}

.websitemap-section1 .cont .item .jut .list {
  display: block;
  font-size: .16rem;
  width: 25%;
  padding-right: 100px;
  color: #333;
  margin-bottom: .16rem;
}

.websitemap-section1 .cont .item .jut .list span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.websitemap-section1 .cont .item .jut .list:hover {
  color: var(--color);
}


.sol-list .item{
    padding:.35rem .4rem;
}

.sol-list .title {
  margin: .25rem 0;
}

.sol-list .att1 {
  margin: .35rem 0 .15rem;
}

.sol-list .att1 ul {
  display: flex;
  flex-wrap: wrap;
}

.sol-list .att1 li {
  margin-right: .5rem;
  color:#333;
  margin-bottom: .1rem;
  position: relative;
  padding-left: .18rem;
}

.sol-list .att1 li:last-child {
  margin-right: 0;
}

.sol-list .att1 li::before {
  content: "";
  width: .08rem;
  height: .08rem;
  background: #B11E23;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sol-list .att2 {
  color: #666;
  line-height: 1.8;
}


.sol-list .slides{
    position:relative;
}
.sol-list .swiper-wrapper {
  padding-bottom: .5rem;
}
.sol-list .slides .swiper-pagination{
    bottom:0!important;
    top:auto!important;
}
.sol-list .swiper-pagination .swiper-pagination-bullet {
  width: .06rem;
  height: .06rem;
  background: #CECECE;
  border-radius: 50%;
  opacity: 1;
}

.sol-list .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
  width:.2rem;
  border-radius:.4rem;
}
