/*焦点图*/
.slides{width: 100%;height: 80vh;position: relative;}
.slides .swiper-slide{height: 100%;position: relative;text-align: center;font-size: 18px;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;overflow: hidden;}
.slides .swiper-slide .container{position: relative;height: 100%;}
.slides .swiper-slide .title{width: 100%;height: 100%;position: relative;z-index: 1;color: var(--colorone);left: 0;top: 0;text-align: left;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;font-size: 18px;}
.slides .swiper-slide .title h4{font-size:3.5em;line-height: 200%;font-weight: bold;background: -webkit-linear-gradient(bottom, #4790ff, #2861b8);-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-top: 1em;}
.slides .swiper-slide .title h5{font-size:2em;line-height: 100%;font-weight: bold;background: -webkit-linear-gradient(bottom, #4790ff, #2861b8);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.slides .swiper-slide .title p{font-size:1.1em;width: 500px;line-height: 2.2em;color: #4790ff;margin: 2em 0;display: flex;font-style: normal;flex-direction: row;flex-wrap: wrap;}
.slides .swiper-slide .title p i{font-style: normal;float: left;width: 50%;padding-left: 20px;position: relative;}
.slides .swiper-slide .title p i::before{content: '';width: .5em;height: .5em;background-color: #4790ff;display: inline-block;left: 0;position: absolute;top: 0.83em;left: 0;border-radius: 100%;}
.slides .swiper-slide .title .link{font-size:1em;line-height: 200%;}
.slides .swiper-slide .title .link a{font-size:1em;line-height: 250%;display: inline-block;padding: 0 30px;background-color: var(--colorone);color: #fff;border-radius: 2rem;float: left;margin-right: 20px;transition: 0.5s;}
.slides .swiper-slide .title .link a:hover{padding: 0 50px;background-color: var(--colorone);color: #fff;}
.slides .swiper-slide .title .link a:nth-child(2){background-color: #58b0f5;}
.slides .swiper-slide .title .link a:nth-child(2):hover{background-color: var(--colorone);}
.slides .swiper-slide .bg{width: 100%;height: 100%;position: absolute;z-index: 0;background-size: cover;background-position: center;animation-name: scaleDraw;animation-timing-function: ease-in-out;animation-iteration-count: infinite;animation-duration: 12s;}
.slides .swiper-slide .pc{display: block;}
.slides .swiper-slide .h5{display: none;}
.slides .slides .swiper-pagination{position: absolute;bottom: 0;    }
.slides .swiper-slide .mouse{position: absolute;bottom: 70px;width: 100%;left: 0;z-index: 7;text-align: center;}
.slides .swiper-slide .mouse i{width:20px;height: 30px;display: inline-block;border-radius: 30px;border: 1px solid #fff;}
.slides .swiper-slide .mouse i em{width:1px;height: 3px;display: inline-block;border-radius: 4px;background: #fff;animation:mouse_jump 1s infinite;vertical-align: top;}
.slides .swiper-button-prev,
.slides .swiper-button-next{width: 48px;border: 1px solid #fff;height: 48px;text-align: center;line-height: 48px;;border-radius: 100%;transition: 0.5s;}
.slides .swiper-button-next{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");right: 20px;left: auto;background-size: 12px;}
.slides .swiper-button-prev{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");left: 20px;right: auto;background-size: 12px;}
.slides .swiper-button-prev:hover,
.slides .swiper-button-next:hover{border: 1px solid var(--colorone);}
.slides .swiper-button-next:hover{background:var(--colorone) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");background-size: 12px;background-repeat: no-repeat;background-position: center;right: 25px;}
.slides .swiper-button-prev:hover{background:var(--colorone) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");background-size: 12px;background-repeat: no-repeat;background-position: center;left: 25px;}
.slides .swiper-pagination{bottom: 20px;}
.slides .swiper-pagination-bullet{width: 20px;height: 20px;border-radius: 20px;margin: 0 8px;border: 4px solid rgba(0,0,0,0.4);background: none;}
.slides .swiper-pagination-bullet::after{width: 12px;height: 12px;float:left;border-radius: 12px;content: '';background: #fff;}
.slides .swiper-pagination-bullet-active{width: 70px;border: 4px solid rgba(0,0,0,0.1);background: none;}
.slides .swiper-pagination-bullet-active::after{width: 62px;height: 12px;float:left;border-radius: 12px;content: '';background: linear-gradient(to left, var(--colorone), #4790ff);}
@keyframes scaleDraw {
  0% {transform: scale(1.02); }
  50% {transform: scale(1);}
  100% {transform: scale(1.02);}
}

@media (max-width: 1920px) {
.slides .swiper-slide .title{font-size: 16px;}
}
@media (max-width: 1920px) {
  .slides .swiper-slide .title{font-size: 14px;}
}
@media (max-width: 1200px) {
  .slides .swiper-slide .container{padding: 0 40px;}
  .slides .swiper-slide .pc{display: none;}
  .slides .swiper-slide .h5{display: block;}
  .slides .swiper-pagination-bullet{width: 12px;height: 12px;border-radius: 12px;margin: 0 8px;border: 4px solid rgba(0,0,0,0.4);background: none;}
  .slides .swiper-pagination-bullet::after{width: 4px;height: 4px;float:left;border-radius: 4px;content: '';background: #fff;}
  .slides .swiper-pagination-bullet-active{width: 40px;border: 4px solid rgba(0,0,0,0.1);background: none;}
  .slides .swiper-pagination-bullet-active::after{width: 32px;height: 4px;float:left;border-radius: 4px;content: '';background: var(--colorone);}
  @keyframes scaleDraw {
    0% {transform: scale(1.1); }
    50% {transform: scale(1);}
    100% {transform: scale(1.1);}
  }
}
@media (max-width: 768px) {
.slides{height: 85vh;}
.slides .swiper-slide .title{font-size: 14px;}
.slides .swiper-slide .title h4{margin-top: 11em;font-size: 2em;}
.slides .swiper-slide .title h5{font-size:1.5em;line-height: 100%;}
.slides .swiper-slide .title p{font-size:1.1em;width: 100%;line-height: 2em;color: #4790ff;margin: 1em 0;}
.slides .swiper-slide .mouse{display: none;}
@keyframes scaleDraw {
  0% {transform: scale(1.05); }
  50% {transform: scale(1);}
  100% {transform: scale(1.05);}
}
}
@keyframes mouse_jump {
    0% {margin-top:5px;}
    50% {margin-top:10px;}
    100% {margin-top:5px;}
}

/*bd_youshi*/
.bd_youshi{float: left;width: 100%;padding: 80px 0;}
.bd_youshi .box{width: 100%;;float: left;position:relative;}
.bd_youshi .box .title{float: left;position:relative;margin-bottom: 40px;display: flex;z-index: 2;position: relative;flex-direction: column;text-align: center;width: 100%;}
.bd_youshi .box .title b{width: 100%;float: left;line-height: 48px;font-size: 32px;font-weight: bold;}
.bd_youshi .box .title span{width: 100%;float: left;line-height: 60px;font-size: 20px;opacity: 0.5;}
.bd_youshi .box .content{width: 100%;float: left;position:relative;display: grid;grid-template-columns: 1fr 1fr;gap:40px;}
.bd_youshi .box .content .item{background-color: #F9FAFB;position: relative;overflow: hidden;transition:0.5s;display: flex;flex-direction: row;border-radius: 15px;overflow: hidden;box-shadow: 0 10px 3px rgba(0,0,0,0.05);}
.bd_youshi .box .content .item:nth-child(1){grid-row: 1/3;}
.bd_youshi .box .content .item:nth-child(1) .text{position: absolute;bottom: 0;left: 0;background: url(/static/common/images/bdbg.jpg) no-repeat center;background-size: cover;width: 100%;aspect-ratio: auto;padding: 40px 40px 40px;color: #fff;}
.bd_youshi .box .content .item:nth-child(1) .text svg{background: #fff;margin: 0 10px 0 0;border-color: #fff;}
.bd_youshi .box .content .item:nth-child(1) .img{height: 100%;width: 100%;}
.bd_youshi .box .content .item:nth-child(1) .img div{height: 100%;width: 100%;}
.bd_youshi .box .content .item:nth-child(2){flex-direction: row-reverse;}
.bd_youshi .box .content .item:hover .img div{transform: scale(1.1);}
.bd_youshi .box .content .item:hover .text svg{fill: var(--colorone);transform: scale(1.1);}
.bd_youshi .box .content .item .text{ aspect-ratio: 5/3.5;width: 50%;padding: 30px 35px 0px;z-index: 1;float: right;color: #333;}
.bd_youshi .box .content .item .text svg{fill: var(--colorone);height: 50px;transition:0.5s;position: relative;float: left;width: 50px;margin:0 15px 0 0;background: #E1E9F6;border: 10px solid #E1E9F6;border-radius: 100%;}
.bd_youshi .box .content .item .text h5{line-height: 50px;font-size: 20px;font-weight: bold;float: left;}
.bd_youshi .box .content .item .text p{line-height: 150%;font-size:16px;margin:25px 0 0;width: 100%;display: block;float: left;}
.bd_youshi .box .content .item .img{ aspect-ratio: 5/3.5;width: 50%;overflow: hidden;transition:0.5s;float: left;}
.bd_youshi .box .content .item .img div{aspect-ratio: 5/3.5;;width: 100%;background-size: cover;background-position: center;transition:0.5s;}
@media (max-width: 1200px) {
.bd_youshi{padding: 50px 15px 20px;}
.bd_youshi .box .title{margin-bottom: 15px;}
.bd_youshi .box .title b{line-height: 30px;font-size: 24px;}
.bd_youshi .box .title span{line-height:24px;font-size: 15px;margin-top: 20px;padding: 0 5%;}
.bd_youshi .box .content{grid-template-columns: 1fr 1fr;gap:15px;}
.bd_youshi .box .content .item{position: relative;overflow: hidden;transition:0.5s;display: flex;flex-direction: row;}
.bd_youshi .box .content .item:nth-child(1){grid-row: 1/1;grid-column: 1/3}
.bd_youshi .box .content .item:nth-child(1) .text{padding: 20px;}
.bd_youshi .box .content .item:nth-child(2){grid-row: 2/3;grid-column: 1/3;flex-direction: row-reverse;}
.bd_youshi .box .content .item:nth-child(3){grid-row: 3/4;grid-column: 1/3}
.bd_youshi .box .content .item:hover .img div{transform: scale(1.1);}
.bd_youshi .box .content .item:hover .text svg{fill: var(--colorone);transform: scale(1.1);}
.bd_youshi .box .content .item .text{ aspect-ratio: auto;width: 100%;padding: 20px 15px 10px;z-index: 1;float: right;}
.bd_youshi .box .content .item .text svg{height: 40px;}
.bd_youshi .box .content .item .text h5{font-size: 15px;}
.bd_youshi .box .content .item .text p{line-height: 150%;font-size:13px;margin-bottom: 10px;padding: 0 0;}
.bd_youshi .box .content .item .img{ aspect-ratio: 5/6;width: 100%;overflow: hidden;transition:0.5s;float: left;}
.bd_youshi .box .content .item .img div{aspect-ratio: 5/6;;width: 100%;background-size: cover;background-position: center;transition:0.5s;}
}

/*bd_support*/
.bd_support{float: left;width: 100%;padding: 80px 0;background:#F9FAFB;}
.bd_support .box{width: 100%;;float: left;position:relative;}
.bd_support .box .title{float: left;position:relative;margin-bottom: 40px;display: flex;z-index: 2;position: relative;flex-direction: column;text-align: center;width: 100%;}
.bd_support .box .title b{width: 100%;float: left;line-height: 48px;font-size: 32px;font-weight: bold;}
.bd_support .box .content{width: 100%;float: left;position:relative;display: grid;grid-template-columns: 0.9fr 1fr;gap: 30px;}
.bd_support .box .content .menubox{float:left;display: grid;background: #fff;border-radius: 20px;overflow: hidden;}
.bd_support .box .content .menubox a{float:left;display:block;cursor:pointer;color:#333;width: 100%;padding: 35px 25px;display: grid;grid-template-columns: 90px 1fr;border-bottom: 1px dashed #ddd;}
.bd_support .box .content .menubox a:last-child{border: none;}
.bd_support .box .content .menubox a.hover{background: url(/static/common/images/bdbg.jpg) no-repeat center;background-size: cover;}
.bd_support .box .content .menubox a.hover strong svg{background: #fff;border-color: #fff;}
.bd_support .box .content .menubox a strong{font-weight: normal;font-size: 30px;grid-row: 1/3;margin-right: 25px;display: flex;justify-content: center;align-items: center;font-family: 'bebas';}
.bd_support .box .content .menubox a strong svg{background: #E1E9F6;fill: var(--colorone);width: 60px;height: 60px;border: 10px solid #E1E9F6;border-radius: 100%;}
.bd_support .box .content .menubox a b{font-size: 24px;line-height: 32px;color: #000;margin-bottom: 5px}
.bd_support .box .content .menubox a i{font-size: 16px;font-style: normal;}
.bd_support .box .content .menubox_c{width:100%;float:left;border-top:  1px solid #fff;}
.bd_support .box .content .menubox_c div{width:100%;height: 100%;float:left;padding: 0px;color: #fff;display: flex;flex-direction: column;align-items: flex-start;}
.bd_support .box .content .menubox_c div .img{width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;border-radius: 20px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
@media (max-width: 1200px) {
.bd_support{padding: 50px 15px;}
.bd_support .box .title{margin-bottom: 15px;}
.bd_support .box .title b{line-height: 30px;font-size: 24px;}
.bd_support .box .title span{line-height:24px;font-size: 15px;margin-top: 20px;padding: 0 5%;}
.bd_support .box .content{width: 100%;float: left;position:relative;display: grid;grid-template-columns: 1fr;margin-top: 00px;grid-template-rows: auto auto;gap: 0}
.bd_support .box .content .menubox{float:left;border-right: 1px solid #fff;display: grid;}
.bd_support .box .content .menubox a{padding:20px 20px;}
.bd_support .box .content .menubox a strong{margin-right: 0;}
.bd_support .box .content .menubox a b{font-size: 16px;}
.bd_support .box .content .menubox_c{width:100%;float:left;border-top:  1px solid #fff;}
.bd_support .box .content .menubox_c div{width:100%;float:left;padding: 0px;color: #fff;display: flex;flex-direction: column;align-items: flex-start;}
.bd_support .box .content .menubox_c div .img{width: 100%;aspect-ratio: 5/3;background-repeat: no-repeat;background-size: cover;background-position: center;border-radius: 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
}