@charset "UTF-8";
.bannerwrap {
  position: relative;
  width: 100vw;
  height: 8rem;
  overflow: hidden;
}

.bannerwrap .bannerswiper .box img {
  width: 100%;
  height: auto;
}

.bannerwrap .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0.5rem;
  left: 8rem;
}

.bannerwrap .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
  background-color: #fff;
  opacity: 0.6;
  margin: 0rem .1rem;
}

.bannerwrap .swiper-pagination-bullet-active {
  background-color: #1a4998;
  width: 0.2rem;
  height: 0.2rem;
  opacity: 1;
}

/*index*/
.index {
  /*第一块*/
}

.index .titles {
  margin-bottom: .5rem;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index .titles .titext p:nth-child(1) {
  font-weight: bold;
  font-size: .6rem;
  color: #200f36;
  text-transform: uppercase;
  font-family: Arial !important;
}

.index .titles .titext p:nth-child(2) {
  font-weight: 400;
  font-size: .3rem;
  color: #200f36;
}

.index .more {
  font-size: .16rem;
  color: #333333;
}

.index .more img {
  width: .27rem;
  height: .27rem;
}

.index .more:hover a {
  color: #6A2686;
}

.index .one {
  padding-top: .73rem;
  position: relative;
  width: 100%;
}

.index .one .onecont {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  z-index: 999;
}

.index .one .onecont .onel {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  /* Flexbox右对齐 */
  align-items: flex-end;
  /* Flexbox底部对齐 */
}

.index .one .onecont .onel ul li {
  margin-bottom: .2rem;
}

.index .one .onecont .onel ul li a {
  font-size: .18rem;
}

.index .one .onecont .oner {
  width: 80%;
  padding: 0rem .4rem;
  position: relative;
  margin-left: 1rem;
}

.index .one .onecont .oner .onecontent {
  display: flex;
  justify-content: flex-end;
  /* Flexbox右对齐 */
  position: relative;
  z-index: 99;
}

.index .one .onecont .oner .onecontent .lunbo {
  width: 100%;
  margin-top: -.5rem;
}

.index .one .onecont .oner .onecontent .lunbo .oneswiper .box .img {
  width: 12rem;
  height: 5.68rem;
  overflow: hidden;
}

.index .one .onecont .oner .onecontent .lunbo .oneswiper .box .img img {
  width: 100%;
  transition: transform 2s ease;
}

.index .one .onecont .oner .onecontent .lunbo .oneswiper .box .img:hover img {
  transform: scale(1.1);
}

.index .one .onecont .oner .onecontent .lunbo .oneswiper .box .texts {
  padding: .3rem 0rem;
}

.index .one .onecont .oner .onecontent .lunbo .oneswiper .box .texts a {
  color: #fff;
  font-size: .3rem;
}

.index .one .onecont .oner .onecontent .lunbo .tbtn {
  position: absolute;
  bottom: .5rem;
  right: 1rem;
  width: 18%;
}

.index .one .onecont .oner .onecontent .lunbo .tbtn .swiper-button-next,
.index .one .onecont .oner .onecontent .lunbo .tbtn .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: .47rem;
  height: .47rem;
  margin-top: -.22rem;
  z-index: 10;
  cursor: pointer;
  background-size: .47rem .47rem;
  background-position: center;
  background-repeat: no-repeat;
}

.index .one .onecont .oner .onecontent .lunbo .tbtn .swiper-button-prev,
.index .one .onecont .oner .onecontent .lunbo .tbtn .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/index/3.png);
  background-size: .47rem .47rem;
  left: 1rem;
  right: auto;
}

.index .one .onecont .oner .onecontent .lunbo .tbtn .swiper-button-next,
.index .one .onecont .oner .onecontent .lunbo .tbtn .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/index/4.png);
  background-size: .47rem .47rem;
  right: 0rem;
  left: auto;
}

.index .one .onecont .oner .oneimg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5.18rem;
  height: 4.87rem;
}

.index .one .onecont .oner .oneimg img {
  width: 100%;
}

.index .two {
  width: 100%;
  padding-top: .73rem;
  position: relative;
}

.index .two ul {
  display: flex;
  justify-content: space-between;
}

.index .two ul li {
  width: 24%;
  position: relative;
}

.index .two ul li:hover .ditu .tt {
  display: none;
}

.index .two ul li:hover .ttext {
  display: block;
}

.index .two ul li .ditu {
  position: relative;
}

.index .two ul li .ditu img {
  width: 100%;
  height: auto;
}

.index .two ul li .ditu .tt {
  color: #fff;
  position: absolute;
  left: .5rem;
  bottom: .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index .two ul li .ditu .tt .yuan {
  width: .52rem;
  height: .52rem;
  border-radius: 50%;
  border: 0.01rem dashed #fff;
}

.index .two ul li .ditu .tt p {
  margin-top: .2rem;
  font-size: .3rem;
  writing-mode: vertical-rl;
  /* 竖排模式 */
  text-orientation: mixed;
  /* 文字方向 */
}

.index .two ul li .ttext {
  display: none;
  background-color: rgba(12, 56, 142, 0.6);
  padding: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.index .two ul li .ttext .tt {
  margin-top: .1rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index .two ul li .ttext .tt .yuan {
  width: .52rem;
  height: .52rem;
  border-radius: 50%;
  border: 0.01rem dashed #fff;
}

.index .two ul li .ttext .tt p {
  margin-top: .2rem;
  font-size: .26rem;
  writing-mode: vertical-rl;
  /* 竖排模式 */
  text-orientation: mixed;
  /* 文字方向 */
}

.index .two ul li .ttext .deil {
  margin-top: .5rem;
  color: #fff;
  font-size: .16rem;
  text-indent: .32rem;
  line-height: .32rem;
}

.index .three {
  padding-top: .73rem;
}

.index .three .thrcont .thtop {
  margin-bottom: -.5rem;
}

.index .three .thrcont .thtop ul li {
  display: none;
}

.index .three .thrcont .thtop ul li .th-boxlist {
  display: flex;
  justify-content: space-between;
}

.index .three .thrcont .thtop ul li .th-boxlist .tl {
  width: 49%;
  height: 6rem;
  overflow: hidden;
}

.index .three .thrcont .thtop ul li .th-boxlist .tl img {
  width: 100%;
}

.index .three .thrcont .thtop ul li .th-boxlist .tr {
  width: 45%;
  position: relative;
}

.index .three .thrcont .thtop ul li .th-boxlist .tr .trimg {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 2.17rem;
}

.index .three .thrcont .thtop ul li .th-boxlist .tr .trimg img {
  width: 100%;
}

.index .three .thrcont .thtop ul li .th-boxlist .tr .trtit {
  margin-top: .2rem;
}

.index .three .thrcont .thtop ul li .th-boxlist .tr .trtit a {
  font-size: .36rem;
  color: #333;
  font-weight: bold;
}

.index .three .thrcont .thtop ul li .th-boxlist .tr .deli {
  margin: .8rem 0rem;
  font-size: .18rem;
  line-height: .32rem;
}

.index .three .thrcont .thtop ul li .th-boxlist .tr .trbtn {
  display: inline-block;
  margin-top: .5rem;
  background-color: #f29700;
  padding: .2rem .5rem;
  color: #fff;
}

.index .three .thrcont .thtop ul .actv {
  display: block;
}

.index .three .thrcont .thbtom {
  background: linear-gradient(to top, #1450a2, #5998ff);
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.001rem 0rem;
}

.index .three .thrcont .thbtom .threeswiper {
  position: relative;
}

.index .three .thrcont .thbtom .threeswiper .box {
  height: 100%;
  width: 100%;
  line-height: 1rem;
  font-size: .18rem;
  font-weight: bold;
  color: #fff;
  border-right: 0.01rem dashed #ffffff4b;
  text-align: center;
  cursor: pointer;
}

.index .three .thrcont .thbtom .threeswiper .active {
  background: url(../images/index/11.png) no-repeat center;
  background-size: 100% 100%;
}

.index .three .thrcont .thbtom .thbtn {
  position: absolute;
  bottom: .7rem;
  right: 1rem;
  width: 100%;
}

.index .three .thrcont .thbtom .thbtn .thswiper-button-next,
.index .three .thrcont .thbtom .thbtn .thswiper-button-prev {
  position: absolute;
  top: 50%;
  width: .22rem;
  height: .42rem;
  margin-top: -.22rem;
  z-index: 10;
  cursor: pointer;
  background-size: .22rem .42rem;
  background-position: center;
  background-repeat: no-repeat;
}

.index .three .thrcont .thbtom .thbtn .thswiper-button-prev,
.index .three .thrcont .thbtom .thbtn .thswiper-container-rtl .swiper-button-next {
  background-image: url(../images/index/15.png);
  background-size: .22rem .42rem;
  left: 1.3rem;
  bottom: auto;
}

.index .three .thrcont .thbtom .thbtn .thswiper-button-next,
.index .three .thrcont .thbtom .thbtn .thswiper-container-rtl .swiper-button-prev {
  background-image: url(../images/index/16.png);
  background-size: .22rem .42rem;
  right: -.55rem;
  bottom: auto;
}

.index .four {
  padding-top: .73rem;
}

.index .four .four-box {
  display: flex;
  justify-content: space-between;
}

.index .four .four-box .four-box-left {
  width: 45%;
  margin-top: 1rem;
}

.index .four .four-box .four-box-left p:nth-child(1) {
  font-size: .24rem;
  font-weight: bold;
}

.index .four .four-box .four-box-left p:nth-child(2) {
  font-size: .18rem;
  font-weight: bold;
  margin-top: .5rem;
  line-height: .32rem;
  font-weight: 500;
  color: #696969;
  text-align: justify;
}

.index .four .four-box .four-box-left .fourbtn {
  display: inline-block;
  margin-top: 1rem;
  background-color: #f29700;
  padding: .2rem .5rem;
  color: #fff;
}

.index .four .four-box .four-box-right {
  width: 50%;
}

.index .five {
  padding-top: .73rem;
}

.index .five .five-box .fiveswiper .swiper-slide {
  width: 20%;
}

.index .five .five-box .fiveswiper .swiper-slide .fivbox {
  width: 100%;
}

.index .five .five-box .fiveswiper .swiper-slide .fivbox .img {
  width: 100%;
  height: 1.32rem;
  overflow: hidden;
  border: 0.01rem solid #d3d3d3;
  border-radius: .08rem;
  padding: .2rem 0rem;
}

.index .five .five-box .fiveswiper .swiper-slide .fivbox .img img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.index .six {
  padding: .8rem 0rem;
}

.index .six .six-box {
  display: flex;
  justify-content: space-between;
}

.index .six .six-box .sixlist {
  width: 32%;
  border: 0.01rem solid #c9c9c9;
  padding: .4rem .5rem;
}

.index .six .six-box .sixlist .sixtit {
  border-bottom: 0.01rem solid #c9c9c9;
  padding-bottom: .2rem;
}

.index .six .six-box .sixlist .sixtit a {
  font-size: .18rem;
}

.index .six .six-box .sixlist .time {
  font-size: .18rem;
  color: #9b9b9b;
  margin-top: .1rem;
}

.index .six .six-box .sixlist .img {
  width: 100%;
  height: 2.7rem;
  overflow: hidden;
  margin: .2rem 0rem;
}

.index .six .six-box .sixlist .img img {
  width: 100%;
}

.index .six .six-box .sixlist .deti {
  font-size: .16rem;
  line-height: .32rem;
  color: #696969;
}

/*小屏幕*/
