img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}



.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.05, 1.05);
}


.banner .video-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner video{
  display: block;
  pointer-events: none; /* 防止视频干扰滑动手势 */
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner .swiper-banner-next {
  position: absolute;
  width: 0.47rem;
  height: 0.47rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;


}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.49rem;
  height: 0.49rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100%;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;

}


.banner .swiper-pagination{
  width: auto;
  margin: 0;
  position: absolute;
  bottom: 0.7rem;
  right: 8%;
  display: none;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.35rem ;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  line-height: 0.9rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.5);
}


.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  left: -0rem;
  top: -0.13rem;
  content: "";
  background: url(../images/bannerico.png) no-repeat center;
  background-size: 100%;
  width: 0.46rem;
  height: 0.41rem;
  opacity: 0;

}

.banner .swiper-pagination .swiper-pagination-bullet::before{
  position: absolute;
  right: -0.57rem;
  top: 50%;
  content: "";
  background: #fff;
  width: 0.44rem;
  height: 1px;
}

.banner .swiper-pagination .swiper-pagination-bullet:last-child:before{
  display: none;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: none;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 0.46rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::after{
  opacity: 1;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}




.bannerbg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}


.bannerbg .soubg{
  position: absolute;
  left: 0;
  top: 3.4rem;
  width: 100%;
}


.bannerbg .soubg .soubox{
  position: relative;
  z-index: 10;
  height: 3.17rem;
  border-radius: 0px 0.1rem 0.1rem 0.1rem;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}



.bannerbg .soubg .soubox .sou{
  width: 83.2%;
  position: relative;

}

.bannerbg .soubg .soubox .sou .sou_list{
  position: absolute;
  left: 0;
  top: -0.7rem;

}

.bannerbg .soubg .soubox .sou .sou_list ul li{
  float: left;
  width: 2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  border-radius: 0.1rem 0px 0px 0px;
  background: linear-gradient(270deg, rgba(136, 26, 150, 1) 0%, rgba(86, 31, 210, 1) 100%);
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 1);
}

.bannerbg .soubg .soubox .sou .sou_list ul li:last-child{
  border-radius: 0px 0.1rem 0px 0px;
}

.bannerbg .soubg .soubox .sou .sou_list ul li.on{
  background: rgba(240, 241, 247, 1);
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.24rem;
  color: rgba(115, 32, 124, 1);
  margin-top: -0.16rem;
  border-radius: 0.1rem 0.1rem 0px 0px;
}

.bannerbg .soubg .soubox .sou .sou_list ul li:last-child.on{
  border-radius: 0.1rem 0.1rem 0px 0px;
}

.soubg .sou .searchbox{
  padding: 0.8rem 0.42rem 0 0.55rem;
}

.soubg .sou .searchbox ul li{
  overflow: hidden;
  padding-bottom: 0rem;
}

.soubg .sou .searchbox ul li .gjc{

min-height: 2.7rem;
}

.soubg .sou .searchbox ul li .gjc .search{
  height: 0.6rem;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 1);
}

.soubg .sou .searchbox ul li .gjc .search .search_fl{
  width: 1.7rem;
  height: 0.6rem;
  border-right: 1px solid rgba(225, 225, 225, 1);
  float: left;

}

.soubg .sou .searchbox ul li .gjc .search .search_fl select{
  width: 1.7rem;
  height: 0.6rem;
  padding: 0 0.25rem;
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/downico.png");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 0.14rem 0.08rem;
}


.soubg .sou .searchbox ul li .gjc .search .searchInp{
  font-size: 0.18rem;
  color: rgba(153, 153, 153, 1);
  padding-left: 0.3rem;
  width: 50%;
  height: 0.6rem;
  float: left;
}

.soubg .sou .searchbox ul li .gjc .search .submitBtn{
  border-radius: 0px 0.1rem 0.1rem 0px;
  width: 1.4rem;
  height: 0.6rem;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 1);
  float: right;
  background:rgba(218, 168, 112, 1) url(../images/sou1.png) no-repeat 0.35rem center;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.35rem;
}


.soubg .sou .searchbox ul li .gjc .search-tabs{
  margin: 0.45rem 0 0 0rem;

}

.soubg .sou .searchbox ul li .gjc #searchForm2 .search-tabs{
  display: block !important;
}

.soubg .sou .searchbox ul li .gjc  .tab-option{
  display: inline-block;
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.44rem;
  border-radius: 5px;
  border: 1px solid rgba(194, 198, 223, 1);
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.soubg .sou .searchbox ul li .gjc  .tab-option a{display: block;padding: 0 0.1rem 0 0.2rem;}
.soubg .sou .searchbox ul li .gjc  .tab-option a::after{
  position: absolute;
  left: 0.09rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: linear-gradient(270deg, rgba(136, 26, 150, 1) 0%, rgba(86, 31, 210, 1) 100%);
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}



.soubg .sou .searchbox ul li .gjc  .tab-option.active a {
  background: linear-gradient(270deg, rgba(136, 26, 150, 1) 0%, rgba(86, 31, 210, 1) 100%);
  color: #fff;
}

.soubg .sou .searchbox ul li .gjc  .tab-option.active a::after{
  background: rgba(255, 255, 255, 1);
}


.soubg .sou .searchbox .inputtips{
  margin: 0.3rem 0 0 0;
}

.soubg .sou .searchbox .inputtips p{
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 0.1rem;

}

.soubg .sou .searchbox .inputtips p a{
  display: inline-block;
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
  margin-right: 0.2rem;
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}


.bannerbg .soubg .soubox .timebox{
  width: 16.8%;
  height: 3.17rem;
  border-radius: 0px 0.1rem 0.1rem 0px;
  background: rgba(255, 255, 255, 0.6) url(../images/timebg.png) no-repeat bottom center;
  background-size: 100%;
}


.bannerbg .soubg .soubox .timebox ul{
  width: 70%;
  margin: 0 auto;
  padding-top: 0.12rem;
}

.bannerbg .soubg .soubox .timebox ul li{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.1rem 0;
}

.bannerbg .soubg .soubox .timebox ul li:last-child{
  border-bottom: none;
}

.bannerbg .soubg .soubox .timebox ul li .time{
  display: block;
  font-size: 0.22rem;
  color: rgba(157, 69, 204, 1);
  font-family: "PingFangSC";
  margin-bottom: 0.03rem;
}

.bannerbg .soubg .soubox .timebox ul li .nr1{
  font-size: 0.12rem;
  color: rgba(51, 51, 51, 0.5);
}

.bannerbg .soubg .soubox .timebox ul li .nr2{
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 0.7);
  margin-top: 0.02rem;
}




/* 学术搜索字段选项样式 */


#xsearchTypes .tab-option:hover {
  border-color: #6a11cb;
  color: #6a11cb;
}

#xsearchTypes .tab-option.active {
  background-color: #6a11cb;
  border-color: #6a11cb;
  color: white;
}



.bannerbg .hotfwbg{
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.64rem;
  background: rgba(0, 0, 0, 0.5);
}

.bannerbg .hotfwbg .hotfw{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  padding-top: 0.45rem;
}

.bannerbg .hotfwbg .hotfw .hotfw_t{

  width: 2.1rem;
  height: 0.78rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.bannerbg .hotfwbg .hotfw .hotfw_t a{
  display: block;
}


.bannerbg .hotfwbg .hotfw .hotfw_t h5{
  font-size: 0.32rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 0.38rem;
}


.bannerbg .hotfwbg .hotfw .hotfw_t .more{
  font-size: 0.16rem;
  color: rgba(217, 188, 146, 1);
  padding-left: 0.2rem;
  background: url(../images/more4.png) no-repeat left center;
  background-size: 0.14rem 0.18rem;
  margin-top: 0.2rem;

}

.bannerbg .hotfwbg .hotfw .hotfw_r{
  width: calc((100% - 2.75rem));
}

.bannerbg .hotfwbg .hotfw .hotfw_r a{
  display: inline-block;
  margin: 0 0.55rem 0 0rem;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
  line-height: 0.32rem;
  margin-bottom: 0.15rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}






/* title */

.title{
  margin: 0 auto;
  text-align: center;
}

.title span{
  display: block;
  font-size: 0.52rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.5rem;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgba(143, 145, 179, 0.3);

}

.title h3{
  display: inline-block;
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 0.44rem;
  color: rgba(51, 51, 51, 1);
  font-family: "SourceHanSansBold";
  position: relative;
  z-index: 9;
  margin-top: -0.18rem;
}

.title h3 a{
  display: block;
  font-size: 0.48rem;
  color: rgba(51, 51, 51, 1);
}

.title h3::after{
  position: absolute;
  left: -1.67rem;
  top: 0.2rem;
  content: "";
  z-index: -1;
  background: url(../images/title1.png) no-repeat  center;
  background-size: 100% 100%;
  width: 1.47rem;
  height: 0.26rem;
}

.title h3::before{
  position: absolute;
  right: -1.6rem;
  top: 0.2rem;
  content: "";
  z-index: -1;
  background: url(../images/title2.png) no-repeat  center;
  background-size: 100% 100%;
  width: 1.38rem;
  height: 0.26rem;
}



@supports (-webkit-background-clip: text) or (background-clip: text) {

  .title span {

    background: -webkit-linear-gradient(

      to bottom,
  
      rgba(143, 145, 179, 1) 0%,
  
      rgba(143, 145, 179, 0) 100%
  
    );
  
    background: linear-gradient(

      to bottom,
  
      rgba(143, 145, 179, 1) 0%,
  
      rgba(143, 145, 179, 0) 100%
  
    );
  
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* 确保文本颜色透明 */
    opacity: 0.3;

  }

}








/* electronic */

.electronicbg{
  margin: 0 auto;
  background: url(../images/probg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 1.1rem;
  padding-top: 0.95rem;
}

.electronicbg .electronic{
  margin: 0 auto;
}

.electronicbg .electronic .productMenu{
  margin: 0.6rem auto 0 auto;

}


.electronicbg .electronic .productMenu .swiper-slide{
  width: auto ;
  position: relative;
  z-index: 5;

}

.electronicbg .electronic .productMenu .swiper-slide::after {
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(270deg, rgba(136, 26, 150, 1) 0%, rgba(86, 31, 210, 1) 100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.electronicbg .electronic .productMenu .swiper-slide a{
  display: block;
  text-align: center;
  height: 0.52rem;
  line-height: 0.52rem;
  border-radius: 5px;
  border: 1px solid rgba(115, 32, 124, 0.5);
  font-size: 0.18rem;
  color: rgba(115, 32, 124, 1);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0px 0.21rem ;
}

.electronicbg .electronic .productMenu .swiper-slide-thumb-active::after{
  width: 100%;
}

.electronicbg .electronic .productMenu .swiper-slide-thumb-active a{
  color: #fff;
}


.electronicbg .electronic .electronicMCenter{
  margin: 0.4rem -0.2rem 0 -0.2rem;
} 

.electronicbg .electronic .electronicMCenter .swiper-container{
  padding: 0.2rem 0;
}


.electronicbg .electronic .electronicMCenter .swiper-slide{
  position: relative;
}

.electronicbg .electronic .electronicMCenter .swiper-slide ul{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.electronicbg .electronic .electronicMCenter .swiper-slide ul li{
  width: 18%;
  margin: 0 1% 0.35rem 1%;


}

.electronicbg .electronic .electronicMCenter .swiper-slide ul li:nth-child(5n){
  margin-right: 0;
}

.electronicbg .electronic .electronicMCenter .swiper-slide ul li a{
  display: block;
}

.electronicbg .electronic .electronicMCenter .swiper-slide ul li .pic {
  position: relative;
  width: 100%;
  height: 1.35rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 10px  rgba(172, 157, 180, 0.3);
  overflow: hidden;

}

.electronicbg .electronic .electronicMCenter .swiper-slide ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.electronicbg .electronic .electronicMCenter .swiper-slide ul li .txt{
  margin: 0 auto ;
  text-align: center;
  line-height: 0.65rem;
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.More{
  margin: 0 auto;
  width: 2.1rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border-radius: 45px;
  border: 1px solid rgba(140, 32, 114, 0.7);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.More a{
  display: block;
  padding: 0 0.45rem ;
}

.More a i{
  font-size: 0.18rem;
  color: rgba(115, 32, 124, 1);
  display: block;
  background: url(../images/more3.png) no-repeat right center;
  background-size: 0.26rem 0.15rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/* news */

.newsbg{
  margin: 0 auto;
  background: #f2f2ff url(../images/newsbg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 0.28rem;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l{
  width: 67%;

}

.newsbg .news .news_l .titlecon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l .title{

  margin: 0;
  text-align: left;
}

.newsbg .news .news_l .title span{

}

.newsbg .news .news_l .title h3 a{
  color: #fff;

}

.newsbg .news .news_l .title h3::after{
  display: none;
}

.newsbg .news .news_l .titlemore{
  margin-top: 0.55rem;

} 


.newsbg .news .news_l .titlemore a{
  display: block;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
  padding-left: 0.2rem;
  background: url(../images/more1.png) no-repeat left center;
  background-size: 0.14rem 0.18rem;
}

.newsbg .news .news_l .newsshow{
  margin-top: 0.6rem;

}

.newsbg .news .news_l .newsshow ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l .newsshow ul li{
  position: relative;
  z-index: 5;
  width: 49%;


}

.newsbg .news .news_l .newsshow ul li .pic{
  position: relative;
  width: 100%;
  height: 3.28rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.newsbg .news .news_l .newsshow ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .newsshow ul li .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem; 
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.newsbg .news .news_l .newsshow ul li .txt h5{
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 90%;
  left: 5%;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .newslist{
  margin-top: 0.3rem;
  
}

.newsbg .news .news_l .newslist ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l .newslist ul li{
  position: relative;
  width: 32.1%;
  height: 2.28rem;
  padding: 0 0.15rem 0 0.25rem;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 30px  rgba(172, 157, 180, 0.3);
}

.newsbg .news .news_l .newslist ul li a{
  display: block;
  font-family: "PingFangSC";
}

.newsbg .news .news_l .newslist ul li .time{
  display: block;
  font-size: 0.16rem;
  color: rgba(157, 69, 204, 1);
  padding-top: 0.4rem;
}

.newsbg .news .news_l .newslist ul li em{
  display: block;
  width: 0.31rem;
  height: 2px;
  background: rgba(157, 69, 204, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.07rem 0 0.2rem 0;
}

.newsbg .news .news_l .newslist ul li h5{
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .newslist ul li p{
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 0.6);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.18rem;
}



.newsbg .news .news_r{
  height: 7.0rem;
  margin-top: 0.25rem;
  padding-bottom: 5px;
  width: 31%;
  border-radius: 10px;
  background-image: linear-gradient(270deg, rgba(136, 26, 150, 1) 0%, rgba(86, 31, 210, 1) 100%);
  box-shadow: 0px 4px 20px  rgba(172, 157, 180, 0.3);
}

.newsbg .news .news_r .news_r_cont{
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 0.15rem 0.35rem 0 0.35rem;
}

.newsbg .news .news_r .news_r_cont .news_t{
  line-height: 0.65rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_r .news_r_cont .news_t h3{
  font-size: 0.38rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
}

.newsbg .news .news_r .news_r_cont .news_t .titlemore{

}

.newsbg .news .news_r .news_r_cont .news_t .titlemore a{
  display: block;
  font-size: 0.16rem;
  color: rgba(115, 32, 124, 1);
  padding-left: 0.2rem;
  background: url(../images/more.png) no-repeat left center;
  background-size: 0.14rem 0.18rem;
}

.newsbg .news .news_r .newsbox{

}

.newsbg .news .news_r .newsbox ul li{
  width: 100%;
  height: 1.02rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.newsbg .news .news_r .newsbox ul li a{
  font-family: "PingFangSC";
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.newsbg .news .news_r .newsbox ul li .time{
  text-align: center;

}

.newsbg .news .news_r .newsbox ul li .time span{
  display: block;
  font-size: 0.26rem;
  color: rgba(51, 51, 51, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_r .newsbox ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: rgba(116, 108, 117, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_r .newsbox ul li .txt{
  width: calc((100% - 0.85rem));
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 
.newsbg .news .news_r .newsbox ul li .txt i{
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  border-radius: 3px;
  background: #891c95;
  padding: 0px 8px 0px 8px;
  line-height: 0.24rem;
}




/* fw */

.fwbg{
  margin: 0 auto;
  background: #f2f2ff url(../images/fwbg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 1rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.fwbg::after{
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 4.39rem;
  height: 2.29rem;
  background:  url(../images/fw_ico.png) no-repeat top center;
  background-size: 100%;
}

.fwbg .fw{
  margin: 0 auto;
  padding-top: 0.85rem;
}

.fwbg .fw .fwbox{
  margin: 0.55rem auto 0.5rem auto;
}

.fwbg .fw .fwbox>ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}


.fwbg .fw .fwbox>ul>li{
  width: 31%;
  height: 4.4rem;
  margin-right: 3.5%;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 40px  rgba(172, 157, 180, 0.3);
  position: relative;
}

.fwbg .fw .fwbox>ul>li .fw_t{
  height: 1.18rem;

}

.fwbg .fw .fwbox>ul>li .fw_t a{
  display: block;
  padding-left: 0.5rem;
  padding-top: 0.27rem;
}

.fwbg .fw .fwbox>ul>li .fw_t h5{
  font-size: 0.28rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}

.fwbg .fw .fwbox>ul>li .fw_t i{
  display: block;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: "zihunbiantaoti";
}


.fwbg .fw .fwbox>ul>li .nr{
  margin: 0 auto;
  padding-top: 0.3rem;
  width: 87%;
}

.fwbg .fw .fwbox>ul>li .nr ul li{
  width: 100%;
  height: 0.52rem;
  line-height: 0.52rem;
  border-bottom: 1px dashed rgba(209, 209, 209, 1);
}

.fwbg .fw .fwbox>ul>li .nr ul li a{
  align-items: center;
  display: flex;
  justify-content: left;
  width: 100%;
}

.fwbg .fw .fwbox>ul>li .nr ul li img{
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  margin-left: 0.15rem;

}

.fwbg .fw .fwbox>ul>li .nr ul li em{
  display: inline-block;
  width: 0.25rem;
  height: 1px;
  background: rgba(111, 85, 113, 0.5);
  margin: 0 0.25rem;
}

.fwbg .fw .fwbox>ul>li .nr ul li h5{
  width: calc((100% - 1.05rem));
  font-size: 0.2rem;
  color: rgba(59, 72, 90, 1);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fwbg .fw .fwbox>ul>li .nr .more{
  position: absolute;
  right: 6%;
  bottom: 0.3rem;

}

.fwbg .fw .fwbox>ul>li .nr .more a{
  display: block;
  font-size: 0.16rem;
  color: rgba(47, 99, 232, 1);
  padding-left: 0.2rem;
  background: url(../images/fw_more1.png) no-repeat left center;
  background-size: 0.14rem 0.18rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.fwbg .fw .fwbox>ul>li:nth-child(1) .fw_t{
  background: url(../images/fw_t1.png) no-repeat top center;
  background-size: 100%;
}

.fwbg .fw .fwbox>ul>li:nth-child(2){
  margin-top: 0.5rem;
}

.fwbg .fw .fwbox>ul>li:nth-child(2) .fw_t{
  background: url(../images/fw_t2.png) no-repeat top center;
  background-size: 100%;
}

.fwbg .fw .fwbox>ul>li:nth-child(2) .nr .more a{
  color: rgba(157, 69, 204, 1);
  background: url(../images/fw_more2.png) no-repeat left center;
  background-size: 0.14rem 0.18rem;
}


.fwbg .fw .fwbox>ul>li:last-child{
  margin-right: 0;
}

.fwbg .fw .fwbox>ul>li:nth-child(3) .fw_t{
  background: url(../images/fw_t3.png) no-repeat top center;
  background-size: 100%;
}

.fwbg .fw .fwbox>ul>li:nth-child(3) .nr .more a{
  color: rgba(193, 118, 36, 1);
  background: url(../images/fw_more3.png) no-repeat left center;
  background-size: 0.14rem 0.18rem;
}

/* Guide */



.Guidebg{
  margin: 0 auto;
  background: url(../images/Guidebg.jpg) no-repeat top center;
  background-size: 100%;
  padding-bottom: 1rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.Guidebg .Guide{
  margin: 0 auto;
  padding-top: 0.8rem;
}


.Guidebg .Guide .titlecon{
  position: relative;
}


.Guidebg .Guide .title span{
  color: #fff;
  opacity: 0.3;

}

.Guidebg .Guide .title h3 a{
  color: rgba(255, 255, 255, 1);
}

.Guidebg .Guide .title h3::before {

  background: url(../images/title4.png) no-repeat center;
  background-size: 100% 100%;

}

.Guidebg .Guide .title h3::after {

  background: url(../images/title3.png) no-repeat center;
  background-size: 100% 100%;

}


.Guidebg .Guide .titlemore{
  position: absolute;
  top: 0.4rem;
  right: 0;
  z-index: 5;

}

.Guidebg .Guide .titlemore a{
  display: block;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 1);
    padding-left: 0.2rem;
    background: url(../images/more1.png) no-repeat left center;
    background-size: 0.14rem 0.18rem;
}


@supports (-webkit-background-clip: text) or (background-clip: text) {

  .Guidebg .Guide .title span {

    background: -webkit-linear-gradient(

      to bottom,
  
      rgba(255, 255, 255, 1) 0%,
  
      rgba(255, 255, 255, 0) 100%
  
    );
  
    background: linear-gradient(

      to bottom,
  
      rgba(255, 255, 255, 1) 0%,
  
      rgba(255, 255, 255, 0) 100%
  
    );
  
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* 确保文本颜色透明 */
    opacity: 0.3;

  }

}



.Guidebg .Guide .Guidebox{
  margin: 0.8rem auto 0 auto;
}

.Guidebg .Guide .Guidebox dl{
  float: left;
  width: 22.3%;
  margin-right: 2.3%;
  min-height: 3.8rem;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 40px  rgba(172, 157, 180, 0.3);
}

.Guidebg .Guide .Guidebox dl:first-child{
  width: 26.1%;
}

.Guidebg .Guide .Guidebox dl dt{
  margin-bottom: 0.1rem;
  padding: 0 0.45rem;
  height: 1.03rem;
  line-height: 1.03rem;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(90deg, rgba(109, 160, 248, 0.2) 0%, rgba(78, 124, 246, 0.2) 100%);
}

.Guidebg .Guide .Guidebox dl dt h5{
  font-size: 0.32rem;
  font-weight: normal;
  color: rgba(21, 57, 141, 1);
  font-family: "PingFangSCbold";
}

.Guidebg .Guide .Guidebox dl dd{
  width: 72%;
  height: 0.78rem;
  line-height: 0.78rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  position: relative;
  z-index: 5;

}

.Guidebg .Guide .Guidebox dl dd::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 0px;
  height: 1px;
  background: rgba(140, 32, 114, 0.7);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Guidebg .Guide .Guidebox dl dd a{
  display: block;
}

.Guidebg .Guide .Guidebox dl dd h5{
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 80%;
}

.Guidebg .Guide .Guidebox dl dd i{
  display: block;
  background: url(../images/more2.png) no-repeat center;
  background-size: 100%;
  width: 0.06rem;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.Guidebg .Guide .Guidebox dl:nth-child(1) dt{
  padding: 0 0.35rem;

}

.Guidebg .Guide .Guidebox dl:nth-child(1) dd{
  float: left;
  width: 36%;
  margin: 0 6% 0 7%;

}

.Guidebg .Guide .Guidebox dl:nth-child(2) dt{
  background: linear-gradient(270deg, rgba(186, 95, 197, 0.2) 0%, rgba(157, 121, 239, 0.2) 100%);
}

.Guidebg .Guide .Guidebox dl:nth-child(2) dt h5{
  color: rgba(92, 19, 115, 1);
}

.Guidebg .Guide .Guidebox dl:nth-child(3) dt{
  background: linear-gradient(90deg, rgba(236, 193, 146, 0.2) 0%, rgba(218, 168, 112, 0.2) 100%);
}

.Guidebg .Guide .Guidebox dl:nth-child(3) dt h5{
  color: rgba(138, 86, 35, 1);
}

.Guidebg .Guide .Guidebox dl:last-child{
  margin-right: 0;
}

.Guidebg .Guide .Guidebox dl:last-child dt{
  background: linear-gradient(90deg, rgba(129, 209, 175, 0.2) 0%, rgba(96, 170, 139, 0.2) 100%);
}

.Guidebg .Guide .Guidebox dl:last-child dt h5{
  color: rgba(47, 66, 57, 1);
}


@keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}




@media(min-width: 1024px){

  .bannerbg .hotfwbg .hotfw .hotfw_r a:hover{
    color: rgba(217, 188, 146, 1);
  }

  .More:hover{
    background: rgba(115, 32, 124, 1);


  }
  
  
  .More:hover a i{

    color: rgba(255, 255, 255, 1);
    background: url(../images/more3_3.png) no-repeat right center;
    background-size: 0.26rem 0.15rem;

  }

  .electronicbg .electronic .productMenu .swiper-slide:hover::after {
    width: 100%;
}


  .electronicbg .electronic .productMenu .swiper-slide:hover a{
    color: #fff;
  }

  .newsbg .news .news_l .newsshow ul li:hover .pic img{
    transform: scale(1.1);
  }

  .newsbg .news .news_l .newslist ul li:hover em{
    width: 0.6rem;

  }

  .newsbg .news .news_l .newslist ul li:hover h5{
    color: rgba(157, 69, 204, 1);
  }

  .newsbg .news .news_r .newsbox ul li:hover .time span{
    color: rgba(157, 69, 204, 1);
  }

  .newsbg .news .news_r .newsbox ul li:hover .time i{
    color: rgba(157, 69, 204, 1);
  }

  .newsbg .news .news_r .newsbox ul li:hover .txt{
    color: rgba(115, 32, 124, 1);
  }

  .fwbg .fw .fwbox>ul>li .nr ul li:hover h5{
    color: rgba(115, 32, 124, 1);
  }

  .fwbg .fw .fwbox>ul>li .nr .more:hover a{
    transform: translateX(0.1rem);
  }

  .fwbg .fw .fwbox>ul>li .nr ul li:hover img {
    animation: beat 0.5s 1;
}

.Guidebg .Guide .Guidebox dl dd:hover::after{
  width: 100%;

}

.Guidebg .Guide .Guidebox dl dd:hover h5{
  color: rgba(115, 32, 124, 1);

}

.electronicbg .electronic .electronicMCenter .swiper-slide ul li:hover .pic img{
  transform: scale(1.1);
}


.bannerbg .soubg .soubox:hover{

  background: rgba(242, 243, 249, 1);

}

.sou .searchbox .inputtips p a:hover{
  color: rgba(115, 32, 124, 1);

}


}




@media(max-width: 1024px){

  .bannerbg .hotfwbg {
    position: relative;
    height: auto;
    margin: 0rem auto 0 auto;
    background: #f2f2ff;
    padding-bottom: 0.3rem;
}

.bannerbg .hotfwbg .hotfw .hotfw_t{
  width: 100%;
  height: 0.58rem;
  margin: 0 auto;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bannerbg .hotfwbg .hotfw .hotfw_t h5 {
  font-size: 0.32rem;
  color: rgba(51, 51, 51, 1);
  float: left;
}

.bannerbg .hotfwbg .hotfw .hotfw_t .more {
  float: right;
  font-size: 0.24rem;
  padding-left: 0.4rem;
  background: url(../images/more4.png) no-repeat left center;
  background-size: 0.28rem 0.36rem;
  margin-top: 0;
}

.bannerbg .hotfwbg .hotfw .hotfw_r {
  width: calc((100% - 0rem));
  margin: 0.25rem auto 0 auto;
}

.bannerbg .hotfwbg .hotfw .hotfw_r a{
  display: inline-block;
  margin: 0 0.55rem 0 0rem;
  font-size: 0.28rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.32rem;
  margin-bottom: 0.15rem;
}



.bannerbg .soubg{
  position: relative;
  top: 0rem;
  background: rgba(242, 243, 249, 0.95);
}


.bannerbg .soubg .soubox{
  height: auto;
  background: rgba(242, 243, 249, 0);
  padding-bottom: 0.3rem;

}



.bannerbg .soubg .soubox .sou{
  width: 100%;

}



.bannerbg .soubg .soubox .sou .sou_list ul li{
  font-size: 0.28rem;
}



.bannerbg .soubg .soubox .sou .sou_list ul li.on{
  font-size: 0.28rem;
}


.soubg .sou .searchbox{
  padding: 0.6rem 0rem 0 0rem;
}



.soubg .sou .searchbox ul li .gjc .search{
  height: 0.7rem;
}

.soubg .sou .searchbox ul li .gjc .search .search_fl{
  height: 0.7rem;
  width: 2rem;


}

.soubg .sou .searchbox ul li .gjc .search .search_fl select{
  width: 2rem;
  height: 0.7rem;
  padding: 0 0.25rem;
  font-size: 0.26rem;
  background-size: 0.21rem 0.12rem;
}


.soubg .sou .searchbox ul li .gjc .search .searchInp{
  font-size: 0.26rem;
  width: 49%;
  height: 0.7rem;

}

.soubg .sou .searchbox ul li .gjc .search .submitBtn{
  height: 0.7rem;
  font-size: 0.26rem;
  padding-left: 0.4rem;
}


.soubg .sou .searchbox ul li .gjc .search-tabs{
  margin: 0.35rem 0 0 0rem;
}

.soubg .sou .searchbox ul li .gjc  .tab-option{
  font-size: 0.26rem;
  line-height: 0.54rem;
  padding: 0 0.3rem 0 0.45rem;
  margin-bottom: 0.2rem;

}



.bannerbg .soubg .soubox .timebox{
  width: 100%;
  margin: 0.3rem auto 0 auto;
  background: rgba(255, 255, 255, 0.6) ;
}


.bannerbg .soubg .soubox .timebox ul{
  width: 80%;
  padding-top: 0.15rem;
}

.bannerbg .soubg .soubox .timebox ul li{
  padding: 0.2rem 0;
}



.bannerbg .soubg .soubox .timebox ul li .time{
  font-size: 0.28rem;

}

.bannerbg .soubg .soubox .timebox ul li .nr1{
  font-size: 0.24rem;
}

.bannerbg .soubg .soubox .timebox ul li .nr2{
  font-size: 0.24rem;

}



.title span{
  font-size: 0.4rem;


}

.title h3{
  font-size: 0.36rem;
  margin-top: -0.25rem;
}

.title h3 a{
  font-size: 0.36rem;
}


.title h3::before {

  top: 0.05rem;

}

.title h3::after {
  top: 0.05rem;
}




/* electronic */

.electronicbg{
  padding-bottom: 0.5rem;
  padding-top: 0.6rem;
}


.electronicbg .electronic .productMenu{
  margin: 0.5rem auto 0 auto;

}




.electronicbg .electronic .productMenu .swiper-slide a{
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.26rem;
  padding: 0px 0rem ;
  width: 99%;
  margin: 0 auto;
}



.electronicbg .electronic .electronicMCenter{
  margin: 0.4rem -0.1rem 0 -0.1rem;
} 

.electronicbg .electronic .electronicMCenter .swiper-container{
  padding: 0.2rem 0;
}



.electronicbg .electronic .electronicMCenter .swiper-slide ul li{
  width: 30%;
  margin: 0 1.8% 0.25rem 1.8%;


}

.electronicbg .electronic .electronicMCenter .swiper-slide ul li:nth-child(5n){
  margin: 0 1.8% 0.25rem 1.8%;
}

.electronicbg .electronic .electronicMCenter .swiper-slide ul li:nth-child(3n){
  margin-right: 0;
}


.electronicbg .electronic .electronicMCenter .swiper-slide ul li .pic {

  height: auto;
  padding-top: 43%;

}


.electronicbg .electronic .electronicMCenter .swiper-slide ul li .txt{
  line-height: 0.8rem;
  font-size: 0.28rem;

}

.More{
  width: 2.4rem;
  height: 0.62rem;
  line-height: 0.62rem;

}



.More a i{
  font-size: 0.24rem;
  background: url(../images/more3.png) no-repeat right center;
  background-size: 0.39rem 0.22rem;

}


/* news */

.newsbg{

  padding-bottom: 0.5rem;
  overflow: hidden;
}

.newsbg .news{
  padding-top: 0.7rem;

}

.newsbg .news .news_l{
  width: 100%;

}


.newsbg .news .news_l .titlemore{
  margin-top: 0.3rem;

} 


.newsbg .news .news_l .titlemore a{
  font-size: 0.24rem;
  padding-left: 0.4rem;
  background: url(../images/more1.png) no-repeat left center;
  background-size: 0.28rem 0.36rem;
}

.newsbg .news .news_l .newsshow{
  margin-top: 0.5rem;

}


.newsbg .news .news_l .newsshow ul li{
  width: 100%;
  margin-bottom: 0.3rem;


}

.newsbg .news .news_l .newsshow ul li .pic{
  height: auto;
  padding-top: 56%;

}



.newsbg .news .news_l .newsshow ul li .txt h5{

  bottom: 0.25rem;
  font-size: 0.28rem;

}

.newsbg .news .news_l .newslist{
  margin-top: 0.1rem;
  
}


.newsbg .news .news_l .newslist ul li{

  width: 100%;
  height: auto;
  padding: 0 0.15rem 0.4rem 0.25rem;
  margin-bottom: 0.25rem;
}


.newsbg .news .news_l .newslist ul li .time{

  font-size: 0.26rem;
  padding-top: 0.4rem;
}

.newsbg .news .news_l .newslist ul li em{
  width: 0.51rem;
}

.newsbg .news .news_l .newslist ul li h5{
  font-size: 0.28rem;
  line-height: 0.4rem;
  height: 0.8rem;

}

.newsbg .news .news_l .newslist ul li p{
  font-size: 0.24rem;
  margin-top: 0.18rem;
}



.newsbg .news .news_r{
  height: auto;
  margin-top: 0.25rem;
  padding-bottom: 5px;
  width: 100%;
}

.newsbg .news .news_r .news_r_cont{
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 0.25rem 0.35rem 0.5rem 0.35rem;
}



.newsbg .news .news_r .news_r_cont .news_t h3{
  font-size: 0.36rem;
}


.newsbg .news .news_r .news_r_cont .news_t .titlemore a{
  font-size: 0.24rem;
  padding-left: 0.4rem;
  background: url(../images/more.png) no-repeat left center;
  background-size: 0.28rem 0.36rem;
}



.newsbg .news .news_r .newsbox ul li{

  height: 1.4rem;

}

.newsbg .news .news_r .newsbox ul li .time{
  width: 1.4rem;
}

.newsbg .news .news_r .newsbox ul li .time span{
  font-size: 0.3rem;

}

.newsbg .news .news_r .newsbox ul li .time i{
  font-size: 0.24rem;
}

.newsbg .news .news_r .newsbox ul li .txt{
  width: calc((100% - 1.5rem));
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;

} 
.newsbg .news .news_r .newsbox ul li .txt i{
  font-size: 0.24rem;
  line-height: 0.45rem;
}




/* fw */

.fwbg{

  padding-bottom: 0.7rem;

}

.fwbg::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.39rem;
  height: 2.29rem;
  background:  url(../images/fw_ico.png) no-repeat top center;
  background-size: 100%;
}

.fwbg .fw{

  padding-top: 0.5rem;
}

.fwbg .fw .fwbox{
  margin: 0.4rem auto 0.5rem auto;
}




.fwbg .fw .fwbox>ul>li{
  width: 100%;
  margin-right: 0%;
  margin-bottom: 0.3rem;
  height: auto;
  padding-bottom: 1.5rem;
}

.fwbg .fw .fwbox>ul>li .fw_t{
  height: 1.18rem;

}

.fwbg .fw .fwbox>ul>li .fw_t a{
  display: block;
  padding-left: 0.5rem;
  padding-top: 0.2rem;
}

.fwbg .fw .fwbox>ul>li .fw_t h5{
  font-size: 0.3rem;

}

.fwbg .fw .fwbox>ul>li .fw_t i{
  font-size: 0.24rem;

}


.fwbg .fw .fwbox>ul>li .nr ul li{
  height: 0.82rem;
  line-height: 0.82rem;

}



.fwbg .fw .fwbox>ul>li .nr ul li img{
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.15rem;

}

.fwbg .fw .fwbox>ul>li .nr ul li em{

  width: 0.35rem;

}

.fwbg .fw .fwbox>ul>li .nr ul li h5{
  width: calc((100% - 1.05rem));
  font-size: 0.28rem;

}

.fwbg .fw .fwbox>ul>li .nr .more{
  position: absolute;
  right: 6%;
  bottom: 0.3rem;

}

.fwbg .fw .fwbox>ul>li .nr .more a{
  font-size: 0.26rem;
  padding-left: 0.4rem;
  background: url(../images/fw_more1.png) no-repeat left center;
  background-size: 0.28rem 0.36rem;

}



.fwbg .fw .fwbox>ul>li:nth-child(2){
  margin-top: 0rem;
}


.fwbg .fw .fwbox>ul>li:nth-child(2) .nr .more a{

  background: url(../images/fw_more2.png) no-repeat left center;
  background-size: 0.28rem 0.36rem;
}




.fwbg .fw .fwbox>ul>li:nth-child(3) .nr .more a{

  background: url(../images/fw_more3.png) no-repeat left center;
  background-size: 0.28rem 0.36rem;
}






.Guidebg{
  background: url(../images/Guidebg.jpg) no-repeat top center;
  background-size: 100%;
  padding-bottom: 0.5rem;

}

.Guidebg .Guide{
  margin: 0 auto;
  padding-top: 0.3rem;
}




.Guidebg .Guide .titlemore{
  position: absolute;
  top: 0.3rem;
  display: none;


}

.Guidebg .Guide .titlemore a{
    font-size: 0.26rem;

    padding-left: 0.3rem;
    background: url(../images/more1.png) no-repeat left center;
    background-size: 0.28rem 0.36rem;
}




.Guidebg .Guide .Guidebox{
  margin: 0.7rem auto 0 auto;
}

.Guidebg .Guide .Guidebox dl{
  float: none;
  width: 100%;
  min-height: 4rem;
  margin-right: 0%;
  margin-bottom: 0.4rem;
  border-radius: 10px ;
}

.Guidebg .Guide .Guidebox dl:first-child{
  width: 100%;
}



.Guidebg .Guide .Guidebox dl dd{
  width: 78%;

}



.Guidebg .Guide .Guidebox dl dd h5{
  font-size: 0.28rem;
 
}

.Guidebg .Guide .Guidebox dl dd i{
  width: 0.12rem;
  height: 0.2rem;

}



.Guidebg .Guide .Guidebox dl:nth-child(1) dd{
  float: left;
  width: 38%;
  margin: 0 5% 0 6%;

}





}



@media (max-width: 768px){

  .electronicbg .electronic .electronicMCenter .swiper-slide ul li {
    width: 46%;
    margin: 0 2% 0.25rem 2%;
}
  .electronicbg .electronic .electronicMCenter .swiper-slide ul li:nth-child(3n) {
    margin: 0 2% 0.25rem 2%;
}

.electronicbg .electronic .electronicMCenter .swiper-slide ul li:nth-child(2n) {
  margin-right: 0;
}

}

.custom-select {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.select-selected {
  width: 1.7rem;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.25rem;
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/downico.png");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 0.14rem 0.08rem;
  position: relative;
}

.searchbox .arrow {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);

  transition: transform 0.3s;
}



.select-items {
  position: absolute;
  top: 102%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 2rem;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

.custom-select.open .select-items {
  display: block;
}

.select-item {
  padding: 0rem 0.1rem;
  color: #333;
  border-bottom: 1px solid #EEE;
  transition: background 0.2s;
  font-size: 0.16rem;
  line-height: 0.39rem;
}

.select-item:last-child {
  border-bottom: none;
}

.select-item:hover {
  background-color: #f5f8fe;
}

.select-item.selected {
  color: #3D82F2;
  background: #fff;
}


@media (max-width: 1024px){
  .select-selected {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;

    font-size: 0.24rem;
    background-image: url(../images/downico.png);
    background-repeat: no-repeat;
    background-position: right 0.2rem center;
    background-size: 0.21rem 0.12rem;

}

.select-item {
  font-size: 0.24rem;
  line-height: 0.49rem;
}

.bannerbg .soubg .soubox .timebox {

  margin: 0.2rem auto 0 auto;

}

.soubg .sou .searchbox .inputtips{
  margin: 0.3rem 0 0 0;
}

.soubg .sou .searchbox .inputtips p{
  font-size: 0.3rem;

}

.soubg .sou .searchbox .inputtips p a{

  font-size: 0.3rem;
  margin-right: 0.4rem;
}
.soubg .sou .searchbox ul li .gjc .tab-option a{display: block; padding: 0 0.1rem 0 0rem;}

}
.select-item a{display: block;width: 100%;height: 100%}