@charset "UTF-8";
@import "font-awesome.min.css";
@pc:1920;
:root {
  --aprimary:#fff; /* 主色调、链接*/
  --cprimary:#f2f2f2; /*辅色调*/
  --bgprimary:#0f1014;
  --words: #434342;  /*大部分文字、深色文字*/
  --lightWords: #565656; /*少部分文字、浅色文字*/
  --wordsbg:#999;
  --lanse: #11497c;
  --lansetm:rgba(0,68,155,0.6);
  --defaultcolor:#0086c5;
  --white:#fff;
  --black:#000;
  --huise:#dcdcdc;
  --huisebg:#f7f7f7;
  --qianhuise:#aaa;
  --shenhuise:#333;
  --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;
  --fontsize:16px;
}
@-webkit-keyframes animate-preloader{ 0%{transform:rotate(0)} 100%{transform:rotate(360deg)} }
@keyframes animate-preloader{0%{transform:rotate(0)} 100%{transform:rotate(360deg)} }
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}
.tl0{top: 0; left: 0;}
.tr0{top: 0; right: 0;}
.bl0{bottom: 0; left: 0;}
.br0{bottom: 0; right: 0;}
.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}
.picturesbox .pic{position:relative;width:100%;height:0;padding-bottom:100%;overflow:hidden}
.picturesbox .pic img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;transition:all 2s ease .5s}
.picturesbox:hover .pic img{transform:translate(-50%,-50%);}
.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%)}

.product-image .pic-1{opacity:1;transform:rotateY(0);transform-origin:center;backface-visibility:hidden;transition:transform 0.5s,opacity 0.2s;}
.product-card:hover .product-image .pic-1{transform:rotateY(-70deg);opacity:0;}
.product-image .pic-2{width:100%;height:100%;transform-origin:center;transform:rotateY(70deg);backface-visibility:hidden;top:0;left:0;opacity:0;transition:transform 0.5s,opacity 0.2s ; position: absolute;}
.product-card:hover .product-image .pic-2{transform:rotateY(0deg);opacity:1;}

#output canvas{ display:block!important;}
.outputp{ height:1rem; line-height:1rem; font-size:0.75rem; color: var(--black); text-align:center;}

.yidong{animation:bounce 5s infinite;animation-timing-function:linear;-webkit-animation:bounce 5s infinite;-webkit-animation-timing-function:linear;}
.yidongs{animation:flip 5s infinite;animation-timing-function:linear;-webkit-animation:flip 5s infinite;-webkit-animation-timing-function:linear;}
@-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}
@keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}
.transitioncss{transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);-webkit-transform: translateX(0);transition: .25s ease-out;-moz-transition: .25s ease-out;-ms-transition: .25s ease-out;-o-transition: .25s ease-out;-webkit-transition: .25s ease-out;}

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;overflow:hidden;background:var(--white)}
#preloader:before{content:"";position:fixed;top:calc(50% - 30px);left:calc(50% - 30px);border:6px solid var(--defaultcolor);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}
.back-to-top{position:fixed;visibility:hidden;opacity:0;right:1rem;bottom:1rem;z-index:10006;background:var(--black);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(--defaultcolor);color:var(--white)}
#header{transition:all .5s;}
.headerbg{ background:var(--white);}
#header.header-scrolled{top:0}
#header.fixed-top{ position: fixed;}
#header .logo{line-height:5rem;overflow:hidden;margin:0;padding:0.5rem 0;}
#header .logo img{max-height:5rem;margin:0}
.navright{ margin-right: -1rem;}
.navlanguage{ border-left: 1px solid #ececec;}
.navlanguage a{line-height: 6rem; font-size: 1rem;}
.nav-search{ background:var(--defaultcolor); color: var(--white); line-height: 6rem;font-size: 1.5rem; border-radius: 0 0 1rem 0; overflow:hidden;}
.nav-search:hover{ color: var(--white);}
.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 .nav-links a{ font-size: 1.25rem;}
.navbar a.nav-link,.navbar a.nav-link:focus{padding:0 0.5rem; font-size: 0.875rem;line-height:6rem;color:var(--words);white-space:normal;transition:.3s;text-transform:uppercase;font-weight:500}
@media (min-width:1200px){
  .navbar a.nav-link,.navbar a.nav-link:focus{padding:0 2rem; font-size: 1rem;}
  .headerbg{ margin: 0 2rem;}
}
@media (min-width:1600px){
  .navbar a.nav-link,.navbar a.nav-link:focus{padding:0 2rem; font-size: 1rem;}
  .headerbg{ margin: 0 2rem;}
}
@media (min-width:1900px){
  .navbar a.nav-link,.navbar a.nav-link:focus{padding:0 3rem; font-size: 1rem;}
  .headerbg{ margin: 0 2.5rem;}
}
.navbar a.nav-link i,.navbar a.nav-link: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 .nav-li a.nav-link:before{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--defaultcolor);-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.navbar .active::before,.navbar .nav-li:hover a.nav-link::before{left:25%;width:50%}
.navbar a.nav-link:hover:before,.navbar a.nav-link.active:before,{color:var(--black); }
.navbar .dropdown ul{display:block;position:absolute;left:0;width:100%;top:calc(100% + 30px);margin:0;padding:0 0;z-index:999;opacity:0;visibility:hidden;transition:.3s;border-radius:0; border: none; min-width: 100%;}
@media (min-width:1200px){
  .navbar .dropdown ul{left:-10%;min-width: 120%;}
}
.navbar .dropdown ul a{text-transform:none; padding: 0 1rem; line-height:2rem;}
.navbar .dropdown ul li{width:100%; position: relative; padding: 0.5rem 0;background:var(--white);}
.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(--defaultcolor);font-size:1.5rem;cursor:pointer;display:none;line-height:0;transition:.5s}
.mobile-nav-toggle.bi-x{color:var(--lightWords);}
.navbar-mobile{position:fixed;overflow:hidden;top:0;right:0;left:0;bottom:0;background:var(--words);transition:.3s;z-index:9999}
.navbar-mobile .mobile-nav-toggle{position:absolute;top:1rem;right:1rem;color:var(--white)}
.navbar-mobile ul{display:block;position:absolute;top:55px;right:1rem;bottom:1rem;left:1rem;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:1rem;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:var(--white);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:0.75rem}
.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul li:hover>a{color:var(--defaultcolor)}
.navbar-mobile .dropdown>.dropdown-active{display:block}

.searchbox{background: var(--huise);}
.searchbox .hotsearch{color: var(--shenhuise);line-height:1.5rem; position: relative;}
.searchbox .hotsearch::before{ display: block; content: ""; position: absolute; left:0; top: 5%; width: 2px; height: 90%; background: var(--lanse);}
.searchbox .hotsearch span{ color:var(--lanse); font-weight:600; display: block;}
.searchbox .hotsearch a{color: var(--shenhuise);line-height: 1.5rem;}

#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(--defaultcolor);color:var(--whitetm); border-color:var(--defaultcolor);}
#bannerflash .carousel-indicators{margin-bottom: 1.25rem;}
#bannerflash .carousel-indicators [data-bs-target]{ height: 6px; border-radius: 6px; width: 60px; overflow: hidden; display: inline-block; border-top: 0; border-bottom: 0;}
#bannerflash .carousel-indicators [data-bs-target].active{ background-color: var(--defaultcolor);}

.carousel-item .txt{ left: 0; top: 0; z-index: 1; color: var(--white)}
.carousel-item .txt .title{ font-size: 3.75rem; line-height: 120%;}
.carousel-item .txt .notes{ font-size: 1.5rem; line-height: 120%;}
.carousel-item .txt .more a{font-size: 1.25rem; border: 1px solid var(--white); color: var(--white); position: relative; overflow: hidden;}
.carousel-item .txt .more a span{ position: relative; z-index: 2;}
.carousel-item .txt .more a:after{content:""; z-index: 1; background-color: var(--defaultcolor);width:0; position: absolute; top: 0; left:0; height: 100%;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.carousel-item .txt .more:hover a{border-color: var(--defaultcolor);}
.carousel-item .txt .more:hover a:after{width:100% }
.carousel-item .pic{ z-index: 0;}

.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.grabbing {cursor:url(grabbing.png) 8 8, move;}
.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:     hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-theme .owl-controls{text-align:center}
.owl-theme .owl-controls .owl-pagination{position:absolute;width:100%;bottom:0; left:0;}
.owl-theme .owl-controls .owl-buttons{position:absolute;width:100%;top:50%; margin-top:-50px;}
.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;width:40px;height:40px;text-indent:-9999px;margin:0;padding:0}
.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/pager-left.png);background-size: cover;opacity:1;filter:alpha(opacity=100);position:absolute;left:-50px}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{opacity:.7;filter:alpha(opacity=70)}
.owl-theme .owl-controls .owl-buttons div.owl-next{background:url(../images/pager-right.png); background-size: cover; opacity:1;filter:alpha(opacity=100);position:absolute;right:-50px}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover{opacity:.7;filter:alpha(opacity=70)}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}
.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:0 4px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#fff; border:2px #11497c solid;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background:var(--lanse); border-color:var(--wordsbg);}
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-item.loading{min-height:150px;background:url(../images/AjaxLoader.gif) no-repeat center center}

.bannerbox{ overflow: hidden;}
.bannerbox a{ margin: 0 -960px; display: block; text-align: center;}
.bannerbox a img{ max-height: 180px;}
.bannertxt{height:211px;background: url(../images/bannerpc2025.jpg) no-repeat center var(--lanse) ; color: var(--white); line-height:3rem; position: relative;}
.bannertxt::after{ content: ""; display: block; position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;}
.bannertxt .container{ z-index: 2; position: relative;}
.bannertxt span{ font-size: 2rem; font-weight: 600;}
.bannertxt i{ font-style: normal; padding: 0 5px;}
.bannertxt em{ text-transform: uppercase;}

section{overflow:hidden}
#main section{ overflow:hidden;}

.section-title .title{font-size:3rem; line-height: 4rem; font-weight: 600; color:var(--black); margin: 0; padding: 0;}
.section-title .title_en{color:var(--lightWords);font-size:1rem; line-height: 2.666666rem; position: relative;}
.section-title .title_en:before,.section-title .title_en:after{ content: ""; display: inline-block; height: 1px; background: var(--lanse); width: 1.25rem; vertical-align: middle; margin: 0 5px;}
.section-title .title span,.section-title .title_en span{color:var(--lanse);}
.section-title .subtitle{color:var(--words);font-size:2.5rem; line-height: 3rem;position: relative; z-index: 2;}

#invideo .invideo{ position: relative; height: 549px!important;}
#invideo .videobottom{ background: rgba(17,73,124,0.8);}
#invideo .videobottom h3{ color:var(--white); font-size: 1rem;}
.myvideo .close{ font-size: 1.5rem;}

.inproduct-boxer .inproduct-li .txt{ -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
.inproduct-boxer .inproduct-li:hover .txt{background: var(--lansetm);}
.inproduct-boxer .inproduct-li .txt .txt-boxer{display:none;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
.inproduct-boxer .inproduct-li:hover .txt .txt-boxer{ display: block;}
.inproduct-boxer .inproduct-li .txt .txt-boxer h3{ font-size:3rem;line-height: 4rem; }
.inproduct-boxer .inproduct-li .txt .txt-boxer h4{font-size:3rem;line-height: 4rem; }
.inproduct-boxer .inproduct-li .txt .txt-boxer p{}
.inproduct-boxer .inproduct-li .pic .pic-txt{background: linear-gradient(0deg, var(--blacktm), transparent);}
.inproduct-boxer .inproduct-li .pic .pic-txt a{ font-size: 2rem; line-height: 2rem;opacity: 1;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
.inproduct-boxer .inproduct-li:hover .pic .pic-txt a{opacity: 0;}

.baidumapprovince{line-height:70px;}
.network-bg{background:url(../images/networkbg.jpg) no-repeat center top #d4d4d6;}
.baidumap .baidumapstore{ background:var(--white); z-index:2; position:relative;border: 0px solid rgba(0,0,0,.15);border-radius: 4px;-webkit-box-shadow:-6px 0px 12px 1px #c0c0c0,0px -6px 12px 1px #c0c0c0,6px 0px 12px 1px #efefef,0px 6px 12px 1px #c0c0c0;box-shadow: -6px 0px 12px 1px #c0c0c0,0px -6px 12px 1px #c0c0c0,6px 0px 12px 1px #c0c0c0,0px 6px 12px 1px #c0c0c0;}
.baidumap .baidumapstore .baidumapstorelist{ height:500px; /*overflow-x:hidden; overflow-y:auto;*/ }
.baidumap .baidumapstore .baidumapstorelist .baidumapmember font{ color:#f00;}
.baidumap .baidumapstore .baidumapstorelist .baidumapstorelistbox{ height:440px;border-top:1px #efefef solid;}
.baidumap .baidumapstore .baidumapbox{height:400px; overflow:hidden;}
.baidumap .baidumapstore .baidumapstorelist .db{display:block; height:400px;}
.baidumap .baidumapstore .baidumapstorelist .baidumapstorelistli{ height:99px; border-top:1px #efefef solid;}
.baidumap .baidumapstore .baidumapstorelist .baidumapstorelistli:first-child{ border-top:none;}
.baidumap .baidumapstore .baidumapstorelist .baidumapstorelistli a.baidumapstorea{ color:var(--black); line-height:2rem; font-size:1rem; margin:0;}
.baidumap .baidumapstore .baidumapstorelist .baidumapstorelistli a.more{ line-height: 1rem; font-size: 0.75rem;}
.baidumap .baidumapstore .baidumapstorelist .baidumapstorelistli .address{color:var(--black);line-height:2rem;white-space: nowrap;text-overflow: ellipsis; overflow: hidden;word-break: break-all; }
.baidumap .baidumapstore .baidumapstorelist .baidumapstorelistli .tel{ white-space: nowrap;text-overflow: ellipsis; overflow: hidden;word-break: break-all;}
.baidumap .baidumapstore .baidumapstorelist .hd{ overflow:hidden; background:#e1e1e1; position:relative;}
.baidumap .baidumapstore .baidumapstorelist .hd:before{ content:""; display:block; left:50%; top:0; position:absolute; width:1px; height:100%; background:#d2d2d2;}
.baidumap .baidumapstore .baidumapstorelist .hd .prev,.baidumap .baidumapstore .baidumapstorelist .hd .next{ width:50%; display:block; float:left; line-height:40px; text-align:center; font-size:30px; color:#acacac;}
.baidumap .baidumapstore .storebaidumap{ height:520px;}
.baidumap .baidumapstore .storebaidumap img{max-width: none!important;}
.baidumap .baidumapstore .storebaidumap label{ max-width: none!important;}
.network-bg .kouhao{ color:var(--lanse); font-size: 1.5rem; line-height: 2.4rem; }
.BMap_bubble_content .content a{ color: var(--white); font-size: 0.75rem;}
.map{ position:relative;width:856px; margin:0 auto;}
.map a{ color:var(--huise); font-size:0.875rem; text-decoration:none;}
.map a:hover{ color:#fff;}
.citybg{ position:absolute; display:none; z-index:3;}
.city a.active .citybg{ display:block; z-index:3;}
.single_sys{ height:60vh;display: flex;flex-wrap: wrap;align-content: center;}

.inbolgs{background:#f7f7f7;}
.inbolgs-cat ul li a{ background:transparent; border: 1px var(--lightWords) solid; line-height: 2.5rem; color: var(--lightWords); border-radius: 1rem;}
.inbolgs-cat ul li a.active,.inbolgs-cat ul li a:hover{background: var(--lanse); color: var(--white); border-color: var(--lanse);}
.inbolgs .txt .title a{ color: var(--black); font-size: 1.75rem; line-height: 2.5rem;}
.inbolgs .txt .description{ line-height: 2.4rem; height: 4.8rem;}
.inbolgs .txt .bottomline{ display: block; background: var(--lanse); height: 0.5rem; width: 0;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.inbolgs .txt:hover .bottomline{ width: 100%;}

.incase .incase-li .pic-txt{-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
.incase .incase-li:hover .pic-txt{background: linear-gradient(90deg, var(--lanse), transparent);}
.incase .incase-li .pic-txt .pic-txt-boxer{display:none;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
.incase .incase-li:hover .pic-txt .pic-txt-boxer{ display: block;}
.incase .incase-li .pic-txt .pic-txt-boxer h3{ font-size: 2.5rem; position: relative;}
.incase .incase-li .pic-txt .pic-txt-boxer h3:before{ content: ""; display: block; position: absolute; left: -2rem; height: 1px; background: var(--white); width: 1.8rem; top: 50%;}
.incase .incase-li .txt .title a{ font-size: 1.5rem;}

.jingyin{overflow: hidden; margin-top: 30px;}
.jingyin .jingyinbox{ margin-bottom: 30px;}
.jingyin .jingyinbox .title{ background: #11497c; color: #fff; line-height: 32px; padding: 5px 10px; font-size: 16px;border-radius:8px 8px 0 0;}
.jingyin .jingyinbox .txt{ background: #e3e1e2; border-radius: 0 0 8px 8px; padding: 10px;}

.recent-product-box{-webkit-box-shadow:-4px 0px 8px 1px #f0f0f0,0px -4px 8px 1px #f0f0f0,4px 0px 8px 1px #f0f0f0,0px 4px 8px 1px #f0f0f0;box-shadow: -3px 0px 6px 1px #f0f0f0,0px -4px 8px 1px #f0f0f0,4px 0px 8px 1px #f0f0f0,0px 4px 8px 1px #f0f0f0; background:#f7f7f7;  margin-bottom:30px;}
.recent-work-wrap{position:relative; overflow:hidden;}
#photo .recent-work-wrap .overlaytu{ border:none;}
.recent-work-wrap picture img:not(.noscale){transition: all 2s ease 0s;}
.recent-work-wrap:hover picture img:not(.noscale){transform: scale(1.2);}
.recent-work-wrap .overlaytxt{position:absolute;top:-500px;left:0;width:100%; overflow:hidden; z-index:100000;height:100%;border-radius:0;/*opacity:0;background:#76171b;*/color:#fff;vertical-align:middle;-webkit-transition:opacity 500ms;-moz-transition:opacity 500ms;-o-transition:opacity 500ms;transition:opacity 500ms;transition: .25s ease-out;-moz-transition: .25s ease-out;-ms-transition: .25s ease-out;-o-transition: .25s ease-out;-webkit-transition: .25s ease-out;}
.recent-work-wrap:hover .overlaytxt{top:0;}
.recent-work-wrap .recent-work-inner{opacity:1;width:100%;border-radius:0; height: 100%;}
.recent-work-wrap .recent-work-inner-wz h3{font-size:1.25rem;}
.recent-work-wrap .recent-work-inner-wz h4{ padding:0; margin:0; font-weight:300;}
.recent-work-wrap .recent-work-inner-wz p{display:block;}
.recent-work-wrap .recent-work-inner-wz i{ background-color:#11497c; color:#fff; font-size:16px; text-align:center; font-style:normal; width:50px; line-height:50px; display:inline-block;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.recent-work-wrap .recent-work-inner-wz i a{ color:#fff;}
.recent-work-wrap .recent-work-inner-wz i a:hover{color: #00a7f8;}
.recent-product-box .recent-work-wrapwz h3,.recent-product-box .recent-work-wrapwz h3{ font-size: 1rem;}
.recent-product-box .more{ text-align:center; padding-bottom:10px;}
.recent-product-box .more a{ width:35%; display:inline-block; background:#11497c; color:#fff; margin:0 1%; line-height:32px;border-radius:5px;}
.product-items .product-items-bg:nth-child(even){ background: #f7f7f7; }
.product-items .product-items-bg .overlaytu{}
.product-items .product-items-bg .overlaytu:before,#wrap:before{ position: absolute;content: ""; display: block; top: 0; left: 10px; width: 48px; height: 48px; background: url(../images/logo.png) no-repeat center; z-index: 10; background-size: 100% auto;}
.product-work-inner .title a{ font-size: 1.25rem; line-height: 2rem;color:var(--black); white-space: nowrap;}
.product-work-inner .title:hover a{ color: #11497c; text-decoration: underline; padding-left: 10px;}
.product-work-inner .info span{ margin-right: 10px;}
.product-work-inner .info span i{ margin-right: 3px;}
.product-work-inner .description{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;line-clamp: 4;-webkit-box-orient: vertical;}
.product-work-inner .more{ text-align: right; overflow: hidden;margin-top: 10px;}
.product-work-inner .more a{ display: block;margin-left: 15px; color: var(--white);}
.product-work-inner .more a i{ padding-right:8px;}
.product-work-inner .more a.online{ display: none!important;}

.news-items .news-items-bg:nth-child(even){ background: #f7f7f7;}
.news-work-inner .title a{ font-size: 1rem; line-height: 2rem;}
.news-work-inner .title:hover a{ color:var(--lanse); text-decoration: underline; padding-left: 10px;}
.news-work-inner .more a{ font-size: 0.875rem;}

.recruittitle{color:var(--lanse) ;font-size: 1rem;}
.recruittitle i{ color:var(--lanse) ; padding-right: 5px;}
.recruittitle span{ font-size: 1.4rem;}
.recruitbox table{ margin-bottom: 0;}
.recruitbox table tr:first-child td{ border-top: none;}
.apply{ padding: 10px;}

.urlview{ margin-bottom: 15px;}

.culture ul li{margin: 0 0 30px;}
.culturebox{ background: #f9f9f9; padding: 15px 0; border-radius: 15px; }
.culturebox .pic{ position: relative;}
.culturebox .pic::after{ content: ""; display: block; left: 50%; margin-left: -1px; top: -50%; height: 100%; width: 2px; background: var(--lanse); position: absolute; z-index: 1;}
.culture ul li:first-child .culturebox .pic::after{ display: none;}
.culturebox .pic picture{ height: 120px; width: 120px;  background: var(--lanse); border-radius: 100%; display: block; padding: 30px; text-align: center;  margin: 0 auto; position: relative; z-index: 2;}
.culturebox .pic picture img{-webkit-transition: -webkit-transform 2s ease-out;-moz-transition: -moz-transform 2s ease-out; -o-transition: -o-transform 2s ease-out; -ms-transition: -ms-transform 2s ease-out;}
.culturebox:hover .pic picture img{-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg); -o-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); transform: rotateZ(360deg);}
.culturebox .txt{ text-align: center;}
.culturebox .txt h3{color: var(--lanse); font-size: 1.5rem; font-weight: 600;}
.culturebox:hover .txt h3{ padding-left: 10px;}
.culturebox .txt p{ color: #666; line-height: 2rem; margin: 0; padding: 0;}

.bar{ background: var(--lanse); text-align: center;}
.bar .barcontact{ position: relative;}
.bar .barcontact .barcontactbox{ position: absolute;height: 297px;width: 260px; background: url(../images/barbg.png) no-repeat; left: -18px; top: -15px;display: flex;align-items: center; justify-content: center; }
.bar .barcontact .barcontactbox .txt{}
.bar .barcontact .barcontactbox .txt h4{ color: #fff; font-size: 1.5rem; font-weight: 300;}
.bar .barcontact .barcontactbox .txt h3{ color: #fff; font-size: 3rem;font-weight: 100;}
.bar .barcontact .barcontactbox .txt .more{}
.bar .barcontact .barcontactbox .txt .more a{ background: #fff; line-height: 32px; font-size: 1.166666rem; color: var(--lanse); padding: 5px 12px;}
.weizhi{ border-bottom:1px #cccccc solid; line-height:40px; position:relative; display:none;}
.weizhi i{ margin-right:5px;}
.viewtitle{color:#333;line-height:50px; font-size: 1.75em; padding-right:100px;}
.viewinfo{line-height:40px;color:#9c9c9c;border-bottom:1px #ededed dashed}
.viewinfo span{ margin-right:10px;}
.viewinfo span i{ padding:0 5px;}
.viewinfo a{color:#ededed;font-size:10px}
.contnetpic{ text-align: center;}
.view-demo{ padding-bottom: 20px;}
.viewdescription,.tagscontent{ background: #f7f7f7; padding: 10px; border: 1px #ddd dotted; margin-top:15px;}

.viewbox{ background:#fff; overflow: hidden;}
.viewbox .back,.productshow .back{ text-align: center; padding: 15px 0;}
.productshow{background:#fff; margin:15px 0; }
.ProductZoom{padding:15px 0; border-bottom:1px #e4e5e5 solid; margin-bottom: 15px; overflow-x:hidden;}
.ProductZoom img{max-width:100%}
.ProductZoomtitle{ margin-bottom:15px; border-bottom:1px #eee solid; color:var(--lanse); font-size:16px; line-height:36px; position:relative;}
.ProductZoomtitle h3{ width:120px; font-size: 1.5rem; color:var(--lanse);}
.ProductZoomtitle:after{ width:120px; border-bottom:3px var(--lanse) solid; position:absolute; bottom:-1px; left:0;content:""; display:block;}
.fontZoom.table-responsive,.ProductZoom.table-responsive{ border: none !important;}
.downfile{ padding:5px 0;}
.downfile label{display:inline-block; margin-bottom:0; line-height:32px; font-size:1.5rem;}
.downfile a{ display:inline-block; background:var(--lanse); color:#fff; padding:0 10px; line-height:32px;border-radius: 5px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;}

.fontZoom,.single{padding:15px 0;}
.fontZoom img,.single img{max-width:100%;}
.fontZoomtitle{background-color:#eee;margin-bottom:20px}
.fontZoomtitle h3{line-height:36px;padding-left:10px;color:#000}
.contacttitle{ border-bottom:1px var(--lanse) solid; padding-bottom:15px; margin-bottom:15px; font-size:16px; color:var(--lanse); font-weight:600; line-height:36px;}
.contactny{ padding:0 0; line-height:36px;}
.contactny .row{ border:1px var(--lanse) solid; margin:5px 0;}
.contactny .row .title{border-right:1px var(--lanse) solid; font-weight:600;}
.no{ text-align: center; font-size: 2rem; padding: 15px;}
.serviceone ul li{margin: 0 0 30px;}
.servicebox{ background: #f7f7f7; padding: 15px 0; border-radius: 15px; }
.servicebox .pic{ position: relative;}
.servicebox .pic::after{ content: ""; display: block; left: 50%; margin-left: -1px; top: -50%; height: 100%; width: 2px; background: var(--lanse); position: absolute; z-index: 1;}
.serviceone ul li:first-child .servicebox .pic::after{ display: none;}
.servicebox .pic picture{ height: 120px; width: 120px;  background: var(--lanse); border-radius: 100%; display: block; padding: 35px; text-align: center;  margin: 0 auto; position: relative; z-index: 2;}
.servicebox .pic picture img{-webkit-transition: -webkit-transform 2s ease-out;-moz-transition: -moz-transform 2s ease-out; -o-transition: -o-transform 2s ease-out; -ms-transition: -ms-transform 2s ease-out;}
.servicebox:hover .pic picture img{-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg); -o-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); transform: rotateZ(360deg);}
.servicebox .txt{}
.servicebox .txt h3{color: var(--lanse); font-size: 1.5rem; font-weight: 600;}
.servicebox:hover .txt h3{ padding-left: 10px;}
.servicebox .txt p{ color: #666; line-height: 2rem; margin: 0; padding: 0;}

.servicetwo .txt{ margin-top: 30px;}
.servicetwo .pic{}

.licheng{ margin: 30px auto 0;  max-width: 760px;}

#product-demo .item{ width:100%;}
#product-demo .owl-controls .owl-buttons{ position:absolute; width:100%; top:calc(50% - 25px);}
#product-demo .owl-controls .owl-buttons div{color: #4e4e4e;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */width:10px; height:45px; text-indent:-9999px;margin:0;padding:0;}
#product-demo .owl-controls .owl-buttons div.owl-prev{background:url(../images/left.gif) no-repeat left center;opacity:0.5;filter:alpha(opacity=50);position:absolute; left:-10px; top: 50px;}
#product-demo .owl-controls .owl-buttons div.owl-prev:hover{background:url(../images/left.gif) no-repeat left center;opacity:0.7;filter:alpha(opacity=70)}
#product-demo .owl-controls .owl-buttons div.owl-next{background:url(../images/right.gif) no-repeat right center;opacity:0.5;filter:alpha(opacity=50);position:absolute; right:-10px; top: 50px;}
#product-demo .owl-controls .owl-buttons div.owl-next:hover{background:url(../images/right.gif) no-repeat right center;opacity:0.7;filter:alpha(opacity=70)}

.crumb .crumbbox{ padding:1rem 0; line-height:2rem;color: #11497c; border-bottom: 1px #11497c solid;margin-bottom: 2rem; }
.crumb .crumbbox:after{ content: ""; display: table; clear: both;}
.crumb .crumbbox h3{ font-size:1.6rem; font-weight: 400; line-height:2rem;color: #11497c; margin: 0; padding: 0;}
.crumb .crumbbox a{line-height:2rem; color: #11497c;}

.filter{ margin-bottom: 30px; border: 1px #11497c solid; padding: 10px 15px 5px;}
.filter dl{ margin: 8px 0;line-height:1.5rem;}
.filter dl:after{ content: ""; display: table; clear: both;}
.filter dl dt{ float: left; width: 65px; position: relative; line-height:1.5rem;text-align-last: justify; -moz-text-align-last: justify ;text-align: justify; text-justify: distribute-all-lines;  display: block; }
.filter dl dt:after{content:":"; position: absolute; right: -5px; top: 0;line-height:1.5rem;}
.filter dl dd{ float: right; width: calc(100% - 70px);}
.filter dl dd a{ margin: 0 8px 8px; padding: 0 10px; line-height:1.5rem; display: block; float: left;}
.filter dl dd a.hover{ background: #11497c; color: #fff;}

.leftsideBar{ border: 1px #11497c solid ; border-bottom: none;}
.leftsideBar .title{ background: var(--lanse); color:var(--white); line-height:2rem;}
.leftsideBar .title .title-box{background: url(../images/leftico.png) no-repeat left 8px;background-size: 24px 24px;}
.leftsideBar .title a{ color:var(--white);}
.leftsideBar .title .title-cn{ font-size: 1.25rem;line-height:2rem; height:2rem; display:block;}
.leftsideBar .title .title-en{font-size:0.625rem;line-height:1rem;height:1rem;display:block;-webkit-transform:scale(0.8); -webkit-transform-origin-x: 0;font-weight: 100; text-transform: uppercase;}
.leftsideBar .title .title-en:after{ content: ""; display: inline-block; height: 1px; width: 1rem; margin-left: 3px;background:var(--qianhuise); vertical-align: middle;}
.leftsideBar .title i{cursor: pointer; font-size: 1rem;}

.menuTree ul{display:none;}
.menuTree li{line-height:45px;color:#003f98; display:block; position: relative;}
.menuTree li:after{ position: absolute; content: ""; display: block; height: 1px; width: 100%; background: #11497c; left: 0; top: 44px;}
.menuTree li a{line-height:45px; height:45px; overflow:hidden;color:#11497c;white-space: nowrap; text-overflow: ellipsis;overflow: hidden; word-break: break-all; display:block; background: url(../images/shuidi2.png) no-repeat 16px center; background-size:16px 16px;padding:0 16px 0 32px; }
.menuTree li i{ display:none; float:right; font-size:24px; width: 20px; text-align: center; font-style: normal; position: absolute; top: 0; right: 10px; cursor: pointer;}
.menuTree li.parent i.add{display:block;}
.menuTree li.parent i.subtract{display:none;}
.menuTree li.parent.expanded i.add{display:none;}
.menuTree li.parent.expanded i.subtract{display:block;}
.menuTree li.child i.add,.menuTree li.child i.subtract{display:none;}
.menuTree li a:hover,.menuTree ul li a.cur{ color: #11497c ; text-decoration: underline;background: url(../images/shuidi1.png) no-repeat 16px center;background-size: 16px 16px; margin-left: 10px;}
.menuTree ul li ul li a{line-height:45px; height:45px; overflow:hidden;color:#11497c;white-space: nowrap; text-overflow: ellipsis;overflow: hidden; word-break: break-all; display:block; background: url(../images/shuidi2.png) no-repeat 32px center; background-size:12px 12px;padding:0 16px 0 48px; }
.menuTree ul li ul li a:hover,.menuTree ul li a.cur{ color: #11497c ; text-decoration: underline;background: url(../images/shuidi1.png) no-repeat 32px center;background-size: 12px 12px; margin-left: 10px;}

.leibies{ padding:10px 0;}
.leibies ul{ text-align:center;}
.leibies ul:after{ content:""; display:table; clear:both;}
.leibies ul li{line-height:36px;color:#003f98; display: inline-block; padding:0 5px; }
.leibies ul li a{line-height:36px; height:36px; overflow:hidden;border: 1px #11497c solid; text-align:center; display:block; padding:0 30px;color:#11497c;-moz-border-radius: 10px;border-radius: 10px; }
.leibies ul li a:hover,.leibies ul li a.cur{color:#fff; btext-decoration: none; background: #11497c; border-color: #11497c;}
.leibies ul li ul{ display: none;}

.left-box-bg{background: var(--lanse);background: var(--lanse);}
.lefttitle{line-height:2rem; color:var(--white);}
.lefttitle .title-cn{ font-size: 1.25rem; line-height:2rem;}
.lefttitle .title-en{font-size:0.625rem;line-height:2rem;-webkit-transform:scale(0.8); -webkit-transform-origin-x: 0;font-weight: 100; text-transform: uppercase;}
.lefttitle .title-en:after{ content: ""; display: inline-block; height: 1px; width: 1rem; margin-left: 3px;background:var(--huise); vertical-align: middle;}

.leftproduct{  margin-top: 15px;padding-bottom: 0;}
.leftproduct .title{ padding: 10px 10px; color: #fff; font-size: 1.5rem;background: var(--lanse); }
.leftproduct .title i{ font-style: normal; padding: 0 5px;}
.leftproduct .title em{font-size:10px;-webkit-transform:scale(0.8); -webkit-transform-origin-x: 0;font-style: normal; text-transform: uppercase;}
.leftproduct .leftproductlist{ margin-top:15px;}
.leftproduct .leftproductlist ul{}
.leftproduct .leftproductlist ul li{white-space: nowrap;text-overflow: ellipsis; overflow: hidden; word-break: break-all; line-height: 30px;}
.leftproduct .leftproductlist ul li .commendproductbox{  position: relative;-webkit-box-shadow:-2px 0px 4px 1px #f0f0f0,0px -2px 4px 1px #f0f0f0,2px 0px 4px 1px #f0f0f0,0px 2px 4px 1px #f0f0f0;box-shadow: -2px 0px 4px 1px #f0f0f0,0px -2px 4px 1px #f0f0f0,2px 0px 4px 1px #f0f0f0,0px 2px 4px 1px #f0f0f0; background:#f7f7f7; margin-bottom:15px;}
.leftproduct .leftproductlist ul li .commendproductbox .pic{ position: relative;}
/*.leftproduct .leftproductlist ul li .commendproductbox .pic::before{ position: absolute;content: ""; display: none; top: 0; right: 0; width: 48px; height: 48px; background: url(../images/tj.png) no-repeat; z-index: 10;}*/
.leftproduct .leftproductlist ul li .commendproductbox .pic:before{ position: absolute;content: ""; display: block; top: 0; left: 10px; width: 48px; max-width:20%; height: 48px; background: url(../images/logo.png) no-repeat center; z-index: 10; background-size: 100% auto;}
.leftproduct .leftproductlist ul li .commendproductbox .txt{  color: #666; text-align: center;}
.leftproduct .leftproductlist ul li .commendproductbox .txt a{ line-height: 30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; color: #666; padding: 0 5px; display: block;}
.leftproduct .leftproductlist ul li .commendproductbox .txt:hover a{ text-decoration:underline; color: var(--lanse);}

.leftnews{  margin-top: 15px;padding-bottom: 0;}
.leftnews .title{ padding: 10px 10px; color: #fff; font-size: 1.5rem;background:var(--lanse); }
.leftnews .title i{ font-style: normal; padding: 0 5px;}
.leftnews .title em{font-size:10px;-webkit-transform:scale(0.8); -webkit-transform-origin-x: 0;font-style: normal; text-transform: uppercase;}
.leftnews .leftnewslist{}
.leftnews .leftnewslist ul{}
.leftnews .leftnewslist ul li{white-space: nowrap;text-overflow: ellipsis; overflow: hidden; word-break: break-all; line-height: 30px;}
.leftnews .leftnewslist ul li i{ display: inline-block; background: #999; color:var(--white);  line-height: 18px; padding: 0 5px; margin:6px 0 ; font-size:10px;-webkit-transform:scale(0.8);  font-style: normal; width: 24px; text-align: center; margin-right: 4px;}
.leftnews .leftnewslist ul li:nth-child(1) i,.leftnews .leftnewslist ul li:nth-child(2) i,.leftnews .leftnewslist ul li:nth-child(3) i{ background: #f98c16;}

.leftcontact .txt{ background:var(--white);}
.leftcontact .txt .tel{ background: url(../images/Teln.gif) no-repeat left center; padding-left: 60px; line-height: 2rem;}
.leftcontact .txt .tel b{  display: block; font-size:1.5rem;color: #f39800;}

.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: #11497c; font-weight: 600; font-size: 1.5rem;}
.sitemaplist ul li a:hover{ text-decoration: underline; padding: 0 5px 0 25px; color: #000;}
.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: normal;font-size: 1rem;}

.substation{}
.substation .title{position:relative;height:36px;padding:0; margin: 15px 0;  text-align:left;font:bold 22px/42px "微软雅黑";color:#737372;}
.substation .title a{position:absolute;right:10px;top:0px;height:36px;width:100px;text-align: center;display:block;background:#eb2830;color:#fff;line-height: 36px;font-size:14px;font-weight: bold;}
.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:bold;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; font-size:14px;}
.substation .substationlist dl  dd a b{font-size:14px; color:#11497c;}
.substation .substationlist dl  dd a i{ font-size:12px; font-style:normal; color:#666;}
.substation .substationlist dl  dd a:hover{text-decoration:none;background:#eb2830;color:#fff;}
.substation .substationlist dl  dd a:hover b,.substation .substationlist dl  dd a:hover i{ color:#fff;}
.substation .substationfooter{text-align: center; border-top: 2px solid #eb2830;padding-top: 10px;}
.substation .substationfooter .substationfootermenu{}
.substation .substationfooter .substationfootermenu ul{}
.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;}

.pages span.total{ position: absolute;top:0; left: 0; display: none;}
.form-items{ margin-bottom: 30px;}

.content-form .content-form-title h3{ font-size: 2rem; line-height: 120%; font-weight: 600; color:var(--black); font-family: arial;}
.content-form .content-form-title p{ font-size: 0.875rem;  font-weight: 100;}
.content-form .form-submit{}
.content-form .form-submit button{ width: 100%;}

.map_canvas{width:100%; height:400px;font-size:12px;}
.map_canvas img,.google-maps img {max-width: none!important;}
.map_canvas label{ max-width: none!important;}

.shangxia{ border-top: 1px var(--lanse) dotted;border-bottom: 1px var(--lanse) dotted;}

.productpic{text-align:center}
#QQFloatDiv{width:137px;margin:0 auto; background-color:#fff; display:none;}
#QQFloatDiv .Head{height:29px;background:url(../images/QQ/header_bg.gif)}
#QQFloatDiv .Body{padding-top:30px;background:url(../images/QQ/con_bg.gif) repeat-x center top;text-align:center;border:1px #dbdbdb solid;border-top:none}
#QQFloatDiv .Foot{border:1px #dbdbdb solid;border-top:none;}
#QQFloatDiv .Foot img{max-width:100%}
.videonr{text-align:center}
.share{padding:10px 0}
.jiathis_counter_style span{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}

.likearticle { display: none;}
.likearticle .title{ border-bottom: 1px var(--lanse) solid; margin: 15px 0;}
.likearticle .title:after{ content: ""; display: table; clear: both;}
.likearticle .title h3{ color: var(--lanse); font-size: 1.8rem;}
.likearticle .title h3 i{font-size: 1rem; font-style: normal;color: #f98c16; padding: 0 5px;}
.likearticle .title h3 em{ font-size: 1rem;font-style: normal; color: #f98c16; text-transform: uppercase;}
.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{}

.commend .title{ border-bottom: 1px var(--lanse) solid; margin: 15px 0;}
.commend .title:after{ content: ""; display: table; clear: both;}
.commend .title h3{ color: #11497c; font-size: 1.5rem;}
.commend .title h3 i{font-size: 1rem; font-style: normal;color: #f98c16; padding: 0 5px;}
.commend .title h3 em{ font-size: 1rem;font-style: normal; color: #f98c16; text-transform: uppercase;}
.commend .title a{ float: right;}
.commend .title a i{ font-style: normal;}
.commend .title a:hover{ padding-right: 10px; text-decoration: underline; color:var(--lanse);}

.commendbg{ padding: 30px 0;}
.commend .commendproductbox{  position: relative;-webkit-box-shadow:-4px 0px 8px 1px #f0f0f0,0px -4px 8px 1px #f0f0f0,4px 0px 8px 1px #f0f0f0,0px 4px 8px 1px #f0f0f0;box-shadow: -3px 0px 6px 1px #f0f0f0,0px -4px 8px 1px #f0f0f0,4px 0px 8px 1px #f0f0f0,0px 4px 8px 1px #f0f0f0; background:#f7f7f7; }
.commend .commendproductbox .pic{ position: relative;}
/*.commend .commendproductbox .pic::before{ position: absolute;content: ""; display: none; top: 0; right: 0; width: 48px; height: 48px; background: url(../images/tj.png) no-repeat; z-index: 10;}*/
.commend .commendproductbox .pic:before{ position: absolute;content: ""; display: block; top: 0; left: 10px; width: 48px; height: 48px; background: url(../images/logo.png) no-repeat center; z-index: 10; background-size: 100% auto;}
.commend .commendproductbox .txt{  color: #666; text-align: center;}
.commend .commendproductbox .txt a{ line-height: 30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; color: #666; padding: 0 5px; display: block;}
.commend .commendproductbox .txt:hover a{ text-decoration:underline; color: #11497c;}

.commendnews .commendnewsbox .txt h3 a{white-space: nowrap; text-overflow: ellipsis;overflow: hidden; word-break: break-all; display: block;line-height: 1.5rem; padding: 0;}
.commendnews .commendnewsbox .txt h3:hover a{color: #11497c ; text-decoration: underline; padding-left: 10px;}
.commendnews .commendnewsbox .txt p{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical; margin: 0;}
.commendnews .commendnewsli{ overflow: hidden; border-bottom: 1px #e5e5e5 solid;}
.commendnews .commendnewsli span{ float: right;line-height: 1.5rem;  display: block;    padding: 10px 0;}
.commendnews .commendnewsli a{ white-space: nowrap; text-overflow: ellipsis;overflow: hidden; word-break: break-all; display: block;line-height: 1.5rem; padding: 10px 0; background: url(../images/shuidi1.png) no-repeat left center; background-size:16px 16px; padding-left: 20px;}
.commendnews .commendnewsli a:hover{ color: #11497c ; text-decoration: underline;background: url(../images/shuidi2.png) no-repeat left center;background-size: 16px 16px; margin-left: 10px;}
.listclickbox{ margin-bottom: 15px;}
.listclickbox ul{ overflow:hidden;}
.listclickbox ul li{ border-bottom: 1px #e5e5e5 solid; line-height: 32px; padding: 2px 0;}
.listclickbox ul li:first-child{border-bottom: 1px #999999 solid; font-weight: 600; font-size: 1.2rem;}
.listclickbox ul li a{ white-space: nowrap; text-overflow: ellipsis;overflow: hidden; word-break: break-all; display: block;line-height: 32px;background: url(../images/shuidi1.png) no-repeat left center; background-size:16px 16px; padding-left: 20px;}
.listclickbox ul li a:hover{ color: #11497c ; text-decoration: underline;background: url(../images/shuidi2.png) no-repeat left center;background-size: 16px 16px; margin-left: 10px;}


.jingyin{overflow: hidden; margin-top: 30px;}
.jingyin .jingyinbox{ margin-bottom: 30px;}
.jingyin .jingyinbox .title{ background: #11497c; color: #fff; line-height: 32px; padding: 5px 10px; font-size: 16px;border-radius:8px 8px 0 0;}
.jingyin .jingyinbox .txt{ background: #e3e1e2; border-radius: 0 0 8px 8px; padding: 10px;}

.articlepicbox,.articlevideobox,.blogpic-item{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:var(--defaultcolor)}
.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 .picbg{background-color:var(--cprimary);overflow: hidden; position: relative;border-radius: 0.75rem; }
.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-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;}

.gallery-thumbs{  margin-bottom:2rem; padding-bottom:10px;}
.gallery-thumbs .swiper-wrapper::before{border-bottom:1px #fff solid;content:""; display:block; height:1rem;  width:100000px; position:absolute; z-index:99; left:-200px; bottom:0;}
.gallery-thumbs .swiper-wrapper::after{content:""; display:block; height:10px; width:100000px;position:absolute; z-index:99; left:0; bottom:0;background: repeating-linear-gradient(90deg,transparent,transparent 119px,#fff,#fff 120px);}
.gallery-thumbs .swiper-slide{ text-align:center; width:240px;}
.gallery-thumbs .swiper-slide a{ color:#fff; font-size:2rem; display:block; position:relative; padding-bottom:1.5rem;line-height:2rem; margin-top:3rem;}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active a{ font-size:5rem;font-weight:600; line-height:5rem; margin-top:0;}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active a::before{ content:""; position:absolute; z-index:100;left:50%; margin-left:-5px; bottom:-5px; display:block; width:10px; height:10px; background:rgba(255,255,255,1); border-radius:100%;}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active a::after{ content:""; position:absolute; z-index:101;left:50%; margin-left:-10px; bottom:-10px; display:block; width:20px; height:20px; background:rgba(255,255,255,0.5); border-radius:100%;}
.gallery-top .swiper-slide{ width:65%; opacity:0.7;}
.gallery-top .swiper-slide.swiper-slide-active{ opacity:1;}
.gallery-top .swiper-button-next{right:35%; color: var(--white); margin-top: 57px;}
.gallery-top .swiper-button-prev{left:0; color: var(--white); margin-top: 57px;}
.gallery-top .swiper-slide .lichengbox{ margin:0 3rem; background:#fff;}
.gallery-top .swiper-slide .lichengbox .pic{ margin:0 -15px;}
.gallery-top .swiper-slide .lichengbox .txt{ padding:0 1.5rem;}
.gallery-top .swiper-slide .lichengbox .txt h3{ position:relative; font-size:2.5rem; line-height:5rem; color:#000; display:block;}
.gallery-top .swiper-slide .lichengbox .txt h3::before{ position:absolute; z-index:102; left:-3rem; bottom:50%; content:"";display:block; width:3rem; background:#000; height:1px;}
.gallery-top .swiper-slide .lichengbox .txt p{}
.single_page .txt .title{font-size:2rem;}
.single_page .txt .content{ line-height: 2rem;}
.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%;}
.singletitle{ font-size: 1.875rem; line-height: 120%; font-weight: 600;}
.Showing{color:#222}
.messagebg{ position: relative; background-color: #fafafa;}
.messagebg::before {content: "";position: absolute;top: 0;right: 0;width: 50%;height: 100%;background: #2182d1 url(../images/c-bg.jpg) no-repeat center;}
.messagetitle{}
.message{ position: relative; z-index: 2;}
.messagebox{background-color: var(--white);}
.message .form-control{ border: none; border-bottom: 1px solid var(--whitetm); background: #f8f8f8; border-radius: 0;color: var(--lightWords);}
.message input::placeholder,.message textarea::placeholder{color: var(--lightWords);}
.message .captcha{ background-color: rgba(255,255,255,0.8); margin-left: 1rem;}
.message button{ background: var(--defaultcolor); color: var(--white); border: none;border-bottom: 1px solid var(--whitetm); line-height: 2rem; padding: 0.5rem 2.5rem;}
.contactbox{ padding:1rem 5rem;}
.contactbox .title{font-size:1.875rem;padding-bottom:1rem;}
.messagedescription{ color: var(--white); line-height: 2rem;}
.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}
*/
.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:var(--defaultcolor);color:#fff;border-radius:4px}

.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;}
.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:var(--defaultcolor)}
.zoom-desc .swiper-button-prev{left:-1.5rem;color:var(--defaultcolor)}
.zoom-desc .swiper-button-next:after,.zoom-desc .swiper-button-prev:after{font-size:1rem;width:.5rem}

.productpiclist{ display:none;}
.productpiclist ul li img.img-responsive{ width:100%;}

.productviewtitle h3{ color:#11497c; font-size:20px;}
.productviewtitle h4,.productviewtitle h5{font-weight: 300;}
.productviewtitle p.wz{ margin-bottom:10px;}
.productviewinfo{line-height:40px;color:#9c9c9c; display: none;}
.productviewinfo span{ margin-right:10px;}
.productviewinfo span i{ padding:0 5px;}
.productviewinfo a{color:#ededed;font-size:10px}
.productattribute dl{ margin: 8px 0;line-height: 24px;}
.productattribute dl:after{ content: ""; display: table; clear: both;}
.productattribute dl dt{ float: left; width: 65px; position: relative; line-height: 24px;text-align-last: justify; -moz-text-align-last: justify ;text-align: justify; text-justify: distribute-all-lines;  display: block; }
.productattribute dl dt:after{content:":"; position: absolute; right: -5px; top: 0;line-height: 24px;}
.productattribute dl dd{ float: right; width: calc(100% - 80px);line-height: 24px;}
.productattribute dl dd a{ margin: 0 8px 8px 0; padding: 0 10px; line-height: 24px; color: #11497c; display: block; float: left; border: 1px #11497c solid;}
.productattribute dl dd a:hover,.productattribute dl dd a.hover{ background: #11497c; color: #fff;}

.productdescription{ overflow:hidden;margin: 0;padding:0; }
.productdescription textarea{ width: 100%; border: none; outline: none; min-height: 100px; min-width: 100%;}
.productdescription dl dt{width:80px; float:left;}
.productdescription dl dd{width:calc(100% - 85px); float:right;}
.productdescription h3{ color: #000; font-weight: 600; font-size: 1rem;}
.productdescription p{ padding: 0; line-height: 20px;}
.productwz .more{ padding:10px 0; overflow:hidden; display: none;}
.productwz .more a{ width:100px; display:block; background:#11497c; color:#fff;line-height:32px; float:left; margin-right:10px; text-align:center;border-radius:5px;}

.productline{ line-height: 50px; font-size: 1.5rem; padding: 15px 0;}
.productline font{color: #11497c;  font-size: 2.5rem; line-height: 50px;}
.procurement a{ display: inline-block; margin-right:15px; background: url(../images/btn.png); background-size: cover; color: #fff; width: 140px; height: 35px;text-align: center;}
.procurement a:hover,.procurement a:focus, .procurement a:hover{ color: #fff; text-decoration: underline;}
.productwz .enquiry{ margin-top:20px;}
.productwz .enquiry a{ display:inline-block; line-height:35px; padding:0 20px; background-color:#ae0f0f; color:#fff; font-size:14px;border-radius:4px;}

.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(--defaultcolor);padding:0 5px;font-weight:200;display:none}
.likearticle .title h3 em{font-size:1rem;font-style:normal;color:var(--defaultcolor);text-transform:uppercase;font-weight:200;display:none}
.likearticle .title a i{font-style:normal}
.likearticle .title a:hover{padding-right:10px;text-decoration:underline;color:var(--defaultcolor)}
.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(--defaultcolor);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(--defaultcolor);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}

.pagination li.page-item a.page-link:hover,.pagination li.page-item.active a.page-link{ background: var(--lanse); color: var(--white);}
.pagination a.page-link{ font-size: 0.875rem; color: var(--lanse);}

#baiduditubox img,.google-maps img {max-width: none!important;}
#baiduditubox label{ max-width: none!important;}
#baiduditubox img,.google-maps img{max-width:none!important}
#baiduditubox label{max-width:none!important}
.map-con{margin-left: -15px;}
.map-con .map{height:600px;z-index:1}

#float {}
#float .wrap { margin-bottom: 2px; position: relative; cursor: pointer; background:#11497c ;}
#float .fa { padding: 0; width: 40px; display: block; line-height: 40px; text-align: center;  color: #FFF; font-size: 20px; }
#float .content {  min-height: 40px; position: absolute; right: 40px; top: 0; display: none; background:#11497c ;}
#float .content a { color: #FFF; }
#float .qrcode .content { padding: 5px; width: 180px; }
#float .qrcode .content img{ max-width:100%;}
#float .phone .content { line-height: 40px; padding: 0 20px; font-size: 18px; color: #FFF;width: 180px; }
#float .kfqq .content { line-height: 40px; padding: 0 20px; font-size: 18px; color: #FFF;width: 180px;}
#float .email .content { line-height: 40px; padding: 0 20px; font-size: 18px; color: #FFF;}

.cmsimg{ position:relative; overflow:hidden; text-align:center;}
.cmsimg .cmsimg-box{overflow:hidden; text-align:center;width:100%;height:0px; padding-bottom:100%;position:relative; overflow:hidden;}
.cmsimg.prop1 .cmsimg-box{ padding-bottom:100%;}
.cmsimg.prop2 .cmsimg-box{ padding-bottom:200%;}
.cmsimg.prop3 .cmsimg-box{ padding-bottom:133.333%;}
.cmsimg.prop4 .cmsimg-box{ padding-bottom:75%;}
.cmsimg.prop5 .cmsimg-box{ padding-bottom:50%;}
.cmsimg.prop6 .cmsimg-box{ padding-bottom:60%;}
.cmsimg.prop7 .cmsimg-box{ padding-bottom:56.25%;}
.cmsimg .cmsimg-box picture{width:100%;height:100%;position:absolute; display:block; display: flex;justify-content: center;align-items: center;}
.cmsimg .cmsimg-box picture img{ max-width:100%; max-height:100%;}


.friendlink{background:#f7f7f7;}
.friendlink .txt span:after{content: ":"; padding: 0 0.25rem; display:inline-block;}
.friendlink .txt a{display: inline-block; padding: 0 0.25rem; }
.friendlink .txt a:hover{ color: var(--lanse);}
#footer{background: url("../images/bottombg.jpg") no-repeat bottom center #f7f7f7;}
#footer .title,#footer .title a{ margin-bottom: 0.5rem;font-size:1.125rem;font-weight: 400; color:var(--white);}
#footer .footernav ul li ul li a{ font-weight: 300;}
.footer-boxer{ border-bottom: 1px solid #cacaca;border-top: 1px solid #cacaca;}
.footerlogo{ color: var(--white); font-size: 1.5rem; vert-align: bottom; line-height: 1.5rem;}

@media (max-width:1366px){
.navbar .dropdown .dropdown ul{left:-90%}
}
@media (max-width:991px){
.subcolumntitle{background-color:var(--defaultcolor);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; background: url("")}
.leibie,.subcolumn{display:none}
.subcolumn .row{ margin-left: -15px; margin-right: -15px;}
.subcolumn ul li a{ line-height: 1.5rem;}
.message{ margin-top: 1rem;}
.messagebg::before{ width: 100%;}
.map-con .map{ height: 360px;}
.mobile-nav-toggle{display:block}
.navbar a.nav-link, .navbar a.nav-link:focus{line-height:2.5rem;}
.navbar .dropdown ul li{padding: 0 0;}
.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; padding: 1rem;}
.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{height:3rem;line-height:3rem;overflow:hidden;}
#header .logo img{max-height:3rem;margin:0; padding:0;display:block;}
.nav-search{ line-height: 3rem;font-size: 1rem;}
.section-title .title,.inproduct-boxer .inproduct-li .txt .txt-boxer h3,.inproduct-boxer .inproduct-li .txt .txt-boxer h4,.inproduct-boxer .inproduct-li .pic .pic-txt a{font-size:1.25rem; line-height: 2rem;}
.section-title .title_en{font-size:0.875rem; line-height: 2rem; position: relative;}
.section-title .subtitle,.inbolgs .txt .title a,.incase .incase-li .txt .title a{font-size:1rem; line-height: 2rem;}
.inbolgs-cat ul li a{ line-height: 1.5rem;}
}
@media screen and (max-width:768px){
[data-aos-delay]{transition-delay:0!important}
.appointment-btn{margin:0 15px 0 0;padding:6px 15px}
}