@charset "utf-8";
@keyframes rotate-border {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.activestime {
  background-color: #4d96e5;
  border-radius: 20%;
  color: #fff !important;
}

.havetime {
  border-radius: 20%;
  color: #226ec0;
  border: .01rem dashed #226ec0;
}

.bannerwrap {
  position: relative;
  width: 100%;
  height: 9.2rem;
  overflow: hidden;
}

.bannerwrap .bannerswiper {
  width: 100%;
}

.bannerwrap .bannerswiper .box img {
  width: 100%;
  height: auto;
}

.bannerwrap .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 1rem;
  left: 8.8rem;
}

.bannerwrap .swiper-pagination-bullet {
  background: url(../images/index/bannav.png) no-repeat center;
  background-size: .3rem .3rem;
  width: .3rem;
  height: .3rem;
  opacity: 1;
  margin: 0rem .1rem;
}

.bannerwrap .swiper-pagination-bullet-active {
  background: url(../images/index/banakv.png) no-repeat center;
  background-size: .4rem .4rem;
  width: .3rem;
  height: .3rem;
}

.bannerwrap .swiper-button-next,
.bannerwrap .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: .91rem;
  height: .56rem;
  margin-top: -.22rem;
  z-index: 10;
  cursor: pointer;
  background-size: .91rem .56rem;
  background-position: center;
  background-repeat: no-repeat;
}

.bannerwrap .swiper-button-prev,
.bannerwrap .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/index/banl.png);
  left: 1rem;
  right: auto;
}

.bannerwrap .swiper-button-next,
.bannerwrap .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/index/banr.png);
  right: 1rem;
  left: auto;
}

/*index*/
.index {
  /*第一块*/
}

.index .quke {
  margin-top: -.73rem;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
}

.index .quke .q1 {
  display: block;
  width: 25%;
  text-align: center;
  line-height: .73rem;
  height: .73rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.08rem 0rem rgba(0, 0, 0, 0.13);
  font-size: .18rem;
}

.index .quke .q1:hover {
  background: #a23d96;
  border-top: 0.05rem solid #751b6b;
  color: #fff;
}

.index .titles {
  margin-bottom: .3rem;
  text-align: center;
  position: relative;
  z-index: 3;
  font-size: .36rem;
  font-weight: bold;
  color: #1660b8;
  width: 2.89rem;
}

.index .titles img {
  width: 2.89rem;
  height: .84rem;
}

.index .titles p {
  position: absolute;
  left: .75rem;
  top: .15rem;
}

.index .tips {
  width: .48rem;
  height: .22rem;
  background: #F4F4F4;
  border-radius: 0.02rem;
  text-align: center;
  line-height: .22rem;
  color: #5400B9;
}

@keyframes underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.index .more {
  font-size: .16rem;
  color: #333333;
}

.index .more:hover a {
  color: #6A2686;
}

.index .one {
  position: relative;
  background: url(../images/index/2.png) no-repeat center;
  background-size: 100% 7.43rem;
  padding-bottom: .8rem;
}

.index .one .onetit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .one .onetit .titles {
  text-align: center;
  margin-top: .8rem;
  margin-left: 40%;
}

.index .one .onebigbox .oneswiper .box {
  width: 5rem;
  position: relative;
}

.index .one .onebigbox .oneswiper .box .img {
  height: 3.4rem;
  overflow: hidden;
}

.index .one .onebigbox .oneswiper .box .img img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .one .onebigbox .oneswiper .box .img:hover img {
  transform: scale(1.1);
}

.index .one .onebigbox .oneswiper .box .bomtime {
  background: url(../images/index/4.png) no-repeat center;
  background-size: 2.57rem .56rem;
  width: 2.57rem;
  height: .5rem;
  z-index: 9999;
  font-size: .2rem;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #fff;
  line-height: .5rem;
  position: absolute;
  left: 0;
  top: 3.2rem;
}

.index .one .onebigbox .oneswiper .box .bomtime img {
  width: .27rem;
  height: .27rem;
  margin: 0rem .1rem;
  margin-left: .25rem;
}

.index .one .onebigbox .oneswiper .box .otex {
  padding-bottom: .3rem;
  padding-top: .6rem;
  border-bottom: 0.01rem solid #E5E5E5;
}

.index .one .onebigbox .oneswiper .box .otex a {
  font-size: .18rem;
}

.index .two {
  position: relative;
}

.index .two::after {
  content: '';
  background: url(../images/index/50.png) no-repeat center;
  background-size: 5.52rem 5.63rem;
  width: 5.52rem;
  height: 5.63rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.index .two::before {
  content: '';
  background: url(../images/index/5.png) no-repeat center;
  width: 3.31rem;
  height: 5.93rem;
  background-size: 3.31rem 5.93rem;
  position: absolute;
  right: 0;
  top: -0.2rem;
  z-index: -1;
}

.index .two .onetit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .two .twocont {
  display: flex;
  justify-content: space-between;
}

.index .two .twocont .twl {
  width: 65%;
}

.index .two .twocont .twl .tlcont {
  width: 100%;
  padding-bottom: .2rem;
  position: relative;
  display: flex;
}

.index .two .twocont .twl .tlcont > .l {
  width: 65%;
  position: relative;
}

.index .two .twocont .twl .tlcont > .l .twbox {
  width: 100%;
}

.index .two .twocont .twl .tlcont > .l .twbox .img {
  width: 100%;
  height: 3.84rem;
  overflow: hidden;
}

.index .two .twocont .twl .tlcont > .l .twbox .img img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .two .twocont .twl .tlcont > .l .twbox .img:hover img {
  transform: scale(1.1);
}

.index .two .twocont .twl .tlcont > .l .twbox .texts1 {
  background-color: #a50c25;
  padding: .2rem;
  color: #fff;
  display: flex;
}

.index .two .twocont .twl .tlcont > .l .twbox .texts1 .textl {
  width: 5rem;
}

.index .two .twocont .twl .tlcont > .l .twbox .texts1 .textl .twtit {
  font-size: .18rem;
  color: #fff;
}

.index .two .twocont .twl .tlcont > .l .twbox .texts1 .textl .twdec {
  font-size: .14rem;
  margin-top: .1rem;
  line-height: .26rem;
  opacity: .5;
}

.index .two .twocont .twl .tlcont > .l .twbox .texts1 .textr {
  width: 1rem;
  height: .9rem;
  background: #1660b8;
  margin-left: .5rem;
  margin-top: -.2rem;
  text-align: center;
  border-radius: 0 0 0 0.2rem;
}

.index .two .twocont .twl .tlcont > .l .twbox .texts1 .textr p:nth-child(1) {
  font-size: .36rem;
  font-family: Arial, Helvetica, sans-serif !important;
}

.index .two .twocont .twl .tlcont > .l .twbox .texts1 .textr p:nth-child(2) {
  font-size: .16rem;
  font-family: Arial, Helvetica, sans-serif !important;
}

.index .two .twocont .twl .tlcont > .l .tswiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.2rem;
  bottom: .16rem;
  z-index: 3;
}

.index .two .twocont .twl .tlcont > .l .swiper-pagination-bullet {
  width: .1rem;
  height: .1rem;
  background-color: #fff;
  opacity: .5;
  margin: 0rem .03rem;
}

.index .two .twocont .twl .tlcont > .l .swiper-pagination-bullet-active {
  width: .1rem;
  height: .1rem;
  background-color: #fff;
  opacity: 1;
}

.index .two .twocont .twl .tlcont > .r {
  width: 35%;
  background-color: #f3f9ff;
  padding: 0rem .3rem;
}

.index .two .twocont .twl .tlcont > .r ul li {
  border-bottom: 0.01rem solid #e5e5e5;
  padding-bottom: .2rem;
  margin: .2rem 0rem;
}

.index .two .twocont .twl .tlcont > .r ul li .time {
  font-size: .14rem;
  width: .97rem;
  height: .24rem;
  text-align: center;
  line-height: .24rem;
  color: #fff;
  background: linear-gradient(to right, #3678bf, #9f3f97);
  border-radius: 0.1rem 0 0.1rem 0;
}

.index .two .twocont .twl .tlcont > .r ul li a {
  font-size: .16rem;
  margin-top: .1rem;
}

.index .two .twocont .twr {
  width: 33%;
  position: relative;
}

.index .two .twocont .twr .trcont ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: .18rem;
}

.index .two .twocont .twr .trcont ul li .rtext {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  padding: .2rem .1rem;
}

.index .two .twocont .twr .trcont ul li .rtext:hover {
  background: linear-gradient(to right, #3678bf, #9f3f97);
}

.index .two .twocont .twr .trcont ul li .rtext:hover::after {
  background-color: #fff;
}

.index .two .twocont .twr .trcont ul li .rtext:hover a p:nth-child(1) {
  color: #fff;
}

.index .two .twocont .twr .trcont ul li .rtext:hover a p:nth-child(2) {
  color: #fff;
}

.index .two .twocont .twr .trcont ul li .rtext::after {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background-color: #1660b8;
  position: absolute;
  left: .18rem;
  top: .26rem;
}

.index .two .twocont .twr .trcont ul li .rtext a {
  display: block;
  margin-left: .3rem;
}

.index .two .twocont .twr .trcont ul li .rtext a p:nth-child(1) {
  font-size: .16rem;
  color: #333;
}

.index .two .twocont .twr .trcont ul li .rtext a p:nth-child(2) {
  font-size: .14rem;
  color: #666;
  margin-top: .05rem;
}

.index .three {
  position: relative;
}

.index .three .onetit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .three .onetit .titles {
  text-align: center;
  margin-top: .8rem;
  margin-left: 30%;
  width: 4.76rem;
}

.index .three .onetit .titles img {
  width: 4.76rem;
}

.index .three .three-main {
  display: flex;
  justify-content: space-between;
}

.index .three .three-main .three-main-left {
  width: 48%;
  position: relative;
}

.index .three .three-main .three-main-left .threeswiper .threebox {
  width: 100%;
  position: relative;
}

.index .three .three-main .three-main-left .threeswiper .threebox .pimg {
  height: 5rem;
  overflow: hidden;
}

.index .three .three-main .three-main-left .threeswiper .threebox .pimg img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .three .three-main .three-main-left .threeswiper .threebox .pimg:hover img {
  transform: scale(1.1);
}

.index .three .three-main .three-main-left .threeswiper .threebox .text {
  width: 100%;
  height: 1.17rem;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index .three .three-main .three-main-left .threeswiper .threebox .text .click {
  width: 1rem;
  margin-left: .2rem;
  position: relative;
}

.index .three .three-main .three-main-left .threeswiper .threebox .text .click img {
  width: 100%;
}

.index .three .three-main .three-main-left .threeswiper .threebox .text .click .tit {
  color: #fff;
  font-size: .14rem;
  position: absolute;
  left: 0.15rem;
  top: 0.01rem;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif !important;
}

.index .three .three-main .three-main-left .threeswiper .threebox .text .click .tit p:nth-child(1) {
  font-size: .26rem;
  color: #fff;
}

.index .three .three-main .three-main-left .threeswiper .threebox .text .click .tit p:nth-child(2) {
  font-size: .3rem;
  color: #fff;
  font-weight: bold;
}

.index .three .three-main .three-main-left .threeswiper .threebox .text .click .tit p:nth-child(3) {
  font-size: .14rem;
  color: #fff;
  opacity: 0.4;
}

.index .three .three-main .three-main-left .threeswiper .threebox .text .texts {
  width: 6rem;
  margin: .1rem .2rem;
}



.index .three .three-main .three-main-left .threeswiper .threebox .text .texts p a {
  font-size: .16rem;
  color: #fff;
  line-height: .28rem;
  font-weight: bold;
}

.index .three .three-main .three-main-left .threebtn {
  width: 100%;
  position: absolute;
  left: 0;
  top: 2.2rem;
}

.index .three .three-main .three-main-left .threebtn .thswiper-button-next,
.index .three .three-main .three-main-left .threebtn .thswiper-button-prev {
  position: absolute;
  top: 50%;
  width: .23rem;
  height: .39rem;
  margin-top: -.22rem;
  z-index: 10;
  cursor: pointer;
  background-size: .23rem .39rem;
  background-position: center;
  background-repeat: no-repeat;
}

.index .three .three-main .three-main-left .threebtn .thswiper-button-prev,
.index .three .three-main .three-main-left .threebtn .thswiper-container-rtl .swiper-button-next {
  background-image: url(../images/index/10.png);
  left: 1rem;
  right: auto;
}

.index .three .three-main .three-main-left .threebtn .thswiper-button-next,
.index .three .three-main .three-main-left .threebtn .thswiper-container-rtl .swiper-button-prev {
  background-image: url(../images/index/11.png);
  right: 1rem;
  left: auto;
}

.index .three .three-main .three-main-right {
  width: 48%;
}

.index .three .three-main .three-main-right ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: .2rem;
  margin: .2rem 0rem;
  position: relative;
  width: 100%;
}

.index .three .three-main .three-main-right ul li img {
  width: .37rem;
  height: .44rem;
}

.index .three .three-main .three-main-right ul li .text1 {
  width: 7rem;
}

.index .three .three-main .three-main-right ul li .text1 a {
  font-size: .16rem;
  font-weight: bold;
}

.index .three .three-main .three-main-right ul li .text1 p {
  font-size: .16rem;
  margin-top: .1rem;
}

.index .three .three-main .three-main-right ul .tactive {
  /* 创建倾斜背景层 */
  padding: .1rem .08rem;
}

.index .three .three-main .three-main-right ul .tactive::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 稍大一点防止露出空白 */
  height: 100%;
  background: linear-gradient(90deg, #3D79BB 0%, #A63A95 96%);
  box-shadow: 0rem 0rem 0.16rem 0rem rgba(18, 69, 125, 0.13);
  transform: skewX(-8deg);
  z-index: -1;
}

.index .three .three-main .three-main-right ul .tactive .text1 {
  color: #fff;
}

.index .three .three-main .three-main-right ul .tactive .text1 a {
  color: #fff;
}

.index .three .bimg {
  width: 4.67rem;
  height: 7.16rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

.index .three .bimg img {
  width: 100%;
}

.index .four {
  position: relative;
}

.index .four .fcont {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.index .four .fcont .onetit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .four .fcont .onetit p {
  color: #fff;
}

.index .four .fcont .onetit a {
  color: #fff;
}

.index .four .fcont .fl {
  width: 46%;
}

.index .four .fcont .fl .flconts .ftop {
  width: 100%;
  height: 2.16rem;
  position: relative;
}

.index .four .fcont .fl .flconts .ftop img {
  width: 100%;
}

.index .four .fcont .fl .flconts .ftop .fnum {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}

.index .four .fcont .fl .flconts .ftop .fnum .num {
  color: #fff;
  font-size: .16rem;
  text-align: center;
  margin: .6rem .6rem;
  margin-left: .7rem;
}

.index .four .fcont .fl .flconts .ftop .fnum .num .num1 {
  font-size: .48rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif !important;
}

.index .four .fcont .fl .flconts .midl {
  display: flex;
  justify-content: space-between;
  margin: .2rem 0rem;
}

.index .four .fcont .fl .flconts .midl .mimg {
  width: 2.38rem;
  height: 1.42rem;
  overflow: hidden;
  position: relative;
}

.index .four .fcont .fl .flconts .midl .mimg img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .four .fcont .fl .flconts .midl .mimg:hover img {
  transform: scale(1.1);
}

.index .four .fcont .fl .flconts .midl .mimg .text {
  width: 100%;
  height: .35rem;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  line-height: .35rem;
  background: linear-gradient(-90deg, #3377BE 0%, rgba(51, 119, 190, 0) 100%);
  color: #fff;
  padding-right: .1rem;
  font-size: .16rem;
}

.index .four .fcont .fl .flconts .btom {
  display: flex;
  justify-content: space-between;
  margin: .2rem 0rem;
}

.index .four .fcont .fl .flconts .btom .mimg {
  width: 3.6rem;
  height: 1.42rem;
  overflow: hidden;
  position: relative;
}

.index .four .fcont .fl .flconts .btom .mimg img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .four .fcont .fl .flconts .btom .mimg:hover img {
  transform: scale(1.1);
}

.index .four .fcont .fl .flconts .btom .mimg .text {
  width: 100%;
  height: .35rem;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  line-height: .35rem;
  background: linear-gradient(-90deg, #3377BE 0%, rgba(51, 119, 190, 0) 100%);
  color: #fff;
  padding-right: .1rem;
  font-size: .16rem;
}

.index .four .fcont .fr {
  margin-left: .2rem;
}

.index .four .fcont .fr .frcont2 {
  display: flex;
  align-items: flex-end;
}

.index .four .fcont .fr .frcont2 .frl {
  width: 4.42rem;
  background: url(../images/index/18.png) no-repeat center;
  background-size: 4.7rem 5.72rem;
  min-height: 5.2rem;
}

.index .four .fcont .fr .frcont2 .frl ul li {
  display: flex;
  padding: .2rem;
  border-bottom: 0.01rem dashed rgba(31, 65, 218, 0.5);
  position: relative;
}

.index .four .fcont .fr .frcont2 .frl ul li:hover {
  background: #e7f1ff;
}

.index .four .fcont .fr .frcont2 .frl ul li:hover .time p:nth-child(2) {
  color: #fff;
  background: #1660b8;
}

.index .four .fcont .fr .frcont2 .frl ul li::after {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background: #4783c5;
  border-radius: 50%;
  position: absolute;
  bottom: -0.05rem;
  left: 0;
}

.index .four .fcont .fr .frcont2 .frl ul li::before {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background: #4783c5;
  border-radius: 50%;
  position: absolute;
  bottom: -0.05rem;
  right: 0;
}

.index .four .fcont .fr .frcont2 .frl ul li .time {
  display: flex;
}

.index .four .fcont .fr .frcont2 .frl ul li .time p:nth-child(1) {
  writing-mode: vertical-rl;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: .16rem;
}

.index .four .fcont .fr .frcont2 .frl ul li .time p:nth-child(2) {
  font-size: .4rem;
  color: #4783c5;
  margin-left: .05rem;
  font-family: Arial, Helvetica, sans-serif !important;
  background: #fff;
  width: .59rem;
  height: .6rem;
  border-radius: 0.05rem;
  text-align: center;
}

.index .four .fcont .fr .frcont2 .frl ul li .texts {
  font-size: .16rem;
  line-height: .28rem;
  margin-left: .1rem;
}

.index .four .fcont .fr .frcont2 .frl ul li .texts:hover {
  font-weight: bold;
}

.index .four .fcont .fr .frcont2 .frr {
  width: 3.97rem;
  background: #fff;
}

.index .four .fcont .fr .frcont2 .frr .tipss {
  width: 100%;
  height: 1.12rem;
}

.index .four .fcont .fr .frcont2 .frr .calendar {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.index .four .fcont .fr .frcont2 .frr .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #4d96e5;
  color: #fff;
  padding: .3rem;
}

.index .four .fcont .fr .frcont2 .frr .header h2 {
  font-size: .26rem;
}

.index .four .fcont .fr .frcont2 .frr .header button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 0rem .1rem;
}

.index .four .fcont .fr .frcont2 .frr .days,
.index .four .fcont .fr .frcont2 .frr .dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  padding: 0rem;
  font-size: .16rem;
}

.index .four .fcont .fr .frcont2 .frr .days {
  margin-top: .3rem;
}

.index .four .fcont .fr .frcont2 .frr .days div {
  font-weight: bold;
}

.index .four .fcont .fr .frcont2 .frr .dates div {
  padding: .10rem .05rem;
  margin: 0.05rem;
  cursor: pointer;
  font-size: .16rem;
  font-family: Arial, Helvetica, sans-serif !important;
}

.index .four .fcont .fr .frcont2 .frr .dates div:hover {
  background-color: #f0f0f0;
}

.index .four .btoms {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: .5rem;
}

.index .four .btoms .mimg {
  width: 7.19rem;
  height: 2.37rem;
  overflow: hidden;
  position: relative;
}

.index .four .btoms .mimg img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .four .btoms .mimg:hover img {
  transform: scale(1.1);
}

.index .four .btoms .mimg .text {
  width: 100%;
  height: .6rem;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: left;
  line-height: .6rem;
  background: linear-gradient(90deg, #3377BE 0%, rgba(51, 119, 190, 0) 100%);
  color: #fff;
  padding-left: .2rem;
  font-size: .22rem;
  font-weight: bold;
}

.index .four .fimg {
  position: absolute;
  width: 100%;
  height: 12rem;
  top: 0;
  left: 0;
  z-index: -1;
}

.index .five {
  width: 100%;
  position: relative;
}

.index .five .gjrw {
  background: url(../images/index/21.png) no-repeat center;
  background-size: 100% 7.51rem;
  width: 100%;
  min-height: 7.51rem;
}

.index .five .gjrw .onetit {
  display: flex;
  align-items: center;
}

.index .five .gjrw .onetit .titles {
  text-align: center;
  margin: .5rem auto;
}

.index .five .gjrw .onetit .titles img {
  width: 2.89rem;
}

.index .five .gjrw .gjrwbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.index .five .gjrw .gjrwbox .gjlimg {
  width: 7.16rem;
  height: 4.62rem;
  position: relative;
}

.index .five .gjrw .gjrwbox .gjlimg .gjlimg1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  padding-top: .2rem;
  transition: transform 0.8s ease;
}

.index .five .gjrw .gjrwbox .gjlimg .gjlimg1:hover {
  transform: scale(1.1);
}

.index .five .gjrw .gjrwbox .gjlimg .gjlimg2 {
  width: 100%;
  position: absolute;
  top: -.2rem;
  right: -.2rem;
  z-index: 1;
}

.index .five .gjrw .gjrwbox .grtext {
  width: 8.2rem;
}

.index .five .gjrw .gjrwbox .grtext .tit {
  font-size: .28rem;
  font-weight: bold;
  margin-bottom: .2rem;
}

.index .five .gjrw .gjrwbox .grtext .btomtxt {
  background-color: #f8fafd;
  padding: .3rem;
  min-height: 3.76rem;
}

.index .five .gjrw .gjrwbox .grtext .btomtxt a {
  font-size: .2rem;
  font-weight: bold;
}

.index .five .gjrw .gjrwbox .grtext .btomtxt .lines {
  width: .6rem;
  height: 0.05rem;
  background-color: #1660b8;
  margin: .3rem 0rem;
}

.index .five .gjrw .gjrwbox .grtext .btomtxt p {
  font-size: .16rem;
  line-height: .3rem;
}

.index .five .gjbtn {
  width: 15%;
  position: absolute;
  right: 7.3rem;
  top: 5.9rem;
}

.index .five .gjbtn .more {
  position: relative;
  z-index: 9;
  margin-left: 2rem;
}

.index .five .gjbtn .gjswiper-button-next,
.index .five .gjbtn .gjswiper-button-prev {
  position: absolute;
  top: 50%;
  width: .35rem;
  height: .35rem;
  margin-top: -.22rem;
  z-index: 10;
  cursor: pointer;
  background-size: .35rem .35rem;
  background-position: center;
  background-repeat: no-repeat;
}

.index .five .gjbtn .gjswiper-button-prev,
.index .five .gjbtn .gjswiper-container-rtl .gjswiper-button-next {
  background-image: url(../images/index/28.png);
  left: 1rem;
  right: auto;
}

.index .five .gjbtn .gjswiper-button-next,
.index .five .gjbtn .gjswiper-container-rtl .gjswiper-button-prev {
  background-image: url(../images/index/29.png);
  right: 1rem;
  left: auto;
}

.index .five .fivebm {
  position: relative;
}

.index .five .fivebm .techer {
  background: url(../images/index/25.png) no-repeat center;
  width: 100%;
  min-height: 6rem;
}

.index .five .fivebm .techer .techer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index .five .fivebm .techer .techer-title p {
  font-size: .24rem;
  font-weight: bold;
}

.index .five .fivebm .techer .techer-title .line {
  width: 85%;
  height: 0.01rem;
  background-color: #cccccc;
}

.index .five .fivebm .techer .techer-title a {
  font-size: .16rem;
}

.index .five .fivebm .techer .techer-list .techerbox {
  margin-top: .8rem;
  display: flex;
}

.index .five .fivebm .techer .techer-list .techerbox .img {
  width: 2.73rem;
  height: 3.59rem;
  overflow: hidden;
  position: relative;
}

.index .five .fivebm .techer .techer-list .techerbox .img img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .five .fivebm .techer .techer-list .techerbox .img:hover img {
  transform: scale(1.1);
}

.index .five .fivebm .techer .techer-list .techerbox .img .teit {
  position: absolute;
  height: 15%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
  text-align: center;
  color: #fff;
}

.index .five .fivebm .techer .techer-list .techerbox .img .teit a {
  color: #fff;
  font-size: .2rem;
}

.index .five .fivebm .techer .techer-list .techerbox .img .teit p {
  padding: 0rem .2rem;
  text-align: left;
  -webkit-line-clamp: 4;
  opacity: 0;
  text-align: justify;
  font-size: .16rem;
}

.index .five .fivebm .techer .techer-list .techerbox .img:hover .teit {
  height: 40%;
}

.index .five .fivebm .techer .techer-list .techerbox .img:hover .teit p {
  opacity: 0.6;
}

.index .five .fivebm .siximgs .onetit {
  display: flex;
  align-items: center;
}

.index .five .fivebm .siximgs .onetit .titles {
  text-align: center;
  margin: .5rem auto;
}

.index .five .fivebm .siximgs .onetit .titles img {
  width: 2.89rem;
}

.index .five .fivebm .siximgs .tets {
  background: linear-gradient(to top, #000, transparent);
  width: 100%;
  padding-left: .2rem;
  height: 15%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index .five .fivebm .siximgs .tets a {
  color: #fff;
  font-size: .16rem;
}

.index .five .fivebm .siximgs .topbox {
  display: flex;
  justify-content: space-between;
}

.index .five .fivebm .siximgs .topbox .img {
  width: 5.22rem;
  height: 3.20rem;
  overflow: hidden;
  position: relative;
}

.index .five .fivebm .siximgs .topbox .img img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .five .fivebm .siximgs .topbox .img:hover img {
  transform: scale(1.1);
}

.index .five .fivebm .siximgs .btombox {
  margin-top: .2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.index .five .fivebm .siximgs .btombox .l {
  width: 3.89rem;
  height: 5.15rem;
  overflow: hidden;
  position: relative;
  position: relative;
}

.index .five .fivebm .siximgs .btombox .l img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .five .fivebm .siximgs .btombox .l:hover img {
  transform: scale(1.1);
}

.index .five .fivebm .siximgs .btombox .l .tets {
  height: 8%;
}

.index .five .fivebm .siximgs .btombox .r .t {
  display: flex;
  justify-content: space-between;
}

.index .five .fivebm .siximgs .btombox .r .t .img {
  width: 3.89rem;
  height: 2.49rem;
  overflow: hidden;
  position: relative;
}

.index .five .fivebm .siximgs .btombox .r .t .img img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .five .fivebm .siximgs .btombox .r .t .img:hover img {
  transform: scale(1.1);
}

.index .five .fivebm .siximgs .btombox .r .b {
  display: flex;
  justify-content: space-between;
  margin-top: .16rem;
}

.index .five .fivebm .siximgs .btombox .r .b .img1s {
  width: 3.89rem;
  height: 2.49rem;
  overflow: hidden;
  position: relative;
}

.index .five .fivebm .siximgs .btombox .r .b .img1s img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .five .fivebm .siximgs .btombox .r .b .img1s:hover img {
  transform: scale(1.1);
}

.index .five .fivebm .siximgs .btombox .r .b .img2s {
  margin-left: .14rem;
  width: 7.92rem;
  height: 2.49rem;
  overflow: hidden;
  position: relative;
}

.index .five .fivebm .siximgs .btombox .r .b .img2s img {
  width: 100%;
}

.index .five .fivebm .siximgs .btombox .r .b .img2s .sjmt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  padding: .2rem;
  left: 0;
  bottom: 0;
}

.index .five .fivebm .siximgs .btombox .r .b .img2s .sjmt .sjtop {
  display: flex;
  align-items: center;
}

.index .five .fivebm .siximgs .btombox .r .b .img2s .sjmt .sjtop img {
  width: .33rem;
  height: .33rem;
}

.index .five .fivebm .siximgs .btombox .r .b .img2s .sjmt .sjtop p {
  color: #fff;
  margin-left: .2rem;
  font-size: .16rem;
}

.index .five .fivebm .siximgs .btombox .r .b .img2s .sjmt ul {
  display: flex;
}

.index .five .fivebm .siximgs .btombox .r .b .img2s .sjmt ul li {
  position: relative;

}

.index .five .fivebm .siximgs .btombox .r .b .img2s .sjmt ul li:hover .erm {
  display: block;
}

.index .five .fivebm .siximgs .btombox .r .b .img2s .sjmt ul li a img {
  width: .6rem;
  height: .6rem;
}

.index .five .fivebm .siximgs .btombox .r .b .img2s .sjmt ul li .erm {
  width: .87rem;
  height: .87rem;
  position: absolute;
  top: -1rem;
  left: -.15rem;
  display: none;
}

.index .five .fivebm .btomimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 19.8rem;
  z-index: -1;
}

.phone {
  display: none;
}

/*小屏幕*/
@media screen and (max-width: 1200px) {
  .top {
    display: none;
  }
  .phone {
    display: block;
  }
}