@charset "UTF-8";
@pc:1920;
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.eot');
  src: url('../fonts/Roboto.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Roboto.woff2') format('woff2'),
  url('../fonts/Roboto.woff') format('woff'),
  url('../fonts/Roboto.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani.eot');
  src: url('../fonts/Rajdhani.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Rajdhani.woff2') format('woff2'),
  url('../fonts/Rajdhani.woff') format('woff'),
  url('../fonts/Rajdhani.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --aprimary:#fff; /* 主色调、链接*/
  --cprimary:#f2f2f2; /*辅色调*/
  --bgprimary:#0f1014;
  --words: #434342;  /*大部分文字、深色文字*/
  --lightWords: #666; /*少部分文字、浅色文字*/
  --lanse: #136dbc;
  --white:#fff;
  --black:#000;
  --hongse:#b90b17;
  --blacktm:rgba(0,0,0,0.5);
  --whitetm:rgba(255,255,255,0.5);
  --bg:rgba(0,0,0,0.4);
  --bodybg:#fff;
  --fontfamily:"Microsoft Yahei","Open Sans", sans-serif;
  --fonthfamily: "Rajdhani", sans-serif;
  --fontsize:16px;
}
html{overflow-x:hidden;font-size:var(--fontsize);font-family:var(--fonthfamily);}
body{font-family:var(--fonthfamily);color:var(--words);font-size:0.875rem;background:var(--bodybg); position: relative;}
a{color:var(--words);text-decoration:none;font-size:0.875rem;}
a:focus,a:hover{color:var(--lightWords);text-decoration:none;transition:.3s all}
ul{margin:0;padding:0}
ul li{list-style:none}
h1,h2,h3,h4,h5,h6{font-family:var(--fonthfamily)}
img{max-width:100%;height:auto}
.clear{clear:both}
.text-truncate-2{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}
.text-truncate-3{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}
.text-truncate-4{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}
.bigpicture，.picturebox，.picturebgbox{position:relative;z-index:1;overflow:hidden}
.bigpicture img{overflow:hidden;transform:scale(1);width:100%;transition:all 2s ease .5s}
.bigpicture:hover img{transform:scale(1.2)}
.picturebox .pic{position:relative;width:100%;height:0;padding-bottom:100%;overflow:hidden}
.picturebox .pic .masking{display:none;position:absolute;z-index:1000;width:100%;height:100%;text-align:center;line-height:100%;background:var(--bg);color:#fff;font-size:2.5rem}
.picturebox .pic img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:100%;transition:all 2s ease .5s}
.picturebox:hover .pic img{transform:translate(-50%,-50%) scale(1.2)}
.picturebox:hover .pic .masking{display:flex;align-items:center;justify-content:center}
.picturebgbox .pic{position:relative;z-index:1;width:100%;height:0;padding-bottom:100%;overflow:hidden;transform:scale(1);width:100%;transition:all 2s ease .5s}
.picturebgbox:hover .pic{transform:scale(1.2)}
.picturebgbox .pic img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;transition:all 2s ease .5s}
.picturebgbox:hover .pic img{transform:translate(-50%,-50%)}
#preloader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;overflow:hidden;background:var(--white)}
#preloader:before{content:"";position:fixed;top:calc(50% - 30px);left:calc(50% - 30px);border:6px solid var(--lanse);border-top-color:var(--white);border-radius:50%;width:60px;height:60px;-webkit-animation:animate-preloader 1s linear infinite;animation:animate-preloader 1s linear infinite}
@-webkit-keyframes animate-preloader{0%{transform:rotate(0)}
  100%{transform:rotate(360deg)}
}
@keyframes animate-preloader{0%{transform:rotate(0)}
  100%{transform:rotate(360deg)}
}
.back-to-top{position:fixed;visibility:hidden;opacity:0;right:1rem;bottom:1rem;z-index:996;background:var(--lanse);width:2.5rem;height:2.5rem;border-radius:4px;transition:all .4s}
.back-to-top i{font-size:2rem;color:var(--white);line-height:0}
.back-to-top.active{visibility:visible;opacity:1;background:var(--lanse);color:var(--white)}
.back-to-top:hover{background:var(--cprimary);color:var(--white)}
#header{background:var(--white);transition:all .5s;z-index:997;padding:0 0;top:0;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);border-bottom: 1px solid #d6d1d1;}
#header.header-scrolled{top:0}
#header .logo{height:6.5rem;line-height:6.5rem;overflow:hidden;margin:0;padding-top:0;padding-bottom:0}
#header .logo img{max-height:6.5rem;margin:0}
.appointment-btn{margin-left:25px;background:var(--lanse);color:#fff;border-radius:4px;padding:8px 25px;white-space:nowrap;transition:.3s;font-size:14px;display:inline-block}
.appointment-btn:hover{background:var(--lanse);color:#fff}
.navbar{padding:0}
.navbar ul.navul,.navbar.navdiv{width:100%!important}
.navbar ul{margin:0;padding:0;display:flex;list-style:none;align-items:center}
.navbar ul li{position:relative;}
.navbar a,.navbar a:focus{padding:0 1rem;line-height:3rem;font-family:Roboto,sans-serif;color:var(--words);white-space: normal;transition:.3s;text-transform:uppercase;font-weight:500}
.navbar a.nav-link{line-height:6.5rem;}
.navbar a i,.navbar a:focus i{font-size:.75rem;line-height:0;margin-left:5px}
.navbar .active,.navbar .active:focus,.navbar a:hover,.navbar li:hover>a{color:var(--words);background:var(--white)}
.navbar .dropdown ul{display:block;position:absolute;left:-25%;width:100%;top:calc(100% + 30px);margin:0;padding:0 0;z-index:9999;opacity:0;visibility:hidden;transition:.3s;border-radius:0; border: none; min-width: 150%;}
.navbar .dropdown.language ul{ min-width: 100%;left:0; }
.navbar .dropdown ul a{text-transform:none;background:var(--white)}
.navbar .dropdown ul li{width:100%; position: relative;}
.navbar .dropdown.language .dropdown-menu{min-width: auto;}
.navbar .dropdown ul a i,.navbar .dropdown.language .dropdown-menu a{padding:0 1rem; line-height: 2rem;}
.navbar .dropdown ul .active:hover,.navbar .dropdown ul a:hover,.navbar .dropdown ul li:hover>a{color:var(--words);}
.navbar .dropdown:hover>ul{opacity:1;top:100%;visibility:visible}
.navbar .dropdown .dropdown ul{top:0;left:calc(100% - 30px);visibility:hidden}
.navbar .dropdown .dropdown:hover>ul{opacity:1;top:0;left:100%;visibility:visible}
.mobile-nav-toggle{color:var(--lanse);font-size:28px;cursor:pointer;display:none;line-height:0;transition:.5s}
.mobile-nav-toggle.bi-x{color:var(--qianlanse)}
.navbar-mobile{position:fixed;overflow:hidden;top:0;right:0;left:0;bottom:0;background:#3c3c3c;transition:.3s;z-index:99999}
.navbar-mobile .mobile-nav-toggle{position:absolute;top:15px;right:15px;color:var(--white)}
.navbar-mobile ul{display:block;position:absolute;top:55px;right:15px;bottom:15px;left:15px;padding:10px 0;border-radius:8px;background-color:var(--white);overflow-y:auto;transition:.3s}
.navbar-mobile a,.navbar-mobile a:focus{padding:10px 20px;font-size:15px;color:var(--words)}
.navbar-mobile .active,.navbar-mobile a:hover,.navbar-mobile li:hover>a{color:var(--qianlanse);background:0 0}
.navbar-mobile .dropdown ul{position:static;display:none;margin:10px 0;padding:0 0;z-index:99;opacity:1;visibility:visible;background:#fff;box-shadow:0 0 30px rgba(127,137,161,.25)}
.navbar-mobile .dropdown ul li{min-width:200px}
.navbar-mobile .dropdown ul a{padding:10px 20px}
.navbar-mobile .dropdown ul a i{font-size:12px}
.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul li:hover>a{color:var(--lanse)}
.navbar-mobile .dropdown>.dropdown-active{display:block}

.searchbox{width: 100%;height: 100%;position: fixed;top: 0; left: 0;z-index: 999999 !important;overflow: hidden;-ms-touch-action: none;touch-action: none;
  -webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;outline: 0; background: rgba(0,0,0,0.9);}
.searchclose{ position: absolute; right: 2rem; top: 2rem;}
.searchclose a{ color: var(--white); font-size: 2.5rem; width: 3rem; line-height: 3rem; text-align: center; display: inline-block; border: 1px solid var(--white);}
#banner{padding: 0;}
#bannerflash .carousel-control-prev,#bannerflash .carousel-control-next { width: 5%; z-index: 5; opacity: 0;}
#bannerflash:hover .carousel-control-prev,#bannerflash:hover .carousel-control-next{ opacity: 1;}
#bannerflash .carousel-control-next-icon,#bannerflash .carousel-control-prev-icon{background:0 0;font-size:30px;line-height:0;width:auto;height:auto;background:none;border-radius:50px;transition:.3s;color:var(--white);width:3.5rem;height:3.5rem; border:2px solid var(--white);display:flex;align-items:center;justify-content:center}
#bannerflash .carousel-control-next-icon:hover,#bannerflash .carousel-control-prev-icon:hover{background:var(--lanse);color:rgba(255,255,255,.8); border-color:var(--lanse); }
.carousel-item .txt{ left: 0; top: 0; z-index: 2; color: var(--white)}
.carousel-item .txt h3{ font-size: 3.75rem; line-height: 150%;}
.carousel-item .txt p{ font-size: 1.5rem; line-height: 150%;}
.carousel-item .txt a{ color: var(--white); font-size: 1.125rem;}
.carousel-item .txt a i{ background: #136dbc; border-radius: 50%; width: 3rem; line-height: 3rem; color:var(--white); margin-right: 2rem;}
.carousel-item .pic{ z-index: 1;}

.flashwap .txt-item{ color:#fff; padding:1rem;}
.flashwap .txt-item h3{ font-size:1rem; line-height:120%;}
.flashwap .txt-item p{ padding:0; margin:0;}
.flashwap .txt-item a{ color:#fff;}
section{overflow:hidden;}
.section-title .subtitle{text-transform:uppercase;color:var(--words);font-size:1.875rem;line-height:150%;font-weight:600}
.section-title .subtitle span{font-size:1.125rem; padding-left:0.5rem;}
.innovate-item .pic{border-radius: 1rem; overflow: hidden;}
.innovate-item .txt{left: 0; top: 0;}
.innovate-item .txt .txtbox{ color: var(--white);}
.innovate-item .txt .txtbox h3{ font-size: 1.875rem; line-height: 150%;}
.innovate-item .txt .txtbox p{ont-size: 1.125rem; padding: 0.5rem 0 1rem;}
.innovate-item .txt .txtbox .more a{ background: var(--white); color: var(--words); line-height: 100%m;border-radius: 0.5rem;}
.inabout .inabouttitle .title{font-size: 3rem; line-height: 150%;}
.inabout .inabouttitle .txtp{ font-size: 2.25rem;line-height: 150%;}
.inabout .inabouttxt{ line-height: 180%;}
.inbolgs-item .more{ bottom: 0;left: 30px; position:absolute;}
.inbolgs-pic .swiper-pagination{text-align:right}
.inbolgs-pic .swiper-pagination-bullet{border-radius:0;opacity:1;background:var(--white)}
.inbolgs-pic .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--lanse)}


/* 工艺与技术 */
.css-xyot72{overflow:hidden}
.css-xyot72 .families-slider-container{position:relative;background-color:#202020;line-height:0;white-space:nowrap;-webkit-transition:-webkit-transform 1s cubic-bezier(0.13,0.99,0.18,0.99);transition:transform 1s cubic-bezier(0.13,0.99,0.18,0.99)}
.css-xyot72 .families-slider-container.detail-open{-webkit-transform:translateX(-85%);-moz-transform:translateX(-85%);-ms-transform:translateX(-85%);transform:translateX(-85%)}
@media (min-width:1366px){
  .css-xyot72 .families-slider-container.detail-open{-webkit-transform:translateX(-75%);-moz-transform:translateX(-75%);-ms-transform:translateX(-75%);transform:translateX(-75%)}
}
.css-19k8oo6{background-color:transparent;position:absolute;height:100%;width:100%;color:#fff;top:0;left:0;z-index:10}
.css-19k8oo6 .inner-wrapper{width:80%;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
@media (min-width:1025px) and (max-width:1365.98px){
  .css-19k8oo6 .inner-wrapper{margin-left:calc(100% / 24)}
}
.css-19k8oo6 .controls{-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}
.css-19k8oo6 .controls .control-title{font-size:3.4rem;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.32;letter-spacing:0.136rem}
.css-19k8oo6 .controls .ctrl-buttonset{margin-top:23px}
.css-19k8oo6 .controls .ctrl-buttonset button svg{width:60px;height:60px}
.css-19k8oo6 .controls .ctrl-buttonset button+button{margin-left:6px}
.css-19k8oo6 .family-info{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;text-align:left;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.css-19k8oo6 .family-info .swiper-wrapper{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%}
.css-19k8oo6 .family-info .family-name{opacity:0;text-transform:uppercase;font-weight:bold;line-height:0.9;letter-spacing:-3.5px;margin-left:-100px;-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s}
.css-19k8oo6 .family-info .swiper-slide-active .family-name{opacity:1;margin-left:0}
.css-19k8oo6 .family-info .family-name .name-wrapper{opacity:1;position:relative;display:inline-block}
.css-19k8oo6 .family-info .family-name .name-wrapper img{width:auto;max-width:100%;height:65px}
.css-19k8oo6 .family-info .family-payoff img{width:auto;max-width:100%;height:19px}
.css-19k8oo6 .family-info .family-name .name-wrapper .name-char{position:relative;display:inline-block}
.css-19k8oo6 .family-info .family-payoff{font-weight:500;line-height:1.3;letter-spacing:0.64px;margin-top:20px;margin-left:-50px;-webkit-transition:all 1.5s;-o-transition:all 1.5s;-moz-transition:all 1.5s;transition:all 1.5s;opacity:0}
.css-19k8oo6 .family-info .swiper-slide-active .family-payoff{opacity:1;margin-left:0}
.css-19k8oo6 .family-info .family-controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:60px}
.css-19k8oo6 .family-info .family-controls .button-wrapper{margin-right:3.5vw;text-align:left;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:16rem}
.css-19k8oo6 .family-info .family-controls .button-wrapper.explore-models{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:none;border:none}
.css-19k8oo6 .family-info .family-controls .button-wrapper.explore-model{display:none}
.css-19k8oo6 .family-info .family-controls .button-wrapper span{font-size:16px;font-weight:300;line-height:1.44;letter-spacing:0.32px;color:#fff}
.css-19k8oo6 .family-info .family-controls .button-wrapper:hover{color:#fff}
.css-19k8oo6 .family-info .family-controls .button-wrapper svg{width:60px;height:60px;margin-right:30px}
.css-19k8oo6 .family-info .family-controls.single-model>.explore-models{display:none}
.css-19k8oo6 .family-info .family-controls.single-model>.explore-model{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.css-19k8oo6 .family-info .animated-text,.css-19k8oo6 .family-info .family-controls{opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}
.css-19k8oo6 .family-info .swiper-slide-active .animated-text,.css-19k8oo6 .family-info .swiper-slide-active .family-controls{opacity:1;-webkit-transition:none;transition:none}
.css-19u3ewi{font-size:1rem;border:0;background:none;box-shadow:none;color:#202020}
.css-19u3ewi[data-target='lamborghini-connect-list'] .primary,.css-19u3ewi[data-target='lamborghini-connect-list'] .secondary{font-size:1.6rem!important;font-weight:300!important;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:0.32px;margin:0}
.css-19u3ewi svg .hexagon{-webkit-transition:fill 0.3s ease-out;transition:fill 0.3s ease-out;position:relative;width:100%;height:100%}
.css-19u3ewi svg .hexagon.light{fill:transparent;stroke:#181818}
.css-19u3ewi svg .hexagon.dark{fill:#181818;stroke:#181818}
.css-19u3ewi svg .hexagon.on-dark{fill:transparent;stroke:#fff}
.css-19u3ewi svg .hexagon.stroke-only{fill:transparent;stroke:#181818;stroke-width:3px}
.css-19u3ewi svg .icon{-webkit-transition:stroke 0.3s ease-out,fill 0.3s ease-out;transition:stroke 0.3s ease-out,fill 0.3s ease-out}
.css-19u3ewi svg .icon.light{fill:#fff;stroke:#181818}
.css-19u3ewi svg .icon.light.icon-hexagon{fill:#181818}
.css-19u3ewi svg .icon.dark{fill:#181818;stroke:#fff}
.css-19u3ewi svg .icon.dark.icon-hexagon{fill:#fff}
.css-19u3ewi svg .icon.on-dark{fill:transparent;stroke:#fff}
.css-19u3ewi svg .icon.on-dark text{fill:#fff}
.css-19u3ewi svg .icon.telegram{fill:#181818}
.css-19u3ewi svg .icon text{fill:#181818;font-size:16px;letter-spacing:0.02em;-webkit-transition:fill 0.3s ease-out;transition:fill 0.3s ease-out;stroke:none!important}
.css-19u3ewi svg .icon text *{stroke:none!important}
.css-19u3ewi svg .icon.circular-3d text{font-size:10px}
.css-19u3ewi svg .icon.circular-3d .cls-3{fill:none;stroke-dasharray:66}
.css-19u3ewi svg .icon.circular-3d .cls-4{stroke:none}
.css-19u3ewi svg .icon.circular-3d .cls-5{fill:none}
.css-19u3ewi:hover svg .hexagon.light{fill:#181818;stroke:#181818}
.css-19u3ewi:hover svg .hexagon.dark{fill:#fff;stroke:#181818}
.css-19u3ewi:hover svg .hexagon.on-dark{fill:#fff}
.css-19u3ewi:hover svg .icon.light{fill:#181818;stroke:#fff}
.css-19u3ewi:hover svg .icon.dark{fill:#fff;stroke:#181818}
.css-19u3ewi:hover svg .icon.on-dark{stroke:#181818}
.css-19u3ewi:hover svg .icon.on-dark text{fill:#181818}
.css-19u3ewi:hover svg .icon.telegram{fill:#fff}
.css-19u3ewi:hover svg text{fill:#fff}
.css-19u3ewi.disabled{opacity:0.3;pointer-events:none;cursor:default}
.css-19u3ewi.boxed{padding:1.5rem;text-align:center;width:100%;min-width:21.5rem;text-transform:uppercase;font-size:1.6rem;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.31;letter-spacing:0.064rem;color:#202020;border:1px solid #cbcbca;display:inline-block;-webkit-transition:color 0.3s ease-in-out,background-color 0.3s ease-in-out;transition:color 0.3s ease-in-out,background-color 0.3s ease-in-out}
.css-19u3ewi.boxed.dark{color:#fff;background-color:#202020;border:1px solid #202020}
.css-19u3ewi.boxed.dark[href]:hover{color:#202020!important;background-color:#fff}
@media (min-width:768px){
  .css-19u3ewi.boxed{width:auto}
  .css-19u3ewi.boxed+.boxed{margin-left:1rem}
}
.css-19u3ewi.boxed:hover{color:#fff;background-color:#181818}
.css-19u3ewi.boxed.disabled{opacity:0.3;pointer-events:none;cursor:default}
.css-19u3ewi.model,.css-19u3ewi.underline{position:relative;padding:1.8rem 0.75rem 1.5rem 0.75rem;border-bottom:1px solid rgba(203,203,202,1);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#000;text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none;font-size:1.6rem;line-height:2rem;font-weight:500}
.css-19u3ewi.model:focus,.css-19u3ewi.underline:focus{color:#000}
.css-19u3ewi.model.on-dark,.css-19u3ewi.underline.on-dark,.dark .css-19u3ewi.model,.dark .css-19u3ewi.underline{color:#fff}
@media (max-width:1024.98px){
  .css-19u3ewi.model,.css-19u3ewi.underline{display:block;text-align:center;width:100%;padding:1.5rem;border:1px solid rgba(203,203,202,1);-webkit-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}
}
@media (min-width:1025px){
  .links>.css-19u3ewi.model,.links>.css-19u3ewi.underline{max-width:calc(66.6667% - 20px)}
  .css-19u3ewi.model:before,.css-19u3ewi.underline:before{content:'';display:block;position:absolute;left:0;bottom:-1px;height:1px;width:0;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;background:black}
  .css-19u3ewi.model.on-dark:before,.css-19u3ewi.underline.on-dark:before,.dark .css-19u3ewi.model:before,.dark .css-19u3ewi.underline:before{background:white}
  .css-19u3ewi.model:hover:before,.css-19u3ewi.underline:hover:before{width:100%}
}
.css-19u3ewi.model.muted,.css-19u3ewi.underline.muted{opacity:.3}
.css-19u3ewi.model.muted:hover:before,.css-19u3ewi.underline.muted:hover:before{width:0}
.css-19u3ewi.model.underline-bg,.css-19u3ewi.underline.underline-bg{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:4px 7px 0 4px;border-bottom:none;border:none;width:auto}
.css-19u3ewi.model.underline-bg:before,.css-19u3ewi.underline.underline-bg:before{content:'';display:block;position:absolute;left:0;bottom:-1px;height:9px;width:100%;-webkit-transition:height .2s ease-out;transition:height .2s ease-out;background:#F1F1F0;z-index:-1}
.css-19u3ewi.model.underline-bg:hover:before,.css-19u3ewi.underline.underline-bg:hover:before{height:100%}
.css-19u3ewi.model.underline-bg.disabled,.css-19u3ewi.underline.underline-bg.disabled{opacity:0.3;pointer-events:none;cursor:default}
.css-1qeqv9f.slider{position:relative;height:100vh;min-height:680px;width:60vw;left:30vw;display:inline-block}
.css-1qeqv9f.slider .slides{position:absolute;top:0;right:0;height:100%;text-align:right;white-space:nowrap}
.css-1qeqv9f.slider .slides .slide{display:inline-block;height:100%;width:29.2vw;will-change:width;background:transparent;-webkit-transition:width 0.5s ease-out;transition:width 0.5s ease-out}
@media (min-width:1025px) and (max-width:1365.98px){
  .css-1qeqv9f.slider .slides .slide{width:35vw}
}
@media (min-width:1366px) and (max-width:1599.98px){
  .css-1qeqv9f.slider .slides .slide{width:29.7vw}
}
.css-1qeqv9f.slider .slides .slide .skew{position:relative;-webkit-transform:skew(-20deg);-moz-transform:skew(-20deg);-ms-transform:skew(-20deg);transform:skew(-20deg);transform-origin:bottom left;height:100%;width:100%;overflow:hidden}
.css-1qeqv9f.slider .slides .slide .skew:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.75);opacity:1;-webkit-transition:opacity 0.5s ease-out;transition:opacity 0.5s ease-out}
.css-1qeqv9f.slider .slides .slide .skew .skew-fix{-webkit-transform:skew(20deg);-moz-transform:skew(20deg);-ms-transform:skew(20deg);transform:skew(20deg);height:100%;width:236%;transform-origin:bottom left;-webkit-background-position:center center;background-position:center center;-webkit-background-size:cover;background-size:cover;background-color:black;position:relative}
.css-1qeqv9f.slider .slides .slide .skew .skew-fix img{max-width:unset;width:auto;height:100%;position:absolute;left:25%!important;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.css-1qeqv9f.slider .slides .slide.swiper-slide-active{width:66vw}
.css-1qeqv9f.slider .slides .slide.swiper-slide-active .skew:after{opacity:0}
@media (min-width:1025px) and (max-width:1365.98px){
  .css-1qeqv9f.slider .slides .slide.swiper-slide-active{width:54vw}
  .css-1qeqv9f.slider{width:54vw;left:26vw}
}
@media (min-width:1366px) and (max-width:1599.98px){
  .css-1qeqv9f.slider .slides .slide.swiper-slide-active{width:58vw}
  .css-1qeqv9f.slider{width:58vw;left:30vw}
}
@media (min-width:1600px) and (max-width:1920.98px){
  .css-1qeqv9f.slider .slides .slide.swiper-slide-active{width:60vw}
  .css-1qeqv9f.slider{width:60vw;left:26vw}
}
.css-zsxlj6 svg .hexagon{-webkit-transition:fill 0.3s ease-out;transition:fill 0.3s ease-out;position:relative;width:100%;height:100%}
.css-zsxlj6 svg .hexagon.light{fill:transparent;stroke:#181818}
.css-zsxlj6 svg .hexagon.dark{fill:#181818;stroke:#181818}
.css-zsxlj6 svg .hexagon.on-dark{fill:transparent;stroke:#fff}
.css-zsxlj6 svg .hexagon.stroke-only{fill:transparent;stroke:#181818;stroke-width:3px}
.css-zsxlj6 svg .icon{-webkit-transition:stroke 0.3s ease-out,fill 0.3s ease-out;transition:stroke 0.3s ease-out,fill 0.3s ease-out}
.css-zsxlj6 svg .icon.light{fill:#fff;stroke:#181818}
.css-zsxlj6 svg .icon.light.icon-hexagon{fill:#181818}
.css-zsxlj6 svg .icon.dark{fill:#181818;stroke:#fff}
.css-zsxlj6 svg .icon.dark.icon-hexagon{fill:#fff}
.css-zsxlj6 svg .icon.on-dark{fill:transparent;stroke:#fff}
.css-zsxlj6 svg .icon.on-dark text{fill:#fff}
.css-zsxlj6 svg .icon.telegram{fill:#181818}
.css-zsxlj6 svg .icon text{fill:#181818;font-size:16px;letter-spacing:0.02em;-webkit-transition:fill 0.3s ease-out;transition:fill 0.3s ease-out;stroke:none!important}
.css-zsxlj6 svg .icon text *{stroke:none!important}
.css-zsxlj6:hover svg .hexagon.light{fill:#181818;stroke:#181818}
.css-zsxlj6:hover svg .hexagon.dark{fill:#fff;stroke:#181818}
.css-zsxlj6:hover svg .hexagon.on-dark{fill:#fff}
.css-zsxlj6:hover svg .icon.light{fill:#181818;stroke:#fff}
.css-zsxlj6:hover svg .icon.dark{fill:#fff;stroke:#181818}
.css-zsxlj6:hover svg .icon.on-dark{stroke:#181818}
.css-zsxlj6:hover svg .icon.on-dark text{fill:#181818}
.css-zsxlj6:hover svg .icon.telegram{fill:#fff}
.css-zsxlj6:hover svg text{fill:#fff}
/* 工艺与技术  end */

.inbar-item .pic img{ height:30vw;}
.inbar-item .txt{ left:0; top:0; color:var(--white);}
.inbar-item .txt .title{ font-size:2.5rem;}
.inbar-item .txt .more a{ color:var(--white);transition:all .4s}
.inbar-item .txt:hover .more a{ margin-left:2rem;}
.cd-accordion-menu label{cursor: pointer;font-weight: 400; font-size: 1rem;}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.leftnavli{ border-bottom: 1px solid #000; line-height: 3rem;}
.leftnavli span{cursor: pointer;}
.inbolgs-title{border-bottom:1px var(--qianse) solid;padding-bottom:.5rem;margin-bottom:.5rem}
.inbolgs-title h5{font-size:1.125rem}
.inbolgs-list ul li{background:url(../images/sd.png) no-repeat 5px center;border-bottom:1px #e4e4e4 dashed;overflow:hidden;line-height:2.5rem;height:2.5rem}
.inbolgs-list ul li time{float:right}
.inbolgs-list ul li a{line-height:2.5rem;padding-left:1rem}
.inbolgs-list ul li a:hover{color:var(--lanse)}

.intechnology-txt .txtitem .title a{ font-size:1.5rem;}
.intechnology-txt .txtitem .subtitle ul li::before{content: "・";display: inline-block; color: var(--hongse);}
.intechnology-txt .txtitem .notes p{ margin-bottom:0;}
.intechnology-pic .picitem{ background:var(--black); color:var(--white);}
.manufacturer .manufacturerlist .txt{ font-size: 1.125rem;}
.manufacturer .manufacturerlist .txt span{ font-size: 1.25rem;}
.manufacturer .manufacturerlist .txt span::before{content: "・";display: inline-block; color: var(--hongse);}
.manufacturer .manufacturerlist .txt span::after{content: ":"; display: inline-block; padding: 0 0.25rem;}
.technologymessage{ background:var(--lanse);}
.technologymessage .title{ font-size:1.125rem; line-height:2.5rem;}
.technologymessage .more a{ background:var(--white); color:var(--lanse); border-radius:0.5rem; line-height:2.5rem; font-size:1.125rem;}

.inproducts-item .picbg{ background:url(../images/pbg.png) no-repeat center bottom var(--cprimary); border-radius: 0.75rem; overflow: hidden; position: relative;}
.inproducts-item .picbgs{ background:var(--cprimary); border-radius: 0.75rem; overflow: hidden; position: relative;}
.flags{ position: absolute; left: 0.75rem; top: 0.75rem; z-index: 100;}
.flags em{ background: var(--hongse); color: var(--white);font-style: normal;}
.inproducts-item .txt{ line-height: 150%;}
.inproducts-item .txt .more a{text-decoration: underline;}
.inproducts .swiper-scrollbar {left: 1%;bottom: 3px;z-index: 50;height: 5px;margin: 30px auto 0;opacity: 0;position: static;transition: opacity .2s ease;
  width: 66.66667%; cursor: pointer}
.crumb .crumbbox{padding:.5rem 0;line-height:2rem;color:var(--lightWords)}
.crumb .crumbbox:after{content:"";display:table;clear:both}
.crumb .crumbbox .crumbwz i{margin-right:5px;font-size:1.2rem;line-height:2rem}
.crumb .crumbbox .crumbwz:hover i{color:var(--hongse)}
.crumb .crumbbox .crumbwz a{line-height:2rem;color:var(--lightWords)}
.leftborder{border:1px solid #d2d2d2}
.leftsidetitle{background:#292e39;position:relative}
.leftsidetitle .en{position:absolute;left:-5px;top:-9px;font-style:normal;font-size:4.25rem;font-weight:700;opacity:.1;color:var(--white);line-height:1;z-index:1;text-transform:uppercase}
.leftsidetitle .title{position:relative;z-index:2;line-height:3.25rem;color:rgba(255,255,255,.6);font-size:1rem}
.leftsidetitle .title h3{display:inline-block;margin:0 0;font-size:1.25rem;color:var(--white)}
.leftsidetitle .title em{font-style:normal;padding:0 .5rem}
.leftsidecategorylist ul li{position:relative;border-bottom:1px solid #eee}
.leftsidecategorylist ul li a{padding:.5rem 1rem;line-height:2rem;display:block}
.leftsidecategorylist ul li a i{float:right;line-height:2rem}
.leftsidenewslist ul li a{padding:.25rem 1rem;line-height:2rem;display:block}
.leftsidekeywordslist ul li{margin:.25rem 0}
.leftsidekeywordslist ul li a{display:block;text-align:center;font-size:14px;color:#5a5a5a;line-height:2rem;border:1px dashed #f1f1f1}
.leftsidekeywordslist ul li a:hover{color:var(--hongse);border-color:var(--hongse)}
.leftsidecontactlist{line-height:2rem}
.banners{position:relative;overflow:hidden}
.banners .bannerpc,.banners .bannerwap{position:relative}
.banners .pic{overflow:hidden}
.banners .pic img{animation:bannerimg 2s;opacity:1}
.banners .bannerpc .txt{position:absolute;left:0;bottom:10%;height:80%;z-index:1000}
.banners .bannerpc .txt .cateinfo h3{font-size:3rem;text-transform:uppercase}
.banners .bannerpc .txt .cateinfo p{font-size:1.125rem}
.banners .bannerwap .txt{position:absolute;left:0;bottom:0;height:100%;z-index:1000}
.banners .bannerwap .txt .cateinfo h3{font-size:1.5rem}
.banners .bannerwap .txt .cateinfo p{font-size:1rem}
.breadcrumbs{line-height:2rem}
.breadcrumbs em{font-style:normal;display: none;}
.breadcrumbs em:after{content:":";display:inline-block;padding:0 .25rem}
.breadcrumbs span{ display: inline-block; padding: 0 0.25rem;}
.subcolumn{margin:0 10px}
.subcolumn ul li a{display:block;color:var(--black);border:1px #c8c8c8 solid;line-height:3;margin:5px -10px;border-radius:2rem}
.subcolumn ul li a:hover,.subcolumn ul li.active a{background:var(--lanse);color:var(--white);border-color:var(--aprimary)}
.blog-item a{display:block}
.blog-item-wrapper{background:var(--white);border:solid 1px #e5e5e5;margin-bottom:40px;box-shadow:0 10px 50px 0 rgba(255,255,255,.15);-webkit-transition:transform .2s linear,-webkit-box-shadow .2s linear;-moz-transition:transform .2s linear,-moz-box-shadow .2s linear;transition:transform .2s linear,box-shadow .2s linear}
.blog-item-wrapper:hover{box-shadow:0 10px 50px 0 rgba(84,110,122,.35)}
.blog-item-wrapper:hover .blog-item-img:before{opacity:1}
.blog-item-text h3{line-height:26px;font-size:18px;font-weight:500;color:#263238}
.blog-item-text:hover h3{color:var(--hongse)}
.blog-item-text .item-more span{display:inline-block;width:130px;line-height:33px;text-align:center;color:#000;font-size:14px;color:#666;border:1px solid #e1e1e1;-webkit-transition:all .5s ease;transition:all .5s ease}
.blog-item-text:hover .item-more span{color:var(--white);background-color:#292e39}
.meta-tags span{color:#999;margin-right:10px}
.meta-tags span i{margin-right:5px}
.articlepicbox,.articlevideobox{box-shadow:0 1px 2px 0 rgba(0,0,0,.1);background:var(--white);position:relative;margin-bottom:1.875rem;border:1px solid #f3f3f3}
.articlepicbox .txt{transition:all .5s ease;position:relative;overflow:hidden}
.articlepicbox .txt::before{content:'';position:absolute;left:-170px;top:-70px;width:140px;height:140px;background-image:linear-gradient(to top,#9a754e 0,#dc4e20 100%);transform:rotate(45deg);transition:all .5s ease}
.articlepicbox .txt i{color:var(--white);position:absolute;left:.875rem;top:.875rem;line-height:1;font-size:.875rem;font-weight:600}
.articlepicbox .txt a{display:block;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:var(--black);font-size:1.125rem;height:4.375rem;line-height:4.375rem;padding:0 20%;transition:all .5s ease 0s}
.articlepicbox .more a{width:100%;padding:1rem 0;text-align:center;display:block}
.articlepicbox .more a i{transition:all .5s ease}
.articlepicbox .more .line{position:relative;width:100%;height:2px}
.articlepicbox .more .line::before{content:'';position:absolute;z-index:2;left:0;display:block;width:0;height:2px;background:var(--hongse);transition:all .5s ease}
.articlepicbox:hover{box-shadow:0 0 20px #ddd}
.articlepicbox:hover .txt::before{left:-100px}
.articlepicbox:hover .more a i{margin-left:.25rem}
.articlepicbox:hover .more .line::before{width:100%}
.productlistbox{box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:.5rem;background:var(--white);position:relative;margin-bottom:1.875rem;border:1px solid #fff}
.productlistbox .txt{transition:all .5s ease;position:relative;overflow:hidden}
.productlistbox .txt::before{content:'';position:absolute;left:-170px;top:-70px;width:140px;height:140px;background-image:linear-gradient(to top,#9a754e 0,#85935a 100%);transform:rotate(45deg);transition:all .5s ease}
.productlistbox .txt i{color:#fff;position:absolute;left:.875rem;top:.875rem;line-height:1;font-size:.875rem;font-weight:600}
.productlistbox .txt a{display:block;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#000;font-size:1.125rem;height:4.375rem;line-height:4.375rem;padding:0 20%;transition:all .5s ease 0s}
.articlevideobox .more a,.productlistbox .more a{width:100%;padding:.5rem 0;text-align:center;font-size:1rem;color:#655148;line-height:2;display:block}
.productlistbox .more a i{transition:all .5s ease}
.productlistbox .more .line{position:relative;width:100%;height:2px}
.productlistbox .more .line::before{content:'';position:absolute;z-index:2;left:0;display:block;width:0;height:2px;background:var(--aprimary);transition:all .5s ease}
.productlistbox:hover{box-shadow:0 0 20px #ddd}
.productlistbox:hover .txt::before{left:-100px}
.productlistbox:hover .more a i{margin-left:.25rem}
.productlistbox:hover .more .line::before{width:100%}
.product-card{position:relative;overflow:hidden}
.product-card:hover .action{right:20px;opacity:1;visibility:visible}
.product-card:hover .product-btn{opacity:1;top:0}
.product-card:hover .product-price{-webkit-transform:translateY(-100px);-ms-transform:translateY(-100px);transform:translateY(-100px)}
.product-group{position:relative;overflow:hidden}
.action{background:#fff;width:50px;height:50px;line-height:54px;color:#9a9a9a;font-size:1.25rem;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:50%;-webkit-box-shadow:0 0 9.3px .7px rgba(0,0,0,.06);box-shadow:0 0 9.3px .7px rgba(0,0,0,.06);-webkit-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out}
.action:hover{background:#59692b}
.action:hover button{color:#fff}
.action button{width:100%;height:100%;padding:0;border:0;line-height:1;background:0 0;-webkit-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out}
.product-card{position:relative;overflow:hidden}
.product-card:hover .action{right:20px;opacity:1;visibility:visible}
.product-card:hover .product-btn{opacity:1;top:0}
.product-card:hover .product-price{-webkit-transform:translateY(-100px);-ms-transform:translateY(-100px);transform:translateY(-100px)}
.product-group{position:relative;overflow:hidden}
.onsale{color:#fff;font-size:14px;font-weight:400;height:45px;width:45px;line-height:45px;position:absolute;left:10px;text-align:center;top:10px;z-index:99;border-radius:50%}
.product-thumb{display:block;overflow:hidden}
.product-thumb img{width:100%;-webkit-transition:.3s ease-out 0s;-o-transition:.3s ease-out 0s;transition:.3s ease-out 0s}
.product-thumb:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.product-title{display:block;color:#222;font-size:18px;line-height:1.5;}
.actions-verticale .action{position:absolute;top:20px;right:-100%;z-index:6;opacity:0;visibility:hidden}
.actions-verticale .action:nth-child(1){-webkit-transition:.5s ease-out 0s;-o-transition:.5s ease-out 0s;transition:.5s ease-out 0s}
.actions-verticale .action:nth-child(2){top:80px;-webkit-transition:.7s ease-out 0s;-o-transition:.7s ease-out 0s;transition:.7s ease-out 0s}
.actions-verticale .action:nth-child(3){top:140px;-webkit-transition:.9s ease-out 0s;-o-transition:.9s ease-out 0s;transition:.9s ease-out 0s}
.product-card  .picbg{ background:url(../images/pbg.png) no-repeat center bottom var(--cprimary);border-radius: 0.75rem; overflow: hidden;}
.product-option{position:relative}
.product-option select{border:1px solid #ebebeb;padding:2px 15px;line-height:24px;font-size:14px;color:#707070;text-align:left;text-transform:uppercase;width:70px;height:40px}
.product-option select:focus{border-color:#e5e5e5}
.shop-grid-menu{background:#fff;width:calc(100% - 145px);border:1px solid #ebebeb}
.shop-grid-menu .dropdown-item{line-height:24px;font-size:14px;padding:3px 15px;color:#222}
.shop-grid-menu .dropdown-item:hover{background:#f9d738;color:#fff}
.sort-by{min-width:70px;line-height:20px;padding:5px;margin-left:50px}
.cattitle{font-size: 1.75rem;color: #181616;font-family: rajdhani,sans-serif; font-weight: 600;}

.form-group{ position:relative;}
.form-group label{display: none;}
.form-group button.btn{background:#eb2d2d; color: #fff;}
.content-form .content-form-title{ margin-bottom:3rem;}
.content-form .content-form-title h3{ color: #000000;font-size:3rem;font-weight: lighter;letter-spacing: -3px;text-transform: uppercase;}
.content-form .content-form-title p{color: #000000; font-size: 1.125rem;line-height: 2rem;}
.content-form .form-group{ margin:2rem 0;    border-bottom: solid 1px #d2d2d2;}
.content-form .form-group label,.message .form-group label{ display:none;}
.content-form .form-group .form-control{ border:none; background:none; margin-bottom:0;}
.content-form .form-submit button{ width: 100%;}

.Showing{color:#222}
.contactbox .title{font-size:1.875rem;color:#fff;padding-bottom:1rem}
.contactbox ul li{border-top:1px #fff solid;padding:1rem 0 1rem 2rem;color:#fff;position:relative}
.contactbox ul li:first-child{border-top:none}
.contactbox ul li em{position:absolute;left:0;top:1.5rem;font-size:1.5rem}
.contactbox ul li h5{font-size:1.125rem;font-weight:300;margin:0}
.contactbox ul li h3{font-size:1.5rem;font-weight:300;margin:0}
.contactico{padding-top:1rem}
.contactico a{display:inline-block;background-color:#fff;width:2rem;height:2rem;color:#4d4d4d;line-height:2rem;text-align:center;border:1px #fff solid;border-radius:50%;margin-right:1rem}
.showtitle{color:#333;line-height:3rem;font-size:2em}
.showsubtitle{line-height:2.5rem;color:#9c9c9c;border-bottom:1px #ededed dashed}
.showsubtitle span{margin-right:10px}
.showsubtitle span i{padding:0 5px}
.showsubtitle a{color:#ededed}
.ProductZoom img{max-width:100%}
.ProductZoomtitle{line-height:2rem;position:relative;font-size: 2rem; line-height: 150%;font-weight: 600;}
/*
.ProductZoomtitle ul li a{font-size:1.75rem;color:#2e2e2e;line-height:2;font-weight:500}
*/
.shangxia{border-top:1px #00207f dotted;border-bottom:1px #00207f dotted;padding:.5rem 0}
.share .sharetitle{font-size:1.25rem;border-bottom:1px #e8e8e8 solid}
.showtags span{font-weight:600}
.showtags span::after{content:":";display:inline-block;padding:0 .25rem}
.enquiry a{display:inline-block;line-height:35px;padding:0 20px;background-color:#59692b;color:#fff;border-radius:4px}
.substation .title{position:relative;height:36px;padding:0;margin:15px 0;text-align:left;font:bold 22px/42px "Microsoft yahei";color:#737372}
.substation .title a{position:absolute;right:10px;top:0;height:36px;width:100px;text-align:center;display:block;background:#eb2830;color:#fff;line-height:36px;font-size:14px;font-weight:700}
.substation .title a:hover{text-decoration:none;background:#f39c11;color:#fff}
.substation .substationlist{border:1px solid #f4f4f4;padding:15px;margin:15px 0}
.substation .substationlist dl{padding:10px 0;line-height:24px;overflow:hidden;border-bottom:1px dashed #ddd}
.substation .substationlist dl dt{float:left;font-family:arial;font-weight:700;font-size:18px;width:35px;padding-left:25px;color:#444;display:table-cell}
.substation .substationlist dl dd{margin:0 0 0 55px;padding-left:15px;border-left:1px dashed #b2b2b2}
.substation .substationlist dl dd a{padding:1px 12px 1px 12px;white-space:nowrap;float:left;display:block;line-height:30px}
.substation .substationlist dl dd a:hover{text-decoration:none;background:#eb2830;color:#fff}
.substation .substationfooter{text-align:center;border-top:2px solid #eb2830;padding-top:10px}
.substation .substationfooter .substationfootermenu ul li{display:inline-block;line-height:30px}
.substation .substationfooter .substationfootermenu ul li a{display:block;padding:0 15px}
.substation .substationfooter .copyright{text-align:center;padding:10px 0}
.hotsubstation span::after{content:":"}

.cd-accordion-menu .has-children{border-bottom: 1px solid #000; line-height: 2.5rem;}
.cd-accordion-menu ul li a i{ font-size: 1.25rem;}
.cd-accordion-menu a{display: none;font-size: 1rem;}
.sitemaplist{padding:15px 0}
.sitemaplist ul{display:block}
.sitemaplist ul:after{clear:both;content:"";display:table}
.sitemaplist ul li{padding-left:10px}
.sitemaplist ul li a{line-height:36px;padding:0 15px;color:var(--black);font-weight:600;font-size:1.5rem}
.sitemaplist ul li a:hover{text-decoration:underline;padding:0 5px 0 25px;color:var(--aprimary)}
.sitemaplist ul li ul li{float:left}
.sitemaplist ul li ul li.xj{float:none;width:100%;overflow:hidden}
.sitemaplist ul li ul li a{font-weight:400;font-size:1rem}
.cloud-zoom-lens{border:2px solid #ddd;margin:0;background-color:#fff;cursor:move}
.cloud-zoom-title{display:none;position:absolute!important;background-color:#000;color:#fff;padding:3px;width:100%;text-align:center;font-weight:700;font-size:10px;top:0}
.cloud-zoom-big{border:2px solid #ccc;overflow:hidden}
.cloud-zoom-loading{color:#fff;background:#222;padding:3px;border:1px solid #000}
.zoom-section{clear:both}
.zoom-small-image{margin:0;max-width:100%;border:1px #eee solid}
.zoom-small-image img{width:100%}
.cloud-zoom-gallery{text-align:center;display:block}
.zoom-tiny-image{border:1px solid #eee}
.zoom-tiny-image:hover{border:1px solid #f9f66d}
.zoom-desc{position:relative}
.zoom-desc .swiper{position:static}
.zoom-desc .swiper-button-next{right:-1.5rem;color:#85935a}
.zoom-desc .swiper-button-prev{left:-1.5rem;color:#85935a}
.zoom-desc .swiper-button-next:after,.zoom-desc .swiper-button-prev:after{font-size:1rem;width:.5rem}
.attrlist span{ font-weight: 600;}
.likearticle .title:after{content:"";display:table;clear:both}
.likearticle .title h3{color:#2e2e2e;font-size: 2rem; line-height: 150%;font-weight: 600;}
.likearticle .title h3 i{font-size:1rem;font-style:normal;color:var(--lanse);padding:0 5px;font-weight:200;display:none}
.likearticle .title h3 em{font-size:1rem;font-style:normal;color:var(--lanse);text-transform:uppercase;font-weight:200;display:none}
.likearticle .title a{float:right}
.likearticle .title a i{font-style:normal}
.likearticle .title a:hover{padding-right:10px;text-decoration:underline;color:var(--lanse)}
.likearticle .likearticlelist ul li{line-height:30px;margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #ccc}
.likearticle .likearticlelist ul li span{float:right}
.likearticle .likearticlelist ul li a{line-height:30px}
.likearticle .likearticlelist ul li a i{margin-right:5px}
.likearticle .likearticlelist ul li a:hover{color:var(--lanse);padding-left:20px}
.jobtable{border:1px #dedede solid;margin-bottom:2rem;background-color:var(--white)}
.jobtable ul{line-height:2.5rem;border-top:1px #dedede solid;padding:0 10px;overflow:hidden;margin-bottom:0}
.jobtable ul p{margin-bottom:0}
.jobtable ul.biaoti{border-top:none;position:relative}
.jobtable ul.biaoti a{display:block;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:var(--lanse);line-height:1.5rem;margin-top:.5rem;color:#fff;padding:0 5px;border:none;position:absolute;right:1rem;top:0}
.jobtable li{float:left;width:calc(100% - 81px);border-left:1px #dedede solid;display:block;padding-left:10px;line-height:2.5rem}
.jobtable li:first-child{width:80px;height:auto;font-style:normal;border-left:none;padding-left:0}
.pages{margin-bottom:1.5rem}
.pagination-block{display:flex;justify-content:center}
.pagination_info{margin:0 10px;display:flex;align-items:center}
.pagination li a,.pagination li span{position:relative;margin:0 .4rem;line-height:2.5rem;width:2.5rem;background-color:var(--aprimary);color:var(--white);display:block;text-align:center;border-radius:.5rem;text-decoration:none;background-color:var(--cprimary);border:0 solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.pagination li a:hover{z-index:2;color:var(--white);background-color:var(--lanse);border-color:var(--lanse)}
.pagination .disabled span{color:var(--white);pointer-events:none;background-color:var(--cprimary);border-color:var(--cprimary)}
.pagination .active span{color:var(--white);background-color:var(--lanse);border-color:var(--lanse)}
.pagination_jump{display:flex;align-items:center}
.pagination_jump>*{padding:0 4px}
.pagination_jump input{border-radius:0;background-color:var(--aprimary);background-clip:padding-box;border:1px solid #ced4da;padding:.375rem .75rem}
.pagination_jump input:focus{outline:0}
.pagination_jump .btn{padding:.25rem .5rem;font-size:.875rem}
#baiduditubox img,.google-maps img{max-width:none!important}
#baiduditubox label{max-width:none!important}
.map-con .map{height:500px;z-index:1}
#footer{background:var(--bgprimary);color:var(--white)}
#footer a{color:var(--white);}
#footer .footerwords{border-bottom: 1px solid #3e3e3e; font-size: 2.5rem; line-height: 150%;}
#footer .footernav ul li{ margin-bottom: 0.5rem;}
#footer .footernav ul li a{ font-size: 1.5rem;}
@media (max-width:1366px){
  .navbar .dropdown .dropdown ul{left:-90%}
}
@media (max-width:991px){
  .navbar a.nav-link{line-height:2.5rem;}
  .subcolumntitle{background-color:var(--lanse);overflow:hidden;padding:0 1rem;line-height:3rem;color:#fff;border-radius:.5rem;text-transform:uppercase}
  .subcolumntitle i{float:right;line-height:3rem;display:block}
  .leibie,.subcolumn{display:none}
  .subcolumn .row{ margin-left: 0; margin-right: 0;}
  .mobile-nav-toggle{display:block}
  .navbar a,.navbar a:focus{line-height:2rem;display:flex;align-items:center;justify-content:space-between}
  .navbar ul.navul,.navbar.navdiv{width:auto!important}
  .navbar ul{display:none}
  .navbar-mobile.navbar ul.navul{display:block!important}
  .navbar li{width:100%}
  .navbar .dropdown ul a{background:0 0;color:var(--words)}
  .navbar .dropdown .dropdown:hover>ul{left:-100%}
  .menubg{background:var(--white)}
  #header .logo img{max-width:300px}
  #header .logo{height:4rem;line-height:4rem;overflow:hidden;margin:0;padding-top:0;padding-bottom:0}
  #header .logo img{max-height:4rem;margin:0}
  .carousel-item .txt h3,.section-title .subtitle,.inabout .inabouttitle .txtp,#footer .footerwords,.inabout .inabouttitle .title,.innovate-item .txt .txtbox h3{ font-size: 1.25rem;line-height: 120%;}
  .inbolgs-item .title .h4,.carousel-item .txt p{ font-size: 1.125rem;line-height: 120%;}
  .carousel-item .txt a{font-size: 1rem;}
  .inbolgs-item .more{ position:relative;left:0;}
}
@media screen and (max-width:768px){
  [data-aos-delay]{transition-delay:0!important}
  .appointment-btn{margin:0 15px 0 0;padding:6px 15px}
}