/* 黑夜模式（自动）—— 由 tools/gen_dark.py 生成，勿手工大改；
   系统/浏览器为深色时自动生效（prefers-color-scheme: dark），浅色环境完全不受影响。 */
@media screen and (prefers-color-scheme: dark){
  html{ color-scheme:dark; }
  body{ background:#11151b; color:#e8eaee; }
  a{ color:#e8eaee; }
  a:hover{ color:#6f9bff; }
/* ===== 来自 css.css ===== */
﻿body{ font:12px/1.5 "Microsoft YaHei",arial,simsun,sans-serif; margin:0 auto; padding:0; background:#161a21; overflow-x:hidden; color:#e8eaee;}

html{ -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-font-smoothing:antialiased; -webkit-tap-highlight-color:transparent; -webkit-touch-callout:none;}



/*链接整体设置*/

a{ text-decoration:none; color:#e8eaee; transition:all .15s;}

a:hover{ color:#6f9bff;}

a:active{ color:#e8eaee;}

a{ blr:expression(this.onFocus=this.close());}

a{ blr:expression(this.onFocus=this.blur());} 

div:focus,*:focus,a:focus,input:focus,button:focus,textarea:focus,select:focus{ outline:none; hide-focus:expression(this.hideFocus=true);}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#666d7a;}

input::-moz-placeholder,textarea::-moz-placeholder{ color:#666d7a;}

input:-moz-placeholder,textarea:-moz-placeholder{ color:#666d7a;}

input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color:#666d7a;}

input[type=button],input[type=submit],input[type=file],button,select{ -webkit-appearance:none;}



/*公用样式*/

div,table,tr,td,img,ul,li,ol,h1,h2,h3,h4,h5,h6,p,em,i,font,span,b,dl,dt,dd,form,textarea,input,select,a,button{ margin:0; padding:0; font-style:normal; font-family:"Microsoft YaHei"; box-sizing:border-box;}

ul,ol{ list-style-type:none;}

h1,h2,h3,h4{font-weight:500;}

img{ border:none; -ms-interpolation-mode:bicubic; -o-object-fit:cover; object-fit:cover;}

.left{ float:left;}

.right{ float:right;}

.clear{ clear:both;}

.clear0{ clear:both; font-size:0px; height:0px; overflow:hidden;}

.hidden{display:none;}

.w{ max-width:1400px; width:94%; margin:0 auto; max-height:999999px;}

.comflex{ display:flex; flex-wrap:wrap; justify-content:space-between;}

.comflex1{ display:flex; flex-wrap:wrap;}

.comflex2{ display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}

.comflex3{ display:flex; flex-wrap:wrap; align-items:center;}

.comflex5{ display:flex; flex-wrap:wrap; justify-content:center;}

.comflex4{ display:-webkit-flex; -webkit-flex-flow:row-reverse wrap; display:flex; flex-flow:row-reverse wrap; justify-content:space-between;}

.comflex6{ display:-webkit-flex; -webkit-flex-flow:row-reverse wrap; display:flex; flex-flow:row-reverse wrap; justify-content:space-between; align-items:center;}

.pic{ position:relative; width:100%; overflow:hidden; transition:all .6s; display:block;}

.dfimg{ display:block; width:100%;}

.pic_w{ position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}

.pic_w a{ display:block;}



/*header*********************************************************************/

.head{ position:relative; z-index:505; height:0; background:#161a21;}

.head-fixed{ width:100%; position:fixed; top:0; left:0; right:0; background:rgba(22,26,33,.86); height:90px; -webkit-transform:translateY(0px); transform:translateY(0px); -webkit-transition:1s all ease; transition:1s all ease;}

.head-fixed .w{ position:relative;}

.logo{ width:16.28571428571429%;}

.logo img{ display:block; width:100%;}

.nav{ width:73.21428571428571%; padding-right:22.5%;}

.nav .plebans{ font-size:16px; line-height:90px; position:relative;}

.nav .plebans:after{ content:''; display:block; position:absolute; left:51%; right:51%; bottom:0; height:2px; font-size:0; overflow:hidden; background:#4275f4; transition:all 0.6s;}

.nav .plebans a{ display:inline-block;}

.nav li{ position:relative;}

.nav li .jd:before{ font-size:16px; font-weight:400; margin-left:5px; transition:color 0.3s cubic-bezier(0.77,0,0.175,1);}

/*.nav li.on .plebans a,*/.nav li.cur .plebans a{ color:#6f9bff; font-weight:bold;}

.nav li.on .plebans:after,.nav li.cur .plebans:after{ left:0; right:0;}

.nav_bg{ display:none;}

.goutp{ display:none; position:absolute; top:100%; z-index:510; box-shadow:0 16px 16px 0 rgba(0,0,0,.05); left:50%; transform:translate(-50%,0); width:110px; padding:6px 0; background:#161a21; border-radius:0 0 5px 5px; text-align:center;}

.goutp p{ font-size:16px; line-height:2.6;}

.goutp p a{ display:block; color:#a9b0bb;}

.goutp p a:hover{ color:#6f9bff;}

.hrt{ position:absolute; right:0; top:0; bottom:0; font-size:16px;}

.hrt span a{ border-radius:1000px; border:1px solid #6f9bff; margin-right:10px; text-align:center; min-width:98px; background:#4275f4; color:#fff; padding:0 15px; transition:all .6s; line-height:38px;}

.hrt span a.login{ background:none; color:#e8eaee; border-color:#e8eaee;}

.hrt span a:hover{ color:#6f9bff; background:none; border-color:#6f9bff;}

.hrt span a.login:hover{ border-color:#6f9bff; background:#4275f4; color:#fff;}

.dropdown{ position:relative;}

.dropdown em{ height:90px; font-size:16px;}

.dropdown em i{ border-radius:5px; border:1px solid #6f9bff; color:#6f9bff; padding:0 5px; transition:all .6s; line-height:38px;}

.dropdown p{ width:220px; max-height:252px; line-height:2.1; position:absolute; right:0; top:100%; background:#161a21; box-shadow:0 16px 16px 0 rgba(0,0,0,.05); border-radius:0 0 5px 5px; height:0; opacity:0; font-size:15px;}

.dropdown p a{ display:block; color:#a9b0bb; padding-left:10px;}

.dropdown p a:hover{ background:rgba(0,0,0,.05);}

.dropdown.hover em i{ border-color:#6f9bff; background:#4275f4; color:#fff;}

.dropdown.hover p{ height:auto; opacity:1;}

.head_on .head-fixed{ box-shadow:0 0 8px 0 rgba(0,0,0,.1); background:#161a21;}

.scroll{ overflow-y:auto;}

.scroll::-webkit-scrollbar-track{ border-radius:999px; background:rgba(0,0,0,.005);}

.scroll::-webkit-scrollbar-thumb{ background:#4275f4; border-radius:999px; min-height:20px;}

.scroll::-webkit-scrollbar{ width:3px; height:3px;}

.scroll::-webkit-scrollbar-corner{ background:transparent;}



.sanh{ width:36px; padding:8px 10px; position:absolute; right:calc(4% - 10px); top:50%; margin-top:-22.5px; display:none;}

.sanh>div{ height:3px; margin:5px 0px; width:100%; transition:transform 0.5s,opacity 0.5s;}

.sanh>div{ background-color:#4275f4;}

.tesd>div{ background-color:#4275f4!important;}

.tesd>div:nth-child(1){ transform:translate3d(0px,8px,0px) rotate(45deg);}

.tesd>div:nth-child(2){ opacity:0;}

.tesd>div:nth-child(3){ transform:translate3d(0px,-8px,0px) rotate(-45deg);}



.banner{ z-index:5;}

.banner .swiper-slide img{ display:block; width:100%;}

.banner .swiper-slide .w{ position:absolute; left:50%; transform:translate(-50%,0); top:90px; bottom:0; z-index:6; text-align:center;}

.banner .swiper-slide .clear{ width:100%;}

.banner .swiper-slide .clear span,.banner .swiper-slide .clear p,.banner .swiper-slide .clear i{ transform:translateX(100px); opacity:0; color:#fff;}

.banner .swiper-slide .clear p{ transform:translateX(-60px);}

.banner .swiper-slide .clear i{ transform:translateY(20px);}

.banner .swiper-slide .clear span{ display:inline-block; font-size:55px; position:relative;}

.banner .swiper-slide .clear span em{ text-shadow:0 0 18px rgba(0,0,0,.58); display:inline-block; font-weight:bold; color:rgba(255,255,255,0);}

.banner .swiper-slide .clear span b{ font-weight:bold; position:absolute; left:0; top:0; background-clip:text; -webkit-background-clip:text; color:transparent; background-image:linear-gradient(to right,#c865f7,#5fa9ff); display:inline-block;}

.banner .swiper-slide .clear p em{ display:block;}

.banner .swiper-slide .clear p{ font-size:50px; margin-top:10px;}

.banner .swiper-slide .clear p.p1{ font-size:40px; margin-top:30px;}

.banner .swiper-slide .clear i{ margin-top:45px;}

.banner .swiper-slide .clear a{ font-size:20px; color:#fff; line-height:3; padding:0 30px; border-radius:1000px; background:linear-gradient(to right,#4b72ff,#65bdff); transition:all 0.6s;}

.banner .swiper-slide .clear a img{ width:18px; margin-left:10px;}

.banner .swiper-slide .clear a:hover{ background:linear-gradient(to left,#4b72ff,#65bdff);}

.banner .swiper-slide.swiper-slide-active .clear span,.banner .swiper-slide.swiper-slide-active .clear p,.banner .swiper-slide.swiper-slide-active .clear i{ transition:all 1s ease 1s; transform:translateX(0); opacity:1;}

.banner .swiper-pagination{ bottom:3.462%;}

.banner .swiper-pagination-bullet{ width:12px; height:12px; background:#a7a7a7; opacity:.8; margin:0 9px!important; border-radius:50%; transition:all 0.6s;}

.banner .swiper-pagination-bullet-active{ background:#4275f4; opacity:1;}



.titc{ text-align:center; font-size:44px; line-height:1.590909090909091;}



.con1{ width:100%; background:#1b2029; overflow:hidden; padding:44px 0 37px 0; position:relative; z-index:11;}

.con1_list{ width:100%;}

.con1_list li{ width:30%; position:relative; padding-left:6.1%;}

.con1_list li.line{ width:1px; padding:0; background:#1d222b; margin:20px 0;}

.con1_list li img{ height:60px; position:absolute; left:0; top:50%; display:block; transform:translate(0,-50%);}

.con1_list li .txt{ width:100%;}

.con1_list li .txt em{ display:block; font-weight:bold; font-size:26px; color:#e8eaee;}

.con1_list li .txt p{ font-size:18px; color:#c3c9d2; line-height:1.888888888888889; margin-top:6px;}



.con2{ width:100%; background:#161a21; overflow:hidden; position:relative; z-index:12; padding:100px 0 125px 0;}

.con2_list{ margin-top:60px;}

.con2_list li{ width:49.28571428571429%; display:flex; flex-direction:column; justify-content:space-between;}

.con2_list li a{ display:block;}

.con2_list li .li_txt{ width:100%; position:relative; border-radius:30px; overflow:hidden;}

.con2_list li .pic_w img{ width:100%; height:100%;}

.con2_list li .txt{ position:absolute; left:0; top:0;}

.con2_list li .txt em{ display:inline-block; color:#fff; font-size:26px; font-weight:bold; text-transform:uppercase; line-height:2.769230769230769; padding:0 32px; border-radius:30px 0; background:linear-gradient(to right,#4d4bff,#70a8ff);}

.con2_list li .txtc{ font-size:30px; padding:0 32px; margin-top:22px;}

.con2_list li .txtc p{ position:relative; padding-left:27px; line-height:1.6;}

.con2_list li .txtc p:before{ content:''; display:block; position:absolute; left:0; width:8px; height:8px; border-radius:50%; top:20px; font-size:0; overflow:hidden; background:#4275f4;}

.con2_list li:nth-child(2) .txt em{ background:linear-gradient(to right,#3f99ff,#83beff);}



.con3{ width:100%; background:url(../images/bg3.jpg) center top no-repeat; background-size:cover; overflow:hidden; padding:100px 0 115px 0; position:relative; z-index:13;}

.con3_list{ width:101.870032725572698%; margin-top:50px;}

.con3_list li{ margin:26px 1.870032725572698% 0 0; width:23.1299672744273%; text-align:center; background:#161a21; border-radius:20px; overflow:hidden; box-shadow:0 2px 18px rgba(105,105,105,.06); transition:transform 0.5s ease;}

.con3_list li .pic_w img{ width:100%; height:100%;}

.con3_list li p{ font-size:28px; padding:24px 0;}



.con4{ width:100%; background:#161a21; overflow:hidden; padding:120px 0 125px 0; position:relative; z-index:14;}

.con4c{ width:100%; margin-top:65px;}

.con4_lf{ width:30.71428571428571%;}

.con4_lf .pic{ border-radius:20px;}

.con4_lf .pic_w img{ width:100%; height:100%;}

.con4_rt{ width:67.85714285714286%; margin-top:-25px;}

.con4_rt li{ background:#1b2029; font-size:30px; border-radius:20px; margin:25px 0 0 20px; width:calc(33.33333333333333% - 20px); padding-left:4%; position:relative; transition:transform 0.5s ease;}

.con4_rt li em{ width:62px; height:62px; border-radius:10px; background:#161a21; box-shadow:0 3px 18px rgba(66,117,244,.14); margin-right:30px;}

.con4_rt li em img{ display:block; width:100%;}

.con4_rt li:last-child a{ display:inline-block; color:#fff; border-radius:1000px; background:#1b1b1b; line-height:2.25; padding:0 20px; transition:all 0.6s; font-size:20px;}

.con4_rt li:last-child a:hover{ background:#4275f4;}

.con4_rt li:last-child img{ position:absolute; bottom:0; right:20px; height:calc(100% + 17px);}



.con5{ width:100%; background:url(../images/bg5.jpg) center top no-repeat; background-size:cover; overflow:hidden; padding:100px 0 90px 0; position:relative; z-index:15;}

.con5 .w{ width:100%; max-width:100%;}

.con5_1{ margin-top:55px;}

.con5_0{ overflow:hidden; width:100%; position:relative;}

.con5_0 .bd ul{ overflow:hidden; zoom:1; padding:22px 0!important;}

.con5_0 .bd ul li{ box-shadow:0 2px 30px rgba(105,105,105,.09); background:#161a21; border-radius:10px; margin:0 22px 0 0; width:calc(16.66666666666667% - 22px); _display:inline; overflow:hidden;}

.con5_0 .bd ul li .pic{ background:#161a21;}

.con5_0 .bd ul li .pic_w{ overflow:visible; left:9.25%; top:18.15%; right:9.25%; bottom:18.15%;}



.con6{ width:100%; background:#161a21; overflow:hidden; padding:90px 0 105px 0; position:relative; z-index:16;}

.con6c{ width:100%; margin-top:60px;}

.con6_lf{ width:60.07142857142857%;}

.con6_lf img{ display:block; width:100%;}

.con6_rt{ width:36.42857142857143%;}

.tit6{ font-weight:bold; font-size:28px; margin-top:33px;}

.con6_list1{ text-align:center; margin-top:28px; padding-bottom:47px;}

.con6_list1 li{ width:40.3921568627451%;}

.con6_list1 li em{ display:block; border:1px solid #dedede; border-radius:5px; overflow:hidden;}

.con6_list1 li em img{ display:block; width:100%;}

.con6_list1 li p{ font-size:18px; color:#c6cbd4; margin-top:18px;}

.con6_list2{ margin-top:30px;}

.con6_list2 li{ font-size:22px; color:#c6cbd4; border:1px solid #dedede; border-radius:5px; width:48.03921568627451%; padding:11px 0;}

.con6_list2 li img{ margin-right:15px; height:52px;}



.con7{ width:100%; background:url(../images/bg7.jpg) center top no-repeat; background-size:cover; overflow:hidden; padding:100px 0 60px 0; position:relative; z-index:17;}

.con7_list1{ width:101.714285714285714%; padding-top:26px;}

.con7_list1 li{ margin:24px 1.714285714285714% 0 0; width:23.28571428571429%; position:relative; background:rgba(22,26,33,.86); border-radius:10px; box-shadow:0 3px 18px rgba(66,117,244,.07); border:2px solid #fff; padding:0 0 0 7.79%;}

.con7_list1 li img{ height:64px; position:absolute; left:6.6%; top:50%; display:block; transform:translate(0,-50%);}

.con7_list1 li .txt{ padding:30px 0;}

.con7_list1 li .txt em{ display:block; font-size:22px; font-weight:bold; margin-bottom:6px;}

.con7_list1 li .txt p{ font-size:18px; color:#ccd1d9; line-height:1.666666666666667;}

.con7_list2{ text-align:center; margin-top:40px;}

.con7_list2 li{ width:25%; position:relative; line-height:1;}

.con7_list2 li:after{ content:''; display:block; position:absolute; right:-1px; height:40px; width:1px; top:50%; transform:translate(0,-50%); font-size:0; overflow:hidden; background:#1c222c}

.con7_list2 li:last-child:after{ display:none;}

.con7_list2 li span{ display:block; font-size:36px; color:#84b2f5; font-weight:bold;}

.con7_list2 li p{ font-size:20px; color:#ccd1d9; margin-top:15px;}



.ai_shop1{ padding:90px 0; width:100%; background:#161a21; position:relative; z-index:11; overflow:hidden;}

.ai_shop1c{ position:relative; width:100%; margin-top:70px;}

.ai_shop1c .pic{ width:60.07142857142857%; z-index:13; margin:0 auto;}

.ai_shop1c .pic img{ display:block; width:100%;}

.ai_shop1c ul{ width:100%; position:absolute; left:0; right:0; top:-25px; bottom:-25px; z-index:12;}

.ai_shop1c ul li{ font-size:28px; border:1px solid #dce3ee; width:17.3%; box-shadow:0 0 9px rgba(74,117,255,.13); border-radius:15px; margin:20px 0; transition:transform 0.5s ease;}

.ai_shop1c ul li img{ height:50px; margin-right:18px;}

.ai_shop1c ul li:nth-child(2n+1){ margin-right:55%;}

.ai_shop2{ padding:90px 0 100px 0; width:100%; background:url(../images/abg2.jpg) center top no-repeat; background-size:cover; position:relative; z-index:12; overflow:hidden;}

.ai_shop2c{ width:100%; box-shadow:0 6px 29px rgba(74,117,255,.25); border-radius:20px; padding:5px; background:linear-gradient(to bottom,#4a74ff,#64bcff); margin-top:50px;}

.ai_shop2w{ width:100%; background:#1b2029; border-radius:15px; overflow:hidden; padding:11px 0;}

.ai_shop2_list{ width:100%;}

.ai_shop2_list li{ width:31.22302158273381%; margin-left:1.58273381294964%; display:flex; flex-direction:column; justify-content:space-between; transition:transform 0.5s ease;}

.ai_shop2_list li .as_c{ margin:11px 0; background:#161a21; border-radius:20px; box-shadow:0 0 9px rgba(74,117,255,.15); padding:30px 0 5px 0; transition:transform 0.5s ease;}

.ai_shop2_list li:nth-child(2) .as_c{ height:100%;}

.ai_shop2_list li .txt{ padding-left:5.069124423963134%;}

.ai_shop2_list li .txt span{ display:block; font-size:30px; margin-bottom:8px;}

.ai_shop2_list li .txt p{ font-size:20px; color:#a9b0bb; line-height:1.8;}

.ai_shop2_list li .txt p em{ margin-right:7px;}

.ai_shop2_list li .txt p em:last-child{ margin-right:0;}

.ai_shop2_list li .txt p font{ color:#6f9bff; font-weight:bold; margin-right:7px;}

.ai_shop2_list li .pic{ width:100%; padding:0 5.069124423963134%;}

.ai_shop2_list li .pic img{ display:block; width:100%;}

.ai_shop2_list li .as_c.hover{ transform:scale(1.05);}

.ai_shop3{ padding:100px 0; width:100%; background:#161a21; position:relative; z-index:13; overflow:hidden;}

.ai_shop3_list{ width:102.428571428571429%; padding-top:25px;}

.ai_shop3_list li{ background:#1b2029; border-radius:20px; margin:2.370990237099024% 2.370990237099024% 0 0; width:30.96234309623431%; padding:35px 0 0 0; transition:transform 0.5s ease;}

.ai_shop3_list li:nth-child(3n+1){ display:flex; flex-direction:column; justify-content:space-between;}

.ai_shop3_list li:nth-child(3n+2){ background:#201d2b;}

.ai_shop3_list li:nth-child(3n+2) .pic{ margin-top:25px;}

.ai_shop3_list li:nth-child(3n+3){ background:#1c232c; padding-bottom:15px;}

.ai_shop3_list li .txt{ padding:0 7.88%;}

.ai_shop3_list li .txt em{ font-size:30px; font-weight:bold; display:block; margin-bottom:10px;}

.ai_shop3_list li .txt p{ font-size:18px; color:#b6bcc6; line-height:1.888888888888889;}

.ai_shop3_list li .pic{ width:100%; margin-top:15px;}

.ai_shop3_list li .pic img{ display:block; width:100%;}

.ai_shop4{ padding:95px 0 100px 0; width:100%;  background:#1b2029; position:relative; z-index:14; overflow:hidden;}

.ai_shop4_list{ width:101.9%; padding-top:24px;}

.ai_shop4_list li{ margin:1.86924622645918% 1.86924622645918% 0 0; width:23.13075377354082%; border-radius:15px; overflow:hidden; box-shadow:0 0 9px rgba(0,0,0,.08);}

.ai_shop4_list li .pic_w img{ width:100%; height:100%;}



.no_shop1{ padding:90px 0 100px 0; width:100%; background:#161a21; position:relative; z-index:11; overflow:hidden;}

.no_shop1_list{ width:101.714285714285714%; padding-top:16px;}

.no_shop1_list li{ box-shadow:0 2px 16px rgba(105,105,105,.09); border:1px solid #f0f0f0; border-radius:20px; margin:1.685393258426966% 1.685393258426966% 0 0; width:23.31460674157303%; padding:1.75561797752809%; text-align:center; transition:transform 0.5s ease;}

.no_shop1_list li em{ display:block; font-size:28px; font-weight:bold;}

.no_shop1_list li em font{ color:#6f9bff;}

.no_shop1_list li .pic{ border-radius:10px; margin-top:25px;}

.no_shop1_list li .pic_w img{ width:100%; height:100%;}

.no_shop1_list li .txt{ font-size:18px; line-height:1.777777777777778; padding:21px 0 9px 0;}

.no_shop2{ padding:90px 0; width:100%; background:url(../images/sbg2.jpg) center top no-repeat; background-size:cover; position:relative; z-index:12; overflow:hidden;}

.no_shop2_list{ width:100%; padding-top:25px;}

.no_shop2_list li{ position:relative; border:3px solid #aec0ff; border-radius:20px; width:49.14285714285714%; margin-top:1.714285714285714%; transition:transform 0.5s ease;}

.no_shop2_list li .txt{ position:absolute; left:-3px; top:-3px; right:0; z-index:18;}

.no_shop2_list li .txt em{ color:#fff; display:inline-block; font-weight:bold; font-size:24px; background:#2a3867; border-radius:20px 0; padding:0 30px; line-height:2.666666666666667;}

.no_shop2_list li .txtc{ font-size:24px; line-height:1.875; padding:0 30px; margin-top:10px;}

.no_shop2_list li .s_bg{ position:absolute; left:0; right:0; top:0; bottom:40%; background:linear-gradient(to bottom,rgba(233,238,255,1) 12%,rgba(233,238,255,0)); z-index:17; border-radius:17px;}

.no_shop2_list li .pic{ border-radius:17px;}

.no_shop2_list li .pic_w img{ width:100%; height:100%;}

.no_shop3{ padding:100px 0 110px 0; width:100%; background:#161a21; position:relative; z-index:13; overflow:hidden;}

.no_shop3_list{ width:104.761857142857143%; padding-top:55px;}

.no_shop3_list li{ margin:0 4.545411157005071% 0 0; width:20.45458884299493%; position:relative;}

.no_shop3_list li:after{ content:''; display:block; position:absolute; left:76.66%; height:0; border-bottom:1px dashed #dcdcdc; width:66.66%; top:42px; font-size:0; overflow:hidden;}

.no_shop3_list li:last-child:after{ display:none;}

.no_shop3_list li .icos{ height:150px; position:relative; z-index:18;}

.no_shop3_list li .icos img{ display:block; margin:0 auto; height:56.66666666666667%;}

.no_shop3_list li .icos .ico11{ position:absolute; top:49px; left:50%; transform:translate(-50%,0); height:68%;}

.no_shop3_list li .txt{ text-align:center; margin-top:13px;}

.no_shop3_list li .txt em{ display:block; font-weight:bold; font-size:30px; margin-bottom:14px;}

.no_shop3_list li .txt p{ font-size:18px; color:#ccd1d9; line-height:1.777777777777778;}

.no_shop3_list li .pic{ border-radius:10px; margin-top:26px; box-shadow:0 5px 8px rgba(0,0,0,.11);}

.no_shop3_list li .pic_w img{ width:100%; height:100%;}

.no_shop4{ padding:100px 0; width:100%; background:url(../images/sbg4.jpg) center top no-repeat; background-size:cover; position:relative; z-index:14; overflow:hidden;}

.no_shop4_list{ width:102.642857142857143%; padding-top:8px;}

.no_shop4_list li{ box-shadow:0 2px 18px rgba(105,105,105,.06); border-radius:20px; overflow:hidden; background:#161a21; margin:2.574808629088379% 2.574808629088379% 0 0; width:30.75852470424495%; border:1px solid #f0f0f0; transition:transform 0.5s ease;}

.no_shop4_list li .pic_w img{ width:100%; height:100%;}

.no_shop4_list li .txt{ padding:22px 5% 35px 5%;}

.no_shop4_list li .txt em{ display:block; font-size:28px; font-weight:bold; margin-bottom:17px;}

.no_shop4_list li .txt p{ color:#c2c7d0; font-size:18px; line-height:1.666666666666667; margin-right:-5px;}

.no_shop5{ padding:90px 0; width:100%; background:#161a21; position:relative; z-index:15; overflow:hidden;}

.no_shop5c{ width:100%; margin-top:55px;}

.no_shop5c img{ display:block; margin:0 auto; max-width:100%;}

.no_shop6{ padding:75px 0 0 0; width:100%; background:url(../images/sbg6.jpg) center top no-repeat; background-size:cover; position:relative; z-index:16; overflow:hidden;}

.no_shop6 .w{ border-radius:20px 20px 0 0; background:#1b2029; padding:50px 0 0 0;}

.no_shop6 .titc{ text-align:left; line-height:1; padding:0 3.928571428571429%;}

.no_shop6_list{ width:100%; display:flex; align-items:flex-end; margin-top:-12px;}

.no_shop6_list li{ width:28.09523809523809%; margin-left:3.928571428571429%; border-radius:15px 15px 0 0; border:1px solid #e2e9ec; overflow:hidden; background:linear-gradient(to bottom,#1c262c,#1c272c);}

.no_shop6_list li .t6{ font-size:24px; background:#1c272b; border-radius:0 0 15px 0; display:inline-block; line-height:1.833333333333333; border-bottom:1px solid #e2e9ec; border-right:1px solid #e2e9ec; padding:0 25px;}

.no_shop6_list li .txt1{ font-size:20px; line-height:1.9; color:#ccd1d9; padding:5px 0 5px 19%;}

.no_shop6_list li .txt1 p{ position:relative; padding-left:20px;}

.no_shop6_list li .txt1 p:before{ content:''; display:block; position:absolute; left:0; height:8px; width:8px; border-radius:50%; background:#8f8f8f; top:15px; font-size:0; overflow:hidden;}

.no_shop6_list li .txt2{ padding:3px 10% 28px 10%;}

.no_shop6_list li .txt2 p{ font-size:26px; margin-top:25px; color:#ccd1d9; font-weight:bold; border-radius:1000px; border:2px solid #fff; background:linear-gradient(to bottom,#1c262c,#1c262c); box-shadow:0 2px 10px rgba(90,155,255,.32); padding:7.5px 0 7.5px 7.8%;}

.no_shop6_list li .txt2 p img{ margin-right:10px; height:32px;}

.no_shop6_list li .txt3{ line-height:2; padding:10px 0 28px 0;}

.no_shop6_list li .txt3 p{ font-size:24px; color:#ccd1d9; border:2px solid #fff; background:rgba(255,255,255,.5); border-radius:1000px; margin-top:16px; box-shadow:0 2px 10px rgba(255,215,142,.32); padding:0 10px;}

.no_shop6_list li .txt3 p font{ font-size:22px; color:#3f8bff; padding-left:10px;}

.no_shop6_list li .txt3 p img{ height:23px;}

.no_shop6_list li:nth-child(2){ border-color:#bfe5ff; background:linear-gradient(to bottom,#1c252c,#1c252c);}

.no_shop6_list li:nth-child(2) .t6{ background:#1c252c; border-bottom-color:#bfe5ff; border-right-color:#bfe5ff;}

.no_shop6_list li:nth-child(3){ border-color:#ffe1aa; background:linear-gradient(to bottom,#2c261c,#2c261c);}

.no_shop6_list li:nth-child(3) .t6{ background:#2c261c; border-bottom-color:#ffe1aa; border-right-color:#ffe1aa;}

.no_shop7{ padding:95px 0; width:100%; background:#161a21; position:relative; z-index:17; overflow:hidden;}

.no_shop7c{ margin-top:50px;}

.no_shop7_list li{ border-radius:15px; overflow:hidden;}

.no_shop7_list li .txt{ position:absolute; z-index:18; left:5.555555555555556%; bottom:45px; right:5.555555555555556%; border-radius:15px; background:rgba(22,26,33,.92); padding:18px 5.555555555555556%;}

.no_shop7_list li .txt p{ font-size:18px; color:#a4abb6;}

.no_shop7_list li .txt1{ width:100%;}

.no_shop7_list li .txt1 em{ width:100%; font-size:24px; margin-bottom:5px;}

.no_shop7_list li .txt1 em img{ margin-right:15px; height:42px; width:42px; border-radius:50%;}

.no_shop7_list li .txt2{ width:100%; padding-top:12px;}

.no_shop7_list li .txt2 dd{ width:50%;}

.no_shop7_list li .txt2 dd em{ font-size:28px; font-weight:bold;}

.no_shop7 .com_but{ overflow:hidden; margin-top:36px;}

.no_shop7 .swiper-button-prev,.no_shop7 .swiper-button-next{ transition:all 0.6s; width:45px; height:45px; border-radius:50%; background:#000; color:#fff; position:static; float:right; margin:0 0 0 16px;}

.no_shop7 .swiper-button-prev:after,.no_shop7 .swiper-button-next:after{ font-weight:bold; font-size:20px;}

.no_shop7 .swiper-button-prev:hover,.no_shop7 .swiper-button-next:hover{ background:#4275f4;}

.no_shop8{ background:#1b2029!important;}

.no_shop8 .no_warehouse3_list li{ background:#161a21;}



.no_warehouse1{ padding:90px 0 110px 0; width:100%; background:#161a21; position:relative; z-index:11; overflow:hidden;}

.no_warehouse1_list{ width:101.857142857142857%; text-align:center; padding-top:13px;}

.no_warehouse1_list li{ background:#1d222b; border-radius:20px; margin:1.82328190743338% 1.82328190743338% 0 0; width:23.17671809256662%; padding:33px 0 40px 0; transition:transform 0.5s ease;}

.no_warehouse1_list li img{ height:90px; display:block; margin:0 auto;}

.no_warehouse1_list li p{ font-weight:bold; font-size:28px; margin-top:17px;}

.no_warehouse2{ padding:65px 0 90px 0; width:100%; background:url(../images/wbg2.jpg) center top no-repeat; background-size:cover; position:relative; z-index:12; overflow:hidden;}

.no_warehouse2_pic{ width:100%; margin-top:28px;}

.no_warehouse2_pic img{ display:block; margin:0 auto; max-width:100%;}

.no_warehouse3{ padding:100px 0 95px 0; width:100%; background:#161a21; position:relative; z-index:13; overflow:hidden;}

.no_warehouse3_list{ width:102%; padding-top:25px;}

.no_warehouse3_list li{ border-radius:15px; background:#1d222b; margin:2% 2% 0 0; width:14.66666666666667%;}

.no_warehouse3_list li em{ font-size:24px; color:#fff; background:linear-gradient(to bottom,#26a2ff,#4275f4); border-radius:15px 0 0 0; line-height:2.166666666666667; position:relative; width:96.66666666666667%; padding-left:10px; font-weight:bold; position:relative;}

.no_warehouse3_list li em img{ position:absolute; left:100%; top:0; bottom:0; height:100%;}

.no_warehouse3_list li em i{ margin:0 12px 0 10px; background:#161a21; width:1px; font-size:0; overflow:hidden; height:18px;}

.no_warehouse3_list li:last-child img{ display:none;}

.no_warehouse3_list li:last-child em{ width:100%; border-radius:15px 15px 0 0;}

.no_warehouse3_list li .txt{ margin:17px 0 18px 0;}

.no_warehouse3_list li .txt img{ display:block; margin:0 auto; height:65px;}

.no_warehouse3_list li .txt p{ font-size:18px; line-height:1.666666666666667; padding-left:7%; margin-top:16px;}



.cooper1{ padding:75px 0 95px 0; width:100%; background:#161a21; position:relative; z-index:11; overflow:hidden;}

.cooper1_list{ width:100%; padding-top:20px;}

.cooper1_list li{ position:relative; background:linear-gradient(to bottom,#1c232c,#161a21); border:1px solid #dce3ee; border-radius:20px; width:48.92857142857143%; margin:2.142857142857143% 0 0 0; padding-left:14.14285714285714%; transition:transform 0.5s ease;}

.cooper1_list li .pic{ width:28.9%; display:flex; position:absolute; left:0; top:50%; transform:translate(0,-50%);}

.cooper1_list li img{ width:60.6%; display:block;}

.cooper1_list li .txt{ width:100%; padding:35px 0; padding-right:5px;}

.cooper1_list li .txt em{ display:block; font-weight:bold; font-size:28px; margin-bottom:15px;}

.cooper1_list li .txt p{ font-size:22px; color:#ccd1d9; line-height:1.636363636363636; margin-top:6px;}

.cooper2{ padding:85px 0 95px 0; width:100%; background:url(../images/cbg2.jpg) left top no-repeat; background-size:cover; position:relative; z-index:12; overflow:hidden;}

.cooper2_list{ width:102%; margin-top:25px;}

.cooper2_list li{ background:#1b2029; font-size:30px; border-radius:10px; background:#161a21; box-shadow:0 2px 18px rgba(105,105,105,.06); margin:2% 2% 0 0; width:31.33333333333333%; padding-left:2%; position:relative; min-height:138px; transition:transform 0.5s ease;}

.cooper2_list li em{ width:150px;}

.cooper2_list li em img{ display:block; margin:0 auto; width:66.66666666666667%;}

.cooper2_list li:last-child{ padding-left:3.5%;}

.cooper2_list li:last-child a{ display:inline-block; color:#fff; border-radius:1000px; background:#1b1b1b; line-height:2.291666666666667; padding:0 30px; transition:all 0.6s; font-size:24px;}

.cooper2_list li:last-child a:hover{ background:#4275f4;}

.cooper2_list li:last-child img{ position:absolute; bottom:0; right:20%; height:calc(100% + 17px); width:auto!important;}

.cooper3{ padding:85px 0; width:100%; background:#161a21; position:relative; z-index:13; overflow:hidden;}

.cooper3_list{ width:103.928571428571429%; padding-top:5px;}

.cooper3_list li{ border-radius:20px; border:1px solid #f0f0f0; box-shadow:0 2px 16px rgba(105,105,105,.09); margin:3.1% 3.780068728522337% 0 0; width:29.553264604811%; padding:1.305841924398625%; transition:transform 0.5s ease;}

.cooper3_list li .pic{ border-radius:10px;}

.cooper3_list li .txt{ margin:32px 0 18px 0;}

.cooper3_list li .txt h3{ font-size:30px;}

.cooper3_list li .txt h3 img{ height:37px; margin-right:18px;}

.cooper3_list li .txt p{ font-size:20px; line-height:1.6; color:#a9b0bb; margin-top:12px;}



.down_bg{ width:100%; background:url(../images/dbg.jpg) center top no-repeat; background-size:cover; position:relative; z-index:11; overflow:hidden; padding:190px 0 125px 0;}

.d_tit1{ text-align:center;}

.d_tit1 span{ display:block; font-size:50px; color:#b6bbc3;}

.d_tit1 em{ display:block; font-size:30px; color:#b7bbc3; margin-top:30px;}

.d_tit1 p{ font-size:20px; color:#a4abb6; margin-top:10px;}

.down_tabc{ width:100%; margin-top:45px;}

.down_tab{ text-align:center; padding:7px; background:#161a21; border-radius:1000px; box-shadow:0 0 10px rgba(46,76,120,.13);}

.down_tab a{ font-size:18px; color:#98a0ac; border-radius:1000px; line-height:2.5; padding:0 20px;}

.down_tab a.cur{ color:#fff; background:#4275f4;}

.downc{ width:100%; display:none; margin-top:90px;}

.downc.cur{ display:block;}

.down_lf1{ width:46.78571428571429%;}

.d_tit2{ font-size:30px; line-height:1;}

.down_lf1_c{ /*width:67.17557251908397%; */width:90%;margin-top:40px;}

.down_lf1 ul.comflex{justify-content: flex-start;} 

.down_lf1_c li{ background:rgba(255,255,255,.6); border:1px solid #fff; border-radius:30px;/* width:46%;*/width:31%; margin-right:3%; text-align:center; position:relative; transition:all 0.6s;}

.down_lf1_c li:nth-child(3){ margin-right:0; }
.down_lf1_c li .clear{ width:100%; display:block; position:absolute; left:0; right:0; top:50%; transform:translate(0,-50%);}

.down_lf1_c li .clear.ch{ display:none;}

.down_lf1_c li img{ max-width:66.33663366336634%;}

.down_lf1_c li img.dfimg{ max-width:100%;}

.down_lf1_c li p{ font-size:18px; margin-top:8px;}

/*.down_lf1_c li:nth-child(1).hover p{ margin-top:23px;}*/

.down_lf1_c li.hover{ background:#161a21;}

.down_lf1_c li.hover .clear{ width:100%; display:none;}

.down_lf1_c li.hover .clear.ch{ display:block;}

.down_rt1{ width:53.21428571428571%; padding:1.428571428571429%; background:rgba(246,247,249,.8); border-radius:10px;}

.down_rt1 img{ display:block; width:100%; border-radius:10px;}



.abcon{ padding:75px 0 85px 0; width:100%; background:#161a21; position:relative; z-index:11; overflow:hidden;}

.abcon .titc{ text-align:left;}

.ab1{ width:100%;}

.ab1 .txt{ width:56.42857142857143%; font-size:20px; text-indent:2em; text-transform:uppercase; line-height:2; margin-top:16px;}

.ab1 .txt *{ color:#ccd1d9;}

.ab1 .pic{ width:40.71428571428571%; border-radius:15px; overflow:hidden; margin-top:-15px;}

.ab1 .pic img{ display:block; width:100%;}

.ab2{ width:102.857142857142857%; padding-top:20px;}

.ab2 li{ text-align:center; border-radius:10px; background:#1b2029; margin:2.777777777777778% 2.777777777777778% 0 0; width:22.22222222222222%; padding:37px 0 34px 0; transition:transform 0.5s ease;}

.ab2 li img{ display:block; margin:0 auto; height:85px;}

.ab2 li p{ font-weight:bold; font-size:24px; margin-top:16px;}



.com li .pic_w img,.con2_list .li_txt .pic_w img{ display:block; transition:all 0.6s; max-height:100%; max-width:100%;}

.com li.hover .pic_w img,.con2_list .li_txt.hover .pic_w img{ transform:scale(1.1);}

.con3_list li.hover,.con4_rt li.hover,.ai_shop1c ul li.hover,.ai_shop3_list li.hover,.no_shop1_list li.hover,.no_shop2_list li.hover,.no_shop4_list li.hover,.no_warehouse1_list li.hover,.cooper1_list li.hover,.cooper2_list li.hover,.cooper3_list li.hover,.ab2 li.hover{ transform:translateY(-20px);}



/*foot style*********************************************************************/

.footer{ width:100%; background:#17181b; overflow:hidden; font-size:16px;}

.footer *{ color:#fff;}

.footer a:hover{ color:rgba(255,255,255,.7)!important;}

.f_nav{ width:100%; padding:100px 0 30px 0;}

.f_nav span{ font-size:24px; font-weight:bold; display:block;}

.f_nav li.li1{ width:48.5%;}

.ico0_list{ padding:15px 0 0 0;}

.ico0_list dd{ width:41px; height:41px; position:relative; margin:10px 16px 0 0;}

.ico0_list dd img{ display:block; width:100%; filter:alpha(opacity=70); opacity:.7; transition:all 0.6s;}

.ico0_list dd em{ display:block; border-radius:50%; overflow:hidden; background:#999; transition:all 0.6s; cursor:pointer;}

.ico0_list dd i{ display:none; position:absolute; bottom:120%; left:50%; transform:translate(-50%,0); background:#161a21; width:175px; border-radius:20px; padding:15px 0 10px 0;}

.ico0_list dd i:after{ content:''; display:block; position:absolute; left:50%; transform:translate(-50%,0); height:0; width:0; border-left:6px solid transparent; border-right:6px solid transparent; border-top:8px solid #fff; bottom:-8px; font-size:0; overflow:hidden;}

.ico0_list dd i img{ display:block; margin:0 auto; width:82.85714285714286%;}

.ico0_list dd font{ display:block; text-align:center; color:#e8eaee;}

.ico0_list dd.hover em{ background:#e9a248;}

.ico0_list dd:nth-child(2).hover em{ background:#2a2d32;}

.ico0_list dd:nth-child(3).hover em{ background:#e44747;}

.ico0_list dd:nth-child(4).hover em{ background:#e65c20;}

.ico0_list dd:nth-child(5).hover em{ background:#4f99cb;}

.ico0_list dd.hover i{ display:block;}

.ico0_list dd.hover img{ filter:alpha(opacity=100); opacity:1;}

.f_nav li.li3{ width:24%;}

.f_nav li .txt{ margin-top:17px; line-height:2.5; text-align:justify;}

.f_nav li .txt2{ margin-top:11px; line-height:3;}

.f_nav li .txt1{ font-size:20px; margin-top:19px; line-height:1.9;}

.f_nav li .ewm{ text-align:center; margin-top:21px;}

.f_nav li .ewm dd{ width:43.1547619047619%;}

.f_nav li .ewm img{ display:block; width:100%; border-radius:10px;}

.f_nav li .ewm p{ color:#8b929e; margin-top:14px;}

.foot{ text-align:center; padding:25px 0;}

.foot a{ margin:0 5px; color:#8b929e;}@media screen and (max-width:768px){
  .banner .swiper-slide img{ height:300px; object-fit:cover; }
  .banner .swiper-slide .w{ top:40px; }
  .banner .swiper-slide .clear span{ font-size:30px; }
  .banner .swiper-slide .clear p{ font-size:22px; margin-top:8px; }
  .banner .swiper-slide .clear p.p1{ font-size:20px; margin-top:12px; }
  .banner .swiper-slide .clear i{ margin-top:20px; }
  .banner .swiper-slide .clear a{ font-size:14px; line-height:2.4; padding:0 22px; }
}@media screen and (max-width:380px){
  .banner .swiper-slide img{ height:280px; }
  .banner .swiper-slide .clear span{ font-size:26px; }
  .banner .swiper-slide .clear p{ font-size:19px; }
}@media screen and (max-width:768px){
  .banner .swiper-slide .clear i,
  .banner .swiper-slide .clear a{ display:inline-block; width:auto; height:auto; }
  .banner .swiper-slide .clear i{ margin-top:22px; }
  .banner .swiper-slide .clear a{ padding:10px 28px; line-height:1.6; border-radius:999px; }
}@media screen and (max-width:768px){
  .banner .swiper-slide .clear a img{ width:14px !important; height:14px !important; object-fit:contain; }
}@media screen and (max-width:768px){
  .banner .swiper-slide .clear a{ white-space:nowrap; }
}@media screen and (max-width:768px){
  .banner .swiper-slide .clear a img{ display:inline-block !important; vertical-align:middle; margin-left:8px; }
}@media screen and (min-width:1025px) and (max-width:1440px){
  html{ zoom:0.85; }
}@media screen and (min-width:1441px) and (max-width:1680px){
  html{ zoom:0.86; }
}@media screen and (min-width:1025px) and (max-width:1680px){
  .wow{ visibility:visible !important; animation:none !important; }
}

/* ===== 语言下拉：当前语言高亮 + 悬停反馈（当前态由 ai-chat.js 运行时打标） ===== */
.dropdown p a{ transition:background .2s,color .2s;}
.dropdown p a:hover{ background:rgba(66,117,244,.12); color:#6f9bff;}
.dropdown p a.lz-lang-cur{ background:rgba(66,117,244,.14); color:#6f9bff; font-weight:600;}
.dropdown p a.lz-lang-cur:before{ content:''; display:inline-block; width:6px; height:6px; border-radius:50%; background:#4275f4; margin-right:8px; vertical-align:middle;}

/* ===== 来自 other.css ===== */
﻿@media screen and (max-width:1600px){

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

.w{ max-width:1200px;}

.head-fixed{ height:76px;}

.nav .plebans{ font-size:15px; line-height:76px;}

.nav .plebans:after{ height:2px;}

.goutp p{ font-size:15px;}

.hrt{ font-size:15px;}

.hrt span a{ margin-right:9px; min-width:85px; padding:0 13px; line-height:32px;}

.dropdown em{ height:76px; font-size:15px;}

.dropdown em i{ line-height:32px;}

.dropdown p{ width:200px; max-height:236px; font-size:14px;}



.banner .swiper-slide .w{ top:76px;}

.banner .swiper-slide .clear span{ font-size:48px;}

.banner .swiper-slide .clear p{ font-size:43px; margin-top:9px;}

.banner .swiper-slide .clear p.p1{ font-size:35px; margin-top:25px;}

.banner .swiper-slide .clear i{ margin-top:38px;}

.banner .swiper-slide .clear a{ font-size:18px; padding:0 25px;}

.banner .swiper-slide .clear a img{ width:16px; margin-left:9px;}



.titc{ font-size:37px;}



.con1{ padding:38px 0 32px 0;}

.con1_list li{ padding-left:6%;}

.con1_list li.line{ margin:18px 0;}

.con1_list li img{ height:52px;}

.con1_list li .txt em{ font-size:22px;}

.con1_list li .txt p{ font-size:16px; margin-top:5px;}



.con2{ padding:86px 0 105px 0;}

.con2_list{ margin-top:50px;}

.con2_list li .li_txt{ border-radius:25px;}

.con2_list li .txt em{ font-size:22px; padding:0 27px; border-radius:25px 0;}

.con2_list li .txtc{ font-size:25px; padding:0 27px; margin-top:19px;}

.con2_list li .txtc p{ padding-left:23px;}

.con2_list li .txtc p:before{ width:8px; height:8px; top:16px;}



.con3{ padding:86px 0 95px 0;}

.con3_list{ margin-top:40px;}

.con3_list li{ margin-top:22px; border-radius:18px;}

.con3_list li p{ font-size:24px; padding:20px 0;}



.con4{ padding:103px 0 105px 0;}

.con4c{ margin-top:55px;}

.con4_lf .pic{ border-radius:18px;}

.con4_rt{ margin-top:-21px;}

.con4_rt li{ font-size:25px; border-radius:18px; margin:21px 0 0 18px; width:calc(33.33333333333333% - 18px);}

.con4_rt li em{ width:54px; height:54px; margin-right:25px;}

.con4_rt li:last-child a{ padding:0 18px; font-size:18px;}

.con4_rt li:last-child img{ right:18px; height:calc(100% + 16px);}



.con5{ padding:86px 0 77px 0;}

.con5_1{ margin-top:45px;}

.con5_0 .bd ul{ padding:19px 0!important;}

.con5_0 .bd ul li{ margin:0 19px 0 0; width:calc(16.66666666666667% - 19px);}



.con6{ padding:77px 0 90px 0;}

.con6c{ margin-top:50px;}

.tit6{ font-size:24px; margin-top:28px;}

.con6_list1{ margin-top:24px; padding-bottom:40px;}

.con6_list1 li p{ font-size:16px; margin-top:16px;}

.con6_list2{ margin-top:25px;}

.con6_list2 li{ font-size:19px; padding:10px 0;}

.con6_list2 li img{ margin-right:13px; height:44px;}



.con7{ padding:86px 0 51px 0;}

.con7_list1{ padding-top:22px;}

.con7_list1 li{ margin-top:20px;}

.con7_list1 li img{ height:55px;}

.con7_list1 li .txt{ padding:25px 0;}

.con7_list1 li .txt em{ font-size:19px; margin-bottom:5px;}

.con7_list1 li .txt p{ font-size:16px;}

.con7_list2{ margin-top:34px;}

.con7_list2 li:after{ height:34px;}

.con7_list2 li span{ font-size:31px;}

.con7_list2 li p{ font-size:18px; margin-top:13px;}



.ai_shop1{ padding:77px 0;}

.ai_shop1c{ margin-top:60px;}

.ai_shop1c ul{ top:-21px; bottom:-21px;}

.ai_shop1c ul li{ font-size:24px; border-radius:13px; margin:17px 0;}

.ai_shop1c ul li img{ height:43px; margin-right:15px;}

.ai_shop2{ padding:77px 0 86px 0;}

.ai_shop2c{ border-radius:18px; padding:5px; margin-top:43px;}

.ai_shop2w{ border-radius:13px; padding:10px 0;}

.ai_shop2_list li .as_c{ margin:10px 0; border-radius:18px; padding:25px 0 5px 0;}

.ai_shop2_list li .txt span{ font-size:25px; margin-bottom:7px;}

.ai_shop2_list li .txt p{ font-size:17px;}

.ai_shop2_list li .txt p em{ margin-right:6px;}

.ai_shop2_list li .txt p font{ margin-right:6px;}

.ai_shop3{ padding:86px 0;}

.ai_shop3_list{ padding-top:21px;}

.ai_shop3_list li{ border-radius:18px; padding:30px 0 0 0;}

.ai_shop3_list li:nth-child(3n+2) .pic{ margin-top:21px;}

.ai_shop3_list li:nth-child(3n+3){ padding-bottom:13px;}

.ai_shop3_list li .txt em{ font-size:25px; margin-bottom:9px;}

.ai_shop3_list li .txt p{ font-size:16px;}

.ai_shop3_list li .pic{ margin-top:13px;}

.ai_shop4{ padding:81px 0 86px 0;}

.ai_shop4_list{ padding-top:20px;}

.ai_shop4_list li{ border-radius:13px;}



.no_shop1{ padding:77px 0 86px 0;}

.no_shop1_list{ padding-top:13px;}

.no_shop1_list li{ border-radius:18px;}

.no_shop1_list li em{ font-size:24px;}

.no_shop1_list li .pic{ margin-top:21px;}

.no_shop1_list li .txt{ font-size:15.5px; padding:18px 0 8px 0;}

.no_shop2{ padding:77px 0;}

.no_shop2_list{ padding-top:21px;}

.no_shop2_list li{ border-radius:18px;}

.no_shop2_list li .txt em{ font-size:20px; border-radius:18px 0; padding:0 25px;}

.no_shop2_list li .txtc{ font-size:20px; padding:0 25px; margin-top:9px;}

.no_shop2_list li .s_bg{ border-radius:15px;}

.no_shop2_list li .pic{ border-radius:15px;}

.no_shop3{ padding:86px 0 94px 0;}

.no_shop3_list{ padding-top:47px;}

.no_shop3_list li:after{ top:36px;}

.no_shop3_list li .icos{ height:129px;}

.no_shop3_list li .icos .ico11{ top:42px;}

.no_shop3_list li .txt{ margin-top:11px;}

.no_shop3_list li .txt em{ font-size:25px; margin-bottom:12px;}

.no_shop3_list li .txt p{ font-size:15.5px;}

.no_shop3_list li .pic{ margin-top:22px;}

.no_shop4{ padding:86px 0;}

.no_shop4_list{ padding-top:7px;}

.no_shop4_list li{ border-radius:18px;}

.no_shop4_list li .txt{ padding:19px 5% 30px 5%;}

.no_shop4_list li .txt em{ font-size:24px; margin-bottom:14px;}

.no_shop4_list li .txt p{ font-size:15.5px;}

.no_shop5{ padding:77px 0;}

.no_shop5c{ margin-top:47px;}

.no_shop6{ padding:64px 0 0 0;}

.no_shop6 .w{ border-radius:18px 18px 0 0; padding:43px 0 0 0;}

.no_shop6_list{ margin-top:-12px;}

.no_shop6_list li{ border-radius:13px 13px 0 0;}

.no_shop6_list li .t6{ font-size:20px; border-radius:0 0 13px 0; padding:0 21px;}

.no_shop6_list li .txt1{ font-size:17px;}

.no_shop6_list li .txt1 p{ padding-left:17px;}

.no_shop6_list li .txt1 p:before{ height:7px; width:7px; top:13px;}

.no_shop6_list li .txt2{ padding:3px 10% 24px 10%;}

.no_shop6_list li .txt2 p{ font-size:22px; margin-top:21px;}

.no_shop6_list li .txt2 p img{ margin-right:9px; height:28px;}

.no_shop6_list li .txt3{ padding:9px 0 24px 0;}

.no_shop6_list li .txt3 p{ font-size:20px; margin-top:14px; padding:0 9px;}

.no_shop6_list li .txt3 p font{ font-size:19px; padding-left:9px;}

.no_shop6_list li .txt3 p img{ height:20px;}

.no_shop7{ padding:81px 0;}

.no_shop7c{ margin-top:43px;}

.no_shop7_list li{ border-radius:13px;}

.no_shop7_list li .txt{ bottom:38px; border-radius:13px; padding:15px 5.555555555555556%;}

.no_shop7_list li .txt p{ font-size:15.5px;}

.no_shop7_list li .txt1 em{ font-size:20px;}

.no_shop7_list li .txt1 em img{ margin-right:13px; height:36px; width:36px;}

.no_shop7_list li .txt2{ padding-top:10px;}

.no_shop7_list li .txt2 dd em{ font-size:24px;}

.no_shop7 .com_but{ margin-top:30px;}

.no_shop7 .swiper-button-prev,.no_shop7 .swiper-button-next{ width:39px; height:39px; margin:0 0 0 14px;}

.no_shop7 .swiper-button-prev:after,.no_shop7 .swiper-button-next:after{ font-size:17px;}



.no_warehouse1{ padding:77px 0 94px 0;}

.no_warehouse1_list{ padding-top:11px;}

.no_warehouse1_list li{ border-radius:18px; padding:28px 0 34px 0;}

.no_warehouse1_list li img{ height:77px;}

.no_warehouse1_list li p{ font-size:24px; margin-top:14px;}

.no_warehouse2{ padding:55px 0 77px 0;}

.no_warehouse2_pic{ margin-top:24px;}

.no_warehouse3{ padding:86px 0 81px 0;}

.no_warehouse3_list{ padding-top:21px;}

.no_warehouse3_list li{ border-radius:13px;}

.no_warehouse3_list li em{ font-size:20px; border-radius:13px 0 0 0; padding-left:9px;}

.no_warehouse3_list li em i{ margin:0 10px 0 9px; height:16px;}

.no_warehouse3_list li:last-child em{ border-radius:13px 13px 0 0;}

.no_warehouse3_list li .txt{ margin:14px 0 15px 0;}

.no_warehouse3_list li .txt img{ height:56px;}

.no_warehouse3_list li .txt p{ font-size:15.5px; margin-top:13px;}



.cooper1{ padding:65px 0 81px 0;}

.cooper1_list{ padding-top:17px;}

.cooper1_list li{ border-radius:18px;}

.cooper1_list li .txt{ padding:30px 0;}

.cooper1_list li .txt em{ font-size:24px; margin-bottom:13px;}

.cooper1_list li .txt p{ font-size:19px; margin-top:5px;}

.cooper2{ padding:73px 0 81px 0;}

.cooper2_list{ margin-top:21px;}

.cooper2_list li{ font-size:25px; min-height:118px;}

.cooper2_list li em{ width:130px;}

.cooper2_list li:last-child a{ padding:0 25px; font-size:20px;}

.cooper2_list li:last-child img{ height:calc(100% + 15px);}

.cooper3{ padding:73px 0;}

.cooper3_list li{ border-radius:18px;}

.cooper3_list li .txt{ margin:27px 0 15px 0;}

.cooper3_list li .txt h3{ font-size:25px;}

.cooper3_list li .txt h3 img{ height:32px; margin-right:15px;}

.cooper3_list li .txt p{ font-size:17px; margin-top:10px;}



.down_bg{ padding:163px 0 108px 0;}

.d_tit1 span{ font-size:43px;}

.d_tit1 em{ font-size:25px; margin-top:25px;}

.d_tit1 p{ font-size:17px; margin-top:9px;}

.down_tabc{ margin-top:38px;}

.down_tab{ padding:6px;}

.down_tab a{ font-size:15.5px; padding:0 17px;}

.downc{ margin-top:77px;}

.d_tit2{ font-size:25px;}

.down_lf1_c{ margin-top:34px;}

.down_lf1_c li{ border-radius:25px;}

.down_lf1_c li p{ font-size:15.5px; margin-top:8px;}

.down_lf1_c li:nth-child(1).hover p{ margin-top:20px;}



.abcon{ padding:65px 0 73px 0;}

.ab1 .txt{ font-size:17px; margin-top:13px;}

.ab1 .pic{ border-radius:13px; margin-top:-13px;}

.ab2{ padding-top:17px;}

.ab2 li{ padding:31px 0 29px 0;}

.ab2 li img{ height:73px;}

.ab2 li p{ font-size:20px; margin-top:13px;}



.footer{  font-size:15px;}

.f_nav{ padding:86px 0 25px 0;}

.f_nav span{ font-size:20px;}

.ico0_list{ padding:13px 0 0 0;}

.ico0_list dd{ width:36px; height:36px; margin:9px 14px 0 0;}

.ico0_list dd i{ width:150px; border-radius:17px; padding:13px 0 9px 0;}

.f_nav li .txt{ margin-top:14px;}

.f_nav li .txt2{ margin-top:10px;}

.f_nav li .txt1{ font-size:17px; margin-top:16px;}

.f_nav li .ewm{ margin-top:18px;}

.f_nav li .ewm p{ margin-top:12px;}

.foot{ padding:21px 0;}

.con3_list li.hover,.con4_rt li.hover,.ai_shop1c ul li.hover,.ai_shop3_list li.hover,.no_shop1_list li.hover,.no_shop2_list li.hover,.no_shop4_list li.hover,.no_warehouse1_list li.hover,.cooper1_list li.hover,.cooper2_list li.hover,.cooper3_list li.hover,.ab2 li.hover{ transform:translateY(-17px);}

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

.head-fixed{ height:70px;}

.nav .plebans{ font-size:14px; line-height:70px;}

.goutp p{ font-size:14px;}

.hrt{ font-size:14px;}

.hrt span a{ min-width:auto;}

.dropdown em{ height:76px; font-size:14px;}

.dropdown p{ width:180px; max-height:219px; font-size:13px;}



.banner .swiper-slide .w{ top:70px;}

.banner .swiper-slide .clear span{ font-size:40px;}

.banner .swiper-slide .clear p{ font-size:36px; margin-top:9px;}

.banner .swiper-slide .clear p.p1{ font-size:30px; margin-top:20px;}

.banner .swiper-slide .clear i{ margin-top:25px;}

.banner .swiper-slide .clear a{ font-size:16px; padding:0 20px;}

.banner .swiper-slide .clear a img{ width:12px;}



.titc{ font-size:30px;}



.con1_list li{ padding-left:5%;}

.con1_list li.line{ margin:15px 0;}

.con1_list li img{ height:42px; left:-2%;}

.con1_list li .txt em{ font-size:20px;}

.con1_list li .txt p{ font-size:13px; margin-top:5px;}



.con2_list li .li_txt{ border-radius:20px;}

.con2_list li .txt em{ font-size:19px; padding:0 22px; border-radius:20px 0;}

.con2_list li .txtc{ font-size:22px; padding:0 22px; margin-top:19px;}

.con2_list li .txtc p{ padding-left:20px;}

.con2_list li .txtc p:before{ width:6px; height:6px; top:14px;}



.con3_list li{ margin-top:20px; border-radius:15px;}

.con3_list li p{ font-size:20px; padding:18px 0;}



.con4_lf .pic{ border-radius:15px;}

.con4_rt{ margin-top:-21px;}

.con4_rt li{ font-size:20px; border-radius:18px; margin:21px 0 0 15px; width:calc(33.33333333333333% - 15px);}

.con4_rt li em{ width:50px; height:50px; margin-right:15px;}

.con4_rt li:last-child a{ padding:0 18px; font-size:16px;}

.con4_rt li:last-child img{ right:10px; height:calc(100% + 12px);}



.con5_0 .bd ul{ padding:15px 0!important;}

.con5_0 .bd ul li{ margin:0 15px 0 0; width:calc(20% - 15px);}



.tit6{ font-size:20px; margin-top:20px;}

.con6_list1{ margin-top:20px; padding-bottom:40px;}

.con6_list1 li p{ font-size:14px; margin-top:16px;}

.con6_list2{ margin-top:20px;}

.con6_list2 li{ font-size:16px; padding:10px 0;}

.con6_list2 li img{ margin-right:10px; height:38px;}



.con7_list1 li{ margin-top:20px; padding-left:6%;}

.con7_list1 li img{ height:46px; left:3.5%;}

.con7_list1 li .txt{ padding:15px 0;}

.con7_list1 li .txt em{ font-size:17px; margin-bottom:5px;}

.con7_list1 li .txt p{ font-size:14px;}

.con7_list2{ margin-top:30px;}

.con7_list2 li:after{ height:30px;}

.con7_list2 li span{ font-size:28px;}

.con7_list2 li p{ font-size:16px; margin-top:10px;}



.ai_shop1c ul li{ font-size:20px;}

.ai_shop1c ul li img{ height:39px;}

.ai_shop2_list li .txt span{ font-size:21px;}

.ai_shop2_list li .txt p{ font-size:14px;}

.ai_shop3_list li .txt em{ font-size:21px;}

.ai_shop3_list li .txt p{ font-size:13px;}



.no_shop1_list li em{ font-size:21px;}

.no_shop1_list li .txt{ font-size:13px; margin:0 -5px;}

.no_shop2_list li .txt em{ font-size:17px; padding:0 20px;}

.no_shop2_list li .txtc{ font-size:17px; padding:0 20px;}

.no_shop3_list li:after{ top:30px;}

.no_shop3_list li .icos{ height:109px;}

.no_shop3_list li .icos .ico11{ top:35px;}

.no_shop3_list li .txt em{ font-size:21px;}

.no_shop3_list li .txt p{ font-size:13px;}

.no_shop4_list li .txt em{ font-size:20px;}

.no_shop4_list li .txt p{ font-size:12.5px;}

.no_shop6_list li .t6{ font-size:17px; border-radius:0 0 13px 0; padding:0 21px;}

.no_shop6_list li .txt1{ font-size:14px;}

.no_shop6_list li .txt1 p{ padding-left:12px;}

.no_shop6_list li .txt1 p:before{ height:5px; width:5px; top:11px;}

.no_shop6_list li .txt2{ padding:3px 10% 20px 10%;}

.no_shop6_list li .txt2 p{ font-size:19px; margin-top:17px;}

.no_shop6_list li .txt2 p img{ margin-right:8px; height:24px;}

.no_shop6_list li .txt3{ padding:9px 0 20px 0;}

.no_shop6_list li .txt3 p{ font-size:17px; margin-top:14px; padding:0 9px;}

.no_shop6_list li .txt3 p font{ font-size:16px; padding-left:9px;}

.no_shop6_list li .txt3 p img{ height:17px;}

.no_shop7_list li .txt{ bottom:38px;}

.no_shop7_list li .txt p{ font-size:13px;}

.no_shop7_list li .txt1 em{ font-size:17px;}

.no_shop7_list li .txt1 em img{ margin-right:10px; height:32px; width:32px;}

.no_shop7_list li .txt2{ padding-top:10px;}

.no_shop7_list li .txt2 dd em{ font-size:20px;}

.no_shop7 .com_but{ margin-top:30px;}

.no_shop7 .swiper-button-prev,.no_shop7 .swiper-button-next{ width:39px; height:39px; margin:0 0 0 14px;}

.no_shop7 .swiper-button-prev:after,.no_shop7 .swiper-button-next:after{ font-size:17px;}



.no_warehouse1_list li img{ height:70px;}

.no_warehouse1_list li p{ font-size:20px;}

.no_warehouse3_list li em{ font-size:17px;}

.no_warehouse3_list li .txt img{ height:50px;}

.no_warehouse3_list li .txt p{ font-size:13px; margin-top:10px;}



.cooper1_list li .txt em{ font-size:20px;}

.cooper1_list li .txt p{ font-size:16px;}

.cooper2_list li{ font-size:21px; min-height:98px;}

.cooper2_list li em{ width:100px;}

.cooper2_list li:last-child a{ font-size:17px;}

.cooper3_list li .txt h3{ font-size:21px;}

.cooper3_list li .txt h3 img{ height:28px;}

.cooper3_list li .txt p{ font-size:13.5px;}



.d_tit1 span{ font-size:36px;}

.d_tit1 em{ font-size:21px; margin-top:20px;}

.d_tit1 p{ font-size:13.5px;}

.down_tabc{ margin-top:38px;}

.down_tab{ padding:5px;}

.down_tab a{ font-size:13px; padding:0 15px;}

.downc{ margin-top:60px;}

.d_tit2{ font-size:21px;}

.down_lf1_c{ margin-top:30px;}

.down_lf1_c li{ border-radius:25px;}

.down_lf1_c li p{ font-size:13px;}



.ab1 .txt{ font-size:14px;}

.ab2 li img{ height:65px;}

.ab2 li p{ font-size:17px;}



.footer{  font-size:14px;}

.f_nav span{ font-size:18px;}

.f_nav li .txt1{ font-size:14px;}

.con3_list li.hover,.con4_rt li.hover,.ai_shop1c ul li.hover,.ai_shop3_list li.hover,.no_shop1_list li.hover,.no_shop2_list li.hover,.no_shop4_list li.hover,.no_warehouse1_list li.hover,.cooper1_list li.hover,.cooper2_list li.hover,.cooper3_list li.hover,.ab2 li.hover{ transform:translateY(-15px);}

}



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

}



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

}



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

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

.w{ width:92%;}

.head{ height:55px;}

.head-fixed{ height:55px; box-shadow:0 0 5px 0 rgba(0,0,0,.1); -webkit-transform:none!important; transform:none!important;}

.logo{ width:auto; height:55px;}

.logo img{width:35%; }

.sanh{ display:block;}

.nav{ width:100%; position: fixed; left: -100%; height:100%; top:0; z-index: 10; padding:0; display:block; background:none; padding:0;}

.nav_bg{ display:block; position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,.5); z-index:1;}

.nav .w{ width:100%;}

.nav ul{ width:70%!important; background:#161a21; position:absolute; top:0; left:0; bottom:0; right:inherit; display:block; z-index:2;}

.nav .plebans{ font-size:15px; width:100%; padding-left:20px; height:auto; line-height:50px!important; text-align:left; position:relative;}

.nav .plebans a{ display:inline-block; padding:0!important; color:#ccd1d9!important; font-weight:500;}

.nav li .plebans:after{ display:none;}

.nav li{ width:100%; border-bottom:1px solid rgba(0,0,0,.05); height:auto; padding:0;}

.nav li .jd{ position:absolute; display:block; top:50%; margin-top:-6.5px; right:8%; width:7.5px; height:13px; display:block; background:url(../images/arrow4.svg) no-repeat center; background-size:100%; transition:transform 0.5s; z-index:-1; transform:rotate(90deg); z-index:2;}

.nav li.hover .jd{ background-image:url(../images/arrow4.svg);}

.nav li.on .plebans a,.nav li.cur .plebans a{ background:none; color:#6f9bff!important;}

.goutp{ position:static; box-shadow:none; border-top:none; width:100%!important; transform:none!important; background:none;}

.goutp p{ font-size:14px; border-top:1px solid rgba(0,0,0,.05);}

.goutp p a{ padding-left:25px; text-align:left;}

.hrt{ right:30px; font-size:12px; line-height:28px;}

.hrt a{ margin-right:5px; min-width:inherit; padding:0 10px;}

.dropdown em{ height:55px; font-size:12px;}

.dropdown p{ width:160px; font-size:12px; display:none; height:auto; max-height:202px; opacity:1;}



.banner .swiper-slide .w{ top:0;}

.banner .swiper-slide .clear span{ font-size:24px;}

.banner .swiper-slide .clear p{ font-size:20px; margin-top:5px;}

.banner .swiper-slide .clear p.p1{ font-size:16px; margin-top:5px;}

.banner .swiper-slide .clear i{ margin-top:10px;}

.banner .swiper-slide .clear a{ font-size:16px; line-height:2; padding:0 15px;}

.banner .swiper-slide .clear a img{ width:14px; margin-left:5px;}



.titc{ font-size:18px;}



.con1{ padding:30px 0 25px 0;}

.con1_list li img{ height:35px; left:.5%;}

.con1_list li .txt em{ font-size:15px;}

.con1_list li .txt p{ font-size:12px; margin-top:2px;}



.con2{ padding:50px 0;}

.con2_list{ margin-top:10px;}

.con2_list li .li_txt{ border-radius:10px; margin-top:12px;}

.con2_list li .txt em{ font-size:14px; padding:0 15px; border-radius:10px 0;}

.con2_list li .txtc{ font-size:14px; padding:0 15px; margin-top:12px;}

.con2_list li .txtc p{ padding-left:20px;}

.con2_list li .txtc p:before{ width:5px; height:5px; top:9.5px;}



.con3{ padding:50px 0;}

.con3_list{ margin-top:20px;}

.con3_list li p{ font-size:14px; padding:12px 0;}



.con4{ padding:50px 0}

.con4c{ margin-top:25px;}

.con4_lf .pic{ border-radius:10px;}

.con4_rt{ justify-content:space-between;}

.con4_rt li{ font-size:14px; border-radius:10px; margin:2.5% 0 0 0; width:31.66666666666667%; padding:3% 0 3% 2.5%;}

.con4_rt li em{ width:30px; height:30px; margin-right:5px;}

.con4_rt li:last-child a{ padding:0 10px; font-size:12px;}

.con4_rt li:last-child img{ right:0; height:calc(100% + 5px);}



.con5{ padding:50px 0;}

.con5_1{ margin-top:20px;}

.con5_0 .bd ul{ padding:5px 0!important;}

.con5_0 .bd ul li{ margin:0 10px 0 0; width:calc(20% - 10px);}



.con6{ padding:50px 0;}

.con6c{ margin-top:20px;}

.tit6{ font-size:14px; margin-top:15px;}

.con6_list1{ margin-top:15px; padding-bottom:15px;}

.con6_list1 li{ width:48%;}

.con6_list1 li p{ font-size:12px; margin-top:10px;}

.con6_list2{ margin-top:15px;}

.con6_list2 li{ font-size:13px; width:48%; padding:11px 0;}

.con6_list2 li img{ margin-right:10px; height:25px;}



.con7{ padding:50px 0;}

.con7_list1{ padding-top:10px;}

.con7_list1 li{ padding:4% 0; text-align:center;}

.con7_list1 li img{ height:32x; position:static; margin:0 auto; transform:none;}

.con7_list1 li .txt{ padding:10px 0 0 0;}

.con7_list1 li .txt em{ font-size:15px; margin-bottom:5px;}

.con7_list1 li .txt p{ font-size:12px;}

.con7_list2{ margin-top:10px;}

.con7_list2 li{ margin-top:15px;}

.con7_list2 li:after{ height:20px;}

.con7_list2 li span{ font-size:16px;}

.con7_list2 li p{ font-size:13px; margin-top:15px;}



.ai_shop1{ padding:50px 0;}

.ai_shop1c{ margin-top:30px;}

.ai_shop1c ul li{ font-size:13px; width:18%; border-radius:10px; margin:10px 0 0 0; padding:10px 0;}

.ai_shop1c ul li img{ height:25px; margin-right:8px;}

.ai_shop1c ul li:nth-child(2n+1){ margin-right:55%;}

.ai_shop2{ padding:50px 0;}

.ai_shop2c{ border-radius:10px; padding:5px; margin-top:20px;}

.ai_shop2w{ border-radius:10px; padding:0 0 3% 0;}

.ai_shop2_list li .as_c{ margin:10px 0 0 0; border-radius:10px; padding:10px 0 5px 0;}

.ai_shop2_list li .txt span{ font-size:14px;}

.ai_shop2_list li .txt p{ font-size:12px;}

.ai_shop3{ padding:50px 0;}

.ai_shop3_list{ padding-top:0;}

.ai_shop3_list li{ border-radius:10px; padding:15px 0 0 0;}

.ai_shop3_list li:nth-child(3n+2) .pic{ margin-top:20px;}

.ai_shop3_list li:nth-child(3n+2),.ai_shop3_list li:nth-child(3n+3){ padding-bottom:15px;}

.ai_shop3_list li .txt{ padding:0 5%;}

.ai_shop3_list li .txt em{ font-size:15px; margin-bottom:5px;}

.ai_shop3_list li .txt p{ font-size:12.5px;}

.ai_shop3_list li .pic{ margin-top:15px;}

.ai_shop4{ padding:50px 0;}

.ai_shop4_list{ padding-top:24px;}

.ai_shop4_list li{ border-radius:10px;}



.no_shop1{ padding:50px 0;}

.no_shop1_list{ padding-top:5px;}

.no_shop1_list li{ border-radius:10px; padding:3%;}

.no_shop1_list li em{ font-size:14px;}

.no_shop1_list li .pic{ margin-top:10px;}

.no_shop1_list li .txt{ font-size:12px; padding:10px 0 0 0; margin:0;}

.no_shop2{ padding:50px 0;}

.no_shop2_list{ padding-top:25px;}

.no_shop2_list li{ border-width:2px; border-radius:10px;margin-top:2.5%;}

.no_shop2_list li .txt{ left:-2px; top:-2px}

.no_shop2_list li .txt em{ font-size:14px; border-radius:10px 0; padding:0 10px;}

.no_shop2_list li .txtc{ font-size:12.5px; padding:0 10px; margin-top:5px;}

.no_shop2_list li .s_bg{ border-radius:8px;}

.no_shop2_list li .pic{ border-radius:8px;}

.no_shop3{ padding:50px 0;}

.no_shop3_list{ padding-top:5px;}

.no_shop3_list li:after{ left:75%; width:52%; top:25px;}

.no_shop3_list li .icos{ height:90px;}

.no_shop3_list li .icos .ico11{ top:30px;}

.no_shop3_list li .txt{ margin-top:8px;}

.no_shop3_list li .txt em{ font-size:14px; margin-bottom:8px;}

.no_shop3_list li .txt p{ font-size:12px;}

.no_shop3_list li .pic{ margin-top:12px;}

.no_shop4{ padding:50px 0;}

.no_shop4_list{ width:102.5%; padding-top:8px;}

.no_shop4_list li{ border-radius:10px; margin:2.5% 2.5% 0 0; width:47.5%;}

.no_shop4_list li .txt{ padding:10px 5% 15px 5%;}

.no_shop4_list li .txt em{ font-size:14px; margin-bottom:5px;}

.no_shop4_list li .txt p{ font-size:12px;}

.no_shop5{ padding:50px 0;}

.no_shop5c{ margin-top:25px;}

.no_shop6{ padding:35px 0 0 0;}

.no_shop6 .w{ border-radius:10px 10px 0 0; padding:30px 0 0 0;}

.no_shop6 .titc{ padding:0; text-align:center;}

.no_shop6_list{ margin-top:0;}

.no_shop6_list li{ margin:10px 0 0 3.928571428571429%; border-radius:10px 10px 0 0;}

.no_shop6_list li .t6{ font-size:14px; border-radius:0 0 10px 0; padding:0 10px;}

.no_shop6_list li .txt1{ font-size:13px; padding:8px 0 8px 19%;}

.no_shop6_list li .txt1 p{ padding-left:12px;}

.no_shop6_list li .txt1 p:before{ height:4px; width:4px; top:10px;}

.no_shop6_list li .txt2{ padding:3px 10% 20px 10%;}

.no_shop6_list li .txt2 p{ border-width:1px; font-size:14px; margin-top:15px; padding:5px 0 5px 7.8%;}

.no_shop6_list li .txt2 p img{ margin-right:8px; height:24px;}

.no_shop6_list li .txt3{ padding:10px 0 20px 0;}

.no_shop6_list li .txt3 p{ font-size:13px; margin-top:10px; padding:0 20px;}

.no_shop6_list li .txt3 p font{ font-size:13px; padding-left:10px;}

.no_shop6_list li .txt3 p img{ height:16px;}

.no_shop7{ padding:50px 0;}

.no_shop7c{ margin-top:20px;}

.no_shop7_list li{ border-radius:10px;}

.no_shop7_list li .txt{ bottom:25px; border-radius:10px; padding:10px 5.555555555555556%;}

.no_shop7_list li .txt p{ font-size:12px;}

.no_shop7_list li .txt1 em{ font-size:14px;}

.no_shop7_list li .txt1 em img{ margin-right:10px; height:30px; width:30px;}

.no_shop7_list li .txt2{ padding-top:10px;}

.no_shop7_list li .txt2 dd em{ font-size:14px;}

.no_shop7 .com_but{ margin-top:20px;}

.no_shop7 .swiper-button-prev,.no_shop7 .swiper-button-next{ width:28px; height:28px; margin:0 0 0 10px;}

.no_shop7 .swiper-button-prev:after,.no_shop7 .swiper-button-next:after{ font-size:13px;}



.no_warehouse1{ padding:50px 0;}

.no_warehouse1_list{ padding-top:6px;}

.no_warehouse1_list li{ border-radius:10px; padding:15px 0 20px 0;}

.no_warehouse1_list li img{ height:45px;}

.no_warehouse1_list li p{ font-size:14px; margin-top:8px;}

.no_warehouse2{ padding:50px 0;}

.no_warehouse2_pic{ margin-top:15px;}

.no_warehouse3{ padding:50px 0;}

.no_warehouse3_list{ width:102%; padding-top:25px;}

.no_warehouse3_list li{ border-radius:10px; margin:2% 2% 0 0; width:31.333333%;}

.no_warehouse3_list li em{ font-size:14px; border-radius:10px 0 0 0;}

.no_warehouse3_list li em i{ margin:0 5px; height:15px;}

.no_warehouse3_list li:last-child em{ border-radius:10px 10px 0 0;}

.no_warehouse3_list li .txt{ margin:10px 0;}

.no_warehouse3_list li .txt img{ height:35px;}

.no_warehouse3_list li .txt p{ font-size:12px; margin-top:5px;}



.cooper1{ padding:50px 0;}

.cooper1_list{ padding-top:20px;}

.cooper1_list li{ border-radius:10px; padding:5% 3% 0 3%; text-align:center;}

.cooper1_list li .pic{ width:100%; position:static; transform:none;}

.cooper1_list li .pic img{ width:30%;}

.cooper1_list li .txt{ padding:15px 0;}

.cooper1_list li .txt em{ font-size:15px; margin-bottom:8px;}

.cooper1_list li .txt p{ font-size:12.5px; margin-top:6px;}

.cooper2{ padding:50px 0;}

.cooper2_list{ margin-top:5px;}

.cooper2_list li{ font-size:14px; padding-left:2%; min-height:48px;}

.cooper2_list li em{ width:50px;}

.cooper2_list li:last-child{ padding-left:5%;}

.cooper2_list li:last-child a{ padding:0 15px; font-size:12px;}

.cooper2_list li:last-child img{ right:5%; height:calc(100% + 5px);}

.cooper3{ padding:50px 0;}

.cooper3_list{ padding-top:5px;}

.cooper3_list li{ border-radius:10px;}

.cooper3_list li .txt{ margin:15px 0 8px 0;}

.cooper3_list li .txt h3{ font-size:14px;}

.cooper3_list li .txt h3 img{ height:20px; margin-right:8px;}

.cooper3_list li .txt p{ font-size:12px; margin-top:5px;}



.down_bg{ padding:50px 0;}

.d_tit1 span{ font-size:18px;}

.d_tit1 em{ font-size:14px; margin-top:12px;}

.d_tit1 p{ font-size:12px; margin-top:5px;}

.down_tabc{ margin-top:25px;}

.down_tab{ padding:2px;}

.down_tab a{ font-size:12.5px;}

.downc{ margin-top:40px;}

.down_lf1{ width:100%;}

.d_tit2{ font-size:15px;}

.down_lf1_c{ width:100%; margin-top:15px;}

.down_lf1_c li{ border-radius:10px; width:48%;}

.down_lf1_c li:nth-child(3){margin-top:10px;}

.down_lf1 ul.comflex{justify-content: space-between;}
.down_lf1_c li{ margin-right:0}

.down_lf1_c li p{ font-size:12px; margin-top:5px;}

.down_lf1_c li img{ max-width:80%;}

.down_lf1_c li:nth-child(1).hover p{ margin-top:10px;}

.down_rt1{ width:100%; margin-top:15px; padding:2.5%;}



.abcon{ padding:50px 0;}

.ab1 .txt{ width:100%; font-size:12px; margin-top:10px;}

.ab1 .pic{ width:100%; border-radius:10px; margin-top:15px;}

.ab2{ padding-top:20px;}

.ab2 li{ padding:15px 0;}

.ab2 li img{ height:45px;}

.ab2 li p{ font-size:13px; margin-top:8px;}



.footer{  font-size:12px;}

.f_nav{ padding:30px 0 10px 0;}

.f_nav span{ font-size:15px;}

.f_nav li{ width:100%!important; margin-top:15px;}

.f_nav li .txt{ margin-top:5px;}

.f_nav li .txt2{ margin-top:5px; display:flex; flex-wrap:wrap; margin-right:-8px;}

.f_nav li .txt2 p{ margin-right:8px;}

.f_nav li .txt1{ font-size:12px; margin-top:5px;}

.f_nav li .ewm{ width:90%; margin:10px auto 0 auto;}

.f_nav li .ewm dd{ width:45%;}

.f_nav li .ewm p{ margin-top:5px;}

.foot{ padding:10px 0 25px 0;}

.ico0_list{ justify-content:center;}

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

.banner .swiper-slide .w{ top:0;}

.banner .swiper-slide .clear span{ font-size:18px;}

.banner .swiper-slide .clear p{ font-size:13px; margin-top:5px;}

.banner .swiper-slide .clear p.p1{ font-size:12px; margin-top:5px;}

.banner .swiper-slide .clear i{ margin-top:10px;}

.banner .swiper-slide .clear a{ font-size:13px; line-height:2; padding:0 15px;}

.banner .swiper-slide .clear a img{ width:10px; margin-left:5px;}



.titc{ font-size:15px;}



.con1{ padding:30px 0 25px 0;}

.con1_list li{ width:100%; padding-left:15%;}

.con1_list li.line{ margin:10px 0; width:100%; height:1px;}

.con1_list li img{ height:35px;}

.con1_list li .txt em{ font-size:15px;}

.con1_list li .txt p{ font-size:12px; margin-top:2px;}



.con2{ padding:50px 0;}

.con2_list{ margin-top:10px;}

.con2_list li{ width:100%;}

.con2_list li .li_txt{ border-radius:10px; margin-top:12px;}

.con2_list li .txt em{ font-size:14px; padding:0 15px; border-radius:10px 0;}

.con2_list li .txtc{ font-size:14px; padding:0 15px; margin-top:12px;}

.con2_list li .txtc p{ padding-left:20px;}

.con2_list li .txtc p:before{ width:5px; height:5px; top:9.5px;}



.con3{ padding:50px 0;}

.con3_list{ width:102.5%; margin-top:20px;}

.con3_list li{ margin:2.5% 2.5% 0 0; width:47.5%; border-radius:10px;}

.con3_list li p{ font-size:14px; padding:12px 0;}



.con4{ padding:50px 0}

.con4c{ margin-top:25px;}

.con4_lf{ width:100%;}

.con4_lf .pic{ border-radius:10px;}

.con4_rt{ width:100%; margin-top:0; justify-content:space-between;}

.con4_rt li{ font-size:14px; border-radius:10px; margin:2.5% 0 0 0; width:31.66666666666667%; padding:3% 0 3% 2.5%;}

.con4_rt li em{ width:30px; height:30px; margin-right:5px;}

.con4_rt li:last-child a{ padding:0 10px; font-size:12px;}

.con4_rt li:last-child img{ right:0; height:calc(100% + 5px);}



.con5{ padding:50px 0;}

.con5_1{ margin-top:20px;}

.con5_0 .bd ul{ padding:5px 0!important;}

.con5_0 .bd ul li{ margin:0 10px 0 0; width:calc(33.3333% - 10px);}



.con6{ padding:50px 0;}

.con6c{ margin-top:20px;}

.con6_lf{ width:100%;}

.con6_rt{ width:100%; padding-top:15px;}

.tit6{ font-size:14px; margin-top:15px;}

.con6_list1{ margin-top:15px; padding-bottom:15px;}

.con6_list1 li{ width:48%;}

.con6_list1 li p{ font-size:12px; margin-top:10px;}

.con6_list2{ margin-top:15px;}

.con6_list2 li{ font-size:13px; width:48%; padding:11px 0;}

.con6_list2 li img{ margin-right:10px; height:25px;}



.con7{ padding:50px 0;}

.con7_list1{ width:102.5%; padding-top:10px;}

.con7_list1 li{ margin:2.5% 2.5% 0 0; width:47.5%; padding:4% 0; text-align:center;}

.con7_list1 li img{ height:32x; position:static; margin:0 auto; transform:none;}

.con7_list1 li .txt{ padding:10px 0 0 0;}

.con7_list1 li .txt em{ font-size:15px; margin-bottom:5px;}

.con7_list1 li .txt p{ font-size:12px;}

.con7_list2{ margin-top:10px;}

.con7_list2 li{ width:50%; margin-top:15px;}

.con7_list2 li:after{ height:20px;}

.con7_list2 li:nth-child(2n):after{ display:none;}

.con7_list2 li span{ font-size:16px;}

.con7_list2 li p{ font-size:13px; margin-top:15px;}



.ai_shop1{ padding:50px 0;}

.ai_shop1c{ margin-top:30px;}

.ai_shop1c .pic{ width:60.07142857142857%;}

.ai_shop1c ul{ position:static; padding:6px 0 0 0;}

.ai_shop1c ul li{ font-size:13px; width:48%; border-radius:10px; margin:10px 0 0 0; padding:10px 0;}

.ai_shop1c ul li img{ height:25px; margin-right:8px;}

.ai_shop1c ul li:nth-child(2n+1){ margin-right:0;}

.ai_shop2{ padding:50px 0;}

.ai_shop2c{ border-radius:10px; padding:5px; margin-top:20px;}

.ai_shop2w{ border-radius:10px; padding:0 0 3% 0;}

.ai_shop2_list li{ width:100%; margin-left:0; padding:0 3%;}

.ai_shop2_list li .as_c{ margin:10px 0 0 0; border-radius:10px; padding:10px 0 5px 0;}

.ai_shop2_list li .txt span{ font-size:14px;}

.ai_shop2_list li .txt p{ font-size:12.5px;}

.ai_shop3{ padding:50px 0;}

.ai_shop3_list{ padding-top:0;}

.ai_shop3_list li{ border-radius:10px; width:100%; padding:15px 0 0 0;}

.ai_shop3_list li:nth-child(3n+2) .pic{ margin-top:20px;}

.ai_shop3_list li:nth-child(3n+2),.ai_shop3_list li:nth-child(3n+3){ padding-bottom:15px;}

.ai_shop3_list li .txt{ padding:0 5%;}

.ai_shop3_list li .txt em{ font-size:15px; margin-bottom:5px;}

.ai_shop3_list li .txt p{ font-size:12.5px;}

.ai_shop3_list li .pic{ margin-top:15px;}

.ai_shop4{ padding:50px 0;}

.ai_shop4_list{ width:102.5%; padding-top:24px;}

.ai_shop4_list li{ margin:2.5% 2.5% 0 0; width:47.5%; border-radius:10px;}



.no_shop1{ padding:50px 0;}

.no_shop1_list{ width:101.714285714285714%; padding-top:5px;}

.no_shop1_list li{ border-radius:10px; margin:2.5% 2.5% 0 0; width:47.5%; padding:3%;}

.no_shop1_list li em{ font-size:14px;}

.no_shop1_list li .pic{ margin-top:10px;}

.no_shop1_list li .txt{ font-size:12px; padding:10px 0 0 0; margin:0;}

.no_shop2{ padding:50px 0;}

.no_shop2_list{ padding-top:25px;}

.no_shop2_list li{ border-width:2px; border-radius:10px; width:100%; margin-top:2.5%;}

.no_shop2_list li .txt{ left:-2px; top:-2px}

.no_shop2_list li .txt em{ font-size:14px; border-radius:10px 0; padding:0 10px;}

.no_shop2_list li .txtc{ font-size:12.5px; padding:0 10px; margin-top:5px;}

.no_shop2_list li .s_bg{ border-radius:8px;}

.no_shop2_list li .pic{ border-radius:8px;}

.no_shop3{ padding:50px 0;}

.no_shop3_list{ width:102.5%; padding-top:5px;}

.no_shop3_list li{ margin:15px 2.5% 0 0; width:47.5%;}

.no_shop3_list li:after{ left:75%; width:52%; top:25px;}

.no_shop3_list li:nth-child(2n):after{ display:none;}

.no_shop3_list li .icos{ height:90px;}

.no_shop3_list li .icos .ico11{ top:30px;}

.no_shop3_list li .txt{ margin-top:8px;}

.no_shop3_list li .txt em{ font-size:14px; margin-bottom:8px;}

.no_shop3_list li .txt p{ font-size:12px;}

.no_shop3_list li .pic{ margin-top:12px;}

.no_shop4{ padding:50px 0;}

.no_shop4_list{ width:102.5%; padding-top:8px;}

.no_shop4_list li{ border-radius:10px; margin:2.5% 2.5% 0 0; width:47.5%;}

.no_shop4_list li .txt{ padding:10px 5% 15px 5%;}

.no_shop4_list li .txt em{ font-size:14px; margin-bottom:5px;}

.no_shop4_list li .txt p{ font-size:12px;}

.no_shop5{ padding:50px 0;}

.no_shop5c{ margin-top:25px;}

.no_shop6{ padding:35px 0 0 0;}

.no_shop6 .w{ border-radius:10px 10px 0 0; padding:30px 0 0 0;}

.no_shop6 .titc{ padding:0; text-align:center;}

.no_shop6_list{ margin-top:0; padding:0 3%; display:flex; flex-wrap:wrap;}

.no_shop6_list li{ width:100%; margin:10px 0 0 0; border-radius:10px 10px 0 0;}

.no_shop6_list li .t6{ font-size:14px; border-radius:0 0 10px 0; padding:0 10px;}

.no_shop6_list li .txt1{ font-size:13px; padding:8px 0 8px 19%;}

.no_shop6_list li .txt1 p{ padding-left:12px;}

.no_shop6_list li .txt1 p:before{ height:4px; width:4px; top:10px;}

.no_shop6_list li .txt2{ padding:3px 10% 20px 10%;}

.no_shop6_list li .txt2 p{ border-width:1px; font-size:14px; margin-top:15px; padding:5px 0 5px 7.8%;}

.no_shop6_list li .txt2 p img{ margin-right:8px; height:24px;}

.no_shop6_list li .txt3{ padding:10px 0 20px 0;}

.no_shop6_list li .txt3 p{ font-size:13px; margin-top:10px; padding:0 20px;}

.no_shop6_list li .txt3 p font{ font-size:13px; padding-left:10px;}

.no_shop6_list li .txt3 p img{ height:16px;}

.no_shop7{ padding:50px 0;}

.no_shop7c{ margin-top:20px;}

.no_shop7_list li{ border-radius:10px;}

.no_shop7_list li .txt{ bottom:25px; border-radius:10px; padding:10px 5.555555555555556%;}

.no_shop7_list li .txt p{ font-size:12px;}

.no_shop7_list li .txt1 em{ font-size:14px;}

.no_shop7_list li .txt1 em img{ margin-right:10px; height:30px; width:30px;}

.no_shop7_list li .txt2{ padding-top:10px;}

.no_shop7_list li .txt2 dd em{ font-size:14px;}

.no_shop7 .com_but{ margin-top:20px;}

.no_shop7 .swiper-button-prev,.no_shop7 .swiper-button-next{ width:28px; height:28px; margin:0 0 0 10px;}

.no_shop7 .swiper-button-prev:after,.no_shop7 .swiper-button-next:after{ font-size:13px;}



.no_warehouse1{ padding:50px 0;}

.no_warehouse1_list{ width:102.5%; padding-top:6px;}

.no_warehouse1_list li{ border-radius:10px; margin:2.5% 2.5% 0 0; width:47.5%; padding:15px 0 20px 0;}

.no_warehouse1_list li img{ height:45px;}

.no_warehouse1_list li p{ font-size:14px; margin-top:8px;}

.no_warehouse2{ padding:50px 0;}

.no_warehouse2_pic{ margin-top:15px;}

.no_warehouse3{ padding:50px 0;}

.no_warehouse3_list{ width:102%; padding-top:25px;}

.no_warehouse3_list li{ border-radius:10px; margin:2% 2% 0 0; width:31.333333%;}

.no_warehouse3_list li em{ font-size:14px; border-radius:10px 0 0 0;}

.no_warehouse3_list li em i{ margin:0 5px; height:15px;}

.no_warehouse3_list li:last-child em{ border-radius:10px 10px 0 0;}

.no_warehouse3_list li .txt{ margin:10px 0;}

.no_warehouse3_list li .txt img{ height:35px;}

.no_warehouse3_list li .txt p{ font-size:12px; margin-top:5px;}



.cooper1{ padding:50px 0;}

.cooper1_list{ padding-top:20px;}

.cooper1_list li{ border-radius:10px; width:48.5%; margin:2.5% 0 0 0; padding:5% 3% 0 3%; text-align:center;}

.cooper1_list li .pic{ width:100%; position:static; transform:none;}

.cooper1_list li .pic img{ width:38%;}

.cooper1_list li .txt{ padding:15px 0;}

.cooper1_list li .txt em{ font-size:15px; margin-bottom:8px;}

.cooper1_list li .txt p{ font-size:12.5px; margin-top:6px;}

.cooper2{ padding:50px 0;}

.cooper2_list{ width:102.5%; margin-top:5px;}

.cooper2_list li{ font-size:14px; margin:2.5% 2.5% 0 0; width:47.5%; padding-left:2%; min-height:48px;}

.cooper2_list li em{ width:50px;}

.cooper2_list li:last-child{ padding-left:5%;}

.cooper2_list li:last-child a{ padding:0 15px; font-size:12px;}

.cooper2_list li:last-child img{ right:5%; height:calc(100% + 5px);}

.cooper3{ padding:50px 0;}

.cooper3_list{ width:102.5%; padding-top:5px;}

.cooper3_list li{ border-radius:10px; margin:2.5% 2.5% 0 0; width:47.5%; padding:2.5%;}

.cooper3_list li .txt{ margin:15px 0 8px 0;}

.cooper3_list li .txt h3{ font-size:14px;}

.cooper3_list li .txt h3 img{ height:20px; margin-right:8px;}

.cooper3_list li .txt p{ font-size:12px; margin-top:5px;}



.down_bg{ padding:50px 0;}

.d_tit1 span{ font-size:18px;}

.d_tit1 em{ font-size:14px; margin-top:12px;}

.d_tit1 p{ font-size:12px; margin-top:5px;}

.down_tabc{ margin-top:25px;}

.down_tab{ padding:2px; border-radius:10px;}

.down_tab a{ font-size:12.5px; padding:0 5px; width:100%; text-align:center; border-radius:10px;}

.downc{ margin-top:40px;}

.down_lf1{ width:100%;}

.d_tit2{ font-size:15px;}

.down_lf1_c{ width:100%; margin-top:15px;}

.down_lf1_c li{ border-radius:10px; width:48%;}

.down_lf1_c li p{ font-size:12px; margin-top:5px;}

.down_lf1_c li img{ max-width:80%;}

.down_lf1_c li:nth-child(1).hover p{ margin-top:10px;}

.down_rt1{ width:100%; margin-top:15px; padding:2.5%;}



.abcon{ padding:50px 0;}

.ab1 .txt{ width:100%; font-size:12px; margin-top:10px;}

.ab1 .pic{ width:100%; border-radius:10px; margin-top:15px;}

.ab2{ width:102.5%; padding-top:20px;}

.ab2 li{ margin:2.5% 2.5% 0 0; width:47.5%; padding:15px 0;}

.ab2 li img{ height:45px;}

.ab2 li p{ font-size:13px; margin-top:8px;}



.footer{  font-size:12px;}

.f_nav{ padding:30px 0 10px 0;}

.f_nav span{ font-size:15px;}

.ico0_list{ padding:5px 0 0 0;}

.ico0_list dd i{ width:100px; border-radius:10px; padding:10px 0 5px 0;}

.f_nav li{ width:100%!important; margin-top:15px;}

.f_nav li .txt{ margin-top:5px;}

.f_nav li .txt2{ margin-top:5px; display:flex; flex-wrap:wrap; margin-right:-8px;}

.f_nav li .txt2 p{ margin-right:8px;}

.f_nav li .txt1{ font-size:12px; margin-top:5px;}

.f_nav li .ewm{ width:90%; margin:10px auto 0 auto;}

.f_nav li .ewm dd{ width:45%;}

.f_nav li .ewm p{ margin-top:5px;}

.foot{ padding:10px 0 25px 0;}

}
  /* 浅色背景图分区：暗色下改为纯暗底，避免白底 + 浅字看不见 */
  .con3{ background-color:#11151b!important; background-image:linear-gradient(rgba(13,16,22,.9),rgba(13,16,22,.9)),url(../images/bg3.jpg)!important; }
  .con5{ background-color:#11151b!important; background-image:linear-gradient(rgba(13,16,22,.9),rgba(13,16,22,.9)),url(../images/bg5.jpg)!important; }
  .con7{ background-color:#11151b!important; background-image:linear-gradient(rgba(13,16,22,.9),rgba(13,16,22,.9)),url(../images/bg7.jpg)!important; }
  .ai_shop2{ background-color:#11151b!important; background-image:linear-gradient(rgba(13,16,22,.9),rgba(13,16,22,.9)),url(../images/abg2.jpg)!important; }
  .no_shop2{ background-color:#11151b!important; background-image:linear-gradient(rgba(13,16,22,.9),rgba(13,16,22,.9)),url(../images/sbg2.jpg)!important; }
  .no_shop4{ background-color:#11151b!important; background-image:linear-gradient(rgba(13,16,22,.9),rgba(13,16,22,.9)),url(../images/sbg4.jpg)!important; }
  .no_shop6{ background-color:#11151b!important; background-image:linear-gradient(rgba(13,16,22,.9),rgba(13,16,22,.9)),url(../images/sbg6.jpg)!important; }
  .no_warehouse2{ background-color:#11151b!important; background-image:linear-gradient(rgba(13,16,22,.9),rgba(13,16,22,.9)),url(../images/wbg2.jpg)!important; }
  .cooper2{ background-color:#11151b!important; background-image:linear-gradient(rgba(13,16,22,.9),rgba(13,16,22,.9)),url(../images/cbg2.jpg)!important; }
  .down_bg{ background-color:#11151b!important; background-image:linear-gradient(rgba(13,16,22,.9),rgba(13,16,22,.9)),url(../images/dbg.jpg)!important; }
  /* 图片略降亮度，夜里不刺眼 */
  .pic_w img,.con3_list img,.no_shop4_list img,.pic img{ filter:brightness(.94); }
  /* 品牌黑底按钮在暗色下加描边，保持可辨识 */
  .no_shop7 a,.con7 a{ box-shadow:0 0 0 1px rgba(255,255,255,.14); }
  /* 页脚原本就是深色，文字保持白色 */
  .footer,.footer *{ color:#fff; }
  /* AI 客服窗（运行期注入样式，需 !important 覆盖） */
  #ai-chat-panel{ background:#161a21!important; }
  .ai-chips{ background:#161a21!important; }
  .ai-msg.bot{ box-shadow:0 0 0 1px rgba(255,255,255,.04); }
  .ai-chips{ background:#161a21!important; }
  .ai-msg.bot{ box-shadow:0 0 0 1px rgba(255,255,255,.04); }
  .ai-msgs{ background:#11151b!important; }
  .ai-msg.bot{ background:#1d222b!important; color:#e8eaee!important; border-color:#262c36!important; }
  .ai-msg.user{ background:#2b7bf3!important; color:#fff!important; }
  .ai-inputbar{ background:#161a21!important; border-top-color:#262c36!important; }
  .ai-inputbar input{ background:#1d222b!important; border-color:#2b323d!important; color:#e8eaee!important; }
  .ai-inputbar input::placeholder{ color:#666d7a!important; }
  .ai-chip{ background:#1d222b!important; border-color:#2b323d!important; color:#9dc0ff!important; }
  .ai-chip:hover{ background:#232a36!important; }
  .ai-close{ color:#fff!important; }
  /* 语言下拉：暗色下悬停/当前项要有明显区别（原悬停底是 rgba(0,0,0,.05)，暗底看不见） */
  .dropdown p{ background:#1b2029!important; box-shadow:0 16px 24px 0 rgba(0,0,0,.5)!important; }
  .dropdown p a:hover{ background:rgba(255,255,255,.10)!important; color:#9dc0ff!important; }
  .dropdown p a.lz-lang-cur{ background:rgba(111,155,255,.20)!important; color:#9dc0ff!important; }
  /* 语言下拉：暗色下悬停/当前项要有明显区别（原悬停底是 rgba(0,0,0,.05)，暗底看不见） */
  .dropdown p{ background:#1b2029!important; box-shadow:0 16px 24px 0 rgba(0,0,0,.5)!important; }
  .dropdown p a:hover{ background:rgba(255,255,255,.10)!important; color:#9dc0ff!important; }
  .dropdown p a.lz-lang-cur{ background:rgba(111,155,255,.20)!important; color:#9dc0ff!important; }
  /* 叠加在照片上的说明文字（首页三张卡片）：底色是亮照片而非暗底，保持原设计深色，避免发白看不清 */
  .con2_list li .txtc p,.con2_list li .txtc{ color:#10151c!important; }
  /* 语言下拉：暗色下悬停/当前项要有明显区别（原悬停底是 rgba(0,0,0,.05)，暗底看不见） */
  .dropdown p{ background:#1b2029!important; box-shadow:0 16px 24px 0 rgba(0,0,0,.5)!important; }
  .dropdown p a:hover{ background:rgba(255,255,255,.10)!important; color:#9dc0ff!important; }
  .dropdown p a.lz-lang-cur{ background:rgba(111,155,255,.20)!important; color:#9dc0ff!important; }
  /* 语言下拉：暗色下悬停/当前项要有明显区别（原悬停底是 rgba(0,0,0,.05)，暗底看不见） */
  .dropdown p{ background:#1b2029!important; box-shadow:0 16px 24px 0 rgba(0,0,0,.5)!important; }
  .dropdown p a:hover{ background:rgba(255,255,255,.10)!important; color:#9dc0ff!important; }
  .dropdown p a.lz-lang-cur{ background:rgba(111,155,255,.20)!important; color:#9dc0ff!important; }
  /* 叠加在照片上的说明文字（首页三张卡片）：底色是亮照片而非暗底，保持原设计深色，避免发白看不清 */
  .con2_list li .txtc p,.con2_list li .txtc{ color:#10151c!important; }
  /* 合作 logo 墙：logo 图本身是白底 PNG，暗色下保持白色小卡（logo 融入卡内），避免深色卡里出现白色色块 */
  .con5_0 .bd ul li{ background:#fff!important; box-shadow:0 6px 20px rgba(0,0,0,.42)!important; }
  .con5_0 .bd ul li .pic{ background:#fff!important; }
  .con5_0 .bd ul li .pic img{ filter:none!important; }
  /* 头部 logo：原图文字为深色，暗色下换用浅色版（同尺寸，仅深色文字改浅） */
  .logo img{ visibility:hidden; }
  .logo a{ display:block; background:url(/static/upload/image/20251122/1763792867452546-dark.png) left center/contain no-repeat; }
  /* 语言下拉：暗色下悬停/当前项要有明显区别（原悬停底是 rgba(0,0,0,.05)，暗底看不见） */
  .dropdown p{ background:#1b2029!important; box-shadow:0 16px 24px 0 rgba(0,0,0,.5)!important; }
  .dropdown p a:hover{ background:rgba(255,255,255,.10)!important; color:#9dc0ff!important; }
  .dropdown p a.lz-lang-cur{ background:rgba(111,155,255,.20)!important; color:#9dc0ff!important; }
  /* 语言下拉：暗色下悬停/当前项要有明显区别（原悬停底是 rgba(0,0,0,.05)，暗底看不见） */
  .dropdown p{ background:#1b2029!important; box-shadow:0 16px 24px 0 rgba(0,0,0,.5)!important; }
  .dropdown p a:hover{ background:rgba(255,255,255,.10)!important; color:#9dc0ff!important; }
  .dropdown p a.lz-lang-cur{ background:rgba(111,155,255,.20)!important; color:#9dc0ff!important; }
  /* 叠加在照片上的说明文字（首页三张卡片）：底色是亮照片而非暗底，保持原设计深色，避免发白看不清 */
  .con2_list li .txtc p,.con2_list li .txtc{ color:#10151c!important; }
  /* 语言下拉：暗色下悬停/当前项要有明显区别（原悬停底是 rgba(0,0,0,.05)，暗底看不见） */
  .dropdown p{ background:#1b2029!important; box-shadow:0 16px 24px 0 rgba(0,0,0,.5)!important; }
  .dropdown p a:hover{ background:rgba(255,255,255,.10)!important; color:#9dc0ff!important; }
  .dropdown p a.lz-lang-cur{ background:rgba(111,155,255,.20)!important; color:#9dc0ff!important; }
  /* 语言下拉：暗色下悬停/当前项要有明显区别（原悬停底是 rgba(0,0,0,.05)，暗底看不见） */
  .dropdown p{ background:#1b2029!important; box-shadow:0 16px 24px 0 rgba(0,0,0,.5)!important; }
  .dropdown p a:hover{ background:rgba(255,255,255,.10)!important; color:#9dc0ff!important; }
  .dropdown p a.lz-lang-cur{ background:rgba(111,155,255,.20)!important; color:#9dc0ff!important; }
  /* 叠加在照片上的说明文字（首页三张卡片）：底色是亮照片而非暗底，保持原设计深色，避免发白看不清 */
  .con2_list li .txtc p,.con2_list li .txtc{ color:#10151c!important; }
  /* 合作 logo 墙：logo 图本身是白底 PNG，暗色下保持白色小卡（logo 融入卡内），避免深色卡里出现白色色块 */
  .con5_0 .bd ul li{ background:#fff!important; box-shadow:0 6px 20px rgba(0,0,0,.42)!important; }
  .con5_0 .bd ul li .pic{ background:#fff!important; }
  .con5_0 .bd ul li .pic img{ filter:none!important; }
  /* 头部 logo：原图文字为深色，暗色下换用浅色版（同尺寸，仅深色文字改浅） */
  .logo img{ visibility:hidden; }
  .logo a{ display:block; background:url(/static/upload/image/20251122/1763792867452546-dark.png) left center/contain no-repeat; }
  /* 图内文字为深色的示意图（warehouse/ai_pic1_1/ai_pic2_3 等）：暗色下垫浅色画布并取消降亮 */
  .ai_shop1 .pic,.ai_shop2 .pic,.no_warehouse2_pic,.no_shop5c{ background:#edf3fc!important; border-radius:16px; }
  .ai_shop1 .pic img,.ai_shop2 .pic img,.no_warehouse2_pic img,.no_shop5c img{ filter:none!important; }

}
