/* CSS Reset */
    
#think_page_trace_open{ display: none; }
h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0; font-weight: inherit; font-size: inherit;}
.HelpCenterList_content_txt h1,.HelpCenterList_content_txt h2,.HelpCenterList_content_txt h3,.HelpCenterList_content_txt h4,.HelpCenterList_content_txt h5,.HelpCenterList_content_txt h6{ margin: revert; padding: revert; font-weight: revert; font-size: revert;}
html{-webkit-text-size-adjust:none; width: 100%; max-width: 100%;}
body{color: #222222;overflow-x:hidden;margin:0; padding:0; line-height: 1;  font-family:Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif; font-size: 14px; width: 100%; max-width: 100%;}
input,select,textarea {border-radius: 0;outline: none; font:14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif; border: 0; padding: 0; margin: 0;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a{font-size: 14px;text-decoration:none;color: #222222;}
img{ vertical-align: top; max-width: 100%; margin: 0; padding: 0; border: 0;}
*{ box-sizing: border-box; }
.notblue{-moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-select: none; /*IE10*/ -khtml-user-select: none; /*早期浏览器*/ user-select: none;}
a{-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;} 
::after,::before{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;box-sizing: border-box;}
.MoShow { display:none;}
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; }
.ohidden{ overflow: hidden;}
.m-header-nav {display:none;}
.IBg{ background: #031537;}
.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;}
.dflex{ display: flex;}
.jccenter{ justify-content: center;}
input[type="submit"],input[type="button"],input[type="radio"],input[type="checkbox"]{ cursor: pointer;}
.notBlue{-moz-user-select: none; /* 火狐 */ -webkit-user-select: none; /* webkit浏览器 */ -ms-user-select: none; /* IE10 */ -khtml-user-select: none; /* 早期浏览器 */ user-select: none;}
.clamp1{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.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; }
.BWeight{ font-weight: bolder;}


.content_list_video{display:none; position: fixed; left:0; top:0; z-index: 1250; 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:120;}
.content_list_video .list_video_content{ width:1000px; max-width: 90%; position:fixed;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:121;}
.content_list_video .list_video_content .video_content_close{ width: 32px; height: 32px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #408fbf; position: absolute; right: -12px; top: -32px; cursor: pointer; z-index: 2;}
.content_list_video .list_video_content .video_content_close svg{ height: 12px; color: #fff;}
.content_list_video .list_video_content video{width:100%;}
.click_video{cursor:pointer;}

/* 弹窗样式 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 2px 12px 0 rgba(0,0,0,.1); text-align: left; overflow: hidden; backface-visibility: hidden;}
.message_box .message_box_content .content_top{position: relative; padding: 15px 15px 10px;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: 18px; line-height: 1; color: #303133;}
.message_box .message_box_content .content_top .content_top_close{width: 15px; height: 15px; 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: 1px; height: 13px; 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: 5px 15px;}
.message_box .message_box_content .content_center p{line-height: 1.5;color: #606266; font-size: 14px;;}
.message_box .message_box_content .content_center input{width: 100%; font-size: 14px; padding: 5px; border: 1px solid #606266; border-radius: 4px; color: #606266; }
.message_box .message_box_content .content_center input:focus{border-color: #ff7f08;}
.message_box .message_box_content .content_bottom{padding: 10px 15px 15px 15px;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: #ff7f08; border: 1px solid #ff7f08; 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: 9px 16px; font-size: 12px; 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: 12px;}
.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: 17px;}
.prompts .message_box_content .content_center{padding: 8px 15px;}
.message_box .message_box_bg.on{opacity: 1;}
.notice_box{display: flex; width: 330px; border-radius: 8px; box-sizing: border-box; border: 1px solid #ebeef5; position: fixed; right: 20px; background-color: #fff; box-shadow: 0 2px 12px 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: 18px 18px 7px 18px;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: 18px; line-height: 1; color: #303133;}
.notice_box .notice_box_content .content_top .content_top_close{width: 15px; height: 15px; 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: 1px; height: 13px; 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: #ff7f08;}
.notice_box .notice_box_content .content_btm{padding: 8px 18px 18px 18px;}
.notice_box .notice_box_content .content_btm p{color: #606266; font-size: 14px;}
@media screen and (max-width:3820px){.message_box .message_box_content{width: 17%;}}
@media screen and (max-width:2490px){.message_box .message_box_content{width: 18%;}}
@media screen and (max-width:1920px){.message_box .message_box_content{width: 20%;}.message_box .message_box_content .content_bottom .content_bottom_btns{padding: 8px 15px;font-size: 12px;}}
@media screen and (max-width:1740px){.message_box .message_box_content{width: 21%;}}
@media screen and (max-width:1680px){.message_box .message_box_content{width: 22%;}}
@media screen and (max-width:1560px){.message_box .message_box_content{width: 23%;}}
@media screen and (max-width:1440px){.message_box .message_box_content{width: 25%;}}
@media screen and (max-width:1366px){.message_box .message_box_content{width: 27%;}}
@media screen and (max-width:1280px){.message_box .message_box_content{width: 28%;}}
@media screen and (max-width:1240px){.message_box .message_box_content{width: 29%;}}
@media screen and (max-width:1024px){.message_box .message_box_content{width: 30%;}}
@media screen and (max-width:980px){.message_box .message_box_content{width: 38%;}}
@media screen and (max-width:800px){.message_box .message_box_content{width: 70%;border-radius: 5px;}.message_box .message_box_content .content_top{padding: 12px 12px 10px;}.message_box .message_box_content .content_center{padding: 7px 12px;}.message_box .message_box_content .content_center{padding: 6px 12px;}.message_box .message_box_content .content_bottom{padding: 5px 12px 12px 12px;}.message_box .message_box_content .content_bottom .content_bottom_btns{padding: 8px 15px;font-size: 13px;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:1250;}
.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:5.21vw;overflow:hidden;}
.search .search_content input[type="search"] {width:80%;background:inherit;height:4.168vw;font-size:0.8336vw;color:#333;padding:0vw 1.042vw;z-index:1;position:relative;background:#fff;border:0vw;}
.search .search_content input[type="submit"] {width:20%;height:4.168vw;font-size:0.8336vw;z-index:1;position:relative;color:#111;cursor:pointer;color:#fff;background:#408fbf;border:0vw;}
.bgcolor {background:#f8f9fb;}
.page {width:100%;}
.layui-laypage {display:flex;font-size:0.8336vw;color:#333;align-items:center;justify-content:center;margin-top:2.605vw;}
.layui-laypage a {font-size:0.8336vw;color:#333; background: #fff; height:2.5008vw;width:2.5008vw;text-align:center;margin:0 0.2605vw;display:flex;align-items:center;justify-content:center;border-radius:100%;border:0.0521vw solid #dadada;}
.layui-laypage-curr {background:#3762ec;font-size:0.8336vw;color:#fff;height:2.5008vw;width:2.5008vw;text-align:center;margin:0 0.2605vw;display:flex;align-items:center;justify-content:center;border-radius:100%;border:0.0521vw solid #408fbf;}
.layui-laypage-curr em,.layui-laypage-disabled em {font-style:inherit;}
.layui-laypage-disabled {font-size:0.8336vw;color:#333; background: #fff; height:2.5008vw;text-align:center;margin:0 0.2605vw;width:2.5008vw;align-items:center;display:flex;align-items:center;justify-content:center;border-radius:100%;border:0.0521vw solid #dadada;}
.layui-laypage-disabled:hover {background:#3762ec;color:#fff;border:0.0521vw solid #3762ec;}
.layui-laypage a:hover {background:#3762ec;color:#fff;border:0.0521vw solid #3762ec;}
.layui-laypage-count {display:none;}
.FloatingBox * {transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.FloatingBox *:hover {transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.FloatingBox {position:fixed;right:0;top:50%;z-index:25;}
.FloatingBox .FloatingBox_box {box-shadow:0vw 0vw 1.042vw rgba(0,0,0,.1);border-radius:0.521vw;}
.FloatingBox .FloatingBox_box:last-child {margin-top:1.042vw;}
.FloatingBox .FloatingBox_box:last-child .FloatingBox_list .FloatingBox_list_title {border-radius:0.521vw;}
.FloatingBox .FloatingBox_list {position:relative;cursor:pointer;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title {background:#fff;width:4.168vw;text-align:center;padding:0.7815vw 0vw;}
.FloatingBox .FloatingBox_list:nth-child(2) .FloatingBox_list_title {padding:0.2605vw 0vw;}
.FloatingBox .FloatingBox_list:first-child .FloatingBox_list_title {border-radius:0.521vw 0.521vw 0vw 0vw;}
.FloatingBox .FloatingBox_list:last-child .FloatingBox_list_title {border-radius:0vw 0vw 0.521vw 0.521vw;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_icon {display:flex;align-items:center;justify-content:center;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_icon span {display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:0.521vw;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_icon span img:last-child {opacity:0;position:absolute;left:0;top:0;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_dd {color:#333;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title .list_title_dd {color:#fff;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title {background:#ff7f08;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title .list_title_icon span img {opacity:0;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title .list_title_icon span img:last-child {opacity:1;}
.FloatingBox .FloatingBox_list.wx .FloatingBox_list_down {position:absolute;left:-6.773vw;width:6.773vw;top:0;border-radius:0.521vw;overflow:hidden;box-shadow:0vw 0vw 1.042vw rgba(0,0,0,.1);}
.FloatingBox .FloatingBox_list.wx .FloatingBox_list_down img {width:100%;}
.FloatingBox .FloatingBox_list.phone .FloatingBox_list_down {position:absolute;left:-11.2015vw;width:11.2015vw;height:100%;align-items:center;justify-content:center;top:0;background:#ff7f08;color:#fff;border-radius:0.521vw 0vw 0vw 0.521vw}
.FloatingBox .FloatingBox_list .FloatingBox_list_down {display:none;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_down {display:flex;}

.pc_all .pc_all_contnet {width:1420px;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;}
.pc_all2 .pc_all_contnet {width:1420px;margin:0 auto;}
.Btn{position: relative; top: 0; width: 168px; height: 54px; border-radius: 100px; display: flex; align-items: center; justify-content: center; background: #3762ec; color: #fff; box-shadow: 0 20px 30px 0 rgba(0, 102, 255, .1);}
.Btn.Btn2{ width: 160px; height: 48px;}
.Btn img{ height: 15px; margin-left: 9px;}
.Btn:hover{ top: -8px;}
.padding110{ padding: 110px 0px;}
.Title{ color: #111111; font-weight: bolder; text-align: center; margin-bottom: 85px; line-height: 1.45;}

.header{ position: fixed; left: 0; right: 0; width: 100%; z-index: 23; transition: background 0.3s ease, box-shadow 0.3s ease;}
.header.active{ background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.08);}
.header:hover{ background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.08);}
.header .pc_all_contnet{display: flex; align-items: center; justify-content: space-between; height: 80px;}
.header .header_left{display: flex; align-items: center;}
.header .header_left .header_left_logo{ display: flex; align-items: center; margin-right: 40px;}
.header .header_left .header_left_logo img{ height: 27px;}
.header .header_left .header_left_nav{ display: flex; align-items: center;}
.header .header_left .header_left_nav .left_nav_list{ margin-right: 20px;}
.header .header_left .header_left_nav .left_nav_list:last-child{ margin-right: 0;}
.header .header_left .header_left_nav .left_nav_list .nav_list_title{ color: #111111; height: 80px; display: flex; align-items: center;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.header .header_left .header_left_nav .left_nav_list .nav_list_title span{ padding: 10px; border-radius: 5px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.header .header_left .header_left_nav .left_nav_list .nav_list_title i{ margin-left: 6px; transform: rotate(0deg);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.header .header_left .header_left_nav .left_nav_list:hover .nav_list_title i{ transform: rotate(180deg);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.header .header_left .header_left_nav .left_nav_list:hover .nav_list_title{ color: #3762ec;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.header .header_left .header_left_nav .left_nav_list:hover .nav_list_title span{ background: #edf5fd;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down{ position: absolute; left: 0; right: 0; top: 80px; opacity: 0; transform: translateY(-10px);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease; background: #fff; border-bottom: 1px solid #e6e6e6;  border-top: 1px solid #e6e6e6; width: 100%; overflow: hidden; pointer-events: none;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down.is-visible{ opacity: 1; transform: translateY(0); pointer-events: inherit;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .nav_list_down_con{ width: 1420px; display: flex; margin: 0 auto;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_left{ width: 165px; background: #f8f9fd; display: flex; flex-direction: column; align-items: flex-end; padding-top: 25px; padding-right: 66px; position: relative;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_left::before{ content: ""; position: absolute; left: -50vw; background: #f8f9fd; width: 50vw; top: 0; height: 100%;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_left .down_left_list{ line-height: 38px; padding: 0px 21px; margin-bottom: 20px; border-radius: 10px; cursor: pointer;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_left .down_left_list.active{ color: #045afe; background: #e9f1fc;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right{ width: calc(100% - 165px); position: relative;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right::before{ content: ""; position: absolute; right: -50vw; background: #ffffff; width: 50vw; top: 0; height: 100%;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .list_down_right_scr{ height: 62vh; overflow: auto; padding-top: 35px;/*padding-bottom: 450px;*/}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .down_right_list{ margin-bottom: 20px;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .down_right_list .right_list_title{ color: #171a1d; opacity: .6; margin-bottom: 16px; padding: 0px 47px;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .down_right_list .right_list_nav{ display: flex; flex-wrap: wrap; padding: 0px 30px;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .down_right_list .right_list_nav .list_nav_li{ margin-bottom: 11px; margin-right: 18px; width: calc(20% - 15px); display: flex; align-items: center; padding: 16px; border-radius: 10px; justify-content: space-between;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .down_right_list .right_list_nav .list_nav_li:hover{ background: #edf5fd;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down.nav_list_Productdown .list_down_right .down_right_list .right_list_nav .list_nav_li:nth-child(5n){ margin-right: 0;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .down_right_list .right_list_nav .list_nav_li .nav_li_icon{ width: 27px; display: flex; align-items: center; justify-content: center;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .down_right_list .right_list_nav .list_nav_li .nav_li_icon img{ height: 27px;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .down_right_list .right_list_nav .list_nav_li .nav_li_txt{ width: calc(100% - 45px);}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .down_right_list .right_list_nav .list_nav_li .nav_li_txt .li_txt_dd{ margin-bottom: 8px; color: #111111;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .down_right_list .right_list_nav .list_nav_li .nav_li_txt .li_txt_dt{ color: #666666;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .list_down_right_scr::-webkit-scrollbar-track { background-color: #f5f5f5; } /* 滚动条的滑轨背景颜色 */
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .list_down_right_scr::-webkit-scrollbar-thumb { background:#dcdcdc; } /* 滑块颜色 */
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .list_down_right_scr::-webkit-scrollbar-button { background-color: #fff; } /* 滑轨两头的监听按钮颜色 */
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .list_down_right_scr::-webkit-scrollbar-corner { background-color: #fff; } /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.header .header_left .header_left_nav .left_nav_list .nav_list_down .list_down_right .list_down_right_scr::-webkit-scrollbar { width: 2px; height: 0px; border-radius:3px; } /* 这是针对缺省样式 (必须的)*/
.header .header_left .header_left_nav .left_nav_list .nav_list_down.nav_list_Solutiondown .list_down_left{ display: none;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down.nav_list_Solutiondown .list_down_right{ width: 100%;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down.nav_list_Solutiondown .list_down_right .list_down_right_scr{ padding-bottom: 0; height: auto;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down.nav_list_Solutiondown .list_down_right .down_right_list .right_list_nav .list_nav_li{  width: calc(25% - 15px); }
.header .header_left .header_left_nav .left_nav_list .nav_list_down.nav_list_Solutiondown .list_down_right .down_right_list .right_list_nav .list_nav_li:nth-child(4n){ margin-right: 0;}
.header .header_left .header_left_nav .left_nav_list .nav_list_down.nav_list_Solutiondown .list_down_right .down_right_list .right_list_nav .list_nav_li .nav_li_icon img{ height: auto; width: 100%;}


.header .header_right{display: flex; align-items: center;}
.header .header_right .header_right_lf{display: flex; align-items: center; margin-right: 34px;}
.header .header_right .header_right_lf .right_lf_icon{ cursor: pointer;}
.header .header_right .header_right_lf .right_lf_search{ cursor: pointer;}
.header .header_right .header_right_lf .right_lf_tel{ color: #111; margin: 0px 22px;}
.header .header_right .header_right_lf .right_lf_tel img{ margin-right: 11px;}
.header .header_right .header_right_rg{ display: flex; align-items: center;}
.header .header_right .header_right_rg .right_rg_btn{ height: 40px; border: 1px solid #045afe; border-radius: 100px; display: flex; align-items: center; padding: 0px 21px; color: #045afe; }
.header .header_right .header_right_rg .right_rg_btn.active{ background: #045afe; color: #fff; margin-left: 13px;}





.banner{ background: url(../images/bg1.jpg) no-repeat 50%/cover; height: 1280px; position: relative;}
.banner .pc_all_contnet{ position: absolute; top: 0; height: 100%; display: flex; align-items: center; justify-content: center; left: 0; right: 0; flex-direction: column;}
.banner .pc_all_contnet .banner_title{ text-align: center; width: 100%; margin-bottom: 48px;}
.banner .pc_all_contnet .banner_title .banner_title_dd{ font-weight: bolder; line-height: 1.35;}
.banner .pc_all_contnet .banner_title .banner_title_dt{ margin: 33px 0px; line-height: 1.45;}
.banner .pc_all_contnet .banner_title_btn{ display: flex; justify-content: center;}
.banner .pc_all_contnet .banner_img{ border: 3px solid #fff; border-radius: 30px; background: rgba(255,255,255,.2); width: 100%; display: flex; align-items: center; justify-content: center; position: relative; padding: 12px;}
.banner .pc_all_contnet .banner_img .banner_img_bg{ border-radius: 30px; width: 100%; height: 762px; object-fit: cover;}
.banner .pc_all_contnet .banner_img .banner_img_left{ position: absolute; left: -50px; bottom: -60px; border: 2px solid #ffffff; border-radius: 10px; display: flex;box-shadow: 0px 0px 24px rgba(4,90,254,.12); border-radius: 10px;}
.banner .pc_all_contnet .banner_img .banner_img_left img{ border-radius: 10px;}
.banner .pc_all_contnet .banner_img .banner_img_right{ position: absolute; right: -115px; bottom: 180px; display: flex;}


.IProduct .IProduct_list{ margin-bottom: 145px;}
.IProduct .IProduct_list:last-child{ margin-bottom: 0;}
.IProduct .IProduct_list .IProduct_list_content{ display: flex; align-items: center; justify-content: space-between;}
.IProduct .IProduct_list:nth-child(2n) .IProduct_list_content{ flex-direction: row-reverse;}
.IProduct .IProduct_list .IProduct_list_content .list_content_img{ width: 58%; position: relative;}
.IProduct .IProduct_list .IProduct_list_content .list_content_img .content_img_list:first-child{ position: relative;}
.IProduct .IProduct_list .IProduct_list_content .list_content_img .content_img_list{ border-radius: 20px; overflow: hidden; display: flex; opacity: 0; position: absolute; left: 0; top: 0; width: 100%;}
.IProduct .IProduct_list .IProduct_list_content .list_content_img .content_img_list.active{ opacity: 1;}
.IProduct .IProduct_list .IProduct_list_content .list_content_txt{ width: calc(100% - 58%); padding-left: 75px; padding-right: 75px;}
.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top{ margin-bottom: 64px;}
.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list{ display: block; margin-bottom: 45px; cursor: pointer;}
.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list .top_list_dd{ margin-bottom: 15px; color: #111111; font-weight: bolder; display: flex; align-items: center;}
.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list .top_list_dd::before{ content: ""; margin-right: 7px; width: 16px; background: url(../images/sv4.svg) no-repeat 50%/cover; width: 16px; height: 14px; width: 0px; margin-right: 0;}
.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list .top_list_dt{ color: #8b8c8f; line-height: 1.5;}
.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list:last-child{ margin-bottom: 0;}
.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list.active .top_list_dd{ color: #045afe;}
.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list.active .top_list_dd::before{margin-right: 7px; width: 16px;}
.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_title{ color: #181c1f; font-weight: bolder; margin-bottom: 30px;}
.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_txt{ color: #384146; line-height: 1.5;}
.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_tag{ color: #999999; margin-top: 13px; line-height: 1.45;}


.ISolution{ background: #edf7fe;}
.ISolution .ISolution_content{ position: relative;}
.ISolution .ISolution_content .swiper-button-prev{ margin-right: 20px;}
.ISolution .ISolution_content .swiper-button-prev,.ISolution .ISolution_content .swiper-button-next{ position: relative; top: 0; left: auto; right: auto; margin-top: 30px; width: 44px; height: 44px; border-radius: 100%; border: 1px solid #e4e6e7; display: flex; align-items: center; justify-content: center; background: #fff;}
.ISolution .ISolution_content .swiper-button-prev:after,.ISolution .ISolution_content .swiper-button-next:after{ font-size: 16px; color: #111;}
.ISolution .ISolution_content .ISolution_content_btn{ display: flex; align-items: center; justify-content: center;}
.ISolution .ISolution_content .swiper-container{ overflow: inherit;}
.ISolution .ISolution_content .ISolution_content_list .content_list_img{ overflow: hidden; border-radius: 20px 20px 0 0;}
.ISolution .ISolution_content .ISolution_content_list .content_list_img img{ width: 100%;}
.ISolution .ISolution_content .ISolution_content_list .content_list_txt{ background: #fff; border-radius: 20px; margin-top: -20px; position: relative; z-index: 2; padding: 35px 30px;}
.ISolution .ISolution_content .ISolution_content_list .content_list_txt .list_txt_dd{ margin-bottom: 25px; color: #111111;}
.ISolution .ISolution_content .ISolution_content_list .content_list_txt .list_txt_dt{ color: #4e5461; line-height: 1.75;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }


.ICombo_content{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.ICombo_content .ICombo_content_list{ border: 1px solid #ededed; border-radius: 20px; overflow: hidden; width: calc(25% - 14px); padding-bottom: 30px;}
.ICombo_content .ICombo_content_list .content_list_title{ height: 195px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.ICombo_content .ICombo_content_list .content_list_title .list_title_dd{ color: #011b4c; margin-bottom: 20px; font-weight: bolder;}
.ICombo_content .ICombo_content_list .content_list_title .list_title_dt{ color: #011b4c;}
.ICombo_content .ICombo_content_list:nth-child(1) .content_list_title{ background: #e0e2e4;}
.ICombo_content .ICombo_content_list:nth-child(2) .content_list_title{ background: url(../images/bg12.jpg) no-repeat 50%/cover;}
.ICombo_content .ICombo_content_list:nth-child(3) .content_list_title{ background: url(../images/bg13.jpg) no-repeat 50%/cover;}
.ICombo_content .ICombo_content_list:nth-child(4) .content_list_title{ background: url(../images/bg14.jpg) no-repeat 50%/cover;}
.ICombo_content .ICombo_content_list .content_list_price{ display: flex; justify-content: center; align-items: center; color: #111; height: 122px;}
.ICombo_content .ICombo_content_list .content_list_price .list_price_c{ display: flex; justify-content: center; align-items: flex-end;}
.ICombo_content .ICombo_content_list .content_list_price b{ font-weight: bolder; position: relative; bottom: -10px; margin: 0px 6px;}
.ICombo_content .ICombo_content_list .content_list_price span{ color: #999;}
.ICombo_content .ICombo_content_list .content_list_btn{ display: block; width: calc(100% - 48px); margin: 0 auto; border: 1px solid #ededed; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 100px; }
.ICombo_content .ICombo_content_list:nth-child(2) .content_list_btn{ background: #0056ff; color: #fff;}
.ICombo_content .ICombo_content_list:nth-child(3) .content_list_btn{ background: #0056ff; color: #fff;}
.ICombo_content .ICombo_content_list:nth-child(4) .content_list_btn{ color: #0056ff; border: 1px solid #0056ff;}
.ICombo_content .ICombo_content_list .content_list_txt{  margin: 0 auto; padding-top: 30px; margin-top: 30px; width: calc(100% - 48px); border-top: 1px solid #ededed;}
.ICombo_content .ICombo_content_list .content_list_txt .list_txt_dd{ margin-bottom: 22px;}
.ICombo_content .ICombo_content_list .content_list_txt .list_txt_dt .txt_dt_list{ display: flex; align-items: center; margin-bottom: 22px;}
.ICombo_content .ICombo_content_list .content_list_txt .list_txt_dt .txt_dt_list:last-child{ margin-bottom: 0;}
.ICombo_content .ICombo_content_list .content_list_txt .list_txt_dt .txt_dt_list img{ height: 11px; margin-right: 11px;}

.Footer1{ background: url(../images/bg15.jpg) no-repeat 50%/cover; border-radius: 55px 55px 0px 0px; position: relative; z-index: 2;}
.Footer1 .pc_all_contnet{ display: flex; align-items: flex-start; justify-content: space-between; height: 370px; padding-top: 62px; position: relative;}
.Footer1 .pc_all_contnet .Footer1_left .Footer1_left_dd{ color: #111; font-weight: bolder; line-height: 1.5;}
.Footer1 .pc_all_contnet .Footer1_left .Footer1_left_dt{ color: #333333; margin-top: 22px; margin-bottom: 32px;}
.Footer1 .pc_all_contnet .Footer1_left .Footer1_left_btn{ display: flex; align-items: center;}
.Footer1 .pc_all_contnet .Footer1_left .Footer1_left_btn a{ width: 200px; height: 70px; display: flex; align-items: center; justify-content: center; border-radius: 100px; background: #fff; color: #111;}
.Footer1 .pc_all_contnet .Footer1_left .Footer1_left_btn a.active{ background: #045afe; color: #fff; margin-right: 24px;}
.Footer1 .pc_all_contnet .Footer1_right{ position: absolute; right: 0; top: -48px;}
.Footer2{ border-radius: 55px 55px 0px 0px; margin-top: -65px; position: relative; z-index: 2; background: #fff;}
.Footer2 .pc_all_contnet .Footer2_top{ display: flex; justify-content: space-between; padding: 48px 0px; border-bottom: 1px solid #ededed;}
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left{ display: flex; }
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list{ margin-right: 115px;}
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list:last-child{ margin-right: 0;}
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list .left_list_title{ margin-bottom: 25px;}
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list .left_list_title a{ color: #111111;}
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list .left_list_txt p{ margin-bottom: 15px;}
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list .left_list_txt p:last-child{ margin-bottom: 0;}
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list .left_list_txt p a{ color: #7b818f;}
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list .left_list_txt p a:hover{ color: #0056ff;}
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_right{ display: flex; }
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_right .top_right_list{ text-align: center; margin-right: 26px;}
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_right .top_right_list:last-child{ margin-right: 0;}
.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_right .top_right_list .right_list_dd{ margin-bottom: 18px;}
.Footer2 .pc_all_contnet .Footer2_bottom{ padding: 21px 0px; display: flex; align-items: center; justify-content: space-between; color: #7b818f;}
.Footer2 .pc_all_contnet .Footer2_bottom a{ color: #7b818f; margin: 0px 5px;}


.Dbanner{ position: relative;}
.Dbanner .Dbanner_bg img{ width: 100%; height: 427px; object-fit: cover;}
.Dbanner .Dbanner_bg img:last-child{ display: none;}
.Dbanner .pc_all_contnet{ position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 40px;}
.Dbanner .pc_all_contnet .Dbanner_title{ font-weight: bolder; color: #181c1f;}
.Dbanner .pc_all_contnet .Dbanner_txt{ color: #666666; line-height: 1.55; margin: 35px 0px; max-width: 60%;}
.Dbanner .pc_all_contnet .Dbanner_btn{ display: flex;}
.Dbanner .pc_all_contnet .Dbanner_btn a{ display: inline-block; padding: 20px 40px; border-radius: 8px; margin-right: 14px; border: 1px solid #045afe; color: #045afe; position: relative; top: 0;}
.Dbanner .pc_all_contnet .Dbanner_btn a.active{ color: #fff; background: #045afe;}
.Dbanner .pc_all_contnet .Dbanner_btn a:last-child{ margin-right: 0;}
.Dbanner .pc_all_contnet .Dbanner_btn a:hover{ top: -6px; box-shadow: 0px 0px 22px rgba(4,90,254,.3); background: #045afe; color: #fff;}


.Solution{ background: #eee url(../images/bg72.jpg) no-repeat top center / cover; }
.Solution .PainPoints{ display: flex; flex-wrap: wrap; justify-content: space-between; border: 1px solid rgba(226, 235, 240, .5); border-radius: 40px; background: linear-gradient(0deg, rgba(186, 216, 243, .04), rgba(186, 216, 243, .2)), #fff; padding: 55px; margin-bottom: 110px;}
.Solution .PainPoints .PainPoints_list{ width: 30%; }
.Solution .PainPoints .PainPoints_list .PainPoints_list_title{ display: flex; align-items: flex-start; justify-content: space-between;}
.Solution .PainPoints .PainPoints_list .PainPoints_list_title .list_title_dd{ width: 43px; padding-top: 2px;}
.Solution .PainPoints .PainPoints_list .PainPoints_list_title .list_title_dd img{ height: 31px;}
.Solution .PainPoints .PainPoints_list .PainPoints_list_title .list_title_dt{ color: #000000; line-height: 1.5; width: calc(100% - 43px);}
.Solution .PainPoints .PainPoints_list .PainPoints_list_txt{ color: #4e5461; line-height: 1.65; margin-top: 22px;}
.Solution .IndustryAdaptation{ border-radius: 40px; border: 1px solid #e0e4f2; background: #fff; padding: 52px; display: flex; flex-wrap: wrap; padding-bottom: 0; margin-bottom: 125px;}
.Solution .IndustryAdaptation .IndustryAdaptation_list{ width: 14%; text-align: center; margin-bottom: 50px;}
.Solution .IndustryAdaptation .IndustryAdaptation_list .IndustryAdaptation_list_icon{ margin-bottom: 20px; height: 38px; display: flex; align-items: center; justify-content: center;}
.Solution .IndustryAdaptation .IndustryAdaptation_list .IndustryAdaptation_list_icon img{ height: 38px;}
.Solution .IndustryAdaptation .IndustryAdaptation_list .IndustryAdaptation_list_title{ color: #111111;}
.Solution .FeatureHighlights{ display: flex; flex-wrap: wrap; margin-bottom: 115px;}
.Solution .FeatureHighlights .FeatureHighlights_list{ width: 32%; margin-right: 2%; margin-bottom: 2%; background: #fff; border-radius: 40px; padding: 42px; border: 1px solid #eef4f8; box-shadow: 0 10px 100px rgba(220, 233, 249, .5);}
.Solution .FeatureHighlights .FeatureHighlights_list:nth-child(3n){ margin-right: 0;}
.Solution .FeatureHighlights .FeatureHighlights_list .FeatureHighlights_list_top{ display: flex; align-items: center; justify-content: space-between;}
.Solution .FeatureHighlights .FeatureHighlights_list .FeatureHighlights_list_top .list_top_icon{ }
.Solution .FeatureHighlights .FeatureHighlights_list .FeatureHighlights_list_top .list_top_icon img{ height: 38px;filter: invert(21%) sepia(96%) saturate(6686%) hue-rotate(227deg) brightness(101%) contrast(101%);}
.Solution .FeatureHighlights .FeatureHighlights_list:nth-child(1) .FeatureHighlights_list_top .list_top_icon img{ filter: invert(56%) sepia(88%) saturate(1450%) hue-rotate(358deg) brightness(101%) contrast(101%);}
.Solution .FeatureHighlights .FeatureHighlights_list:nth-child(6) .FeatureHighlights_list_top .list_top_icon img{ filter: invert(56%) sepia(88%) saturate(1450%) hue-rotate(358deg) brightness(101%) contrast(101%);}
.Solution .FeatureHighlights .FeatureHighlights_list:nth-child(7) .FeatureHighlights_list_top .list_top_icon img{ filter: invert(56%) sepia(87%) saturate(1476%) hue-rotate(113deg) brightness(97%) contrast(101%);}
.Solution .FeatureHighlights .FeatureHighlights_list .FeatureHighlights_list_top .list_top_title{ color: #111111; line-height: 1.5; width: calc(100% - 52px);}
.Solution .FeatureHighlights .FeatureHighlights_list .FeatureHighlights_list_bottom{ color: #666666; line-height: 1.75; margin-top: 22px;}
.Solution .IndustryCases{ display: flex; flex-wrap: wrap; padding-top: 65px;}
.Solution .IndustryCases .IndustryCases_list{ width: 32%; margin-right: 2%; margin-bottom: 2%; border: 1px solid rgba(226, 235, 240, .5); border-radius: 40px; background: linear-gradient(0deg, rgba(186, 216, 243, .04), rgba(186, 216, 243, .2)), #fff; padding: 0px 45px; padding-bottom: 40px;}
.Solution .IndustryCases .IndustryCases_list:nth-child(3n){ margin-right: 0;}
.Solution .IndustryCases .IndustryCases_list .IndustryCases_list_top .list_top_logo{ width: 121px; height: 121px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #045afe; padding: 10px; margin: 0 auto; border: 4px solid #ffffff; box-shadow: 0px 0px 35px rgba(4,90,254,.2); margin-top: -65px;}
.Solution .IndustryCases .IndustryCases_list .IndustryCases_list_top .list_top_title{ color: #111111; display: flex; align-items: center; justify-content: center; margin-top: 30px; margin-bottom: 60px;}
.Solution .IndustryCases .IndustryCases_list .IndustryCases_list_top .list_top_title i{ margin-left: 8px;}
.Solution .IndustryCases .IndustryCases_list .IndustryCases_list_txt{ color: #4e5461; line-height: 1.65;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}


.GetCard{ background: url(../images/bg75.jpg) no-repeat top center / cover; margin-bottom: -60px; padding-bottom: 200px; position: relative;}
.GetCard::before{ content: ""; display: inline-block; width: 100%; height: 350px; background: #fff; position: absolute; left: 0; bottom: 0;background: linear-gradient(to top, white, transparent);}
.GetCard .GetCard_nav{ display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.6); border-radius: 100px; height: 46px; padding: 0px 8px; margin-bottom: 55px;}
.GetCard .GetCard_nav .GetCard_nav_list{ color: #000000; padding: 10px 20px; border-radius: 100px; cursor: pointer;}
.GetCard .GetCard_nav .GetCard_nav_list.active{ background: #3762ec; color: #fff;}
.GetCard .GetCard_content{position:relative;}
.GetCard .GetCard_content .swiper-container{overflow:inherit;height:650px;}
.GetCard .GetCard_content .swiper-container .swiper-wrapper{height:650px;}
.GetCard .GetCard_content .GetCard_content_slide{border-radius:20px;overflow:hidden;display:flex;height:650px;box-shadow:0px 0px 40px rgba(0,0,0,.1); width: 330px; margin-right: 32px; position: relative;}
.GetCard .GetCard_content .GetCard_content_slide a{ display: inline-block; position: relative; width: 100%;}
.GetCard .GetCard_content .GetCard_content_slide img {
    width: 100%;
    height: auto;      
    object-fit: cover;
    object-position: top;
    display: block;
    margin-top: 0;     
}
.GetCard .GetCard_content .GetCard_content_slide a:after{ content:""; display: inline-block; width: 100%; height: 35%; position: absolute; bottom: 0; left: 0;background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);opacity: 0;}
.GetCard .GetCard_content .GetCard_content_slide a:before{ content:"创建同款"; font-size: 16px; color:#fff; border-radius: 115px; width: 160px; height: 48px; display: flex; align-items:center; justify-content:center; background:#3762ec; position: absolute; bottom: 0px; left: 0; right: 0; margin: 0 auto; z-index: 3;opacity: 0;}
.GetCard .GetCard_content .GetCard_content_slide a:hover:after{ opacity: 1;}
.GetCard .GetCard_content .GetCard_content_slide a:hover:before{ opacity: 1; bottom: 25px;}
.GetCard .GetCard_content .swiper-container .swiper-button-prev,.GetCard .GetCard_content .swiper-container .swiper-button-next{ width: 45px; height: 45px; background: #fff; border: 1px solid #dcdcdc; border-radius: 100%;}
.GetCard .GetCard_content .swiper-container .swiper-button-prev:after,.GetCard .GetCard_content .swiper-container .swiper-button-next:after{ font-size: 20px; color: #999;}
.LGetCard .GetCard_content>.GetCard_content_list{display: flex; flex-wrap: wrap;}


.ProductPricing .ICombo_content{ width: 100%;}
.ProductPricing .ICombo_content .ICombo_content_list{ background: #fff;}

/* 外层网格容器：采用 5 列布局 */
.ProductPricingTab .comparison-container {
    display: grid;
    grid-template-columns: 18% 37% 15% 15% 15%;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
}

/* 基础网格单元格 */
.ProductPricingTab .grid-cell {
    padding: 12px 24px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    line-height: 1.45;
}

/* 处理 3、4、5 列（版本列）的边框和居中 */
.ProductPricingTab .grid-cell.center-cell {
    justify-content: center;
    border-left: 1px solid #f0f0f0;
}

/* 统一的行包装器，控制整行悬停 */
.ProductPricingTab .grid-row {
    display: contents;
}
.ProductPricingTab .grid-row:last-child .grid-cell { border-bottom: 0; }

.ProductPricingTab .grid-row:hover .grid-cell:not(.header-cell):not(.group-title-cell) {
    background-color: #f5f5f5 !important;
}

/* 大表头吸顶样式 */
.ProductPricingTab .header-cell {
    position: sticky;
    top: 80px;
    z-index: 10;
    padding: 24px;
    color: #333333;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

/* 版本卡片式表头容器 */
.ProductPricingTab .version-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.ProductPricingTab .version-name {
    font-weight: 500;
    color: #111;
}

.ProductPricingTab .price-box {
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: baseline;
    margin: 10px 0px;
}

.ProductPricingTab .price-box .unit {
    margin-right: 2px;
}

.ProductPricingTab .price-desc {
    color: #666;
    margin-bottom: 20px;
}

/* 特殊：定制版表头的描述下边距扩充类，用以替代行内 style */
.ProductPricingTab .mb-24 {
    margin-bottom: 24px;
}

/* 按钮通用样式 */
.ProductPricingTab .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 38px;
    border-radius: 19px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

.ProductPricingTab .btn-primary {
    background-color: #0052d9;
    color: #fff;
    border: none;
}

.ProductPricingTab .btn-primary:hover {
    background-color: #2466ff;
}

.ProductPricingTab .btn-outline {
    background-color: transparent;
    color: #0052d9;
    border: 1px solid #0052d9;
}

.ProductPricingTab .btn-outline:hover {
    background-color: #edf4ff;
}

/* 定制版电话加粗 */
.ProductPricingTab .phone-box {
    font-weight: bold;
    color: #000;
    margin: 12px 0px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* 分组标题行吸顶样式 */
.ProductPricingTab .group-title-cell {
    grid-column: span 5;
    position: sticky;
    top: 274px; 
    z-index: 9;
    background-color: #edf4ff !important;
    color: #2466ff;
    font-weight: 500;
    padding: 16px 24px;
    border-bottom: none;
}

/* 功能名称加粗 */
.ProductPricingTab .feature-name {
    font-weight: 500;
    color: #333;
    border-right: 1px solid #f0f0f0;
}

/* 功能描述颜色变浅 */
.ProductPricingTab .feature-desc {
    color: #666666;
}

/* 纯 CSS 绿色对勾图标 */
.ProductPricingTab .check-icon {
    width: 18px;
    height: 18px;
    background-color: #07c160;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductPricingTab .check-icon::after {
    content: '';
    position: relative;
    top: -1px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}

/* 纯 CSS 红色叉号图标 */
.ProductPricingTab .cross-icon {
    width: 18px;
    height: 18px;
    background-color: #ff4d4f;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductPricingTab .cross-icon::before,
.ProductPricingTab .cross-icon::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    width: 8px;
    height: 2px;
    background-color: white;
}

.ProductPricingTab .cross-icon::before {
    transform: rotate(45deg);
}

.ProductPricingTab .cross-icon::after {
    transform: rotate(-45deg);
}

.FQuestions{ padding-bottom: 90px;}
.FQuestions .FQuestions_container .FQuestions_container_list { border-bottom: 1px solid #e0e4f3; }
.FQuestions .FQuestions_container .FQuestions_container_list .container_list_title { list-style: none;font-weight: 500; cursor: pointer; outline: none; transition: color 0.3s ease; color: #111; padding: 30px 0; padding-right: 30px; position: relative; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.FQuestions .FQuestions_container .FQuestions_container_list .container_list_title:hover { color: #3762ec; }
.FQuestions .FQuestions_container .FQuestions_container_list .container_list_title::after { content: ''; width: 8px; height: 8px; border-right: 2px solid #111; border-bottom: 2px solid #111; transform: rotate(45deg); transition: transform 0.3s ease; margin-right: 5px; position: absolute; right: 0; }
.FQuestions .FQuestions_container .FQuestions_container_list.active .container_list_title::after { transform: rotate(-135deg); }
.FQuestions .FQuestions_container .FQuestions_container_list .content{ line-height: 1.6; color: #111; padding-bottom: 5px; display: none; padding-bottom: 30px; margin-top: -10px; }
.FQuestions .FQuestions_container .FQuestions_container_list.active .content{ display: block;}




@media screen and (max-width:1520px){   
    .pc_all .pc_all_contnet,.banner .banner_list_po,.DBanner .DBanner_po,.pc_all2 .pc_all_contnet,.header .header_left .header_left_nav .left_nav_list .nav_list_down .nav_list_down_con{ width: 1320px;}

	.padding110{ padding: 100px 0px;}
	.Title{ margin-bottom: 75px;}
	
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt{ padding: 0px 65px;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list{ margin-bottom: 35px;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top{ margin-bottom: 54px;}

	.Solution .PainPoints,.Solution .IndustryAdaptation,.Solution .FeatureHighlights{ margin-bottom: 100px;}
	.Solution .IndustryAdaptation .IndustryAdaptation_list{ width: 16.66%;}

	.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list{ margin-right: 100px;}

	.ProductPricingTab .group-title-cell{ top: 267px;}
}

@media screen and (max-width:1440px){   
    .pc_all .pc_all_contnet,.banner .banner_list_po,.DBanner .DBanner_po,.pc_all2 .pc_all_contnet,.header .header_left .header_left_nav .left_nav_list .nav_list_down .nav_list_down_con{ width: 1200px;}

	.banner .pc_all_contnet .banner_img .banner_img_right{ right: -100px;}

	.padding110{ padding: 90px 0px;}
	.Title{ margin-bottom: 65px;}
	
	.header .header_left .header_left_nav .left_nav_list{ margin-right: 0;}
	
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt{ padding: 0px 55px;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list{ margin-bottom: 30px;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top{ margin-bottom: 44px;}
	
	.Solution .PainPoints,.Solution .IndustryAdaptation,.Solution .FeatureHighlights{ margin-bottom: 90px;}
	
	.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list{ margin-right: 90px;}

	.ProductPricingTab .group-title-cell{ top: 262px;}
}

@media screen and (max-width:1240px){   
    .pc_all .pc_all_contnet,.banner .banner_list_po,.DBanner .DBanner_po,.pc_all2 .pc_all_contnet,.header .header_left .header_left_nav .left_nav_list .nav_list_down .nav_list_down_con{ width: 90%;}

	.banner .pc_all_contnet .banner_img .banner_img_right{ right: -50px;}
	
	.padding110{ padding: 80px 0px;}
	.Title{ margin-bottom: 55px;}

	.header .header_left .header_left_logo{ margin-right: 10px;}
	.header .header_right .header_right_lf .right_lf_tel{ margin: 0px 10px; display: none;}
	.header .header_right .header_right_lf{ margin-right: 14px;}
	.header .header_right .header_right_lf .right_lf_icon{ margin-right: 20px;}

	.IProduct .IProduct_list .IProduct_list_content .list_content_txt{ padding: 0px 45px;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list{ margin-bottom: 25px;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top{ margin-bottom: 36px;}
	
	.Solution .PainPoints,.Solution .IndustryAdaptation,.Solution .FeatureHighlights{ margin-bottom: 80px;}
	.Solution .FeatureHighlights{ justify-content: space-between;}
	.Solution .FeatureHighlights .FeatureHighlights_list{ width: 49%; margin-right: 0; margin-bottom: 2%;}
	
	.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list{ margin-right: 80px;}

	.ProductPricingTab .group-title-cell{ top: 274px;}
}
@media screen and (max-width:1240px){ 
	.header .header_right .header_right_lf .right_lf_search,.header .header_right .header_right_lf{ display: none;}
}

@media screen and (max-width:1024px){    
    .pc_all .pc_all_contnet,.banner .banner_list_po,.DBanner .DBanner_po,.pc_all2 .pc_all_contnet{ width: 90%;}
    .page{width: 100%;}
    .layui-laypage{display: flex;font-size:16px; color:#333;  align-items: center; justify-content:center; margin-top: 50px;}
    .layui-laypage a { font-size: 16px; color: #333; height: 48px; width: 48px; text-align: center; margin: 0 5px; display: flex; align-items: center; justify-content: center; border-radius: 100%; border: 1px solid #dadada; }
    .layui-laypage-curr { background: #3762ec; font-size: 16px; color: #fff; height: 48px; width: 48px; text-align: center; margin: 0 5px; display: flex; align-items: center; justify-content: center; border-radius: 100%; border: 1px solid #3762ec; }
    .layui-laypage-curr em,.layui-laypage-disabled em{ font-style:inherit;}
    .layui-laypage-disabled { font-size: 16px; color: #333; height: 48px; text-align: center; margin: 0 5px; width: 48px; align-items: center; display: flex; align-items: center; justify-content: center; border-radius: 100%; border: 1px solid #dadada; }
    .layui-laypage-disabled:hover{ background:#3762ec; color:#fff;border: 1px solid #3762ec;}
    .layui-laypage a:hover{ background:#3762ec; color:#fff;border: 1px solid #3762ec;}
    .layui-laypage-count,.header{ display: none;}


    .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:1000;width:100%;transition:all ease 0.45s; background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,.1);}
	.m-header-nav .sp_header{position: relative;top:0;z-index:10000;padding: 0% 4%; display:flex; align-items:center; justify-content:space-between; height: 62px;}
	.m-header-nav .sp_btn{ display: flex; position: absolute; right: 70px; top: 50%; transform: translateY(-50%);}
	.m-header-nav .sp_btn .sp_btn_list{ margin-right: 15px; position: relative;}
	.m-header-nav .sp_btn .sp_btn_list:last-child{ margin-right: 0px;}
	.m-header-nav .sp_btn .sp_btn_list .btn_list_title{ display: flex; align-items:center; color:#333; position: relative; justify-content:center;}
	.m-header-nav .sp_btn .sp_btn_list .btn_list_title img{ height: 18px;}
	.m-header-nav .sp_btn .sp_btn_list .btn_list_title img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
	.m-header-nav .sp_btn .sp_btn_list .btn_list_down{  position: absolute; width: 100px; top: 40px; left: 50%; background:#fff; 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_logo{padding: 0;display:flex; align-items:center;}
	.m-header-nav .sp_logo a{ display: flex; position: relative; align-items: center; font-size: 16px;}
	.m-header-nav .sp_logo img{margin:auto;transition:all ease 0.45s; height: 28px; margin-right: 10px;}
	.m-header-nav .sp_logo img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
	.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:#3762ec;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: none;position:fixed;z-index:9;background:white;width:100%;height:calc(100% - 62px);font-size: .95rem;;line-height:2.7rem;top:62px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.45s; border-top:1px solid #dcdcdc;}
	.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; height: 56px; 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: 16px;padding: 18px 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:#3762ec;}
	.m-header-nav .sjj_nav ul li ul li>ul{margin-left:10px}
	/* .m-header-nav.on{ background: #3762ec; box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
	.m-header-nav.in{ background: #3762ec; box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
	.m-header-nav.on .sp_nav span{ background: #fff;transition:all ease 0.45s;}
	.m-header-nav.on .sp_logo img{ opacity: 0;transition:all ease 0.45s;}
	.m-header-nav.on .sp_logo img:last-child{ opacity: 1;}
	.m-header-nav.in .sp_nav span{ background: #fff;transition:all ease 0.45s;}
	.m-header-nav.in .sp_logo img{ opacity: 0;transition:all ease 0.45s;}
	.m-header-nav.in .sp_logo img:last-child{ opacity: 1;}
	.m-header-nav.on .sp_btn .sp_btn_list .btn_list_title img{ opacity: 0;}
	.m-header-nav.on .sp_btn .sp_btn_list .btn_list_title img:last-child{ opacity: 1;}
	.m-header-nav.in .sp_btn .sp_btn_list .btn_list_title img{ opacity: 0;}
	.m-header-nav.in .sp_btn .sp_btn_list .btn_list_title img:last-child{ opacity: 1;}
	.m-header-nav.on .sp_logo a{ color: #fff;}
	.m-header-nav.in .sp_logo a{ color: #fff;} */


	.Solution .IndustryAdaptation .IndustryAdaptation_list{ width: 20%;}

}

@media screen and (max-width:780px){    /*ipad-x*/
	.padding110{ padding: 45px 0px;}

	.banner{ height: calc(100vh - 62px); margin-top: 62px;}
	.banner .pc_all_contnet .banner_title{ margin-bottom: 80px;}
	.banner .pc_all_contnet .banner_img .banner_img_left{ width: 150px; left: 0; bottom: -80px;}
	.banner .pc_all_contnet .banner_img .banner_img_right{ width: 150px; right: 0; bottom: 120px;}
	.banner .pc_all_contnet .banner_img .banner_img_bg{ height: auto; border-radius: 15px;}
	.banner .pc_all_contnet .banner_img{ border: 1px solid #fff; padding: 6px; border-radius: 15px;}

	.Title{ margin-bottom: 35px;}

	.IProduct .IProduct_list { margin-bottom: 45px;}
	.IProduct .IProduct_list .IProduct_list_content{ flex-wrap: wrap;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_img,.IProduct .IProduct_list .IProduct_list_content .list_content_txt{ width: 100%;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt{ margin-top: 35px; padding: 0;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top{ margin-bottom: 15px; justify-content: space-between; display: flex; flex-wrap: wrap;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list{ margin-bottom: 10px; width: 49%; border: 1px solid #ededed; border-radius: 10px; padding: 10px;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list:last-child{ margin-bottom: 10px;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list .top_list_dd{ margin-bottom: 7px;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list .top_list_dt,.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list .top_list_dd{ line-height: 1.5;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_img .content_img_list{ border-radius: 10px;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list .top_list_dd::before{  margin-right: 7px; background-size: 12px;}
	.IProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_list.active .top_list_dd::before{ width: 12px; }

	.ICombo_content .ICombo_content_list{ width: 100%; margin-bottom: 20px;}
	.ICombo_content .ICombo_content_list .content_list_title{ height: 125px;}
	.ICombo_content .ICombo_content_list .content_list_price{ height: 80px;}
	.ICombo_content .ICombo_content_list .content_list_txt .list_txt_dt{ flex-wrap: wrap; display: flex; justify-content: space-between;}
	.ICombo_content .ICombo_content_list .content_list_txt .list_txt_dt .txt_dt_list{ width: 49%; margin-bottom: 20px; line-height: 1.35;}
	.ICombo_content .ICombo_content_list .content_list_txt .list_txt_dt .txt_dt_list:last-child{ margin-bottom: 20px;}

	.Footer1{ border-radius: 22px 22px 0px 0px; }
	.Footer1 .pc_all_contnet{ flex-wrap: wrap; height: auto; padding-top: 33px;}
	.Footer1 .pc_all_contnet .Footer1_left .Footer1_left_btn{ justify-content: space-between;}
	.Footer1 .pc_all_contnet .Footer1_left .Footer1_left_btn a{ width: 48%; height: 52px;}
	.Footer1 .pc_all_contnet .Footer1_left .Footer1_left_btn a.active{ margin-right: 0;}
	.Footer1 .pc_all_contnet .Footer1_left{ width: 100%; margin-bottom: 30px;}
	.Footer1 .pc_all_contnet .Footer1_left .Footer1_left_dt{ line-height: 1.5;}
	.Footer1 .pc_all_contnet .Footer1_right{ position: relative; top: 0;}
	

	.Footer2{ margin-top: 0;}
	.Footer2 .pc_all_contnet .Footer2_top{ flex-wrap: wrap;}
	.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left,.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_right{ width: 100%;}
	.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left{ flex-wrap: wrap;}
	.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list{ margin-right: 0; width: 100%;}
	.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list .left_list_title{ margin-bottom: 20px;}
	.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list .left_list_txt{ display: flex; flex-wrap: wrap;}
	.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list .left_list_txt p{ width: 32%; margin-right: 2%;}
	.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list .left_list_txt p a{ display: inline-block; width: 100%; border: 1px solid #ededed; border-radius: 5px; text-align: center; line-height: 36px;}
	.Footer2 .pc_all_contnet .Footer2_top .Footer2_top_left .top_left_list .left_list_txt p:nth-child(3n){ margin-right: 0;}
	.Footer2 .pc_all_contnet .Footer2_bottom{ flex-wrap: wrap; text-align: center; line-height: 1.55;}
	.Footer2 .pc_all_contnet .Footer2_bottom *{ line-height: 1.55;}
	.Footer2 .pc_all_contnet .Footer2_bottom .Footer2_bottom_right{ width: 100%;}

	.Dbanner{ margin-top: 62px;}
	.Dbanner .pc_all_contnet .Dbanner_title{ line-height: 1.35;}
	.Dbanner .Dbanner_bg img{ height: auto;}
	.Dbanner .pc_all_contnet{ padding-top: 0; justify-content: flex-start; padding-top: 50px;}
	.Dbanner .pc_all_contnet .Dbanner_txt{ max-width: 100%; margin: 22px 0px;}
	.Dbanner .pc_all_contnet .Dbanner_btn a{ padding: 10px 20px;}
	.Dbanner .Dbanner_bg img{ display: none;}
	.Dbanner .Dbanner_bg img:last-child{ display: block;}
	.Dbanner .pc_all_contnet .Dbanner_title,.Dbanner .pc_all_contnet .Dbanner_txt{ text-align: center;}
	.Dbanner .pc_all_contnet .Dbanner_btn{ justify-content: center;}

	
	.DProduct .IProduct_list{ background: #f6f8ff; border-radius: 10px;}
	.DProduct .IProduct_list .IProduct_list_content .list_content_txt{ margin-top: 0; padding: 30px 20px;}
	.DProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top{ justify-content: center; display: block; text-align: center;}
	.DProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_txt{ text-align: center;}
	.DProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_top .txt_top_title{ margin-bottom: 20px;}
	.DProduct .IProduct_list .IProduct_list_content .list_content_txt .content_txt_btn{ display: flex; justify-content: center;}
	
	.Solution .PainPoints{ padding: 20px; flex-wrap: wrap; border-radius: 10px; margin-bottom: 45px;}
	.Solution .IndustryAdaptation,.Solution .FeatureHighlights{ margin-bottom: 45px;}
	.Solution .PainPoints .PainPoints_list{ width: 100%; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ededed; }
	.Solution .PainPoints .PainPoints_list:last-child{ border-bottom: 0; padding-bottom: 0; margin-bottom: 0;}
	.Solution .PainPoints .PainPoints_list .PainPoints_list_title{ display: flex; align-items: center;}
	.Solution .PainPoints .PainPoints_list .PainPoints_list_title .list_title_dt{ padding-top: 0px;}
	.Solution .IndustryAdaptation{ padding: 20px; border-radius: 10px; justify-content: space-between; padding-bottom: 0;}
	.Solution .IndustryAdaptation .IndustryAdaptation_list{ width: 48%; margin-bottom: 25px;}
	.Solution .IndustryAdaptation .IndustryAdaptation_list .IndustryAdaptation_list_title{ line-height: 1.5;}
	.Solution .FeatureHighlights .FeatureHighlights_list{ width: 100%; padding: 20px; border-radius: 10px; margin-bottom: 20px;}
	.Solution .IndustryCases{ flex-wrap: wrap; padding-top: 35px;}
	.Solution .IndustryCases .IndustryCases_list{ width: 100%; margin-bottom: 70px; padding: 30px; border-radius: 10px;}
	.Solution .IndustryCases .IndustryCases_list:last-child{ margin-bottom: 0;}
	.Solution .IndustryCases .IndustryCases_list .IndustryCases_list_top .list_top_title{ margin-bottom: 30px;}
	.Solution .IndustryCases .IndustryCases_list .IndustryCases_list_top .list_top_logo{ width: 100px; height: 100px;}
	.Solution .IndustryAdaptation .IndustryAdaptation_list .IndustryAdaptation_list_icon{ height: 30px; margin-bottom: 10px;}
	.Solution .IndustryAdaptation .IndustryAdaptation_list .IndustryAdaptation_list_icon img{ height: 30px;}
	.Solution .FeatureHighlights .FeatureHighlights_list .FeatureHighlights_list_bottom{ margin-top: 10px;}
	.Solution .FeatureHighlights .FeatureHighlights_list .FeatureHighlights_list_top .list_top_icon img{ height: 28px;}
	.Solution .FeatureHighlights .FeatureHighlights_list .FeatureHighlights_list_top .list_top_title{ width: calc(100% - 38px); }
	.Solution .PainPoints .PainPoints_list .PainPoints_list_txt{ margin-top: 15px;}

	.GetCard{ margin-bottom: 0;}

	.ProductPricing{ height: auto; padding-top: 45px;}
	.ProductPricing .pc_all_contnet{ position: relative;}
	.ProductPricing .pc_all_contnet .banner_title{ margin-bottom: 10px;}

	.ProductPricingTab .header-cell{ top: 62px;}
	.ProductPricingTab .group-title-cell{ top: 135px;}
	.ProductPricingTab .grid-cell{ font-size: 12px; padding: 10px;}
	.ProductPricingTab .check-icon,.ProductPricingTab .cross-icon{ width: 13px; height: 13px;}
	.ProductPricingTab .cross-icon::before, .ProductPricingTab .cross-icon::after{ top: 6px; left: 3px;}
	.ProductPricingTab .btn{ width: auto; display: none;}
	.ProductPricingTab .version-name,.ProductPricingTab .price-desc{ font-size: 12px; line-height: 1.35;}
	.ProductPricingTab .price-box{ font-size: 16px;}
	.ProductPricingTab .phone-box,.ProductPricingTab .price-desc,.ProductPricingTab .price-box{ display: none;}
	
    
}

@media screen and (max-width:768px){    /*iphone*/
    
}