/* CSS Document */
@charset "utf-8";
*{margin:0; padding:0; font-family: 'Roboto', Arial, 微软雅黑, Microsoft YaHei; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: none; }
p { text-align: justify; margin-bottom: 0; }
ul, ol { list-style-type: none; margin-bottom: 0; }
img { border: 0; max-width: 100%; object-fit: cover;}
.clear { clear: both; }
html { overflow-x: hidden; font-size: 62.5%;}
body { overflow: hidden; height:100%; position: relative; font-size: 1em; }
/* html.on { overflow: hidden; height: 100%; } */
.h60 { height: 60px; clear: both; }
.h120 { height: 120px; clear: both; background: #eee; }
input, buttom, textarea { -webkit-appearance: none; outline: none; }
input[type=radio], input[type=checkbox] { border: none !important; }
select { outline: none }
.fl { float: left; }
.fr { float: right; }
*:focus{ border:none; outline:none;box-shadow: none;}

@font-face {
    font-family: Quantico;
    src: url(../fonts/Quantico-Regular.ttf);
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}

.header{ background: #000; border-bottom: 1px solid #fff; position: fixed; height: 105px; width: 100%; z-index: 999;}
.header .container{ display: flex; flex-wrap: wrap; align-items: center; height: 100%;}
.header .pc-box{ flex: 1; display: flex; flex-wrap: wrap; align-items: center; height: 100%; width: 100%; transition: all .5s ease; overflow: hidden;}
.header .logo{ flex: 1; width: 100%; transition: all .5s ease;}
.header .pc-nav{ width: 830px; transition: all .5s ease;}
.header .pc-nav ul{ display: flex; flex-wrap: wrap;}
.header .pc-nav li{ padding: 12px 15px 8px; position: relative;}
.header .pc-nav li > a{ display: block; padding-bottom: 5px; text-transform: uppercase; color: #fff; font-size: 1.7em; font-weight: 700; font-family: 'Quantico'; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.header .pc-nav li > a::before{ content: ""; position: absolute; width: 0; height: 2px; background: #fff; bottom: 2px; left: 50%; transform: translateX(-50%); transition: all .5s ease;}
.header .pc-nav li#nav-npm > a::before{ background: #D40917}
.header .pc-nav li#nav-nes > a::before{ background: #F0691F;}
.header .pc-nav li#nav-nxp > a::before{ background: #F4CB2E;}
.header .pc-nav li > a:hover::before{ width: 100%;}
.header .pc-nav li .title{ text-transform: uppercase; color: #fff; font-size: 1.3em; font-family: 'Quantico'; position: absolute; top: 98%; left: 50%; transform: translateX(-50%); width: 170px; text-align: center; pointer-events: none; opacity: 0; transition: all .5s ease;}
.header .pc-nav li a:hover + .title{ opacity: 1;}
.header .pc-tel{ font-weight: 700; color: #979797; font-size: 15px; font-family: 'Quantico'; display: none;}
.header .pc-search{ width: 40px; height: 100%; display: flex; flex-wrap: wrap; align-items: center; transition: all .5s ease; float: right;}
.header .pc-search .button{ cursor: pointer; text-align: right; width: 40px;}
.header .pc-search .input{ flex: 1; display: none;}
.header .pc-search .input input{ width: 100%; font-size: 5em; font-weight: 700; font-family: 'Quantico'; border: none; background: transparent; padding: 0 15px; color: #fff;}
.header .pc-search .close-btn{ width: 40px; text-align: right; display: none; cursor: pointer;}

.header.search-on .pc-box{ width: 0;}
.header.search-on .logo{ width: 0;}
.header.search-on .pc-nav{ width: 0;}
.header.search-on .pc-search{ width: 100%;}
.header.search-on .pc-search .button{ text-align: left;}
.header.on .pc-nav{ display: none;}
.header.on .pc-tel{ display: block;}
.header.on.search-on .pc-tel{ display: none;}

.header .language{ margin-left: 30px; padding-right: 40px; background: url(../images/language-icon.svg) no-repeat center right; background-size: 30px;}
.header .language a{ font-size: 1.5em; font-family: 'Quantico'; color: #fff;}
.header .language a:hover{ color: #F4CB2E; border-bottom: 1px solid #F4CB2E;}
.header.search-on .language{ display: none;}

.header .chat-mobile{ padding: 0; margin-right: 5px; text-align: center;}
.header .nav-btn { height: 75px; line-height: 75px; position:relative; z-index:999; float:right; padding:0;}
.header .nav-btn .nav-icon { width: 26px; height: 18px; overflow: hidden; position: relative; top: 50%; float: right; transform:translateY(-50%); z-index: 9; }
.header .nav-btn .nav-icon span { display: inline-block; width: 26px; height: 2px; background: #fff; border-radius: 6px; position: absolute; left: 0; transition: all 0.3s linear 0s;}
.header .nav-btn .nav-icon span:nth-child(1) { top: 0; }
.header .nav-btn .nav-icon span:nth-child(2) { top: 8px; }
.header .nav-btn .nav-icon span:nth-child(3) { top: 16px }
.header .nav-active .nav-icon span:nth-child(1){ top: 9px; transform: rotate(45deg);}
.header .nav-active .nav-icon span:nth-child(2) { display: none; }
.header .nav-active .nav-icon span:nth-child(3){ top: 8px; transform: rotate(-45deg);}
.header .nav-active .nav-icon span { background: #fff; }

.nav { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: transparent; transition: all 0.2s linear 0s; z-index:99; display: none;}
.nav.on { display: block; }
.nav .nav-top { background: transparent; font-size: 1.6em; color: #fff; padding: 0 20px; text-align:left; height: 75px; line-height: 75px;}
.nav ul{ overflow-x:hidden; height: 92vh; background: #000;}
.nav li{ width: 100%; border-bottom: 1px solid #4A4A4A; position: relative; display: flex; flex-direction: column;}
.nav li.mobile-search{ background: url(../images/ico-search.svg) no-repeat 30px center;  padding: 10px 15px; padding-left: 80px;}
.nav li.mobile-search .m-search{ display: none; width: 100%;}
.nav li.mobile-search .m-search input[type="text"]{ width: 80%; height: 60px; float: left; border: none; font-size: 2em; font-family: 'Quantico'; font-weight: 700; background: transparent; color: #fff;}
.nav li.mobile-search .m-search input[type="submit"]{ width: 20%; height: 60px; float: left; border: none; background: url(../images/arrow-right-white.svg) no-repeat center right transparent; text-indent: 99999px;}
.nav li.mobile-search span{ display: inline-block; line-height: 60px; width: 100%; font-size: 2em; color: #fff; font-family: 'Quantico'; font-weight: 700; text-transform: uppercase;}
.nav li.npm-nav > a, .nav li.nes-nav > a, .nav li.nxp-nav > a{ background: transparent url(../images/ico-plus.svg) no-repeat 30px center; width: 100%;}
.nav li.about-nav > a{ background: transparent url(../images/ico-about.svg) no-repeat 30px center; width: 100%;}
.nav li.contact-nav > a{ background: transparent url(../images/ico-contact.svg) no-repeat 30px center; width: 100%;}

.nav li.npm-nav.on > a, .nav li.nes-nav.on > a, .nav li.nxp-nav.on > a{ background: none;}
.nav li.npm-nav > a{ color: #D40917;}
.nav li.nes-nav > a{ color: #F0691F;}
.nav li.nxp-nav > a{ color: #F4CB2E;}
.nav li>a { display: inline-block; width: 100%; line-height: 60px; font-size: 2em; color: #fff; padding: 10px 15px; padding-left: 80px; font-family: 'Quantico'; font-weight: 700; text-transform: uppercase;}
.nav li .nav-box{ display: none; }
.nav li dl { margin-bottom: 30px; }
.nav li dd { position: relative;}
.nav li dd a, .nav li dt a { display: inline-block; width: 100%; line-height: 35px; padding-left: 80px; font-size: 1.75em; color: #D8D8D8; font-family: 'Quantico'; font-weight: 700; }
.nav li dt.npm-icon1 a{ background: url(../images/npm_category_icon_fabrics.png) no-repeat 30px center; background-size: 32px;}
.nav li dt.npm-icon2 a{ background: url(../images/npm_category_icon_coatings.png) no-repeat 30px center; background-size: 32px;}
.nav li dt.npm-icon3 a{ background: url(../images/npm_category_icon_tapes.png) no-repeat 30px center; background-size: 32px;}
.nav li dt.npm-icon4 a{ background: url(../images/npm_category_icon_other.png) no-repeat 30px center; background-size: 32px;}
.nav li dt.nxp-icon1 a{ background: url(../images/nxp_category_icon_gloves-mitts.png) no-repeat 30px center; background-size: 32px;}
.nav li dd.on > a{ color: #13418e;}
.nav-bg{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.35); left: 0; top: 75px; display:none;}
.nav-bg.on{ display:block;}

.banner{ margin-top: 100px; position: relative; z-index: 0;}
.banner .swiper-container{ position: absolute; width: 100%; height: 100%; z-index: 0;}
.banner .swiper-slide .img, .banner .swiper-slide .m-img{ position: absolute; width: 100%; height: 100%;}
.banner .swiper-slide .m-img{ display: none;}
.banner .container{ position: relative; z-index: 1; padding: 80px 0 110px;}
.banner .banner-box{ width: 45%; margin: 0 12% 0 auto;}
.banner .banner-box h1{ font-size: 3em; color: #d5d5d5; font-weight: 600; font-family: 'Quantico'; letter-spacing: .8px;}
.banner .banner-box h1 span{ display: block; width: 396px; height: 52px; background: url(../images/logo.svg) no-repeat center; background-size: contain; margin-top: 5px; text-indent: -9999px;}
.banner .banner-box h2{ font-size: 3em; color: #fff; font-weight: 600;}
.banner .banner-box .p{ font-size: 3em; color: #fff; margin-bottom: 15px;}
.banner .banner-box .btns{ margin-bottom: 15px;}
.banner .banner-box .btns a{ display: block; font-size: 1.6em; color: #fff; height: 36px; line-height: 36px; text-align: right; position: relative;}
.banner .banner-box .btns a::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: url(../images/showcase-lines.svg) repeat-x right center; height: 36px; width: 72%;}
.banner .banner-box .btns a span{ display: inline-block; padding-right: 50px; background: url(../images/arrow-box-right-white.svg) no-repeat center right; background-size: contain;}

.poptrox-popup{ padding: 10px 10px 5px !important;}
.caption{ display: none !important;}


.weave{ position: relative; z-index: 1; margin-top: -70px; }
.weave::before{ content: ""; position: absolute; background: url(../images/weave-background-2x.png) repeat-x; height: 335px; width: 100%; left: 0; top: 52%; transform: translateY(-50%);}
.weave .m-list{ display: none;}
.weave .weave-box{ width: 100%; height: 475px; overflow: hidden; border: 8px solid #fff; -webkit-transform-style: preserve-3d; -ms-transform: skew(-34deg); -webkit-transform: skew(-34deg) translate3d(0,0,0); transform: skew(-34deg) translate3d(0,0,0); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center;}
.weave .pc-list-top{ overflow: hidden; display: none;}
.weave .pc-list-top ul{ display: flex; flex-wrap: wrap;}
.weave .pc-list-top li{ width: 33.3333%; height: 108px; cursor: pointer; transition: all .3s;}
.weave .pc-list-top li.on{ width: 70%; border-bottom: none !important;}
.weave .pc-list-top li.active{ width: 15%; border-bottom-width: 4px !important;}
.weave .pc-list-top li.tab-red{ border: 1px solid #fff; border-right-width: 4px; background: #D40917;}
.weave .pc-list-top li.tab-orange{ border: 1px solid #fff; border-left-width: 4px; border-right-width: 4px; background: #F0691F;}
.weave .pc-list-top li.tab-yellow{ border: 1px solid #fff; border-left-width: 4px; background: #F4CB2E;}
.weave .pc-list-top li .box{ width: 100%; height: 100%; overflow: hidden; -webkit-transform-style: preserve-3d; -ms-transform: skew(0); -webkit-transform: skew(0) translate3d(0,0,0); transform: skew(0) translate3d(0,0,0); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; padding-top: 10px;}
.weave .pc-list-top li .frame{ width: 140%; margin-left: -65px; height: 100%; overflow: hidden; -webkit-transform-style: preserve-3d; -ms-transform: skew(34deg); -webkit-transform: skew(34deg) translate3d(0,0,0); transform: skew(34deg) translate3d(0,0,0); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; position: relative;}
.weave .pc-list-top li.tab-red .frame{ background: url(../images/nav-big-image-red-v3.jpg) no-repeat 0 -200px; background-size: 92%;}
.weave .pc-list-top li.tab-orange .frame{ background: url(../images/nav-big-image-orange-v3.jpg) no-repeat 0 -305px; background-size: 92%;}
.weave .pc-list-top li.tab-yellow .frame{ background: url(../images/nav-big-image-yellow-v3.jpg) no-repeat 0 -100px; background-size: 80%;}
.weave .pc-list-top li .tab-title{ position: absolute; font-size: 3.8em; font-family: 'Quantico'; font-weight: 700; color: #fff; left: 106px; top: 50%; transform: translateY(-50%);     text-shadow: -6px 6px 0px rgb(0 0 0 / 35%); padding-left: 40px; background: url(../images/arrow-big-white-shadow.svg) no-repeat center left; background-size: 25px; transition: all .3s;}
.weave .pc-list-top li .tab-text{ position: absolute; font-family: 'Roboto'; font-size: 2.2em; width: 160px; color: #fff; left: 325px; top: 56%; transform: translateY(-50%);  text-shadow: -3px 3px 0px rgb(0 0 0 / 35%); text-transform: uppercase; line-height: 1; font-weight: 700; display: none;}
.weave .pc-list-top li.tab-orange .tab-text, .weave .pc-list-top li.tab-yellow .tab-text{ left: 300px;}
.weave .pc-list-top li .tab-close{ position: absolute; width: 20px; height: 20px; left: 72%; top: 44%; transform: translateY(-50%); background: url(../images/ico-close.svg) no-repeat center; background-size: cover; display: none;}
.weave .pc-list-top li.on .tab-text, .weave .pc-list-top li.on .tab-close{ display: block;}
.weave .pc-list-top li.active .tab-title{ background: none; padding-left: 0; font-size: 1.6em; left: 80px;}
.weave .pc-list-top li.active .frame{ margin-left: -38px;}
.weave .pc-list-top li.tab-red.active .frame{ background: url(../images/nav-big-image-red-v3.jpg) no-repeat -138px -50px; background-size: 154%; }
.weave .pc-list-top li.tab-orange.active .frame{ background: url(../images/nav-big-image-orange-v3.jpg) no-repeat -138px -50px; background-size: 154%; }
.weave .pc-list-top li.tab-yellow.active .frame{ background: url(../images/nav-big-image-yellow-v3.jpg) no-repeat -65px -6px; background-size: 162%; }

.weave .pc-list{ display: flex;}
.weave .pc-list li{ width: 33.3333%; transition: all .3s;}
.weave .pc-list li .box{ width: 100%; height: 475px; overflow: hidden; -webkit-transform-style: preserve-3d; -ms-transform: skew(0); -webkit-transform: skew(0) translate3d(0,0,0); transform: skew(0) translate3d(0,0,0); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center;}
.weave .pc-list li.nav-red{ border: 1px solid #fff; border-right-width: 4px; background: #D40917;}
.weave .pc-list li.nav-orange{ border: 1px solid #fff; border-left-width: 4px; border-right-width: 4px; background: #F0691F;}
.weave .pc-list li.nav-yellow{ border: 1px solid #fff; border-left-width: 4px; background: #F4CB2E;}
.weave .pc-list li .frame{ -ms-transform: skew(34deg); -webkit-transform: skew(34deg) translate3d(0,0,0); transform: skew(34deg) translate3d(0,0,0); -ms-transform-origin: top left; -webkit-transform-origin: top left; transform-origin: top left; -webkit-transform-style: preserve-3d; position: relative;}
.weave .pc-list li .box .top{ width: 800px; height: 290px; position: absolute; top: 10px; left: 50%; transform: translateX(-67%); z-index: 0; cursor: pointer;}
.weave .pc-list li.nav-red .box .top{ background: url(../images/nav-big-image-red-v3.jpg) no-repeat 66% 50%; background-size: 80%;}
.weave .pc-list li.nav-orange .box .top{ background: url(../images/nav-big-image-orange-v3.jpg) no-repeat 160% 90%; background-size: 110%;}
.weave .pc-list li.nav-yellow .box .top{ background: url(../images/nav-big-image-yellow-v3.jpg) no-repeat 60% 40%; background-size: 85%;}
.weave .pc-list li .box .top h2{ position: absolute; left: 45%; transform: translateX(-50%); top: 190px; margin: 0; padding-left: 45px; background: url(../images/arrow-big-white-shadow.svg) no-repeat left 28px; text-shadow: -7px 7px 0px rgb(0 0 0 / 35%); font-weight: 700; font-size: 3em; white-space: nowrap; height: 80px; line-height: 80px; font-family: 'Quantico'; color: #fff;}
.weave .pc-list li .box .top h3{ position: absolute; top: 5%; left: 63%; transform: translateX(-50%); margin: 0; font-size: 2.2em; text-transform: uppercase; text-shadow: -3px 3px 0px rgb(0 0 0 / 35%); font-weight: 700; font-family: 'Quantico'; color: #fff; z-index: 1;}
.weave .pc-list li .box .line{ position: absolute; top: 305px; left: 6px; transform: translateX(-50%); width: 100%; height: 3px; background: url(../images/thread-line.svg) repeat-x; background-size: contain;}
.weave .pc-list li .box .text{ position: absolute; padding: 24px 32px; color: #fff; background: transparent url(../images/ico-plus.svg) no-repeat right 28px; font-weight: 600; cursor: pointer; font-size: 1.6em; top: 310px; left: 0; transform: translateX(-50%); width: 72%; text-align: right; cursor: pointer;}

.weave .pc-list li.on{ width: 100%; border: none; visibility: visible;}
.weave .pc-list li.active{ width: 0; visibility: hidden;}
.weave .pc-list li.on .box .top{ display: none;}
.weave .pc-list li.on .box .line{ top: 10px; left: 0; transform: translateX(-10px);}
.weave .pc-list li.on .box .text{ display: none;}

.weave .pc-list li .red-list{ display: flex; flex-wrap: wrap; padding: 40px 18% 0 10px; opacity: 0; visibility: hidden; transform: translateY(50px);}
.weave .pc-list li.on .red-list{ opacity: 1; visibility: visible; transform: translateY(0);}
.weave .pc-list li .red-list .box-list{ width: 33.3333%; padding: 0 15px;}
.weave .pc-list li .red-list .box-list dl{ padding-left: 50px;}
.weave .pc-list li .red-list .box-list dl.nav-fabrics{ background: url(../images/npm_category_icon_fabrics.png) no-repeat top left; background-size: 45px;}
.weave .pc-list li .red-list .box-list dl.nav-coatings{ background: url(../images/npm_category_icon_coatings.png) no-repeat top left; background-size: 45px;}
.weave .pc-list li .red-list .box-list dl.nav-tapes{ background: url(../images/npm_category_icon_tapes.png) no-repeat top left; background-size: 45px;}
.weave .pc-list li .red-list .box-list dl.nav-threads{ background: url(../images/npm_category_icon_other.png) no-repeat top left; background-size: 45px;}
.weave .pc-list li .red-list .box-list dl h4{ margin: 0; font-size: 1.8em; color: #fff; text-transform: uppercase; font-weight: bold;}
.weave .pc-list li .red-list .box-list dl a{ color: inherit;}
.weave .pc-list li .red-list .box-list dl a:hover{ text-decoration: underline;}
.weave .pc-list li .red-list .box-list dd{ font-size: 1.6em; color: #fff; line-height: 24px;}

.weave .pc-list li .orange-list{ padding: 20px 18% 0 10px; opacity: 0; visibility: hidden; transform: translateY(50px);}
.weave .pc-list li.on .orange-list{ opacity: 1; visibility: visible; transform: translateY(0);}
.weave .pc-list li .orange-list dl{ display: flex; flex-wrap: wrap; max-height: 340px; overflow-y: auto; }
.weave .pc-list li .orange-list dl::-webkit-scrollbar {
    display: none;
}
.weave .pc-list li .orange-list dl {
    scrollbar-width: none; /* Firefox */
    scrollbar-color: transparent transparent; /* 滚动条轨道和滑块颜色都设置为透明 */
    scrollbar-width: thin; /* 有时设置为thin再配合透明色可以达到隐藏的效果 */
}

.weave .pc-list li .orange-list dd{ width: calc((100% - 100px) / 3); margin-left: 50px; display: flex; flex-wrap: wrap; margin-top: 30px;}
.weave .pc-list li .orange-list dd:nth-child(3n-2){ margin-left: 0;}
.weave .pc-list li .orange-list dd .icon{ width: 20%;}
.weave .pc-list li .orange-list dd .t{ width: 80%; padding-left: 15px; font-weight: 700; text-transform: uppercase; color: #fff; font-size: 1.8em; margin-top: 5px;}
.weave .pc-list li .orange-list dd .t a{ color: inherit;}

.weave .pc-list li .yellow-list{ display: flex; flex-wrap: wrap; padding: 40px 18% 0 10px; opacity: 0; visibility: hidden; transform: translateY(50px); transition: all .3s;}
.weave .pc-list li.on .yellow-list{ opacity: 1; visibility: visible; transform: translateY(0);}
.weave .pc-list li .yellow-list .box-list{ width: 33.3333%; padding: 0 15px;}
.weave .pc-list li .yellow-list .box-list dl{ padding-left: 50px;}
.weave .pc-list li .yellow-list .box-list dl.nav-x-suits{ background: url(../images/nxp_category_icon_suits2.png) no-repeat top left; background-size: 45px;}
.weave .pc-list li .yellow-list .box-list dl.nav-l-suits{ background: url(../images/nxp_category_icon_other-apparel2.png) no-repeat top left; background-size: 45px;}
.weave .pc-list li .yellow-list .box-list dl.nav-gloves{ background: url(../images/nxp_category_icon_gloves-mitts.png) no-repeat top left; background-size: 45px;}
.weave .pc-list li .yellow-list .box-list dl.nav-apparel{ background: url(../images/nxp_category_icon_bibs-aprons2.png) no-repeat top left; background-size: 45px;}
.weave .pc-list li .yellow-list .box-list dl h4{ margin: 0; font-size: 1.8em; color: #fff; text-transform: uppercase; font-weight: bold;}
.weave .pc-list li .yellow-list .box-list dl a{ color: inherit;}
.weave .pc-list li .yellow-list .box-list dl a:hover{ text-decoration: underline;}
.weave .pc-list li .yellow-list .box-list dd{ font-size: 1.6em; color: #fff; line-height: 24px;}


.overview{ position: relative; padding: 100px 0;}
.overview ul{ display: flex; flex-wrap: wrap; margin: 0 -15px;}
.overview li{ width: 33.3333%; padding: 0 15px;}
.overview li .icon{ height: 90px; display: flex; align-items: center; justify-content: center;}
.overview li .t{ font-size: 2em; font-weight: 700; font-family: 'Quantico'; text-align: center;}
.overview li .p{ text-align: center; font-size: 1.6em; line-height: 1.4; color: #333;}

.tron-npm{ background: url(../images/showcase-npm-2x.jpg) no-repeat left top; background-size: cover;}
.tron-nes{ background: url(../images/showcase-nes-2x.jpg) no-repeat left top; background-size: cover;}
.tron-nxp{ background: url(../images/showcase-nxp-2x.jpg) no-repeat left top; background-size: cover;}
.tron-npm .box, .tron-nes .box, .tron-nxp .box{ padding: 48px 0;}
.tron-npm .box .m-top, .tron-nes .box .m-top, .tron-nxp .box .m-top{ display: none;}
.tron-npm .top, .tron-nes .top, .tron-nxp .top{ margin-top: 10px;}
.tron-npm .top a, .tron-nes .top a, .tron-nxp .top a{ display: flex; flex-wrap: wrap; align-items: flex-end;}
.tron-npm .top .section-title, .tron-nes .top .section-title, .tron-nxp .top .section-title{ display: block; padding-left: 50px; text-shadow: -10px 10px 0px rgb(0 0 0 / 35%); margin-right: 22px; font-family: 'Quantico'; font-weight: 700; font-size: 3.2em; color: #fff; background: transparent url(../images/arrow-big-white-shadow.svg) no-repeat left 40px; line-height: 1;}
.tron-npm .top .section-full-title, .tron-nes .top .section-full-title, .tron-nxp .top .section-full-title{ font-family: 'Quantico'; font-weight: 700; font-size: 2.4rem; color: #fff; width: 190px; text-transform: uppercase; letter-spacing: .8px; transform: translateY(-8px);}
.tron-npm .text, .tron-nes .text, .tron-nxp .text{ margin-left: 50px; width: 714px;}
.tron-npm .text .t, .tron-nes .text .t, .tron-nxp .text .t{ font-size: 2.1em; font-weight: 600; color: #fff; margin-bottom: 15px;}
.tron-npm .text .p, .tron-nes .text .p, .tron-nxp .text .p{ font-size: 1.6em; margin-bottom: 15px; color: #fff; line-height: 1.4;}
.tron-npm .btns, .tron-nes .btns, .tron-nxp .btns{ margin-bottom: 15px; width: 715px;}
.tron-npm .btns a, .tron-nes .btns a, .tron-nxp .btns a{ display: block; font-size: 1.6em; color: #fff; height: 36px; line-height: 36px; text-align: right; position: relative;}
.tron-npm .btns a::before, .tron-nes .btns a::before, .tron-nxp .btns a::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: url(../images/showcase-lines.svg) repeat-x right center; height: 36px; width: 68%;}
.tron-npm .btns a span, .tron-nes .btns a span, .tron-nxp .btns a span{ display: inline-block; padding-right: 50px; background: url(../images/arrow-box-right-white.svg) no-repeat center right; background-size: contain;}

.npm-category{ padding: 70px 0 80px; text-align: center;}
.npm-category h2{ font-size: 2em; font-family: 'Quantico'; line-height: 1; font-weight: 700; text-transform: uppercase; border: 1px solid #B2B2B2; display: inline-block; padding: 12px 15px; letter-spacing: .8px;}
.npm-category .list{ overflow: hidden; margin-top: 20px;}
.npm-category .list ul{ display: flex; flex-wrap: wrap;}
.npm-category .list li{ width: 25%; transition: all .5s ease;}
.npm-category .list li.active{ opacity: .5;}
.npm-category .list li.on{ opacity: 1;}
.npm-category .list li .icon{ overflow: hidden;}
.npm-category .list li .t{ text-align: center;}
.npm-category .list li .t span{ display: inline-block; font-weight: 700; text-transform: uppercase; font-size: 2rem; color: #333; padding-right: 16px; background: url(../images/arrow-red.svg) no-repeat center right; letter-spacing: .6px;}
.npm-category .list li .p{ font-size: 1.6rem; color: #333; line-height: 1.4; margin-bottom: 15px;}

.ad-depend{ padding: 510px 0 48px; background: url(../images/ad-depend-2x.jpg) no-repeat center top; background-size: cover; font-size: 2.6em; text-transform: uppercase; border-bottom: 10px solid #fff; position: relative;}
.ad-depend::before{ content: ''; position: absolute; width: 180px; height: 264px; background: transparent url(../images/corner-ad-left.svg) no-repeat top left; background-size: 180px; bottom: 0; left: 0;}
.ad-depend::after{ content: ''; position: absolute; width: 110px; height: 156px; background: transparent url(../images/corner-ad-right.svg) no-repeat top left; bottom: 0; right: 0; display: none;}
.ad-depend p{ font-weight: 700; text-shadow: 0px 7px 4px rgb(0 0 0 / 50%); letter-spacing: 1.6px; color: #fff; text-align: center; margin-bottom: 15px;}
.ad-depend p.larger{ font-size: 2.4em; font-family: 'Quantico'; text-shadow: -6px 6px 0 #000; letter-spacing: .8px;}

.solutions-by{ background: #000; padding: 25px 0;}
.solutions-by .box{ display: flex; flex-wrap: wrap; align-items: center;}
.solutions-by .box .top{ width: 33.3333%; padding: 0 15px;}
.solutions-by .box .top .solutions-title{ text-align: center; border: 1px solid #9B9B9B; position: relative; padding: 35px 15px 20px;}
.solutions-by .box .top .solutions-title h3{ position: absolute; top: -9px; left: 50%; transform: translateX(-50%); background: #000; color: #D40917; font-size: 1.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; margin: 0; padding: 0 10px;}
.solutions-by .box .top .solutions-title p{ font-size: 4rem; font-family: 'Quantico'; font-weight: 700; text-transform: uppercase; color: #fff; text-align: center; line-height: 1.1em; margin-bottom: 15px;}
.solutions-by .box .text{ width: 66.6666%; padding: 0 15px; font-size: 1.8rem; color: #fff; line-height: 1.5;}

.solutions-by.custom{ background: #fff;}
.solutions-by.custom .box .top .solutions-title{ border: 1px solid #9B9B9B;}
.solutions-by.custom .box .top .solutions-title h3{ color: #4A4A4A; background: #fff;}
.solutions-by.custom .box .top .solutions-title p{ color: #000;}
.solutions-by.custom .box .top .solutions-title p span{ font-size: 1.4em; font-family: 'Quantico'; display: block;}
.solutions-by.custom .box .text{ color: #4A4A4A;}

.solutions-by.you-can{ background: #fff;}
.solutions-by.you-can .box .top .solutions-title{ border: 1px solid #9B9B9B;}
.solutions-by.you-can .box .top .solutions-title h3{ color: #4A4A4A; background: #fff; padding: 0 20px;}
.solutions-by.you-can .box .top .solutions-title p{ color: #000; font-size: 5rem;}
.solutions-by.you-can .box .top .solutions-title p span{ font-size: 1.4em; font-family: 'Quantico'; display: block;}
.solutions-by.you-can .box .text{ color: #4A4A4A;}

.app-ind-tabs{ background: #000;}
.app-ind-tabs .hd ul{ display: flex; flex-wrap: wrap; justify-content: center;}
.app-ind-tabs .hd li{ position: relative; bottom: -12px;}
.app-ind-tabs .hd li a{ display: inline-block; padding: 10px 15px 9px; margin: 0 6px; width: 330px; font-size: 3.8em; text-align: center; text-transform: uppercase; background: url(../images/tab-first.svg) no-repeat right top; background-size: cover; font-family: 'Quantico'; font-weight: 700; color: #555; transition: all .5s ease;}
.app-ind-tabs .hd li:last-child a{ background: url(../images/tab-last.svg) no-repeat left top; background-size: cover;}
.app-ind-tabs .hd li.on a{ background: url(../images/tab-first-active.svg) no-repeat right top; background-size: cover; color: #D40917;}
.app-ind-tabs .hd li:last-child.on a{ background: url(../images/tab-last-active.svg) no-repeat left top; background-size: cover;}
.app-ind-tabs .hd li:hover a{ color: #D40917;}
.app-ind-tabs .bd{ background: #fff; border-top: 12px solid #D8D8D8; padding: 70px 0;}
.app-ind-tabs .bd .frame{ overflow: hidden;}
.app-ind-tabs .bd .frame .swiper-container{ position: relative; padding: 0 30px;}
.app-ind-tabs .bd .frame .list{ overflow: hidden;}
.app-ind-tabs .bd .frame .swiper-slide{ width: 33.3333%;}
.app-ind-tabs .bd .frame .swiper-slide a{ display: flex; flex-direction: column; transform: scale(.8); transition: all .5s ease;}
.app-ind-tabs .bd .frame .swiper-slide-active a{ transform: scale(1);}
.app-ind-tabs .bd .frame .swiper-slide .t{ font-size: 2.4em; margin: 10px 0; text-transform: uppercase; font-weight: 700; text-align: center; color: #000;}
.app-ind-tabs .bd .frame .swiper-slide .img{ width: 90%; margin: 0 auto 20px; position: relative;}
.app-ind-tabs .bd .frame .swiper-slide .img::before{ content: ""; z-index: 0; position: absolute; background: #D8D8D8; width: 98%; height: 98%; top: 6px; left: -4px;}
.app-ind-tabs .bd .frame .swiper-slide .img img{ border: 4px solid #fff; position: relative; z-index: 1;}
.app-ind-tabs .bd .frame .swiper-slide .p{ font-size: 1.8em; color: #4A4A4A; line-height: 1.5; width: 80%; text-align: center; margin: 0 auto;}
.app-ind-tabs .bd .frame .swiper-slide .explore{ margin-top: 16px; padding-top: 50px; background: url(../images/carousel-link-arrow.svg) no-repeat center top; text-align: center; font-size: 1.6em; font-weight: 700; color: #000; display: none;}
.app-ind-tabs .bd .frame .swiper-slide-active .explore{ display: block;}
.app-ind-tabs .bd .frame .swiper-button-next{ right: 0; width: 28px; height: 62px; margin-top: -31px; background: url(../images/carousel-next-red.svg) no-repeat center; background-size: cover;}
.app-ind-tabs .bd .frame .swiper-button-prev{ left: 0; width: 28px; height: 62px; margin-top: -31px; background: url(../images/carousel-prev-red.svg) no-repeat center; background-size: cover;}
.app-ind-tabs .bd .frame .swiper-button-next::after, .app-ind-tabs .bd .frame .swiper-button-prev::after{ display: none;}

.nes-categories{ background: #fff url(../images/weave-background-2x.png) repeat left top; background-size: 378px; padding: 70px 0; position: relative; border-bottom: 10px solid #fff;}
.nes-categories::before{ content: ""; width: 100%; height: 100px; position: absolute; top: 0; background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );}
.nes-categories .swiper-container{ position: relative; padding: 0 30px;}
.nes-categories .list{ overflow: hidden;}
.nes-categories .swiper-slide{ width: 33.3333%;}
.nes-categories .swiper-slide a{ display: flex; flex-direction: column; transform: scale(.75); transition: all .5s ease;}
.nes-categories .swiper-slide-active a{ transform: scale(1);}
.nes-categories .swiper-slide .img{ width: 100%; position: relative; height: 236px; overflow: hidden;}
.nes-categories .swiper-slide .img img{ position: absolute; width: 100%; height: 100%;}
.nes-categories .swiper-slide .text{ height: 80px; padding: 15px 15px 15px 135px; background: #4A4A4A; position: relative; z-index: 1;}
.nes-categories .swiper-slide .text .icon{ position: absolute; width: 93px; height: 110px; left: 18px; top: 50%; transform: translateY(-50%);}
.nes-categories .swiper-slide .text .t{ font-size: 1.8em; color: #fff; font-family: 'Quantico'; font-weight: 700; text-transform: uppercase;}
.nes-categories .swiper-slide .more{ position: relative; height: 34px; }
.nes-categories .swiper-slide .more span{ position: absolute; display: inline-block; background: transparent url(../images/carousel-btn-learn-orange.svg) no-repeat left top; font-size: 1.6em; text-align: right; padding: 6px 12px 6px 28px; color: #fff; font-weight: 700; right: 0px; z-index: 0; opacity: 0; top: -70px; transition: all .5s ease;}
.nes-categories .swiper-slide .more span::before{ content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 1px; background: url(../images/thread-line.svg) repeat-x; background-size: contain; z-index: 1;}
.nes-categories .swiper-slide .more span::after{ content: ""; background: transparent url(../images/arrow-right-white.svg) no-repeat right center; width: 10px; height: 14px; display: inline-block; position: relative; top: 2px; margin-left: 7px;}
.nes-categories .swiper-button-next{ right: 0; width: 28px; height: 62px; margin-top: -31px; background: url(../images/carousel-next-red.svg) no-repeat center; background-size: cover;}
.nes-categories .swiper-button-prev{ left: 0; width: 28px; height: 62px; margin-top: -31px; background: url(../images/carousel-prev-red.svg) no-repeat center; background-size: cover;}
.nes-categories .swiper-button-next::after, .nes-categories .swiper-button-prev::after{ display: none;}
.nes-categories .swiper-slide-active .text{ background: #F0691F;}
.nes-categories .swiper-slide-active .more span{ opacity: 1; top: 0;}

.tron-customers{ background: url(../images/Volcano_Diver_Testimonial.jpg) no-repeat center top; background-size: cover; padding: 130px 0;}
.tron-customers .box{ width: 45%; background: rgba(255,255,255,.8); margin: 0 0 0 auto; padding: 32px;}
.tron-customers .box h2{ text-align: center; text-transform: uppercase; color: #000; font-weight: 700; letter-spacing: .8px; font-size: 2rem; margin-bottom: 24px;}
.tron-customers .box h2 span{ display: block; color: #F0691F; font-family: 'Quantico'; font-size: 4.2rem;}
.tron-customers .box .img{ display: none;}
.tron-customers .box .text{ font-size: 1.8em; margin-bottom: 15px; font-weight: 400; text-align: center; color: #000;}
.tron-customers .box .source{ text-align: center; color: #000; font-weight: 700; font-size: 1.8em; margin-bottom: 24px;}

.clients{ text-align: center; padding: 70px 15px 90px;}
.clients h2{ font-size: 2em; font-family: 'Quantico'; line-height: 1; font-weight: 700; text-transform: uppercase; border: 1px solid #B2B2B2; display: inline-block; padding: 12px 15px; letter-spacing: 1.2px; margin-bottom: 60px;}
.clients .list{ overflow: hidden;}
.clients .list .swiper-slide{ width: 20%;}
.clients .list .swiper-slide .img{ width: 156px; height: 156px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: 0 auto;}
.clients .list .swiper-slide .img img{ max-height: 115px;}

.ad-image{ position: relative; border-bottom: 10px solid #fff;}
.ad-image .img{ height: 597px; position: relative; width: 100%;}
.ad-image .img::before, .ad-image .img::after{ content: ""; position: absolute; width: 348px; height: 100%; top: 0;}
.ad-image .img::before{ left: 0; background: url(../images/gold-tri-left.svg) no-repeat center; background-size: cover;}
.ad-image .img::after{ right: 0; background: url(../images/gold-tri-right.svg) no-repeat center; background-size: cover;}

.nxp-category{ padding: 70px 0 80px; text-align: center; background: #fff url(../images/weave-background-2x.png) repeat left top; background-size: 378px;}
.nxp-category h2{ font-size: 2.2em; font-family: 'Quantico'; line-height: 1; font-weight: 700; text-transform: uppercase; border: 1px solid #B2B2B2; display: inline-block; padding: 12px 15px; letter-spacing: .8px;}
.nxp-category .list{ overflow: hidden; margin-top: 20px;}
.nxp-category .list ul{ display: flex; flex-wrap: wrap;}
.nxp-category .list li{ width: 25%; transition: all .5s ease;}
.nxp-category .list li.active{ opacity: .5;}
.nxp-category .list li.on{ opacity: 1;}
.nxp-category .list li .icon{ overflow: hidden;}
.nxp-category .list li .t{ text-align: center;}
.nxp-category .list li .t span{ display: inline-block; font-weight: 700; text-transform: uppercase; font-size: 2rem; color: #333; padding-right: 16px; background: url(../images/arrow-black.svg) no-repeat center right; letter-spacing: .6px;}
.nxp-category .list li .p{ font-size: 1.6rem; color: #333; line-height: 1.4; margin-bottom: 15px;}

.specs{ padding: 95px 0 65px;}
.specs .specs-title{ padding: 35px 12px 20px; border: 1px solid #9B9B9B; width: 50%; margin: 0 auto 24px; text-align: center; position: relative;}
.specs-title h3{ position: absolute; margin: 0; background: #fff; color: #4A4A4A; font-weight: 700; font-size: 1.6rem; text-transform: uppercase; letter-spacing: 2.2px; top: 0; left: 50%; transform: translate(-50%,-50%); padding: 0 15px;}
.specs .specs-title p{ font-size: 4.4em; font-family: 'Quantico'; font-weight: 700; text-transform: uppercase; line-height: 1.2; margin-bottom: 15px; text-align: center;}
.specs .specs-text{ width: 80%; margin: 0 auto; padding: 0 15px; font-size: 1.8em; color: #4A4A4A; line-height: 1.5; text-align: center;}
.specs .specs-btn{ display: flex; flex-wrap: wrap; justify-content: center; padding: 0 10%;}
.specs .specs-btn span, .specs .specs-btn a{ font-size: 1.6em; font-weight: 700; padding: 7px 8px; border: 1px solid #9B9B9B; overflow: hidden; position: relative;}
.specs .specs-btn span{ color: #000; }
.specs .specs-btn a{ color: #4A4A4A; border-left: none;}
.specs .specs-btn .npm-btn, .specs .specs-btn .nes-btn, .specs .specs-btn .nxp-btn{ display: flex; flex-wrap: wrap; align-items: center; margin: 24px 12px 0; position: relative;}
.specs .specs-btn b{ position: relative; z-index: 1;}
.specs .specs-btn span::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; transition: all .5s ease;}
.specs .specs-btn .npm-btn span::before{ height: 100%; background: #D40917;}
.specs .specs-btn .npm-btn a::before{ height: 0; background: #D40917;}
.specs .specs-btn .nes-btn span::before{ height: 100%; background: #F0691F;}
.specs .specs-btn .nes-btn a::before{ height: 0; background: #F0691F;}
.specs .specs-btn .nxp-btn span::before{ height: 100%; background: #F4CB2E;}
.specs .specs-btn .nxp-btn a::before{ height: 0; background: #F4CB2E;}
.specs .specs-btn .npm-btn:hover span::before, .specs .specs-btn .nes-btn:hover span::before, .specs .specs-btn .nxp-btn:hover span::before{ height: 0;}
.specs .specs-btn .npm-btn:hover span{ color: #D40917;}
.specs .specs-btn .nes-btn:hover span{ color: #F0691F;}
.specs .specs-btn .nxp-btn:hover span{ color: #F4CB2E;}
.specs .specs-btn a::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; transition: all .5s ease;}
.specs .specs-btn a:hover::before{ height: 100%;}
.specs .specs-btn a:hover{ color: #000;}
.specs .specs-img{ text-align: center; margin: 65px 0 -45px; position: relative;}
.specs .specs-img img{ position: relative; z-index: 0; transition: all .25s ease;}
.specs .specs-img .btns{ position: absolute; z-index: 1; width: 425px; height: 108px; background: url(../images/btn-catalog_default.svg) no-repeat center; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .25s ease;}
.specs .specs-img:hover img{ -webkit-filter: brightness(.2); filter: brightness(.2);}
.specs .specs-img:hover .btns{ background: url(../images/btn-catalog_hover.svg) no-repeat center;}

.footer{ background: #000; padding: 170px 0 80px; text-align: center;}
.footer h2{ font-size: 2em; font-family: 'Quantico'; line-height: 1; font-weight: 700; text-transform: uppercase; border: 1px solid #B2B2B2; display: inline-block; padding: 12px 15px; letter-spacing: 1.4px; color: #fff;}
.footer h2 span{ display: inline-block; position: relative; transform: translateY(-5px);}
.footer-box{ display: flex; flex-wrap: wrap;}
.footer-box .list{ width: 25%; padding: 0 15px;}
.footer-box .list ul{ margin-top: 24px;}
.footer-box .list li{ color: #D8D8D8; font-size: 1.6em; text-align: left;}
.footer-box .list li h3{ color: #fff; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; font-size: 1.8rem;}
.footer-box .list li h4{ color: #B2B2B2; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; font-size: 1.6rem;}
.footer-box .list li h3.red{ color: #D40917;}
.footer-box .list li h3.orange{ color: #F0691F;}
.footer-box .list li h3.yellow{ color: #F4CB2E;}
.footer-box .list li a{ color: inherit;}
.footer-box .list li a:hover{ text-decoration: underline;}
.footer-box .list li img{ width: 68px;}

.footer-copy{ padding: 60px 0 30px; position: relative; background: url(../images/thread-line.svg) repeat-x left top #000;}
.footer-copy .foot-logo{ position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); background: #000; padding: 0 15px;}
.footer-copy .foot-text{ color: #9B9B9B; text-align: center; font-size: 1.6em;}
.footer-copy .foot-text span, .footer-copy .foot-text a{ margin: 0 12px; font-size: 1em; color: inherit;}
.footer-copy .foot-text .transform{ display: none;}



@media (min-width: 1366px){
.container{ width: 1300px; padding: 0;}
    
}
@media (max-width:1365px) and (min-width: 1200px){
.weave .pc-list li .box .line{ left: -23px;}
.weave .pc-list li .box .text{ width: 78%; left: -55px;}



}
@media (max-width:1199px) and (min-width:992px){
.banner .banner-box h1{ font-size: 2.3em;}
.banner .banner-box h1 span{ width: 297px; height: 39px;}
.weave .pc-list li .box .top h3{ font-size: 1.8em;}
.weave .pc-list li .box .line{ left: -55px;}
.weave .pc-list li .box .text{ width: 78%; left: -100px;}

.solutions-by .box .top .solutions-title h3{ width: 160px;}
.solutions-by .box .top .solutions-title p{ font-size: 3.2rem;}

}
@media (max-width:991px) and (min-width: 601px){
.header .pc-nav{ margin-left: 40px;}
.header .language{ margin-left: 20px;}

.banner{ background: #000;}
.banner .container{ padding: 0;}
.banner .swiper-slide .img{ display: none;}
.banner .swiper-slide .m-img{ display: block;}
.banner .banner-box{ width: 100%; margin-top: 340px;}
.banner .banner-box h1{ font-size: 2.3em;}
.banner .banner-box h1 span{ width: 297px; height: 39px;}
.banner .banner-box .btns{ margin-bottom: 35px;}
.banner .banner-box .btns a{ text-align: left; padding-top: 45px; height: auto;}
.banner .banner-box .btns a::before{ width: 100%; top: 0; transform: translateY(0);}


.weave .weave-box{ display: none;}
.weave{ margin-top: 10px;}
.weave::before{ top: 0; transform: translateY(0); height: 100%; z-index: 0;}
.weave .container{ width: 100%; padding: 0 15px;}
.weave .pc-list{ display: none;}
.weave .m-list{ display: block;  position: relative; z-index: 1;}
.weave .m-list li{ width: 100%;}
.weave .m-list li+li{ margin-top: 10px;}
.weave .m-list li .top{ height: 290px; position: relative;}
.weave .m-list li.nav-red .box{ border-left-width: 8px; border-right-width: 4px; background: #D40917;}
.weave .m-list li.nav-orange .box{ border-left-width: 4px; border-right-width: 4px; background: #F0691F;}
.weave .m-list li.nav-yellow .box{ border-left-width: 4px; border-right-width: 8px; background: #F4CB2E;}
.weave .m-list li.nav-red .box .top{ background: url(../images/nav-big-image-red-v3.jpg) no-repeat center; background-size: cover;}
.weave .m-list li.nav-orange .box .top{ background: url(../images/nav-big-image-orange-v3.jpg) no-repeat center; background-size: cover;}
.weave .m-list li.nav-yellow .box .top{ background: url(../images/nav-big-image-yellow-v3.jpg) no-repeat center; background-size: cover;}
.weave .m-list li .box .top h2{ position: absolute; left: 20px; top: 140px; margin: 0; padding-left: 45px; background: url(../images/arrow-big-white-shadow.svg) no-repeat left 28px; text-shadow: -7px 7px 0px rgb(0 0 0 / 35%); font-weight: 700; font-size: 7.8em; font-family: 'Quantico'; color: #fff;}
.weave .m-list li .box .top h3{ position: absolute; top: 230px; left: 65px; margin: 0; font-size: 2.2em; text-transform: uppercase; text-shadow: -3px 3px 0px rgb(0 0 0 / 35%); font-weight: 700; font-family: 'Quantico'; color: #fff; z-index: 1;}
.weave .m-list li .box .line{ position: relative; width: 100%; height: 1px; background: url(../images/thread-line.svg) repeat-x; background-size: contain;}
.weave .m-list li .box .text{ position: relative; padding: 50px 28px 40px; color: #fff; background: transparent url(../images/ico-plus.svg) no-repeat right 54px; font-weight: 600; cursor: pointer; font-size: 1.6em; width: 97%; text-align: left;}

.overview{ padding: 45px 0 100px;}
.overview li{ width: 100%; margin-top: 70px;}
.overview li .t{ margin-top: 30px;}

.tron-npm, .tron-nes, .tron-nxp{ background: #fff;}
.tron-npm .box, .tron-nes .box, .tron-nxp .box{ padding: 0; background: #fff url(../images/showcase-lines-gray.svg) repeat-x center bottom;}
.tron-npm .box .m-top, .tron-nes .box .m-top, .tron-nxp .box .m-top{ display: block; height: 382px;}
.tron-npm .box .m-top{ background: url(../images/showcase-npm-2x.jpg) no-repeat center top; background-size: cover;}
.tron-nes .box .m-top{ background: url(../images/showcase-nes-2x.jpg) no-repeat center top; background-size: cover;}
.tron-nxp .box .m-top{ background: url(../images/showcase-nxp-2x.jpg) no-repeat center top; background-size: cover;}
.tron-npm .container .top, .tron-nes .container .top, .tron-nxp .container .top{ display: none;}
.tron-npm .m-top .container .top, .tron-nes .m-top .container .top, .tron-nxp .m-top .container .top{ display: block; margin-top: 24%; padding-left: 28px;}
.tron-npm .top .section-title, .tron-nes .top .section-title, .tron-nxp .top .section-title{ width: 100%; padding-left: 0; background: none;}
.tron-npm .top .section-full-title, .tron-nes .top .section-full-title, .tron-nxp .top .section-full-title{ background: transparent url(../images/arrow-big-white-shadow.svg) no-repeat right center; padding-right: 40px; font-size: 2.2rem; width: 240px; text-shadow: -3px 3px 0px rgb(0 0 0 / 35%); margin-top: 15px; }
.tron-npm .text, .tron-nes .text, .tron-nxp .text{ margin-left: 0; width: 100%; padding: 28px;}
.tron-npm .text .t, .tron-nes .text .t, .tron-nxp .text .t{ color: #4A4A4A; font-size: 2em;}
.tron-npm .text .p, .tron-nes .text .p, .tron-nxp .text .p{ color: #4A4A4A;}
.tron-npm .btns a, .tron-nes .btns a, .tron-nxp .btns a{ color: #4A4A4A; font-weight: 600; text-align: left;}
.tron-npm .btns a::before, .tron-nes .btns a::before, .tron-nxp .btns a::before{ display: none;}
.tron-npm .btns a span{ background: url(../images/arrow-box-right-red-gray.svg) no-repeat center right;}
.tron-nes .btns a span{ background: url(../images/arrow-box-right-orange-gray.svg) no-repeat center right;}
.tron-nxp .btns a span{ background: url(../images/arrow-box-right-yellow-gray.svg) no-repeat center right;}

.npm-category .list li{ width: 100%;}

.solutions-by .box .top{ width: 100%;}
.solutions-by .box .top .solutions-title h3{ width: 160px;}
.solutions-by .box .top .solutions-title p{ font-size: 3.2rem;}
.solutions-by .box .text{ width: 100%; margin-top: 15px;}
.solutions-by.custom .box .top .solutions-title p span{ font-size: 1.35em;}

.app-ind-tabs .bd .frame .swiper-slide{ width: 100%;}
.app-ind-tabs .bd .frame .swiper-slide .img::before{ top: 9px;}

.nes-categories .swiper-container{ padding: 0 45px;}
.nes-categories .swiper-slide{ width: 100%;}
.nes-categories .swiper-slide .img{ height: auto;}
.nes-categories .swiper-slide .img img{ position: relative;}

.tron-customers{ background: none; padding: 0;}
.tron-customers .container{ width: 100%; padding: 0;}
.tron-customers .box{ width: 100%; padding: 32px 0;}
.tron-customers .box .img{ display: block;}
.tron-customers .frame{ background: #eee; padding: 30px 0 10px;}

.clients .list .swiper-slide{ width: 33.3333%;}

.ad-image .img{ height: 397px;}
.ad-image .img::before, .ad-image .img::after{ height: 397px; width: 231px;}

.nxp-category .list li{ width: 100%;}

.specs .specs-title{ width: 100%;}
.specs .specs-text{ width: 100%;}
.specs .specs-btn{ padding: 0;}
.specs .specs-img .btns{ height: 75px; width: 295px; top: 65%;}

.footer-copy .foot-text .transform{ display: block; margin: 30px auto 10px;}



}
@media (max-width: 768px){
.header .pc-nav, .header .pc-search{ display: none;}
.header .pc-tel{ display: none !important;}
.header .logo{ margin-right: 40%;}

.header .language{ margin-left: 0; margin-right: 10px; padding-right: 6px;}
.header .language a{ display: inline-block; text-indent: -9999px; width: 20px;}
}

@media (max-width: 600px){
.header{ height: 75px;}
.header .pc-nav, .header .pc-search{ display: none;}
.header .pc-tel{ display: none !important;}

.banner{ background: #0D0D0D; margin-top: 75px;}
.banner .container{ padding: 0 28px;}
.banner .swiper-slide .img{ display: none;}
.banner .swiper-slide .m-img{ display: block; }
.banner .banner-box{ width: 100%; margin-top: 340px;}
.banner .banner-box h1{ font-size: 2.3em;}
.banner .banner-box h1 span{ width: 297px; height: 39px;}
.banner .banner-box .btns{ margin-bottom: 35px;}
.banner .banner-box .btns a{ text-align: left; padding-top: 45px; height: auto;}
.banner .banner-box .btns a::before{ width: 100%; top: 0; transform: translateY(0);}

.weave .weave-box{ display: none;}
.weave{ margin-top: 10px;}
.weave::before{ top: 0; transform: translateY(0); height: 100%; z-index: 0;}
.weave .container{ width: 100%; padding: 0;}
.weave .pc-list{ display: none;}
.weave .m-list{ display: block;  position: relative; z-index: 1;}
.weave .m-list li{ width: 100%;}
.weave .m-list li+li{ margin-top: 10px;}
.weave .m-list li .top{ height: 290px; position: relative;}
.weave .m-list li.nav-gray .box{ border-left-width: 8px; border-right-width: 4px; background: #b4b4b4;}
.weave .m-list li.nav-red .box{ border-left-width: 8px; border-right-width: 4px; background: #D40917;}
.weave .m-list li.nav-orange .box{ border-left-width: 4px; border-right-width: 4px; background: #F0691F;}
.weave .m-list li.nav-yellow .box{ border-left-width: 4px; border-right-width: 8px; background: #F4CB2E;}
.weave .m-list li.nav-blue .box{ border-left-width: 4px; border-right-width: 8px; background: hsl(232, 80%, 51%);}
.weave .m-list li.nav-gray .box .top{ background: url(../images/nav-big-image-gray-v3.jpg) no-repeat center; background-size: cover;}
.weave .m-list li.nav-red .box .top{ background: url(../images/nav-big-image-red-v3.jpg) no-repeat center; background-size: cover;}
.weave .m-list li.nav-orange .box .top{ background: url(../images/nav-big-image-orange-v3.jpg) no-repeat center; background-size: cover;}
.weave .m-list li.nav-yellow .box .top{ background: url(../images/nav-big-image-yellow-v3.jpg) no-repeat center; background-size: cover;}
.weave .m-list li.nav-blue .box .top{ background: url(/storage/20241105/3727b195d99f978cede0c601e6039db0.jpg) no-repeat center; background-size: cover;}
.weave .m-list li .box .top h2{ position: absolute; left: 20px; top: 100px; margin: 0; padding-left: 45px; background: url(../images/arrow-big-white-shadow.svg) no-repeat left; text-shadow: -7px 7px 0px rgb(0 0 0 / 35%); font-weight: 700; font-size: 3em !important; font-family: 'Quantico'; color: #fff;}
.weave .m-list li .box .top h3{ position: absolute; top: 180px; left: 65px; margin: 0; font-size: 2em; text-transform: uppercase; text-shadow: -3px 3px 0px rgb(0 0 0 / 35%); font-weight: 700; font-family: 'Quantico'; color: #fff; z-index: 1;}
.weave .m-list li .box .line{ position: relative; width: 100%; height: 1px; background: url(../images/thread-line.svg) repeat-x; background-size: contain;}
.weave .m-list li .box .text{ position: relative; padding: 50px 28px 40px; color: #fff; background: transparent url(../images/ico-plus.svg) no-repeat right 54px; font-weight: 600; cursor: pointer; font-size: 1.6em; width: 97%; text-align: left;}

.overview{ padding: 10px 0 70px;}
.overview li{ width: 100%; margin-top: 70px;}
.overview li .t{ margin-top: 30px;}

.tron-npm, .tron-nes, .tron-nxp{ background: #fff;}
.tron-npm .box, .tron-nes .box, .tron-nxp .box{ padding: 0; background: #fff url(../images/showcase-lines-gray.svg) repeat-x center bottom;}
.tron-npm .box .m-top, .tron-nes .box .m-top, .tron-nxp .box .m-top{ display: block; height: 382px;}
.tron-npm .box .m-top{ background: url(../images/showcase-npm-2x.jpg) no-repeat -530px  top; background-size: cover;}
.tron-nes .box .m-top{ background: url(../images/showcase-nes-2x.jpg) no-repeat -530px  top; background-size: cover;}
.tron-nxp .box .m-top{ background: url(../images/showcase-nxp-2x.jpg) no-repeat -530px  top; background-size: cover;}
.tron-npm .container .top, .tron-nes .container .top, .tron-nxp .container .top{ display: none;}
.tron-npm .m-top .container .top, .tron-nes .m-top .container .top, .tron-nxp .m-top .container .top{ display: block; margin-top: 180px; padding-left: 28px;}
.tron-npm .top .section-title, .tron-nes .top .section-title, .tron-nxp .top .section-title{ width: 100%; padding-left: 0; background: none;}
.tron-npm .top .section-full-title, .tron-nes .top .section-full-title, .tron-nxp .top .section-full-title{ background: transparent url(../images/arrow-big-white-shadow.svg) no-repeat right center; padding-right: 40px; font-size: 2.2rem; width: 240px; text-shadow: -3px 3px 0px rgb(0 0 0 / 35%); margin-top: 15px; }
.tron-npm .text, .tron-nes .text, .tron-nxp .text{ margin-left: 0; width: 100%; padding: 28px 13px;}
.tron-npm .text .t, .tron-nes .text .t, .tron-nxp .text .t{ color: #4A4A4A; font-size: 2em; line-height: 1.1;}
.tron-npm .text .p, .tron-nes .text .p, .tron-nxp .text .p{ color: #4A4A4A; font-size: 1.6em;}
.tron-npm .btns a, .tron-nes .btns a, .tron-nxp .btns a{ color: #4A4A4A; font-weight: 600; text-align: left;}
.tron-npm .btns a::before, .tron-nes .btns a::before, .tron-nxp .btns a::before{ display: none;}
.tron-npm .btns a span{ background: url(../images/arrow-box-right-red-gray.svg) no-repeat center right;}
.tron-nes .btns a span{ background: url(../images/arrow-box-right-orange-gray.svg) no-repeat center right;}
.tron-nxp .btns a span{ background: url(../images/arrow-box-right-yellow-gray.svg) no-repeat center right;}

.npm-category{ padding: 30px 0 60px;}
.npm-category .list{ margin-top: 0;}
.npm-category .list li{ width: 100%; margin-top: 30px;}
.npm-category .list li .p{ font-size: 1.5rem;}

.ad-depend{ background-size: 767px; background-color: #000; padding: 350px 0 28px; font-size: 1.6em;}
.ad-depend:before{ width: 110px; height: 156px; background-size: 110px;}
.ad-depend:after{ display: block;}
.ad-depend p{ color: #9B9B9B; font-size: 1.2em;}
.ad-depend p.larger{ color: #fff; font-size: 3.2em; line-height: 1;}

.solutions-by{ padding: 55px 0 45px;}
.solutions-by .box .top{ width: 100%;}
.solutions-by .box .top .solutions-title h3{ width: 160px;}
.solutions-by .box .top .solutions-title p{ font-size: 3.2rem;}
.solutions-by .box .text{ width: 100%; margin-top: 15px; text-align: center;}
.solutions-by.custom .box .top .solutions-title p span{ font-size: 1.35em;}

.app-ind-tabs .hd li{ width: 49%;}
.app-ind-tabs .hd li:first-child{ margin-right: 2%;}
.app-ind-tabs .hd li a{ width: 100%; margin: 0; font-size: 2em;}
.app-ind-tabs .bd{ padding: 50px 0;}
.app-ind-tabs .bd .frame .swiper-slide{ width: 100%;}
.app-ind-tabs .bd .frame .swiper-slide .p{ font-size: 1.6em;}

.nes-categories .swiper-container{ padding: 0;}
.nes-categories .swiper-slide{ width: 100%;}
.nes-categories .swiper-slide .img{ height: auto;}
.nes-categories .swiper-slide .img img{ position: relative;}
.nes-categories .swiper-button-prev, .nes-categories .swiper-button-next{ display: none;}

.tron-customers{ background: none; padding: 0;}
.tron-customers .container{ width: 100%; padding: 0;}
.tron-customers .box{ width: 100%; padding: 32px 0;}
.tron-customers .box .img{ display: block; height: 500px; position: relative;}
.tron-customers .box .img img{ position: absolute; height: 100%; max-width: none; left: 0;}
.tron-customers .frame{ background: #eee; padding: 24px 28px 10px;}
.tron-customers .box .text{ font-size: 1.75em;}

.clients .list .swiper-slide{ width: 100%;}
.clients .list .swiper-slide .img{ width: 100%;}
.clients .list .swiper-slide .img img{ max-height: 156px;}

.ad-image .img{ height: 397px;}
.ad-image .img::before, .ad-image .img::after{ height: 397px; width: 231px;}

.nxp-category{ padding: 30px 0 60px;}
.nxp-category .list{ margin-top: 0;}
.nxp-category .list li{ width: 100%; margin-top: 30px;}
.nxp-category .list li .p{ font-size: 1.5rem;}

.specs .specs-title{ width: 100%;}
.specs .specs-text{ width: 100%; font-size: 1.75em;}
.specs .specs-btn{ padding: 0;}
.specs .specs-btn .npm-btn, .specs .specs-btn .nes-btn, .specs .specs-btn .nxp-btn{ width: 100%;}
.specs .specs-btn span, .specs .specs-btn a{ width: 100%; text-align: center; font-size: 1.5em;}
.specs .specs-btn a{ border-left: 1px solid #9B9B9B; border-top: none;}
.specs .specs-img .btns{ height: 75px; width: 295px; top: 65%;}

.footer{ padding: 0;}
.footer h2{ display: none;}
.footer-box .list{ width: 100%;}
.footer-box .list li{ text-align: center; font-size: 1.4em; margin-top: 5px;}
.footer-box .list li h3{ margin-top: 60px;}
.footer-copy .foot-text{ font-size: 1.5em; padding: 0 10px;}
.footer-copy .foot-text span, .footer-copy .foot-text a{ display: inline-block;}
.footer-copy .foot-text .transform{ display: block; margin: 30px auto 10px;}

}

@media screen and (max-width: 991px) {
    .if_pc {  display: none; }   
}