.dios_04_01 li {
  padding-top: 32px;
  padding-bottom: 32px;
  height: auto;
}
.dios_04_01 li p {
  margin-top: 25px;
}
.dios_04_02{padding: 5% 0;}
.dios_04_02 .dios_t{ color: #fff;}
.dios_04_02 .dios_wrap > ul {
  overflow: hidden;
}
.dios_04_02 .dios_wrap > ul > li {
  position: relative;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #4D525B;
  box-sizing: border-box;
  float: left;
  padding: 40px 32px;
  background: #3a3f4a;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.dios_04_02 .dios_wrap > ul > li:nth-child(2n) {
  margin-right: 0;
}
.dios_04_02 .dios_wrap > ul > li .top {
  border-bottom: 1px solid rgba(240, 240, 240, 0.1);
  margin-bottom: 22px;
}
.dios_04_02 .dios_wrap > ul > li .top h2{font-weight: 600; line-height: 33px;}
.dios_04_02 .dios_wrap > ul > li .top p {
  margin-top: 8px; font-weight: 400;
  margin-bottom: 22px;
}

.dios_04_02 .dios_wrap > ul > li ul {
  min-height: 8em;
  position: relative;
  z-index: 2;
}
.dios_04_02 .dios_wrap > ul > li ul li {
  position: relative;
  padding-left: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A6A8AD;;
  line-height: 2;
}
.dios_04_02 .dios_wrap > ul > li:hover ul li{color: #fff;}
.dios_04_02 .dios_wrap > ul > li ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #F0F0F0;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.dios_04_02 .dios_wrap > ul > li .rightbimg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.dios_04_02 .dios_wrap > ul > li .rightbimg .on {
  display: none;
}
.dios_04_02 .dios_wrap > ul > li:hover {
  background: linear-gradient(66deg, #4467FF 0%, #5172FF 100%);
}
.dios_04_02 .dios_wrap > ul > li:hover img {
  display: none;
}
.dios_04_02 .dios_wrap > ul > li:hover .on {
  display: block;
}
.dios_04_03 {
  padding: 5% 0 1%;
}
.dios_04_03 .ul ul li {
  margin-bottom: 48px;
  position: relative;
  padding: 1%;
  box-sizing: border-box;
  overflow: hidden;
  background: #f0f2f8;
}
.dios_04_03 .ul ul li .img {
  float: right;
  width: 50%;
}
.dios_04_03 .ul ul li .text {
  padding: 2%;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
}
.dios_04_03 .ul ul li .text h2{ font-weight: 500; margin-bottom: 2%;}
.dios_04_03 .ul ul li .text .a-m-c {
  width: 90%;
}
.dios_04_03 .ul ul li:nth-child(2n) .img {
  float: left;
  width: 50%;
}
.dios_04_03 .ul ul li:nth-child(2n) .text {
  right: 0;
  left: auto;
}
.dios_04_03 .ul ul li:nth-child(2n) .text .a-m-c {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .dios_04_01 li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dios_04_01 li p {
    margin-top: 0px;
  }
  .dios_t {
    margin-bottom: 0%;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
    color: #181818;
  }
  .dios_04_02 .dios_wrap > ul > li {
    width: 100%;
    margin-bottom: 5%;
  }
  .dios_04_03 .ul ul li .img {
    float: left;
    width: 100% !important;
  }
  .dios_04_03 .ul ul li .text {
    position: static;
    width: 100% ;
  }
  .dios_04_03 .ul ul li .text .a-m-c {
    position: static;
    transform: none;
    width: 100% !important;
  }
  .dios_03-part02 {
    color: #fff;
    padding: 2% 0;
  }
  .dios_04_03 {
    padding: 2% 0 1%;
  }
}
.dios_tab_tit li {
  padding: 0 100px;
}
.dios_05_01 {
  overflow: hidden;
}
.dios_05_01 .imgbox {
  width: 100%;
  position: relative;
}
.dios_05_01 .imgbox > img {
  display: block;
  width: 92.08%;
  margin: 0 auto;
  margin-bottom: -85px;
}
.dios_05_01 .imgbox .fixebox {
  top: 30%;
  width: 100%;
}
.dios_05_01 .imgbox .fixebox ul li {
  box-sizing: border-box;
  overflow: hidden;
  padding: 25px 28px 28px 25px;
  width: 35.66%;
  background: rgba(255, 255, 255, 0.3) linear-gradient(162deg, #E0E9FF 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 8px 40px 0px rgba(213, 216, 218, 0.3);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  float: left;
  margin-bottom: 36px;
}
.dios_05_01 .imgbox .fixebox ul li:nth-child(2n) {
  float: right;
}
.dios_05_01 .imgbox .fixebox ul li .leftimg {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.dios_05_01 .imgbox .fixebox ul li .leftimg img{width: 100%;height: 100%;}
.dios_05_01 .imgbox .fixebox ul li .righttext {
  float: right;
  width: calc(100% - 81px);
}
.dios_05_01 .imgbox .fixebox ul li .righttext p {
  line-height: 1.75;
  height: 5.25em;
}
.dios_05_02 {
  padding-top: 5.2%;
  padding-bottom: 6.66%;
}
.dios_05_02 .dios_t {
  color: #fff;
}
.dios_05_02 .box {
  overflow: hidden;
}
.dios_05_02 .box .leftul {
  width: 15.33%;
  margin-right: 0.416%;
  background: linear-gradient(225deg, #5474FF 0%, #3E62FF 100%);
  float: left;
}
.dios_05_02 .box .leftul li {
  border-radius: 4px;
  overflow: hidden;
  min-height: 362px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.dios_05_02 .box .leftul li p {
  width: 100%;
}
.dios_05_02 .box .contentul {
  float: left;
  width: calc(100% - 15.746%);
  height: 100%;
}
.dios_05_02 .box .contentul li {
  background: linear-gradient(166deg, #D8E0F8 -100%, rgba(255, 255, 255, 0.13) 100%);
  background-color: #000000;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  margin-right: 0.416%;
  margin-bottom: 0.8%;
  width: 18%;
  min-height: 177px;
}
.dios_05_02 .box .contentul li .a-m-c {
  color: #fff;
  text-align: center;
  width: 100%;
}
.dios_05_02 .box .contentul li .a-m-c p {
  color: #9c9fa1;
  margin-top: 16px;
}
.dios_05_02 .box .contentul li.bo {
  width: 7%;
}
.dios_05_02 .box .contentul li.bo img {
  opacity: 0;
  overflow: hidden;
}
.dios_05_02 .box .contentul li.bg-cover p {
  margin-top: 0px;
  color: #fff;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.clearfix {
  *zoom: 1;
}
.dios_05_03 {
  padding-top: 5.2%;
  padding-bottom: 5.2%;
}
.dios_05_03 .dios_wrap > ul {
  min-height: 160px; margin-bottom: 60px;
  overflow: hidden;
  background: linear-gradient(180deg, #F6FAFF 0%, #FFFFFF 100%)!important;
  box-shadow: 8px 8px 20px 0px rgba(55,99,170,0.1);
  border: 2px solid #fff;
  /*border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2)) 2 2;*/
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
.dios_05_03 .dios_wrap > ul > li {
  padding-top: 3%;
  padding-bottom: 1%;
  float: left;
  width: 20%;
  text-align: center;
}
.dios_05_03 .dios_wrap > ul > li h2 {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2165FC;
}
.dios_05_03 .dios_wrap > ul > li p {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #181818;
}
.dios_05_03 .dios_wrap .box_03 {
  position: relative;
}
.dios_05_03 .dios_wrap .box_03 > img {
  position: absolute;
  left: 32%;
  top: 10%;
  width: 36%;
}
.dios_05_03 .dios_wrap .box_03 ul li {
  box-sizing: border-box;
  margin: 16px 0;
  padding: 20px;
  overflow: hidden;
  float: left;
  width: 360px;
  background: linear-gradient(180deg, #F6FAFF 0%, #FFFFFF 100%);
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
  border-radius: 4px;
  border: 2px solid;
  border-image: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.2)) 2 2;
  backdrop-filter: blur(10px);
}
.dios_05_03 .dios_wrap .box_03 ul li img {
  width: 20%;
  float: left;
}
.dios_05_03 .dios_wrap .box_03 ul li h2 {
  line-height: 2;
  width: 79%;
  float: right;
}
.dios_05_03 .dios_wrap .box_03 ul li h2 em {
  color: #145afe;
}
.dios_05_03 .dios_wrap .box_03 ul li:nth-child(2n) {
  float: right;
}
.dios_05_03 .dios_wrap .box_03 ul li:nth-child(2n + 1) {
  clear: both;
}
.dios_05_04 {
  padding-top: 5.2%;
  padding-bottom: 3.9%; background: #fff;
}
.dios_05_05 {
  padding: 4.32% 0 8%;
}
.dios_05_05 .left {
  width: 40.25%;
  float: left;
}
.dios_05_05 .left > .topul > li {
  cursor: pointer;
  color: #fff;
  padding: 12px 24px;
  float: left;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px 0px 0px 4px;
}
.dios_05_05 .left > .topul > li+li{border-radius: 0 4px 4px 0;}
.dios_05_05 .left > .topul > li.on {
  background: #145AFE;
}
.dios_05_05 .left h2 {
  color: #fff;
  margin-top: 47px;
  margin-bottom: 20px;
}
.dios_05_05 .left p {
  margin-bottom: 26px;
  font-weight: 400;
  color: #FFFFFF;
}
.dios_05_05 .left .botul li {
  position: relative;
  padding-left: 10px;
  margin-right: 70px;
  float: left;
  margin-bottom: 16px;
  color: #fff;
}
.dios_05_05 .left .botul li:nth-child(2n+1) {
  clear: both;
}
.dios_05_05 .left .botul li::after {
  border-radius: 8px;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.dios_05_05 .left a {
  margin-top: 36px;
  text-align: center;
  display: block;
  color: #fff;
  width: 104px;
  height: 40px;
  line-height: 40px;
  background: #145AFE;
  border-radius: 4px;
}
.dios_05_05 .right {
  position: relative;
  float: right;
  width: 40%;
}
.dios_05_05 .right .swiper-button-next,
.dios_05_05 .right .swiper-button-prev {
  background: none;
  left: 50%;
  right: auto;
}
.dios_05_05 .right .swiper-button-next {
  bottom: -55px;
  top: auto;
}
.dios_05_05 .right .swiper-button-prev {
  top: -10px;
}
.dios_05_05 .right .swiper-container {
  height: 600px;
}
.dios_05_05 .right .swiper-container .swiper-slide {
  width: 75%;
  display: block;
  margin: 0 auto;
}
.dios_05_05 .right .swiper-container .swiper-slide img{
  transform: translate(0,-50%) !important;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  position: absolute;
  left: 0;
  top: 50%; opacity: 0.6;
}
.dios_05_05 .right .swiper-container .swiper-slide.swiper-slide-active {
  width: 100%;
  transform: scale(1);
  z-index: 2;
}
.dios_05_05 .right .swiper-container .swiper-slide.swiper-slide-active img {
  width: 100%; opacity: 1;
}
@media only screen and (max-width: 1520px) {
  .dios_05_05 .right{width: 35%;}
}

@media only screen and (max-width: 767px) {
  .dios_tab_tit li {
    padding: 0 10px !important;
  }
  .dios_05_01 .imgbox .fixebox {
    top: 30%;
    width: 100%;
    position: static;
  }
  .dios_05_01 .imgbox .fixebox ul li {
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.3) linear-gradient(162deg, #E0E9FF 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 8px 40px 0px rgba(213, 216, 218, 0.3);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    float: left;
    margin-bottom: 15px;
  }
  .dios_05_01 .imgbox > img {
    margin-bottom: 0;
  }
  .dios_05_02 .box .leftul {
    margin-bottom: 1%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 0.416%;
    float: left;
  }
  .dios_05_02 .box .leftul li {
    min-height: 80px;
    background-image: none !important;
  }
  .dios_05_02 .box .contentul {
    width: 100%;
  }
  .dios_05_02 .box .contentul li {
    margin-right: 1% !important;
    width: 49% !important;
  }
  .dios_05_02 .box .contentul li:nth-child(2n) {
    margin-right: 0;
  }
  .dios_05_03 .dios_wrap > ul > li {
    width: 33%;
  }
  .dios_05_03 .dios_wrap > ul {
    min-height: auto;
  }
  .dios_05_03 .dios_wrap .box_03 ul li {
    margin: 5px 0;
    padding: 10px;
    width: 100%;
  }
  .dios_05_03 .dios_wrap .box_03 > img {
    position: static;
    left: 30%;
    top: 10%;
  }
  .dios_05_05 .left {
    margin-top: 10px;
    width: 100%;
    float: left;
  }
  .dios_05_05 .right {
    position: relative;
    float: right;
    width: 100%;
  }
  .dios_05_05 .right .swiper-container {
    height: auto;
  }
  .dios_05_05 .right .swiper-button-next,
  .dios_05_05 .right .swiper-button-prev {
    top: 55%;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .dios_05_05 .right .swiper-button-next {
    left: 0;
  }
  .dios_05_05 .right .swiper-button-next img {
    transform: rotate(90deg);
  }
  .dios_05_05 .right .swiper-button-prev {
    right: 0;
  }
  .dios_05_05 .right .swiper-button-prev img {
    transform: rotate(90deg);
  }
  .dios_05_05 .left h2 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .dios_05_05 .left p {
    margin-bottom: 15px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .dios_05_05 .left .botul li {
    margin-right: 70px;
    float: left;
    margin-bottom: 10px;
    color: #fff;
  }
  .dios_05_05 .left a {
    margin-top: 10px;
    text-align: center;
    display: block;
    color: #fff;
    width: 104px;
    height: 40px;
    line-height: 40px;
    background: #145AFE;
    border-radius: 4px;
  }
  .dios_05_05 {
    padding: 12.32% 0 90px;
  }
  .dios_05_05 .left > .topul > li{padding: 12px;}

  .dios_banner .dios_wrap{margin: 0;}
  .dios_banner .dios_wrap p br{display: none;}
}


/*ÐÂÌí¼Ó*/
.dios_05_05{position: relative;}
.dios_05_05-img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.img-Item{width: 100%;height: 100%;position: absolute;left: 0;top: 0;opacity: 0;transition: all .3s;}
.img-Item img{display: none;}
.img-Item.on{opacity: 1;z-index: 1;}
.dios_05_05 .dios_wrap{position: relative;z-index: 2;}



.dios_05_01 .imgbox .fixebox ul li,.dios_04_01 li{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
@media only screen and (min-width:1025px) {
  .dios_05_01 .imgbox .fixebox ul li:hover,.dios_04_01 li:hover{transform:translateY(-16px);-webkit-transform:translateY(-16px);}
  .dios_05_05 .left a:hover{color:#fff!important; background: #5F85F7;}
}