/*焦点图*/
.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: orange;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: orange;}
.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;}
}

/*页面顶部*/
.page_focus{float: left;width: 100%;position: relative;}
.page_focus .bg{float: left;width: 100%;height: 50vh;background-repeat: no-repeat;background-position: center top;background-size: cover;}
.page_focus .img{float: left;width: 100%;display: none;aspect-ratio: 5/4;background-position: center;background-size: cover;}
.page_focus .con{float: left;width: 100%;background: rgba(0,0,0,0);position: absolute;z-index: 2;bottom: 0;height: 50vh;display: flex;align-items: center;padding-top: 90px;}
.page_focus .con .box{width: 100%;text-align: center;display: flex;flex-direction: column;align-items: flex-start;justify-content: start;text-align: left;}
.page_focus .con .box b{width: 100%;line-height: 60px;font-size: 50px;color: #fff;font-weight: bold;margin-bottom: 20px;font-family: 'MB';margin-top: 30px;}
.page_focus .con .box p{width: 800px;line-height: 36px;font-size: 20px;color: #fff;text-transform: uppercase;}
.page_focus .con .box a{line-height: 40px;border-radius: 40px;padding: 0 50px;border: 2px solid #fff;color: #fff;margin-top: 30px;font-size: 16px;transition:0.5s;animation: huxi 2s ease 0s infinite;position: relative;}
.page_focus .con .box a:hover{background-color: #fff;color: #fff;border-color:#fff;padding: 0 80px  0 50px;color: var(--colorone);box-shadow: 0 10px 10px rgba(0,0,0,0.25);font-weight: bold;}
@media (max-width: 768px) {
.page_focus{height: auto;}
.page_focus .bg{display: none;}
.page_focus .img{display: block;}
.page_focus .con{height: 100%;padding: 70px 20px 0;}
.page_focus .con .box b{float: left;width: 100%;line-height: 40px;font-size: 24px;color: #fff;font-weight: bold;margin-bottom: 5px;margin-top: 0;}
.page_focus .con .box p{float: left;width: 70%;line-height: 24px;font-size: 14px;color: #fff;text-transform: uppercase;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.page_focus .con .box a{margin-top: 15px;}
} 
@keyframes huxi{
  0%   {box-shadow: none;}
  50%  {box-shadow: 0 0 20px #3260f8bf;}
  100% {box-shadow: none;}
}


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

/*service_fangan*/
.service_fangan{float: left;width: 100%;padding: 80px 0;background: #F9FAFB}
.service_fangan .box{width: 100%;;float: left;position:relative;}
.service_fangan .box .title{float: left;position:relative;margin-bottom: 30px;display: flex;z-index: 2;position: relative;flex-direction: column;text-align: center;width: 100%;}
.service_fangan .box .title b{width: 100%;float: left;line-height: 48px;font-size: 32px;font-weight: bold;}
.service_fangan .box .title span{width: 100%;float: left;line-height: 60px;font-size: 20px;opacity: 0.5;}
.service_fangan .box .texts{width: 100%;float: left;display: flex;flex-direction: row;gap: 50px;margin-bottom: 80px;}
.service_fangan .box .texts .l{flex: 1;display: flex;flex-direction: column;}
.service_fangan .box .texts .l b{font-size: 20px;font-weight: bold;line-height: 40px;margin-bottom: 10px}
.service_fangan .box .texts .l p{line-height: 30px;margin-bottom: 20px;text-align: justify;font-size: 16px;}
.service_fangan .box .texts .l .li{display: grid;grid-template-columns: 65px 1fr;margin-bottom: 20px;}
.service_fangan .box .texts .l .li svg{grid-row: 1/3;width: 50px;height: 50px;border-radius: 100px;border: 10px solid #E1E9F6;background: #E1E9F6;margin-right: 10px;}
.service_fangan .box .texts .l .li em{color: #000;font-style: normal;font-size: 18px;font-weight: bold;margin-bottom: 5px;}
.service_fangan .box .texts .l .li i{color: #666;font-style: normal;}
.service_fangan .box .texts .r{flex: 1;background-size: cover;background-position: center;background-repeat: no-repeat;border-radius: 20px;overflow: hidden;}
.service_fangan .box .ia{width: 100%;float: left;position:relative;padding-bottom: 75px;z-index: 1;overflow: hidden;}
.service_fangan .box .ia .swiper-slide{text-align: center;font-size: 18px;background: #fff;height: auto;overflow: hidden;;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: flex-start;}
.service_fangan .box .ia .swiper-slide:hover .content span{transform: translateY(0%);}
.service_fangan .box .ia .swiper-slide .content{width: 100%;float: left;position: relative;text-align: left;overflow: hidden;background: #fff;display: flex;transition: 0.5s;    align-items: stretch;flex-direction: column;}
.service_fangan .box .ia .swiper-slide .content span{float: left;width: 100%;transform: translateY(100%);transition:0.5s;;aspect-ratio:5/3;border-radius: 10px;overflow: hidden;position: absolute;top: 0;left: 0;display: flex;justify-content: center;align-items: center;background: rgba(0, 0, 0, .4);color: #fff;font-size: 20px;font-weight: bold;}
.service_fangan .box .ia .swiper-slide .content .img{float: left;width: 100%;aspect-ratio:5/3;border-radius: 10px;overflow: hidden;}
.service_fangan .box .ia .swiper-slide .content .img div{float: left;width: 100%;aspect-ratio:5/3;overflow: hidden;background-size: cover;transition:0.5s;;}
.service_fangan .box .swiper-button-next, 
.service_fangan .box .swiper-button-prev{border: 1px solid var(--colorone);width: 30px;height: 30px;border-radius: 100%;display: inline-block;background-size: 8px;left: -100px;background-color: var(--colorone)}
.service_fangan .box .swiper-button-prev{bottom:0;top:auto;left:calc( 50% - 40px );right:auto;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");}
.service_fangan .box .swiper-button-prev:hover{border: 1px solid var(--colorone);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");}
.service_fangan .box .swiper-button-next{bottom:0;top:auto;left: auto;right:calc( 50% - 40px );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");}
.service_fangan .box .swiper-button-next:hover{border: 1px solid var(--colorone);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");}
.service_fangan .box .ia .swiper-pagination-bullet-active.swiper-pagination-bullet-active{background: var(--colorone)}
.service_fangan .box .ia .swiper-paginations{display: none;}
@media (max-width: 1200px) {
.service_fangan{padding: 50px 15px 50px;}
.service_fangan .box .title{margin-bottom: 15px;}
.service_fangan .box .title b{line-height: 30px;font-size: 24px;}
.service_fangan .box .title span{line-height:24px;font-size: 15px;margin-top: 20px;padding: 0 5%;}
.service_fangan .box .texts{flex-direction: column;gap: 0px;margin-bottom:0px;}
.service_fangan .box .texts .l{flex: 1;display: flex;flex-direction: column;margin-bottom: 10px;}
.service_fangan .box .texts .l b{font-size: 20px;font-weight: bold;line-height: 40px;margin-bottom: 10px;text-align: center;}
.service_fangan .box .texts .r{aspect-ratio: 2/1;border-radius: 10px;margin-bottom: 30px;}
.service_fangan .box .texts .l .li{margin-bottom: 30px;}
.service_fangan .box .ia{padding-bottom: 50px;}
.service_fangan .box .ia .swiper-slide{width: 100%;}
.service_fangan .box .ia .swiper-slide .content{flex-direction: column;padding: 0;}
.service_fangan .box .ia .swiper-slide .content .r{flex:1;float: right;padding:0;margin-top: 0;}
}

/*about_desc*/
.service_desc{float: left;width: 100%;padding: 80px 0;background: #fff;}
.service_desc .box{width: 100%;float: left;position:relative;}
.service_desc .box .title{float: left;position:relative;display: flex;z-index: 2;position: relative;flex-direction: column;text-align: center;width: 100%;}
.service_desc .box .title b{width: 100%;float: left;line-height: 48px;font-size: 32px;font-weight: bold;}
.service_desc .box .title img{width: 100%;}
@media (max-width: 1200px) {
.service_desc{padding: 50px 15px 40px;background-size: cover;}
.service_desc .box .title{margin-bottom: 15px;}
.service_desc .box .title b{line-height: 30px;font-size: 24px;margin-bottom: 20px;}
}
@keyframes a_background{
  0%   {background: var(--colorone)}
  50%  {background: #5175ff;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
  100% {background: var(--colorone)}
}

/*service_youshi*/
.service_youshi{float: left;width: 100%;padding: 80px 0 ;background: #F9FAFB}
.service_youshi .box{width: 100%;;float: left;position:relative;}
.service_youshi .box .title{float: left;position:relative;margin-bottom: 0px;display: flex;z-index: 2;position: relative;flex-direction: column;text-align: center;width: 100%;}
.service_youshi .box .title b{width: 100%;float: left;line-height: 48px;font-size: 32px;font-weight: bold;}
.service_youshi .box .title span{width: 100%;float: left;line-height: 60px;font-size: 20px;opacity: 0.5;}
.service_youshi .box .content{width: 100%;float: left;position:relative;display:grid;gap: 30px;transition: all 0.3s ease;grid-template-columns: 1fr 1fr 1fr}
.service_youshi .box .content .item{display: inline-block;margin-top: 0px;transition:0.5s;padding: 50px 40px;flex: 1;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;position: relative;overflow: hidden;flex-direction: column;color: #000;text-align: center;}
.service_youshi .box .content .item:hover .img{padding: 15px;}
.service_youshi .box .content .item b{line-height: 200%;font-size: 20px;font-weight: bold;margin: 15px 0 10px;}
.service_youshi .box .content .item p{line-height: 200%;font-size:14px;opacity: 0.7;}
.service_youshi .box .content .item .img{width: 100px;height: 100px;padding: 25px;background: linear-gradient(-45deg,#376AB3,#6AA6FF);border-radius: 100%;margin-bottom: 10px;transition: 0.5s;}
.service_youshi .box .content .item .img svg{fill: #fff;height: 100%;transition:0.5s;position: relative;width: 100%;}
@media (max-width: 1200px) {
.service_youshi{padding: 50px 15px;}
.service_youshi .box .title{margin-bottom: 15px;}
.service_youshi .box .title b{line-height: 30px;font-size: 24px;}
.service_youshi .box .title span{line-height:24px;font-size: 15px;margin-top: 20px;padding: 0 5%;}
.service_youshi .box .content{width: 100%;float: left;position:relative;display:flex;gap: 10px;transition: all 0.3s ease;flex-direction: column;}
.service_youshi .box .content .item{display:grid;margin-top: 0px;transition:0.5s;border-radius:10px;padding: 10px 10px;grid-template-columns: 90px 1fr;text-align: left;}
.service_youshi .box .content .item .img{height: 70px;width: 70px;grid-row: 1/3;padding: 20px;}
.service_youshi .box .content .item b{font-size: 17px;margin: 0 0 5px;line-height: 200%}
.service_youshi .box .content .item p{font-size:14px;line-height: 180%;}
}

/*service_three*/
.service_three{float: left;width: 100%;padding: 80px 0 ;}
.service_three .box{width: 100%;;float: left;position:relative;}
.service_three .box .title{float: left;position:relative;margin-bottom: 50px;display: flex;z-index: 2;position: relative;flex-direction: column;text-align: center;width: 100%;}
.service_three .box .title b{width: 100%;float: left;line-height: 48px;font-size: 32px;font-weight: bold;}
.service_three .box .title span{width: 100%;float: left;line-height: 60px;font-size: 20px;opacity: 0.5;}
.service_three .box .content{width: 100%;float: left;position:relative;display:grid;gap: 30px;transition: all 0.3s ease;grid-template-columns: 1fr 1fr 1fr 1fr}
.service_three .box .content .item{display: inline-block;margin-top: 0px;transition:0.5s;background:#fff;border-radius:20px;padding: 50px 40px;flex: 1;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;position: relative;overflow: hidden;flex-direction: column;color: #000;text-align: center;box-shadow: 0 5px 7px rgba(0,0,0,0.05);}
.service_three .box .content .item:hover{background: var(--colorone)}
.service_three .box .content .item:hover svg{transform: scale(1.2);}
.service_three .box .content .item b{line-height: 200%;font-size: 20px;font-weight: bold;margin-top: 15px;}
.service_three .box .content .item p{line-height: 200%;font-size:13px;opacity: 0.7;}
.service_three .box .content .item svg{fill: #000;height: 50px;transition:0.5s;position: relative;width: 50px;}
.service_three .box .content .active{background: var(--colorone);color: #fff;}
.service_three .box .content .active svg{fill: #fff;}
@media (max-width: 1200px) {
.service_three{padding: 50px 15px;}
.service_three .box .title{margin-bottom: 15px;}
.service_three .box .title b{line-height: 30px;font-size: 24px;}
.service_three .box .title span{line-height:24px;font-size: 15px;margin-top: 20px;padding: 0 5%;}
.service_three .box .content{width: 100%;float: left;position:relative;display:flex;gap: 10px;transition: all 0.3s ease;flex-direction: column;}
.service_three .box .content .item{display:grid;margin-top: 0px;transition:0.5s;border-radius:10px;padding: 20px 30px;grid-template-columns: 70px 1fr;text-align: left;}
.service_three .box .content .item:hover{box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.service_three .box .content .item svg{height: 50px;transition:0.5s;position: relative;grid-row: 1/3;}
.service_three .box .content .item b{font-size: 17px;margin-top: 0px;line-height: 200%}
.service_three .box .content .item p{font-size:14px;line-height: 180%;}
}

/*service_cases*/
.service_cases{float: left;width: 100%;padding: 80px 0 ;background: #F9FAFB}
.service_cases .box{width: 100%;;float: left;position:relative;display: flex;align-items: center;flex-direction: column;}
.service_cases .box .more{background: var(--colorone);color: #fff;padding: 0 60px;line-height: 50px;border-radius: 50px;display: inline-block;margin:40px auto 0;font-size: 18px;transition:0.5s;}
.service_cases .box .more:hover{padding: 0 80px;}
.service_cases .box .title{float: left;position:relative;margin-bottom: 40px;display: flex;z-index: 2;position: relative;flex-direction: column;text-align: center;width: 100%;}
.service_cases .box .title b{width: 100%;float: left;line-height: 48px;font-size: 32px;font-weight: bold;}
.service_cases .box .title span{width: 100%;float: left;line-height: 60px;font-size: 20px;opacity: 0.5;}
.service_cases .box .content{width: 100%;float: left;position:relative;display:grid;gap: 30px;transition: all 0.3s ease;grid-template-columns: 1fr 1fr 1fr}
.service_cases .box .content .item{background: #fff;transition:0.5s;flex: 1;display: flex;align-items: flex-start;justify-content: center;transition: all 0.3s ease;position: relative;overflow: hidden;flex-direction: column;color: #000;box-shadow: 0 10px 10px rgba(0,0,0,0.05);border-radius: 10px;}
.service_cases .box .content .item:hover{box-shadow: 0 15px 10px rgba(0,0,0,0.1);}
.service_cases .box .content .item:hover b{color: var(--colorone);}
.service_cases .box .content .item b{line-height: 200%;font-size: 18px;font-weight: bold;margin-top: 20px;padding: 0 20px;transition: 0.5s;}
.service_cases .box .content .item p{line-height: 200%;font-size:13px;opacity: 0.7;padding: 0 20px;}
.service_cases .box .content .item i{line-height: 200%;font-size:13px;opacity: 0.7;padding: 0 20px 40px;font-style: normal;}
.service_cases .box .content .item .img{width: 100%;transition: 0.5s;aspect-ratio: 2/1}
@media (max-width: 1200px) {
.service_cases{padding: 50px 15px;}
.service_cases .box .title{margin-bottom: 25px;}
.service_cases .box .title b{line-height: 30px;font-size: 24px;}
.service_cases .box .title span{line-height:24px;font-size: 15px;margin-top: 20px;padding: 0 5%;}
.service_cases .box .content{width: 100%;float: left;position:relative;display:flex;gap: 10px;transition: all 0.3s ease;flex-direction: column;}
.service_cases .box .content .item .img{}
.service_cases .box .content .item b{font-size: 17px;margin-top: 20px;line-height: 200%}
.service_cases .box .content .item p{font-size:13px;line-height: 180%;}
.service_cases .box .content .item i{padding-bottom: 25px;}
}