.dytitle {
    display: flex;
    align-items: center;
    width: 100%;
    height: .5rem;
    border-bottom: 0.01rem solid #e5e5e5;
    margin-bottom: .2rem;
 /* background: linear-gradient(to right, #f1f1f1, rgba(241, 241, 241, 0)); */
   /*clip-path: polygon(0.2rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0.5rem);*/
}

.dytitle img {
display: none;
  width: .25rem;
  height: .28rem;
  margin-left: .3rem;
  margin-right: .1rem;
}

.atable tbody tr td p,.atable tbody tr td span,.atable tbody tr td p span{
   font-size: .18rem !important;
    text-align: justify !important;
    text-indent: .35rem !important;
    line-height: .32rem !important;
}
   

.dytitle .dytext {
  font-weight: bold;
  color: #333;
  font-size: .22rem;
}

.myhcont {
  margin-top: .5rem;
}

.myhcont .cont {
  display: flex;
  justify-content: space-between;
}

.myhcont .cont .texts {
  width: 5rem;
  font-size: .18rem;
  text-indent: .37rem;
  text-align: justify;
  line-height: .3rem;
}

.myhcont .cont .imgs img {
  width: 4.48rem;
  height: 2.98rem;
  margin-left: .3rem;
}

.myhcont .mpimg {
  width: 100%;
  height: 4.4rem;
  margin-top: .5rem;
}

.kcxly {
  margin-top: .5rem;
}

.kcxly .cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: .5rem;
}

.kcxly .cont .texts {
  width: 4.2rem;
  font-size: .18rem;
  text-indent: .37rem;
  text-align: justify;
  line-height: .3rem;
}

.kcxly .cont .imgs video {
  width: 5rem;
  height: 2.98rem;
}

.kcxly .xlycot {
  position: relative;
}
.kcxly .xlycot .xlywiper{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kcxly .xlycot .xlywiper .box {
  position: relative;
  cursor: pointer;
    width: 48%;
}

.kcxly .xlycot .xlywiper .box .picimg {
  height: 2.8rem;
  overflow: hidden;
}
.kcxly .xlycot .xlywiper .box .picimg:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
}

.kcxly .xlycot .xlywiper .box .picimg img {
  width: 100%;
}

.kcxly .xlycot .xlywiper .box .picimg img {
  width: 100%;
}

.kcxly .xlycot .xlywiper .box .tets {
  margin-top: .2rem;
}

.kcxly .xlycot .xlywiper .box .tets p:nth-child(1) a {
  color: #333;
  font-weight: bold;
  font-size: .2rem;
}

.kcxly .xlycot .xlywiper .box .tets p:nth-child(2) {
  font-size: .16rem;
  color: #999;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-top: .1rem;
}

         /* 自定义数字指示点样式 */
.kcxly .xlycot .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.kcxly .xlycot .swiper-pagination-bullet {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.kcxly .xlycot .swiper-pagination-bullet:hover {
  background: #f0f0f0;
}

.kcxly .xlycot .swiper-pagination-bullet-active {
  background: #6a2686;
  color: #fff;
  border-color: #8350bd;
}

.kcxly .xlycot .btnxy {
  position: absolute;
  right: .6rem;
  top: .4rem;
}

.kcxly .xlycot .cttum-button-next,
.kcxly .xlycot .cttum-button-prev {
  position: absolute;
  top: 50%;
  width: .29rem;
  height: .3rem;
  margin-top: -.22rem;
  z-index: 10;
  cursor: pointer;
  background-size: .29rem .3rem;
  background-position: center;
  background-repeat: no-repeat;
}

.kcxly .xlycot .cttum-button-prev,
.kcxly .xlycot .swiper-container-rtl .cttum-button-next {
  background-image: url(../images/frame/217.png);
  right: 0;
}

.kcxly .xlycot .cttum-button-next,
.kcxly .xlycot .swiper-container-rtl .cttum-button-prev {
  background-image: url(../images/frame/218.png);
  right: -.5rem;
  left: auto;
}

.ggpt {
  margin-top: .4rem;
}

.ggpt .toptext {
  width: 100%;
  background-color: #faf4ff;
  color: #333;
  font-size: .18rem;
  padding: .2rem .2rem;
  margin-bottom: .4rem;
}

.ggpt .cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: .5rem;
}

.ggpt .cont .texts {
  width: 46%;
  font-size: .18rem;
  text-indent: .37rem;
  text-align: justify;
  line-height: .3rem;
}

.ggpt .cont .texts p {
    margin-top: .45rem;

}

.ggpt .cont .texts .dytext {
  margin-left: -.3rem;
}

.ggpt .cont .imgs {
  width: 48%;
}

.ggpt .cont .imgs img {
  width: 100%;
  height: 2.98rem;
  margin-left: .1rem;
    margin-top: .5rem;
}

.ggpt .slimg {
  width: 100%;
  height: auto;
  margin: .3rem 0rem 0.5rem 0rem;
}

.ggpt .slimg img {
  width: 100%;
}

.ggpt .colect {
  margin-top: .3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ggpt .colect .lf p {
  font-size: .18rem;
  margin: .1rem 0rem;
}

.sysny {
  margin-top: .5rem;
}

.sysny .cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: .5rem;
align-items: center;
}

.sysny .cont .texts {
  width: 50%;
  font-size: .16rem;
  text-indent: .36rem;
  text-align: justify;
  line-height: .3rem;
}

.sysny .cont .texts p {

font-size: .18rem;
}

.sysny .cont .texts .dytext {
  margin-left: -.3rem;
}

.sysny .cont .imgs {
  width: 48%;
}

.sysny .cont .imgs img {
  width: 100%;
  height: auto;
  margin-left: .1rem;
  
}

.sysny .team {
  margin-top: .5rem;
  margin-bottom: .2rem;
  display: flex;
  flex-wrap: wrap;
}

.sysny .team li {
  width: 1.22rem;
  margin-right: .15rem;
  margin-bottom: .3rem;
}

.sysny .team li .perimg {
  width: 1.22rem;
  height: 1.56rem;
  overflow: hidden;
}

.sysny .team li .perimg img {
  width: 100%;
}

.sysny .team li .temtext {
  margin-top: .1rem;
}

.sysny .team li .temtext p:nth-child(1) {
  font-size: .14rem;
  color: #666;
}

.sysny .team li .temtext p:nth-child(2) {
  font-size: .18rem;
  margin: .08rem 0rem;
  font-weight: bold;
}

.sysny .team li .temtext p:nth-child(3) {
  display: inline-block;
  text-align: center;
  background-color: #f4f4f4;
  font-size: .14rem;
  padding: .05rem .1rem;
  color: #666;
}

.sysny .yjfx {
  margin-top: .4rem;
  margin-bottom: .2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sysny .yjfx li {
  width: 48%;
  border: 0.01rem solid #eeeeee;
  position: relative;
  padding: .2rem;
  margin-bottom: .3rem;
}

.sysny .yjfx li .bt {
  position: absolute;
  top: 0;
  left: 0.2rem;
  background-color: #f3f3f3;
  font-size: .18rem;
  padding: .08rem .2rem;
  font-weight: bold;
}

.sysny .yjfx li .tit {
  font-size: .18rem;
  font-weight: bold;
  margin-top: .4rem;
}

.sysny .yjfx li .nr {
  font-size: .16rem;
}

.sysny .yjfx li .nr p {
  margin: .05rem 0rem;
}

.sysny .sysb {
  margin-top: .3rem;
}