.banner img{
    width: 100%;
}
.banner_pc{
    position: relative;
}
/*.banner_main{
    position: absolute;
    left: 50%;
    top: 0;
    width: 94%;
    max-width: 1200px;
    height: 100%;
    transform: translate(-50%,0);
}*/
/*a.banner_more{
    position: absolute;
    left: 18.75%;
    bottom: 7.4%;
    display: block;
    width: 19.11%;
    text-align: center;
    transition: all 0.6s;
}
a.banner_more:hover {
    transform: scale(1.05);
}*/
img.mm{
    display: none;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}
.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #ffffff;
    opacity: 1;
    vertical-align: middle;
}
.banner .swiper-pagination-bullet-active {
    background: #ff860f;
}
.ban_zy{
    position: absolute;
    right: 130px;
    bottom: 50px;
    width: 110px;
    height: 50px;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    outline: none;
}
.banner .swiper-button-prev{
    background: url(../images/z.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.banner .swiper-button-next{
    background: url(../images/y.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}
.by{
    position: absolute;
    right: 0;
    bottom: -14%;
    width: 15.9%;
}
.footer{
    padding: 30px 0;
    background: #eeeef0;
}
.foot{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.foot_lf{
    width: 14%;
}*/
.foot_lf img{
    max-width: 130px;
}
.foot_con{
    width: 71.6%;
}
.foot_url{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px 15px;
}
.foot_url a{
    display: block;
    font-size: 16px;
    color: #0c0002;
}
.foot_url a:hover{
    font-weight: bold;
}
.foot_content{
    font-size: 12px;
    line-height: 28px;
    color: #6689a7;
}
.foot_ri img{
    width: 90px;
    margin: 0 auto 5px;
}
.foot_ri p{
    font-size: 13px;
    color: #6689a7;
    text-align: center;
}
.title{
    position: relative;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
}
.title h2{
    position: relative;
    display: inline-block;
    min-width: 550px;
    font-size: 50px;
    font-weight: bold;
}
.title h2 span{
    color: #da0020;
}
.title h2:before{
    content: "";
    position: absolute;
    left: -70px;
    bottom: 12px;
    width: 71px;
    height: 24px;
    background: url(../images/titz.png)center no-repeat;
    background-size: cover;
}
.title h2:after{
    content: "";
    position: absolute;
    right: -70px;
    bottom: 12px;
    width: 71px;
    height: 24px;
    background: url(../images/tity.png)center no-repeat;
    background-size: cover;
}
.title p{
    font-size: 34px;
    margin-top: 5px;
}
.title img{
    margin: 20px auto 0;
}
.mmm{
    display: none;
}
.more{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
/*    margin: 40px auto 0;*/
}
.more a{
    display: inline-block;
    min-width: 310px;
    font-size: 30px;
    line-height: 68px;
    color: #ffffff;
    text-align: center;
    padding: 0 35px;
    border-radius: 34px;
    box-shadow: inset 0 6px 9px rgba(255, 255, 255, .71),
    0 0 13px rgba(0,0,0,.21);
    background: linear-gradient(to right,#005aff,#0081ff);
}
/*.more a:hover{
    background: #0c60fc;
    box-shadow: inset -3px 6px 5px #0b83fd;
        min-width: 16.5vw;
    font-size: 1.6vw;
    line-height: 3.5vw;
    color: #ffffff;
    text-align: center;
    padding: 0 3vw;
}*/
.index1{
    padding: 30px 0 90px;
}
.ind1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.ind1 img{
    width: 33.3%;
}
.ind1_zy{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(82, 82, 82, .1);
    background: #fff9f1 url(../images/ind1y.png)right top no-repeat;
    overflow: hidden;
}
.ind1_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 110px;
    background: #007bfe;
}
.ind1_ri{
    flex: 1;
    font-size: 20px;
    line-height: 30px;
    padding: 5px 35px;
}
.ind2{
    position: relative;
    margin-bottom: 70px;
}
.ind2_img{
    position: relative;
}
.ind2_img img{
    margin: 0 auto;
}
.ind2_bj{
    position: absolute;
    z-index: -1;
}
.ind21 .ind2_bj{
    left: 0;
    top: 14.3%;
    width: 17.6%;
}
.ind21 .more{
    bottom: 7%;
}
/* From Uiverse.io by Bodyhc */ 
.more a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.more a::before,
.more a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 255, 224, 0.6),
    transparent
  );
  z-index: -1;
  filter: blur(5px);
  transform: translateX(-100%);
  animation: laser-glow 2.5s infinite linear;
}

.more a::after {
  animation-delay: 1.25s;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 0, 144, 0.6),
    transparent
  );
}

@keyframes laser-glow {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.more a:hover {
  transform: translateY(-5px);
}

/*.synthwave-laser-button:active {
  transform: scale(0.95);
  box-shadow:
    inset 0 0 15px #00ffe0,
    0 0 25px rgba(255, 0, 144, 0.7);
}*/
.ind22 .more{
    bottom: 4%;
}
.ind22 .ind2_bj{
    right: 0;
    top: 22%;
    width: 10.9%;
}
.ind23 .more{
    bottom: 5%;
}
.ind23 .ind2_bj{
    left: 0;
    bottom: 13%;
    width: 9.375%;
}
.ind24 .more{
    bottom: auto;
    top: 67%;
    text-align: left;
}
.ind24 .more a{
    margin-left: 9.3%;
}
.ind24 .ind2_bj{
    right: 0;
    bottom: -45%;
    width: 15.1%;
}
.ind25 .more{
    bottom: 6%;
}
.index3{
    padding-bottom: 230px;
    background: url(../images/ind3.png)center bottom no-repeat;
}
.index3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index3 ul li{
    width: 32.25%;
}
.index3 ul li img{
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .44);
}