@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: 'ALD401I';
  src: url('../fonts/ALD401I.eot');
  src: url('../fonts/ALD401I.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ALD401I.woff2') format('woff2'),
  url('../fonts/ALD401I.woff') format('woff'),
  url('../fonts/ALD401I.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --aprimary:#fff; /* 主色调、链接*/
  --cprimary:#f2f2f2; /*辅色调*/
  --bgprimary:#03326c;
  --words: #202020;  /*大部分文字、深色文字*/
  --lightWords: #666; /*少部分文字、浅色文字*/
  --lanse: #136dbc;
  --defaultcolor:#03326c;
  --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: "Roboto","Microsoft Yahei", sans-serif;
  --titlefamily: "ALD401I","Microsoft Yahei", 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}
.mainbg{background: #f3f3f3;}
.singlebg{background:var(--white); position: relative; top: -100px;}
.single_page p{margin-bottom:0!important;}
.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}
.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%)}

.morebtn a{font-size: 1rem; position: relative; overflow: hidden; border-radius: 2rem;}
.morebtn a span{ position: relative; z-index: 2;}
.morebtn 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}
.morebtn a:hover span{border-color: var(--defaultcolor); color: var(--white);}
.morebtn a:hover:after{width:100% }

.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;}

#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(--black);color:var(--white)}
.back-to-top:hover{background:var(--defaultcolor);color:var(--white)}
#header{transition:all .5s;position:relative;z-index:1000;padding:0 0;top:0;}
.headerbg{ background:var(--white);}
#header.header-scrolled{top:0}
#header.fixed-top{ position: fixed;}
#header .logo{line-height:6rem;overflow:hidden;margin:0;padding:0.3rem 0;}
#header .logo img{max-height:6rem;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: 6.6rem;font-size: 1.5rem; border-radius: 0 0 1rem 0; overflow:hidden;}
.nav-search:hover{ color: var(--white);}
.navright-links a{ background-color: #a0a0a0; border-radius: 50%; line-height: 2.125rem; width: 2.125rem; color: var(--white); font-size: 1rem;}
.navright-links a i{ font-style: normal;}
.navright-links a i.bi-yong{ font-size: 0.875rem;}
.navright-links a.active,.navright-links a:hover{ background-color: #01247c;}
.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;line-height:6.6rem;color:var(--words);white-space:normal;transition:.3s;text-transform:uppercase;font-weight:500}
@media (min-width:1400px){
  .navbar a.nav-link,.navbar a.nav-link:focus{padding:0 2rem;}
}
@media (min-width:1600px){
  .navbar a.nav-link,.navbar a.nav-link:focus{padding:0 2.5rem;}
}
@media (min-width:1900px){
  .navbar a.nav-link,.navbar a.nav-link:focus{padding:0 3rem;}
}
.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:#000; }
.navbar .dropdown ul{display:block;position:absolute;left:0;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: 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:2rem;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:#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(--defaultcolor)}
.navbar-mobile .dropdown>.dropdown-active{display:block}

.searchbox,.wechatbox{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,.wechatclose{ position: absolute; right: 2rem; top: 2rem;}
.searchclose a,.wechatclose a{ color: var(--white); font-size: 2.5rem; width: 3rem; line-height: 3rem; text-align: center; display:block;}
.searchbox .form-control{ background: #f5f5f5; border:none;border-radius: 1rem 0 0 1rem; font-size: 0.875rem;padding: 0.375rem 0;}
.searchbox .input-group-text{ background: #f5f5f5; border:none;border-radius: 0 1rem 1rem  0;}

.footersearch .input-group{ border-radius:1rem; border: 1px solid var(--white);}
.footersearch .form-control{background-color: transparent; border: none;color:var(--white);}
.footersearch .form-control::-webkit-input-placeholder {color:var(--white);}
.footersearch .form-control::-ms-input-placeholder {color:var(--white);}
.footersearch .form-control::placeholder {color:var(--white);}
.footersearch .input-group-text{ background-color: transparent; border: none; color: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(--defaultcolor);color:rgba(255,255,255,.8); border-color:var(--defaultcolor);}
#bannerflash .carousel-indicators{margin-bottom: 2.5rem;}
#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);}

.bannernav{ position: absolute; bottom: 0;}
.bannernav ul{border-left: 1px solid rgba(255, 255, 255, 0.3);}
.bannernav ul li a{ min-height: 6rem; line-height: 6rem; color: var(--white);border-top: 1px solid rgba(255, 255, 255, 0.3);border-right: 1px solid rgba(255, 255, 255, 0.3);}
.bannernav ul li a.active,.bannernav ul li a:hover{background: url(../images/bg4.png) no-repeat center; background-size: cover;}
.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;}
.flashwap .txt{ left: 0; top: 0;}
.flashwap .txt-item{ color: var(--white);}
.flashwap .txt-item .title{color: var(--white); font-size: 1.25rem;}
.flashwap .txt-item .notes{color: var(--white);}
.flashwap .txt-item .more a{ color: var(--white);}
.title_line{ position: relative; text-align: center;font-size: 1.875rem;line-height: 120%;}
.title_line:after{ content: ""; display:block; margin: 1rem auto; height: 2px; width: 6rem; background: var(--bgprimary);}
section{overflow:hidden}
.section-title .title_en{ font-size: 1.125rem; color:var(--defaultcolor); line-height: 2.5rem; position: relative;}
.section-title .title_en:after,.section-title .title_en:before{ background: #edf3fb; width: 3rem; height: 3rem; border-radius: 50%; content: ""; display: inline-block; position: absolute; left: -2rem; top: 0; z-index: 1;}
.section-title .title_en span{ position: relative; z-index: 2;}
.section-title .title_en:before{ width:1.125rem;height:1.125rem; left: -3.5rem; top: 50%;}
.section-title .subtitle{color:var(--words);font-size: 2.125rem;line-height: 3rem;;position: relative;z-index: 2;}

.inmore a{line-height: 2.25rem;transition:all .5s; color: var(--black);}
.inmore a i{ line-height: 2.25rem; width: 2.25rem; display: inline-block; border-radius: 50%; background:url(../images/quan.png) no-repeat center; background-size: cover; text-align: center; font-size: 1.25rem;transition:all .5s;}
.inmore a:hover i{ margin-left: 1rem;}

.inmores a{line-height: 2rem;transition:all .5s; color: var(--black); border-bottom: 1px solid #585757;}
.inmores a i{ display: inline-block; border-radius: 50%; text-align: center; font-size: 1.25rem;transition:all .5s;}
.inmores a:hover i{ margin-left: -1rem; margin-right: 1rem;}
.inmores.inmoreswhite a{color: var(--white); border-color: var(--white);}


.inaboutbox{ border-left: 1px #e2e1e1 solid; border-right: 1px #e2e1e1 solid;height: 100%;}
.inaboutbox .incattitle{border-bottom: 1px #e2e1e1 solid;}
.inabout .txt .title{ font-size: 2.875rem;}
.inabout .txt .description{ font-size: 2.375rem;}
.inabout .txt .content{}

.incattitle{color: var(--defaultcolor); font-size: 1.125rem; line-height: 2.5rem;}
.innovationbox .txt .title{ font-size: 2.125rem; line-height: 3rem;}
.innovation .innovation-item{padding-bottom: 13rem;}

.incorebusiness{ color: var(--white);}
.incorebusiness .txt{ position: absolute;}
.incorebusiness .txt .title{border-bottom: 1px #94a4b5 solid;}
.incorebusiness .txt .title h3{ font-size:1.125rem;}
.incorebusiness .txt .title h4{ font-size:1rem;}
.incorebusiness .txt .description{font-size: 1.125rem;line-height: 2.5rem;}
.incorebusiness .container-fluid{ padding: 0 0;}
.incorebusiness .line{ border-left: 1px #94a4b5 solid; height: 100%;}
.incorebusiness .notesbg{background: url(../images/bgs.png) no-repeat center; background-size: cover;}
.incorebusinesstabs ul li.active:after{content: ""; background: url(../images/bgss.png) no-repeat center; background-size: cover;display: block; position: absolute;height: 100%; right: 0; top: 0;width:calc(100% + 500px);}
.inbolgsline:after{ content: ""; bottom: 0; position: absolute; width: 150%; left: -25%; right: -25%; display: block; border-bottom: 1px solid #dfdfdf;}
.inbolgs-item .title{ font-weight: 600; height: 4rem;}
.inbolgs-item .title a{ font-size: 1.25rem; line-height: 2rem;}
.inbolgs-item .description{}
.inbolgs-item .time{}
.inbolgs-item .category a{ border: 1px solid #c4c3c3; line-height: 2.5rem;}
.inbolgs-item .category a:hover{ border-color:var(--defaultcolor);}
.inbolgs-item .more a{color: var(--defaultcolor); background-color: #edf3fb;border-radius: 2rem; padding:5px 10px;transition:all .5s;}
.inbolgs-item .more a i{background-color: var(--defaultcolor); border-radius: 50%; color: var(--white); line-height: 1.75rem; width: 1.75rem; text-align: center; display: inline-block;}
.inbolgs-item .more a:hover{ margin-left: 1rem;}
.inbolgslist .swiper-pagination{}

.incooperate-item{ border: 1px solid #d3d3d3;}
.choosebg{margin: 0 -15px;}
#main_about{ overflow: hidden;}
#main_about .container-fluid{ padding:0 0;}
#aboutus .title,#aboutus .subtitle,#aboutus .content{ color: var(--white);}
#aboutus .aboutcount{ background: url(../images/bl.png) no-repeat center bottom; padding-bottom: 14rem;}
#aboutus .aboutcount .container{width: 76%;}
#aboutus .aboutcount .counter{font-weight: bold;line-height:2rem;}
#aboutus .aboutcount .counter span{font-size: 2.5rem;}
#aboutus .aboutcount .notes{font-weight: bold;line-height:2rem;}

#culture{ min-height: 90vh;}
#culture.single_page .txt .content .t {font-size: 24px;line-height: 1.5; margin-bottom: 8px;}
#culture.single_page .txt .content .t em {position: relative;padding: 0 26px; font-style: normal;}
#culture.single_page .txt .content .t em::before,
#culture.single_page .txt .content .t em::after {content: "";position: absolute;top: 50%;transform: translateY(-50%);height: 2px;width: 100%;}
#culture.single_page .txt .content .t em::before {left: 100%;background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);}
#culture.single_page .txt .content .t em::after {right: 100%;background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);}
.w80{ max-width: 80%; margin: 0 auto;}
.honortxtlist .txt a{ line-height: 4.5rem; font-size: 1.5rem; color: var(--black);}
.honortxtlist .txt:before,
.honortxtlist .txt:after{background-repeat: no-repeat;background-size: cover;background-position: center center;width:2rem;height:4.5rem;content: ""; display: inline-block;}
.honortxtlist .txt:before {background-image: url(../images/addho1.png);}
.honortxtlist .txt:after {background-image: url(../images/addho2.png);}
.viewbox p{margin-bottom: 10px;line-height: 2}
.culture-list .txt .subtitle{ font-style:1.25rem; font-weight:600; line-height:2rem;}
.culture-list .txt .advtitle{ font-size: 2rem; line-height:3rem; font-weight: 600;border-bottom:1px solid var(--defaultcolor);}
.culture-list .txt .notes{ font-size:1.25rem; line-height:2.5rem;}

.jobs-title{ background:var(--black); color:var(--white); line-height:3.5rem; font-weight:550;}
.jobs-button a{ background:var(--defaultcolor); color:var(--white); line-height:3rem; border-radius:2rem;}
.jobs-item{ border-bottom: 1px solid var(--cprimary);}
@keyframes dot1 {0% {transform: translateX(0);}50% {transform: translateX(16px);}100% {transform: translateX(0px);}}
@keyframes dot2 {0% {transform: translateX(0px);}50% {transform: translateX(-16px);}100% {transform: translateX(0px);}}
.z_dot em {display: inline-block;width: 1rem;height:1rem;border-radius: 50%;}
.z_dot .d1 {background: rgba(255, 255, 255, 0.5);animation: dot1 2s linear infinite;}
.z_dot .d2 {background: #3B5BFF;animation: dot2 2s linear infinite;}

.leftnavli{ border-bottom: 1px solid #000; line-height: 3rem;}
.leftnavli span{cursor: pointer;}
.flags{ position: absolute; left: 0.75rem; top: 0.75rem; z-index: 100;}
.flags em{ background: var(--hongse); color: var(--white);font-style: normal;}
.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{min-height: 6rem;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:990;}
.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:990;}
.banners .bannerwap .txt .cateinfo h3{font-size:1.5rem}
.banners .bannerwap .txt .cateinfo p{font-size:1rem}
.breadcrumbs{line-height:3rem;padding:1rem 0;}
.breadcrumbs i{font-style:normal; color: var(--defaultcolor);}
.breadcrumbs span,.breadcrumbs a{ display: inline-block; padding: 0 0.25rem;}
.subcolumnbg{border-bottom: 1px solid #e5e5e5;background: #fff;position: relative;}
.subcolumn ul li{ max-width:auto;}
.subcolumn ul li a{display:block;color:var(--black);border-bottom:2px solid transparent;line-height:3rem;margin:0 0.5rem; padding:1rem 0.5rem;transition: all 0.48s;}
.subcolumn ul li i{ font-style: normal;line-height:3rem;margin:0 0.125rem; padding:1rem 0.125rem; display: inline-block;}
.subcolumn ul li a:hover,.subcolumn ul li.active a{border-color:var(--defaultcolor)}
@media (min-width:1600px){
  .subcolumn ul li{ max-width:6.5rem;}
  .subcolumn ul li i{ font-style: normal;line-height:3rem;margin:0 0.125rem; padding:1rem 0.125rem; display: inline-block;}
}
@media (min-width:1900px){
  .subcolumn ul li{ max-width:8rem;}
  .subcolumn ul li i{ font-style: normal;line-height:3rem;margin:0 0.125rem; padding:1rem 0.125rem; display: inline-block;}
}

.blog-list .blog-item{ border-bottom: 1px solid #ececec;}
.blog-list .blog-item:before { content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 8px;background:var(--defaultcolor); z-index: 1;-webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1);-webkit-transition: all .5s;transition: all .5s;}
.blog-list .blog-item:hover:before {height: 3px; width: 100%;}
.blog-list .blog-item .time .dates{color:var(--black);line-height:2.25rem;font-size:2.25rem;font-weight:600;}
.blog-list .blog-item .time .years{font-weight: bold;}
.blog-list .blog-item .time i{font-size: 1rem;}
.blog-list .blog-item .txt .title{ font-size: 1.25rem; font-weight: 600;}
.blog-list .blog-item .txt .title:before{ content: ""; display: block; position: absolute;width:5rem;height: 1px;background: #ccc;left: -6.5rem; top: 1rem;}
.blog-list .blog-item:hover .txt .title{ color: var(--defaultcolor);}
.blog-list .blog-item .txt .description{ line-height: 2rem;}
.blog-list .blog-item .txt .item-more span{display:inline-block;width:130px;line-height:33px;text-align:center;font-size:14px;color:var(--black);border:1px solid #e1e1e1;-webkit-transition:all .5s ease;transition:all .5s ease}
.blog-list .blog-item:hover .txt .item-more span{color:var(--white);background-color:var(--defaultcolor);}
.blog-list .blog-item .txt .meta-tags span{color:#999;margin-right:10px}
.blog-list .blog-item .txt .meta-tags span i{margin-right:5px}

.pro_box{height:100vh; overflow: hidden;}
.pro_box .box{top:98px;position:relative;height:calc(100% - 98px)}
.pro_box .box .banner{height:100%}
.pro_box .box .banner .swiper-container{height:100%}
.pro_box .box .banner .swiper-wrapper{height:100%}
.pro_box .box .banner .swiper-slide{height:100%;transition:.4s;border-right:1px solid rgba(255,255,255,.1)}
.pro_box .box .banner .item{height:100%;text-align:center;color:#fff;position:relative;top:40%;transition:.4s}
.pro_box .box .banner .item .content1 img{height:2.875rem}
.pro_box .box .banner .item .content2{font-size:1.375rem;font-family:albb_m;margin-top:2rem}
.pro_box .box .banner .item .content3{font-size:.75rem;font-family:gilroy_light;opacity:.5;margin-top:.3125rem}
.pro_box .box .banner .item .content4{font-family:albb_r;font-size:1.125rem;margin-top:2.875rem;opacity:0;transition:.4s}
.pro_box .box .banner .item .content5{font-size:1.125rem;font-family:albb_r;margin-top:1.5rem;opacity:0;transition:.4s}
.pro_box .box .banner .item .content6{margin-top:5.875rem;opacity:0;transition:.4s}
.pro_box .box .banner .item .content6 a{display:block;width:2.75rem;height:2.75rem;line-height:2.75rem;background:#ffaf00;border-radius:50%}
.pro_box .box .banner .item .content6 a i{color:#fff}
.pro_box .box .banner .active{background:url(../images/p_bg.png) no-repeat 50% 50%}
.pro_box .box .banner .active .item{top:5%;}
.pro_box .box .banner .active .item .content4{opacity:1}
.pro_box .box .banner .active .item .content5{opacity:1}
.pro_box .box .banner .active .item .content6{opacity:1}
.pro_box .box .btn p{width:2.75rem;height:2.75rem;line-height:2.75rem;text-align:center;border:1px solid #fff;border-radius:50%;position:absolute;top:50%;margin-top:-1.5625rem;z-index:3;cursor:pointer}
.pro_box .box .btn p i{color:#fff}
.pro_box .box .btn p:hover{background:#ffaf00;border:1px solid #ffaf00}
.pro_box .box .btn p:hover i{color:#fff}
.pro_box .box .btn .prev{left:1vw}
.pro_box .box .btn .next{right:1vw}
.pro_box .box .flexCenter{ text-align: center;}

.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: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 #000 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,#000,#000 120px);}
.gallery-thumbs .swiper-slide{ text-align:center; width:240px;}
.gallery-thumbs .swiper-slide a{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(11,11,11,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(11,11,11,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(--black); margin-top: 57px;}
.gallery-top .swiper-button-prev{left:0; color: var(--black); margin-top: 57px;}
@media (max-width:991px) {
  .gallery-top .swiper-slide{ width:100%;}
  .gallery-top .swiper-button-next{right:0;}
}
.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; font-weight: 600;}
.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;}
.singletitle:after{ content: ""; display:block; margin: 1rem auto; height: 2px; width: 6rem; background: var(--bgprimary);}
.waterfall {column-count: 3;column-gap: 5rem;}
.waterfall-item {break-inside: avoid;margin-bottom:2rem;}
.waterfall-item .top5{ padding-top: 5rem;}
.waterfall-item .title a{ font-size: 1.875rem; line-height: 120%; font-weight: 600;}
.waterfall-item .notes{}
.waterfall-item .more a{ border-bottom: 1px solid #9999; color: #9999; font-size: 1rem; line-height:1.5rem;}
.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,.guestbook 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;}

.contact-line{}
.contact-item{ padding:1rem;}
.contact-item .contact-item-box{position:relative; z-index:10;}
.contact-item:before{position:absolute; content:"";display:block; width:calc(100% - 1px);height:calc(100% - 1px); left:0; top:0; background-color:var(--white); z-index:2;}
.contact-item:after{ position:absolute; content:"";display:block; width:calc(100% + 2px);height:calc(100% + 2px); left:-1px; top:-1px; z-index:1; border:1px solid #e9e9e9;}
.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}
*/
.shangxia{border-top:1px var(--lightWords) dotted;border-bottom:1px var(--lightWords) 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:var(--defaultcolor);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: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}
.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}
.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;color:var(--white);display:block;text-align:center;border-radius:.5rem;text-decoration:none;background-color:var(--bgprimary);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(--defaultcolor);border-color:var(--defaultcolor)}
.pagination .disabled span{color:var(--white);pointer-events:none;background-color:var(--bgprimary);border-color:var(--bgprimary)}
.pagination .active span{color:var(--white);background-color:var(--defaultcolor);border-color:var(--defaultcolor)}
.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{margin-left: -15px;}
.map-con .map{height:600px;z-index:1;}

.contactlist-item{ border-radius:5px; border: 1px solid var(--cprimary); padding: 0.5rem;}
.contactlist-item .title{ font-weight: 600; font-size: 1.125rem;}
.contactlist-item .content{ line-height: 1.75rem;}
.contactlist-item .content p{ margin-bottom: 0;}
#footer{ background:var(--bgprimary); color:var(--white);}
#footer a{color:var(--white);}
#footer .title,#footer .title a{ margin-bottom: 0.5rem;font-size:1rem;font-weight: 550; color:var(--white);}
.footerlogo{ color: var(--white); font-size: 1.5rem; vert-align: bottom; line-height: 1.5rem;}
.footermessage .form-control,.footermessage .input-group-text{ border: none; background: none;}
.footernav ul li a{ color: var(--white)!important; line-height: 2rem;}
.footercontact .title{ display: none;}
.footercontact .content h5{ font-size: 1.125rem; color: var(--white);}
.footercontact .content h5 em{ background: #0781c5; width: 2.25rem; height: 2.25rem; line-height: 2.25rem;text-align: center; border-radius: 50%; display: inline-block; margin-right: 0.75rem;}
.footercontact .content p{ margin-left: 3rem;}
.footercopyright{border-top: 1px solid #6d88aa;}

.right_bar{position:fixed; top:300px; right:0; width:50px; height:203px; z-index:10;}
.right_bar li{ width:50px; height:50px; z-index:20; color:#fff; line-height:50px;}
.right_bar li{position:absolute; left:0; width:242px;transition:all .5s;}
.right_bar li.rtbar_li:nth-child(1){top:0;}
.right_bar li.rtbar_li:nth-child(2){top:51px;}
.right_bar li.rtbar_li:nth-child(3){top:102px;}
.right_bar li.rtbar_li:nth-child(4){top:153px;}
.right_bar li.rtbar_li:nth-child(5){top:204px;}
.right_bar li.rtbar_li:nth-child(6){top:255px;}
.right_bar li.rtbar_li:nth-child(7){top:306px;}
.right_bar li.rtbar_li:nth-child(8){top:357px;}
.right_bar li a{display:block; color:#333; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#fff; opacity:0.8; border-radius:6px; text-align: center;}
.right_bar li a img{display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:13px;}
.right_bar li a:hover{background-image: linear-gradient(to top,#fff 0%,#f9f9f9 100%); opacity:1;}
.right_bar li.rtbar_li.tel:hover,.right_bar li.rtbar_li.qq:hover{ left:-150px;}
.rtbar_shwx{ display:none; position:absolute; top:-120px; left:-150px;width: 150px; padding-bottom:9px; }
.rtbar_shwx img{ padding:14px; background-color:#FFF; }
.right_bar{display:none;}
.rtbar_shwx{top:-50px; background:#fff;}
.rtbar_phone{ display:none; position:absolute; top:-120px; left:-150px;width: 150px; padding-bottom:9px; text-align: center;}
.rtbar_phone{top:-50px; background:#fff;}
.rtbar_phonebox{ margin:10px;}
.rtbar_phonebox span::after{ content: ":"; padding: 0 3px; display: inline-block;}
.right_bar li.phone{ color: #333; line-height: 30px;}

@media (max-width:1366px){
  .navbar .dropdown .dropdown ul{left:-90%}
}
@media (max-width:991px){
  .singlebg{ margin: 0 -15px; padding: 0 15px;top:0;}
  .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; position: relative;}
  .mobile-nav-toggle:after{ content: ""; display: block; background: var(--white); position: absolute; right: 0; bottom: 0; height: 0.8rem; width: 1rem;}
  .mobile-nav-toggle.bi-x:after{display: none;}
  .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;}
  .culturetitle{ padding: 15px;}
  .culture-p{ padding-bottom: 15px;}
  .carousel-item .txt h3,.section-title .subtitle,.inabout .inabouttitle .txtp,#footer .footerwords,.inabout .inabouttitle .title,.innovate-item .txt .txtbox h3,.inall-item .txt-item .title,.contactbox .title,.section-title .title_en,.inchoose .inchoose-item .title .titlea,.inproductscat-item .title,.culture-p,.culture-list .txt .subtitle,.culture-list .txt .advtitle,.title_line{ font-size: 1.25rem;line-height: 120%;}
  .flashwap .txt-item{ padding: 1rem;}
  .inchoose .subtitle{font-size: 1.25rem;}
  .inbolgs-item .title .h4,.carousel-item .txt p,.flashwap .txt-item h3{ font-size: 1.125rem;line-height: 120%;}
  .carousel-item .txt a,.flashwap .txt-item p,.flashwap .txt-item a,.inabout .inabouttxt,.inabout .more a,.inchoose .inchoose-item .inchoose-txt,.culture-list .txt .notes{font-size: 0.875rem;}
  .inbolgs-item .more{ position:relative;left:0;}
  .waterfall {column-count: 1;column-gap: 1rem;}
  .waterfall-item {margin-bottom:1rem;}
  .waterfall-item .top5{ padding-top:0;}
  .inaboutbox,.incorebusiness .line{ border-left: none; border-right:none;height:auto;}
  .inaboutbox .incattitle,.incorebusiness .txt .title{border-bottom:none;}
  .inabout .txt .title,.inabout .txt .description,.incorebusiness .txt .description,.innovationbox .txt .title{ font-size: 1.5rem;}
  .incorebusiness .notesbg{ background: none;}
  .incorebusiness .txt{ position: relative;}
  .incorebusinesstabs ul li{ min-height: 15rem;}
  .incorebusinesstabs ul li.active:after{ width:140%; left: -20%; right: -20px;}
  .inchoose .txt{ position:relative;background-color: var(--defaultcolor);}
  .inmore a{line-height: 1.5rem;}
  .inmore a i{ width: 1.5rem; line-height: 1.5rem;font-size: 1rem;}
  .jobs-button a{ line-height: 2rem;}
  .map-con{margin-left:0;}
  .innovation .innovation-item{ padding-bottom:5rem;}
  .footercopyright{ border-top: none;}
}
@media screen and (max-width:768px){
  [data-aos-delay]{transition-delay:0!important}
  .appointment-btn{margin:0 15px 0 0;padding:6px 15px}
}