@charset "utf-8";

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:0;font:16px "微软雅黑",Microsoft YaHei,Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;color: #333333;}
html {-webkit-text-size-adjust:none;width:100%;max-width:100%;}
body {margin:0;padding:0;line-height:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;color:#333333;font-size:0.7294vw;width:100%;max-width:100%;}
body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,Footer,Header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select{margin:0;padding:0}
input,select,textarea {border-radius:0;outline:none;border:0;padding:0;margin:0;}
input[type="button"],input[type="submit"],input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance:none;}
input[type="submit"],input[type="button"],input[type="radio"],input[type="checkbox"] {cursor:pointer;}
a {font-size:0.7294vw;text-decoration:none;color:#000000;display:inline-block;text-decoration:none;outline:none;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
a:hover {-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
a:focus{outline:none}
img {vertical-align:middle;max-width:100%;margin:0;padding:0;border:0;object-fit:cover;}
ol,ul{list-style:none}
.notBlue {-moz-user-select:none;/*火狐*/ -webkit-user-select:none;/*webkit浏览器*/ -ms-user-select:none;/*IE10*/ -khtml-user-select:none;/*早期浏览器*/ user-select:none;}
::after,::before {-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;box-sizing:border-box;}
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,embed,figure,figcaption,Footer,Header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;vertical-align:baseline;line-height:1;}
p {margin:0;padding:0;border:0;vertical-align:baseline;color:#666666;}
.ohidden {overflow:hidden;}
.MoShow {display:none;}
.m-header-nav {display:none;}

/* 颜色相反 */
.invert{filter: invert(100%);}

.tra {-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra:hover {-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra2 img {-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra2:hover img {-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra3 .img {-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra3:hover .img {-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}


.clamp1 {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.clamp2 {display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.clamp3 {display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.clamp4 {display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}

.click_video {cursor:pointer;}
.BWeight {font-weight:bolder;}
.uppercase {text-transform:uppercase;}
.lowercase {text-transform:lowercase;}
.capitalize {text-transform:capitalize;}

/* 滚动条 */
.ovyscroll.left {direction:rtl;overflow-y:auto;}
.ovyscroll.left > * {direction:ltr;}
.ovyscroll {overflow-y:auto;}
.ovyscroll::-webkit-scrollbar-track {background-color:#eeeeee;border-radius:100px;}
.ovyscroll::-webkit-scrollbar-thumb {background:#4b1c87;border-radius:100px;}
.ovyscroll::-webkit-scrollbar-button {background-color:#ffffff;display:none;border-radius:100px;}
.ovyscroll::-webkit-scrollbar-corner {background-color:#ffffff;border-radius:100px;}
.ovyscroll::-webkit-scrollbar {width:0.2605vw;height:0vw;border-radius:100px;}
.ovxscroll {overflow-x:auto;}
.ovxscroll::-webkit-scrollbar-track {background-color:#e5e5e;border-radius:100px;}
.ovxscroll::-webkit-scrollbar-thumb {background:#4b1c87;border-radius:100px;}
.ovxscroll::-webkit-scrollbar-button {background-color:#ffffff;display:none;border-radius:100px;}
.ovxscroll::-webkit-scrollbar-corner {background-color:#ffffff;border-radius:100px;}
.ovxscroll::-webkit-scrollbar {width:0;height:0.2605vw;border-radius:100px;}


.switch {position:relative;display:inline-block;width:2.084vw;height:1.042vw;background-color:#ccc;transition:all 0.2s;border-radius:22px;cursor:pointer;transition:background-color 0.2s  ease-in-out;}
.switch-input {display:none}
.switch-input:checked+.switch-inner {background-color:#1890ff;}
.switch-inner {display:block;width:100%;height:100%;position:relative;border-radius:22px}
.switch-inner-checked,.switch-inner-unchecked {position:absolute;top:50%;transform:translateY(-50%);color:#fff;transition:opacity 0.2s  ease-in-out;}
.switch-inner-checked {left:0.4168vw;opacity:0}
.switch-inner-unchecked {right:0.4168vw;opacity:1}
.switch-input:checked+.switch-inner .switch-inner-checked {opacity:1;transition:all 0.2s;}
.switch-input:checked+.switch-inner .switch-inner-unchecked {opacity:0;transition:all 0.2s;}
.switch-input:not(:checked)+.switch-inner .switch-inner-checked {opacity:0;transition:all 0.2s;}
.switch-input:not(:checked)+.switch-inner .switch-inner-unchecked {opacity:1;transition:all 0.2s;}
.switch-inner::after {content:'';position:absolute;width:0.8336vw;height:0.8336vw;background-color:#fff;border-radius:50%;top:0.1042vw;left:0.1042vw;transition:transform 0.2s ease-in-out;}
.switch-input:checked+.switch-inner::after {transform:translateX(1.042vw)}


.content_list_video {display:none;position:fixed;left:0;top:0;z-index:99999;width:100%;height:100%;}
.content_list_video.on {display:block;}
.content_list_video .list_video_bg {position:fixed;background:rgba(0,0,0,.8);left:0;top:0;width:100%;height:100%;z-index:9999;}
.content_list_video .list_video_content {width:80%;max-width:90%;position:fixed;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:99999;}
.content_list_video .list_video_content .video_content_close {width:1.6672vw;height:1.6672vw;border-radius:100%;display:flex;align-items:center;justify-content:center;background:#4b1c87;position:absolute;right:-0.6252vw;top:-2.3672vw;cursor:pointer;z-index:2;}
.content_list_video .list_video_content .video_content_close img {height:0.6252vw;}
.content_list_video .list_video_content .video_content_close .fa{color: white;}
.content_list_video .list_video_content video {width:100%;}



/* 弹窗样式 Start */
.message_box {position:fixed;top:0;bottom:0;left:0;right:0;margin:0;padding:0;border:0;z-index:999999999;}
.message_box .message_box_bg {position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;opacity:0;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease;z-index:999999999;}
.message_box .message_box_content {width:18%;vertical-align:middle;background-color:#fff;border-radius:4px;border:1px solid #ebeef5;box-shadow:0 0.1042vw 0.6252vw 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;backface-visibility:hidden;}
.message_box .message_box_content .content_top {position:relative;padding:0.7815vw 0.7815vw 0.521vw;display:flex;align-items:center;justify-content:space-between;}
.message_box .message_box_content .content_top .content_top_title {padding-left:0;margin-bottom:0;font-size:0.9378vw;line-height:1;color:#303133;}
.message_box .message_box_content .content_top .content_top_close {width:0.7815vw;height:0.7815vw;position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center;}
.message_box .message_box_content .content_top .content_top_close .top_close_li {width:0.0521vw;height:0.6773vw;border-radius:100px;background-color:#909399;position:absolute;top:auto;right:auto;bottom:auto;left:auto;-webkit-transition:background-color .35s ease;-moz-transition:background-color .35s ease;transition:background-color .35s ease;}
.message_box .message_box_content .content_top .content_top_close .top_close_left {transform:rotate(45deg);}
.message_box .message_box_content .content_top .content_top_close .top_close_right {transform:rotate(315deg);}
.message_box .message_box_content .content_top .content_top_close:hover .top_close_li {background:#de6c00;}
.message_box .message_box_content .content_center {padding:0.2605vw 0.7815vw;}
.message_box .message_box_content .content_center p {line-height:1.5;color:#606266;font-size:0.7294vw;}
.message_box .message_box_content .content_center input {width:100%;font-size:0.7294vw;padding:0.2605vw;border:1px solid #606266;border-radius:4px;color:#606266;}
.message_box .message_box_content .content_center input:focus {border-color:#244d9a;}
.message_box .message_box_content .content_bottom {padding:0.521vw 0.7815vw 0.7815vw 0.7815vw;text-align:right;}
.message_box .message_box_content .content_bottom .content_bottom_btns {display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#244d9a;border:1px solid #244d9a;color:#fff;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:none;margin:0;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0.4689vw 0.8336vw;font-size:0.6252vw;border-radius:4px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.message_box .message_box_content .content_bottom .content_bottom_btns:hover {border-color:#de6c00;background-color:#de6c00;}


.pcpopup .message_box_content .content_bottom .content_bottom_btns.no {margin-right:0.6252vw;}
.pcpopup .message_box_content .content_bottom .content_bottom_btns.no {border-color:#c1c1c1;background-color:#c1c1c1;color:#ffffff;}
.pcpopup .message_box_content .content_bottom .content_bottom_btns.no:hover {border-color:#aaaaaa;background-color:#aaaaaa;}
.prompts .message_box_content .content_top .content_top_title {font-size:0.8857vw;}
.prompts .message_box_content .content_center {padding:0.4168vw 0.7815vw;}
.message_box .message_box_bg.on {opacity:1;}


.notice_box {display:flex;width:17.193vw;border-radius:8px;box-sizing:border-box;border:1px solid #ebeef5;position:fixed;right:1.042vw;background-color:#fff;box-shadow:0 0.1042vw 0.6252vw 0 rgba(0,0,0,.1);transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;overflow:hidden;z-index:999999999;}
.notice_box .notice_box_content {width:100%;}
.notice_box .notice_box_content .content_top {position:relative;padding:0.9378vw 0.9378vw 0.3647vw 0.9378vw;display:flex;align-items:center;justify-content:space-between;}
.notice_box .notice_box_content .content_top .content_top_title {padding-left:0;margin-bottom:0;font-size:0.9378vw;line-height:1;color:#303133;}
.notice_box .notice_box_content .content_top .content_top_close {width:0.7815vw;height:0.7815vw;position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center;}
.notice_box .notice_box_content .content_top .content_top_close .top_close_li {width:0.0521vw;height:0.6773vw;border-radius:100px;background-color:#909399;position:absolute;top:auto;right:auto;bottom:auto;left:auto;-webkit-transition:background-color .35s ease;-moz-transition:background-color .35s ease;transition:background-color .35s ease;}
.notice_box .notice_box_content .content_top .content_top_close .top_close_left {transform:rotate(45deg);}
.notice_box .notice_box_content .content_top .content_top_close .top_close_right {transform:rotate(315deg);}
.notice_box .notice_box_content .content_top .content_top_close:hover .top_close_li {background:#244d9a;}
.notice_box .notice_box_content .content_btm {padding:0.4168vw 0.9378vw 0.9378vw 0.9378vw;}
.notice_box .notice_box_content .content_btm p {color:#606266;font-size:0.7294vw;}

@media screen and (max-width:199.022vw) {.message_box .message_box_content {width:17%;}}
@media screen and (max-width:129.729vw) {.message_box .message_box_content {width:18%;}}
@media screen and (max-width:100.032vw) {.message_box .message_box_content {width:20%;}
.message_box .message_box_content .content_bottom .content_bottom_btns {padding:0.4168vw 0.7815vw;font-size:0.6252vw;}}
@media screen and (max-width:90.654vw) {.message_box .message_box_content {width:21%;}}
@media screen and (max-width:87.528vw) {.message_box .message_box_content {width:22%;}}
@media screen and (max-width:81.276vw) {.message_box .message_box_content {width:23%;}}
@media screen and (max-width:75.024vw) {.message_box .message_box_content {width:25%;}}
@media screen and (max-width:71.1686vw) {.message_box .message_box_content {width:27%;}}
@media screen and (max-width:66.688vw) {.message_box .message_box_content {width:28%;}}
@media screen and (max-width:64.604vw) {.message_box .message_box_content {width:29%;}}
@media screen and (max-width:53.3504vw) {.message_box .message_box_content {width:30%;}}
@media screen and (max-width:51.058vw) {.message_box .message_box_content {width:38%;}}
@media screen and (max-width:41.68vw) {.message_box .message_box_content {width:70%;border-radius:5px;}
.message_box .message_box_content .content_top {padding:0.6252vw 0.6252vw 0.521vw;}
.message_box .message_box_content .content_center {padding:0.3647vw 0.6252vw;}
.message_box .message_box_content .content_center {padding:0.3126vw 0.6252vw;}
.message_box .message_box_content .content_bottom {padding:0.2605vw 0.6252vw 0.6252vw 0.6252vw;}
.message_box .message_box_content .content_bottom .content_bottom_btns {padding:0.4168vw 0.7815vw;font-size:0.6773vw;border-radius:5px;}
}
/* 弹窗样式 End */

.search {position:fixed;width:100%;height:100%;left:0;top:0;right:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:99999999999;}
.search .search_bg {position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.search .search_bg .search_content {width:50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);filter:scale(0);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;opacity:1;}
.search .search_bg.on .search_content {-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;opacity:1;}
.search .search_content .search_content_top {position:relative;}
.search .search_content .search_content_top .search_close {position:absolute;right:0;top:-2.605vw;color:#fff;font-size:1.563vw;}
.search .search_content .search_content_bottom {display:flex;align-items:center;justify-content:center;position:relative;border-radius:100px;overflow:hidden;}
.search .search_content input[type="search"] {width:80%;background:inherit;height:4.168vw;font-size:0.8836vw;color:#333;padding:0vw 1.542vw;z-index:1;position:relative;background:#fff;border:0px;}
.search .search_content input[type="submit"] {width:20%;height:4.168vw;font-size:0.8836vw;z-index:1;position:relative;color:#111;cursor:pointer;color:#fff;background:#4b1c87;border:0px;}

.pc_all{}
.pc_all .pc_all_content2 {max-width:88.57vw;width:100%;margin:0 auto;}
.pc_all .pc_all_content {max-width:88.57vw;width:100%;margin:0 auto;}
.pc_all * {-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.pc_all *:hover {-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}


.paddingtop135 {padding-top:7.0335vw}
.padding115 {padding:5.9915vw 0;}
.padding110 {padding:5.731vw 0;}
.paddicng100 {padding:5.21vw 0;}


.page {width:100%;margin-top:2.605vw;}
.layui-laypage {display:flex;font-size:0.8336vw;color:#333;align-items:center;justify-content:center;}
.layui-laypage .layui-laypage-disabled {margin:0 0.3647vw;border-radius:100px;border:1px solid #ffffff;}
.layui-laypage .layui-laypage-count {margin-right:0.3647vw;padding:0 0.5731vw;height:2.5008vw;font-size:0.8336vw;line-height:2.5008vw;color:#999;background-color:#ffffff;border:1px solid #ffffff;display:none;border-radius:100px;}
.layui-laypage a {width:2.5008vw;height:2.5008vw;color:#999;font-size:0.8336vw;border:1px solid #ffffff;text-align:center;margin:0 0.3647vw;font-family:Arial;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:100px;}
.layui-laypage-curr {width:2.5008vw;height:2.5008vw;font-size:0.8336vw;border-radius:100px;color:#999;text-align:center;margin:0 0.3647vw;font-family:Arial;position:relative;font-weight:100;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;background-color:#ffffff;display:flex;align-items:center;justify-content:center;border-radius:100px;}
.layui-laypage-curr em,.layui-laypage-disabled em {font-style:inherit;font-family:Arial;border-radius:100px;}
.layui-laypage-curr em:last-child {width:100%;height:100%;color:#fff;font-weight:100;background-color:#f5a423;display:flex;align-items:center;justify-content:center;}
.layui-laypage .layui-laypage-disabled {width:2.5008vw;height:2.5008vw;border-radius:100px;display:flex;align-items:center;justify-content:center;font-size:0.8336vw;color:#999;font-weight:100;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;background-color:#ffffff;cursor:not-allowed;}
.layui-laypage .layui-laypage-disabled:hover {color:#999;background-color:#ffffff;}
.layui-laypage a:hover {color:#fff;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;background-color:#f5a423;border-color:#f5a423;}
.layui-laypage a:hover i {color:#fff;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.layui-laypage-limits,.layui-laypage-skip {display:none;}


.pc_top {}
.pc_top .pc_top_box {}
.pc_top .pc_top_box .pc_top_title {margin-bottom:1.563vw;display:flex;align-items:center;color:#4b1c87;}
.pc_top .pc_top_box .pc_top_title img {width:auto;height:1.1983vw;margin-right:0.4168vw;}
.pc_top .pc_top_box .pc_top_title.color {color:#4b1c87;}
.pc_top .pc_top_box .pc_top_txt {line-height:1.6;;line-height:1.5;}
.pc_top.b .pc_top_box .pc_top_title{ margin-bottom: 1vw;}
.pc_top.b .pc_top_box .pc_top_txt{ line-height: 1;}
.pc_top .pc_top_box .pc_top_txt.fw200{font-weight:200}
.pc_top .pc_top_box .pc_top_txt.strong {font-weight:bold;}
.pc_top .pc_top_box .pc_top_txt * {font-size:inherit;}
.pc_top .pc_top_box .pc_top_txt strong {font-size:inherit;font-weight:bold;line-height: inherit;}
.pc_top .pc_top_box .pc_top_txt span{color:inherit;font-weight: inherit;display:block;font-size:inherit;line-height: inherit;}
.pc_top .pc_top_box.center .pc_top_txt {text-align:center;}
.pc_top .pc_top_box.center .pc_top_title{position:relative;left:-0.31vw;}
.pc_top .pc_top_box .pc_top_subtxtf {}
.pc_top .pc_top_box .pc_top_p {line-height:1.65;margin-top:2.3445vw;color:#333333;}
.pc_top .pc_top_box .pc_btn {margin-top:3.6470000000000002vw;}
.pc_top .pc_top_box.center {display:flex;align-items:center;justify-content:center;}
.pc_top .pc_top_box.center.column {flex-direction:column;}
.pc_top.white .pc_top_box .pc_top_title {color:#fff;}
.pc_top.white .pc_top_box .pc_top_txt {color:#fff;}

.pc_btn {display:inline-block;}
.pc_btn .pc_btn_box {display:flex;align-items:center;}
.pc_btn .pc_btn_icon {width:2.1882vw;height:2.1882vw;margin-right:0.521vw;border-radius:100px;border:1px solid #d6d6d6;display:flex;align-items:center;justify-content:center;position:relative;}
.pc_btn .pc_btn_icon img {width:auto;height:0.5731vw;}
.pc_btn .pc_btn_icon.on img:last-child {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;}
.pc_btn .pc_btn_txt {position:relative;font-weight:500;line-height:1;color:#515151;}
.pc_btn .pc_btn_txt::before {content:'';width:0%;height:0.1042vw;position:absolute;left:0;bottom:-0.521vw;background:#f5a423;opacity:0;}
.pc_btn.white .pc_btn_icon {border:1px solid rgba(255,255,255,.4)}
.pc_btn.white .pc_btn_txt {color:#fff}
.pc_btn:hover .pc_btn_icon {background:#f5a423;border-color:#f5a423;}
.pc_btn:hover .pc_btn_icon.on img {opacity:0;}
.pc_btn:hover .pc_btn_icon.on img:last-child {opacity:1;}
.pc_btn:hover .pc_btn_txt {color:#f5a423;}
.pc_btn:hover .pc_btn_txt::before {opacity:1;width:100%;}


.swiper .swiper-pagination {width:100%;margin-top:1.563vw;display:flex;align-items:center;justify-content:center;position:relative;left:0;top:0;bottom:0;right:0;}
.swiper .swiper-pagination span {width:0.7815vw;height:0.7815vw;margin-right:0.7815vw !important;display:inline-block;background:#cccccc;border-radius:100px;cursor:pointer;}
.swiper .swiper-pagination span:last-child {margin-right:0;}
.swiper .swiper-pagination span.swiper-pagination-bullet-active {background:#f5a423;}


.Header {width:100%;position:absolute;top:0;left:0;z-index:9999;transition:all 0.45s;}
.Header.hide {transform:translateY(-100%);}
.Header .header_box {padding:1.3546vw 0;display:flex;align-items:center;justify-content:space-between;transition:padding 0.45s;}
.Header .header_box .header_box_logo {height:2.8655vw;position:relative;display:inline-block;}
.Header .header_box .header_box_logo img {height:100%;}
.Header .header_box .header_box_logo img:last-child {position:absolute;left:0;top:0;height:100%;opacity:0;}
.Header .header_box .header_box_nav {display:flex;align-items:center;justify-content:center;}
.Header .header_box .header_box_nav .box_nav_li {margin:0 1.563vw;font-size:inherit;}
.Header .header_box .header_box_nav .box_nav_li a {padding:1.042vw 0.521vw;font-size:inherit;display:inline-block;color:white;}
.Header .header_box .header_box_nav .box_nav_li.on a{color:#f5a423;}
.Header .header_box .header_box_right {display:flex;align-items:center;}
.Header .header_box .header_box_right .hbox_right_language {cursor:pointer;position:relative;margin-right:1.042vw;}
.Header .header_box .header_box_right .hbox_right_language .right_language_title {color:#fff;display:flex;align-items:center;}
.Header .header_box .header_box_right .hbox_right_language .right_language_title span {height:1.1462vw;margin-left:0.0521vw;position:relative;display: flex;align-items: center;}
.Header .header_box .header_box_right .hbox_right_language .right_language_title span img {height:100%;}
.Header .header_box .header_box_right .hbox_right_language .right_language_title span img:last-child {position:absolute;left:0;top:0;height:100%;opacity:0;}
.Header .header_box .header_box_right .hbox_right_language .right_language_down {position:absolute;top:100%;width:5.4705vw;left:50%;transform:translateX(-50%);padding-top:1.042vw;display:none;}
.Header .header_box .header_box_right .hbox_right_language .right_language_down .list_language_down {border-radius:5px;position:relative;}
.Header .header_box .header_box_right .hbox_right_language .right_language_down .list_language_down a {display:inline-block;width:100%;line-height:1.9798vw;font-size:inherit;text-align:center;color:#fff;background:rgba(0,0,0,.5);}
.Header .header_box .header_box_right .hbox_right_language .right_language_down .list_language_down a:hover {background:#4b1c87;color:#fff;}
.Header .header_box .header_box_right .hbox_right_language:hover .right_language_down {display:block;}
.Header .header_box .header_box_right .hbox_right_search {cursor:pointer;height:1.1462vw;margin-right:1.3025vw;position:relative;}
.Header .header_box .header_box_right .hbox_right_search img {height:100%;}
.Header .header_box .header_box_right .hbox_right_search img:last-child {position:absolute;left:0;top:0;height:100%;opacity:0;}
.Header .header_box .header_box_right .header_box_getbtn {padding:0.7815vw 1.8235000000000001vw;border-radius:100px;color:white;background:#f5a423;display:inline-block;}
.Header .header_box .header_box_right .header_box_getbtn:hover {background:#4b1c87;}
.Header.active {position:fixed;background:white;box-shadow:0 0 0.521vw 0 rgba(0,0,0,0.15);}
.Header.active .header_box {padding:1.042vw 0;}
.Header.active .header_box .header_box_logo img {opacity:0;}
.Header.active .header_box .header_box_logo img:last-child {opacity:1;}
.Header.active .header_box .header_box_nav .box_nav_li a {color:#333;}
.Header.active .header_box .header_box_right .hbox_right_language .right_language_title {color:#333;}
.Header.active .header_box .header_box_right .hbox_right_language .right_language_title span img {opacity:0;}
.Header.active .header_box .header_box_right .hbox_right_language .right_language_title span img:last-child {opacity:1;}
.Header.active .header_box .header_box_right .hbox_right_search img {opacity:0;}
.Header.active .header_box .header_box_right .hbox_right_search img:last-child {opacity:1;}



.Banner {width:100%;}
.Banner .Banner_box {width:100%;overflow:hidden;position:relative;}
.Banner .Banner_box .swiper {width:100%;}
.Banner .Banner_box .swiper .banner_list {position:relative;}
.Banner .Banner_box .swiper .banner_list .banner_list_img {width:100%;position:relative;}
.Banner .Banner_box .swiper .banner_list .banner_list_img img {width:100%;height:100vh;}
.Banner .Banner_box .swiper .banner_list .banner_list_img:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background: linear-gradient(to bottom,transparent 0%, rgba(75,28,135,.5) 50%, rgba(75,28,135,.9) 100%);z-index:3;}
.Banner .Banner_box .swiper .banner_list .banner_list_img:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background: linear-gradient(to bottom,rgba(0,0,0,0.35) 5%, rgba(38,38,38,.3) 50%, rgba(38,38,38,.5) 100%);z-index:2;}
.Banner .Banner_box .swiper .banner_list .banner_list_title {width:100%;position:absolute;left:0%;bottom:calc(38% + 2.226vw);transition:none;color:white;font-weight:600;right:0;margin:0 auto;z-index:5;display:none;}
.Banner .Banner_box .swiper .banner_list.swiper-slide-active {opacity:1 !important;z-index:99;}
.Banner .Banner_bottom {width:100%;position:absolute;left:50%;bottom:0%;transform:translateX(-50%);z-index:9;}
.Banner .Banner_bottom_box {width:100%;padding:0 0 3.252vw 0;position:relative;}
.Banner .Banner_bottom_box .bottom_box_title{width:100%;position:relative;left:0%;bottom:0;transition:none;color:white;font-weight:600;right:0;margin:0 auto;z-index:5;}
.Banner .Banner_bottom_box .swiper-pagination {width:100%;height:0.1563vw;margin: 2vw 0;background:rgba(255,255,255,.15);position: relative;left:0;bottom:0;top:0;right:0;}
.Banner .Banner_bottom_box .swiper-pagination span {background:#f5a423;}
.Banner .Banner_bottom_box .swiper-button-btn{width: 100%; display: flex; align-items: center; position: relative;}
.Banner .Banner_bottom_box .swiper-button-li {width:2.1882vw;height:2.1882vw;position: relative;left:0;bottom:0;top:0;right:0;border-radius:100px;background:white;display:flex;align-items:center;justify-content:center;user-select:none;margin:0;padding:0;}
.Banner .Banner_bottom_box .swiper-button-li img {width:0.6252vw;height:auto;}
.Banner .Banner_bottom_box .swiper-button-li svg {width:0;height:0;opacity:0;display:none;overflow:hidden;}
.Banner .Banner_bottom_box .swiper-button-prev {}
.Banner .Banner_bottom_box .swiper-button-next {margin:0 0 0 1vw;}
.Banner .Banner_bottom_box .swiper-button-next img {transform:rotate(180deg);}
.Banner .Banner_bottom_box .Banner_bottom_info {width:100%;display:flex;align-items:center;justify-content:flex-end;position: relative; bottom: 2vw;}
.Banner .Banner_bottom_box .Banner_bottom_info .bottom_info_box {width:20.5795vw;}
.Banner .Banner_bottom_box .Banner_bottom_info .bottom_info_box .info_box_list {width:100%;margin-bottom:1.042vw;display:flex;align-items:center;justify-content:space-between;}
.Banner .Banner_bottom_box .Banner_bottom_info .bottom_info_box .info_box_list .box_list_thumb {width:6.5646vw;height:4.2722vw;border-radius:8px;overflow:hidden;}
.Banner .Banner_bottom_box .Banner_bottom_info .bottom_info_box .info_box_list .box_list_thumb img {width:100%;height:100%;}
.Banner .Banner_bottom_box .Banner_bottom_info .bottom_info_box .info_box_list .box_list_info {width:calc(100% - 7.6066vw);}
.Banner .Banner_bottom_box .Banner_bottom_info .bottom_info_box .info_box_list .box_list_info .list_info_title {width:100%;margin-bottom:1.042vw;color:white;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.Banner .Banner_bottom_box .Banner_bottom_info .bottom_info_box .info_box_list .box_list_info .list_info_time {width:100%;color:rgba(255,255,255,.5);}
.Banner .Banner_bottom .Banner_bottom_wave {position:absolute;bottom:-0.0521vw;left:0;width:100%;height:7.815vw;z-index:1;pointer-events:none;overflow:hidden}
.Banner .Banner_bottom .Banner_bottom_wave canvas {display:block;width:100%;height:100%}

.Banner .Banner_bottom_box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transition:width 1000ms ease,transform 1000ms ease !important;transition-delay:0.3s !important}
.Banner .Banner_bottom_box .swiper-pagination-progressbar-fill{webkit-transition-delay:0.3s !important;transition-delay:0.3s !important}






.CorporateCulture {position:relative;overflow:hidden;}
/*.CorporateCulture .img {*/ /* opacity:0;*/ /*}
*/
.CorporateCulture .img .click_video {display:none;}
.CorporateCulture .img video {width:100%;height:100vh;object-fit:cover;}
.CorporateCulture .biaoti {position:absolute;top:0.74rem;left:10.4vw;z-index:3;}
.CorporateCulture .biaoti .index_title {-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s;}
.CorporateCulture .biaoti .index_title .content0 {-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s;}
.CorporateCulture .biaoti.active .index_title {color:#fff;}
.CorporateCulture .biaoti.active .index_title .content0 {color:#fff;}
.CorporateCulture .wenan {position:absolute;left:50%;top:65%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;z-index:3;font-weight:bolder;}
.CorporateCulture .wenan.active {margin-top:0;color:#fff;}
.CorporateCulture .wenan p {color:#000;-webkit-transition:0.6s;-o-transition:0.6s;transition:0.6s;}
.CorporateCulture .position {position:absolute;top:-0.0521vw;left:-0.0521vw;width:calc(100% + 0.0521vw);height:calc(100% + 0.0521vw);z-index:2;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s;}
.CorporateCulture .position.active {opacity:0;}
.CorporateCulture .position img {position:absolute;left:50%;top:50%;z-index:5;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;width:100%;max-width:none;height:100%;object-fit:cover;}
/*::-webkit-scrollbar {width:0vw;height:0vw;}
::-webkit-scrollbar-track {background:transparent;}
::-webkit-scrollbar-thumb {background-color:rgba(0,0,0,0.2);border-radius:10px;}
::-webkit-scrollbar-thumb:hover {background-color:rgba(0,0,0,0.4);}
*/

.HAbout {width:100%;position:relative;height:100vh;}
.HAbout .HAbout_Bg {width:100%;position:relative;}
.HAbout .HAbout_Bg video {width:100%;height:100vh;object-fit:cover;}
.HAbout .HAbout_Bg .bgimg{display: none;}
.HAbout .HAbout_Bg::before {content:'';position:absolute;left:0;bottom:0;width:100%;height:50%;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);}
.HAbout .HAbout_Bg::after {content:'';position:absolute;left:0;top:0;width:50%;height:100%;background:linear-gradient(to right,rgba(0,0,0,.5),transparent);}
.HAbout .HAbout_box {width:100%;height:100%;position:absolute;left:0;top:0;right:0;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;padding-top:6.63vw;}
.HAbout .HAbout_box .pc_top {}
.HAbout .HAbout_box .pc_top .pc_top_box {}
.HAbout .HAbout_box .pc_top .pc_top_box .pc_top_title {}
.HAbout .HAbout_box .pc_top .pc_top_box .pc_top_txt {}
.HAbout .HAbout_box .pc_top .pc_top_box .pc_top_p {}
.HAbout .HAbout_box .HAbout_box_item {width:100%;border-top:1px solid rgba(255,255,255,.3);position:absolute;left:0;bottom:0;display:flex;align-items:center;justify-content:space-between;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list {width:20%;height:15.63vw;border-right:1px solid rgba(255,255,255,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list .item_list_icon {height:2.8134vw;position:relative;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list .item_list_icon img {height:100%;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list .item_list_icon img:last-child {position:absolute;left:0;top:0;opacity:0;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list .item_list_number {margin:1.8235000000000001vw 0 1.042vw 0;font-weight:600;color:white;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list .item_list_number span {color:white;margin-left:0.521vw;position:relative;bottom:0.1042vw;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list .item_list_txt {color:white;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list:last-child {border-right:none;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list:hover .item_list_icon img {opacity:0;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list:hover .item_list_icon img:last-child {opacity:1;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list:hover .item_list_number {color:#f5a423;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list:hover .item_list_number span {color:#f5a423;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list:hover .item_list_txt {color:#f5a423;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list.on .item_list_icon img {opacity:0;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list.on .item_list_icon img:last-child {opacity:1;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list.on .item_list_number {color:#f5a423;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list.on .item_list_number span {color:#f5a423;}
.HAbout .HAbout_box .HAbout_box_item .box_item_list.on .item_list_txt {color:#f5a423;}


.HISolutions {}
.HISolutions .HISolutions_box {width:100%;}
.HISolutions .HISolutions_box .HISolutions_box_item {width:100%;display:flex;justify-content:space-between;}
.HISolutions .HISolutions_box .HISolutions_box_item .box_item_list {width:50%;padding:9.6385vw 5.21vw;background:#fff;}
.HISolutions .HISolutions_box .HISolutions_box_item .box_item_list .pc_top {}
.HISolutions .HISolutions_box .HISolutions_box_item .box_item_list .pc_top .pc_top_title {}
.HISolutions .HISolutions_box .HISolutions_box_item .box_item_list .pc_top .pc_top_txt {}
.HISolutions .HISolutions_box .HISolutions_box_item .box_item_list .pc_top .pc_top_p {line-height:1.8;color:#c9c9c9;}
.HISolutions .HISolutions_box .HISolutions_box_item .box_item_list .pc_top .pc_btn {}
.HISolutions .HISolutions_box .HISolutions_box_item .box_item_list .pc_top .pc_btn .pc_btn_icon {}
.HISolutions .HISolutions_box .HISolutions_box_item .box_item_list .pc_top .pc_btn .pc_btn_icon img {}
.HISolutions .HISolutions_box .HISolutions_box_item .box_item_list .pc_top .pc_btn .pc_btn_txt {}
.HISolutions .HISolutions_box .HISolutions_box_item .box_item_thumb {width:50%;}
.HISolutions .HISolutions_box .HISolutions_box_item .box_item_thumb img {width:100%;height:100vh;object-fit:cover;}
.HISolutions .HISolutions_box .HISolutions_box_item:nth-child(even) {flex-direction:row-reverse;}
@media screen and (min-width:62.5721vw) {
    .HISolutions.hi-scroll {position:relative;height:100vh;overflow:hidden;}
    .HISolutions.hi-scroll .HISolutions_box {height:100%;position:relative;}
    .HISolutions.hi-scroll .HISolutions_box .HISolutions_box_item {position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;visibility:hidden;transform:translateY(8%);}
    .HISolutions.hi-scroll .HISolutions_box .HISolutions_box_item .box_item_list,.HISolutions.hi-scroll .HISolutions_box .HISolutions_box_item .box_item_thumb {height:100%;}
    .HISolutions.hi-scroll .HISolutions_box .HISolutions_box_item .box_item_thumb img {height:100%;}
}
.business-texts {height:calc(100vh * 6) !important;}
.business-img-item {transition:none !important;}


.HCPEquipment {width:100%; background: url(../images/bg10.jpg) no-repeat center bottom fixed;background-position-y: 90%;background-size: cover;position:relative;}
.HCPEquipment:before{content: ""; width:32.9272vw;height:15.63vw; position: sticky; left: -1vw; top: 28vw; background: url(../images/bn40.png) no-repeat center; background-size: cover; display: inline-block;}
.HCPEquipment .HCPEquipment_box {width:100%; padding: 150px 0px;position:relative;}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_left {width:30%; position: sticky; top: 150px; left: 0; z-index: 3;}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_right {width:100%;padding-left: 35%; margin-top: -20vw;}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list .right_list_thumb {width:45.3%; height:26.05vw; margin-bottom:2.084vw;border-radius:26px;overflow:hidden;}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list .right_list_thumb img {width:100%;height:100%;}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list .right_list_info {width:46%;}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list .right_list_info .list_info_title {color:white;margin-bottom:0;text-align: center;}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list:hover .right_list_info .list_info_title{ color:#f5a423;}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list .right_list_info .list_info_desc {line-height:1.8;color:white;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list:first-child {margin-top:0;}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list {width:100%;margin-top:-13.42vw;}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list:nth-child(2n) {display:flex;margin-top:-10.63vw;flex-direction:column;align-items:flex-end;}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list {
			opacity: 0;
			transform: translate3d(0, 48px, 0);
			transition: opacity 0.75s ease, transform 0.75s ease;
			will-change: opacity, transform;
		}
.HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list.is-visible {
			opacity: 1;
			transform: translate3d(0, 0, 0);
		}


.HCSharing {padding:8.2318vw 0 7.815vw 0;background:#f8f9fb;position:relative;z-index:1;overflow:hidden}
.HCSharing .HCSharing_box {width:100%;display:flex;justify-content:space-between;}
.HCSharing .HCSharing_box .HCSharing_box_left {width:30%;}
.HCSharing .HCSharing_box .HCSharing_box_left .pc_top {}
.HCSharing .HCSharing_box .HCSharing_box_right {width:65%;display:flex;justify-content:space-between;flex-wrap:wrap;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list {width:calc(50% - 0.7815vw);height:18.235vw;margin-bottom:1.563vw;border-radius:26px;overflow:hidden;background:white;position:relative;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_thumb{width: 100%;height: 100%;position: relative;z-index: 1;opacity: 0;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_thumb::before{ content: ""; width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;background: rgba(0,0,0,0.5);}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_thumb img{width: 100%;height: 100%;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_info{width: 100%;height: 100%;padding:1.8235000000000001vw;position: absolute;left: 0;top: 0;z-index: 3;display:flex;flex-direction:column;justify-content:space-between;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_top {width:100%;position:relative;display:flex;align-items:center;justify-content:space-between;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_top .list_top_cat {color:#4b1c87;font-weight:600;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_top .list_top_icon {width:2.605vw;height:2.605vw;border-radius:100px;overflow:hidden;position:relative;background:#f8f9fb;display:flex;align-items:center;justify-content:center;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_top .list_top_icon img {height:0.5731vw;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_top .list_top_icon img:last-child {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_bottom {width:100%;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_bottom .list_bottom_title {width:100%;margin-bottom:1.042vw;color:#333333;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_bottom .list_bottom_desc {width:100%;color:#666666;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:hover .right_list_thumb{opacity: 1;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:hover .right_list_top .list_top_cat {color:white;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:hover .right_list_top .list_top_icon {background:#f5a423;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:hover .right_list_top .list_top_icon img {opacity:0;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:hover .right_list_top .list_top_icon img:last-child {opacity:1;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:hover .right_list_bottom .list_bottom_title {color:rgba(255,255,255,1);}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:hover .right_list_bottom .list_bottom_desc {color:rgba(255,255,255,.55);display: none;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list.on {background:#f5a423;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list.on .right_list_top .list_top_cat {color:white;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list.on .right_list_top .list_top_icon {background:#f5a423;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list.on .right_list_top .list_top_icon img {opacity:0;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list.on .right_list_top .list_top_icon img:last-child {opacity:1;}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list.on .right_list_bottom .list_bottom_title {color:rgba(255,255,255,1);}
.HCSharing .HCSharing_box .HCSharing_box_right .box_right_list.on .right_list_bottom .list_bottom_desc {color:rgba(255,255,255,.55);}
.HCSharing .HCSharing_bg {position:absolute;bottom:0;left:0;width:100%;height:15.63vw;z-index:-1;pointer-events:none;overflow:hidden;}
.HCSharing .HCSharing_bg canvas {display:block;width:100%;height:100%}



.footer {width:100%;overflow:hidden;background:#4b1c87;}
.footer .footer_box {width:100%;padding:3.3344vw 0;}
.footer .footer_box .footer_box_top {width:100%;margin-bottom:1.6672vw;display:flex;align-items:center;justify-content:space-between;}
.footer .footer_box .footer_box_top .box_top_logo {display:flex;align-items:center;}
.footer .footer_box .footer_box_top .box_top_logo img {width:auto;height:3.2823vw;}
.footer .footer_box .footer_box_top .box_top_nav {display:flex;align-items:center;}
.footer .footer_box .footer_box_top .box_top_nav a {margin-right:3.6470000000000002vw;display:inline-block;color:white;font-size:inherit;font-weight:500;}
.footer .footer_box .footer_box_top .box_top_nav a:last-child {margin-right:0;}
.footer .footer_box .footer_box_top .box_top_nav a:hover {color:#f5a423;}
.footer .footer_box .footer_box_bottom {width:100%;padding-top:2.3445vw;margin-bottom:2.605vw;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;}
.footer .footer_box .footer_box_bottom .box_bottom_info {}
.footer .footer_box .footer_box_bottom .box_bottom_info p {color:white;margin-bottom:0.6815vw;font-size:inherit;line-height:1.4;}
.footer .footer_box .footer_box_bottom .box_bottom_info p:last-child {margin-bottom:0;}
.footer .footer_box .footer_box_bottom .box_bottom_info p span{color:white;font-size:inherit;margin-left:0.4vw;line-height:inherit;}
.footer .footer_box .footer_box_bottom .box_bottom_info p a{color:white;font-size:inherit;line-height:inherit;}
.footer .footer_box .footer_box_bottom .box_bottom_share {display:flex;align-items:center;}
.footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list {margin-right:0.9378vw;position:relative;}
/*
.footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_icon {width:2.084vw;height:2.084vw;border:1px solid rgba(255,255,255,1);border-radius:100px;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_icon img {height:0.8336vw;}
.footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_down{position:absolute;left:50%;bottom:2.9697vw;transform:translateX(-50%);display:none;z-index:10;}
.footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_down .list_down_box{width:6.252vw;}
.footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_down .list_down_box img{width:100%;}
.footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list:hover .share_list_down{display:block;}
.footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list:last-child {margin-right:0;}
*/

.footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_thumb{width:7vw;height:7vw;margin-bottom:0.5vw;}
.footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_thumb img{width:100%;height:100%;}
.footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_txt{width: 100%; text-align: center; color: white; line-height: 1.2;}
 .footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list:last-child{margin-right:0;}


.footer .footer_box .footer_box_copyright {width:100%;display:flex;align-items:center;justify-content:space-between;}
.footer .footer_box .footer_box_copyright .box_copyright_left {color:rgba(255,255,255,.5);}
.footer .footer_box .footer_box_copyright .box_copyright_left a {font-size:inherit;color:rgba(255,255,255,.55);margin-left:0.7815vw;}
.footer .footer_box .footer_box_copyright .box_copyright_left a:hover {color:#f5a423;}
.footer .footer_box .footer_box_copyright .box_copyright_right {font-size:inherit;color:rgba(255,255,255,.55);}
.footer .footer_box .footer_box_copyright .box_copyright_right a {color:rgba(255,255,255,.55);margin-right:0.7815vw;font-size: inherit;}
.footer .footer_box .footer_box_copyright .box_copyright_right a:hover {color:#f5a423;}
.footer .footer_box .footer_box_copyright .box_copyright_right a:last-child {margin-right:0;}



.HBanner {width:100%; position: relative;}
.HBanner .HBanner_box {width:100%;position:relative;}
.HBanner .HBanner_box .HBanner_box_thumb {width:100%;position:relative;}
.HBanner .HBanner_box .HBanner_box_thumb img {width:100%;}
.HBanner .HBanner_box .HBanner_box_thumb::before {content:"";position:absolute;left:0;bottom:0;width:100%;height:50%;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));}
.HBanner .HBanner_box .HBanner_box_info {width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:3;}

.HBanner .HBanner_box .HBanner_box_info .box_info_title {margin-bottom:11vw;color:white;font-weight:bold;text-align:center;}

/*
.AHBanner .HBanner_box .HBanner_box_info .box_info_nav {background:rgba(255,255,255,0.3)}
.AHBanner .HBanner_box .HBanner_box_info .box_info_nav.on {background:rgba(119,121,184,0.5);}
*/

.pc_top_nav {position:fixed;top:500px;left: 50%; transform: translateX(-50%);transition:top 0.5s,background 0.35s;display:flex;align-items:center;padding:0.4168vw;border-radius:100px;background: rgba(255, 255, 255, 0.2); webkit-backdrop-filter: saturate(150%) blur(25px); backdrop-filter: saturate(150%) blur(25px);z-index:99999;}
.pc_top_nav .top_nav_box{font-size:inherit;display:flex;align-items:center;justify-content:center;}
.pc_top_nav a {padding:0.6252vw 1.3025vw;display:inline-block;color:white;font-size:inherit;font-weight:500;border-radius:100px;white-space: nowrap;}
.pc_top_nav a *{color:inherit;font-weight:inherit;font-size:inherit;}
.pc_top_nav a:hover {background:#f5a423;}

.pc_top_nav a.on {background:#f5a423;}
.pc_top_nav.active{top:20px;}
.pc_top_nav.on{background:rgba(75, 28, 135, .60);}

.pc_top_nav.type1{min-width: 40.43vw; justify-content: center;}
.pc_top_nav.type1 .top_nav_box{width:100%;justify-content: space-evenly;}




/*

.abody{position:relative;}

.nav-sticky-wrapper{position:sticky;top:13%; z-index:50;width:100%;transition:top 0.35s cubic-bezier(0.4,0,0.2,1);margin:0 auto;display:flex;align-items:center;justify-content:center;}
.nav-sticky-wrapper.nav-scrolled{top:30px;}
.nav-sticky-wrapper .pc_top_nav{position:fixed;top:500px;display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:9999px;background:rgba(255,255,255,0.42);border:1px solid rgba(75,28,135,0.12);list-style:none;margin:0 auto;max-width:94vw;overflow-x:auto;-webkit-overflow-scrolling:touch;box-shadow:0 4px 14px rgba(24,24,24,0.06);transition:top 0.5s background 0.45s cubic-bezier(0.4,0,0.2,1),box-shadow 0.45s cubic-bezier(0.4,0,0.2,1),border-color 0.45s cubic-bezier(0.4,0,0.2,1)}
.nav-sticky-wrapper .pc_top_nav .item{margin:0}
.nav-sticky-wrapper .pc_top_nav .item a{display:inline-block;padding:12px 28px;color:inherit;font-weight:500;border-radius:9999px;text-decoration:none;white-space:nowrap;transition:color 0.35s cubic-bezier(0.4,0,0.2,1),background-color 0.35s cubic-bezier(0.4,0,0.2,1),transform 0.35s cubic-bezier(0.4,0,0.2,1)}
.nav-sticky-wrapper .pc_top_nav .item a span{color:inherit}
.nav-sticky-wrapper .pc_top_nav .item a:hover,.nav-sticky-wrapper .pc_top_nav .item a.on{background:#f5a423;color:#fff;transform:scale(1.04);box-shadow:0 2px 8px rgba(245,164,35,0.3)}


#aboutNavWrap{position:relative;z-index:99}
.is-past-banner{}
.nav-state-absolute #aboutNav{position:absolute !important;top:0;left:0;transform:translateY(0);transition:none}
.nav-state-fixed-hidden #aboutNav{position:fixed !important;top:0;left:0;transform:translateY(-100%);transition:transform 0.4s ease-in-out;z-index:999;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
.nav-state-fixed-show #aboutNav{position:fixed !important;top:0;left:0;transform:translateY(0);transition:transform 0.4s ease-in-out;z-index:999;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.05)}

@media screen and (max-width:1024px){
    .nav-sticky-wrapper{top:10%}
    .nav-sticky-wrapper.nav-scrolled{top:20px}
    .nav-sticky-wrapper .pc_top_nav{padding:5px;max-width:100%;justify-content:flex-start}
    .nav-sticky-wrapper .pc_top_nav .item a{padding:10px 20px;font-size:15px}
    }
*/



.HBanner{position:relative;overflow:hidden}
.nav-sticky-wrapper{width:100%;position:fixed;top:500px;transition:top 0.5s;}
.nav-sticky-wrapper.active{top:30px;}
.nav-sticky-wrapper .pc_top_nav{display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:9999px;background:rgba(255,255,255,0.42);border:1px solid rgba(75,28,135,0.12);list-style:none;margin:0 auto;max-width:94vw;overflow-x:auto;-webkit-overflow-scrolling:touch;box-shadow:0 4px 14px rgba(24,24,24,0.06)}
.nav-sticky-wrapper .pc_top_nav .item a{display: flex; align-items: center; padding: 0.4168vw; border-radius: 100px; background: rgba(255, 255, 255, 0.2); webkit-backdrop-filter: saturate(150%) blur(25px); backdrop-filter: saturate(150%) blur(25px);}
.nav-sticky-wrapper .pc_top_nav .item a:hover,.nav-sticky-wrapper .pc_top_nav .item a.on{background:#f5a423;color:#fff;transform:scale(1.04)}
@media screen and (max-width:1024px){
    .nav-sticky-wrapper{top:10%}
}    .nav-sticky-wrapper.nav-scrolled{top:20px}







.ACProfile {background:#f5f5f5;}
.ACProfile .ACProfile_box {width:100%;display:flex;justify-content:space-between;}
.ACProfile .ACProfile_box .ACProfile_box_left {width:35%;}
.ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify {width:65%;margin-top:4.689vw;}
.ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify .swiper {width:100%;}
.ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify .swiper .banner_list {}
.ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify .swiper .banner_list .banner_list_img {width:4.689vw;height:4.689vw;display:flex;align-items:center;justify-content:center;background:#4b1c87;border-radius:100px;position:relative;}
.ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify .swiper .banner_list .banner_list_img img {width:auto;height:2.084vw;object-fit:cover;}
.ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify .swiper .swiper-pagination {width:100%;margin-top:1.563vw;display:flex;align-items:center;justify-content:center;position:relative;left:0;top:0;bottom:0;right:0;}
.ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify .swiper .swiper-pagination span {width:0.7815vw;height:0.7815vw;margin-right:1.042vw;display:inline-block;background:#cccccc;border-radius:100px;cursor:pointer;}
.ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify .swiper .swiper-pagination span:last-child {margin-right:0;}
.ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify .swiper .swiper-pagination span.swiper-pagination-bullet-active {background:#f5a423;}
.ACProfile .ACProfile_box .ACProfile_box_left .box_left_video{ margin-top:4.689vw; border-radius: 10px; overflow: hidden; display: inline-block; cursor: pointer; position: relative;}
.ACProfile .ACProfile_box .ACProfile_box_left .box_left_video video{ width: 100%; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit:cover; z-index: -1;}


.ACProfile .ACProfile_box .ACProfile_box_right {width:60%;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_item {width:100%;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_item .right_item_top {width:100%;margin-bottom:1.4588vw;color:#4b1c87;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_item .right_item_bottom {width:100%;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_desc {margin-bottom:4.168vw;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_desc .right_item_bottom p {width:100%;line-height:1.8;margin-bottom:1.042vw;font-size:inherit;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_desc .right_item_bottom p span{font-size:inherit;line-height:inherit;font-weight:bold;color:#4b1c87;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_desc .right_item_bottom p:last-child {margin-bottom:0;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_partner .right_item_bottom .swiper {width:100%;height:100%;margin-left:auto;margin-right:auto;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_partner .right_item_bottom .swiper .swiper-wrapper {flex-direction:row !important;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_partner .right_item_bottom .swiper .banner_list {height:7.815vw !important;margin-top:0 !important;margin-bottom:1.563vw;background:white;border-radius:10px;overflow:hidden;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_partner .right_item_bottom .swiper .banner_list .banner_list_img {width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_partner .right_item_bottom .swiper .banner_list .banner_list_img img {max-width:80%;max-height:38%;object-fit:cover;}
.ACProfile .ACProfile_box .ACProfile_box_right .box_right_partner .right_item_bottom .swiper-pagination {width:100%;margin-top:1.042vw;display:flex;align-items:center;justify-content:center;position:relative;left:0;top:0;bottom:0;right:0;}



.ACParam {}
.ACParam .ACParam_box {width:100%;display:flex;justify-content:space-between;}
.ACParam .ACParam_box .ACParam_box_list {width:20%;position:relative;}
.ACParam .ACParam_box .ACParam_box_list .box_list_thumb {width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#4b1c87;overflow:hidden;}
.ACParam .ACParam_box .ACParam_box_list .box_list_thumb img {width:100%;height:100%;}
.ACParam .ACParam_box .ACParam_box_list .box_list_thumb::before {content:"";position:absolute;left:0;top:0;bottom:0;right:0;z-index:1;background:linear-gradient(rgba(0,0,0,0),rgba(75,28,135,1));}
.ACParam .ACParam_box .ACParam_box_list .box_list_info {width:100%;padding-bottom:3.6470000000000002vw;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;bottom:0;z-index:2;}
.ACParam .ACParam_box .ACParam_box_list .box_list_info .list_info_icon {width:auto;height:3.3865vw;position:relative;display:flex;align-items:center;justify-content:center;}
.ACParam .ACParam_box .ACParam_box_list .box_list_info .list_info_icon img {height:100%;}
.ACParam .ACParam_box .ACParam_box_list .box_list_info .list_info_icon img:last-child {position:absolute;left:0;top:0;opacity:0;}
.ACParam .ACParam_box .ACParam_box_list .box_list_info .list_info_number {margin:1.8235000000000001vw 0 1.042vw 0;font-weight:bold;color:white;}
.ACParam .ACParam_box .ACParam_box_list .box_list_info .list_info_number span {color:white;margin-left:0.521vw;position:relative;bottom:0.1042vw;}
.ACParam .ACParam_box .ACParam_box_list .box_list_info .list_info_txt {color:white;}
.ACParam .ACParam_box .ACParam_box_list:hover .box_list_thumb::before {background:linear-gradient(rgba(0,0,0,0),rgba(75,28,135,0.5));}
.ACParam .ACParam_box .ACParam_box_list:hover .box_list_info .list_info_icon img {opacity:0;}
.ACParam .ACParam_box .ACParam_box_list:hover .box_list_info .list_info_icon img:last-child {opacity:1;}
.ACParam .ACParam_box .ACParam_box_list:hover .box_list_info .list_info_number {color:#f5a423;}
.ACParam .ACParam_box .ACParam_box_list:hover .box_list_info .list_info_number span {color:#f5a423;}
.ACParam .ACParam_box .ACParam_box_list:hover .box_list_info .list_info_txt {color:#f5a423;}
.ACParam .ACParam_box .ACParam_box_list.on .box_list_thumb::before {background:linear-gradient(rgba(0,0,0,0),rgba(75,28,135,0.5));}
.ACParam .ACParam_box .ACParam_box_list.on .box_list_info .list_info_icon img {opacity:0;}
.ACParam .ACParam_box .ACParam_box_list.on .box_list_info .list_info_icon img:last-child {opacity:1;}
.ACParam .ACParam_box .ACParam_box_list.on .box_list_info .list_info_number {color:#f5a423;}
.ACParam .ACParam_box .ACParam_box_list.on .box_list_info .list_info_number span {color:#f5a423;}
.ACParam .ACParam_box .ACParam_box_list.on .box_list_info .list_info_txt {color:#f5a423;}



.ACulture {overflow:hidden;}
.ACulture_box_top {max-width: 60.36vw; width:100%;display:flex;align-items:center;justify-content:center;position:relative;}
.ACulture_box_top *{width:100%;}

.ACulture_box_top .play_btn{width:4.084vw;height:4.084vw;border-radius:50%;background:#4b1c87;margin:0 auto;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);cursor:pointer}
.ACulture_box_top .play_btn .play_btn_box{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}
.ACulture_box_top .play_btn .play_btn_box::before,.ACulture_box_top .play_btn .play_btn_box::after{content:'';width:100%;height:100%;border-radius:50%;position:absolute;left:0;top:0;box-sizing:border-box;background:rgba(75,28,135,0.4);border:1px solid #4b1c87;z-index:1;animation:infiniteZoom 3s infinite cubic-bezier(0.25,0.46,0.45,0.94);pointer-events:none}
.ACulture_box_top .play_btn .play_btn_box::after{animation-delay:1s}
.ACulture_box_top .play_btn .play_btn_box img{width:auto;height:1.5vw;position:relative;z-index:99}
@keyframes infiniteZoom{0%{transform:scale(1);opacity:0.8}
100%{transform:scale(1.6);opacity:0}
}
.ACulture_box_top .play_btn.hide{display:none;}
.ACulture_box {width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.ACulture_box .ACulture_box_top img {}
.ACulture_box .ACulture_box_txt {margin-bottom:4.689vw;}
.ACulture_box .ACulture_box_bottom {width:100%;display:flex;align-items:center;justify-content:center;}
.ACulture_box .ACulture_box_bottom img {}
.ACulture_box .ACulture_box_bottom .dashboard-container {position:relative;width:41.68vw;height:41.68vw;transform:scale(1);max-width:100vw;max-height:100vh}
.ACulture_box .ACulture_box_bottom .dashboard-container .flow-arcs {position:absolute;top:50%;left:50%;width:41.68vw;height:41.68vw;z-index:3;pointer-events:none;transform:translate(-50%,-50%) rotate(0deg);transition: none !important;}
.ACulture_box .ACulture_box_bottom .dashboard-container .center-wrapper {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:41.68vw;height:41.68vw;display:flex;justify-content:center;align-items:center;z-index:1}
.ACulture_box .ACulture_box_bottom .dashboard-container .center-halo-outer {position:absolute;width:25.4248vw;height:25.4248vw;border-radius:50%;z-index:0;background:radial-gradient(circle,rgba(243,238,249,1) 0%,rgba(243,238,249,1) 65%,rgba(243,238,249,0) 100%)}
.ACulture_box .ACulture_box_bottom .dashboard-container .center-halo-inner {position:absolute;width:19.4854vw;height:19.4854vw;background:#ffffff;border-radius:50%;z-index:1;box-shadow:0 0 1.8235000000000001vw rgba(136,90,179,0.08);border:1px solid rgba(136,90,179,0.12)}
.ACulture_box .ACulture_box_bottom .dashboard-container .rotating-ring {position:absolute;width:19.4854vw;height:19.4854vw;z-index:2;animation:spinRing 12s linear infinite}
@keyframes spinRing {0% {transform:rotate(0deg)}
100% {transform:rotate(360deg)}
}
.ACulture_box .ACulture_box_bottom .dashboard-container .center-text {position:relative;z-index:3;text-align:center;font-size:1.6672vw;font-weight:800;color:#4b4b4b;line-height:1.5;letter-spacing:0.1042vw}
.ACulture_box .ACulture_box_bottom .dashboard-container .node-btn {position:absolute;width:12.504vw;height:12.504vw;border-radius:50%;background-color:#431980;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;z-index:10;transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);cursor:pointer}
.ACulture_box .ACulture_box_bottom .dashboard-container .node-btn.active {background-color:#fca110 !important;}
.ACulture_box .ACulture_box_bottom .dashboard-container .node-btn.mouseenter-yellow {background-color:#fca110 !important;}
.ACulture_box .ACulture_box_bottom .dashboard-container .node-icon {width:3.0218vw;height:3.0218vw;margin-bottom:0.7815vw;fill:none;stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.ACulture_box .ACulture_box_bottom .dashboard-container .node-title {font-size:1.4067vw;font-weight:bold;letter-spacing:0.0521vw;color:white;}
.ACulture_box .ACulture_box_bottom .dashboard-container .node-vision {top:-0.521vw;left:-0.521vw}
.ACulture_box .ACulture_box_bottom .dashboard-container .node-values {top:17.193vw;right:-6.5125vw}
.ACulture_box .ACulture_box_bottom .dashboard-container .node-mission {bottom:-1.563vw;left:1.563vw}
.ACulture_box .ACulture_box_bottom .dashboard-container .desc-text {position:absolute;font-size:0.8857vw;color:#555;line-height:2;z-index:5;letter-spacing:0.0.2605vw;white-space:nowrap}
.ACulture_box .ACulture_box_bottom .dashboard-container .desc-vision {top:8.5965vw;left:-16.672vw}
.ACulture_box .ACulture_box_bottom .dashboard-container .desc-values {top:25.7895vw;right:-17.453500000000002vw}
.ACulture_box .ACulture_box_bottom .dashboard-container .desc-mission {bottom:3.8033vw;left:-18.756vw}
.ACulture_box .ACulture_box_bottom .dashboard-container .dashed-line {position:absolute;z-index:10}
.ACulture_box .ACulture_box_bottom .dashboard-container .dashed-line::after,.dashed-line::before {content:'';position:absolute;background:transparent}
.ACulture_box .ACulture_box_bottom .dashboard-container .line-vision {top:5.731vw;left:-8.336vw;width:7.815vw;height:2.3445vw;border-top:1.5px dashed #a48cc1;border-left:1.5px dashed #a48cc1}
.ACulture_box .ACulture_box_bottom .dashboard-container .line-vision::before {width:0.3126vw;height:0.3126vw;border:2px solid rgba(255,255,255,0.7);border-radius:50%;top:-4.0.2605vw;right:-0.3126vw;background:transparent}
.ACulture_box .ACulture_box_bottom .dashboard-container .line-vision::after {width:0.4168vw;height:0.4168vw;border-bottom:2px solid #431980;border-right:1.5px solid #431980;transform:rotate(45deg);bottom:-0.2605vw;left:-0.2605vw}
.ACulture_box .ACulture_box_bottom .dashboard-container .line-values {top:22.924vw;right:-10.1595vw;width:3.6470000000000002vw;height:2.3445vw;border-top:1.5px dashed #a48cc1;border-right:1.5px dashed #a48cc1}
.ACulture_box .ACulture_box_bottom .dashboard-container .line-values::before {width:0.3126vw;height:0.3126vw;border:2px solid rgba(255,255,255,0.7);border-radius:50%;top:-4.0.2605vw;left:-0.3126vw;background:transparent}
.ACulture_box .ACulture_box_bottom .dashboard-container .line-values::after {width:0.4168vw;height:0.4168vw;border-bottom:2px solid #431980;border-right:1.5px solid #431980;transform:rotate(45deg);bottom:-0.2605vw;right:-0.2605vw}
.ACulture_box .ACulture_box_bottom .dashboard-container .line-mission {bottom:4.689vw;left:-3.6470000000000002vw;width:5.21vw;height:0vw;border-top:1.5px dashed #a48cc1}
.ACulture_box .ACulture_box_bottom .dashboard-container .line-mission::before {width:0.3126vw;height:0.3126vw;border:2px solid rgba(255,255,255,0.7);border-radius:50%;top:-0.2605vw;right:-0.3126vw;background:transparent}
.ACulture_box .ACulture_box_bottom .dashboard-container .line-mission::after {width:0.4168vw;height:0.4168vw;border-top:1.5px solid #431980;border-left:1.5px solid #431980;transform:rotate(-45deg);top:-0.2605vw;left:-0.1042vw}


@media (max-width:768px){
    

}


.AHistory {background:url(../images/bg22.jpg) no-repeat center center / cover;}
.AHistory .AHistory_box {}
.AHistory .AHistory_box .AHistory_box_top {margin-bottom:4.689vw;}
.AHistory .AHistory_box .AHistory_box_bottom {width:100%;position:relative;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd {width:100%;margin-bottom:4.689vw;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list {width:100%;height:25.008vw;background:white;border-radius:26px;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img {width:40%;height:100%;border-radius:15px;overflow:hidden;position:relative;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img .banner_list_img_swiper {width:100%;height:100%;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img .banner_list_img_swiper .swiper-slide img {width:100%;height:100%;object-fit:cover;}

.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img  .swiper-button-li {width:2.1882vw;height:2.1882vw;border-radius:100px;border:1px solid #f5a423;background:#f5a423;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);opacity:1;cursor: pointer;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img  .img-swiper-button-prev{left:0;right:auto;transform: translateY(-50%) rotate(-180deg);}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img  .img-swiper-button-next{left:auto;right:0;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-li .button-li-icon {width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img  .swiper-button-li img {width:auto;height:0.5731vw;opacity:0;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img  .swiper-button-li img:last-child {position:absolute;top:50%;transform:translateY(-50%);opacity:1;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img  .swiper-button-li:first-child img:last-child{}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img  .swiper-button-li svg {width:0;height:0;opacity:0;overflow:hidden;display:none;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img  .swiper-button-li.swiper-button-disabled {background:#4b1c87;border-color:#4b1c87;cursor: no-drop;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img  .swiper-button-li.swiper-button-disabled img {opacity:1;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img  .swiper-button-li.swiper-button-disabled img:last-child {opacity:0;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img  .swiper-button-li .button-li-icon {width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;}


.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_info {width:60%;height:100%;padding:6.252vw 3.126vw;
    background: url(../images/bg4433.jpg) no-repeat right bottom; background-size: 100%;
}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_info .list_info_time {margin-bottom:1.563vw;color:#4b1c87;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_info .list_info_desc {width:100%;line-height:1.8;}
.AHistory .AHistory_box .AHistory_box_bottom .swiper-button-li {width:2.1882vw;height:2.1882vw;position:absolute;left:0;bottom:1.0941vw;top:auto;border:2px solid #f5a423;border-radius:100px;background:white;display:flex;align-items:center;justify-content:center;user-select:none;z-index:5;opacity:1 !important;}
.AHistory .AHistory_box .AHistory_box_bottom .swiper-button-li img {width:0.3647vw;height:auto;}
.AHistory .AHistory_box .AHistory_box_bottom .swiper-button-li svg {width:0;height:0;opacity:0;display:none;overflow:hidden;}
.AHistory .AHistory_box .AHistory_box_bottom .swiper-button-prev {}
.AHistory .AHistory_box .AHistory_box_bottom .swiper-button-next {right:0;left:auto;}
.AHistory .AHistory_box .AHistory_box_bottom .swiper-button-next img {transform:rotate(180deg);}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt {width:100%;position:relative;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper {position:relative;padding:0 2.605vw;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper::before {content:"";width:100%;height:0.1042vw;position:absolute;left:0;top:0.6773vw;z-index:1;background:rgba(255,255,255,0.3);}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper .banner_list {display:flex;align-items:center;justify-content:center;flex-direction:column;cursor: pointer;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper .banner_list .banner_list_icon {width:1.4588vw;height:1.4588vw;margin-bottom:0.521vw;border:2px solid transparent;border-radius:100px;display:flex;align-items:center;justify-content:center;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper .banner_list .banner_list_icon span {width:0.4168vw;height:0.4168vw;background:white;border-radius:100px;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper .banner_list .banner_list_time {color:white;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper .banner_list.swiper-slide-thumb-active .banner_list_icon {border-color:#f5a423;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper .banner_list.swiper-slide-thumb-active .banner_list_icon span {background:#f5a423;}
.AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper .banner_list.swiper-slide-thumb-active .banner_list_time {color:#f5a423;}



.AHonors {background:white;}
.AHonors .AHonors_box {width:100%;display:flex;justify-content:space-between;}
.AHonors .AHonors_box .AHonors_box_left {width:40%;}
.AHonors .AHonors_box .AHonors_box_left .box_left_btns {margin:2.605vw 0 4.168vw 0;display:flex;align-items:center;}
.AHonors .AHonors_box .AHonors_box_left .box_left_btns .left_btns_li {padding:0.6252vw 1.2504vw;border:2px solid #dfdfdf;font-size:inherit;border-radius:100px;user-select:none;color:#111111;cursor: pointer;}
.AHonors .AHonors_box .AHonors_box_left .box_left_btns .left_btns_li.on {color:white;border-color:#f5a423;background:#f5a423;}
.AHonors .AHonors_box .AHonors_box_left .box_left_btns .left_btns_li:first-child {margin-right:1.042vw;}
.AHonors .AHonors_box .AHonors_box_left .box_left_partam {width:70%;display:flex;align-items:center;justify-content:space-between;}
.AHonors .AHonors_box .AHonors_box_left .box_left_partam .left_partam_list {}
.AHonors .AHonors_box .AHonors_box_left .box_left_partam .left_partam_list .partam_list_dd {margin-bottom:1.042vw;color:#4b1c87;font-weight:600;}
.AHonors .AHonors_box .AHonors_box_left .box_left_partam .left_partam_list .partam_list_dt {}
.AHonors .AHonors_box .AHonors_box_right {width:57%;height:49.7034vw;overflow:hidden;position:relative;}
.AHonors .AHonors_box .AHonors_box_right .box_right_item {width:100%;height:100%;padding:1.042vw;display:none;align-items:center;justify-content:space-between;position:absolute;left:0;top:0;}
.AHonors .AHonors_box .AHonors_box_right .box_right_item .right_item_list {width:31%;height:100%;position: relative;}
.AHonors .AHonors_box .AHonors_box_right .box_right_item .right_item_list .marquee-inner {display:flex;flex-direction:column;animation:marquee-loop 24s linear infinite;margin: 0; padding: 0;}
.AHonors .AHonors_box .AHonors_box_right .box_right_item .right_item_list .marquee-inner:hover{animation-play-state:paused}
.AHonors .AHonors_box .AHonors_box_right .box_right_item .right_item_list .item_list_li {height: 10.42vw;margin:1.2vw 0;padding:1.042vw;cursor:pointer;background:white;box-shadow:0 1.042vw 1.042vw rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;}
.AHonors .AHonors_box .AHonors_box_right .box_right_item .right_item_list .item_list_li.on{background: #f5a423;}
.AHonors .AHonors_box .AHonors_box_right .box_right_item .right_item_list .item_list_li img {width:100%;height:100%;}
.AHonors .AHonors_box .AHonors_box_right .box_right_item.on {display:flex;}
@keyframes marquee-loop{0%{transform:translateY(0);}100%{transform:translateY(-50%);}}

.AFLService {background:#f5f5f5;overflow:hidden;position:relative;}
.AFLService .AFLService_bg{width:84.6104vw;height:33.6045vw;position:absolute;left:50%;bottom:-22%;transform:translateX(-50%);}
.AFLService .AFLService_bg img{width:100%;height:100%;}
.AFLService .AFLService_box {}
.AFLService .AFLService_box_bottom {width:100%;position:relative;margin-top:3.6470000000000002vw;z-index:1;min-height:auto}
.AFLService .AFLService_box_bottom .box_bottom_bg {position:absolute;left:0;top:-2.5529vw;width:100%;height:100%;z-index:0}
.AFLService .AFLService_box_bottom .box_bottom_bg svg {width:100%;height:100%;display:block}
.AFLService .AFLService_box_bottom .box_bottom_bg .icon{width:2.605vw;height:2.605vw;position:relative;animation:move-along-path 16s linear infinite}
.AFLService .AFLService_box_bottom .box_bottom_bg #path{stroke-dasharray:1710;stroke-dashoffset:1710;animation:draw-path 4s linear forwards}
@keyframes move-along-path{ 0%{offset-distance:0%} 100%{offset-distance:100%}}
@keyframes draw-path{0%{stroke-dashoffset:1710;} 100%{stroke-dashoffset:0;}}
@keyframes boxshadow{0%{box-shadow:0 0 1.0941vw 0.3647vw rgba(67,182,232,1)} 50%{box-shadow:0 0 0vw 0vw rgba(67,182,232,1)} 100%{box-shadow:0 0 1.0941vw 0.3647vw rgba(67,182,232,1)} }
.AFLService .AFLService_box_bottom .timeline-path-active {stroke-dasharray:4100;stroke-dashoffset:4100;transition:stroke-dashoffset 3s ease-out}
.AFLService .AFLService_box_bottom.animated .timeline-path-active {stroke-dashoffset:0 !important}
.AFLService .AFLService_box_bottom .box_bottom_content {display:flex;flex-wrap:wrap;position:relative;z-index:2;width:100%;padding-left: 6%;}
.AFLService .AFLService_box_bottom .bottom_content_item {width:32%;display:flex;flex-direction:column;align-items:center;position:relative;margin-bottom:7.2vw;z-index:5;transform:translateY(2.084vw);transition:all 0.6s cubic-bezier(0.25,0.46,0.45,0.94)}
.AFLService .AFLService_box_bottom .bottom_content_item.show {opacity:1;transform:translateY(0)}
.AFLService .AFLService_box_bottom .bottom_content_item.show {opacity:1;transform:translateY(0)}
.AFLService .AFLService_box_bottom .bottom_content_item.show {opacity:1;transform:translateY(0)}
.AFLService .AFLService_box_bottom .bottom_content_item .content_item_dd {width:1.9798vw;height:1.9798vw;border-radius:50%;background:#ffffff;border:2px solid #dcdcdc;display:flex;align-items:center;justify-content:center;position:relative;z-index:5;margin-bottom:1.3025vw;cursor:pointer}
.AFLService .AFLService_box_bottom .bottom_content_item .content_item_dd span {width:1.1462vw;height:1.1462vw;font-size:inherit;font-weight:bold;display:flex;justify-content:center;align-items:center;background:#4b1c87;border-radius:100px;color:white;}
.AFLService .AFLService_box_bottom .bottom_content_item .content_item_dt {color:#4b1c87;font-family: "Source Han Sans", "Noto Sans CJK SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;}
.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(even) .content_item_dd {}
.AFLService .AFLService_box_bottom .bottom_content_item.color .content_item_dd span {background:#f5a423;}
.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(1) {order:1}
/*
.AFLService .AFLService_box_bottom .bottom_content_item.on .content_item_dd {background:rgba(75,28,135,0.5);border-color:transparent;box-shadow:0 0 0 0.3647vw rgba(75,28,135,0.15)}
.AFLService .AFLService_box_bottom .bottom_content_item.on .content_item_dd span {background:#4b1c87;}
*/
.AFLService .AFLService_box_bottom .bottom_content_item.on .content_item_dd{border:2px solid transparent;background: transparent;position:relative;}
.AFLService .AFLService_box_bottom .bottom_content_item.on .content_item_dd span {background:#4b1c87;position:relative;z-index:99;}
.AFLService .AFLService_box_bottom .bottom_content_item.on .content_item_dd::before,.AFLService .AFLService_box_bottom .bottom_content_item.on .content_item_dd::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:rgba(75,28,135,0.8);z-index:-1}
.AFLService .AFLService_box_bottom .bottom_content_item.on .content_item_dd::before{animation:ripple 2s infinite linear;}
.AFLService .AFLService_box_bottom .bottom_content_item.on .content_item_dd::after{animation:ripple 2s infinite linear 1s}
@keyframes ripple{
    0%{transform:scale(1);opacity:0.8;}
    100%{transform:scale(2.1);opacity:0;}
}



.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(2) {order:2}
.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(3) {order:3}
.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(4) {order:4}
.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(5) {order:8}
.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(6) {order:7}
.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(7) {order:6}
.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(8) {order:5}
.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(9) {order:9}
.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(10) {order:10}
.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(11) {order:11}
.AFLService .AFLService_box_bottom .bottom_content_item:nth-child(12) {order:12}
.AFLService .AFLService_box_bottom .bottom_content_item.one{position:relative;left:5vw;}





@media screen and (max-width:51.058vw) {
    .AFLService .AFLService_box_bottom .bottom_content_item {width:50%}
    .AFLService .AFLService_box_bottom .bottom_content_item:nth-child(n) {order:unset}
    .AFLService .AFLService_box_bottom .box_bottom_bg svg {display:none}
}

.AFLService .AFLService_box_bottom {min-height:31.26vw;position:relative}
.AFLService .box_bottom_list_content {display:flex;flex-wrap:wrap;position:relative;z-index:2;padding:0}
.AFLService .box_bottom_list {width:25%;height:10.42vw;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-bottom:0;padding-top:4.2722vw}
.moving-arrow {offset-path:path("M200,100 L1400,100 A100,100 0 0 1 1400,300 L200,300 A100,100 0 0 0 200,500 L1400,500");offset-rotate:auto;animation:flowMove 10s linear infinite}
@keyframes flowMove {0% {offset-distance:0%} 100% {offset-distance:100%} }



.AFLService .box_bottom_list.show {opacity:1;transform:translateY(0)}
.pc_title {display:flex;align-items:center;justify-content:center;}
.pc_title .pc_title_txt {color:#555555;}
.pc_title.left {justify-content:flex-start;}
.pc_title .pc_title_box {width:100%;display:flex;align-items:center;justify-content:space-between;}
.pc_title .pc_title_box .pc_title_txt {}
.pc_title .pc_title_box .pc_title_txt.bold {font-weight:bold;}
.pc_title .pc_title_box .pc_title_btn {display:flex;align-items:center;}
.pc_title .pc_title_box .pc_title_btn .title_btn_li {font-size:inherit;margin-right:0.521vw;padding:0.7815vw 1.4588vw;border-radius:100px;color:white;display:inline-block;cursor:pointer;user-select:none;}
.pc_title .pc_title_box .pc_title_btn .title_btn_li:last-child {margin-right:0;}
.pc_title .pc_title_box .pc_title_btn .title_btn_li.on {background:#f5a423;}
.pc_title.white .pc_title_txt {color:#ffffff;}
.pc_title.white .pc_title_box .pc_title_btn .title_btn_li {color:white;}
.pc_title .pc_title_switch {position:relative;display:flex;align-items:center;}
.pc_title .pc_title_switch .swiper-button-li {width:2.4487vw;height:2.4487vw;margin-right:0.521vw;border-radius:100px;border:1px solid #f5a423;background:#f5a423;display:flex;align-items:center;justify-content:center;position:relative;top:auto;left:auto;bottom:auto;margin:0;opacity:1;user-select:none;}
.pc_title .pc_title_switch .swiper-button-li.swiper-button-disabled {border:1px solid #d6d6d6;background:transparent;}
.pc_title .pc_title_switch .swiper-button-li .button-li-icon {width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;}
.pc_title .pc_title_switch .swiper-button-li img {width:auto;height:0.6252vw;opacity:0;}
.pc_title .pc_title_switch .swiper-button-li img:last-child {position:absolute;top:50%;transform:translateY(-50%);opacity:1;}
.pc_title .pc_title_switch .swiper-button-li.swiper-button-disabled img {opacity:1;}
.pc_title .pc_title_switch .swiper-button-li.swiper-button-disabled img:last-child {opacity:0;}
.pc_title .pc_title_switch .swiper-button-li svg {width:0;height:0;opacity:0;overflow:hidden;display:none;}
.pc_title .pc_title_switch .swiper-button-prev {right:1.042vw;}
.pc_title .pc_title_switch .swiper-button-prev {transform:rotate(180deg);}
.pc_title .pc_title_switch .swiper-button-next {right:0;}



.PIntroduction {padding:3.7512vw 0 5.9915vw 0;}
.PIntroduction .PIntroduction_box {display:flex;flex-direction:column;align-items:center;}
.PIntroduction .PIntroduction_box .PIntroduction_box_top {margin-bottom:3.8033vw;display:flex;align-items:center;padding:0.4168vw 0.6252vw;border-radius:100px;border:1px solid  rgba(220,220,220,1);}
.PIntroduction .PIntroduction_box .PIntroduction_box_top a {padding:0.6252vw 1.3025vw;display:inline-block;color:#555555;font-size:inherit;font-weight:500;border-radius:100px;}
.PIntroduction .PIntroduction_box .PIntroduction_box_top a:hover {color:white;background:#f5a423;}
.PIntroduction .PIntroduction_box .PIntroduction_box_top a.on {color:white;background:#f5a423;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom {width:100%;display:flex;justify-content:space-between;align-items:center;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_thumb {width:49%;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_thumb img {width:100%;border-radius:26px;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info {width:46%;position: relative;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_icon img{height:4.7411vw;width:auto;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_trademark{position: absolute; left: 8.9vw; top: 3vw; display: inline-block;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_trademark img{height:2.5411vw;width:auto;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_title {margin:2.084vw 0 1.8235000000000001vw 0;color:#555555;font-weight:bold;display: flex; align-items: center;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_title img{margin-left:1vw; height:2.17vw;width:auto;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_desc {width:100%;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_desc p {line-height:1.6;margin-bottom:0.7815vw;padding-left:0.7815vw;font-size:inherit;color:#555555;position:relative;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_desc p .strong,.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_desc p strong{font-weight:bold;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_desc p::before {content:"";width:0.2605vw;height:0.2605vw;position:absolute;top:0.5731vw;left:0;background:#4b1c87;border-radius:100px;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_desc p:last-child {margin-bottom:0;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_manual {width:100%;margin-top:2.084vw; display:flex;align-items:center;justify-content:flex-start;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_manual a {padding:0.6773vw 1.3546vw;border-radius:100px;background:#f5a423;color:white;display:flex;align-items:center;line-height:1;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_manual a img {height:0.8152vw;margin-left:0.5647vw;}
.PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_manual a:hover {background:#4b1c87;}


.PAdvantages {background:#f5f5f6;}
.PAdvantages .PAdvantages_box_content {width:100%;margin-top:3.7512vw;}
.PAdvantages .PAdvantages_box_content .swiper {width:100%;}
.PAdvantages .PAdvantages_box_content .swiper .swiper-wrapper {}
.PAdvantages .PAdvantages_box_content .swiper .banner_list {height:18.756vw;padding:2.084vw;border-radius:26px;background:white;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;cursor:pointer;}
.PAdvantages .PAdvantages_box_content .swiper .banner_list .banner_list_icon {width:3.126vw;height:3.126vw;margin-bottom:1.8235000000000001vw;position:relative;display:flex;align-items:center;justify-content:center;}
.PAdvantages .PAdvantages_box_content .swiper .banner_list .banner_list_icon img {height:100%;width:auto;}
.PAdvantages .PAdvantages_box_content .swiper .banner_list .banner_list_icon img:last-child {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;}
.PAdvantages .PAdvantages_box_content .swiper .banner_list .banner_list_txt {width:100%;min-height:6.77vw; line-height:1.6;color:#444444;}
.PAdvantages .PAdvantages_box_content .swiper .banner_list .banner_list_txt span{line-height:inherit;color: #4b1c87; font-weight: bold;font-size:inherit;}
.PAdvantages .PAdvantages_box_content .swiper .banner_list:hover {background:#f5a423;}
.PAdvantages .PAdvantages_box_content .swiper .banner_list:hover .banner_list_icon img {opacity:0;}
.PAdvantages .PAdvantages_box_content .swiper .banner_list:hover .banner_list_icon img:last-child {opacity:1;}
.PAdvantages .PAdvantages_box_content .swiper .banner_list:hover .banner_list_txt {color:white;}
.PAdvantages .PAdvantages_box_content .swiper .swiper-pagination {margin-top:2.084vw;}



.PAScenarios {overflow:hidden;}
.PAScenarios .PAScenarios_box {}
.PAScenarios .PAScenarios_box .pc_title {}
.PAScenarios .PAScenarios_box .pc_title .pc_title_txt {}
.PAScenarios .PAScenarios_box .PAScenarios_box_content {width:100%;margin-top:3.7512vw;}
.PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper {overflow:inherit;}
.PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper .swiper-wrapper {}
.PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper .swiper-slide.banner_list {height:21.882vw;position:relative;border-radius:26px;overflow:hidden;}
.PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper .banner_list .banner_list_img {width:100%;height:100%;}
.PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper .banner_list .banner_list_img img {width:100%;height:100%;}
.PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper .banner_list .banner_list_info {width:100%;height:60%;padding:1.8235000000000001vw;position:absolute;left:0;bottom:0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,0.7));display:flex;flex-direction:column;justify-content:flex-end;}
.PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper .banner_list .banner_list_info .list_info_title {margin-bottom:0.5815vw;color:white;}
.PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper .banner_list .banner_list_info .list_info_desc {min-height:1.5vw; line-height:1.6;color:white;}



.PRSolution {background:#f5f5f6;}
.PRSolution .PRSolution_box {}
.PRSolution .PRSolution_box .pc_title {}
.PRSolution .PRSolution_box .pc_title .pc_title_txt {}
.PRSolution .PRSolution_box .PRSolution_box_content {width:100%;margin-top:3.7512vw;padding:0;position:relative;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-li {width:2.1882vw;height:2.1882vw;margin-right:0.521vw;border-radius:100px;border:1px solid #f5a423;background:#f5a423;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);opacity:1;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-li .button-li-icon {width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-li img {width:auto;height:0.5731vw;opacity:0;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-li img:last-child {position:absolute;top:50%;transform:translateY(-50%);opacity:1;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-li:first-child img:last-child{}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-li svg {width:0;height:0;opacity:0;overflow:hidden;display:none;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-li.swiper-button-disabled {background:transparent;border-color:#d6d6d6;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-li.swiper-button-disabled img {opacity:1;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-li.swiper-button-disabled img:last-child {opacity:0;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-prev {left:-3.9075vw;transform:rotate(180deg);}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-prev img {}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-next {right:-3.9075vw;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper {width:100%;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .swiper-wrapper {}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list {height:29.176000000000002vw;display:flex;align-items:center;justify-content:space-between;border-radius:26px;overflow:hidden;background:white;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_img {width:48%;height:100%;border-radius:26px;overflow:hidden;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_img img {width:100%;height:100%;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info {width:52%;height:100%;padding:3.1vw 3vw 2.4vw 3.1vw;display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .banner_list_item {width:100%;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_title {margin-bottom:1.2vw;color:#555555;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_desc {line-height:1.6;color:#858585;}

.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_label{margin-bottom:0.9vw; display:flex;flex-wrap:wrap;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_label .info_label_li{font-size:inherit;padding:0.5vw 0.6vw;margin:0 0.8vw 0.7vw 0;color:white;background: #f5a423;border-radius: 5px;border: 1px solid #f5a423;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_label .info_label_li.last{background: #ffffff;color:#4b1c87;border: 1px solid #e2e2e2;}


.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .pc_btn {margin:2.605vw 0 3.6470000000000002vw 0;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .pc_btn .pc_btn_box {}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .pc_btn .pc_btn_box .pc_btn_icon {}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .pc_btn .pc_btn_box .pc_btn_icon img {}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .pc_btn .pc_btn_box .pc_btn_txt {}

.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer {width:100%;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dd {margin-bottom:1.2vw;color:#555555;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt {width:100%;overflow:hidden;position:relative;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt .customer_dt_swiper {width:100%;overflow:hidden;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt .customer_dt_swiper .swiper-pagination {position:relative;bottom:auto;margin-top:0.3vw;text-align:center;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt .customer_dt_swiper .swiper-pagination .swiper-pagination-bullet {width:0.58vw;height:0.58vw;background:#ccc;opacity:1;margin:0 0.1vw;padding:0;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt .customer_dt_swiper .swiper-pagination .swiper-pagination-bullet-active {background:#f5a423;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt .customer_dt_box{width: 100%; display: flex; flex-wrap: wrap;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt .customer_dt_li {width:calc(20% - 0.63vw);height:4.2vw;padding:0;margin:0 0.78vw 0.78vw 0;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt .customer_dt_li img {max-width:80%;max-height:60%;}
.PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt .customer_dt_li:nth-child(5n) {margin:0 0 0.78vw 0;}



.GSolution {background:url(../images/bg30.jpg) no-repeat center 100%/cover;padding:4.9495000000000005vw 0 3.126vw 0;}
.GSolution .GSolution_box {}
.GSolution .GSolution_box .pc_title {}
.GSolution .GSolution_box .pc_title .pc_title_txt {}
.GSolution .GSolution_box .GSolution_box_content {width:100%;margin-top:2.2025vw;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form {width:42%;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list {width:100%;padding:1.042vw;margin-bottom:1.042vw;border:1.5px solid white;border-radius:10px;background:rgba(255,255,255,0.02);backdrop-filter:blur(0.2605vw);display:flex;align-items:center;justify-content:space-between;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list.on {border:none;border-color:transparent;padding:0;background:rgba(255,255,255,0);backdrop-filter:blur(0);}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list .form_list_li {width:48%;padding:1.042vw;border:1.5px solid white;display:flex;align-items:center;justify-content:space-between;border-radius:10px;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list .form_list_dd {color:white;white-space:nowrap;margin-right:0.6252vw;font-size:inherit;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list .form_list_dd span {color:#ff1717;margin-left:0.1563vw;position:relative;top:-0.1042vw;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list .form_list_dt {width:100%;font-size:inherit;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list .form_list_dt input {width:100%;background:transparent;color:white;font-size:inherit;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list .form_list_dt input::placeholder {width:100%;background:transparent;color:white;font-size:inherit;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list.textarea {margin-bottom:1.563vw;align-items:flex-start;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list.textarea .form_list_dt textarea {width:100%;height:4.8453vw;background:transparent;font-size:inherit;color:white;resize:none;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list.textarea .form_list_dt textarea::placeholder {width:100%;background:transparent;color:white;font-size:inherit;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list.select {padding:0;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list.select select {padding:1.042vw;width:100%;background:transparent;color:white;font-size:inherit;background-image:url(../images/sv22on.svg);background-repeat:no-repeat;background-position:right 1.042vw top 50%;background-size:0.6252vw auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list:last-child {margin-bottom:0;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_submit {width:100%;display:flex;align-items:center;justify-content:flex-start;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_submit .verify_code {display:flex;align-items:center;margin-right:1.042vw;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_submit .verify_code input {width:7.2940000000000005vw;height:2.605vw;padding:0 0.6vw;border:1.5px solid white;display:flex;align-items:center;justify-content:space-between;border-radius:0.521vw;background:transparent;color:white;font-size:inherit;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_submit .verify_code img {height:2.5605vw;margin-right:0.7815vw;border-radius:10px;cursor: pointer;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_submit .form_submit_btn {}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_submit .form_submit_btn input {padding:0.6252vw 2.1361vw;font-size:inherit;color:white;background:#f5a423;border-radius:100px;}
.GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_submit input::placeholder {width:100%;background:transparent;color:white;font-size:inherit;}



.SIntroduction {background:#ffffff url(../images/bn36.png) no-repeat;background-position:center 115%;overflow:hidden;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom {width:100%;display:flex;justify-content:space-between;align-items:center;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_thumb {width:50%;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_thumb img {width:100%;border-radius:26px;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info {width:44%;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_title {width:100%;position:relative;border-bottom:1px solid #dcdcdc;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_title .info_title_txt {color:#555555;font-weight:bold;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_title .pc_top_box{}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_title .pc_top_txt{display:inline-block;position:relative;padding-bottom:1.563vw;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_title .pc_top_txt::before {content:"";width:100%;height:1px;position:absolute;left:0;bottom:-1px;background:#4b1c87;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_desc {width:100%;margin:1.8235000000000001vw 0 2.084vw 0;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_desc p {line-height:1.85;margin-bottom:0.7815vw;font-size:inherit;color:#555555;position:relative;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_desc p span {font-size:inherit;color:#4b1c87;font-weight:600;border-bottom:1px dashed #4b1c87;line-height:inherit;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_desc p:last-child {margin-bottom:0;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_btn {width:100%;display:flex;align-items:center;justify-content:flex-start;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_btn a {padding:0.6773vw 1.3546vw;border-radius:100px;background:#f5a423;color:white;display:flex;align-items:center;line-height:1;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_btn a img {height:0.6252vw;margin-left:0.3647vw;}
.SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_btn a:hover {background:#4b1c87;}



.SPPflow {background:url(../images/bg33.jpg) no-repeat center 100%/cover;padding-bottom:3.65vw;}
.SPPflow .SPPflow_box {width:100%;}
.SPPflow .SPPflow_box .SPPflow_box_top {width:100%;padding-bottom:2.084vw;margin-bottom:5.21vw;border-bottom:1px solid rgba(255,255,255,0.3);}
.SPPflow .SPPflow_box .SPPflow_box_top::before {content:"";width:5.4705vw;height:0.0521vw;position:absolute;left:0;bottom:0;background:#f5a423;}
/*
.SPPflow .SPPflow_box_content {display:grid;grid-template-columns:repeat(6,1fr);gap:4.168vw 2.7092vw;width:100%;margin-top:2.605vw;position:relative;align-items: center;}
.SPPflow .SPPflow_box_content .box_content_list {height:9.2738vw;position:relative;background:url(../images/bn37.png) no-repeat center 100%/cover;border-radius:26px;padding:0;z-index:2;display: flex; flex-direction: column; justify-content: center; align-items: center;}
.SPPflow .SPPflow_box_content .box_content_list.on {background:#f5a423;z-index:5;}
.SPPflow .SPPflow_box_content .box_content_list.ons{height:17.2972vw;}
.SPPflow .SPPflow_box_content .box_content_list .content_list_top{width:100%;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.SPPflow .SPPflow_box_content .box_content_list .content_list_bottom{width:100%;padding:0 0.7815vw;display:none;align-items:center;justify-content:space-between;padding-top: 1.563vw;}
.SPPflow .SPPflow_box_content .box_content_list.on .content_list_bottom{display:flex;}
.SPPflow .SPPflow_box_content .box_content_list .content_list_bottom .list_bottom_list{width:47.5%;}
.SPPflow .SPPflow_box_content .box_content_list .content_list_bottom .list_bottom_list .bottom_list_thumb{width:100%;height:5.4705vw;border-radius:6px;margin-bottom:0.7815vw;overflow:hidden;}
.SPPflow .SPPflow_box_content .box_content_list .content_list_bottom .list_bottom_list .bottom_list_thumb img{width:100%;height:100%;}
.SPPflow .SPPflow_box_content .box_content_list .content_list_bottom .list_bottom_list .bottom_list_txt{width: 100%; display: flex; align-items: center; justify-content: center; color: white;}
.SPPflow .SPPflow_box_content .box_content_list .content_list_bottom .list_bottom_list .bottom_list_txt img{width:auto;height:0.521vw;margin-left:0.3126vw;color:#fff;}
.SPPflow .SPPflow_box_content .content_list_dd {margin-bottom:0.7815vw;color:white;}
.SPPflow .SPPflow_box_content .content_list_dt {color:white;}
.SPPflow .SPPflow_box_content .box_content_list:nth-child(-n+5)::after {content:"";position:absolute;right:-2.1361vw;top:50%;transform:translateY(-50%);width:1.5109vw;height:0.8857vw;background:url(../images/bn30.png) no-repeat center/contain;z-index:10;pointer-events:none}
.SPPflow .SPPflow_box_content .box_content_list:nth-child(n+7):not(:nth-child(12))::before {content:"";position:absolute;left:-2.1361vw;top:50%;transform:translateY(-50%) rotate(180deg);width:1.5109vw;height:1.1462vw;background:url(../images/bn30.png) no-repeat center/contain;z-index:10;pointer-events:none}
.SPPflow .SPPflow_box_content .box_content_list:nth-child(6)::after {content:"";position:absolute;left:50%;bottom:-2.1361vw;transform:translateX(-50%) rotate(90deg);width:1.5109vw;height:0.8857vw;background:url(../images/bn30.png) no-repeat center/contain;z-index:10;pointer-events:none}
.SPPflow .SPPflow_box_content .box_content_list:nth-child(7) {order:6}
.SPPflow .SPPflow_box_content .box_content_list:nth-child(8) {order:5}
.SPPflow .SPPflow_box_content .box_content_list:nth-child(9) {order:4}
.SPPflow .SPPflow_box_content .box_content_list:nth-child(10) {order:3}
.SPPflow .SPPflow_box_content .box_content_list:nth-child(11) {order:2}
.SPPflow .SPPflow_box_content .box_content_list:nth-child(12) {order:1}


    
.SPPflow2 .SPPflow_box_content .box_content_list:nth-child(7),.SPPflow2 .SPPflow_box_content .box_content_list:nth-child(8){grid-row:2;}
.SPPflow2 .SPPflow_box_content .box_content_list:nth-child(8){grid-column:5;}
.SPPflow2 .SPPflow_box_content .box_content_list:nth-child(7){grid-column:6;}
.SPPflow2 .SPPflow_box_content .box_content_list:nth-child(8)::before{display:none;}





.SPPflow4 .SPPflow_box_content .box_content_list:nth-child(7),.SPPflow2 .SPPflow_box_content .box_content_list:nth-child(8),.SPPflow2 .SPPflow_box_content .box_content_list:nth-child(8),.SPPflow2 .SPPflow_box_content .box_content_list:nth-child(10){grid-row:2;}
.SPPflow4 .SPPflow_box_content .box_content_list:nth-child(8){grid-column:5;}
.SPPflow4 .SPPflow_box_content .box_content_list:nth-child(7){grid-column:6;}
.SPPflow4 .SPPflow_box_content .box_content_list:nth-child(10){grid-column:3;}
.SPPflow4 .SPPflow_box_content .box_content_list:nth-child(9){grid-column:4;}
.SPPflow4 .SPPflow_box_content .box_content_list:nth-child(10)::before{display:none;}

*/
.SPPflow .SPPflow_box_content {width:100%;margin-top:3.65vw;display:flex;justify-content:space-between;flex-wrap:wrap}
.SPPflow .SPPflow_box_content .box_content_list {width:calc(50% - 1.04vw);height:19.28vw;padding:2.6vw 2.6vw 1.04vw 2.6vw;margin-bottom:2.08vw;background:rgba(255,255,255,0.1);border-radius:22px}
.SPPflow .SPPflow_box_content .box_content_list .content_list_number {width:100%;color:white}
.SPPflow .SPPflow_box_content .box_content_list .content_list_title {width:100%;margin:1.56vw 0 1.3vw 0;color:white}
.SPPflow .SPPflow_box_content .box_content_list .content_list_txt {width:100%}
.SPPflow .SPPflow_box_content .box_content_list .content_list_txt p {width:100%;margin-bottom:0.36vw;line-height:1.6;font-size:inherit;color:rgba(255,255,255,0.7)}
.SPPflow .SPPflow_box_content .box_content_list .content_list_txt p:last-child {margin-bottom:0;}
.SPPflow .SPPflow_box_content .box_content_list:hover{background:#f5a423;}


.SPCase {background:#f5f6fb;}
.SPCase .SPCase_box .SPCase_box_top {width:100%;padding-bottom:2.084vw;margin-bottom:3.6470000000000002vw;border-bottom:1px solid #dcdcdc;position:relative;}
.SPCase .SPCase_box .SPCase_box_top::before {content:"";width:5.4705vw;height:0.0521vw;position:absolute;left:0;bottom:0;background:#4b1c87;}
.SPCase .SPCase_box .SPCase_box_content {}
.SPCase .SPCase_box .SPCase_box_content .swiper {}
.SPCase .SPCase_box .SPCase_box_content .swiper .swiper-wrapper {}
.SPCase .SPCase_box .SPCase_box_content .swiper .swiper-slide {}
.SPCase .SPCase_box .SPCase_box_content .swiper .banner_list {border-radius:26px;overflow:hidden;}
.SPCase .SPCase_box .SPCase_box_content .swiper .banner_list .banner_list_img {width:100%;height:15.8905vw;border-top-left-radius:26px;border-top-right-radius:26px;overflow:hidden;}
.SPCase .SPCase_box .SPCase_box_content .swiper .banner_list .banner_list_img img {width:100%;height:100%;}
.SPCase .SPCase_box .SPCase_box_content .swiper .banner_list .banner_list_info {width:100%;height:10.0553vw;padding:2.084vw;background:white;}
.SPCase .SPCase_box .SPCase_box_content .swiper .banner_list .banner_list_info .list_info_txt {width:100%;font-size:inherit;line-height:1.6;color:#111111;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.SPCase .SPCase_box .SPCase_box_content .swiper .banner_list .banner_list_info .list_info_txt span {font-size:inherit;color:#f5a423;line-height:inherit;font-weight:600;}



.News {background:url(../images/bg54.jpg) no-repeat center 100%/cover;}
.News .News_box {width:100%;}
.News .News_box .News_box_top {width:100%;padding-bottom:3.6470000000000002vw;margin-bottom:3.6470000000000002vw;border-bottom:1px solid #b1bed6;}
.News .News_box .News_box_top .swiper {width:100%;border-radius:26px;overflow:hidden;position:relative;}
.News .News_box .News_box_top .swiper .swiper-wrapper {}
.News .News_box .News_box_top .swiper .swiper-wrapper .banner_list {height:28.7592vw;border-radius:26px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;background:white;}
.News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_img {width:48%;height:100%;border-radius:26px;overflow:hidden;position: relative; left: 1px;}
.News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_img img {width:100%;height:100%;}
.News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_info {width:52%;height:100%;padding:3.6470000000000002vw;}
.News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_info .list_info_time {color:#999999;}
.News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_info .list_info_title {margin:2.084vw 0 1.8235000000000001vw 0;line-height:1.6;color:#555555;}
.News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_info .list_info_desc {width:100%;margin-bottom:1.8235000000000001vw;line-height:1.8;color:#666666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_info .list_info_more {display:flex;align-items:center;justify-content:flex-start;}
.News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_info .list_info_more a {display:flex;align-items:center;color:#4b1c87;font-size:inherit;}
.News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_info .list_info_more a img {height:0.5731vw;margin-left:0.2605vw;}
.News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .list_info_more a {}
.News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .list_info_more a img {}
.News .News_box .News_box_top .swiper .swiper-pagination {width:auto;position:absolute;top:auto;bottom:3.9075vw;right:41%;margin:0;justify-content:flex-end;}
.News .News_box .News_box_bottom {width:100%;display:flex;flex-wrap:wrap;}
.News .News_box .News_box_bottom .box_bottom_list {width:calc(33% - 0.8857vw);margin:0 1.7193vw 2.605vw 0;display:inline-block;}
.News .News_box .News_box_bottom .box_bottom_list .bottom_list_thumb {width:100%;height:18.2871vw;border-radius:26px;overflow:hidden;}
.News .News_box .News_box_bottom .box_bottom_list .bottom_list_thumb img {width:100%;height:100%;}
.News .News_box .News_box_bottom .box_bottom_list .bottom_list_info {width:100%;padding-top:1.563vw;}
.News .News_box .News_box_bottom .box_bottom_list .bottom_list_info .list_info_title {width:100%;margin-bottom:1.042vw;line-height:1.5;color:#555555;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.News .News_box .News_box_bottom .box_bottom_list .bottom_list_info .list_info_time {color:#999999;}
.News .News_box .News_box_bottom .box_bottom_list:nth-child(3n) {margin:0 0 2.605vw 0;}



.NDetails {background:#f6f6f6;}
.NDetails .NDetails_box {display:flex;align-items:flex-start;justify-content:space-between;}
.NDetails .NDetails_box .NDetails_box_left {width:61.478vw;padding:2.605vw;background:white;border-radius:20px;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_top {width:100%;padding-bottom:1.563vw;margin-bottom:1.563vw;border-bottom:1px solid #eeeeee;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_top .box_top_title {width:100%;line-height:1.4;color:#555555;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_top .box_top_info {width:100%;margin-top:1.042vw;display:flex;align-items:center;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_top .box_top_info .top_info_li {display:flex;align-items:center;font-size:inherit;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_top .box_top_info .top_info_li img {height:0.6252vw;margin-right:0.2605vw;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_top .box_top_info .top_info_li:first-child {margin-right:1.563vw;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_main {width:100%;color:#555555;overflow:hidden;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_main p {width:100%;margin-bottom:0.7815vw;line-height:1.8;color:#555555;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_main p img {}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_main p:last-child {margin-bottom:0;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_main a{font-size:inherit;color:#4b1c87;line-height:inherit;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom {width:100%;padding-top:1.563vw;margin-top:1.563vw;border-top:1px solid #eeeeee;display:flex;align-items:center;justify-content:space-between;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_fenye {width:calc(100% - 9.378vw);}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_fenye .bottom_fenye_li:first-child {margin-bottom:0.7815vw;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_fenye .bottom_fenye_li {width:100%;display:flex;align-items:center;justify-content: flex-start;font-size:inherit;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_fenye .bottom_fenye_li .fenye_li_txt {color:#555555;font-size:inherit;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_fenye .bottom_fenye_li a {width:calc(100% - 3.6470000000000002vw);color:#555555;font-size:inherit;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_fenye .bottom_fenye_li a:hover {color:#4b1c87;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_btn {}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_btn a {display:inline-block;padding:0.8336vw 1.563vw;background:#f5a423;color:white;border-radius:100px;display:flex;align-items:center;justify-content:center;font-size:inherit;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_btn a img {margin-left:0.2605vw;height:0.521vw;}
.NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_btn a:hover {background:#4b1c87;}
.NDetails .NDetails_box .NDetails_box_right {width:calc(100% - 63.041000000000004vw);padding:2.084vw;background:white;border-radius:20px;}
.NDetails .NDetails_box .NDetails_box_right .box_right_top {width:100%;margin-bottom:1.042vw;}
.NDetails .NDetails_box .NDetails_box_right .box_right_botttom {width:100%;}
.NDetails .NDetails_box .NDetails_box_right .box_right_botttom .right_botttom_list {padding:1.042vw 0;border-bottom:1px solid #eeeeee;}
.NDetails .NDetails_box .NDetails_box_right .box_right_botttom .right_botttom_list .botttom_list_time {margin-bottom:0.6252vw;color:#4b1c87;}
.NDetails .NDetails_box .NDetails_box_right .box_right_botttom .right_botttom_list .botttom_list_title {width:100%;line-height:1.6;color:#555555;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.NDetails .NDetails_box .NDetails_box_right .box_right_botttom .right_botttom_list:hover .botttom_list_title {color:#4b1c87;}
.NDetails .NDetails_box .NDetails_box_right .box_right_botttom .right_botttom_list:last-child {padding:1.042vw 0 0 0;border-bottom:none;}



.VSCenter {}
.VSCenter .VSCenter_box {}
.VSCenter .VSCenter_box .VSCenter_box_top {width:100%;margin-bottom:4.4285vw;display:flex;align-items:center;justify-content:space-between;}
.VSCenter .VSCenter_box .VSCenter_box_top .VSCenter_box_list {width:calc(50% - 0.521vw);position:relative;border-radius:26px;overflow:hidden;}
.VSCenter .VSCenter_box .VSCenter_box_top .VSCenter_box_list .box_list_thumb {height:26.571vw;}
.VSCenter .VSCenter_box .VSCenter_box_top .VSCenter_box_list .box_list_info {}
.VSCenter .VSCenter_box .VSCenter_box_list {position:relative;cursor:pointer;overflow:hidden;}
.VSCenter .VSCenter_box .VSCenter_box_list .box_list_thumb {width:100%;overflow:hidden;}
.VSCenter .VSCenter_box .VSCenter_box_list .box_list_thumb img {width:100%;height:100%;}
.VSCenter .VSCenter_box .VSCenter_box_list .box_list_info {width:100%;height:100%;position:absolute;left:0;top:0;padding:1.563vw;background:linear-gradient(to bottom,transparent,rgba(0,0,0,0.7));display:flex;align-items:flex-end;justify-content:center;}
.VSCenter .VSCenter_box .VSCenter_box_list .box_list_info .play_btn {width:2.7092vw;height:2.7092vw;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.VSCenter .VSCenter_box .VSCenter_box_list .box_list_info .play_btn img {width:100%;height:100%;}
.VSCenter .VSCenter_box .VSCenter_box_list .box_list_info .list_info_txt {color:white;}
.VSCenter .VSCenter_box .VSCenter_box_bottom {width:100%;display:flex;flex-wrap:wrap;}
.VSCenter .VSCenter_box .VSCenter_box_bottom .VSCenter_box_list {width:calc(33% - 0.4168vw);margin:0 1.042vw 1.042vw 0;border-radius:26px;overflow:hidden;}
.VSCenter .VSCenter_box .VSCenter_box_bottom .VSCenter_box_list .box_list_thumb {height:18.4955vw;}
.VSCenter .VSCenter_box .VSCenter_box_bottom .VSCenter_box_list .box_list_info {}
.VSCenter .VSCenter_box .VSCenter_box_bottom .VSCenter_box_list:nth-child(3n) {margin:0 0 1.042vw 0;}



.KPlate {background:#f9f9f9;}
.KPlate .KPlate_box {}
.KPlate .KPlate_box .KPlate_box_top {width:100%;margin-bottom:2.084vw;}
.KPlate .KPlate_box .KPlate_box_top .box_top_form {width:100%;height:2.605vw;font-size:inherit;display:flex;align-items:center;justify-content:space-between;}
.KPlate .KPlate_box .KPlate_box_top .box_top_form .top_form_left {width:36.5%;height:100%;font-size:inherit;display:flex;align-items:center;justify-content:space-between;}
.KPlate .KPlate_box .KPlate_box_top .box_top_form .top_form_left select {height:100%;padding:0 1.042vw;width:48.8%;color:#555555;background:white;border-radius:100px;border:1px solid #e2e2e2;font-size:inherit;background-image:url(../images/sv22.svg);background-repeat:no-repeat;background-position:right 1.042vw top 50%;background-size:0.6252vw auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;}
.KPlate .KPlate_box .KPlate_box_top .box_top_form .top_form_right {width:62.5%;height:100%;background:white;border-radius:100px;display:flex;align-items:center;justify-content:space-between;font-size:inherit;}
.KPlate .KPlate_box .KPlate_box_top .box_top_form .top_form_right input[type="search"] {width:calc(100% - 7.815vw);padding:0 1.042vw;height:100%;color:#555555;font-size:inherit;background:white;border-top-left-radius:100px;border-bottom-left-radius:100px;border:1px solid #e2e2e2;font-size:inherit;}
.KPlate .KPlate_box .KPlate_box_top .box_top_form .top_form_right input[type="search"]::placeholder {font-size:inherit;color:#555555;}
.KPlate .KPlate_box .KPlate_box_top .box_top_form .top_form_right input[type="submit"] {width:7.815vw;height:100%;border-top-right-radius:100px;border-bottom-right-radius:100px;background:#f5a423;color:white;font-size:inherit;background-image:url(../images/sv2.svg);background-repeat:no-repeat;background-position:left 2.2403vw top 50%;padding-left:1.1462vw;background-size:0.8857vw auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.KPlate .KPlate_box .KPlate_box_bottom {width:100%;display:flex;flex-wrap:wrap;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list {width:calc(20% - 1.56vw);margin:0 1.9vw 2.605vw 0;border-radius:26px;overflow:hidden;position:relative;cursor:pointer;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list:nth-child(5n) {margin:0 0 2.605vw 0;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list .bottom_list_thumb {width:100%;height:22.82vw;overflow:hidden;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list .bottom_list_thumb img {width:100%;height:100%;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list .bottom_list_info {width:100%;padding:1vw;background:white;display:flex;align-items:center;justify-content:space-between;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list .bottom_list_info .list_info_txt {width:calc(100% - 3.126vw);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list .bottom_list_info .list_info_icon {width:2.084vw;height:2.084vw;border-radius:100px;border:1px solid #e2e2e2;display:flex;align-items:center;justify-content:center;cursor: pointer;user-select:none;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list .bottom_list_info .list_info_icon img {height:0.7857vw;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list.loading {border:1px solid #e2e2e2;background:white;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:14.5795vw;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list.loading .loading_icon {height:1.8235000000000001vw;margin-bottom:0.7815vw;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list.loading .loading_icon img {height:100%;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list.loading .loading_txt {text-align:center;color:#4b1c87;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list::before {content:"";width:0;height:0.1042vw;position:absolute;left:0;bottom:0;background:#f5a423;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list:hover::before {width:100%;}
.KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list.loading:hover::before {width:0;display:none;}



.JCCornerstone {background:#f5f5f5;}
.JCCornerstone .JCCornerstone_box {width:100%;display:flex;align-items:center;justify-content:space-between;}
.JCCornerstone .JCCornerstone_box .JCCornerstone_box_thumb {width:50%;}
.JCCornerstone .JCCornerstone_box .JCCornerstone_box_thumb img {width:100%;border-radius:26px;}
.JCCornerstone .JCCornerstone_box .JCCornerstone_box_info {width:45%;}
.JCCornerstone .JCCornerstone_box .JCCornerstone_box_info .pc_top {}
.JCCornerstone .JCCornerstone_box .JCCornerstone_box_info .pc_top .pc_top_box {}
.JCCornerstone .JCCornerstone_box .JCCornerstone_box_info .pc_top .pc_top_box .pc_top_title {margin-bottom:0.521vw;}
.JCCornerstone .JCCornerstone_box .JCCornerstone_box_info .pc_top .pc_top_box .pc_top_txt {margin-bottom:0.7815vw;color:#111111;}
.JCCornerstone .JCCornerstone_box .JCCornerstone_box_info .pc_top .pc_top_box .pc_top_subtxt {color:#555555;}
.JCCornerstone .JCCornerstone_box .JCCornerstone_box_info .pc_top .pc_top_box .pc_top_p {margin-top:1.563vw;line-height:1.8;color:#777777;}
.JCCornerstone .JCCornerstone_box .JCCornerstone_box_info .pc_top .pc_top_box .pc_top_p span{font-size: inherit;font-weight:bold; line-height:inherit;color:inherit;}



.JESpotlight {}
.JESpotlight .JESpotlight_box {}
.JESpotlight .JESpotlight_box .JESpotlight_box_top {}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title {}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box {}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box .pc_top_box {}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box .pc_top_box .pc_top_title {margin-bottom:1.042vw;}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box .pc_top_box .pc_top_title img {}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box .pc_top_box .pc_top_txt {color:#111111;line-height:1;}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box .pc_title_switch {}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box .pc_title_switch .swiper-button-prev {}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box .pc_title_switch .swiper-button-prev .button-li-icon {}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box .pc_title_switch .swiper-button-prev .button-li-icon img {}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box .pc_title_switch .swiper-button-next {}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box .pc_title_switch .swiper-button-next .button-li-icon {}
.JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box .pc_title_switch .swiper-button-next .button-li-icon img {}
.JESpotlight .JESpotlight_box .JESpotlight_box_bottom {width:100%;margin-top:2.605vw;overflow:hidden;}
.JESpotlight .JESpotlight_box .JESpotlight_box_bottom .swiper {width:100%;padding:1.563vw 0}
.JESpotlight .JESpotlight_box .JESpotlight_box_bottom .swiper .swiper-slide {transition:all 0.5s ease-out;position:relative;border-radius:20px;overflow:hidden}
.JESpotlight .JESpotlight_box .JESpotlight_box_bottom .swiper .swiper-slide .banner_list_img {width:100%;}
.JESpotlight .JESpotlight_box .JESpotlight_box_bottom .swiper .swiper-slide .banner_list_img img {width:100%;height:100%;object-fit:cover;display:block;border-radius: 26px; overflow: hidden;}
.JESpotlight .JESpotlight_box .JESpotlight_box_bottom .swiper .swiper-slide::after {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(255,255,255,0.6);transition:all 0.5s ease-out;z-index:2;pointer-events:none}
.JESpotlight .JESpotlight_box .JESpotlight_box_bottom .swiper .swiper-slide.swiper-slide-active {z-index:5;box-shadow:0 0.521vw 1.563vw rgba(0,0,0,0.1)}
.JESpotlight .JESpotlight_box .JESpotlight_box_bottom .swiper .swiper-slide.swiper-slide-active::after {background-color:rgba(255,255,255,0)}
.JSRecruitment {background:#f5f5f5;}




.JSRecruitment .JSRecruitment_box {}
.JSRecruitment .JSRecruitment_box .pc_top {}
.JSRecruitment .JSRecruitment_box .pc_top .pc_top_box {}
.JSRecruitment .JSRecruitment_box .pc_top .pc_top_box .pc_top_title {margin-bottom:1.042vw;}
.JSRecruitment .JSRecruitment_box .pc_top .pc_top_box .pc_top_title img {}
.JSRecruitment .JSRecruitment_box .pc_top .pc_top_box .pc_top_txt {color:#111111;line-height:1;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content {width:100%;margin-top:2.605vw;transition:none;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content * {transition:none;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list {width:100%;padding:0 2.605vw;margin-bottom:1.1462vw;background:white;border-radius:10px;overflow:hidden;transition:border-radius 0.35s;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_top {width:100%;padding:1.563vw 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_top .list_top_txt {width:90%;padding-left:1.042vw;color:#4b1c87;position:relative;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_top .list_top_txt::before {content:"";width:0.2605vw;height:0.2605vw;position:absolute;left:0;top:50%;transform:translateY(-50%);background:#4b1c87;border-radius:100px;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_top .list_top_icon {display:flex;align-items:center;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_top .list_top_icon img {height:0.3647vw;transition:transform 0.45s;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list.on .content_list_top .list_top_icon img {transform:rotate(-180deg);}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom {width:100%;padding:2.084vw 0;border-top:1px solid #ededed;display:none;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom .list_bottom_tiem {width:100%;margin-bottom:2.8655vw;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom .list_bottom_tiem .bottom_tiem_dd {width:100%;margin-bottom:1.3025vw;position:relative;left:-0.4168vw;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom .list_bottom_tiem .bottom_tiem_dt {width:100%;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom .list_bottom_tiem .bottom_tiem_dt p {margin-bottom:0.521vw;line-height:1.65;font-size:inherit;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom .list_bottom_tiem .bottom_tiem_dt p:last-child {margin-bottom:0;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom .list_bottom_btn {width:100%;margin-top:1.563vw;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom .list_bottom_btn .copy_btn {padding:0.7815vw 1.4588vw;color:white;border-radius:100px;background:#f5a423;font-size:inherit;display: inline-block;cursor: pointer;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom .list_bottom_btn .copy_btn img {margin-left:0.4168vw;height:0.8857vw;}
.JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list:last-child {margin-bottom:0;}







.SearchPage{ background: #f5f5f5;}
.SearchPage .Search_content .Search_content_box{width: 100%;Display: flex;justify-content: space-between;flex-wrap: wrap;}
.SearchPage .Search_content .Search_content_box .content_box_list{ margin-top: 20px; width: calc(50% - 10px); padding: 20px; position: relative; top: 0; background: #fff; border-radius: 10px; overflow: hidden;}
.SearchPage .Search_content .Search_content_box .content_box_listi:nth-child(-n+2){margin-top: 0;}
.SearchPage .Search_content .Search_content_box .content_box_list:hover{ background: #4b1c87; top: -10px; box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
.SearchPage .Search_content .Search_content_box .content_box_list .box_list_time{width: 100%;}
.SearchPage .Search_content .Search_content_box .content_box_list .box_list_title{width: 100%;margin: 15px 0;line-height: 1.5;}
.SearchPage .Search_content .Search_content_box .content_box_list .box_list_more{width: 100%;}
.SearchPage .Search_content .Search_content_box .content_box_list .box_list_more i{font-size:inherit;margin-left:0.2vw;}
.SearchPage .Search_content .Search_content_box .content_box_list b{font-size: inherit;color: #f5a423;}
.SearchPage .Search_content .Search_content_box .content_box_list:hover .box_list_time{ color: #fff;}
.SearchPage .Search_content .Search_content_box .content_box_list:hover .box_list_title{ color: #fff;}
.SearchPage .Search_content .Search_content_box .content_box_list:hover .box_list_more{ color: #fff;}
.SearchPage .Search_content .Search_content_box .content_box_list:hover .box_list_more i{ color: #fff;}
.SearchPage .Search_content .Search_content_box .content_box_list:hover b{color: #f5a423;}
.SearchPage .Search_content .Search_content_box .no_data{width:100%;text-align:center;}


.right-pop {width:2.8655vw;position:fixed;right:0.7815vw;top:50%;transform:translateY(-50%);z-index:9999;}
/*
.right-pop .right-pop-pet{width:100%;position:relative;top:0.99vw;}
.right-pop .right-pop-pet img{width:100%;}
*/
.right-pop .right-pop-pet{width:100%;position:relative;top:0.9vw;cursor:pointer;transform-origin:center bottom;animation:petPopIn 0.8s cubic-bezier(0.175,0.885,0.32,1.275) forwards;}
.right-pop .right-pop-pet img{width:100%;height:auto;display:block;}
.right-pop .right-pop-pet:hover{animation:petWaveGreet 0.6s ease-in-out infinite alternate;}
@keyframes petPopIn{
    0%{transform:translateY(120px) scale(0.6);opacity:0;}
    100%{transform:translateY(0px) scale(1);opacity:1}
}
@keyframes petWaveGreet{
    0%{transform:rotate(0deg)}
    33%{transform:rotate(-8deg)}
    66%{transform:rotate(8deg)}
    100%{transform:rotate(0deg)}
}


.right-pop .box1 {width:2.8655vw;border-radius:2.084vw;background:#fff;box-shadow:0 0 0.521vw 0 rgba(0,0,0,0.06);padding:0.4689vw 0.3647vw;position:relative;z-index:22;}
.right-pop .box1 a {width:100%;display:block;margin-bottom:0.1647vw;position:relative}
.right-pop .box1 a:last-child {border-bottom:none}
.right-pop .box1 a .icons {width:2.1966vw;height:2.1966vw;display:flex;justify-content:center;align-items:center;position:relative;margin:0 auto}
.right-pop .box1 a .icons img {width:1.2504vw;height:1.2504vw;position:relative;z-index:2}
.right-pop .box1 a .icons svg path {fill:#4b1c87}
.right-pop .box1 a .icons.icons1 {width:1.9084vw;height:1.9084vw;border-radius:50%;background:#4b1c87;margin:0 auto 0.8336vw}
.right-pop .box1 a .icons.icons1::before {content:'';width:100%;height:100%;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(75,28,135,0.8);border:1px solid #4b1c87;animation:yuanRun 2s infinite linear}
.right-pop .box1 a .icons.icons1::after {content:'';width:100%;height:100%;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(75,28,135,0.8);border:1px solid #4b1c87;animation:yuanRun 2s 1s infinite linear}
.right-pop .box1 a .icons.icons1 img {width:1.0504vw;height:auto}
.right-pop .box1 a .icons.icons1 svg {width:1.2504vw;height:1.2504vw}
.right-pop .box1 a .icons.icons1 svg path {fill:#fff}
.right-pop .box1 a .icons.icons2 svg {width:1.2504vw;height:1.2504vw;animation:iconRun 1.2s infinite linear}
.right-pop .box1 a .txt {line-height:1.28571429em;color:#505050;text-align:center;transition:all 0.4s}
.right-pop .box1 a .txt span {font-size:inherit;}
.right-pop .box1 a .tel-pop {position:absolute;right:100%;top:50%;transform:translateY(-50%);padding-right:1.4067vw;display:none}
.right-pop .box1 a .tel-pop .box {background:#fff;border-radius:0.521vw;box-shadow:0 0 0.521vw 0 rgba(0,0,0,0.06);padding:0.521vw 1.042vw;position:relative}
.right-pop .box1 a .tel-pop .box::before {content:'';border-left:0.521vw solid #fff;border-top:0.521vw solid transparent;border-bottom:0.521vw solid transparent;position:absolute;left:100%;top:50%;transform:translateY(-50%);z-index:2}
.right-pop .box1 a .tel-pop .box::after {content:'';border-left:0.521vw solid rgba(0,0,0,0.06);border-top:0.521vw solid transparent;border-bottom:0.521vw solid transparent;position:absolute;left:calc(100% + 0.0521vw);top:50%;transform:translateY(-50%)}
.right-pop .box1 a .tel-pop .box .ts {width:100%;padding-bottom:0.521vw;border-bottom:0.0521vw solid #eee;margin-bottom:0.521vw;white-space:nowrap}
.right-pop .box1 a .tel-pop .box .ts:last-child {margin-bottom:0;padding-bottom:0;border-bottom:none}
.right-pop .box1 a .tel-pop .box .ts span {line-height:1.71428571em;color:#505050}
.right-pop .box1 a .tel-pop .box .ts p {line-height:1.125em;color:#4b1c87}
.right-pop .box1 .ask {position:relative;z-index:1;display:none;}
.right-pop .box1 .ask a {border-bottom:none;margin-bottom:0}
.right-pop .box1 .ask .ask-pop {width:10.0032vw;position:absolute;right:100%;top:50%;transform:translateY(-50%);z-index:2;display:none;padding-right:1.563vw}
.right-pop .box1 .ask .ask-pop .bgs {width:100%;position:absolute;right:0.6252vw;top:50%;transform:translateY(-50%);z-index:-1}
.right-pop .box1 .ask .ask-pop .bgs img {width:100%}
.right-pop .box1 .ask .ask-pop .t1 {text-align:center;color:#999;font-size:0.7294vw;line-height:1.2504vw}
.right-pop .box1 .ask .ask-pop .ewm {width:5.21vw;height:5.21vw;margin:0.521vw auto 0;display:flex;border:2px solid #4b1c87;border-radius:0.521vw;overflow:hidden}
.right-pop .box1 .ask .ask-pop .tel {text-align:center;color:#999;font-size:0.7294vw;line-height:1.1462vw;margin-top:0.7294vw}
.right-pop .box1 .ask .ask-pop .tel span {display:block;font-size:0.8336vw;color:#000}
.right-pop .box1 .ask .ask-pop .asks {width:100%;height:2.1882vw;margin:0.7815vw auto 0;display:flex;justify-content:center}
.right-pop .box1 .ask .ask-pop .asks a {width:initial;height:100%;padding:0 1.042vw;display:flex;align-items:center;border-radius:1.0941vw;background:#4b1c87;transition:all 0.4s}
.right-pop .box1 .ask .ask-pop .asks a i {width:1.1462vw;height:1.1462vw;display:flex}
.right-pop .box1 .ask .ask-pop .asks a i svg {width:100%;height:100%}
.right-pop .box1 .ask .ask-pop .asks a i svg path {fill:#fff}
.right-pop .box1 .ask .ask-pop .asks a span {color:#fff;font-size:0.7294vw;margin-left:0.3647vw}
.right-pop .box1 a:hover .tel-pop{display:block}
.right-pop .box1 a:hover .txt{color:#4b1c87}
.right-pop .box1 .ask .ask-pop .asks a:hover{background:#f5a423}
.right-pop .box1 .ask:hover .ask-pop{display:block}
.right-pop .gotop::before {content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:#4b1c87;border-radius:50%;transform:scaleY(0);transform-origin:top;-webkit-transition:transform 0.6s cubic-bezier(0.785,0.135,0.15,0.86);-moz-transition:transform 0.6s cubic-bezier(0.785,0.135,0.15,0.86);-o-transition:transform 0.6s cubic-bezier(0.785,0.135,0.15,0.86);transition:transform 0.6s cubic-bezier(0.785,0.135,0.15,0.86)}
.right-pop .gotop svg {width:1.042vw;height:1.2504vw;position:relative;z-index:2}
.right-pop .gotop svg path {fill:#999;transition:all 0.4s}
.right-pop .gotop {width:2.8655vw;height:2.8655vw;border-radius:50%;box-shadow:0 0 0.521vw 0 rgba(0,0,0,0.06);display:flex;justify-content:center;align-items:center;transition:all 0.4s;background:#fff;margin-top:0.6773vw;position:relative;overflow:hidden;}
.right-pop .gotop:hover::before {transform:scaleY(1);transform-origin:bottom}
.right-pop .gotop:hover svg path {fill:#fff}




.DesignMfg {position:fixed;inset:0;background:rgba(20,10,40,0.75);backdrop-filter:blur(0.16vw);-webkit-backdrop-filter:blur(0.16vw);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:all 0.5s cubic-bezier(0.23,1,0.32,1);}
.DesignMfg.show {opacity:1;visibility:visible;z-index:9999999999999;}
.DesignMfg .mfg_wrapper {position:relative;width:61.48vw;max-width:94%;max-height:90vh;display:flex;flex-direction:column}
.DesignMfg .mfg_wrapper .mfg_close {position:absolute;top:-2.92vw;right:0;width:2.08vw;height:2.08vw;border-radius:50%;background:rgba(255,255,255,0.2);border:1px solid rgba(255,255,255,0.25);backdrop-filter:blur(0.52vw);-webkit-backdrop-filter:blur(0.52vw);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.4s cubic-bezier(0.16,1,0.3,1)}
.DesignMfg .mfg_wrapper .mfg_close:hover {background:rgba(255,255,255,1);transform:rotate(90deg) scale(1.05)}
.DesignMfg .mfg_wrapper .mfg_close svg {width:0.94vw;height:0.94vw;stroke:rgba(255,255,255,0.9);stroke-width:2.5;transition:stroke 0.3s ease}
.DesignMfg .mfg_wrapper .mfg_close:hover svg {stroke:#4b1c87}
.DesignMfg .mfg_wrapper .mfg_container {background:rgba(255,255,255,0.95);backdrop-filter:blur(1.3vw);width:100%;border-radius:28px;box-shadow:0 2.08vw 5.21vw rgba(75,28,135,0.2),0 1.04vw 2.34vw rgba(0,0,0,0.1),inset 0 0.05vw 0 rgba(255,255,255,0.9);border:1px solid rgba(75,28,135,0.15);overflow:hidden;display:flex;flex-direction:column;animation:mfgPop 0.6s cubic-bezier(0.23,1,0.32,1)}
@keyframes mfgPop {from {transform:scale(0.94) translateY(2.08vw);opacity:0}
to {transform:scale(1) translateY(0);opacity:1}
}
.DesignMfg .mfg_wrapper .mfg_container .mfg_header {padding:2.29vw 2.71vw 1.25vw;border-bottom:1px solid rgba(75,28,135,0.08);display:flex;justify-content:space-between;align-items:center;gap:1.25vw}
.DesignMfg .mfg_wrapper .mfg_container .mfg_header h2 {font-weight:700;color:#4b1c87;margin:0;letter-spacing:-0.03vw;display:flex;align-items:center;gap:0.73vw;flex-shrink:0}
.DesignMfg .mfg_wrapper .mfg_container .mfg_header h2::before {content:"";display:inline-block;width:0.26vw;height:1.56vw;position:relative;background:linear-gradient(180deg,#4b1c87,#8e54e9);border-radius:4px;top:0.1vw}
.DesignMfg .mfg_wrapper .mfg_container .mfg_header .header_badge {display:inline-flex;align-items:center;background:linear-gradient(135deg,rgba(75,28,135,0.06),rgba(75,28,135,0.02));padding:0.63vw 1.15vw;border-radius:14px;border:1px solid rgba(75,28,135,0.12);box-shadow:inset 0 0.05vw 0.1vw rgba(255,255,255,0.8)}
.DesignMfg .mfg_wrapper .mfg_container .mfg_header .header_badge p {font-size:inherit;color:#4b1c87;font-weight:600;margin:0;white-space:nowrap}
.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom {overflow-y:auto;padding:1.67vw 2.71vw 2.71vw;height:50vh}
.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom::-webkit-scrollbar {width:0.26vw}
.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom::-webkit-scrollbar-thumb {background:rgba(75,28,135,0.25);border-radius:10px}
.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid {display:grid;grid-template-columns:repeat(3,1fr);gap:1.67vw}
.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list {background:rgba(255,255,255,0.9);backdrop-filter:blur(0.78vw);border-radius:20px;overflow:hidden;border:1px solid rgba(75,28,135,0.08);transition:all 0.5s cubic-bezier(0.23,1,0.32,1);position:relative;box-shadow:0 0.52vw 1.56vw rgba(0,0,0,0.03),inset 0 0.05vw 0 rgba(255,255,255,0.9)}
.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list::before {content:attr(data-index);position:absolute;top:1.25vw;left:1.25vw;font-size:0.63vw;font-weight:700;color:#4b1c87;background:linear-gradient(135deg,#fff,#f8f6fb);padding:0.21vw 0.47vw;border-radius:6px;box-shadow:0 0.21vw 0.63vw rgba(75,28,135,0.15);z-index:2;border:1px solid rgba(75,28,135,0.1)}
.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list:hover {transform:translateY(-0.63vw);border-color:#f5a423;box-shadow:0 1.3vw 3.13vw rgba(75,28,135,0.18)}
.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list:last-child::before {border-color:#8e54e9}
.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list .list_thumb {width:100%;aspect-ratio:16 / 9.5;padding:0.63vw 0.63vw 0;position:relative}
.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list .list_thumb img {width:100%;height:100%;object-fit:cover;border-radius:12px;transition:transform 0.8s cubic-bezier(0.23,1,0.32,1)}
.DesignMfg.Mslx .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid{display:grid;grid-template-columns:none;gap:0}
.DesignMfg.Mslx .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list:last-child::before{display:none;}
.DesignMfg.Mslx .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list .list_thumb{width: auto; height: 10vw; display: flex; justify-content: center; align-items: center; aspect-ratio: unset;}
.DesignMfg.Mslx .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list .list_thumb img{width:auto;height:100%;object-fit: cover;}

.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list:hover{ background: #f5a423; }
.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list .list_title {padding:1.04vw 1.25vw 0.78vw;font-weight:600;color:#2d2937;text-align:center;transition:all 0.4s ease}
.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list:hover .list_title {color:#fff;padding-left:1.46vw;}

#modalOverlay1 .mfg_wrapper{width:auto;max-height: unset;}
#modalOverlay1 .mfg_wrapper .mfg_container{width: auto;}
#modalOverlay1 .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid{display: flex; gap: 0; justify-content: center; align-items: center;grid-template-columns:none;}
#modalOverlay1 .mfg_wrapper .mfg_container .mfg_bottom{height: auto;padding:1.67vw 2.5vw 2.5vw;}

.DesignMfg.SQCcde{z-index:9999999999999999;}
.DesignMfg.SQCcde .mfg_wrapper{width:auto;max-height: unset;}
.DesignMfg.SQCcde .mfg_wrapper .mfg_container .mfg_header{border-bottom:none;padding: 2vw 2vw 1.5vw;gap: 0;justify-content:center;}
.DesignMfg.SQCcde .mfg_wrapper .mfg_container .mfg_header img{border-radius:15px;}
.DesignMfg.SQCcde .mfg_wrapper .mfg_container .mfg_bottom{height: auto; text-align: center; padding: 0 1vw 1.5vw 1vw;}
.DesignMfg.SQCcde .mfg_wrapper .mfg_container .mfg_bottom h2{font-weight: 500; color: #4b1c87;margin:0;padding:0;}
.DesignMfg.SQCcde.show{z-index:9999999999999999 !important;}


@media (max-width:1024px){
    .DesignMfg{;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);}
    .DesignMfg .mfg_wrapper{position:relative;width:100%;max-width:90%;max-height:85vh;}
    .DesignMfg .mfg_wrapper .mfg_close{position:absolute;top:-50px;right:0;width:35px;height:35px;border-radius:50%;border:1px solid rgba(255,255,255,0.25);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}
    .DesignMfg .mfg_wrapper .mfg_close:hover{transform:rotate(90deg) scale(1.05)}
    .DesignMfg .mfg_wrapper .mfg_close svg{width:18px;height:18px;stroke:rgba(255,255,255,0.9);stroke-width:2.5;transition:stroke 0.3s ease}
    .DesignMfg .mfg_wrapper .mfg_container{backdrop-filter:blur(25px);width:100%;border-radius:28px;box-shadow:0 40px 100px rgba(75,28,135,0.2),0 20px 45px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.9);border:1px solid rgba(75,28,135,0.15);animation:mfgPop 0.6s cubic-bezier(0.23,1,0.32,1)}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_header{padding:44px 52px 24px;gap:24px}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_header h2{letter-spacing:-0.5px;gap:14px;flex-shrink:0;font-size:20px;}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_header h2::before{width:5px;height:25px;background:linear-gradient(180deg,#4b1c87,#8e54e9);border-radius:4px;top:2px}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_header .header_badge{background:linear-gradient(135deg,rgba(75,28,135,0.06),rgba(75,28,135,0.02));padding:12px 22px;border-radius:14px;border:1px solid rgba(75,28,135,0.12);box-shadow:inset 0 1px 2px rgba(255,255,255,0.8);line-height:1.5;}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_header .header_badge p{font-size:inherit;white-space:unset}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom{overflow-y:auto;padding:32px 52px 52px;height:50vh}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom::-webkit-scrollbar{width:5px}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom::-webkit-scrollbar-thumb{border-radius:10px}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list{background:rgba(255,255,255,0.9);backdrop-filter:blur(15px);border-radius:20px;overflow:hidden;border:1px solid rgba(75,28,135,0.08);transition:all 0.5s cubic-bezier(0.23,1,0.32,1);position:relative;box-shadow:0 10px 30px rgba(0,0,0,0.03),inset 0 1px 0 rgba(255,255,255,0.9)}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list::before{top:24px;left:24px;font-size:12px;font-weight:700;color:#4b1c87;background:linear-gradient(135deg,#fff,#f8f6fb);padding:4px 9px;border-radius:6px;box-shadow:0 4px 12px rgba(75,28,135,0.15);z-index:2;border:1px solid rgba(75,28,135,0.1)}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list:hover{transform:translateY(-12px);border-color:#4b1c87;box-shadow:0 25px 60px rgba(75,28,135,0.18)}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list .list_thumb{width:100%;aspect-ratio:16 / 9.5;background:#fcfaff;padding:12px 12px 0;}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list .list_thumb img{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:transform 0.8s cubic-bezier(0.23,1,0.32,1)}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list:hover .list_thumb img{transform:scale(1.06)}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list .list_title{padding:20px 24px 15px;transition:all 0.4s ease}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list:hover .list_title{padding-left:28px;}

}
@media (max-width:768px){
    #modalOverlay1 .mfg_wrapper .mfg_container .mfg_bottom{padding: 32px 52px 52px;}
    .DesignMfg .mfg_wrapper{margin-top:40px}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_header{flex-direction:column;align-items:flex-start;gap:16px;padding:20px 20px 15px;}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_header .header_badge{width:100%;justify-content:center}
    .DesignMfg .mfg_wrapper .mfg_container .mfg_bottom{padding-left:20px;padding-right:20px}
    .DesignMfg.Mslx .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid .mfg_list .list_thumb{height:120px;}
}
@media (max-width:640px){.DesignMfg .mfg_wrapper .mfg_container .mfg_bottom .mfg_bottom_grid{grid-template-columns:1fr;}
}


@media (max-width:767px){
	.right-pop{width:40px;right:10px;}
	.right-pop .gotop{width:40px;height:40px;}
	.right-pop .gotop svg{width:13px;height:13px;}
	.right-pop .box1{width:40px;border-radius:40px;;padding:9px 7px}
	.right-pop .box1 a{padding-bottom:9px;margin-bottom:7px;}
	.right-pop .box1 a .icons{width:100%;height:30px;}
	.right-pop .box1 a .icons img{width:20px;height:20px;}
	.right-pop .box1 a .icons.icons1{width:26px;height:26px;margin:0 auto 16px}
	.right-pop .box1 a .icons.icons1 img{width:13px;height:13px}
	.right-pop .box1 a .icons.icons1 svg{width:13px;height:13px}
	.right-pop .box1 a .icons.icons2 svg{width:15px;height:15px}
	.right-pop .box1 a .txt{line-height:1.28571429em;}
	.right-pop .box1 a .tel-pop{padding-right:27px;display:none}
	.right-pop .box1 a .tel-pop .box{border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,0.06);padding:10px 20px;position:relative}
	.right-pop .box1 a .tel-pop .box::before{content:'';border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;}
	.right-pop .box1 a .tel-pop .box::after{content:'';border-left:10px solid rgba(0,0,0,0.06);border-top:10px solid transparent;border-bottom:10px solid transparent;}
	.right-pop .box1 a .tel-pop .box .ts{width:100%;padding-bottom:10px;border-bottom:1px solid #eee;margin-bottom:10px;white-space:nowrap}
	.right-pop .box1 a .tel-pop .box .ts span{line-height:1.71428571em;color:#505050}
	.right-pop .box1 a .tel-pop .box .ts p{line-height:1.125em;}
	.right-pop .box1 .ask .ask-pop{width:192px;padding-right:30px}
	.right-pop .box1 .ask .ask-pop .bgs{width:100%;right:12px;top:50%;transform:translateY(-50%);z-index:-1}
	.right-pop .box1 .ask .ask-pop .bgs img{width:100%}
	.right-pop .box1 .ask .ask-pop .t1{font-size:14px;line-height:24px}
	.right-pop .box1 .ask .ask-pop .ewm{width:100px;height:100px;margin:10px auto 0;display:flex;border:2px solid #4b1c87;border-radius:10px;overflow:hidden}
	.right-pop .box1 .ask .ask-pop .tel{font-size:14px;line-height:22px;margin-top:14px}
	.right-pop .box1 .ask .ask-pop .tel span{}
	.right-pop .box1 .ask .ask-pop .asks{width:100%;height:38px;margin:15px auto 0;}
	.right-pop .box1 .ask .ask-pop .asks a{width:initial;height:100%;padding:0 20px;border-radius:21px}
	.right-pop .box1 .ask .ask-pop .asks a i{width:22px;height:22px;display:flex}
	.right-pop .box1 .ask .ask-pop .asks a i svg{width:100%;height:100%}
	.right-pop .box1 .ask .ask-pop .asks a span{color:#fff;font-size:14px;margin-left:7px}
	.right-pop .box1 a .txt{font-size:12px;}
	.right-pop .box1 .ask:hover .ask-pop{display:none;}
}
@keyframes iconRun{0%{transform:scale(0.9)}50%{transform:scale(1)}100%{transform:scale(0.9)}}
@keyframes yuanRun{form{transform:translate(-50%,-50%) scale(1);opacity:1} to{transform:translate(-50%,-50%) scale(1.5);opacity:0;}}









.modal-overlay {position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0.6);display:none;justify-content:center;align-items:center;z-index:999999;}
.modal-overlay .form-card {width:100%;max-width:41.68vw;padding:2.084vw;border-radius:26px;background:rgba(75,28,135,1);backdrop-filter:10px;border:1px solid rgba(255,255,255,0.2);box-shadow:0 0.4168vw 1.6672vw 0 rgba(75,28,135,0.37);position:relative;}
.modal-overlay .form-card .form-card-title {color:#ffffff;margin-bottom:2.063vw;font-weight:500;text-align: center;}
.modal-overlay .form-card .form-row {display:flex;gap:1.042vw;margin-bottom:1.042vw;}
.modal-overlay .form-card .form-group {flex:1;display:flex;flex-direction:column}
.modal-overlay .form-card input,.modal-overlay .form-card select,.modal-overlay .form-card textarea {width:100%;padding:0.7815vw;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.3);border-radius:0.4168vw;color:#fff;outline:none;transition:all 0.3s ease;font-size:inherit;}
.modal-overlay .form-card input::placeholder,.modal-overlay .form-card textarea::placeholder {color:rgba(255,255,255,0.7)}
.modal-overlay .form-card input:focus,.modal-overlay .form-card select:focus,.modal-overlay .form-card textarea:focus {border-color:#f5a423;background:rgba(255,255,255,0.2)}
.modal-overlay .form-card select {background:rgba(255, 255, 255, 0.1) url(../images/sv22on.svg) no-repeat !important;background-position:right 1.042vw top 50% !important;background-size:0.6252vw auto !important;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:none;}
.modal-overlay .form-card select option {background:#4b3a7a;color:#fff !important;}
.modal-overlay .form-card select option[disabled]{background:#4b3a7a;color:#fff !important;}
.modal-overlay .form-card .captcha-row {display:flex;align-items:center;gap:0.7815vw;margin-top:0.521vw;flex-wrap:wrap}
.modal-overlay .form-card .captcha-img-box {background:#fff;height: 2.25vw; width: 7.815vw; border-radius: 6px;overflow: hidden;display:flex;justify-content:center;align-items:center;ont-weight:bold;color:#333;user-select:none;cursor:pointer}
.modal-overlay .form-card .captcha-img-box img{height:100%;}
.modal-overlay .form-card .captcha-input {width:6.252vw;font-size:inherit;}
.modal-overlay .form-card .submit-btn {flex:1;background:#f5a423;color:white;border:none;padding:0.7815vw 1.563vw;border-radius:0.4168vw;cursor:pointer;transition:background 0.3s ease;font-weight:bold;font-size:inherit;}
.modal-overlay .form-card .submit-btn:hover {background:#e68a00}
.modal-overlay .form-card .required {color:#ff4d4f;margin-left:0.2084vw}
.modal-overlay .close-btn {position:absolute;top:0.5vw;right:1vw;color:white;cursor:pointer;text-decoration:none}
.modal-overlay.on {display:flex;}

.modal-overlay .form-card .qrcode {align-items:center;justify-content:space-between;}
.modal-overlay .form-card .qrcode .qrcode-group-img {width:6.77vw;}
.modal-overlay .form-card .qrcode .qrcode-group-img img {width:100%;border-radius:8px;}
.modal-overlay .form-card .qrcode .qrcode-group-info {width:calc(100% - 7.55vw);}
.modal-overlay .form-card .qrcode .qrcode-group-info p {width:100%;margin-bottom:0.36vw;font-size:inherit;color:white;line-height:1.6;display:none;}
.modal-overlay .form-card .qrcode .qrcode-group-info p span {font-size:inherit;color:#f5a423;line-height:inherit;}
.modal-overlay .form-card .qrcode .qrcode-group-info p:last-child {margin-bottom:0;}
.modal-overlay .form-card .qrcode .qrcode-group-info p.show{display:block;}


.FIService_popup{position:fixed;left:0%;top:0%;width:100%;height:100%;z-index:99999999;display:none;opacity:0;}
.FIService_popup .FIService_popup_bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0,0,0,0.5)}
.FIService_popup .FIService_popup_box{width:100%;height:100%;background: rgba(75, 28, 135, .80);transition:transform 0.35s ease}
.FIService_popup .FIService_popup_box .popup_box_list{width:100%;height:100%;padding:0;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:flex;align-items:center;justify-content:space-between;z-index:99999999999999}
.FIService_popup .popup_btn_li::after{font-size:28px;color:#666666}
.FIService_popup .close_btn{position:fixed;top:30px;right:30px;z-index:9999999999999999;cursor:pointer}
.FIService_popup .close_btn img{width:30px;height:30px;fill:#fff}



@media screen and (max-width:1650px){    
  
}
@media screen and (max-width:1550px){    
    .ACulture_box .ACulture_box_bottom .dashboard-container {transform:scale(0.98);}
}

@media screen and (max-width:1450px){
    .ACulture_box .ACulture_box_bottom .dashboard-container {transform:scale(0.96);}
}

@media screen and (max-width:1366px){    
    .ACulture_box .ACulture_box_bottom .dashboard-container {transform:scale(0.95);}
}

@media screen and (max-width:1280px){    
    
}
@media screen and (max-width:1124px){   

}
/* 首页 End */


@media screen and (max-width:1650px){    
    
}

@media screen and (max-width:1550px){    

    .pc_all .pc_all_content{max-width: 86.36vw;}
    .Header .header_box .header_box_nav .box_nav_li{margin: 0 1vw;}
    .KPlate .KPlate_box .KPlate_box_top{font-size: 12px;}
    
}


@media screen and (max-width:1450px){    
    .KPlate .KPlate_box .KPlate_box_top{font-size: 10px;}
}

@media screen and (max-width:1366px){    

}

@media screen and (max-width:1280px){    
    
}
@media screen and (max-width:1124px){   

}

@media screen and (max-width:1024px){    /*ipad-y*/
    body{font-size: 14px; width: 100%; max-width: 100%;}
    input,select,textarea {font:14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;}
    a{font-size: 14px;}
    
    .ovyscroll::-webkit-scrollbar {width:3px;}
    .ovxscroll::-webkit-scrollbar {height:3px;}

     .page{width: 100%;margin-top: 20px;}
    .layui-laypage {font-size:14px;}
    .layui-laypage span{font-size:14px;}
    .layui-laypage .layui-laypage-disabled {margin:0 5px;font-size:14px;}
    .layui-laypage .layui-laypage-count {margin-right: 7px; padding: 0 10px; height: 36px; font-size: 14px; line-height: 36px;}
    .layui-laypage a {width:36px;height:36px;font-size:14px;margin: 0 5px;}
    .layui-laypage-curr {width:36px;height:36px;font-size:14px;}
    .layui-laypage .layui-laypage-disabled{width:36px;height:36px;}
    
    .pc_top.white .pc_top_box .pc_top_txt span{display:inline;}


    .Header{ display: none;}
    .pc_all .pc_all_content,.pc_all .pc_all_content2{ width: 90%;padding-right: 0;padding-left: 0; margin: 0 auto;}
    /* 手机导航 */
    .m-header-nav *{-webkit-transition:all 0s ease;-moz-transition:all 0s ease;transition:all 0s ease;}
    .m-header-nav-height{ display:block;}
    .m-header-nav{display: block;position:fixed;top:0;z-index:9999999999999999;width:100%;transition:all ease 0.45s; background: transparent;border-bottom: 1px solid  transparent;}
    .m-header-nav .sp_header{height: 60px;position: relative;top:0;z-index:10000;padding: 0% 4%; display:flex; align-items:center; justify-content:space-between; }
    .m-header-nav .sp_logo{padding: 0;display:flex; align-items:center;position: relative;}
    .m-header-nav .sp_logo a{width:auto; height: auto;display: flex;align-items: center;position: relative;justify-content: center;}
    .m-header-nav .sp_logo img{margin:0;transition:all ease 0.45s;width:53px; height: 28px;position: relative; left: 0; top: 0;}
    .m-header-nav .sp_logo img:last-child{position: absolute;left: 0;top: 0;opacity: 0;}
    .m-header-nav .sp_logo img:first-child{ opacity: 1;}
    .m-header-nav .sp_logo img:last-child{ opacity: 0;}
    .m-header-nav .sp_btn{ display: flex; position: relative;}
    .m-header-nav .sp_btn .sp_btn_list{ margin-right: 25px; position: relative; top: -2px;}
    .m-header-nav .sp_btn .sp_btn_list:last-child{ margin-right: 0px;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_title{width: 18px; height: 18px; display: flex; align-items:center;position: relative;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_title img{width: 100%; height:  100%;position: absolute;left:0;top:0;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_title img:first-child{opacity: 1;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_title img:last-child{opacity: 0;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_down{position: absolute; width: 100px; top: 40px; left: 50%; background: transparent; transform: translateX(-50%); box-shadow: 0px 0px 20px rgba(0,0,0,.1); display: none;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_down a{ font-size: 14px; display: inline-block; width: 100%; text-align:center; line-height: 31px;}
    .m-header-nav .sp_login{ position: absolute; right: 75px;}
    .m-header-nav .sp_login img{ height: 24px;}
    .m-header-nav .sp_nav{width: 26px;float:right;position:relative;cursor:pointer;height:14px;z-index: 900;top: 0px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sp_nav span{display:block;background: #ffffff;width: 26px;height: 2px;position:absolute;left: 0;transition:all ease 0.45s;}
    .m-header-nav .sp_nav span:nth-of-type(1){top:0px; width:18px;}
    .m-header-nav .sp_nav span:nth-of-type(2){top: 6px;}
    .m-header-nav .sp_nav span:nth-of-type(3){top: 13px;}
    .m-header-nav .sp_nav_se{ top: -5px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sp_nav_se span:nth-of-type(1){top: 11px;transform:rotate(45deg); width:26px;}
    .m-header-nav .sp_nav_se span:nth-of-type(2){width:0;transition:none;}
    .m-header-nav .sp_nav_se span:nth-of-type(3){top: 11px;transform:rotate(-45deg);}
    .m-header-nav .sjj_nav{display: block;position:fixed;z-index:9;background:white;width:70%;height:calc(100%);font-size: .95rem;;line-height:2.7rem;top:0px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.45s; border-top:1px solid #dcdcdc; z-index: 401111; left: -75%;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sjj_nav.active{ left: 0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sjj_nav_bg{ position: fixed; left: 0; top: 0; background: rgba(0,0,0,.5); width: 100%; height: 100%; z-index: 401110;}
    .m-header-nav .sjj_nav_bg{display: none;}
    .m-header-nav .nav_show{display: block;}
    .m-header-nav .sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
    .m-header-nav .sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 100px)}
    .m-header-nav .sjj_nav>ul>li:first-child .language{float:right;width:93px;overflow:hidden;line-height:40px;}
    .m-header-nav .sjj_nav>ul>li:first-child .language a{width:50%;float:left;border-left:1px #ededed solid;text-align:center;color:#999;}
    .m-header-nav .sjj_nav ul li i{position: absolute; top: 0px; right: 0px; border-left: 1px #ededed solid; padding: 0px 15.5px; display: flex; align-items: center; justify-content: flex-start;}
    .m-header-nav .sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.45s}
    .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
    .m-header-nav .sjj_nav ul li{border-top:1px #ededed solid;padding-left:1.1rem;position:relative;line-height:2.6rem; list-style: none;}
    .m-header-nav .sjj_nav>ul >li:last-child{border-bottom:1px #ededed solid;}
    .m-header-nav .sjj_nav ul li ul{display:none}
    .m-header-nav .sjj_nav ul li a{color:#666;width:100%;display: block;font-size: 14px;padding: 14px 0;}
    .m-header-nav .sjj_nav ul li ul li a{color:#666;display:block;text-align:left;}
    .m-header-nav .sjj_nav ul li i svg{width:.9rem;height: 2.6rem;fill:#cbcbcb;}
    .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{fill:#000;}
    .m-header-nav .sjj_nav ul li ul li>ul{margin-left:10px}
    .m-header-nav.active{ box-shadow: unset;border-color: transparent;background: transparent;}
    .m-header-nav.active .sp_logo img:first-child{ opacity: 0;}
    .m-header-nav.active .sp_logo img:last-child{ opacity: 1;}
    .m-header-nav.active .sp_btn .sp_btn_list .btn_list_title img:first-child{ opacity: 0;}
    .m-header-nav.active .sp_btn .sp_btn_list .btn_list_title img:last-child{ opacity: 1;}
    .m-header-nav.active .sp_logo img:first-child{ opacity: 0;}
    .m-header-nav.active .sp_logo img:last-child{ opacity: 1;}
    .m-header-nav.active .sp_nav span{background: #4b1c87;}
    .m-header-nav.on{ box-shadow: 0px 0px 20px rgba(0,0,0,.2);border-color: #eee;background: white;}
    .m-header-nav.on .sp_logo img:first-child{ opacity: 0;}
    .m-header-nav.on .sp_logo img:last-child{ opacity: 1;}
    .m-header-nav.on .sp_btn .sp_btn_list .btn_list_title img:first-child{ opacity: 0;}
    .m-header-nav.on .sp_btn .sp_btn_list .btn_list_title img:last-child{ opacity: 1;}
    .m-header-nav.on .sp_nav span{background: #4b1c87;}

    .m-header-nav.active .sp_header{border-bottom: 1px solid #eee;}


	
}

@media screen and (max-width:980px){    /*ipad-x*/
    img{ max-width:100%;}
}

@media screen and (max-width:766px){    /*iphone*/
    .pc_all .pc_all_content,.pc_all .pc_all_content2{ max-width: 90%; width: 100%;}
    
    .ovxscroll::-webkit-scrollbar{height:5px;}
    
    .nav-sticky-wrapper{display:none;}
    .pc_top_nav{display:none;}
    .padding110{padding: 35px 0;}
    
    .pc_top .pc_top_box.center .pc_top_title{position:relative;left:-6px;}
    .pc_top .pc_top_box .pc_top_title{font-size: 14px;margin-bottom: 10px;}
    .pc_top .pc_top_box .pc_top_title img{height: 12px; margin-right: 6px;}
    .pc_top .pc_top_box .pc_top_txt{font-size: 20px;}
    .pc_btn .pc_btn_txt::before{height: 1px;bottom: -5px;}
    .pc_btn .pc_btn_icon{width: 32px;height: 32px;margin-right: 7px;}
    .pc_btn .pc_btn_icon img{height: 9px;}
    .pc_top.b .pc_top_box .pc_top_title{margin-bottom: 10px;}


    .swiper .swiper-pagination{margin-top: 20px;}

    .Banner .Banner_box .swiper .banner_list .banner_list_img img{height: 300px;}
    .Banner .Banner_box .swiper .banner_list .banner_list_title{font-size: 20px;bottom: 50%;}
    .Banner .Banner_bottom .Banner_bottom_wave canvas{display: none;}
    .Banner .Banner_bottom_box .Banner_bottom_info .bottom_info_box{display: none;}
    .Banner .Banner_bottom_box{padding: 25px 0;}
    .Banner .Banner_bottom_box .swiper-button-li{width: 30px;height: 30px;top: 0;left: auto;right: 0;}
    .Banner .Banner_bottom_box .swiper-button-li img{height: 10px;width: auto;}
    .Banner .Banner_bottom_box .swiper-button-li svg{display: none;}
    .Banner .Banner_bottom_box .swiper-button-next{margin: 0 0 0 10px;}
    .Banner .Banner_bottom_box .swiper-pagination{height: 2px;margin: 12px 0 15px 0;position: relative;bottom:0;}
    .Banner .Banner_bottom_box .bottom_box_title{font-size:20px;line-height:1.5;}
    

    .CorporateCulture{width: 100%;overflow: hidden;}
    .CorporateCulture .img{width: 100%;}
    .CorporateCulture .position{display: none;}


    .HAbout{height: auto;}
    .HAbout .HAbout_box{padding-top: 35px;}
    .HAbout .HAbout_Bg::before{display: none;}
    .HAbout .HAbout_Bg::after{width: 70%;}
    .HAbout .HAbout_Bg video{display: none;}
    .HAbout .HAbout_box .pc_top .pc_top_box .pc_top_title{margin-bottom: 10px;}
    .HAbout .HAbout_box .pc_top .pc_top_box .pc_btn{margin-top: 25px;}
    .HAbout .HAbout_Bg .bgimg{width: 100%;height: auto;display: block;}
    .HAbout .HAbout_box .pc_top .pc_top_box .pc_top_txt{font-size: 22px;}
    .HAbout .HAbout_box .HAbout_box_item{flex-wrap: wrap;justify-content: space-around;display: none;}
    .HAbout .HAbout_box .HAbout_box_item .box_item_list{width: 30%;height: auto;}
    .HAbout .HAbout_box .HAbout_box_item .box_item_list .item_list_icon{height: 30px;}
    .HAbout .HAbout_box .HAbout_box_item .box_item_list .item_list_number{margin: 8px 0 10px 0;font-size: 22px;}
    .HAbout .HAbout_box .HAbout_box_item .box_item_list .item_list_number span{margin-left: 3px;bottom: 2px;}



    .HISolutions .HISolutions_box .HISolutions_box_item{flex-direction: column;justify-content: center;}
    .HISolutions .HISolutions_box .HISolutions_box_item .box_item_list{width: 100%;margin-bottom: 0;padding: 30px 25px;}
    .HISolutions .HISolutions_box .HISolutions_box_item .box_item_thumb{width: 100%;}
    .HISolutions .HISolutions_box .HISolutions_box_item .box_item_list .pc_top .pc_btn .pc_btn_icon{width: 32px;height: 32px;margin-right: 6px;}
    .HISolutions .HISolutions_box .HISolutions_box_item .box_item_list .pc_top .pc_btn .pc_btn_icon img{height: 9px;}
    .HISolutions .HISolutions_box .HISolutions_box_item .box_item_list .pc_top .pc_top_p{color: #666666;}
    .HISolutions .HISolutions_box .HISolutions_box_item .box_item_thumb img{height: auto;}
    .HISolutions .HISolutions_box .HISolutions_box_item:nth-child(even){flex-direction: column;justify-content: center;}
    

    .HCPEquipment{min-height: auto;height: auto;}
    .HCPEquipment:before{display:none;}
    .HCPEquipment .HCPEquipment_Bg{height: 100%;position: absolute;min-height: auto;}
    .HCPEquipment .HCPEquipment_Bg img{height: 100%;}
    .HCPEquipment .HCPEquipment_box{flex-direction: column;justify-content: center;padding: 35px 0;}
    .HCPEquipment .HCPEquipment_box .HCPEquipment_box_left{width: 100%;margin-bottom: 30px;height: auto;position: relative;padding-top: 0;top: auto;}
    .HCPEquipment .HCPEquipment_box .HCPEquipment_box_right{width: 100%;padding-top: 0;display: flex;justify-content: space-between;flex-wrap: wrap;padding-left: 0; margin-top: 0;}
    .HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list{margin: 0 0 15px 0;width: 48%;}
    .HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list:nth-child(2n){margin: 0 0 15px 0;}
    .HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list .right_list_thumb{width: 100%;margin-bottom: 15px;border-radius: 15px;}
    .HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list .right_list_info{width: 100%;}
    .HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list .right_list_info .list_info_title{font-size: 18px;margin-bottom: 10px;}
    .HCPEquipment .HCPEquipment_box .HCPEquipment_box_right .box_right_list .right_list_info .list_info_desc{line-height: 1.6;}
    

    .HCSharing .HCSharing_box{flex-direction: column;justify-content: center;}
    .HCSharing .HCSharing_box .HCSharing_box_left{width: 100%;margin-bottom: 30px;}
    .HCSharing .HCSharing_box .HCSharing_box_right{width: 100%;flex-direction: column;justify-content: center;align-items: center;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list{width: 100%;height: 220px;margin-bottom: 15px;border-radius: 15px;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_info{padding: 20px;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:last-child{margin-bottom: 0;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_info .right_list_top .list_top_icon{width: 32px;height: 32px;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list .right_list_info .right_list_top .list_top_icon img{height: 9px;}
    
    
     
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(3) {background:#f5a423;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(3) .right_list_top .list_top_cat {color:white;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(3) .right_list_top .list_top_icon {background:#f5a423;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(3) .right_list_top .list_top_icon img {opacity:0;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(3) .right_list_top .list_top_icon img:last-child {opacity:1;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(3) .right_list_bottom .list_bottom_title {color:rgba(255,255,255,1);}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(3) .right_list_bottom .list_bottom_desc {color:rgba(255,255,255,.55);}    
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(4) {background:#ffffff;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(4) .right_list_top .list_top_cat {color:#4b1c87;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(4) .right_list_top .list_top_icon {background:#f5a423;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(4) .right_list_top .list_top_icon img {opacity:0;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(4) .right_list_top .list_top_icon img:last-child {opacity:1;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(4) .right_list_bottom .list_bottom_title {color:#333333;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(4) .right_list_bottom .list_bottom_desc {color:#333333;}   
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(4):hover .right_list_top .list_top_cat {color:#ffffff;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(4):hover .right_list_bottom .list_bottom_title {color:#ffffff;}
    .HCSharing .HCSharing_box .HCSharing_box_right .box_right_list:nth-child(4):hover .right_list_bottom .list_bottom_desc {color:#ffffff;}   
    

    .footer .footer_box .footer_box_top{margin: 10px 0;align-items: center;justify-content: center;flex-direction: column;}
    .footer .footer_box .footer_box_top .box_top_logo{margin-bottom: 30px;}
    .footer .footer_box .footer_box_top .box_top_logo img{height: 45px;}
    .footer .footer_box .footer_box_top .box_top_nav{flex-wrap: wrap;justify-content: center;}
    .footer .footer_box .footer_box_top .box_top_nav a{margin: 0 15px 15px 15px;}
    .footer .footer_box .footer_box_bottom{padding: 20px 0;flex-direction: column;}
    .footer .footer_box .footer_box_bottom .box_bottom_info{width: 100%;margin-bottom: 20px;}
    .footer .footer_box .footer_box_bottom .box_bottom_info p{margin-bottom: 10px;text-align: center;}
    .footer .footer_box .footer_box_bottom .box_bottom_info p span{margin-left:4px;}
    .footer .footer_box .footer_box_bottom .box_bottom_share{width: 100%;justify-content: center;}
    .footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list{margin-right: 25px;}
    /*
    .footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_icon{width: 36px;height: 36px;}
    .footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_icon img{height: 12px;}
    .footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_down{bottom:50px;}
    .footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_down .list_down_box{width:100px;}
    */
    .footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_thumb{width:100px;height:100px;margin-bottom:10px;}
    .footer .footer_box .footer_box_bottom .box_bottom_share .bottom_share_list .share_list_txt{width: 100%;line-height: 1.2;}

    .footer .footer_box .footer_box_copyright{flex-direction: column;}
    .footer .footer_box .footer_box_copyright .box_copyright_left{width: 100%;margin-bottom: 15px;text-align: center;line-height:1.5;}
    .footer .footer_box .footer_box_copyright .box_copyright_right{width: 100%;text-align: center;}




    .HBanner .HBanner_box .HBanner_box_thumb img{height: 220px;}
    .HBanner .HBanner_box .HBanner_box_info{top: 60%;}
    .HBanner .HBanner_box .HBanner_box_info .box_info_title{font-size: 24px;margin-bottom: 20px;}
    .HBanner .HBanner_box .HBanner_box_info .box_info_nav{width: 90%;margin: 0 auto;padding: 8px;display: flex;flex-wrap: wrap;border-radius: 12px;}
    .HBanner .HBanner_box .HBanner_box_info .box_info_nav a{padding: 10px 12px;font-size: 13px;}
    .AHBanner .HBanner_box .HBanner_box_info .box_info_nav{backdrop-filter: saturate(120%) blur(3px);background: rgba(255,255,255,0.3);}


    .swiper .swiper-pagination span{width: 8px; height: 8px; margin-right: 10px !important;}
    .ACProfile .ACProfile_box{flex-direction: column;justify-content: center;}
    .ACProfile .ACProfile_box .ACProfile_box_left{width: 100%;margin-bottom: 20px;}
    .ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify{width: 100%;margin-top: 20px;padding: 0 30px;}
    .ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify .swiper .banner_list .banner_list_img{width: 50px;height: 50px;}
    .ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify .swiper .banner_list .banner_list_img img{height: 18px;}
    .ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify .swiper .swiper-pagination{margin-top: 20px;}
    .ACProfile .ACProfile_box .ACProfile_box_left .box_left_certify .swiper .swiper-pagination span{width: 8px;height: 8px;margin-right: 10px !important;}
    .ACProfile .ACProfile_box .ACProfile_box_right{width: 100%;}
    .ACProfile .ACProfile_box .ACProfile_box_right .box_right_item{margin-bottom: 30px;}
    .ACProfile .ACProfile_box .ACProfile_box_right .box_right_item .right_item_top{margin-bottom: 15px;}
    .ACProfile .ACProfile_box .ACProfile_box_right .box_right_item .right_item_bottom{font-size: 14px;}
    .ACProfile .ACProfile_box .ACProfile_box_right .box_right_item:last-child{margin-bottom: 0;}
    .ACProfile .ACProfile_box .ACProfile_box_right .box_right_partner .right_item_bottom .swiper .banner_list{height: 80px !important;margin-bottom: 15px;}
    .ACProfile .ACProfile_box .ACProfile_box_right .box_right_partner .right_item_bottom .swiper-pagination{margin-top: 15px;}
    
    
    /* 企业文化 */
    .ACulture_box .ACulture_box_bottom{padding:20px 0;}
    .ACulture_box .ACulture_box_bottom .dashboard-container{position:relative;width:290px;height:290px;transform:scale(1);max-width:100%;max-height:100%}
    .ACulture_box .ACulture_box_bottom .dashboard-container .flow-arcs{position:absolute;top:50%;left:50%;width:290px;height:290px;z-index:3;pointer-events:none;transform:translate(-50%,-50%) rotate(0deg)}
    .ACulture_box .ACulture_box_bottom .dashboard-container .center-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:290px;height:290px;display:flex;justify-content:center;align-items:center;z-index:1}
    .ACulture_box .ACulture_box_bottom .dashboard-container .center-halo-outer{position:absolute;width:200px;height:200px;border-radius:50%;z-index:0;background:radial-gradient(circle,rgba(243,238,249,1) 0%,rgba(243,238,249,1) 65%,rgba(243,238,249,0) 100%)}
    .ACulture_box .ACulture_box_bottom .dashboard-container .center-halo-inner{position:absolute;width:150px;height:150px;background:#ffffff;border-radius:50%;z-index:1;box-shadow:0 0 35px rgba(136,90,179,0.08);border:1px solid rgba(136,90,179,0.12)}
    .ACulture_box .ACulture_box_bottom .dashboard-container .rotating-ring{position:absolute;width:150px;height:150px;z-index:2;animation:spinRing 12s linear infinite}
    .ACulture_box .ACulture_box_bottom .dashboard-container .center-text{position:relative;z-index:3;text-align:center;ont-weight:800;color:#4b4b4b;line-height:1.5;letter-spacing:2px}
    .ACulture_box .ACulture_box_bottom .dashboard-container .node-btn{position:absolute;width:80px;height:80px;border-radius:50%;background-color:#431980;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;z-index:10;transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);box-shadow:0 4px 15px rgba(0,0,0,0.08);cursor:pointer}
    .ACulture_box .ACulture_box_bottom .dashboard-container .node-btn.active{background-color:#fca110 !important;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .node-btn.mouseenter-yellow{background-color:#fca110 !important;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .node-icon{width:20px;height:20px;margin-bottom:7px;fill:none;stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
    .ACulture_box .ACulture_box_bottom .dashboard-container .node-title{font-weight:bold;letter-spacing:1px;color:white;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .node-vision{top:-10px;left:10px}
    .ACulture_box .ACulture_box_bottom .dashboard-container .node-values{top:120px;right:-45px}
    .ACulture_box .ACulture_box_bottom .dashboard-container .node-mission{bottom:-10px;left:10px}
    .ACulture_box .ACulture_box_bottom .dashboard-container .desc-text{position:absolute;color:#555;line-height:2;z-index:5;letter-spacing:0.5px;white-space:nowrap}
    .ACulture_box .ACulture_box_bottom .dashboard-container .desc-vision{top:70px;left:-30px}
    .ACulture_box .ACulture_box_bottom .dashboard-container .desc-values{top:65px;right:-45px}
    .ACulture_box .ACulture_box_bottom .dashboard-container .desc-mission{bottom:0px;left:110px}
    .ACulture_box .ACulture_box_bottom .dashboard-container .dashed-line{position:absolute;z-index:10}
    .ACulture_box .ACulture_box_bottom .dashboard-container .dashed-line::after,.dashed-line::before{content:'';position:absolute;background:transparent}
    .ACulture_box .ACulture_box_bottom .dashboard-container .line-vision{top:110px;left:-160px;width:150px;height:45px;border-top:1.5px dashed #a48cc1;border-left:1.5px dashed #a48cc1;display:none;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .line-vision::before{width:6px;height:6px;border:2px solid rgba(255,255,255,0.7);border-radius:50%;top:-4.5px;right:-6px;background:transparent;display:none;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .line-vision::after{width:8px;height:8px;border-bottom:2px solid #431980;border-right:1.5px solid #431980;transform:rotate(45deg);bottom:-5px;left:-5px;display:none;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .line-values{top:440px;right:-195px;width:70px;height:45px;border-top:1.5px dashed #a48cc1;border-right:1.5px dashed #a48cc1;display:none;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .line-values::before{width:6px;height:6px;border:2px solid rgba(255,255,255,0.7);border-radius:50%;top:-4.5px;left:-6px;background:transparent;display:none;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .line-values::after{width:8px;height:8px;border-bottom:2px solid #431980;border-right:1.5px solid #431980;transform:rotate(45deg);bottom:-5px;right:-5px;display:none;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .line-mission{bottom:90px;left:-70px;width:80px;height:0px;border-top:1.5px dashed #a48cc1;display:none;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .line-mission::before{width:6px;height:6px;border:2px solid rgba(255,255,255,0.7);border-radius:50%;top:-4.5px;right:-6px;background:transparent;display:none;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .line-mission::after{width:8px;height:8px;border-top:1.5px solid #431980;border-left:1.5px solid #431980;transform:rotate(-45deg);top:-4.5px;left:-2px;display:none;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .center-text{font-size:14px;}
    .ACulture_box .ACulture_box_bottom .dashboard-container .node-title{font-size:10px}
    .ACulture_box .ACulture_box_bottom .dashboard-container .desc-text{font-size:11px;width: 100px; white-space: unset;}
    /* 企业文化 */


    .ACParam .ACParam_box{flex-wrap: wrap;}
    .ACParam .ACParam_box .ACParam_box_list{width: 50%;}
    .ACParam .ACParam_box .ACParam_box_list .box_list_info .list_info_icon{height: 40px;}
    .ACParam .ACParam_box .ACParam_box_list .box_list_info .list_info_number{margin: 10px 0 12px;font-size: 36px;}
    .ACParam .ACParam_box .ACParam_box_list .box_list_info .list_info_txt{font-size: 15px;}

    .AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd{margin-bottom: 30px;}
    .AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper::before{height: 1px;top: 7px;}
    .AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list{height: auto;border-radius: 15px;flex-direction: column;justify-content: flex-start;}
    .AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img{width: 100%;height: auto;margin-bottom: 0;border-radius: 15px;overflow:hidden;}
    .AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img  .swiper-button-li{width:30px;height:30px;}
    .AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_img .swiper-button-li img{height:8px;}
    .AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_info{width: 100%;height: auto;padding: 20px;}
    .AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dd .swiper .banner_list .banner_list_info .list_info_desc{font-size: 15px;line-height: 1.6;}
    .AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper .banner_list .banner_list_icon{width: 15px;height: 15px;margin-bottom: 10px;border: 1px solid transparent;}
    .AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper .banner_list .banner_list_icon span{width: 5px;height: 5px;}
    .AHistory .AHistory_box .AHistory_box_bottom .box_bottom_dt .swiper{padding: 0 40px;}

    .AHistory .AHistory_box .AHistory_box_bottom .swiper-button-li{width: 32px;height: 32px;bottom: 18px;}
    .AHistory .AHistory_box .AHistory_box_bottom .swiper-button-li img{height: 9px;width: auto;}
    


    .AHonors .AHonors_box{flex-direction: column;justify-content: center;}
    .AHonors .AHonors_box .AHonors_box_left{width: 100%;margin-bottom: 10px;height: auto;}
    .AHonors .AHonors_box .AHonors_box_left .box_left_partam{width: 100%;}
    .AHonors .AHonors_box .AHonors_box_left .box_left_btns{}
    .AHonors .AHonors_box .AHonors_box_left .box_left_btns .left_btns_li{padding: 10px 18px; border: 1px solid #dfdfdf;font-size: 13px;}
    .AHonors .AHonors_box .AHonors_box_left .box_left_btns .left_btns_li:first-child{margin-right: 20px;}
    .AHonors .AHonors_box .AHonors_box_left .box_left_partam .left_partam_list .partam_list_dd{margin-bottom: 6px;}
    .AHonors .AHonors_box .AHonors_box_left .box_left_partam .left_partam_list .partam_list_dt{font-size: 14px;}
    .AHonors .AHonors_box .AHonors_box_right{width: 100%;height: 380px;}
    .AHonors .AHonors_box .AHonors_box_right .box_right_item .right_item_list .item_list_li{height: 75px;margin: 10px 0; padding: 10px;}
    .AHonors .AHonors_box .AHonors_box_right .box_right_item .right_item_list.right_item_list2  .item_list_li{height:auto;}


    .AFLService{background: #f5f5f5;}
    .AFLService .AFLService_bg{bottom: -11%;}
    .AFLService .AFLService_box_bottom{margin-top: 10px;}
    .AFLService .AFLService_box_bottom .bottom_content_item{margin-bottom: 10px;}
    .AFLService .AFLService_box_bottom .bottom_content_item .content_item_dd{width: 28px;height: 28px;border: 1px solid #dcdcdc;margin-bottom: 5px;}
    .AFLService .AFLService_box_bottom .bottom_content_item .content_item_dd span{width: 16px;height: 16px;font-size: 8px;}
    .AFLService .AFLService_box_bottom .bottom_content_item .content_item_dt{font-size: 12px;}
    .AFLService .AFLService_box_bottom .bottom_content_item.one{left: 22px;}
    @keyframes ripple{
        0%{transform:scale(1);opacity:0.8;}
        100%{transform:scale(1.6);opacity:0;}
    }
        
        
    .AFLService .AFLService_box_bottom .box_bottom_bg{top: 15px;}
    .AFLService .AFLService_box_bottom .box_bottom_bg svg{height: auto;}
    .AFLService .AFLService_box_bottom .box_bottom_bg .icon{width: 15px;height: 15px;}



    .PIntroduction .PIntroduction_box .PIntroduction_box_top{margin-bottom: 20px;padding: 8px;display: flex;flex-wrap: wrap;border-radius: 12px;}
    .PIntroduction .PIntroduction_box .PIntroduction_box_top a{padding: 10px 15px;font-size: 13px;}
    .SIntroduction .SIntroduction_box .SIntroduction_box_bottom{flex-direction: column;justify-content: center;}
    .SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_thumb{width: 100%;margin-bottom: 20px;}
    .SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_thumb img{border-radius:15px;}
    .SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info{width: 100%;}
    .SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_title .info_title_txt{font-size: 26px;}
    .SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_title{padding-bottom: 15px;}
    .SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_desc{margin: 12px 0 15px 0;}
    .SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_title::before{width: 60px;height: 1px;}
    .SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_btn a{padding: 12px 18px;font-size: 13px;}
    .SIntroduction .SIntroduction_box .SIntroduction_box_bottom .box_bottom_info .bottom_info_btn a img{height: 9px; margin-left: 6px;}



    .pc_title .pc_title_txt{font-size: 22px;}
    .pc_title .pc_title_box{flex-direction: column;}
    .pc_title .pc_title_box .pc_title_txt{margin-bottom: 20px;font-size: 22px;}
    .pc_title .pc_title_box .pc_title_btn{flex-wrap: wrap;justify-content: center;}
    .pc_title .pc_title_box .pc_title_btn .title_btn_li{padding: 10px 15px;font-size: 13px;margin: 0 15px 10px 0;}
    .pc_title .pc_title_switch .swiper-button-li{width: 32px;height: 32px;}
    .pc_title .pc_title_switch .swiper-button-prev{right: 15px;}
    .pc_title .pc_title_switch .swiper-button-li img{height: 10px;}

    

    .SPPflow .SPPflow_box .SPPflow_box_top{padding-bottom: 10px; margin-bottom: 30px;}
    /*
    .SPPflow .SPPflow_box_content .box_content_list{height: 110px;border-radius: 15px;width: 44.5%;}
    .SPPflow .SPPflow_box_content{grid-template-columns: repeat(2, 1fr); gap: 30px 32px; width: 100%; margin-top: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;}
    .SPPflow .SPPflow_box_content .content_list_dd{margin-bottom:8px;}
    .SPPflow .SPPflow_box_content .box_content_list:nth-child(2n)::after{display: none;}
    .SPPflow .SPPflow_box_content .box_content_list:nth-child(2n)::before{display: none;}
    .SPPflow .SPPflow_box_content .box_content_list:nth-child(-n+3)::after{width: 18px;height: 11px;right: -25px;}
    .SPPflow .SPPflow_box_content .box_content_list:nth-child(-n+5)::after{width: 18px;height: 11px;right: -25px;}
    .SPPflow .SPPflow_box_content .content_list_dt{font-size: 14px;}
    .SPPflow .SPPflow_box_content .box_content_list:nth-child(7) {order:1}
    .SPPflow .SPPflow_box_content .box_content_list:nth-child(8) {order:2}
    .SPPflow .SPPflow_box_content .box_content_list:nth-child(9) {order:3}
    .SPPflow .SPPflow_box_content .box_content_list:nth-child(10) {order:4}
    .SPPflow .SPPflow_box_content .box_content_list:nth-child(11) {order:5}
    .SPPflow .SPPflow_box_content .box_content_list:nth-child(12) {order:6}
    .SPPflow .SPPflow_box_content .box_content_list:nth-child(n+7):not(:nth-child(12))::before{width: 18px;height: 11px;right: -25px;left: auto;transform: translateY(-50%) rotate(0deg);}
    .SPPflow .SPPflow_box_content .box_content_list.ons{height:220px;}
    .SPPflow .SPPflow_box_content .box_content_list .content_list_bottom{;padding: 20px 12px 0 12px;}
    .SPPflow .SPPflow_box_content .box_content_list .content_list_bottom .list_bottom_list .bottom_list_thumb{height:70px;margin-bottom:10px;}
    .SPPflow .SPPflow_box_content .box_content_list .content_list_bottom .list_bottom_list .bottom_list_txt{font-size: 12px;}
    .SPPflow .SPPflow_box_content .box_content_list .content_list_bottom .list_bottom_list .bottom_list_txt img{height: 9px; margin-left: 4px;}


    
    .SPPflow2 .SPPflow_box_content .box_content_list:nth-child(7),.SPPflow2 .SPPflow_box_content .box_content_list:nth-child(8){grid-row:none;}
    .SPPflow2 .SPPflow_box_content .box_content_list:nth-child(8){grid-column:none;}
    .SPPflow2 .SPPflow_box_content .box_content_list:nth-child(7){grid-column:none;}
    .SPPflow2 .SPPflow_box_content .box_content_list:nth-child(8)::before{display:none;}
    
    
    
    
    .SPPflow4 .SPPflow_box_content .box_content_list:nth-child(7),.SPPflow2 .SPPflow_box_content .box_content_list:nth-child(8),.SPPflow2 .SPPflow_box_content .box_content_list:nth-child(8),.SPPflow2 .SPPflow_box_content .box_content_list:nth-child(10){grid-row:none;}
    .SPPflow4 .SPPflow_box_content .box_content_list:nth-child(8){grid-column:none;}
    .SPPflow4 .SPPflow_box_content .box_content_list:nth-child(7){grid-column:none;}
    .SPPflow4 .SPPflow_box_content .box_content_list:nth-child(10){grid-column:none;}
    .SPPflow4 .SPPflow_box_content .box_content_list:nth-child(9){grid-column:none;}
    .SPPflow4 .SPPflow_box_content .box_content_list:nth-child(10)::before{display:none;}
    */
    
    .SPPflow .SPPflow_box_content{width:100%;margin-top:35px;justify-content:center;flex-direction:column;}
    .SPPflow .SPPflow_box_content .box_content_list{width:100%;height:auto;padding:20px 20px 20px 20px;margin-bottom:18px;border-radius:20px}
    .SPPflow .SPPflow_box_content .box_content_list .content_list_number{font-size: 32px;}
    .SPPflow .SPPflow_box_content .box_content_list .content_list_title{margin:20px 0 15px 0;font-size: 20px;}
    .SPPflow .SPPflow_box_content .box_content_list .content_list_txt p{width:100%;font-size: 15px;margin-bottom:7px;line-height:1.6;}




    .SPCase .SPCase_box .SPCase_box_top{padding-bottom: 16px; margin-bottom: 20px;}
    .SPCase .SPCase_box .SPCase_box_top .pc_title_box{flex-direction: unset;}
    .SPCase .SPCase_box .SPCase_box_top .pc_title_box .pc_title_txt{margin-bottom: 0;}
    .SPCase .SPCase_box .SPCase_box_top::before{width: 50px;height: 1px;}
    .SPCase .SPCase_box .SPCase_box_content .swiper .banner_list{border-radius: 15px;}
    .SPCase .SPCase_box .SPCase_box_content .swiper .banner_list .banner_list_img{height: 210px;border-top-left-radius: 15px; border-top-right-radius: 15px;}
    .SPCase .SPCase_box .SPCase_box_content .swiper .banner_list .banner_list_info{height: 75px;padding: 15px;}
    .SPCase .SPCase_box .SPCase_box_content .swiper .banner_list .banner_list_info .list_info_txt{height: auto; padding: 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}


    .GSolution{padding: 35px 0 35px 0;}
    .GSolution .GSolution_box .pc_title .pc_title_txt{font-size: 22px;}
    .GSolution .GSolution_box .GSolution_box_content{margin-top: 20px;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form{width: 100%;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list{font-size: 14px;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list .form_list_dd{margin-right: 10px;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list .form_list_li{font-size: 14px;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list .form_list_li{padding: 12px;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list{padding: 12px;margin-bottom: 15px;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_fofrm .content_form_list.textarea{margin-bottom: 30px;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list.textarea .form_list_dt textarea{min-height: 100px;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_list.select select{padding: 12px; background-position: right 13px top 50%;background-size: 10px auto;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_submit {margin-top:15px;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_submit .verify_code{margin-right:15px;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_submit .verify_code img{height: 40px; width: 135px; margin-right: 10px;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_submit .verify_code input{width: 74px; height: 40px; padding: 0 10px;border-radius: 8px;}
    .GSolution .GSolution_box .GSolution_box_content .box_content_form .content_form_submit .form_submit_btn input{padding: 10px 25px;font-size: 13px;}

    
    .PIntroduction{padding:35px 0;}
    .PIntroduction .PIntroduction_box .PIntroduction_box_bottom{flex-direction: column;justify-content: center;}
    .PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_thumb{width: 100%;margin-bottom: 20px;}
    .PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_thumb img{border-radius:15px;}
    .PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info{width: 100%;}
    .PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_icon img{height: 50px;}
    .PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_trademark{position: absolute; left: 88px; top: 32px;}
    .PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_trademark img{height:22px;width:auto;}
    .PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_title{margin: 15px 0 12px 0;font-size: 22px;}
    .PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_manual{margin-top:15px;}
    .PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_manual a{padding: 12px 18px;font-size: 13px;}
    .PIntroduction .PIntroduction_box .PIntroduction_box_bottom .box_bottom_info .bottom_info_manual a img{height: 9px; margin-left: 6px;}


    
    .PAdvantages .PAdvantages_box_content .swiper .banner_list{height: 230px;padding: 15px;border-radius:15px;}
    .PAdvantages .PAdvantages_box_content .swiper .banner_list .banner_list_txt {min-height:108px;}
    .PAdvantages .PAdvantages_box_content .swiper .banner_list .banner_list_icon{width: 40px;height: 40px;margin-bottom: 15px;}


    .PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper{overflow: hidden;}
    .PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper .swiper-slide.banner_list{height: 280px;border-radius:15px;}
    .PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper .banner_list .banner_list_info{padding: 15px;height: 80%;}
    .PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper .banner_list .banner_list_info .list_info_title{margin-bottom: 12px;}
    .PAScenarios .PAScenarios_box .PAScenarios_box_content .swiper .banner_list .banner_list_info .list_info_desc{min-height:18px;}
    
    
    
    .PAdvantages .PAdvantages_box_content .swiper .swiper-pagination{margin-top: 20px;}


    .PRSolution .PRSolution_box .PRSolution_box_content{margin-top: 20px;padding: 0;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-li{width: 32px;height: 32px;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper-button-li img{height: 10px;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list{flex-direction: column;justify-content: flex-start;height: auto;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_img{width: 100%;height: 272px;border-radius:15px;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info{width: 100%;padding: 20px;height: auto;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_title{margin-bottom: 15px;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .pc_btn{margin: 20px 0 30px 0;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dd{margin-bottom: 15px;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt{justify-content: space-between;flex-wrap: wrap;padding-bottom: 15px;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt .customer_dt_li{width: 31%;margin-bottom: 0;height: 60px;padding: 12px;margin:0 10px 10px 0;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt .customer_dt_li:nth-child(5n){margin:0 10px 10px 0;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt .customer_dt_li:nth-child(3n){margin:0 0 10px 0;}
    
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_label{margin-bottom:20px; display:flex;flex-wrap:wrap;font-size: 12px;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_label .info_label_li{font-size:inherit;padding:8px 10px;margin:0 10px 10px 0;border-radius: 4px;}

    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt{justify-content: space-between;flex-wrap: wrap;padding-bottom: 0;}
    .PRSolution .PRSolution_box .PRSolution_box_content .swiper .banner_list .banner_list_info .list_info_customer .info_customer_dt .customer_dt_swiper .swiper-pagination .swiper-pagination-bullet {width:10px;height:10px;}



    .News .News_box .News_box_top{padding-bottom: 20px;margin-bottom: 20px;}
    .News .News_box .News_box_top .swiper .swiper-wrapper .banner_list{flex-direction: column;justify-content: center;height: auto;}
    .News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_img{width: 100%;height: 238px;border-radius:15px;}
    .News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_info{width: 100%;padding: 20px 20px 50px 20px;height: auto;}
    .News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_info .list_info_title{margin: 15px 0 10px 0;font-size: 18px;}
    .News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_info .list_info_desc{margin-bottom: 20px;}
    .News .News_box .News_box_top .swiper .swiper-wrapper .banner_list .banner_list_info .list_info_more a img{height: 8px;margin-left: 6px;}
    .News .News_box .News_box_top .swiper .swiper-pagination{bottom: 25px;}
    .News .News_box .News_box_bottom .box_bottom_list{width: 100%;margin: 0 0 25px 0;}
    .News .News_box .News_box_bottom .box_bottom_list:nth-child(3n){width: 100%;margin: 0 0 25px 0;}
    .News .News_box .News_box_bottom .box_bottom_list .bottom_list_thumb{height: 258px;border-radius:15px;}
    .News .News_box .News_box_bottom .box_bottom_list .bottom_list_info{padding-top: 15px;}
    .News .News_box .News_box_bottom .box_bottom_list .bottom_list_info .list_info_title{margin-bottom: 10px;}
    .News .News_box .News_box_bottom .box_bottom_list:last-child{margin-bottom: 10px;}




    .NDetails .NDetails_box{flex-direction: column;justify-content: center;}
    .NDetails .NDetails_box .NDetails_box_left{width: 100%;margin-bottom: 25px;padding: 20px;}
    .NDetails .NDetails_box .NDetails_box_left .NDetails_box_top{padding-bottom: 16px;margin-bottom: 18px;}
    .NDetails .NDetails_box .NDetails_box_left .NDetails_box_top .box_top_title{font-size: 20px;}
    .NDetails .NDetails_box .NDetails_box_left .NDetails_box_top .box_top_info{margin-top: 10px;}
    .NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom{padding-top: 16px;margin-top: 18px;flex-direction: column;justify-content: center;}
    .NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_fenye{width: 100%;margin-bottom: 20px;}
    .NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_fenye .bottom_fenye_li:first-child{margin-bottom: 15px;}
    .NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_fenye .bottom_fenye_li a{width: calc(100% - 60px);}
    .NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_btn{width: 100%;display: flex;align-items: center;justify-content: center;}
    .NDetails .NDetails_box .NDetails_box_left .NDetails_box_bottom .box_bottom_btn a{padding: 11px 20px;font-size: 14px;}
    .NDetails .NDetails_box .NDetails_box_right{width: 100%;padding: 20px;}
    .NDetails .NDetails_box .NDetails_box_right .box_right_top{margin-bottom: 15px;font-size: 20px;}
    .NDetails .NDetails_box .NDetails_box_right .box_right_botttom .right_botttom_list{padding: 16px 0;}
    .NDetails .NDetails_box .NDetails_box_right .box_right_botttom .right_botttom_list .botttom_list_time{margin-bottom: 10px;}
    .NDetails .NDetails_box .NDetails_box_right .box_right_botttom .right_botttom_list:last-child{padding-top: 16px;}




    .VSCenter .VSCenter_box .VSCenter_box_top{margin-bottom: 20px;flex-direction: column;justify-content: center;}
    .VSCenter .VSCenter_box .VSCenter_box_top .VSCenter_box_list{width: 100%;border-radius:15px;}
    .VSCenter .VSCenter_box .VSCenter_box_top .VSCenter_box_list .box_list_thumb{height: 240px;}
    .VSCenter .VSCenter_box .VSCenter_box_list{width: 100%;margin-bottom: 20px;}
    .VSCenter .VSCenter_box .VSCenter_box_list .box_list_info{padding: 20px;}
    .VSCenter .VSCenter_box .VSCenter_box_list:last-child{width: 100%;margin-bottom: 0 !important;}
    .VSCenter .VSCenter_box .VSCenter_box_bottom{width: 100%;}
    .VSCenter .VSCenter_box .VSCenter_box_bottom .VSCenter_box_list{width: 100%;margin: 0 0 20px 0;border-radius:15px;}
    .VSCenter .VSCenter_box .VSCenter_box_bottom .VSCenter_box_list:nth-child(3n){width: 100%;margin: 0 0 20px 0;}
    .VSCenter .VSCenter_box .VSCenter_box_bottom .VSCenter_box_list .box_list_thumb{height: 240px;}



    .KPlate .KPlate_box .KPlate_box_top{margin-bottom: 20px;font-size: 12px;}
    .KPlate .KPlate_box .KPlate_box_top .box_top_form{width: 100%;flex-direction: column;justify-content: center;height: auto;}
    .KPlate .KPlate_box .KPlate_box_top .box_top_form .top_form_left{width: 100%;height: 40px;margin-bottom: 15px;}
    .KPlate .KPlate_box .KPlate_box_top .box_top_form .top_form_left select{padding: 0 15px;}
    .KPlate .KPlate_box .KPlate_box_top .box_top_form .top_form_right{width: 100%;height: 40px;}
    .KPlate .KPlate_box .KPlate_box_top .box_top_form .top_form_right input[type="search"]{width: calc(100% - 80px);padding: 0 15px;}
    .KPlate .KPlate_box .KPlate_box_top .box_top_form .top_form_right input[type="submit"]{width: 80px;background-position: left 14px top 50%; padding-left: 15px; background-size: 15px auto;}


    .KPlate .KPlate_box .KPlate_box_bottom{justify-content: space-between;}
    .KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list{width:48%;margin: 0 0 16px 0;border-radius:15px;}
    .KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list:nth-child(5n){width: 100%;margin: 0 0 16px 0;}
    .KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list .bottom_list_thumb{height: 250px;}
    .KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list .bottom_list_info{padding: 15px;}
    .KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list .bottom_list_info .list_info_txt{width: calc(100% - 40px);}
    .KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list .bottom_list_info .list_info_icon{width: 35px;height: 35px;}
    .KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list .bottom_list_info .list_info_icon img{height: 10px;}
    .KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list.loading{height: 150px;margin-bottom: 0;}
    .KPlate .KPlate_box .KPlate_box_bottom .box_bottom_list.loading .loading_icon{height: 30px;margin-bottom: 15px;}



    .JCCornerstone .JCCornerstone_box{flex-direction: column;justify-content: center;}
    .JCCornerstone .JCCornerstone_box .JCCornerstone_box_thumb{width: 100%;margin-bottom: 20px;}
    .JCCornerstone .JCCornerstone_box .JCCornerstone_box_thumb img{border-radius:15px;}
    .JCCornerstone .JCCornerstone_box .JCCornerstone_box_info{width: 100%;}
    .JCCornerstone .JCCornerstone_box .JCCornerstone_box_info .pc_top .pc_top_box .pc_top_title{margin-bottom: 8px;}
    .JCCornerstone .JCCornerstone_box .JCCornerstone_box_info .pc_top .pc_top_box .pc_top_txt{margin-bottom: 12px;}
    .JCCornerstone .JCCornerstone_box .JCCornerstone_box_info .pc_top .pc_top_box .pc_top_subtxt{font-size: 18px;margin-bottom: 10px;}


    .JESpotlight .JESpotlight_box .JESpotlight_box_bottom{margin-top: 15px;}
    .JESpotlight .JESpotlight_box .JESpotlight_box_bottom .swiper{padding: 10px 0;}
    .JESpotlight .JESpotlight_box .JESpotlight_box_bottom .swiper .swiper-slide .banner_list_img img{border-radius:15px;}
    .JESpotlight .JESpotlight_box .JESpotlight_box_top .pc_title .pc_title_box{flex-direction: unset;}

    

    .JSRecruitment .JSRecruitment_box .pc_top .pc_top_box .pc_top_title{margin-bottom: 10px;}
    .JSRecruitment .JSRecruitment_box .JSRecruitment_box_content{margin-top: 25px;}
    .JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list{padding: 0 15px; margin-bottom: 15px;border-radius:15px;}
    .JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_top{padding: 15px 0;}
    .JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_top .list_top_txt{padding-left: 15px;line-height: 1.4;width: 90%;}
    .JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_top .list_top_txt::before{width: 6px;height: 6px;}
    .JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_top .list_top_icon img{height: 6px;}
    .JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom{padding: 18px 0;}
    .JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom .list_bottom_tiem{margin-bottom: 25px;}
    .JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom .list_bottom_tiem .bottom_tiem_dd{margin-bottom: 10px;font-size: 16px;}
    .JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom .list_bottom_tiem .bottom_tiem_dt p{margin-bottom: 10px;font-size: 13px;}
    .JSRecruitment .JSRecruitment_box .JSRecruitment_box_content .box_content_list .content_list_bottom .list_bottom_btn .copy_btn{padding: 11px 20px;font-size: 14px;}


    .SearchPage .Search_content .Search_content_box{ flex-wrap: wrap;}
    .SearchPage .Search_content .Search_content_box .content_box_list{ width: 100%; padding: 20px;}
    .SearchPage .Search_content .Search_content_box .content_box_list:first-child{margin-top: 0;}
    .SearchPage .Search_content .Search_content_box .content_box_list .box_list_title{ margin: 10px 0px;}
    .SearchPage .Search_content .Search_content_box .content_box_list .box_list_more{ margin-top: 20px;}
    .SearchPage .Search_content .Search_content_box .content_box_list .box_list_more i{margin-left:5px;}
    
    
    .modal-overlay{height:100vh;}
    .modal-overlay .form-card{width:100%;max-width:90%;padding:20px;border-radius:15px;}
    .modal-overlay .form-card .form-card-title{font-size:20px;margin-bottom:22px;}
    .modal-overlay .form-card .form-row{gap:15px;margin-bottom:15px;flex-direction:column;font-size: 13px;}
    .modal-overlay .form-card .form-group{flex:1;display:flex;flex-direction:column}
    .modal-overlay .form-card input,.modal-overlay .form-card select,.modal-overlay .form-card textarea{width:100%;padding:13px;border-radius:8px;font-size: 13px;}
    .modal-overlay .form-card .captcha-row{gap:15px;margin-top:10px;flex-wrap:wrap;justify-content:space-between;}
    .modal-overlay .form-card .captcha-img-box{height:42px;width:150px;border-radius:8px;overflow:hidden;}
    .modal-overlay .form-card .captcha-input{width:calc(100% - 170px);padding:13px;font-size: 13px;}
    .modal-overlay .form-card .submit-btn{padding: 12px 30px; font-size: 13px; border-radius: 8px;}
    .modal-overlay .form-card .required{color:#ff4d4f;margin-left:4px}
    .modal-overlay .close-btn{top: 6px; right: 15px; font-size: 28px;}
    
    .modal-overlay .form-card .qrcode{flex-direction:column;justify-content:center;}
    .modal-overlay .form-card .qrcode .qrcode-group-img {width:100%;text-align:center;display:none;}
    .modal-overlay .form-card .qrcode .qrcode-group-img img {width:100px;border-radius:8px;}
    .modal-overlay .form-card .qrcode .qrcode-group-info {width:100%;font-size: 13px;}
    .modal-overlay .form-card .qrcode .qrcode-group-info p {width:100%;margin-bottom:5px;line-height:1.5;}
    
    
    .ACulture_box_top .play_btn{width:40px;height:40px;}
    .ACulture_box_top .play_btn .play_btn_box img{width:auto;height:15px;}
    
    
    .FIService_popup{position:fixed;left:0%;top:0%;width:100%;height:100%;}
    .FIService_popup .FIService_popup_bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0,0,0,0.5)}
    .FIService_popup .FIService_popup_box{width:100%;height:100%;transform:scale(0);transition:transform 0.35s ease}
    .FIService_popup .FIService_popup_box .popup_box_list{width:100%;height:100%;padding:0;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:flex;align-items:center;justify-content:space-between;z-index:99999999999999}
    .FIService_popup .popup_btn_li::after{font-size:28px;color:#666666}
    .FIService_popup .FIService_popup_box.on{ width: 82%; margin: 0 auto;}
    .FIService_popup .close_btn{position:fixed;top:21px;right:21px;z-index:9999999999999999;cursor:pointer}
    .FIService_popup .close_btn img{width:35px;height:35px;fill:#fff}



}