.head-img {
  width: 100%;
  height: 20.5rem;
  display: flex;
  margin: 0 auto;
}
.head-title {
  width: 28.92rem;
  display: flex;
  margin: 1.5rem auto 3.5rem;
}
.swiper {
  width: 28.92rem;
  height: 27.67rem;
  position: relative;
}
.swiper .section_2 {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper .section_2 .img {
  width: 26.92rem;
  height: 17.08rem;
}
.swiper .section_2 > .text-wrapper_8 {
  width: 100%;

}
.swiper .section_2 > .text-wrapper_8 > .text_19 {
  width: 100%;
  height: 3.8rem;
  color: #103646;
  font-size: 1.42rem;
  font-weight: bold;
  display: block;
  margin: 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper .swiper-slide{
  background-color: #E8E8E8;
  padding:1rem;
}
.swiper .tt{
  color:#103646;
  font-size:.83rem;
}
.swiper .dots{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom:1rem;
  z-index: 2;

}
.swiper .dots .dot{
  width:1.17rem;
  height: .25rem;
  background-color: #103646;
  margin:0 .42rem;
}
.swiper .dots .active{
  background-color: #02C1FB;
}

.intro {
  width: 29.3rem;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.intro .txt1 {
  width:100%;
  font-size: 1.42rem;
  color: #fff;
  font-weight: bold;
  margin: 1.5rem 0;
}
.intro .txt2 {
  color: #fff;
  font-size: 1rem;
  line-height:2.33rem;
  margin-bottom: 1.67rem;
}

.news_img {
  width: 29.5rem;
  height: 16.75rem;
  margin-left: 1.17rem;
  position: relative;
}

.news_img img {
  width: 100%;
  height: 100%;
}  
.news_img p {
  width: 100%;
  height: 4.92rem;
  padding: .75rem .67rem;
  font-size: 11px;
  font-weight: 900;
  position: absolute;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  bottom: 0;
}


.box-list{
  margin:0 auto;
  width:29.5rem;
  /* background-color: pink; */
}
.box-list-1,.box-list-0 {
  width:100%;
}
.box-list-0 {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.box-list-0 a {
  width: 14.17rem;
  height: 13.75rem;
}
.box-list-0 .item-top > .item-img {
  width: 14.17rem;
  height: 8.5rem;
}
.box-list-0 .item-top .name {
  width: 14.17rem;
  height: 5.25rem;
}
.box-list-0 .item-top {
  /* display: flex; */
  /* width:100%; */
  margin-bottom: 1.42rem; 
  position: relative;
}
/* .test img {
  width: 17.75rem;
  height: 10rem;
} */
.box-list-1 .item-top {
  display: flex;
  width:100%;
  margin-bottom: 1.42rem; 
  position: relative;
}
.item-top img {
  width: 17.75rem;
  height: 10rem;
}

.item-top .name {
  display: flex;
  width: 11.83rem;
  height: 10rem;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  background-color: #000;
  padding-top: 0.83rem;
}
.item-top .desc {
  color: #fff;
  font-size: 0.83rem;
  height: 6.08rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5rem;
  font-weight: bold;
}
.item-top .desc2 {
  color: #fff;
  font-size: 0.83rem;
  width: 100%;
  display: flex;
  justify-content: end;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5rem;
  font-weight: bold;
}
.item-top .desc3 {
  color: #fff;
  font-size: 0.83rem;
  width: 100%;
  display: flex;
  justify-content: end;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5rem;
  font-weight: 300;
}

.item-top .btn-detail {
  width: 5.33rem;
  height: 1.83rem;
  line-height: 1.83rem;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  position: absolute;
  right: .67rem;
  bottom: .92rem;
  background-color: #153A50;;
}

.box-type {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-type > a {
  display: flex;
  margin-bottom: 1.83rem;
}
.box-type img {
  width: 29.33rem;
  height: 10.17rem;
}
.scroll-list1 {
  width: 100%;
  padding: 1.67rem;
}
.scroll-list1 > .txts {
  height: 3rem;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}
.scroll-list1 > .txts .item-txt {
  padding: 0 20px;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  color: #78331B;
  margin-right: 1.83rem;
  display: flex;
  font-size: 1.42rem;
}
.scroll-list1 > .txts .active {
  color: #000;
}
