@font-face {
    font-family: 'D-DIN';
    src: url('./fonts/D-DIN.woff2') format('woff2');
    font-weight: normal;font-style: normal;
}

@font-face {
    font-family: 'D-DIN';
    src: url('./fonts/D-DIN-Bold.woff2') format('woff2');
    font-weight:bold;font-style: normal;
}

@font-face {
    font-family: 'D-DIN';
    src: url('./fonts/D-DIN-Italic.woff2') format('woff2');
    font-weight:normal;font-style:italic;
}

body{
    --primary-color: #189dd9;
    --carousel-button:30px;
    --carousel-color:#7a95a8;
    font: 14px D-DIN,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    /** -webkit-font-smoothing: antialiased; */
}
.brand-strong{color:var(--primary-color);font-weight:700;}
a.brand-strong:hover{color:var(--primary-color);opacity: 0.8;}
.img-responsive, .pregImg { display: block; height: auto; max-width: 100%;}

.dwk-btn{ font-size: 1rem; border: 1px solid var(--primary-color); background-color:transparent; color: var(--primary-color); line-height: 34px; font-weight: bolder; padding: 7px 29px;border-radius: 36px;transition: all .3s ease;}
.dwk-btn:hover{border-color:var(--primary-color);background-color:var(--primary-color);color:#FFF;}
.dwk-btn.dwk-light { background-color:#FFF;color: var(--primary-color) !important; }
.dwk-btn.dwk-light:hover{color:var(--primary-color);opacity: 0.86;}
.dwk-btn.dwk-dark { background-color:var(--primary-color);color:#FFF; }
.dwk-btn.dwk-dark:hover{ background-color:transparent;color: var(--primary-color); }

.dwk-flex{ display:flex; }
.dwk-flex-between{display:flex;justify-content: space-between;}
.dwk-flex-start { display: flex; justify-content: flex-start; align-items: center; }
.dwk-flex-center { display: flex; justify-content: center; align-items: center; }
.dwk-flex-end { display: flex; justify-content: flex-end; align-items: center; }
.dwk-flex-around { display: flex; justify-content: space-around; align-items: center; }
.flex-wrap { flex-wrap: wrap;}
.align-start { align-items: flex-start; }
.align-end { align-items: flex-end; }
.align-stretch { align-items: stretch; }

/** 同比图片 */
.ratio-image{box-sizing: border-box;}
.ratio-image .image-thumbnail{position:relative;height:0;padding-top:var(--ratio-value);}
.ratio-image .abs-image a{display:block;width:100%;height:100%;}
.ratio-image .img-responsive{height:100%;}

/** 主导航菜单 */
header.globalHeader{position:relative;z-index:1005;left:0;top:0;right:0;}
header.globalHeader .collapse-close {position: fixed; width: 100%; height: 100%; max-height: 0; background-color: #000; opacity: 0; transition: opacity 250ms ease 0s;display:block;}
header.globalHeader .collapse-close.open {max-height: none;opacity: 0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";}
header.globalHeader .layui-collapse{border:none;}

.placeholder-header{height:146px;display:none;}

.layui-input:focus,
.layui-textarea:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 3px rgba(22,183,119,.08)}
.layui-form-select dl dd.layui-this{color: var(--primary-color)!important;}
.layui-btn{background-color: var(--primary-color);padding:0 26px;border-radius: 38px;}
.layui-form-checked[lay-skin=primary]>i{
    border-color: var(--primary-color)!important;
    background-color: var(--primary-color)!important;
}

.layui-form-label em.hint{font-style:normal;padding-left:2px;font-size:12px;color:#666;}

h2.caption{color:var(--primary-color);}
.gray-bg{background-color:#f9f9f9;position: relative;box-sizing: border-box;}

ul.square{ padding-left: 1rem;/** list-style-type: square; */}
ul.square li{list-style-type: inherit;}
ul.square li::marker{color:var(--primary-color);}
ul.square.square-black li::marker{color:#333 !important;}

ul.list-check{ padding-left: 1rem;/** list-style-type: square; */}
ul.list-check li{list-style-type:none;position:relative;padding-left:0.25rem;}
ul.list-check li::marker{font-family: layui-icon!important; content: "\e605"; position: absolute;left:0;color:var(--primary-color);font-weight:600;}

.logo_section img{max-width:100%;}
.page-header{background-color:#089ED9;color:#fff;height:146px;transition: all .2s ease;}
.page-header .layui-container.header-layout{height:100%;display:flex;align-items:center;justify-content:center;gap:64px;}

.page-header .logo_section{flex:0 0 310px;width:310px;}
.page-header .logo_section .logo{display:block;}
.page-header .menu-section{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:18px;}
.page-header .menu-toggle { display: none; line-height: 60px; padding: 0 16px; cursor: pointer;}
.page-header .menu-toggle .layui-icon{ border:1px solid #FFF; padding: 8px; border-radius: 5px; }

.page-header .header-tools-row{display:flex;align-items:center;justify-content:space-between;gap:54px;}
.page-header .header-search-form{position:relative;flex:0 1 502px;width:502px;max-width:502px;height:38px;margin:0;display:flex;align-items:center;background-color:#fff;border-radius:0 100px 100px 0;box-sizing:border-box;}
.page-header .header-search-input{width:100%;height:38px;line-height:22px;border:none;border-radius:0 100px 100px 0;background-color:transparent;color:#4b6577;font-size:14px;padding:8px 46px 8px 18px;box-sizing:border-box;}
.page-header .header-search-input::placeholder{color:#5f6f7c;opacity:1;}
.page-header .header-search-submit{position:absolute;right:2px;top:2px;width:34px;height:34px;border:none;border-radius:50%;background-color:#3b9bd0;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.page-header .header-search-submit .layui-icon{font-size:18px;color:#fff;}
.page-header .navigation-tool{display:flex;align-items:center;justify-content:flex-end;white-space:nowrap;}
.page-header .navigation-tool .icon{position:relative;text-align:center;font-size:16px;padding:0 29px;}
.page-header .navigation-tool .icon::before{content:'';position:absolute;left:0;top:50%;width:1px;height:34px;margin-top:-17px;background-color:rgba(255,255,255,0.28);}
.page-header .navigation-tool .icon:first-child::before{display:none;}
.page-header .navigation-tool .icon a{display:flex;align-items:center;color:#fff;flex-direction:row;font-weight:700;}
.page-header .navigation-tool .icon em{display:block;margin-right:8px;background-position:center center;background-repeat:no-repeat;background-size:100% 100%;}
.page-header .navigation-tool .icon span{display:block;padding-top:0;}
.page-header .navigation-tool .icon.find em{background-image:url("../../icon/find.svg?v=20231106");}
.page-header .navigation-tool .icon.member em{background-image:url("../../icon/member.svg?v=20231106");}
.page-header .navigation-tool .icon.factory em{width:24px;height:19px;background-image:url("../../icon/factory-lanhu.svg?v=20260522");}
.page-header .navigation-tool .icon.download em{width:25px;height:25px;background-image:url("../../icon/resource-lanhu.svg?v=20260522");}
.page-header .navigation-tool .icon.map em{width:22px;height:24px;background-image:url("../../icon/dealer-lanhu.svg?v=20260522");}

#primary-nav{flex:0 0 auto;display:flex;justify-content:flex-start;border-top:1px solid rgba(255,255,255,0.32);padding-top:12px;}
#primary-nav li{position:relative;line-height:32px;display:block;box-sizing: border-box;}
#primary-nav li a{transition: all .2s ease;}
#primary-nav > li::before{display:none;}
#primary-nav > li > a{color:#FFFFFF;font-size:16px;font-weight:700;}
#primary-nav > li > a.active,
#primary-nav > li:hover > a{font-weight:900;opacity:0.88;}

#primary-nav .layui-nav-child{--navCellWidth:210px;}
#primary-nav .layui-nav-child{top:32px;padding:0;width:var(--navCellWidth);border:none;border-radius: 5px;font-size:0.875rem;}
#primary-nav .layui-nav-child li{border-bottom:1px solid #efefef;display:flex;align-items: center;justify-content: flex-start;padding:10px 16px;}
#primary-nav .layui-nav-child li:last-child{border-bottom: 0;}
#primary-nav .layui-nav-child a{display:block;line-height:1.3;color:#333;white-space:break-spaces;}
#primary-nav .layui-nav-child .layui-nav-child{top:0;left:calc(var(--navCellWidth) - 2px);}
#primary-nav .layui-nav-child li.sub_navigation::after {
    font-family: layui-icon !important; font-size: 14px;font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e602";position:absolute;z-index:1;right:10px;width:10px;height:39px;line-height:39px;top:0;color:#888;
}
#primary-nav .layui-nav-child li.sub_navigation:hover::after{color:#fff;}
#primary-nav .layui-nav-child li:hover{background-color:var(--primary-color);}
#primary-nav .layui-nav-child li:hover > a{color:#fff;}

#primary-nav li.nav-menu-500 .layui-nav-child .layui-nav-child{width:230px;}

/** 导航菜单下拉面板 */
#page-nav-search{
    position: fixed;top:146px;left:0;right:0;
    width: 100%;height:100%;
    background-color: #fff;
    display:none;
    border-top: 2px solid rgba(0,0,0,0.1);
    z-index: 10;
}
#page-nav-search .container{position:relative;padding:120px 0 0 0;}
#page-nav-search .search-close{position:absolute;right:13%;top:-134px;width:42px;height:42px;border-radius: 50%;border:2px solid #f7f7f7;}
#page-nav-search .search-close .layui-icon{font-size:22px;width:100%;height:100%;}

.search-container{width:78%;margin:0 auto;position:relative;}
.search-container .search-form-input{
    width: 100%;height: 72px;line-height: 26px;
    padding: 20px 80px 20px 32px;border-radius: 36px;
    border: 1px solid rgba(0,0,0,0.2);font-size: 26px;font-weight: 400;
    color: #000;margin-bottom: 24px;letter-spacing: -0.5px;
}
.search-container .search-form-submit{position: absolute;top: 6px;right: 14px;width: 60px;height: 60px;border-radius: 50%;border:none;background-color:transparent;cursor: pointer;}
.search-container .search-form-submit .layui-icon{font-size: 22px;color: #7f7f7f;}

.menu-search-content{padding:8px;}
.menu-search-content .input-container{position:relative;}
.menu-search-content .menu-search-input{border: 1px solid rgba(0,0,0,0.2);font-weight: 400;color: #000;border-radius: 38px;}
.menu-search-content .menu-search-submit{position: absolute;top: 1px;right: 1px;width: 42px;height: 36px;border-radius: 50%;border:none;background-color:#fff;cursor: pointer;z-index:2;}
.menu-search-content .menu-search-submit .layui-icon{color: rgba(0,0,0,0.6);}

/** 移动端导航菜单 */
.offcanvas-global-menu .layui-layer-setwin{right:40px;top:40px;}
.offcanvas-global-menu .layui-layer-close2{border-color:var(--primary-color);border-radius: 4px;background-color:var(--primary-color);}
#offcanvas-global-menu{background-color:#f9f9f9;--offcanvas-border:#d8d6d6;}
#offcanvas-global-menu .logo_section{padding:15px;}
#offcanvas-global-menu .logo_section .logo{display:block;width:65%;}
#offcanvas-nav-tree{ width:100%;background-color:transparent !important;color:#333;border-top:1px solid var(--offcanvas-border);}
#offcanvas-nav-tree .layui-nav-item a{color:#333 !important;border-bottom:1px solid var(--offcanvas-border);}
#offcanvas-nav-tree .layui-nav-child{border-radius: 0;padding-top:0;padding-bottom:0;background-color:transparent!important;}
#offcanvas-nav-tree .layui-nav-expand>a,
#offcanvas-nav-tree .layui-nav-title a,
#offcanvas-nav-tree .layui-nav-title a:hover{color:#333 !important;}
#offcanvas-nav-tree .layui-nav-expand>.layui-nav-child{background-color:rgba(220,220,220,0.3) !important;}
#offcanvas-nav-tree .layui-nav-expand>.layui-nav-child a span{padding-left:10px;}
#offcanvas-nav-tree a.parent::before{content:'';position: absolute;right:0;top:0;width:42px;height:100%;border-left:1px solid var(--offcanvas-border);}
#offcanvas-nav-tree a.parent > span{font-weight:500;}
#offcanvas-nav-tree .layui-nav-tree .layui-nav-child dd.layui-this,
#offcanvas-nav-tree.layui-nav-tree .layui-nav-child dd.layui-this a,
#offcanvas-nav-tree.layui-nav-tree .layui-this,
#offcanvas-nav-tree .layui-nav-tree .layui-this>a,
#offcanvas-nav-tree .layui-nav-tree .layui-this>a:hover{background-color:rgba(220,220,220,0.6) !important;}

footer.globalFooter{background-color:#003d64;color:#fff;padding:60px 0 25px 0;}
footer .footer-navigation-container{display: flex;justify-content: space-between;}
footer .footer-navigation{box-sizing: border-box;}
footer .footer-navigation .footer-navigation-title{font-size:1.375rem;}
footer .footer-navigation-list{margin:20px 0 38px;}
footer .footer-navigation-item{margin-bottom:10px;}
footer .footer-navigation-item a{color:#fff;font-size:1rem;font-weight:300;}

footer .footer-social-icons{margin-bottom:20px;display:flex;width:100%;justify-content: flex-end;}
footer .footer-social-icons .footer-icon-item{padding-right:7px;}
footer .footer-social-icons a.footer-social-icon{display:block;width: 36px;height: 36px;position: relative;text-align: unset;}
footer .footer-social-icons span.qrcode{position:absolute;left:-63px;top:-180px;padding:6px;background-color:#fff;display:none;border-radius: 10px;transition: all .2s ease;box-shadow: 0 12px 30px 0 rgb(0 0 0 / 20%);}
footer .footer-social-icons span.qrcode::before{width: 0;height: 0;border-top: 8px solid #fff;border-right: 8px solid transparent;border-left: 8px solid transparent;}
footer .footer-social-icons span.qrcode::before{content:'';position:absolute;left:50%;margin-left:-4px;bottom:-8px;}
footer .footer-social-icons span.qrcode .img-responsive{display:block;width:140px;height:157px;max-width:140px;border-radius: 10px;overflow:hidden;}
footer .footer-social-icons span.icon{display:block;width:100%;height:100%;border:1px solid #fff;border-radius: 36px;transition: all .2s ease;box-sizing: border-box;}
footer .footer-social-icons span.icon{background-repeat: no-repeat;background-position: center center;background-size:70%;}
footer .footer-social-icons span.footer-social-icon-wechat{background-image:url("../../icon/wechat.svg");}
footer .footer-social-icons span.footer-social-icon-weibo{background-image:url("../../icon/weibo.svg");}
footer .footer-social-icons span.footer-social-icon-zhihu{background-image:url("../../icon/zhihu.svg");}
footer .footer-social-icons span.footer-social-icon-douyin{background-image:url("../../icon/douyin.svg");}
footer .footer-social-icons span.footer-social-icon-xiaohongshu{background-image:url("../../icon/xiaohongshu.svg");}
footer .footer-social-icons a:hover span.icon{background-color:rgba(255,255,255,0.3);}
footer .footer-social-icons a:hover span.qrcode{display:block;}
footer .footer-social-icons a:active span.qrcode{display:block;}
footer .footer-social-list{display:flex;width:100%;justify-content: flex-end;}
footer .footer-social-list li{margin-right:16px;}
footer .footer-social-list li:last-child{margin-right:0;}
footer .footer-social-list li a{font-weight: 300;font-size:1rem;color:#fff;text-align:right;}

footer .footerMobile{display:none;}
footer .footerMobile .footer-social-icons{justify-content: flex-start;}
footer .footerMobile .footer-social-list{justify-content: flex-start;}
footer .footerMobile .layui-collapse{border:0;color:#fff;}
footer .footerMobile .layui-colla-title{background-color:transparent;color:#fff;font-size:1rem;}
footer .footerMobile .layui-colla-content,footer .footerMobile .layui-colla-item{border-color:rgba(255,255,255,0.3);}
footer .footerMobile .footer-navigation-list{margin:10px 0 0 0;}
footer .footerMobile .footer-navigation{margin-top:30px;margin-bottom:30px;}
footer .footerMobile .layui-colla-icon{width:24px;height:24px;line-height:24px;border-radius: 24px;box-sizing: border-box;}
footer .footerMobile .layui-colla-icon{left:0;top:50%;margin-top:-12px;text-align:center;border:1px solid rgba(255,255,255,0.3);}
footer .footer-link-info{color:#fff;}
footer .footer-link-info .layui-container{margin-top:8px;border-top:1px solid rgba(255,255,255,0.3);display:flex;flex-direction: column;align-items: center;}
footer .footer-link-info a{color:#fff;}
footer .footer-link-info .links{margin:0 auto;display:flex;padding-top:20px;width:100%;justify-content: center;}
footer .footer-link-info .links li{padding-right:15px;padding-bottom:15px;}
footer .footer-link-info .links li:last-child{padding-right:0;}
footer .footer-link-info .footerCopyright{width:100%;text-align:center;font-weight:300;}

.sub-navigation{border-bottom:1px solid var(--primary-color);display:flex;align-items: center;justify-content: center;}
.sub-navigation ul{display:flex;align-items: center;justify-content: center;}
.sub-navigation ul li{padding:14px 24px 0 24px;}
.sub-navigation ul li a{display:inline-block;color:var(--primary-color);padding-bottom: 8px;border-bottom: 3px solid transparent;}
.sub-navigation ul li.active a{border-bottom: 3px solid var(--primary-color);font-weight:600;}

.nav-breadcrumb{padding:8px 0;border-bottom:1px solid var(--primary-color);}
.nav-breadcrumb .layui-breadcrumb{line-height:24px;display:flex;color:#333;}
.nav-breadcrumb .layui-breadcrumb a{color:#333 !important;}
.nav-breadcrumb .layui-breadcrumb span[lay-separator]{color:#333 !important;}
.nav-breadcrumb .home{display: inline-block;width:24px;height:24px;background:url('../../logo-side.png') no-repeat center center;background-size:cover;}

.abs-image{position: absolute;width:100%;height:100%;left:0;top:0;right:0;bottom:0;overflow:hidden;display:flex;align-items:center;justify-content: center;}
.abs-image img{object-fit: cover;width:100%;height:100%;}

.page-text-container{font-size:1.25rem;font-weight:300;line-height:1.6;}
.page-summary-section{padding:35px 0 0 0;}
.page-summary-section h1 span{display:block;font-size:1rem;font-weight:400;color:#333;padding-bottom: 15px;}
.page-summary-section > p{padding-bottom:30px;}
.page-summary-section .text-section{padding-bottom:30px;padding-top:15px;}
.page-summary-section .text-section > p{padding-bottom:15px;}

.page-gray-section{background-color:#f9f9f9;padding-top:40px;padding-bottom: 35px;}
.page-transparent-section{padding:35px 0;position: relative;box-sizing:border-box;}
.page-transparent-section h2.section-caption{padding-bottom:16px;}

/** 腰线标题 */
.waistline-caption{padding:20px 0;background-color:var(--primary-color);color:#fff;}
.waistline-caption span, .waistline-caption em{font-size:1.6rem;font-weight:900;line-height:40px;}
.waistline-caption em{color:rgba(255,255,255,0.6);font-style:normal;padding-left:10px;}
.waistline-caption p{padding:14px 0 6px 0;}
.waistline-caption-transparent{background-color:transparent;}
.waistline-caption-transparent span{color:#333;}
.waistline-caption-transparent em{color:#D7D8D8;}
.waistline-flex-center{text-align:center;}
.waistline-flex-center h3{display:flex;align-items: center;justify-content: center;}
.waistline-flex-center h3 span{padding:0 1rem;}
.waistline-flex-center h3 span .dwk-btn{margin-bottom:10px;line-height:inherit;}

/* 普通分页样式 */
ul.pagination{margin:0 auto;padding:18px 0;clear:both;text-align:center;}
ul.pagination li{display:inline;}
ul.pagination a{border:1px solid #D5D5D5;box-shadow:0 1px 0 #FFFFFF inset, 0 1px 0 #EAEAEA;color: #454545;cursor: pointer;padding:3px 9px;margin:0 1px;}
ul.pagination a{
    background: #F5F5F5;display: inline-block;
    background: -webkit-linear-gradient(top, #FFFFFF, #F5F5F5);
    background: -o-linear-gradient(top, #FFFFFF, #F5F5F5);
}
ul.pagination a:link{color:#454545;}
ul.pagination a:visited{color:#454545;}
ul.pagination a:hover,ul.pagination li.active a{background: none repeat scroll 0 0 #676D71;border-color: #585E63;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #FFFFFF;color: #FFFFFF;font-weight: bold;}
ul.pagination a:active{text-decoration: none;}

/** 垂直BOX */
.card-box{display:flex;flex-direction: column;box-sizing: border-box;}
.card-box a{color:#FFF;}
.card-box .card-box-image{border-bottom:0;padding:0;height:228px;overflow:hidden;position:relative;}
.card-box .card-box-image img{object-fit: cover;width:100%;height:100%;}
.card-box .card-box-date{background-color:#003d64;color:#fff;padding:0.5rem 20px;}
.card-box .card-box-body{background-color:var(--primary-color);color:#fff;box-sizing: border-box;}
.card-box .card-box-body p{height:107px;padding:20px;box-sizing: border-box;}
.card-box .card-box-body p{font-size:1rem;overflow:hidden;text-overflow: ellipsis;}
.card-box .card-box-title{position: relative;padding-left:1rem;}
.card-box .card-box-title::before{position: absolute;content:'';top:0;left:0;width:5px;height:100%;background-color:#fff;}

/** 左右排列 */
.results-container{width:100%;display:flex;flex-wrap: wrap;overflow:hidden;justify-content: space-between;padding-top:15px;}
.results-container a{color:#fff;}
.results-container .result-item{width:calc(50% - 15px);box-sizing: border-box;margin-bottom:15px;}
.results-container .result-wrapper{display:flex;width:100%;background-color:#FFF;}
.results-container .result-thumbnail{width:40%;height:0;padding-top:40%;position: relative;}
.results-container .result-content{flex:1;background-color:var(--primary-color);color:#fff;padding:15px;box-sizing: border-box;font-size:1.25rem;position:relative;}
.results-container .product-item-link{font-weight:700;}
.results-container .product-item-subname{font-weight:300;padding-top:1rem;}
.results-container .product-item-inner{position:absolute;right:15px;bottom:15px;line-height:32px;}
.results-container .product-item-inner a.button{background-color:#fff;color:var(--primary-color);line-height:28px;border-radius: 28px;padding:0.33rem 1rem;font-size:0.75rem;font-weight:600;}
.results-container.results-light .product-item-subname{color:#fff;}
.results-container.results-highlight-title .product-item-link{border-left:4px solid #FFF;padding-left:12px;}

/** 内容详情 */
.content-wrapper{padding:1.25rem 0 1.3rem 0;}
.content-wrapper .content-section{font-size:1rem;padding:1rem 0 0 0;line-height:1.6;}
.content-wrapper .content-section strong{color:var(--primary-color);}
.content-wrapper .content-section ul{padding-left:1rem;}
.content-wrapper .content-section ul li{list-style-type:inherit;}
.content-wrapper .content-section ul li::marker{color:var(--primary-color);}

/** 关联SWIPER */
.layui-related-swiper{position:relative;}
dl.related-card{border:1px solid var(--primary-color);background-color:#FFF;box-sizing: border-box;position: relative;}
dl.related-card dt{line-height:0;position:relative;overflow:hidden;}
dl.related-card dt img{margin:0 auto;width:100%;height:100%;object-fit: cover;}
dl.related-card dd{text-align:center;color:var(--primary-color);height:64px;font-size:1rem;display: flex;box-sizing: border-box;}
dl.related-card dd a{color:var(--primary-color);margin:auto;}
dl.related-card dd .title, dl.related-card dd .info{position:relative;box-sizing: border-box;font-size:0.875rem;}
dl.related-card.dark dd{background-color:var(--primary-color);color:#fff;}
dl.related-card.dark dd a{color:#FFF;}

dl.related-card.column{border:0;border-right: 1px solid #cecece;padding-top:15px;}
dl.related-card.column dd{padding:15px 0;}
dl.related-card.column dd .title{width:100%;}
dl.related-card.column dd .title a{font-size:1rem;font-weight:bolder;}
.swiper-wrapper .swiper-slide:last-child dl.related-card.column{border-right:0;}

.related{position:relative;box-sizing: border-box;}
.related .swiper-button-prev{left:-45px;}
.related .swiper-button-next{right:-45px;}
.related-swiper .related-product-info{border:1px solid var(--primary-color);padding:20px;box-sizing: border-box;}
.related-swiper .related-product-detail{height:45px;overflow:hidden;text-align: center;font-weight:700;color:var(--primary-color);font-size:1rem;padding-top:10px;}
.related-swiper .related-product-detail a.title{color:var(--primary-color);}
.related-swiper .swiper-wrapper{align-items: stretch;}
.related-swiper .related-product-image{height:200px;display:flex;justify-content: center;align-items: center;}
.related-swiper .related-product-image a{width:100%;height:100%;display:flex;justify-content: center;align-items: center;}
.related-swiper .related-product-image a img{object-fit: cover;margin:0 auto;max-height:100%;}

.page-gray-section.page-swiper-related .related-product-info{background-color:#fff;}
.page-swiper-related .related-swiper .related-product-image{height:320px;}
.page-swiper-related .related-swiper .related-product-detail{height:auto;}
.page-swiper-related .related-swiper .related-product-detail .summary{font-weight:400;color:#333;text-align: left;padding:15px 0;min-height:130px;}

.page-sns-links{padding:35px 0;display:flex;align-items: center;justify-content: center;position: relative;}
.page-sns-links::before{content:'';position:absolute;width:100%;border-bottom:1px solid #efefef;top:50%;transform:translate(0,-50%);}
.page-sns-links .sns-content{background-color:#FFF;position: relative;z-index:2;padding:0 35px;}
.page-sns-links .sns-content i.layui-icon{font-size:36px;color:#D7D7D7;margin:0 6px;}

/** 通用-头部-幻灯片 */
#header-carousel{ width:100%;overflow:hidden; position: relative;}
#header-carousel .swiper-slide{
    background-repeat: no-repeat;
    background-position: center center;
    background-image:var(--slide-bg);
    background-size:cover;
    object-fit: cover;
}
#header-carousel .header-image{position: relative;}
#header-carousel .header-image .layui-container{height:100%;}
#header-carousel .header-image .header-content{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;z-index:5;}
#header-carousel .header-image .header-background{position: relative;z-index:0;max-height:660px;overflow:hidden;}
#header-carousel .header-image .header-background img{width:100%;}
#header-carousel .header-image .header-content .abs-cover{position: absolute;z-index:1;height:100%;top:0;}
#header-carousel .header-image .header-content .abs-cover img{width:auto;height:100%;}
#header-carousel .header-image .header-content .abs-left{left:0;}
#header-carousel .header-image .header-content .abs-right{right:0;}

#header-carousel .nav-breadcrumb{position:absolute;bottom:1rem;font-size:1rem;color:#FFF;z-index:5;}
#header-carousel .nav-breadcrumb .layui-breadcrumb span[lay-separator], #header-carousel .nav-breadcrumb a{color:#FFF !important;}
#header-carousel .nav-breadcrumb.nav-breadcrumb-dark{color:#333;}
#header-carousel .nav-breadcrumb.nav-breadcrumb-dark .layui-breadcrumb span[lay-separator], #header-carousel .nav-breadcrumb.nav-breadcrumb-dark a{color:#333 !important;}

#header-carousel .inner-content{padding-top:8%;}
#header-carousel .inner-text-content{width:56%;background-color:#fff;padding:25px;position: absolute;top:50%;transform:translate(0,-50%);box-sizing: border-box;}
#header-carousel .inner-text-content h1.caption{font-size:3rem;font-weight:700;}
#header-carousel .inner-text-content p.summary{font-size:1.25rem;padding-top:0.5rem;line-height:28px;font-weight:300;color:#565656;}
#header-carousel.excursion .inner-content{position:absolute;padding-top:0;bottom:10%;}

#header-carousel .inner-content h1.caption{color:#09446a;font-size:3rem;font-weight:900;}
#header-carousel .inner-content p.summary{font-size:1.9rem;padding-top:0.5rem;}
#header-carousel .inner-content p.summary.brand-strong{font-weight: 400;}
#header-carousel .inner-content-light h1.caption{color:#FFF;}
#header-carousel .inner-content-dark  h1.caption{color:#09446a !important;}

#header-carousel .inner-icon-title{color:var(--primary-color);font-weight:400;display:flex;}
#header-carousel .inner-icon-title li{padding:0 15px;border-right:1px solid #efefef;display:flex;align-items: center;justify-content: center;}
#header-carousel .inner-icon-title li:first-child{padding-left:0;}
#header-carousel .inner-icon-title li:last-child{border:0;}
#header-carousel .inner-icon-title li em{width:26px;}
#header-carousel .inner-icon-title li span{padding-left:10px;}

.three-level-product-header{padding-top:25px;padding-bottom: 35px;}
.three-level-product-header .margin-twenty-info{height:100%;display:flex;flex-direction: column;justify-content: space-between;}
.three-level-product-header .margin-twenty-info .caption{padding-bottom:1rem;}
.three-level-product-header .margin-twenty-info .dwk-btn{margin-right:25px;}

.swiper-button-next,
.swiper-button-prev{width:var(--carousel-button);height:var(--carousel-button);margin-top:-15px;}
.swiper-button-next:after,
.swiper-button-prev:after{
    width:100%;height:100%;line-height:var(--carousel-button);border-radius: var(--carousel-button);
    color:#fff;font-size:14px;
    background-color:var(--carousel-color);
    text-align:center;
}

.melting-icon-converting{background-image:url('../../icon/melting-icon-converting.png');}
.melting-icon-hot-forming{background-image:url('../../icon/melting-icon-hot-forming.png');}
.melting-icon-logistics-hub{background-image:url('../../icon/melting-icon-logistics-hub.png');}
.melting-icon-post-processing{background-image:url('../../icon/melting-icon-post-processing.png');}

#header-carousel .swiper-pagination-bullet{width:22px;height:5px;border-radius: 5px;background-color:rgba(255,255,255,1);}
#header-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--primary-color);}

.page-search-result .result-content{padding-top:120px;}
.page-search-result .tabs-tit{padding-top:50px;padding-bottom: 10px;border-bottom:1px solid #f9f9f9;}
.page-search-result .layui-tab .layui-tab-title{border:none;}
.page-search-result .layui-tab-title .layui-this:after{display:none;}
.page-search-result .result-area ul li{padding-right:25px;}
.page-search-result .result-area ul .dwk-btn{display:block;width:124px;padding:0;text-align:center;}
.page-search-result .layui-tab-title .layui-this .dwk-btn{background-color:var(--primary-color);color:#ffffff;}

.page-search-result .layui-tab-content{padding:35px 0;}
.page-search-result .layui-tab-content .layui-row{padding-bottom: 35px;}
.page-search-result .layui-tab-content .color-highlight{color:var(--primary-color);}
.page-search-result .result-area{font-size:1.125rem;}
.page-search-result .grid-content dt{font-weight: 600;}
.page-search-result .grid-content dd{color:#929292;font-size:1rem;font-weight:300;padding-top:10px;}
.page-search-result .grid-content .datetime{padding-bottom:5px;}
.page-search-result .grid-button{text-align: center;}

/** height:273px */
#quickMenu{position:absolute;width:56px;height:184px;margin:0;z-index:1998;bottom:60px;right:0;text-align:center;background-color:#189dd9;padding-top:6px;}
#quickMenu dl{font-size:0.75rem;text-align:center;padding:8px 0 12px 0;position:relative;}
#quickMenu dl:before{content:'';position:absolute;width:58%;height:2px;overflow:hidden;border-bottom:1px solid #fff;left:50%;margin-left:-29%;bottom:0;}
#quickMenu dl:last-child:before{display: none;}
#quickMenu dl a{color:#fff;}
#quickMenu dt{line-height:0;}
#quickMenu dt img{width:36px;height:36px;}
#quickMenu a{transform: translate3d(0, 0, 0);}

/** 首页-自定义链接 */
.page-index-home .layui-row{margin-left:-15px;margin-right:-15px;}
.page-index-home .card-box{margin:15px;}

#home-links{padding:2rem 0 0 0;width:100%;overflow:hidden;}
#home-links .card-box-body a span{display:block;}

#home-brands{margin:2% auto 2.4% auto;}
#home-brands h2{text-align:center;padding-bottom:1.2%;}
#home-brands h2 span{color: rgba(255,255,255,0.6);font-style: normal;padding-left: 10px;}
#home-brands .waistline-caption{padding:1.5% 0;}
#home-brands .col-brand{border-right:2px solid #fff;}
#home-brands .col-brand:last-child{border:0;}
#home-brands .img-responsive{max-width:80%;margin:0 auto;}

/** 首页-耗材 */
#home-supplies{background-color:#f9f9f9;width:100%;overflow:hidden;}
#home-supplies .layui-row{margin-left:-30px;margin-right:-30px;}
#home-supplies .supplies-panel{margin:30px;background-color:#fff;border-radius: 15px;padding:15px 0;}
#home-supplies .supplies-panel h2{text-align:center;}
#home-supplies .supplies-list{display:flex;flex-flow: wrap;padding:15px;}
#home-supplies .supplies-list li{width:50%;text-align:center;padding:15px;box-sizing: border-box;}
#home-supplies .supplies-list li{border-right: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;}
#home-supplies .supplies-list li a{display:block;border-radius: 3px;padding-top:15px;}
#home-supplies .supplies-list li a:hover{background-color:#f6f7fa;}
#home-supplies .supplies-list li a:hover span{color:#000;}
#home-supplies .supplies-list li:nth-child(2),#home-supplies .supplies-list li:nth-child(4){border-right:0;}
#home-supplies .supplies-list li:nth-child(3),#home-supplies .supplies-list li:nth-child(4){border-bottom:0;}
#home-supplies .supplies-list .list-image{width:92%;padding-top:92%;margin:0 auto;position: relative;}
#home-supplies .supplies-list li span{font-size:1rem;font-weight:bold;padding: 10px 10px 23px;display:block;}
#home-supplies .supplies-list li span{overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}

/** 首页-新闻 */
#home-news{padding-bottom:30px;width:100%;overflow:hidden;}
#home-news h3{padding:20px 0;font-size:1.6rem;font-weight:900;}
#home-news h3 em{color:rgba(0,0,0,0.2);font-style:normal;padding-left:10px;}
#home-news .card-box{background-color:#fff;box-shadow: 0 0 4px 0 rgba(198,198,198,.8);}

.category-columns{display:flex;align-items: center;justify-content:flex-end;padding-top:35px;margin-bottom:35px;border-bottom:1px solid #cccccc;padding-bottom: 15px;}

/** 产品-系列列表 */
.page-products-series .series-caption{font-size:3rem;color:#003d64;font-weight:bolder;position:absolute;top:24%;left:8%;z-index:2;}
.page-products-series .series-results-container{background-color:#f9f9f9;}
.page-products-series .released-content .category_accordion h2{color:#535353;padding-bottom:10px;}

/** 产品-系列详情 */
.products-series-header{padding-bottom:2rem;padding-top:2rem;}
.products-series-header video.video-responsive{object-fit: cover;}
.products-series-header .product-media-wrap{width:95%;padding-top:95%;position: relative;margin:0 auto;}
.products-series-header .product-media-wrap video.video-responsive{height:100%;}
.products-series-header .product-description-container{padding-left:5%;display:flex;flex-direction: column;justify-content: space-between;}
.products-series-header .product-description-container h1.product-item-caption{font-size:2rem;}
.products-series-header .product-description-container .product-item-subname{font-size:1.5rem;}
.products-series-header .product-description-container .product-item-summary{font-size:1.125rem;line-height:1.6;padding-top:25px;}
.products-series-header .product-description-container .product-item-summary ul,
.products-series-header .product-description-container .product-item-summary ol{padding-left:15px;}
.products-series-header .product-description-container .product-item-summary ul li,
.products-series-header .product-description-container .product-item-summary ol li{list-style: inherit;}
.products-series-header .product-faqs-link{padding-top:12px;}
.products-series-header .product-faqs-link a{color:var(--primary-color);font-size:1.125rem;}

.products-series-header .product-item-thumbnail{display:flex;padding-top:35px;}
.products-series-header .product-item-thumbnail li{width:140px;height:140px;margin-right:1rem;border:1px solid transparent;display:flex;align-items: center;justify-content: center;overflow:hidden;}
.products-series-header .product-item-thumbnail li.active{border:1px solid #d3d3d3;}
.products-series-header .product-item-thumbnail li img{height:100%;}
.products-series-header .product-item-thumbnail li video.video-responsive{height:100%;object-fit: cover;}
.products-series-header .product-link-buttons{display:flex;padding-top:35px;}
.products-series-header .product-link-buttons li{line-height:34px;margin-right:1rem;}
.products-series-header .product-link-buttons a{font-size:1rem;padding:0.3rem 1.5rem;border:1px solid var(--primary-color);color:var(--primary-color);border-radius: 34px;}
.page-products-series-detail .product-view-tabs{position: sticky;top:0;z-index:2;background-color:#fff;}
.page-products-series-detail .product-view-tabs ul{display:flex;border-top:2px solid #f9f9f9;}
.page-products-series-detail .product-view-tabs ul li{text-align:center;}
.page-products-series-detail .product-view-tabs ul li a{display:block;font-size:1.2rem;padding:0.5rem 3rem;color:var(--primary-color);font-weight: 500;position: relative;}
.page-products-series-detail .product-view-tabs ul li a::before{content:'';position: absolute;height:60%;top:20%;width:1px;background-color:#d6d6d6;right:0;}
.page-products-series-detail .product-view-tabs ul li:last-child a::before{display:none;}
.page-products-series-detail .product-view-tabs ul li a.active{background-color:var(--primary-color);color:#fff;}
.page-products-series-detail .product-view-tabs ul li a.active::before{display:none;}
.page-products-series-detail .specs-title{padding-top:10px;font-size:1rem;position:relative;text-indent:16px;font-weight:bold;}
.page-products-series-detail .specs-title::before{content:'';position:absolute;width:8px;height:8px;left:0;top:19px;background-color:var(--primary-color);}
.page-products-series-detail .specs-table{overflow:hidden;}
.page-products-series-detail .specs-table a{color:var(--primary-color);font-weight:700;}
.page-products-series-detail .specs-table thead{background-color:#94aabb;color:#fff;}
.page-products-series-detail .specs-table .series-table{overflow-y:hidden;overflow-x:auto;}
.page-products-series-detail .specs-table .series-table .layui-table{width:100%;margin-top:0;}

.page-products-series-catalog .attrs-table{column-count:2;background-color:#fff;}
.page-products-series-catalog .attr-item{border-bottom:1px solid #f9f9f9;display:flex;width:100%;}
.page-products-series-catalog .attr-item dt,
.page-products-series-catalog .attr-item dd{padding:0.5rem 1rem;box-sizing: border-box;font-size:0.875rem;}
.page-products-series-catalog .attr-item dt{background-color:#94aabb;color:#fff;width:31%;}
.page-products-series-catalog .attr-item dd{flex:1;}
.page-products-series-catalog .product-catalog-group{padding-top:35px;font-size:0.875rem;}
.page-products-series-catalog .product-catalog-group .catalog-group{display:flex;padding-bottom:8px;}
.page-products-series-catalog .product-catalog-group .catalog-group .group-label{width:45px;padding-top:6px;}
.page-products-series-catalog .product-catalog-group .catalog-group:last-child .group-content{flex:1;}
.page-products-series-catalog .product-catalog-group dl{display:flex;flex-flow: wrap;}
.page-products-series-catalog .product-catalog-group dl.group-name{flex-direction: column;}
.page-products-series-catalog .product-catalog-group dd{border:1px solid #e8e8e8;margin:0 5px 5px 0;display:inline;}
.page-products-series-catalog .product-catalog-group dd.active{border-color:#71B9E2;background-color:#f9f9f9;}
.page-products-series-catalog .product-catalog-group dl a{display:block;padding:6px 10px;}


.elite-section{padding-bottom:15px;}
.elite-section .card-box{flex-direction:row;}
.elite-section .card-box .card-box-image{height:auto;width:65%;padding-top:32%;position:relative;}
.elite-section .card-box .card-box-body{flex:1;padding:1rem 1.5rem;}
.elite-section .card-box-date{background-color:transparent;padding:20px 0;font-size:1.1rem;}
.elite-section .card-info{font-size:1.1rem;}
.elite-section .card-box-summary{padding:1rem 0 0 0;}
.elite-section .card-box-more{padding-top:16px;}

.page-news-catalog .card-box-more a{position: relative;color:#fff;padding-right:2rem;}
.page-news-catalog .card-box-more a::before{position: absolute;content:'▶';right:0;top:50%;transform:translate(0,-50%);color:#fff;}
.page-news-catalog .news-list-section{background-color:#f9f9f9;margin-top:15px;}
.page-news-catalog .news-list-section .card-box-image{height:265px;}
.page-news-catalog .news-list-section .card-box-body{padding:20px;height:158px;}
.page-news-catalog .news-list-section .card-box-date{background-color:transparent;padding:0 0 20px 0;}
.page-news-catalog .news-list-section .card-box-more{padding-top:10px;}

.page-news-released h1.page-title { overflow: hidden; padding: 20px 0; font-size: 2rem; font-weight: 600; line-height: 65px; color: var(--primary-color); }
.page-news-released .released-info{ padding-bottom:45px; }
.page-news-released .released-info .datetime{ color: #a7a7a7;font-size: 0.875rem;padding-bottom: 6px;}
.page-news-released .released-info .caption { color: #2f2b2c;font-size: 1.25rem; padding-top: 6px;font-weight: 600;}

.released-content{position: relative;font-size: 1.125rem;line-height: 2; color: rgb(83, 83, 83); padding-bottom:45px;}
.released-content img{max-width: 100%;}
.released-content ul, .released-content ol{padding-left:30px;}
.released-content ul li, .released-content ol li{list-style:inherit;}
.released-content ul li::marker, .released-content ol li::marker{color:var(--primary-color);}

.page-about-contact{width:100%;overflow:hidden;overflow-y:auto;}
.page-about-contact .contact-form-section{display:flex;}
.page-about-contact .page-container-section{background-color:#f9f9f9;}
.page-about-contact .form-caption{font-size:3rem;font-weight:bolder;color:#003d64;padding-top:35px;}
.page-about-contact .form-summary{font-size:1.2rem;font-weight:300;padding:1.2rem 0;}
.page-about-contact .form-summary dt{font-size:2rem;font-weight:bolder;}
.page-about-contact .form-section{padding-bottom:25px;}
.page-about-contact .form-element-inner{box-sizing: border-box;padding-right:3%;}
.page-about-contact .form-element-inner .layui-form-item{display:flex;flex-direction: column;}
.page-about-contact .form-element-inner .layui-form-label{width:auto;text-align:left;float:none;padding:5px 0;}
.page-about-contact .form-element-inner .layui-form-item .layui-input-block{margin-left:0;}
.page-about-contact .form-element-inner .form-region{display:flex;}
.page-about-contact .form-element-inner .form-region .layui-input-inline{flex:1;}
.page-about-contact .form-element-inner .form-region .layui-input-inline:last-child{margin-right:0;}
.page-about-contact .contact-right-column{position:relative;box-sizing: border-box;padding-top:35px;padding-left:25px;}
.page-about-contact .contact-right-column::before{position: absolute;content: '';background: #09446a;top: 0;right: 0;left: 0;
    height: 100%;width: 200%;overflow: hidden;z-index:0;
}
.page-about-contact .contact-element-block{position:relative;z-index:1;}
.page-about-contact .contact-element-inner{padding:10px;color:#fff;}
.page-about-contact .contact-element-thead {padding:1.5rem 0;}
.page-about-contact .contact-element-thead dt{font-size:2.6rem;}
.page-about-contact .contact-element-thead dd{font-size:1.2rem;font-weight: 300;}
.page-about-contact .local-btn{font-size:1rem;border:1px solid #fff;background-color:transparent !important;color:#fff;line-height:36px;font-weight: bolder;}
.page-about-contact .qrcode{position: absolute;bottom:25px;color:#fff;display:flex;align-items: flex-end;}
.page-about-contact .qrcode .qrcode-img{width:30%;}
.page-about-contact .qrcode .qrcode-info{font-size:1rem;font-weight:300;padding-left:15px;}

.page-free-sample .form-caption{color:var(--primary-color);}
.page-free-sample .form-sub-caption{color:var(--primary-color);font-weight:normal;}
.page-free-sample .form-summary{color:#888;padding-right:1rem;}
.page-free-sample .form-section{padding-bottom:35px;}
#privacyModal body{padding:35px;}

.privacy-box{flex-direction: row !important;line-height:40px;}
.privacy-box .layui-form-checkbox[lay-skin=primary]:hover>i{border-color:var(--primary-color);}
.privacy-box .layui-form-checkbox[lay-skin=primary]>div{padding-right:0 !important;}
.privacy-box .layui-form-checkbox[lay-skin=primary]{margin:0 !important;}
.privacy-box .button{color:var(--primary-color);}

.page-about-locations .locations-summary{padding:1.25rem 0;}
.page-about-locations .locations-summary dd{font-size:1.25rem;font-weight: 300;}
.page-about-locations .locations-summary dt{font-size:2.2rem;font-weight:900;padding-top:1.5rem;}
.page-about-locations .page-locations-list{background-color:#f9f9f9;padding:0 0 35px 0;}
.page-about-locations .region{padding-top:25px;}
.page-about-locations .region h4{ font-size: 1.625rem; line-height: 28px; font-weight: 700; margin-bottom: 20px;}
.page-about-locations .locations-address { background: #fff; margin-bottom: 10px;}
.page-about-locations .locations-address .locations-info{padding: 20px 30px;display: flex;}
.page-about-locations .locations-address .locations-contact{background-color:var(--primary-color);color:#fff;padding:20px 30px;display:none;}
.page-about-locations .locations-address .locations-grid{display:flex;}
.page-about-locations .locations-address .locations-grid + .locations-grid{margin-top:20px;}
.page-about-locations .locations-address .locations-grid .contact-picture{width: 18%;}
.page-about-locations .locations-address .locations-grid dl{flex:1;padding-left:20px;display:flex;flex-direction: column;justify-content: center;}
.page-about-locations .locations-address .locations-grid dl dt{padding-bottom:10px;}

.page-about-locations .locations-address .address-col-1{max-width: 39.3%;width: 100%;}
.page-about-locations .locations-address .address-col-2{max-width: 43.7%;width: 100%;}
.page-about-locations .locations-address .address-col-button{max-width: 17%;width: 100%;display:flex;align-items: center;justify-content: center;}
.page-about-locations .locations-address .address-col-button p{line-height:35px;}
.page-about-locations .locations-address .address-col-button a{background-color: transparent;box-sizing: border-box;
    border-radius: 25px;color: var(--primary-color);border: 1px solid var(--primary-color);padding: 7px 20px;line-height: 17px;font-size: 1rem;}
.page-about-locations .locations-address .address-col-button a:hover{background-color:var(--primary-color);color:#fff;}
.page-about-locations .locations-address .location-heading{color: #003d64;font-size:1.43rem;font-weight:700;padding-bottom:1rem;}
.page-about-locations .locations-address .address-col-1 > p{font-size:1rem;font-weight:300;}
.page-about-locations .locations-address .location-segments,
.page-about-locations .locations-address .location-competencies{list-style-type: none;padding-left: 0;margin-bottom: 0;}
.page-about-locations .locations-address .location-segments li > p{font-size:1rem;font-weight: 700;}
.page-about-locations .locations-address .address-col-2 > p{font-size: 1rem;line-height: 16px;font-weight: 300;padding-bottom:12px;}
.page-about-locations .locations-address .location-competencies li{display:flex;padding-bottom:6px;align-items: center;}
.page-about-locations .locations-address .location-competencies li:last-child{padding-bottom:0;}
.page-about-locations .locations-address span.icon{width:27px;height:27px;background-color:var(--primary-color);border-radius: 27px;margin-right:1px;}
.page-about-locations .locations-address span.icon{background-position: center center;background-repeat: no-repeat;background-size:cover;}
.page-about-locations .locations-address .location-competencies li > p{padding-left:4px;}

.page-factory .factory-container-section{background-color:#f6f8fb;padding:34px 0 55px;}
.page-factory .factory-layout{display:grid;grid-template-columns:300px minmax(0, 1fr);gap:36px;align-items:start;}
.page-factory .factory-sidebar{background-color:#fff;border:1px solid #e4ebf2;}
.page-factory .factory-list{list-style:none;margin:0;padding:0;}
.page-factory .factory-list li + li{border-top:1px solid #e8edf2;}
.page-factory .factory-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:64px;padding:15px 18px;color:#203746;box-sizing:border-box;}
.page-factory .factory-list li.active a,
.page-factory .factory-list a:hover{background-color:var(--primary-color);color:#fff;}
.page-factory .factory-list-title{font-size:1rem;font-weight:700;line-height:22px;word-break:break-word;}
.page-factory .factory-badge{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:22px;min-width:42px;padding:0 8px;border-radius:12px;background-color:#e6f4fb;color:var(--primary-color);font-size:0.75rem;font-weight:700;box-sizing:border-box;}
.page-factory .factory-list li.active .factory-badge,
.page-factory .factory-list a:hover .factory-badge{background-color:#fff;color:var(--primary-color);}
.page-factory .factory-detail{background-color:#fff;padding:34px 42px 44px;box-sizing:border-box;min-width:0;}
.page-factory .factory-detail-heading{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #e8edf2;}
.page-factory .factory-detail-heading h1{font-size:2rem;line-height:38px;font-weight:900;color:#003d64;margin:0;}
.page-factory .factory-detail-heading span{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:12px;background-color:var(--primary-color);color:#fff;font-size:0.78rem;font-weight:700;}
.page-factory .factory-summary{font-size:1.12rem;line-height:30px;color:#4e606d;padding:20px 0;}
.page-factory .factory-hero-image{margin:0 0 24px;}
.page-factory .factory-hero-image img{width:100%;display:block;}
.page-factory .factory-facts{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1px;background-color:#dfe7ee;margin:0 0 30px;}
.page-factory .factory-facts div{background-color:#f8fbfd;padding:18px 16px;box-sizing:border-box;}
.page-factory .factory-facts dt{font-size:0.9rem;color:#60717c;padding-bottom:8px;}
.page-factory .factory-facts dd{font-size:1rem;line-height:24px;color:#173b56;font-weight:700;}
.page-factory .factory-content-section + .factory-content-section{margin-top:28px;}
.page-factory .factory-detail-content h2,
.page-factory .factory-content-section h2{font-size:1.45rem;line-height:32px;color:var(--primary-color);font-weight:900;padding-bottom:12px;}
.page-factory .factory-detail-content p,
.page-factory .factory-content-section p{font-size:1rem;line-height:30px;color:#3f4f59;padding-bottom:10px;}
.page-factory .factory-detail-content img{height:auto;max-width:100%;display:block;}

.page-distributors .distributors-summary{padding:1.25rem 0;}
.page-distributors .distributors-summary dd{font-size:1.1rem;font-weight: 300;}
.page-distributors .distributors-summary dt{font-size:2.2rem;font-weight:900;padding-bottom:0.5rem;}
.page-distributors .category-section-main{padding:30px 0;background-color:var(--primary-color);color:#FFF;position: relative;z-index:1001;}
.page-distributors .category-section-main h3.caption{font-size:2rem;font-weight:900;text-align: center;padding-bottom:25px;}
.page-distributors .category-section-main .layui-row{width:90%;margin:0 auto;display: flex;}
.page-distributors .category-section-main .card-column{margin:0 25px;border:1px solid #fff;padding:2px;}
.page-distributors .category-section-main .region-card{margin:0;}
.page-distributors .category-section-main .card-title{padding:5px 0;text-align:center;font-size:1rem;}
.page-distributors .category-section-main .layui-input{border-radius: 0;}
.page-distributors .category-section-main .form-region{display:flex;gap:5px;}
.page-distributors .category-section-main .button-col{display:flex;align-items: center;justify-content: center;line-height:34px;}
.page-distributors .category-section-main a.mapClick{background-color:#fff;color:var(--primary-color);padding: 7px 40px;line-height: 17px;font-size: 1rem;border-radius: 25px;}
.page-distributors .category-section-main .layui-form-select dl{z-index:2000;}
.page-distributors .distributors-map{position: relative;overflow:hidden;}
.page-distributors .mapBox{width:100%;height:750px;}
.page-distributors .result-list{position: absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;}
.page-distributors .result-list .layui-container{height:100%;}
.page-distributors .distributors-map .list-block{ width: 310px;position: absolute;z-index: 2000;right: 10px;top: 10px;background-color: #fff;}
.page-distributors .distributors-map .list-block h3 { line-height: 54px;background-color: #143B62;color: #fff;text-indent: 20px;font-size: 1rem;font-weight: 800;}
.page-distributors .distributors-map .list-block .list { height: 420px; overflow: scroll; overflow-x: auto;}
.page-distributors .distributors-map .list-block dl {margin: 20px;padding-bottom: 20px;border-bottom: 1px solid #BFBFBF;color: #414548;cursor: pointer;}
.page-distributors .distributors-map .list-block dl:last-child{border-bottom:0;}
.page-distributors .distributors-map .list-block dl dt { padding-bottom: 1rem;}
.page-distributors .distributors-map .list-block dl dt h4{color:var(--primary-color);font-size:1rem;}
.page-distributors .distributors-map .list-block dl dd { display:flex; line-height:22px; padding-bottom:5px; }
.page-distributors .distributors-map .list-block dl dd em{display:block;width:22px;height:22px;background-position: left center;background-repeat: no-repeat;background-size:cover;}
.page-distributors .distributors-map .list-block dl dd span{flex:1;padding-left:6px;}
.page-distributors .distributors-map .list-block dl dd.phone em{background-image:url('../../icon/phone.svg');}
.page-distributors .distributors-map .list-block dl dd.email em{background-image:url('../../icon/email.svg');background-size:90%;}
.page-distributors .distributors-map .list-block dl > p{line-height:30px;padding-top:0.6rem;display:inline-block;}
.page-distributors .distributors-map .list-block dl a{display:flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:#fff;padding: 7px 40px;line-height: 17px;border-radius: 25px;}
.page-distributors .distributors-map .list-block dl a em{width:22px;height:22px;background:url(../../icon/share.svg) no-repeat center center;background-size:cover;}

.page-about-careers .inner-content h1.caption{color:#fff !important;}
.page-about-careers .careers-summary{background-color:var(--primary-color);color:#fff;padding:45px 0;text-align: center;}
.page-about-careers .careers-summary h2{font-size:3rem;}
.page-about-careers .careers-summary ul{display:flex;margin:0 auto;justify-content: center;width:100%;padding-top:22px;}
.page-about-careers .careers-summary ul li{flex:1;}
.page-about-careers .careers-summary ul a{line-height:38px;font-size:1rem;background-color:#fff;color:var(--primary-color);padding: 8px 80px;border-radius: 38px;}
.page-about-careers .page-careers-section{font-size:1.25rem;font-weight:300;line-height:1.6;}
.page-about-careers .careers-info{padding:35px 0;font-size:1.2rem;}
.page-about-careers .page-careers-section .layui-row{display:flex;align-items: center;}
.page-about-careers .page-careers-section .flex-center{height:100%;display:flex;align-items: center;}
.page-about-careers .page-careers-section h3{padding-bottom:10px;font-size:1.5rem;}
.page-about-careers .careers-slogan{padding:35px 0;}
.page-about-careers .qrcode{background-color:var(--primary-color);color:#fff;padding:45px 0;text-align: center;}
.page-about-careers .qrcode .qrcode-text{padding-top:1rem;font-size:1rem;}
.page-about-careers .qrcode .qrcode-img .img-responsive{height:13vw;margin:0 auto;}

.page-about-us #header-carousel .inner-content h1.caption{color:#fff;}
.page-about-us .about-us-summary{padding:45px 0;}
.page-about-us .page-about-section dl{font-size:1rem;}

.dwk-block-links{background-color:#f9f9f9;padding:45px 0;}
.dwk-block-links-transparent{background-color:transparent;}
.dwk-block-links h1{font-size:2rem;padding-bottom:25px;}
.dwk-block-links h1 em{font-size:1.6rem;font-weight:900;color:rgba(0,0,0,0.2);font-style:normal;padding-left:10px;}
.dwk-block-links .link-item p{background-color:var(--primary-color);transition: all 0.5s ease;}
.dwk-block-links .link-item a{display: block;padding:1.5rem 0;width:100%;text-align:center;color:#fff;font-size:0.875rem;}
.dwk-block-links .link-item p:hover{opacity: 0.8;}

.page-about-company .dwk-block-links{padding:25px 0 0 0;}
.page-resource-downloads .resource-item{display:flex;background-color: #f2f2f2;border-radius: 3px;}
.page-resource-downloads .grid-image{width:25.5%;margin:1px;}
.page-resource-downloads .grid-image .img-responsive{border-radius: 3px;}
.page-resource-downloads .grid-block{padding: 20px 25px;flex:1;}
.page-resource-downloads .grid-block h2{font-size: 1rem;line-height: 28px;font-weight: 700;color: #003d64;padding-bottom: 5px;}
.page-resource-downloads .grid-block p{padding-top:5px;}

.page-customer-stories .waistline-caption-transparent{padding-top:35px;padding-bottom:0;}
.page-customer-stories .waistline-caption-transparent span{color:var(--primary-color);}
.page-customer-stories .card-box p{text-align:center;height:115px;}
.page-customer-stories .card-box p span{display:block;font-weight:600;font-size:1rem;}
.page-customer-stories .card-box p span.sub{margin-bottom:4px;}
.page-customer-stories .card-box p a.dwk-btn{height:28px;line-height:28px;padding: 6px 29px;font-size:0.875rem;}
.page-customer-stories .stories-banner{width:100%;line-height:0;}
.page-customer-stories .stories-banner img.img-responsive{margin:0 auto;width:100%;}

.page-about-us .about-info{padding:25px 0;}
.page-about-us .about-info h3{font-size:1.65rem;}
.page-about-us .about-info p{padding-top:15px;}
.page-about-us .about-customize-img{text-align: center;font-size:0.875rem;padding:30px 0;}
.page-about-us .about-customize-img img{margin:0 auto;max-width:125px;}
.page-about-us .about-customize-img dl dd{padding-top:8px;}
.page-about-us .about-our-values{ background-color:var(--primary-color);color:#fff;padding:35px 0 25px 0;margin-top:35px;}
.page-about-us .about-our-values h3{font-size:1.65rem;}
.page-about-us .about-our-values dl{font-size:1.10rem;}
.page-about-us .our-values-img{text-align: center;font-size:0.875rem;padding:30px 0;}
.page-about-us .our-values-img img{margin:0 auto;}
.page-about-us .our-values-img dl{max-width:180px;margin:0 auto;}
.page-about-us .our-values-img dl dd{padding-top:12px;}
.page-about-us .about-history{padding:25px 0;}
.page-about-us .about-history h3{font-size:1.65rem;}
.page-about-us .history-content{padding-top:25px;}
.page-about-us .history-content dl.history-item{max-width:190px;text-align: center;font-size:1rem;}
.page-about-us .history-content dl.history-item dt{height:190px;display:flex;align-items: center;justify-content: center;}
.page-about-us .history-content dl.history-item dd{padding-top:6px;}
.page-about-us .about-location{padding:35px 0;background-color:#f9f9f9;}
.page-about-us .about-location h3{font-size:1.65rem;}
.page-about-us .about-location p.summary{padding-top:1rem;padding-bottom:35px;}

.page-brands #header-carousel .inner-content h1.caption{color:var(--primary-color);}
.page-brands .brand-summary{padding:35px 0 0 0;}
.page-brands .brand-summary p{padding-bottom:30px;}
.page-brands .brand-cards{display: flex;flex-wrap: wrap;padding-bottom:35px;}
.page-brands .card-item dl{box-sizing: border-box;border:1px solid var(--primary-color);height:100%;}
.page-brands .card-item dl dt{font-size:1.1rem;font-weight:900;background-color:var(--primary-color);color:#FFF;padding:8px 10px;display:flex;align-items: center;justify-content: space-between;}
.page-brands .card-item dl dt a.dwk-btn{font-style:normal;font-weight:400;font-size:0.75rem;line-height:20px;padding:2px 16px;}
.page-brands .card-item dl dd{font-size:0.875rem;box-sizing: border-box;padding:10px;}
.page-brands .card-item ul.square{ list-style-type: square;}
.page-brands .page-brands-products-section{background-color:#f9f9f9;padding:35px 0;}
.page-brands .product-item{box-sizing: border-box;border:1px solid var(--primary-color);background-color:#FFF;padding:12px;margin-bottom:1rem;}
.page-brands .product-item dt span{font-size:1.1rem;font-weight:900;background-color:var(--primary-color);color:#FFF;padding:8px 10px;}
.page-brands .product-item dt a{color:#FFF;}
.page-brands .product-item dt a:hover{opacity: 0.9;}
.page-brands .product-item dd{font-size:1rem;box-sizing: border-box;padding:12px 0 0 0;}

.page-applications-common .header-content h1.caption{color:#FFF !important;}
.page-applications-common .analytical-products{padding-bottom:35px;}
.page-applications-common .analytical-products .waistline-caption{background-color:transparent;}
.page-applications-common .analytical-products .waistline-caption span{color:#333;}
.page-applications-common .analytical-products .waistline-caption em{color:#D7D8D8;}

.page-applications-common .card-item dl{box-sizing: border-box;height:100%;overflow:hidden;}
.page-applications-common .card-item dl dt{background-color:var(--primary-color);color:#FFF;padding:8px 10px;min-height: 67px;display:flex;}
.page-applications-common .card-item dl dt a{font-size:1rem;color:#FFF;margin:auto;text-align: center;}
.page-applications-common .card-item dl dd{box-sizing: border-box;line-height:0;background-color:#FFF;height:0;padding-top:96%;position: relative;}
.page-applications-common .card-item dl dd a{width:100%;height:100%;position: absolute;top:0;left:0;right:0;display:flex;align-items: center;justify-content: center;}
.page-applications-common .card-item dl dd a img{margin:0 auto;}

.page-applications-common .category-tabs .layui-container{padding-top:35px;padding-bottom: 30px;}
.page-applications-common .category-tabs .layui-tab-item h2{font-size:1.6rem;line-height:42px;}
.page-applications-common .category-tabs .layui-tab-item h2 span{background-color:var(--primary-color);color:#FFF;padding:8px 10px;}
.page-applications-common .category-tabs .layui-tab-title{border-width:0;display:flex;align-items: center;justify-content: center;}
.page-applications-common .category-tabs .layui-tab-title li{border:1px solid var(--primary-color);border-bottom:0;border-right:0;padding:0 22px;color:var(--primary-color);}
.page-applications-common .category-tabs .layui-tab-title li:last-child{border-right:1px solid var(--primary-color);}
.page-applications-common .category-tabs .layui-tab-title .layui-this{background-color:var(--primary-color);color:#FFF;font-weight:bold;}
.page-applications-common .category-tabs .layui-tab-title .layui-this:after{border-width: 0;}
.page-applications-common .category-tabs .layui-tab-title .layui-this:before{position:absolute;content: "";height:4px;background-color:var(--primary-color);left:-1px;right:-1px;top:-4px;}
.page-applications-common .category-tabs .layui-tab-content{border:1px solid var(--primary-color);padding:25px;background-color:#FFF;}
.page-applications-common .category-tabs .layui-tab-content p{font-size:1rem;padding:10px 0 16px 0;}
.page-applications-common .category-tabs .layui-tab-swiper{margin:0 45px;position: relative;}
.page-applications-common .category-tabs .layui-tab-swiper dl{border:1px solid var(--primary-color);background-color:#FFF;}
.page-applications-common .category-tabs .layui-tab-swiper dl dt{line-height:0;}
.page-applications-common .category-tabs .layui-tab-swiper dl dt .img-responsive{width:auto !important;margin:0 auto;}
.page-applications-common .category-tabs .layui-tab-swiper dl dd{text-align:center;color:var(--primary-color);min-height: 64px;display:flex;align-items: center;justify-content: center;padding:0 15px;box-sizing: border-box;}
.page-applications-common .category-tabs .layui-tab-swiper dl dd a{color:var(--primary-color);font-size:1rem;}

.page-laboratory-products .page-summary-section{padding:45px 0;}
.page-laboratory-products .single-image-inner{max-width:450px;margin:0 auto;}
.page-laboratory-products .summary-info{max-width:500px;padding:35px 0 0 0;margin:0 auto;}
.page-laboratory-products .summary-card{padding:35px 0 0 0;}
.page-laboratory-products .summary-card dl{text-align:center;font-size:1rem;color:var(--primary-color);}
.page-laboratory-products .summary-card dl .img-responsive{margin:0 auto;max-width:85%;}
.page-laboratory-products .summary-card dl dd{padding-top:10px;}
.page-laboratory-products .laboratory-products{padding:5px 0 35px 0;}
.page-laboratory-products .laboratory-products .waistline-caption{background-color:transparent;}
.page-laboratory-products .laboratory-products .waistline-caption span{color:#333;}
.page-laboratory-products .laboratory-products .waistline-caption em{color:#D7D8D8;}
.page-laboratory-products .results-container{padding-top:0;}
.page-laboratory-products .results-container .product-item-subname{color:#fff;font-size:1rem;}
.page-laboratory-products .results-container .product-item-link{border-left:4px solid #FFF;padding-left:8px;}
.page-laboratory-products .layui-related-swiper{padding:35px 0;}

.page-laboratory-guide .elite-section .card-box-body{display:flex;flex-direction: column;align-items: center;justify-content: center;}
.page-laboratory-guide .laboratory-guides{padding-bottom: 45px;}
.page-laboratory-guide .related-card{border-width:0;}
.page-laboratory-guide .related-card dt{width:100%;height:210px;overflow:hidden;}
.page-laboratory-guide .related-card .img-responsive{width:100%;height:100%;object-fit: cover;}
.page-laboratory-guide .related-card dd{flex-direction: column;text-align:left;padding:12px 15px;height:auto;}
.page-laboratory-guide .related-card dd .title{font-weight: 600;padding-left:12px;border-left:4px solid #FFF;}
.page-laboratory-guide .related-card dd .link{padding-top:8px;font-size:0.875rem;}

.commaon_col {padding:15px 0 40px 0;}
.commaon_col dl{text-align:center;font-size:1rem;}
.commaon_col dl .img-responsive{margin:0 auto;max-width:55%;}
.commaon_col dl dd{padding-top:10px;}

.page-packaging-applications .page-summary-section h1{color:#003d64;padding-bottom:1rem;}
.page-packaging-applications .market-applications{padding-bottom:45px;}
.page-packaging-applications .market-applications .results-container .product-item-subname{color:#FFF;font-size:1rem;}
.page-packaging-applications .market-applications .results-container .product-item-link{padding-left:12px;border-left:4px solid #FFF;}

.page-packaging-products .consult-btn{padding-top:25px;}
.page-packaging-products .consult-btn .dwk-btn{padding-left:50px;padding-right:50px;}
.page-packaging-products .packaging-products{padding-bottom:45px;}
.page-packaging-products .packaging-products .waistline-caption{background-color:transparent;}
.page-packaging-products .packaging-products .waistline-caption span{color:#333;}
.page-packaging-products .packaging-products .waistline-caption em{color:#D7D8D8;}
.page-packaging-products .card-item dl{box-sizing: border-box;height:100%;}
.page-packaging-products .card-item dl dt{box-sizing: border-box;line-height:0;text-align: center;}
.page-packaging-products .card-item dl dt img{margin:0 auto;}
.page-packaging-products .card-item dl dd{background-color:var(--primary-color);color:#FFF;padding:14px 14px;min-height: 67px;display:flex;flex-direction:column;font-size:1rem;}
.page-packaging-products .card-item dl dd p{position:relative;}
.page-packaging-products .card-item dl dd a{color:#FFF;text-align: center;}
.page-packaging-products .card-item dl dd p.info{min-height:102px;padding-top:8px;}
.page-packaging-products .card-item dl dd p.caption{border-left:3px solid #FFF;padding-left:10px;font-weight:900;}
.page-packaging-products .card-item dl dd p.more-btn{text-align:center;line-height:30px;}
.page-packaging-products .card-item dl dd p.more-btn a{background-color:#fff;color:var(--primary-color);padding:5px 22px;font-size:0.875rem;font-weight:bold;margin:0 auto;border-radius: 30px;}
.page-packaging-products .packaging-map{padding:45px 0;}
.page-packaging-products .packaging-map .layui-row{display:flex;}
.page-packaging-products .packaging-map .layui-row .layui-col-md3{display:flex;align-items: center;justify-content: center;}
.page-packaging-products .packaging-map .layui-row .layui-col-md3 a.dwk-btn{line-height:22px;padding-left:45px;padding-right:45px;}

.page-packaging-quality .header-content h1.caption{color:#FFF !important;}
.advantage-list{padding:35px 0;}
.advantage-list h2 .brand-strong{font-size:2rem;font-weight:900;}
.advantage-list h2{padding-bottom:1rem;}
.advantage-list dl{margin-bottom:1rem;position:relative;padding-left:28px;}
.advantage-list dl:before{ font-family: layui-icon!important; content: "\e605"; position: absolute;left:0;color:var(--primary-color);font-weight:600;}
.advantage-list dl dt{font-weight:600;}
.advantage-list.ul-list dl{padding-left:0;}
.advantage-list.ul-list dl:before{display:none;}
.advantage-list.ul-list ul{padding-left:1rem;}
.advantage-list.ul-list ul li{list-style-type:square;}
.advantage-list.ul-list ul li::marker{color:var(--primary-color);}
.advantage-list.advantage-list-mini dl{margin-bottom: 0.5rem;}
.advantage-list.advantage-list-mini dl dt{font-weight:400;}

.packaging-product-markets{padding:35px 0;}
.packaging-product-markets dl{text-align: center;}
.packaging-product-markets dl dt{line-height:0;border:1px solid var(--primary-color);object-fit: cover;}
.packaging-product-markets dl dt img{width:100%;}
.packaging-product-markets dl dd{font-weight:900;font-size:1rem;color:var(--primary-color);padding-top:10px;}

.page-packaging-person .header-content h1.caption{color:#FFF !important;}
.page-packaging-person .person-care{padding:35px 0;}
.page-packaging-person .person-care h2 .brand-strong{font-size:2rem;font-weight:900;}
.page-packaging-person .results-container .product-item-subname{color:#fff;font-size:1rem;}
.page-packaging-person .results-container .product-item-link{border-left:4px solid #FFF;padding-left:8px;}

.customization-capability{padding-bottom: 45px;}
.customization-capability h2{padding-bottom:10px;}
.customization-capability dl.related-card{border-width:0;width:100%;overflow: hidden;}
.customization-capability dl.related-card .img-responsive{width:100%;}
.customization-capability dl.related-card dd{flex-direction: column;align-items: center;padding-top:15px;height:auto;}
.customization-capability dl.related-card dd a{font-weight: 900;}
.customization-capability dl.related-card .link{line-height:24px;padding:8px 0 16px 0;}
.customization-capability a.dwk-btn{background-color:#FFF;color:var(--primary-color) !important;line-height:24px;padding:4px 29px;font-size:0.875rem;}

.page-packaging-pharmaceutical .layui-tab .layui-tab-title li{font-size:1.15rem;color:var(--primary-color);font-weight:900;padding:0 35px;}
.page-packaging-pharmaceutical .layui-tab-brief>.layui-tab-title .layui-this{background-color:var(--primary-color);color:#FFF;}
.page-packaging-pharmaceutical .layui-tab-brief>.layui-tab-title .layui-this:after{border-color:var(--primary-color);}
.packaging-manual{padding-bottom:45px;}
.packaging-manual h2{padding-bottom:10px;}
.packaging-manual .section{padding:25px 0;}
.packaging-manual .img-responsive{width:100%;}
.packaging-manual .section p{font-weight: 500;padding-bottom: 1rem;}
.packaging-manual .section span{font-size:1rem;color:var(--primary-color);}

.page-packaging-pharmaceutical .packaging-tabs .layui-tab-item h2{color:var(--primary-color);}
.page-packaging-pharmaceutical .packaging-tabs dl.related-card dt{height: 304px;overflow: hidden;object-fit: cover;}
.page-packaging-pharmaceutical .packaging-tabs dl.related-card dt img{height:100%;max-width:inherit;margin:0 auto;}
.page-packaging-pharmaceutical .packaging-tabs dl.related-card dd{text-align: left;padding:10px 16px;}
.page-packaging-pharmaceutical .packaging-tabs dl.related-card dd{flex-direction: column;padding-top:15px;height:auto;}
.page-packaging-pharmaceutical .packaging-tabs dl.related-card dd a{margin:0;font-weight: 900;}
.page-packaging-pharmaceutical .packaging-tabs dl.related-card dd .info{min-height:77px;display:flex;align-items: center;}
.page-packaging-pharmaceutical .packaging-tabs dl.related-card .link{line-height:24px;padding:8px 0 16px 0;text-align: center;}
.page-packaging-pharmaceutical .packaging-tabs .dwk-btn{background-color:#FFF;color:var(--primary-color);line-height:24px;padding:4px 29px;font-size:0.875rem;}

.page-packaging-manufacturing .page-summary-section{padding-top:0;}
.page-packaging-manufacturing .manufacturing-categories{padding-bottom:45px;}
.page-packaging-manufacturing .manufacturing-categories .results-container .product-item-subname{color:#FFF;font-size:0.875rem;}
.page-packaging-manufacturing .manufacturing-categories .results-container .product-item-link{padding-left:12px;border-left:4px solid #FFF;}

.category_accordion{background-color:transparent;}
.category_accordion h2{text-align: center;}
.category_accordion .layui-colla-title{background-color:var(--primary-color);color:#FFF;font-size:1.25rem;padding: 12px 15px 12px 42px;height:auto;line-height:1.6;}
.category_accordion .layui-colla-icon{font-size:1.25rem;line-height:56px;}
.category_accordion .layui-colla-content{background-color:#fff;}

.page-products-category{width:100%;overflow-x:hidden;}
.page-products-category .released-content .category_product{padding:35px 0;}
.page-products-category .released-content .category_product a{max-width: 90%;margin:0 auto;display:block;}
.page-products-category .released-content .category_product img{max-width: 100%;height:auto;margin:0 auto;}
.page-products-category .released-content .category_gray,
.page-products-category .released-content .category_light{padding:35px 0;position:relative;overflow:hidden;}
.page-products-category .released-content .category_gray h2,
.page-products-category .released-content .category_light h2{color:var(--primary-color);padding-bottom:1rem;}

.page-products-category .released-content .category_gray p,
.page-products-category .released-content .category_light p{padding-bottom:1rem;}
.page-products-category .released-content .category_gray p:last-child,
.page-products-category .released-content .category_light p:last-child{padding-bottom:0;}

.page-products-category .released-content .category_gray{background-color:#f9f9f9;}
.page-products-category .released-content .category_gray::before,
.page-products-category .released-content .category_gray::after
{position: absolute;content: '';background-color:#f9f9f9;top: 0;height: 100%;width: 200%;overflow: hidden;z-index: -1;}
.page-products-category .released-content .category_gray::before{right: 0;}
.page-products-category .released-content .category_gray::after{left: 0;}

.page-products-category .released-content .category_accordion{background-color:#EDF1F7;}
.page-products-category .released-content .category_accordion h2{color:#535353;}

.page-products-vials-closure .btn-group a.dwk-btn{padding-left:45px;padding-right:45px;margin-right:35px;}
.page-products-vials-closure .commaon_col{padding:35px 0 45px 0;}
.page-products-vials-closure .results-container .product-item-subname{font-size:1rem;}

.page-products-vials-closure .vials-closure-systems{padding-bottom: 35px;}

.vials-closure-links{padding:35px 0;}
.vials-closure-links h2{padding-bottom:35px;}
.vials-closure-links dl{text-align: center;box-sizing: border-box;border-right:1px solid #efefef;padding-right:32px;font-size:1rem;}
.vials-closure-links .img-figure{position:relative;height:0;padding-top:80%;}
.vials-closure-links .img-figure .abs-image{width:90%;height:90%;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content: center;}
.vials-closure-links .img-figure .abs-image img{width:auto;height:auto;}
.vials-closure-links .links-group .link-item:last-child dl{border:0;}
.vials-closure-links .links-group{border-bottom:1px solid #efefef;}
.vials-closure-links .links-group:last-child{border:0;}

.page-lab-product-common .page-summary-section{padding-bottom:25px;}
.page-lab-product-common .page-lab-product-blockList .image-gif{width:345px;}
.page-lab-product-common .page-lab-product-blockList .image-link{padding-left:15px;justify-content: flex-start;}
.page-lab-product-common .product-item-subname,.page-lab-product-common .product-item-subcate{font-size:1rem;color:#333;}
.page-lab-product-common .pages-related{padding-bottom:45px;}
.page-lab-product-common dl.related-card{border:0;}
.page-lab-product-common dl.related-card dd{background-color:var(--primary-color);color:#FFF;}
.page-lab-product-common dl.related-card dd a{color:#FFF;font-weight:700;}

.page-laboratory-guide-detail .guide-detail-swiper{padding-bottom:45px;}
.page-laboratory-guide-detail dl.related-card dt{height: 230px;overflow: hidden;object-fit: cover;}
.page-laboratory-guide-detail dl.related-card dt img{width:100%;height:100%;margin:0 auto;object-fit: cover;}
.page-laboratory-guide-detail dl.related-card dd{background-color:var(--primary-color);color:#FFF;}
.page-laboratory-guide-detail dl.related-card dd a{color:#FFF;font-weight:700;}

.page-packaging-medicament .customization-capability .title{padding:5px 0 8px 0;}
.page-packaging-medicament .customization-capability .info{width:100%;min-height:110px;}
.page-packaging-medicament .customization-capability ul{padding-left:40px;padding-right:15px;}
.page-packaging-medicament .customization-capability ul li{text-align:left;font-size:14px;position:relative;padding:3px 0;}
.page-packaging-medicament .customization-capability ul li:before{content: '√';position:absolute;font-weight:900;left:-15px;}

.page-packaging-medicament-common .light-title dt{position: relative;font-weight:600;padding-left:16px;}
.page-packaging-medicament-common .light-title dd{padding-left:16px;}
.page-packaging-medicament-common .light-title dt::before{content:'';position: absolute;left:0;width:8px;height:8px;background-color:var(--primary-color);top:50%;transform:translate(0,-50%);}

.solution-modules{padding-bottom:35px;--solutionModules-list-height:105px;}
.solution-modules h2.brand-strong{padding-bottom:1rem;position:relative;}
.solution-modules h2.brand-strong a.dwk-btn{position: absolute;right:0;top:0;}
.solution-modules .related-card dd{flex-direction: column;height:auto;padding:1rem;}
.solution-modules .related-card dt{height:auto;overflow:hidden;position: relative;padding-top:47%;}
.solution-modules .related-card dt .img-responsive{position:absolute;height:100%; object-fit: cover;top:0;}
.solution-modules .related-card dd .title{text-align: left;font-size:1.125rem;font-weight:600;}
.solution-modules .related-card dd .info{text-align: left;padding-left:28px;min-height:45px;}
.solution-modules .related-card dd .info:before{ font-family: layui-icon!important; content: "\e605"; position: absolute;left:0;color:#FFF;font-weight:600;}
.solution-modules .related-card dd .list-style{text-align:left;min-height:var(--solutionModules-list-height);}
.solution-modules .related-card dd .list-style ul.list-check li::marker{color:#FFF;}

.page-packaging-medicament-pipette .related-card{border:0;}
.page-packaging-medicament-pipette .related-card .title{width:100%;font-weight:600;}
.page-packaging-medicament-bottle .related-card{border:0;}
.page-packaging-medicament-bottle .related-card dd{flex-direction: column;height:auto;padding:1rem;}
.page-packaging-medicament-bottle .related-card .title{width:100%;font-weight:600;padding:8px 0;}
.page-packaging-medicament-bottle .related-card .info{font-size:15px;min-height:75px;text-align: left;}

.forming_table { border: none; width:100%;max-width: 100%; }
.forming_table tbody tr:nth-child(odd) { background-color: #e8edf1; }
.forming_table tbody tr:first-child td { background-color: #189dd9; color: #fff; }
.forming_table tbody tr:first-child td:first-child { background-color: #fff; color: #535353; border: none; }
.forming_table tbody tr { border-top: none; }
.forming_table tbody td { text-align: center; padding: 15px 10px; border-top: 1px solid #cecece; font-size: 15px; line-height: 1.33;
    word-break: break-word;border-right: 1px solid #cecece !important;}
.forming_table tbody tr td:first-child { background-color: #189dd9; color: #fff; border-left: 1px solid #cecece; }
.forming_table tbody tr:last-child { border-bottom: 1px solid #cecece; }

.general_table { border: none; width:100%;max-width: 100%; font-size: 15px; line-height: 1.33; border-left:1px solid #cecece;border-bottom: 1px solid #cecece;}
.general_table tr th,.general_table tr td{text-align: center; word-break: break-word; padding: 15px 10px; border-top: 1px solid #cecece;border-right: 1px solid #cecece !important;}
.general_table tr th{background-color: #94abbc;color:#FFF;}
.general_table tr td {}

.page-lab-product-common .related-card dt{height:0;padding-top:50%;overflow: hidden;}
.page-lab-product-common .related-card dt a{display:block;position: absolute;width:100%;height:100%;left:0;right:0;top:0;}
.page-lab-product-common .related-card dt a .img-responsive{width:100%;height:100%;object-fit: cover;}
.page-lab-product-common .laboratory-guide{position:absolute;right:0;padding: 0 29px;}

.page-applications-laboratory .laboratory_info{padding:32px 0;}
.page-applications-laboratory .icon-highlight{color:var(--primary-color);font-size:0.75rem;}
.page-applications-laboratory .commaon_col dl .img-responsive{max-width:40%;}
.page-applications-laboratory .results-container .result-thumbnail{width:22%;padding-top:22%;}
.page-applications-laboratory .results-container .result-content{display:flex;align-items: center;}

.page-resources .page-element-inner{box-sizing: border-box;}
.page-resources .element-caption{color:var(--primary-color);padding:35px 0;}
.page-resources .element-tabs{display:flex;align-items: center;flex-wrap: wrap;}
.page-resources .element-tabs .tab{margin-right:10px;}
.page-resources .element-tabs .tab .item{display:block;background-color:#fff;color:var(--primary-color);width:120px;height:30px;line-height:30px;text-align: center;border-radius: 32px;border:1px solid var(--primary-color);}
.page-resources .element-tabs .tab.layui-this .item{background-color:var(--primary-color);color:#fff;}
.page-resources .element-selects{padding-top:24px;padding-bottom:10px;border-bottom:1px solid #cccccc;margin-bottom:32px;}

.page-resources .result-item{box-sizing: border-box;margin-bottom:16px;}
.page-resources .result-wrapper{display:flex;width:100%;background-color:#FFF;border:1px solid var(--primary-color);box-sizing: border-box;}
.page-resources .result-thumbnail{width:13%;height:0;padding-top:13%;position: relative;}
.page-resources .result-content{flex:1;background-color:var(--primary-color);color:#fff;padding:15px;box-sizing: border-box;position:relative;display:flex;align-items: center;justify-content: space-between;}
.page-resources .result-info{box-sizing: border-box;flex:1;}
.page-resources .result-info .result-title a{color:#FFF;font-size:1.12rem;}
.page-resources .result-info .result-summary{padding-top:12px;font-weight: 300;}
.page-resources .result-button{min-width:145px;width:15%;text-align: center;}

.page-resources-preview .page-element-inner{padding-bottom:45px;}
.page-resources-preview .info-box{border:1px solid #dcdcdc;}
.page-resources-preview .brand-qrcode {padding:25px 0;margin-bottom:5px;text-align:center;}
.page-resources-preview .brand-qrcode .img-responsive{width:55%;margin:0 auto;}
.page-resources-preview .brand-events {padding:15px;}
.page-resources-preview .brand-events ul{margin-top:10px;padding-left:15px;}
.page-resources-preview .brand-events ul li{list-style:square;padding:3px 0;}
.page-resources-preview .brand-events ul li::marker{color:var(--primary-color);}
.page-resources-preview .resources-content{padding:4px 20px 20px 20px;font-size:1rem;line-height:1.8;}

.resources-form-container{min-height:467px;box-sizing: border-box;}
#resourcesForm .form-header{text-align: center;padding:25px 0;}
#resourcesForm .form-header p{padding-top:12px;}
#resourcesForm .layui-form-item{display:flex;flex-direction: column;width:96%;margin:0 auto 15px auto;}
#resourcesForm .layui-form-label{float:none;text-align:left;padding:0 0 5px 10px;}
#resourcesForm .layui-form-label.required{position:relative;}
#resourcesForm .layui-form-label.required:before{content:'*';color:red;position: absolute;left:0;top:0;line-height:20px;}
#resourcesForm .layui-input-block{margin-left:0;}
#resourcesForm .relevance{padding-left:2%;padding-top:5px;}
#resourcesForm .form-submit-button{padding:25px 0;text-align: center;}
#resourcesForm .layui-btn-cancel{background-color:transparent !important;border-color:var(--primary-color);}
#resourcesForm .get-vercode{position: absolute;right:2px;top:2px;z-index:1;}
#resourcesForm .get-vercode .layui-btn{height:34px;line-height:34px;color:#fff;border:none;}

.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i{color:var(--primary-color);}
.layui-flow-more{padding:16px 0 24px 0;}
.layui-flow-more a cite{background-color:#fff;color:var(--primary-color);border:1px solid var(--primary-color);border-radius: 32px;transition: all .3s ease;}
.layui-flow-more a:hover cite{background-color:var(--primary-color);color:#fff;}

.exception-404{position: relative;text-align: center;}
.exception-404 .image{padding:5% 0 1% 0;}
.exception-404 .message{font-size:1.25rem;font-weight:500;}
.exception-404 .img-responsive{max-width:80%;margin:0 auto;}
.exception-404 .exception-buttons{padding-top:2rem;display: flex;align-items: center;justify-content: center;gap:1rem;}
.exception-404 .exception-buttons a{line-height:22px;}

.pharma-tabs{padding-top:1%;padding-bottom:1%;}
.pharma-tabs .layui-tab-content{border-top: 4px solid #94abbc;}
.pharma-tabs .layui-tab-title{border-bottom:none;display:flex;}
.pharma-tabs .layui-tab-title li{font-size:1rem;font-weight:bolder;display:flex;align-items: center;justify-content: center;padding:0 20px 0 15px;}
.pharma-tabs .layui-tab-title li em{width:54px;height:18px;display:block;background-repeat: no-repeat;background-position: center center;background-size:auto 86%;}
.pharma-tabs .layui-tab-title li span{padding-left:3px;}
.pharma-tabs .layui-tab-title li.layui-this{background-color:var(--primary-color);color:#FFF;}
.pharma-tabs .layui-tab-title li.layui-this:after{border:0;}

.pharma-tabs .layui-tab-title li:nth-child(1) em{background-image:url('../../icon/ArrowsBlue1.svg');}
.pharma-tabs .layui-tab-title li:nth-child(2) em{background-image:url('../../icon/ArrowsBlue2.svg');}
.pharma-tabs .layui-tab-title li:nth-child(3) em{background-image:url('../../icon/ArrowsBlue3.svg');}
.pharma-tabs .layui-tab-title li:nth-child(1).layui-this em{background-image:url('../../icon/ArrowsWhite1.svg');}
.pharma-tabs .layui-tab-title li:nth-child(2).layui-this em{background-image:url('../../icon/ArrowsWhite2.svg');}
.pharma-tabs .layui-tab-title li:nth-child(3).layui-this em{background-image:url('../../icon/ArrowsWhite3.svg');}

.pharma-tabs .pharma-container{padding:3% 0;}
.pharma-tabs .pharma-container-desc {width:88%;}
.pharma-tabs .pharma-container-desc h2{padding-bottom:2.5%;}
.pharma-tabs .pharma-container-img img{width:70%;margin:0 auto;}

.discovery-to-delivery dl.related-card.column dt img{width:75%;margin:auto;}
.discovery-to-delivery .customization-capability dl.related-card{background-color:transparent;}
.discovery-to-delivery .customization-capability dl.related-card .title{font-size:1.1rem;}
.discovery-to-delivery .customization-capability dl.related-card .info{font-size:1.1rem;color:rgb(101, 101, 101);padding:15px 0;}

@media screen and (max-width: 767.98px){
    .exception-404 .exception-buttons{flex-direction: column;}
    .exception-404 .exception-buttons a{width:120px;}
    body{overflow-x:hidden;}
    .layui-related-swiper{width:100%;overflow:hidden;}
    .resources-form-container{min-width:92vw;min-height:80vh;}
    .layui-row.dwk-flex, .layui-row.dwk-flex-between{display:block;}
    .page-text-container{font-size:1rem;}

    .category-table{white-space: nowrap;overflow-x: scroll;}
    /**
    .swiper-button-next,
    .swiper-button-prev{}*/
    .related .swiper-button-next,.related .swiper-button-prev{top:-20px;}
    .related .swiper-button-next{right: 10px;}
    .related .swiper-button-prev{left:auto;right: 50px;}

    .page-header, .placeholder-header{height:70px;}
    #page-nav-search{top:70px;}
    #page-nav-search .search-close{top:-58px;}
    .page-header .layui-container.header-layout{justify-content:flex-start;gap:0;}
    .page-header .logo_section{width:220px;}
    .page-header .menu-section{flex:1;align-items:flex-end;justify-content:center;gap:0;}
    .page-header .header-tools-row{display:none;}
    .page-header .menu-toggle { display: block; position:absolute;right:0;}
    #primary-nav,
    .page-header .navigation-tool{ display:none; }

    footer.globalFooter{padding:25px 0;}
    footer .footer-link-info .links{flex-wrap: wrap;}
    footer .footer-link-info .links li{width:50%;padding-right:0;}
    footer .footer-link-info .footerCopyright{text-align:left;}
    footer .footer-social-icons .footer-icon-item:first-child span.qrcode{left:-8px;}
    footer .footer-social-icons .footer-icon-item:first-child span.qrcode::before{left:21px;}

    .waistline-caption{font-size:1.2rem;padding:15px 0;}
    .waistline-caption p{font-size:1rem;}
    .waistline-flex-center h3{flex-direction: column;}
    .waistline-flex-center h3 span{padding:0;font-size:1.4rem;}

    .page-index-home .card-box{flex-direction:row;margin:8px 15px;}
    .page-index-home .card-box-image {width:120px;height: 78px;margin:6px;}
    .page-index-home .card-box-body  {flex:1;}
    .page-index-home .card-box-body p{height:auto;padding:10px 15px;font-size:14px;}
    .page-index-home .card-box a{color:#333;}

    #header-carousel .layui-container{width:100%;}
    #header-carousel .swiper-slide{ height:200px;}

    #header-carousel .nav-breadcrumb{bottom:0;padding-bottom: 0.5rem;}
    #header-carousel .inner-content{padding-top:2% !important;}
    #header-carousel .inner-content h1.caption{font-size:2rem;}
    #header-carousel .inner-content p.summary{font-size:1rem;padding-top:0;}
    #header-carousel .inner-icon-title{font-size:14px;}
    #header-carousel .inner-icon-title li{padding:0 5px;}
    #header-carousel .inner-icon-title li em{width:16px;}
    #header-carousel .inner-icon-title li span{padding-left:5px;}

    #header-carousel .inner-text-content{padding:3% 0;}
    #header-carousel .inner-text-content h1.caption{font-size:2rem;}
    #header-carousel .inner-text-content p.summary{font-size:1rem;}

    .page-brands #header-carousel .inner-content{padding-left:0;}
    .page-brands #header-carousel .inner-content h1.caption{padding-top:0.6rem;font-size:1.2rem;padding-bottom:0.1rem;}
    .page-brands #header-carousel .inner-content p.summary{font-size:0.875rem;}

    #home-brands .waistline-caption{padding:3% 0;}
    #home-brands .col-brand{border-width: 1px;}

    #home-links{padding:1rem 0 0 0;}
    #home-links .card-box{background-color:var(--primary-color);}
    #home-supplies .supplies-list li span{font-size:14px;padding:10px;}
    #home-supplies .supplies{padding-bottom:1px;}
    #home-news .card-box-body {background-color:transparent;color:#333;}
    #home-news .card-box-body p{height:auto;padding:5px 15px 10px 15px;}
    #home-news .card-box-date {background-color:transparent;color:#666;padding:10px 15px  0 15px;}

    #home-brands h2{font-size:1.31rem;}
    #home-brands .waistline-caption span{font-size:1.25rem;}

    .series-caption{font-size:2rem;}
    .results-container .result-item{width:100%;}
    .results-container .result-content{font-size:1rem;padding:0.5rem;}
    .results-container .product-item-subname{padding-top:0.5rem;}
    .results-container .product-item-inner{position:relative;padding-top:0.5rem;text-align:right;right:0;bottom:0;}

    .related-swiper .related-product-detail{font-size:0.875rem;}
    .related-swiper .related-product-image{height:100px;}

    .products-series-header{padding-bottom:1rem;}
    .products-series-header .product-media-wrap{width:100%;padding-top:100%;}
    .products-series-header .product-item-thumbnail li{width:100px;height:100px;}
    .products-series-header .product-description-container{padding-left:0;padding-top:30px;}
    .products-series-header .product-description-container h1.product-item-caption{font-size:1.6rem;}
    .products-series-header .product-description-container .product-item-subname{font-size:1.2rem;}
    .products-series-header .product-item-thumbnail{padding-top:1rem;}
    .products-series-header .product-link-buttons{padding-top:1rem;}
    .page-products-series-detail .specs-table .series-table .layui-table{width:var(--table-width);}

    .page-products-series-catalog .attrs-table{column-count:1;}

    .page-news-catalog .card-box-more{display:none;}
    .elite-section .card-box{flex-direction:column;}
    .elite-section .card-box .card-box-image{height:210px !important;width:100% !important;padding:0 !important;}
    .elite-section .card-box-date{padding:10px 0;}
    .elite-section .card-box .card-box-body{padding:0.5rem 1rem;align-items:flex-start;}
    .elite-section .card-info{font-size:1rem;}
    .page-news-catalog .news-list-section .card-box{min-height:120px;align-items:center;flex-direction:row;background-color:#fff;box-shadow: 0 0 4px 0 rgba(198,198,198,.8);}
    .page-news-catalog .news-list-section .card-box-image {width:120px;height: 78px;margin:6px;}
    .page-news-catalog .news-list-section .card-box-date{padding:10px 15px  0 15px;}
    .page-news-catalog .news-list-section .card-box-body{flex:1;padding:0;height:120px;}
    .page-news-catalog .news-list-section .card-box-title{padding: 5px 15px 10px 15px;font-size:1rem;}
    .page-news-catalog .news-list-section .card-box-title::before{display:none;}

    .page-about-contact .form-caption{font-size:2rem;}
    .page-about-contact .form-summary{font-size:1rem;padding:0.6rem 0;}
    .page-free-sample .form-summary{font-size:0.875rem;padding-right:0;}
    .page-about-contact .form-element-inner .form-region{flex-direction: column;}
    .page-about-contact .form-element-inner .form-region .layui-input-inline{margin-left:0;width:100%;margin-bottom:8px;}
    .page-about-contact .contact-element-thead{padding-bottom: 1rem;}
    .page-about-contact .contact-element-thead dt{font-size:2rem;}
    .page-about-contact .contact-element-thead dd{font-size:1rem;padding:0.6rem 0;}

    .page-about-locations .locations-address .locations-info{flex-direction: column;padding-bottom:30px;}
    .page-about-locations .locations-address .address-col-1{padding-bottom:1rem;max-width:100% !important;}
    .page-about-locations .locations-address .address-col-2{padding-bottom:1rem;max-width:100% !important;}
    .page-about-locations .locations-address .address-col-button{max-width:100% !important;justify-content: flex-start;}
    .page-about-locations .locations-address .locations-grid{flex-direction: column;}
    .page-about-locations .locations-address .locations-grid .contact-picture{width:100%;padding-bottom:10px;}
    .page-about-locations .locations-address .locations-grid dl{padding-left:0;}

    .page-about-careers  #header-carousel .inner-content{padding-left:0;}
    .page-about-careers  #header-carousel .inner-content h1.caption{font-size:1.2rem;}
    .page-about-careers .careers-summary{padding:1rem 0;}
    .page-about-careers .careers-summary h2{font-size:2rem;}
    .page-about-careers .careers-summary ul{flex-direction: column;}
    .page-about-careers .careers-summary ul li:first-child{margin-bottom:8px;}
    .page-about-careers .page-careers-section .layui-row{display:block;}
    .page-about-careers .careers-slogan h1{font-size:1.5rem;}
    .page-about-careers .qrcode .qrcode-img .img-responsive{height:17vw;}

    .page-distributors .category-section-main .layui-row{display:block;width:100%;}
    .page-distributors .category-section-main .layui-col-xs12{margin-bottom:15px;}
    .page-distributors .result-list{position: relative;}
    .page-distributors .result-list .layui-container{height:auto;padding:0;}
    .page-distributors .distributors-map .list-block{width:100%;position: relative;right:0;bottom:0;top:0;}

    .page-about-us .our-values-img dl{max-width:320px;}

    .page-applications-common .card-item dl dt a{font-size:0.75rem;}
    .page-applications-common .category-tabs .layui-tab-title{flex-wrap: wrap;height:auto;justify-content: flex-start;}
    .page-applications-common .category-tabs .layui-tab-title li{width:50%;box-sizing: border-box;border:0;border-bottom: 1px solid var(--primary-color);}
    .page-applications-common .category-tabs .layui-tab-title li:last-child{border: 0;}
    .page-applications-common .category-tabs .layui-tab-title .layui-this:before{display:none;}
    .page-applications-common .category-tabs .layui-tab-title .layui-tab-bar{display:none;}
    .page-applications-common .category-tabs .layui-tab{margin:0;}
    .page-applications-common .category-tabs .layui-tab-swiper{margin:0 auto;}
    .page-applications-common .analytical-tabs .layui-container{padding-top:15px;padding-bottom: 15px;}

    .commaon_col dl{padding-bottom: 25px;}

    .page-packaging-products .packaging-map .layui-row{display:block;}

    .page-laboratory-guide .related-card dt{height:170px;}
    .page-laboratory-products .summary-card dl{font-size:0.875rem;}
    .page-laboratory-products .summary-card dl .img-responsive{max-width:65%;}

    .page-products-vials-closure .btn-group a.dwk-btn{padding-left:20px;padding-right:20px;margin-right:20px;}
    .vials-closure-links dl{border:0;border-bottom:1px solid #efefef;padding-bottom: 15px;padding-right: 0;}

    .page-lab-product-common .page-lab-product-blockList .image-link{padding:15px 0;}

    .solution-modules .related-card dd .list-style{font-size:0.875rem;}

    .page-resources .element-tabs .tab{width:50%;margin:0;padding-bottom:12px;}
    .page-resources .element-tabs .tab .item{width:96%;margin:0 auto;}
    .page-resources .result-thumbnail{width:35%;padding-top:35%;}
    .page-resources .result-content{flex-direction: column;align-items: flex-start;padding:10px;}
    .page-resources .result-info .result-summary{display:none;}
    .page-resources .result-button{width:100%;padding-top:12px;text-align: right;}

    .packaging-manual .page-resource-downloads .grid-block{padding:7px 12px;}
    .packaging-manual .page-resource-downloads .grid-block h2{font-size:1rem;}
    .packaging-manual .page-resource-downloads .grid-block p{padding-top:0;}
    .packaging-manual .page-resource-downloads .grid-block .dwk-btn{font-size:0.875rem;padding:4px 22px;}


    .page-laboratory-guide #header-carousel .inner-content {padding-left:0 !important;padding-top:22% !important;}
    .page-laboratory-products #header-carousel .inner-content {padding-left:0 !important;padding-top:15% !important;}
    .page-laboratory-products #header-carousel .inner-content h1.caption{font-size:1.4rem;}

    dl.related-card.column{border-right:0;}
    .pharma-tabs .pharma-container-img img{width:100%;}
}

@media screen and (min-width: 768px){
    .page-header .layui-container.header-layout{gap:28px;}
    .page-header .logo_section{flex-basis:230px;width:230px;}
    #primary-nav > li{padding:0 11px;}
    .page-header .menu-section{ align-items:stretch; flex-direction:column;}
    .page-header .header-tools-row{gap:24px;}
    .page-header .header-search-form{max-width:380px;}
    .page-header .navigation-tool{padding-right:0;padding-bottom:0;}
    .page-header .navigation-tool .icon{padding:0 14px;font-size:14px;}
    footer .footerDesktop .footer-navigation-company{width:26%;}
    footer .footerDesktop .footer-navigation-events{width:20%;}
    footer .footerDesktop .footer-navigation-resources{width:20%;}

    #header-carousel .swiper-slide{height:240px;}
}

@media screen and (max-width: 991px){
    #header-carousel .nav-breadcrumb{left:15px;}
    #header-carousel .inner-content{padding-top:4%;padding-left:15px;}
    #header-carousel .inner-content h1.caption{font-size:2rem;}
    #header-carousel .inner-content p.summary{font-size:1rem;}

    .results-container .product-item-link{font-size:1rem;}
    .results-container .product-item-subname{padding-top:0.5rem;font-size:0.875rem !important;}

    .elite-section .card-box .card-box-image{width:60%;padding-top:27%;}
    .page-about-contact .contact-form-section{display:block;}
    .page-about-contact .contact-right-column{padding:15px;}
    .page-about-contact .contact-right-column::before{width:100%;}
    .page-about-contact .contact-right-column{margin-bottom:35px;}

    .page-about-contact .qrcode{position: relative !important;bottom:0;flex-direction: column;align-items: flex-start;padding-top:25px;}
    .page-about-contact .qrcode .qrcode-img{width:170px;}
    .page-about-contact .qrcode .qrcode-info{padding-left:0;}

    .page-distributors .category-section-main .layui-row{width:100%;}
    .page-distributors .category-section-main .card-column{margin:0 5px;}
    .page-factory .factory-layout{grid-template-columns:1fr;gap:20px;}
    .page-factory .factory-detail{padding:24px 20px 32px;}
    .page-factory .factory-facts{grid-template-columns:1fr;}
}

@media screen and (min-width: 992px){
    .page-header .layui-container.header-layout{gap:36px;}
    .page-header .logo_section{flex-basis:260px;width:260px;}
    #primary-nav > li{padding:0 14px;}
    .page-header .menu-section{ align-items:stretch; flex-direction:column;}
    .page-header .header-tools-row{gap:32px;}
    .page-header .header-search-form{max-width:430px;}
    .page-header .navigation-tool{padding:0;}
    .page-header .navigation-tool .icon{padding:0 18px;}
    footer .footerDesktop .footer-navigation-company{width:34%;}
    footer .footerDesktop .footer-navigation-events{width:20%;}
    footer .footerDesktop .footer-navigation-resources{width:20%;}

    footer .footer-navigation-company .footer-navigation-list{
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 40% 60%;
        grid-template-rows: auto auto auto;
    }

    #header-carousel .swiper-slide{height:300px;}
}

@media screen and (min-width: 1200px) {
    .page-header .layui-container.header-layout{gap:56px;}
    .page-header .logo_section{flex-basis:300px;width:300px;}
    #primary-nav > li{padding:0 18px;}
    .page-header .menu-section{ align-items:stretch; flex-direction:column;}
    .page-header .header-tools-row{gap:46px;}
    .page-header .header-search-form{flex-basis:502px;width:502px;max-width:502px;}
    .page-header .navigation-tool{padding:0;}
    .page-header .navigation-tool .icon{padding:0 24px;}

    #header-carousel .swiper-slide{height:360px;}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #primary-nav > li{padding:0 11px;}
    #primary-nav > li > a{white-space:nowrap;}
    .page-header .layui-container.header-layout{gap:36px;}
    .page-header .logo_section{flex-basis:260px;width:260px;}
    .page-header .navigation-tool .icon{padding:0 14px;font-size:14px;}
    .page-header .header-search-form{max-width:390px;}
}

@media screen and (max-width: 1200px){
    #header-carousel .header-text-content{display:flex;flex-direction: column-reverse;}
    #header-carousel .header-text-content .header-content{position:relative;}
    #header-carousel .header-text-content .header-content .layui-container{height:auto;}
    #header-carousel .header-text-content .inner-text-content{position:relative;width:100%;top:auto;transform:none;padding-left:0;padding-right:0;}
}

@media screen and (max-width: 767.98px){
    .page-header{height:70px;}
    .page-header .layui-container.header-layout{height:70px;justify-content:flex-start;gap:0;}
    .page-header .logo_section{flex:0 1 220px;width:220px;}
    .page-header .menu-section{flex:1;min-width:0;display:flex;align-items:flex-end;justify-content:center;gap:0;}
    .page-header .header-tools-row,
    .page-header .navigation-tool,
    #primary-nav{display:none !important;}
    .page-header .menu-toggle{display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);line-height:1;}
    #page-nav-search{top:70px;}
    #page-nav-search .search-close{top:-58px;}
}

@media (max-width: 768px) {
    #quickMenu{display: none;}
    .search-container{width:100%;}
    .search-container .search-form-input{padding: 10px 40px 10px 16px;height:48px;line-height:48px;}
    .search-container .search-form-submit{width:46px;height:46px;top:1px;}
    .page-search-result .result-content{padding-top:32px;}
    .page-search-result .tabs-tit{padding-top:0;}
}
