@charset "utf-8";
@import "../fonts/fontawesome/font-awesome.min.css";
@import "../fonts/bootstrap-icons/bootstrap-icons.min.css";
@import "animate.min.css";
@font-face{font-family:iconfont;font-display:swap;src:url(../fonts/iconfont.ttf?t=1622274305876) format("truetype")}
.iconfont{cursor:pointer;font-family:iconfont !important;font-size:1.8rem;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;-webkit-animation:scaleout 2.5s infinite ease-in-out;animation:scaleout 2.5s infinite ease-in-out}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/Poppins/Poppins-ExtraLight.woff2) format("woff2"),url(../fonts/Poppins/Poppins-ExtraLight.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Poppins/Poppins-Light.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Light.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Poppins/Poppins-Regular.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Regular.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Poppins/Poppins-Medium.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Medium.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Poppins/Poppins-SemiBold.woff2) format("woff2"),url(../fonts/Poppins/Poppins-SemiBold.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Poppins/Poppins-Bold.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Bold.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/Poppins/Poppins-ExtraBold.woff2) format("woff2"),url(../fonts/Poppins/Poppins-ExtraBold.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Poppins/Poppins-Black.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Black.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/Oswald/Oswald-ExtraLight.woff2) format("woff2"),url(../fonts/Oswald/Oswald-ExtraLight.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Oswald/Oswald-Light.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Light.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Oswald/Oswald-Regular.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Regular.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Oswald/Oswald-Medium.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Medium.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Oswald/Oswald-SemiBold.woff2) format("woff2"),url(../fonts/Oswald/Oswald-SemiBold.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Oswald/Oswald-Bold.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Bold.woff) format("woff")}
/* loading start */
.skip-loading{display: none;}
html{overflow: visible;}
#header,#container,#footer{visibility: visible;}
/* loading stop */
:root {
	--bg-main: #1f347f;
	--bg-hover: #2fc634;
	--family-first: "Poppins", sans-serif;
	--family-second: "Oswald", sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-F2: #f2f2f2;
	--bg-F3: #f3f3f3;
	--bg-F4: #f4f4f4;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-F2{background-color: var(--bg-F2) !important;}
.bg-F3{background-color: var(--bg-F3) !important;}
.bg-F4{background-color: var(--bg-F4) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-white-WhiteSmoke{background-image: linear-gradient(#fff,var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),#fff);}
.bg-white-light{background-image: linear-gradient(#fff,#f8f9fa);}
.bg-light-white{background-image: linear-gradient(#f8f9fa,#fff);}
* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:var(--family-first); font-weight: 300; font-size: .95rem; line-height:1.6; background-color:#fff; overflow-x:hidden}
li,ol,ul,dl {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6 {color: #333; font-family: var(--family-second); margin-bottom: 1rem;}
h2,.h2 {font-size: 2.5rem;}
h3,.h3 {font-size: 2rem;}
h4,.h4 {font-size: 1.75rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1.25rem; font-family: var(--family-first);}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: #333;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--bg-hover) !important;}
p:last-child{margin-bottom: 0;}
strong {font-weight: bold;}
b {font-weight: 600;}
img{display:block;max-width:100%;height:auto;margin:0 auto; transition: all .4s;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;transition:all 0.5s;color:inherit;text-decoration:none}
a:hover{text-decoration:none;color: var(--bg-hover);}
figure,.figure{width: 100%; display:flex; flex-wrap: wrap;}
figure>a,.figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a:hover,.figure>a:hover{cursor: zoom-in;}
figure:last-child{margin-bottom: 0;}
.imgbox{width:100%;display:flex; flex-wrap: wrap; align-items:center; justify-content:center; overflow:hidden; position:relative; transition:all 0.4s; z-index: 2;}
.imgbox:has(.img-abs)::before,.imgbox:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.ptb-70::before{content: ''; display: block; padding-top: 70%;}
.swiper{width: 100%;}
.swiper .swiper-slide{height: auto; display: flex;}
.swiper .swiper-slide>ol{width: 100%; display: flex; flex-wrap: wrap;}
.prev-button.swiper-button-disabled,
.next-button.swiper-button-disabled{cursor: no-drop; opacity: .7;}
.img-abs{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;transition:all 1s;}
.img-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;}
/* public */
.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1130px; margin: 0 auto; padding: 0 15px;}
.container2{max-width:1030px; margin: 0 auto; padding: 0 15px;}
.container3{max-width:930px; margin: 0 auto; padding: 0 15px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
ul{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 10px;}
ul li>ol{width: 100%; display: flex; flex-wrap: wrap; transition: all .4s ease-in-out;}
.etw_photo{width: 100%; display: flex; flex-wrap: wrap;}
.etw_photo>figure{width: 100%; display: flex; flex-wrap: wrap;}
.etw_photo ul{width: calc(100% + 10px); margin: 0 -5px;}
.etw_photo ul li{width:100%; padding: 5px;}
.etw_photo ul li>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; overflow: hidden; position: relative;}
.etw_photo ul li>a>span,.etw_photo ul li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; padding: .5rem 0; font-size: .95rem;}
.etw_photo ul li:hover img{cursor: zoom-in; filter: brightness(105%) contrast(105%);}
.etw_photo ul li:hover span{color: var(--bg-hover);}
.etw_photo2 ul li{width:50%;}
.etw_photo3 ul li{width:calc(100% / 3)}
.etw_photo4 ul li{width:25%}
.etw_photo5 ul li{width:20%}
.etw_photo6 ul li{width:calc(100% / 6)}
.etw_photo_m1 ul{width: calc(100% + 20px); margin: 0 -10px;}
.etw_photo_m1 ul li{padding: 10px;}
.etw_photo_m2 ul{width: calc(100% + 30px); margin: 0 -15px;}
.etw_photo_m2 ul li{padding: 15px;}
.etw_photo .no-gutters{width: 100%;}
.etw_photo .no-gutters>div{display: flex; flex-wrap: wrap;}
.etw_photo_text span{width: 100%; position: absolute; left:0; bottom: 0; background-color: rgba(0,0,0,.5); color: #fff; padding: .625rem;}
@media (max-width:1199.98px){.etw_photo6 ul li{width: 20%;}
}@media (max-width:991.98px){
	.etw_photo6 ul li{width: 25%;}
	.etw_photo ul li>a:has(.img-cover)::before{content: "";padding-top: 75%;display: block;}
}@media (max-width:767.98px){
  .etw_photo3 ul li,.etw_photo4 ul li{width: 50%;}
	.etw_photo5 ul li,.etw_photo6 ul li{width: calc(100% / 3);}
	h2,.h2 {font-size: 2rem;}
	h4,.h4{font-size: 1.5rem;}
	h5,.h5{font-size: 1.3rem;}
	h6,.h6 {font-size: 1.1rem;}
}@media (max-width:575.98px){
	.etw_photo3 ul li,.etw_photo4 ul li,.etw_photo5 ul li,.etw_photo6 ul li{width: 50%;}
	.etw_photo ul li span{font-size: .875rem;}
	h2,.h2 {font-size: 1.75rem;}
}@media (max-width:375.98px){.etw_photo ul li:has(span){width: 100%;}
}@media (max-width:370.98px){.etw_photo ul li{width: 100% !important; display: flex !important;}}
ul.items,dl.items{width: 100%; display: flex; flex-wrap: wrap; margin: 0 0 1rem 0;}
ul.items:last-child,dl.items:last-child{margin-bottom: 0;}
ul.items li,dl.items dd{width: 100%; display: flex; position:relative; margin-bottom: 10px; padding: 0; line-height: 24px;}
ul.items li:last-child,dl.items dd:last-child{margin-bottom: 0;}
ul.items li::before,dl.items dd::before{display:inline-block; font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
ul.items li:has(strong,b),dl.items dd:has(strong,b){display: block;}
ul.items li strong,dl.items dd strong,ul.items li b,dl.items dd b{float: left; margin-right: .5rem;}
ul.items1 li,dl.items1 dd{padding-left: 1.875rem;}
ul.items1 li::before,dl.items1 dd::before{content: ''; width: 1rem; height: 24px; background: url(../images/ul_01_30.png) no-repeat center center; background-size: contain; position: absolute; left:0; top: 0;}
/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table{color: #333; margin-bottom: 0;}
.table td,.table th{vertical-align: middle; font-size: .875rem; line-height: 1.2; padding: .75rem;}
.table-responsive>.table-bordered{border: 1px solid #fff;}
.table-bordered td{border: none;}
.table-bordered tr:has(a){border-top: 1px solid #f5f5f5;}
.table-striped tbody tr:nth-of-type(odd){background: #f7f9fb;}
.table-striped tbody tr:nth-of-type(even){background: #fff;}
.bg-fb{background-color: #f7f9fb;}
.table .top td{background-color: #eee !important; color: #000;; font-weight: 400; text-align: center; padding: .75rem; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
.table a,.table a:not([href]):not([class]){color: var(--bg-main); cursor: pointer;}
.table a:hover,.table a:not([href]):not([class]):hover{color: var(--bg-hover); text-decoration: none;}
.table .top td a{color: var(--bg-main);}
.table .top td a:hover{color: var(--bg-hover);}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
.border-top{border-color: #f5f5f5 !important;}
/* video_Btn */
.video_btn{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out;}
.video_btn::before{content: "\F4F4"; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background-color: rgba(255, 255, 255, .9); color: var(--bg-main); font-size: 2.5rem; padding-left: 5px; display: flex; align-items: center; justify-content: center; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: all .3s ease-in-out;}
.video_bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video_btn:hover::before{ background-color: rgba(255, 255, 255, .9)}
.video_left{left: 0;}
.video_right{left: 100%;}
/* More */
.more{display: flex;}
.more>a{width:fit-content;  display: flex; flex-direction: row-reverse; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: .85rem; font-weight: 400; line-height: 1; color: var(--bg-main); overflow: hidden; padding-bottom: .5rem;}
.more>a::before{content: '\F138'; margin-left: .625rem; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: all .3s;}
.more>a::after{content: ''; width: 0; height: 1px; background-color: var(--bg-main); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out; z-index: -1;}
.more>a:hover{color: var(--bg-main);}
.more>a:hover::before{margin-left: 1rem;}
.more>a:hover::after{width: 100%; left: 0; right: auto;}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex;}
.inquiry_quote>a,.inquiry_btn>a{display: flex; padding: .5rem 1.5rem; color: #fff; font-size: 1rem; font-weight: 300; position: relative; overflow: hidden; z-index: 0;}
.inquiry_quote>a::before,.inquiry_btn>a::before{content: ''; position: absolute; inset: 0; background-image:linear-gradient(to right,#0091d0,#004e8f 70%,var(--bg-hover)); background-size: 100% 100%; z-index: -1; transition: all .3s ease-in-out;}
.inquiry_quote>a:hover,.inquiry_btn>a:hover{transform: translateY(3px); box-shadow: 0 10px 10px rgba(0,0,0,.2);}
.inquiry_quote>a:hover::before,.inquiry_btn>a:hover::before{background-size: 200% 100%;}
/* public-End */
/* etw_language */
.etw_language{min-height: 34px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .875rem; text-transform: uppercase; color: var(--bg-hover);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#333; display:flex; justify-content:center; align-items:center; height: 34px; position: relative; text-align: center; font-size: .875rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-main); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
	.etw_language ul>li>span{color: #333; font-size: 1.875rem; margin-right: 2.5rem;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:100%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-main);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 84px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .5s ease-in-out; box-shadow: 4px 4px 100px rgba(0,0,0,.15); visibility: visible;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
#etw_logo{float: left; padding: 20px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a img{display:block; max-height:40px;}
#etw_logo a>span{color: var(--bg-main); font-size: .8rem; line-height: 1.5; border-left: 1px solid var(--bg-main); padding-left: 1.875rem; margin-left: 1.875rem; text-transform: uppercase;}
nav{display: block;}
nav .navbar{padding:0; justify-content:flex-end;}
nav .navbar-collapse{flex-grow:0; width:100%; border:none; height:100%; align-items:initial;}
.navbar-expand-lg .navbar-nav{width:100%; display:flex; flex-wrap:wrap; justify-content:flex-end; margin: 0;}
.navbar-expand-lg .navbar-nav .nav-item{display:flex; align-items:center; justify-content:center; margin-left: 4rem; padding: 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%; color:#333; min-height:50px; display:flex;align-items:center;justify-content:center; font-size: .9rem; text-transform: uppercase; font-weight: 600; position: relative; z-index: 0; padding: 0; overflow: hidden;}
.navbar-expand-lg .navbar-nav .nav-link::before{content: ""; width: 0; height: 2px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s ease-in-out;}
nav .navbar-nav .nav-item .dropdown-toggle::after{transition:all 0.3s;margin-left:0.5rem;content: "\F282"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border: none;}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{padding: 0 1.25rem; background-color: var(--bg-main); color: #fff; border-radius: 10px 10px 0 0;}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link::before{content: none;}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link::after{content: ""; width: 24px; height: 24px; background: url(../images/video_btn_200.png) no-repeat center center; background-size: 100% 100%; border-radius: 50%; overflow: hidden; margin-left: .5rem;}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover{background-color: var(--bg-hover);}
.navbar-light .navbar-nav .nav-item.active .nav-link{color: var(--bg-main);}
.navbar-light .navbar-nav .nav-item:hover .nav-link,.navbar-light .navbar-nav .show>.nav-link{color:var(--bg-main);}
.navbar-light .navbar-nav .nav-item:hover .nav-link::before{width: 100%;}
nav .navbar-nav .nav-item.active .dropdown-toggle::after,nav .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotate(180deg)}
.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.pro_icon{display:none}
/* 导航下拉 */
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; background-color: #fff; overflow:hidden;transition:all 0.3s ease 0s; visibility:hidden;pointer-events:none;opacity:0;display:block; box-shadow: 0 10px 10px rgba(0,0,0,.15); border-radius: 0;}
.dropdown-menu>ul{width: 100%; margin: 0;}
.dropdown-menu>ul li{width: 100%; padding: 0; border-bottom: 1px dashed #ccc;}
.dropdown-menu>ul li:last-child{border-bottom: none;}
.dropdown-menu>ul li .dropdown-item{color:#333; font-size:.875rem; position:relative;display:flex;transition:all 0.5s; padding: .75rem 1rem; padding-left: 1.75rem; align-items: center;}
.dropdown-menu>ul li .dropdown-item::before{content: "\F285"; display:inline-block;font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1; vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; line-height: 1; position: absolute; left: .5rem; top: 50%; transform: translateY(-50%); color: inherit; font-size: 12px;}
.dropdown-menu>ul li .dropdown-item:hover{background-color: rgba(0,0,0,.05); color: var(--bg-main);}
.dropdown-menu>ul li .dropdown-item.active{background: none; color: var(--bg-main);}
/* 产品下拉 */
.dropdown-menu1{left: 12%; max-width: 800px; background: none;}
.dropdown-box{display: flex; width: 100%; flex-wrap: wrap;}
.dropdown-nav{width: 40%; margin: 0; position: relative; background-color: #fff;}
.dropdown-nav::before{content: ''; width: 2px; height: 100%; background-color: #ccc; position: absolute; right: 0; top: 0;}
.dropdown-nav>li{width: 100%; padding: 0; position: relative;margin-bottom: 1px;}
.dropdown-nav>li:last-child{margin-bottom: 0;}
.dropdown-nav>li>a{width: 100%; display: flex; justify-content: space-between; align-items: center; padding: .625rem 1rem; line-height: 24px; font-size: 1rem; font-weight: 300; color: var(--bg-main); background-color: #eee;}
.dropdown-nav>li>a::after{content: '\F285'; margin-left: 1rem; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.dropdown-nav>li>a:hover,
.dropdown-nav>li>a.active{background-color: var(--bg-main) !important; color: #fff !important;}
.dropdown-content{width: 60%; flex: 1; background-color: #fff;} 
.dropdown-content>div{display: none !important; padding: 1.25rem;}
.dropdown-content>div.active{display: flex !important;}
.dropdown-content>div>ul{width: calc(100% + 10px); margin: 0 -5px;}
.dropdown-content>div>ul>li{width: 100%; padding: 5px;}
.dropdown-content>div>ul>li>a{font-size: 1rem; line-height: 24px; font-weight: 300; position: relative; display: flex; align-items: center; padding: 0; padding-left: 1rem;}
.dropdown-content>div>ul>li>a::before{content: ''; width: 4px; height: 4px; border-radius: 50%; background-color: rgba(0,0,0,.5); position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.dropdown-content>div>ul>li>a:hover,.dropdown-content>div>ul>li>a.active{background: none; color: var(--bg-main); text-decoration: underline;}
@media (max-width:1199.98px){
  .navbar-expand-lg .navbar-nav .nav-item{margin-left: 3rem;}
}@media (max-width:1099.98px){
  .navbar-expand-lg .navbar-nav .nav-item{margin-left: 2rem;}
  .dropdown-menu>ul li .dropdown-item{white-space: wrap;}
}@media (max-width:991.98px){
	#header {padding-top: 0;}
	.header{position: relative;}
	.header .container{display: flex; flex-wrap: wrap; align-items: center;}
	#etw_logo {flex: 1;display: flex;}
	.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
	nav{width: 100%;}
	nav .navbar{width: 100%; position:relative;right:initial;top:inherit;z-index:10}
	nav .navbar-collapse{flex: 1;}
	.navbar-expand-lg .navbar-nav .nav-item{width:100%;flex-direction:column;margin: 0; padding: 0;}
  .navbar-expand-lg .navbar-nav .nav-item>div{width: 100%;}
	.navbar-expand-lg .navbar-nav .nav-link{border-bottom:1px solid #ddd;padding:0 1rem; min-height: 40px; position:relative;font-size:1rem;justify-content:flex-start; color: #000;}
	.navbar-light .navbar-nav a.nav-link::before,.navbar-light .navbar-nav a.nav-link::after{display: none;}
	.nav-item span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:50px;height:100%;display:flex; justify-content:center;text-align:center; align-items: center; font-weight:200;z-index:2}
	.navbar-expand-lg .navbar-nav .nav-item:hover span.pro_icon,
	.navbar-expand-lg .navbar-nav .nav-item.active span.pro_icon{color: #fff;}
	.navbar-light .navbar-nav .nav-item.active .nav-link,
	.navbar-light .navbar-nav .nav-item:hover .nav-link,
	.navbar-light .navbar-nav .show>.nav-link{color:#fff; background-color: var(--bg-main);}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{padding: 0 1rem; color: #000; background-color: #fff; border: none; border-radius: 0;}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover{background-color: var(--bg-main); color: #fff;}
	.navbar-nav .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial;top:initial}
	.dropdown-toggle::after{display:none}
	.dropdown-menu{border-top: none;}
	.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:0;display:block}
  .dropdown-nav{width: 100%;}
  .dropdown-content{display: none;}
}@media (max-width:767.98px){
	.video_btn::before{--w: 50px;font-size: 1.8rem;}
}@media (max-width:575.98px){
	#etw_logo a img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
/* Banner */
.etw_banner{padding: 0 !important; border-radius: 0 0 150px 0;}
.etw_banner .swiper{width: 100%;}
.etw_banner .swiper .swiper-slide{height: auto;}
.etw_banner .swiper .swiper-slide.banner1::after,.etw_banner .swiper .swiper-slide.banner2::after{content: ''; position: absolute; inset: 0; mix-blend-mode: multiply;}
.etw_banner .swiper .swiper-slide>img{width: 100%;}
.banner_bottom{position: absolute; left: 0; bottom: 0; z-index: 2; padding: 1rem; background-color: var(--bg-main); display: flex; align-items: center; border-radius: 0 60px 60px 0; overflow: hidden;}
.banner_btn{display: flex; border: 1px solid #fff; border-radius: 30px; overflow: hidden;}
.banner_btn .prev-button,.banner_btn .next-button{width: 40px; height: 40px; background-color: rgba(250,250,250,.2); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1rem; color: #fff; transition: all .5s;}
.banner_btn .prev-button:hover,.banner_btn .next-button:hover{background-color: #fff; color: var(--bg-main);}
.etw_banner .swiper-pagination-fraction{width: auto; min-width: 70px; bottom: initial; position: relative; margin-left: 20px; line-height: 30px; color: rgba(250,250,250,.2); font-size: 1.125rem; display: flex; align-items: center; justify-content: flex-start; padding-left: 28px;}
.etw_banner .swiper-pagination-fraction span.swiper-pagination-current{color: #fff; position: absolute; left: 0;}
.etw_banner .swiper-pagination-fraction span.swiper-pagination-total{padding-left: 5px;}
.banner_hover{width: 100%;position: absolute; z-index: 2;}
.banner_hover .banner_text{display: flex; flex-direction: column; text-shadow: 2px 2px 0 rgba(0,0,0,1);}
.banner_hover .banner_text small{color: #fff; text-transform: uppercase; font-size: 1.25rem; font-weight: 500;}
.banner_hover .banner_text .h2{color: #fff; font-size: 2.1rem; font-family: var(--family-first); font-weight: bold; line-height: 1.2; display: flex; flex-direction: column; margin: 0; padding: 1.25rem 0;}
.banner_hover .banner_text .h2>span{width: 100%;margin-left: 30%;}
.banner_hover .banner_text p{color: #fff; font-size: 1.1rem; font-weight: 200;}
.banner_text2{display: flex; flex-direction: column; text-shadow: 2px 2px 0 rgba(0,0,0,1); position:absolute; top:9%;left:1% }
.banner_text2 .h2{color: #fff; font-size: 2.1rem;  line-height: 1.2; display: flex; flex-direction: column; margin: 0; padding: 1.25rem 0;}
.banner_text2 .h2>span{width: 100%; padding-bottom:0px;}
.banner_text2 p{color: #fff; font-size: 1.1rem; font-weight: 200;}
.banner3 .banner_hover{left: 0; bottom: 0; transform: translateY(-50%);}
.banner3 .banner_hover .banner_text{max-width: 600px;}
.banner1::after{background-image: linear-gradient(135deg,var(--bg-main) 40%,transparent); opacity: .8;}
.banner1 .banner_hover{left: 0; bottom: 0; transform: translateY(-50%);}
.banner1 .banner_hover .banner_text{max-width: 600px;}
.banner2::after{background-image: linear-gradient(315deg,var(--bg-main) 45%,transparent 55%); opacity: .8;}
.banner2 .banner_hover{right: 0; top: 50%; transform: translateY(-50%); padding-left: 10%;}
.banner2 .banner_hover .banner_text{max-width: 500px; padding: 0 0 0; float: right;}

.banner5 strong{position: absolute; right: 0; top: 9%; font-size: 3rem;  line-height: 1.2;color: #1f357f;
  font-weight: 500;
  padding: 2rem;
  text-shadow: 2px 2px 0 rgb(255, 255, 255);}
.banner5 ul{width: 100%; position: absolute; left: 0; bottom: 4.6%;}
.banner5 ul>li{width: 25%; display: flex; justify-content: center; padding: 0; position: relative;}
.banner5 ul>li:nth-child(1){width: 50%; transform: translateX(-5%);}
.banner5 ul>li:nth-child(2){transform: translateX(-10%);}
.banner5 ul>li>span{display: flex; align-items: center; justify-content: center; text-align: center; color: #000; font-weight: 500; font-size: 1rem; line-height: 1; padding: 1rem 1.5rem; background-image: linear-gradient(to right, transparent,#fff,transparent);}
 
@media (max-width:1199.98px){
	.banner_bottom{opacity: 0.7;}
}@media (max-width:991.98px){
  .banner1 .banner_hover{top: 50%;}
  .banner_hover .banner_text .h2{font-size: 1.75rem;}
  .etw_banner .swiper .swiper-slide::before{padding-top: 500px;}
}@media (max-width:767.98px){
  .etw_banner{border-radius: 0;}
	.banner_hover{display: none;}
  .etw_banner .swiper .swiper-slide::before{padding-top: 300px;}
  .banner2::after{background-image: linear-gradient(315deg,var(--bg-main),transparent);}
  .banner_bottom{padding: 1rem;}
  .banner_btn .prev-button, .banner_btn .next-button{width: 30px; height: 30px; font-size: .95rem;}
  .etw_banner .swiper-pagination-fraction{margin-left: .625rem; min-width: 70px;}
}@media (max-width:575.98px){
  .banner_hover .banner_text .h2{font-size: 1.25rem;}
  .banner_hover .banner_text small{font-size: .875rem;}
  .banner_bottom{padding: .5rem;}
  .banner_btn .prev-button, .banner_btn .next-button{width: 24px; height: 24px; font-size: .75rem;}
  .etw_banner .swiper-pagination-fraction{padding-left: 15px; min-width: 50px; font-size: .75rem; line-height: 24px;}
}
/* Banner-end */
/* index */
section,.section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.section_item{width: 100%; padding: 3.125rem 0; display: block; position: relative; overflow: hidden;}
.home-title{color: #333; font-size: 2.25rem; font-weight: 600; line-height: 1.2; font-family: var(--family-second); margin-bottom: 1.25rem;}
.hometext{padding: 5rem 0;}
.hometext::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(#fff,transparent);}
.hometext .container{position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center;}
.hometext .home-title{display: flex; flex-direction: column;align-items: center; line-height: 1.2;}
.hometext .home-title>span{margin-bottom: 5px; color: var(--bg-main); text-transform: uppercase;}
.hometext .home-title::after{content: '';width: 100px; height: 2px; background-color: var(--bg-main); display: block; margin-top: 1rem;}
.hometext p{max-width: 900px;}
.timer-section .clock-ticks{--tw-translate-y:0;--tw-translate-x:0;right:-22%;position:absolute;top:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform-origin:center;width:28%}
.timer-section .clock-ticks{animation:ticks linear infinite forwards;animation-duration:2.5s}
.timer-section .clock-ticks .line{stroke-width:2;transition-duration:1s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.timer-section .clock-ticks .before{animation:before 5s linear infinite forwards}
.timer-section .clock-ticks .after{animation:after 5s linear infinite forwards}
.timer-section .clock-ticks .after-after{animation:after-after 5s linear infinite forwards}
.timer-section .clock-ticks .main{animation:main 5s linear infinite forwards}
@keyframes ticks{to{--tw-rotate:10deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}
.homepros{background: url(../images/beijing_63.jpg) repeat;}
.homepros_title{display: flex; flex-direction: column; align-items: center;}
.homepros_title small{color: var(--bg-hover); font-size: 1.125rem; font-weight: 600; text-transform: uppercase;}
.homepros_title .more>a{color: #333;}
.homepros_title .more>a::after{width: 100%; background-color: var(--bg-hover); height: 2px;}
.homepros_title .more>a:hover{color: var(--bg-hover);}
.homepros_swiper .swiper{margin-top: 30px; padding-bottom: 25px;}
.homepros_swiper .swiper-slide{padding-bottom: 15px;}
.homepros_swiper .swiper-slide>ol{flex-direction: column; background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 10px -5px rgba(0,0,0,.5);}
.homepros_swiper .swiper-slide>ol a.imgbox{border-radius: 10px;}
.homepros_swiper .swiper-slide>ol:hover a.imgbox>img{transform: scale(1.05);}
.homepros_swiper .swiper-slide>ol .textbox{flex-direction: column; padding: 1.4rem;}
.homepros_swiper .swiper-slide>ol .textbox a.h6{font-size: 1rem; color: #333;}
.homepros_swiper .swiper-slide>ol .textbox p{font-size: .9rem;}
.homepros_swiper .swiper-slide>ol .textbox .more>a{padding: .75rem 1rem; background-color: #e9e9e9; color: #333;}
.homepros_swiper .swiper-slide>ol .textbox .more>a::after{height: 100%; background-color: var(--bg-hover);}
.homepros_swiper .swiper-slide>ol .textbox .more>a:hover{color: #fff;}
.homepros_swiper .swiper-pagination{bottom: 0 !important; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end;}
.homepros_swiper .swiper-pagination-bullet{width: 44px; height: 4px; background-color: var(--bg-main); border-radius: 0;}
.homepros_swiper .swiper-pagination-bullet-active{height: 8px; background-color: var(--bg-hover);}
.homeapps::before{content: ''; width: 100%; height: 40%; position: absolute; left: 0; top: 0; background-color: #003063;}
.homeapps .container{position: relative; z-index: 3;}
.homeapps .home-title{color: #fff; text-align: center; max-width: 750px; margin: 0 auto 4rem auto;}
.homeapps .homeapps_box{display: flex; flex-direction: column; align-items: center; position: relative;}
.homeapps .homeapps_box a.imgbox{max-width: 1000px; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.homeapps .homeapps_box .more{position: absolute; left: 20px; top: 0; transform: rotate(90deg); transform-origin: left top;}
.homeapps .homeapps_box .more>a{color: #fff; padding: 0;}
.homeapps .homeapps_box .more>a::before{color: #007cff;}
.homeapps .homeapps_box .more>a::after{background-color: var(--bg-hover);}
.homeapps .homeapps_box .more>a:hover,.homeapps .homeapps_box .more>a:hover::before{color: var(--bg-hover);}
.homeapps_swiper{padding-top: 3rem; }
.homeapps_swiper .swiper-slide{width: 25%; display: flex; flex-direction: column; position: relative;}
.homeapps_swiper .swiper-slide::after{content: ''; width: 100%; height: 20px; background: url(../images/banner_shadow_1016.jpg) no-repeat center top; background-size: 100% 20px; opacity: .5;}
.homeapps_swiper .swiper-slide>ol{width: 100%; display: flex; flex: 1; flex-direction: column; background-color: #fff; border-radius: 10px; overflow: hidden;}
.homeapps_swiper .swiper-slide>ol a.imgbox{background-color: #eee;}
.homeapps_swiper .swiper-slide>ol a.imgbox>img{mix-blend-mode: multiply;}
.homeapps_swiper .swiper-slide>ol>.textbox{flex: 1; flex-direction: column; padding: 1.25rem 0;}
.homeapps_swiper .swiper-slide>ol>.textbox a.h6{display: flex; flex: 1; color: #555; font-size: 1.1rem; font-weight: 500; line-height: 1.2;}
.homeapps_swiper .swiper-slide>ol>.textbox .more>a::after{width: 100%;}
.homeapps_swiper .swiper-slide>ol>.textbox .more>a:hover{color: var(--bg-hover);}
.homeapps_swiper .swiper-slide>ol>.textbox .more>a:hover::after{background-color: var(--bg-hover);}
.homeapps_swiper .swiper-slide>ol:hover a.imgbox>img{transform: scale(1.05);}
.homeapps_bottom{display: flex; flex-wrap: wrap; align-items: center; position: relative; justify-content: space-between; margin-top: 30px;}
.homeapps_bottom .swiper-pagination-progressbar{position: relative !important; height: 2px !important; flex: 1; width: calc(100% - 140px); margin: 0 1.25rem;}
.homeapps_bottom .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: var(--bg-main);}
.homeapps_bottom .prev-button,.homeapps_bottom .next-button{width: 50px; height: 50px; border: 1px solid rgba(0,0,0,.15); border-radius: 50%; font-size: 1.25rem; display: flex; align-items: center; justify-content: center;}
.homeapps_bottom .prev-button:hover,.homeapps_bottom .next-button:hover{background-color: var(--bg-hover); border-color: var(--bg-hover); color: #fff;}
.homecases .homepros_title{width: 100%;}
.homecases_list{width: calc(100% + 20px); margin: 0 -10px; padding-top: 1rem;}
.homecases_list div.no-gutters{width: 100%;}
.homecases_list div.no-gutters>div{display: flex;}
.homecases_list li{width: 100%; padding: 10px;}
.homecases_list li>a{width: 100%; display: flex; overflow: hidden; position: relative;}
.homecases_list li>a .imgbox::before{padding-top: 105.2632%;}
.homecases_list li>a .imgbox1::before{content: none;}
.homecases_list li>a .textbox{position: absolute; left:0; bottom: 0; background-color: rgba(0,0,0,.5);  z-index: 2; padding: .75rem .5rem; font-size: 1rem; font-weight: 600; color: #fff;}
.homeabout .container{position: relative; z-index: 2;}
.homeabout_logo{display: flex; justify-content: flex-end; font-weight: bold; font-size: 1.125rem; color: #333;}
.homeabout .home-title{width: 120%; margin: 2rem 0 2rem -20%; background-color: var(--bg-main); color: #fff; font-weight: 400; padding: 1.25rem; padding-right: 1.875rem; position: relative; z-index: 2; display: flex; justify-content: center; align-items: flex-end; text-align: right; justify-content: flex-end; font-size: 1.4rem; font-family: var(--family-second); letter-spacing: 2px;}
.homeabout .home-title>span{font-size: 1.8rem; margin-left: .5rem;}
.homeabout p{font-weight: 300; margin-bottom: 1.5rem;}
.homeabout .more>a{padding: .625rem 1rem; flex-direction: row-reverse; font-size: 1rem; font-weight: 300; overflow: visible; border: 1px solid var(--bg-main);}
.homeabout .more>a::before{content: '\F138'; font-size: 1.5rem;}
.homeabout .more>a::after{height: 100%;}
.homeabout .more>a:hover{color: #fff;}
@media (max-width:1199.98px){
	section,.section{padding:3.125rem 0 !important;}
  .home-title{font-size: 2rem !important;}
}@media (max-width:991.98px){
	section,.section,.section_item{padding:2rem 0 !important;}
  .home-title{font-size: 1.75rem !important;}
	.homeapps .home-title{margin-bottom: 2rem;}
	.homeapps_swiper{padding-top: 2rem;}
	.homecases_list li>a .imgbox1::before{content: "";}
}@media (max-width:767.98px){
	section,.section,.section_item{padding:1.875rem 0 !important;}
  .home-title{font-size: 1.5rem !important;}
}@media (max-width:575.98px){
	section,.section,.section_item{padding:1.25rem 0 !important;}
  .home-title{font-size: 1.25rem !important; margin-bottom: 1rem;}
	.homeabout .home-title{width: 100%;margin: 1rem 0;display: inline-block;padding: 1rem;padding-right: 1.5rem;}
}@media (max-width:375.98px){
	section,.section,.section_item{padding:1rem 0 !important;}
  .home-title{font-size: 1rem !important;}
}
/* index-end */
.footer {padding: 2.5rem 0; position: relative; overflow: hidden; background-image: linear-gradient(var(--bg-F7),#fff);}
.footer .h3{font-weight:700; font-size: 1.2rem; color: var(--bg-main); font-family: var(--family-second); text-transform: uppercase; letter-spacing: 1px;}
.footer .h3::after{content: ''; width: 40px; height: 2px; background-color: var(--bg-main); display: block; margin-top: .625rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-hover);}
.footer_list{flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0; padding-left: 1.25rem; position: relative; line-height: 24px;}
.footer_list li::before{content: "\f285"; position: absolute; left: 0; top: 5px; color: var(--bg-main); font-size: .8rem; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: var(--bg-main); font-size: .8rem; font-weight: 300;}
.footer_list li>a:hover{color: var(--bg-hover);}
.footer_list .viewmore{padding: 0;}
.footer_list .viewmore::before{content: none;}
.footer_list .viewmore>a{border-bottom: 1px solid var(--bg-hover); width: fit-content;}
.footer_logo{margin-bottom: 1.25rem; display: flex; justify-content: flex-start;}
.footer_logo img{max-height: 40px;}
.footer_contact dl{display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact dd{width: 100%; color: var(--bg-main); display: block; margin-bottom: .5rem; font-size: .875rem; line-height: 24px; font-weight: 300; padding-left: 1.8rem; position: relative;}
.footer_contact dd a{color: var(--bg-main);}
.footer_contact dd i{font-size: 1rem; position: absolute; left: 0; top: 2px; color: var(--bg-main);}
.footer_contact dd a:hover{color: var(--bg-hover);}
.footer_contact dd:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid rgba(0, 0, 0, .1);}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color: #333; display:inline-block;padding:0 .5rem;margin:0 .5rem;font-weight:300;line-height:26px;margin-bottom:10px;border:1px solid rgba(0, 0, 0, .1);font-size:.875rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-hover); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.875rem; font-weight: 300;}
/* #etw_top */
#etw_top{display: none !important; position:fixed;width:40px;height:40px;right:15px;bottom:100px;text-align:center; background: #333; z-index:100;cursor:pointer;line-height:38px; transition:0.5s all ease-in-out; border-radius: 50%; mix-blend-mode: multiply;}
#etw_top a{color:#fff;font-size:0.9rem;}
#etw_top:hover{background:var(--bg-hover);transform:translateY(-0.5rem)}
#etw_top:after{position:absolute;z-index:-1;content:"";top:100%;left:5%;height:10px;width:90%;opacity:1;background:radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0,rgba(0,0,0,0) 80%);}
.theme-send-inquiry-box{background: #0065d1 !important;border: none !important; padding: 0 !important;}
.theme-box-name{background: #003063 !important; border-left: none !important; padding-left: 1rem !important;}
@media (max-width:991.98px){.etw_root{margin-top: 1.875rem; padding-top: 1.875rem;}
}@media (max-width:767.98px){
  .footer{padding: 1.875rem 0;}
  .etw_root{margin-top: 1.25rem; padding-top: 1.25rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative;}
#quicknav ul li::after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; right: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{font-size:.95rem; text-transform:capitalize;}
#quicknav ul>li:first-child{padding-left: 0; padding-right: 1.25rem;}
#quicknav ul>li:first-child>a{text-decoration:none !important; font-size: 1.2rem;}
#quicknav ul>li:first-child>a>i{font-size: inherit;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li:last-child{color: #fff;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--bg-hover); opacity: 1;}
@media (max-width:767.98px){#quicknav{display: none;}.banner5 strong{display:none;}}
/* #quicknav-End */
.etw_hometitle{display: flex; flex-direction: column; margin-bottom: 1rem;}
.etw_hometitle h2,.etw_hometitle>div{font-size: 2rem; color: #000; font-weight: bold;}
.etw_hometitle h2:last-child,.etw_hometitle>div:last-child{margin-bottom: 0;}
.title1,.title2,.title3,.title4,.title5,.title6{display: block; color: #333; line-height: 1.2; font-family: var(--family-second); margin-bottom: 1rem;}
.title1{font-size: 2rem; font-weight: bold;}
.title2{font-size: 1.875rem; font-weight: bold;}
.title3{font-size: 1.75rem; font-weight: bold;}
.title4{font-size: 1.5rem; font-weight: 600;}
.title5{font-size: 1.25rem; font-weight: 500;}
.title6{font-size: 1rem;}
@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle>div{font-size: 1.875rem;}
}@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle>div{font-size: 1.75rem;}
	.title2,.title1{font-size: 1.6rem;}
	.title5{font-size: 1.1rem;}
	.relatedpros_nav.relatedpros_nav>div{padding: 0.5rem 1rem;}
	.relatedpros ul>li>ol a.textbox{font-size: 0.9rem;line-height: 1.2;}
}@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle>div{font-size: 1.5rem; }
	.title2,.title1{font-size: 1.4rem;}
}
/* Products */
.prosbanner{padding: 0;}
.prosbanner::before{content: ''; display: block; padding-top: 500px;}
.prosbanner::after{content: ''; width: 100%; height: 100%; position: absolute; left:0; top: 0; z-index: 1; background-image: linear-gradient(to right,var(--bg-main) 25%, transparent);}
.prosbanner_hover{position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center;}
.prosbanner_hover #quicknav{margin-top: -5rem;}
.prosbanner_hover .h3{color: #fff; font-size: 2.5rem; max-width: 600px;}
.prosbanner_hover p{max-width: 55%; color: #fff; max-width: 600px;}
.pros_solu{padding: 0; overflow: visible; z-index: 3;}
.pros_solu ul{width: 100%; margin: 0; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,.2); position: relative; transform: translateY(-50%);}
.pros_solu ul::after{content: ''; width: 100%; height: 40px; background: url(../images/banner_shadow_1016.jpg) no-repeat center top; background-size: 100% 100%; opacity: .5; position: absolute; left: 0; top: 100%;}
.pros_solu ul>li{width: 25%; padding: 0; border-right: 1px solid rgba(0,0,0,.05); height: 112px;}
.pros_solu ul>li:last-child{border: none;}
.pros_solu ul>li>ol{padding: 20px; background-color: #fff; transition: all .3s; cursor: pointer; position: relative; transform: translateY(0); overflow: hidden;}
.pros_solu ul>li>ol .icon{width: 40px; height: 72px; overflow: hidden; transition: all .3s; display: flex; align-items: center;}
.pros_solu ul>li>ol .icon>img{width: 40px; height: 40px; filter: drop-shadow(40px 0 #454545); position: relative; transform: translateX(-40px);}
.pros_solu ul>li>ol .textbox{padding-left: 1rem; flex-direction: column; justify-content: flex-end;}
.pros_solu ul>li>ol .textbox>.h6{font-size: 1.125rem; line-height: 22px; color: var(--bg-main); margin-bottom: .625rem;}
.pros_solu ul>li>ol .textbox>p{font-size: .8rem; max-height:40px; line-height: 20px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; transition: max-height 0.4s cubic-bezier(0.65, 0, 0.35, 1);}
.pros_solu ul>li:hover>ol{transform: translateY(-60px);}
.pros_solu ul>li:hover>ol .textbox>p{-webkit-line-clamp: initial; max-height: 140px;}
.pros_text{padding-top: 0;}
.pros_text .imgbox{padding: 30px 30px 0 0;}
.pros_text .imgbox::before{content: ''; width: 100%; height: 100%; background-image: linear-gradient(45deg, var(--bg-main) 50%,var(--bg-hover)); position: absolute; left: 30px; top: -30px; z-index: -1;}
.pros_text .etw_hometitle h2{background-image: linear-gradient(to right, var(--bg-main),var(--bg-hover)); background-clip: text;-webkit-background-clip: text; color: transparent; font-weight: 400;}
.pros_items{background-image: linear-gradient(to right,transparent,#f7f9fb,transparent);}
.pros_items::after{content: ''; width: calc(100% - 60px); height: 2px; background-color: var(--bg-hover); display: block; position: absolute; left:30px; bottom: 0;}
.pros_item{width: 100%; display: flex; flex-wrap: wrap;}
.pros_item a.imgbox{width: 55%;}
.pros_item a.imgbox:hover img{filter: brightness(110%);}
.pros_item .textbox{width: 45%; padding: 2.5rem; padding-right: 0; flex-direction: column; justify-content: space-evenly;}
.pros_item .textbox a.h6{display: flex; flex-direction: column; color: #333; font-size: 1.5rem;}
.pros_item .textbox a.h6::after{content: ''; width: 40px; height: 2px; background-color: var(--bg-main); margin-top: 1rem;}
.pros_item .textbox .more>a{background-color: var(--bg-main); color: #fff; padding: .75rem 1.5rem;}
.pros_item .textbox .more>a::after{height: 100%; background-color: var(--bg-hover);}
.pros_item .textbox .more>a:hover{color:#fff;}
.pros_list{width: calc(100% + 30px); margin: 0 -15px;}
.pros_list li{width: calc(100% / 2); padding: 15px;}
.pros_list li>ol{flex-direction: column;border: 1px solid var(--bg-main); padding: 1.25rem;}
.pros_list li>ol a.imgbox{filter: drop-shadow(-5px 5px 0 rgba(0,0,0,.1));}
.pros_list li>ol:hover a.imgbox>img{filter: brightness(110%);}
.pros_list li>ol .textbox{background-color: #fff; padding-top: 1.25rem; justify-content: space-between;}
.pros_list li>ol .textbox a.h6{color: #333;}
.pros_list li>ol .textbox p{font-size: .875rem;}
.pros_list li>ol .textbox .more>a{padding: .625rem 1rem; background-color: var(--bg-main); color: #fff; border-radius: 5px;}
.pros_list li>ol .textbox .more>a::after{width: 0; height: 100%; right: auto; left: 0; background-color: var(--bg-hover);}
.pros_list li>ol .textbox .more>a:hover{color: #fff;}
.pros_list li>ol .textbox .more>a:hover::after{width: 100%;}
.solu_left{background-image: linear-gradient(to right,#004e8f,#0091d0); padding: 3rem;}
.solu_left .title1{color: #fff;}
.solu_left .imgbox{filter: drop-shadow(20px 30px 0 rgba(0,0,0,.1));}
.solu_left img{max-width: 85%;}
.solu_left .more{margin-top: -5rem; position: relative; z-index: 3;}
.solu_left .more>a{background-color: var(--bg-hover); color: #fff; padding: .75rem 1.25rem; border-radius: 5px;}
.solu_left .more>a::before{content: none;}
.solu_left .more>a::after{background-color: var(--bg-main); height: 100%;}
.solu_right{width: 100%; max-width: 550px; margin: 0 0 0 -5rem; padding: 3rem; padding-top: 1.875rem; padding-bottom: 0; background-color: #fff; display: flex; flex-direction: column; justify-content: flex-end;}
.pro_solu_list{flex-direction: column; width: 100%; margin:0 0  1.5rem 0;}
.pro_solu_list>li{width: 100%; padding: 10px 0;}
.pro_solu_list>li>a{position: relative; width: fit-content; display: flex; align-items: center;}
.pro_solu_list>li>a .icon{width: 66px; height: 66px; border-radius: 5px; overflow: hidden; background-color: #f2f5fa; padding: .625rem;}
.pro_solu_list>li>a>span{flex: 1; padding-left: 1.25rem; line-height: 24px; font-size: 1rem; color: var(--bg-main); font-weight: 600; transition: all .3s;}
.pro_solu_list>li>a:hover>span{color: var(--bg-hover);}
.pro_solu_more{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.pro_solu_more::before{content: ''; width: 100%; height: 4px; background-image: linear-gradient(to right, var(--bg-main),var(--bg-hover)); margin-bottom: 1.5rem;}
.pro_solu_more .more>a{font-weight: 500;}
.pro_solu_more .more>a:hover::before{margin-left: .625rem;}
.pro_solu_more .inquiry_btn{margin-left: 2rem;}
.pro_solu_more .inquiry_btn>a{border-radius: 10px; text-transform: uppercase; }
.pro_solu_more .inquiry_btn>a::before{background: var(--bg-hover);}
.pro_solu_more .inquiry_btn>a:hover::before{background: var(--bg-main);}
.pro_cases .container{position: relative; z-index: 2;}
.pro_cases ul{width: calc(100% + 30px); margin: 0 -15px;}
.pro_cases ul li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.pro_cases ul li>a{width: 100%; display: flex; flex-direction: column; background-color: var(--bg-main);}
.pro_cases ul li>a .h6{display: flex; flex-wrap: wrap; justify-content: center; text-align: center; padding: 2rem 1rem; margin-bottom: 0; font-size: 1.25rem; color: #fff;}
.pro_cases ul li>a .imgbox{max-width: 90%;}
.pro_cases ul li>a:hover .imgbox>img{transform: scale(1.05);}
.pro_cases ul li>a .textbox{flex-direction: column; padding: 1.5rem;}
.pro_cases ul li>a .textbox>span{font-size: 1.125rem; color: #fff; margin-bottom: .5rem;}
.pro_cases ul li>a .textbox>.more{display: flex; justify-content: flex-end;}
.pro_cases ul li>a .textbox>.more>img{margin-right: 0; position: relative;}
.pro_cases ul li>a:hover .textbox>.more>img{transform: translateX(-20px);}
@media (max-width:1199.98px){.pros_solu{padding: 0 !important;}
.pros_text{padding-top: 0 !important;}
.solu_right{padding: 2rem;min-width: 400px;}
}@media (max-width:991.98px){.pros_solu ul{transform: translateY(0);}
	.pros_solu ul>li{width: 50%;border-bottom: 1px solid rgba(0,0,0,.05);}
	.pros_solu{margin-bottom: 2rem;}
	.pros_text .imgbox{padding: 1.5rem;}
	.pros_text .imgbox::before{top: 0;left: 0;}
	.pros_item .textbox{padding: 0 2rem;}
	.solu_left{padding: 2rem 4rem 2rem 1rem;}
	.solu_right{margin-left: -4rem;}
}@media (max-width:767.98px){.prosbanner_hover .h3{font-size: 2rem;}
.prosbanner::before{padding-top: 240px;}
.pros_solu ul>li{height: auto;}
.pros_solu ul,.pros_solu ul>li:hover>ol{transform: translateY(0%);}
.pros_solu ul>li>ol .textbox>p,.pros_solu ul>li:hover>ol .textbox>p{max-height: none;-webkit-line-clamp: initial;}
.pros_item a.imgbox{width: 100%;margin-bottom: 2rem;}
.pros_item .textbox{padding: 0 1rem;}
.pros_list li{width: 50%;}
.solu_left{padding: 2rem;}
.solu_left .more{margin-top: 0.5rem;}
.solu_right{padding: 0;margin-left: 0;width: 100%;max-width: 100%;min-width: auto;}
.pro_cases ul li{width: 50%;margin-top: 1.5rem;}
.pro_cases ul li>a .h6{font-size: 1.1rem;padding: 1rem;}
.pro_cases ul li>a .textbox{padding: 1rem;}
.pro_cases ul li>a .textbox>span{font-size: 1rem;line-height: 1.2;margin-bottom: 0;}
.pro_cases ul li>a .textbox>.more{display: none;}
.pro_solu_list>li>a>span{font-size: 0.9rem;line-height: 1.2;}
}@media (max-width:575.98px){.prosbanner_hover .h3{font-size: 1.75rem;}
.pros_solu ul>li,.pros_list li,.pro_cases ul li{width: 100%;}
.pro_cases ul li>a .imgbox{max-width: 100%;}
}
/* Hub */
.hub_banner{padding: 0;}
.hub_banner::before{content: ''; display: block; padding-top: 350px;}
.hub_banner::after{content: ''; width: 100%; height: 100%; position: absolute; left:0; top: 0; z-index: 1; background-image: linear-gradient(to right,var(--bg-main) 25%, transparent);}
.hub_banner_hover{position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center;}
.hub_banner_hover .h3{color: #fff; font-size: 2.2rem; max-width: 750px;}
.hub_banner_hover p{max-width: 55%; color: #fff; max-width: 750px;}
.hub_list{width: 100%; margin: 0; padding-top: 20px;}
.hub_list>li{width: 100%; padding: 0; margin-bottom: 50px;}
.hub_list>li:last-child{margin-bottom: 0;}
.hub_list>li>ol{background-color: var(--bg-F9); padding: 2rem 3.125rem; border: 1px solid var(--bg-main);}
.hub_list>li>ol a.imgbox{width: 55%; background-color: var(--bg-F9);}
.hub_list>li>ol a.imgbox>img{mix-blend-mode: multiply;}
.hub_list>li>ol .textbox{width: 45%; flex-direction: column; justify-content: center; padding-left: 3.125rem;}
.hub_list>li>ol .textbox a.h5,.hub_list>li>ol .textbox p{margin-bottom: 1.25rem;}
.hub_list>li>ol .textbox .more>a{padding: .5rem .75rem; background-color: var(--bg-main); color: #fff;}
.hub_list>li>ol .textbox .more>a::after{height: 100%; background-color: var(--bg-hover);}
.hub_list>li:nth-child(even)>ol{flex-direction: row-reverse;}
.hub_list>li:nth-child(even)>ol .textbox{padding: 0 3.125rem 0 0;}
@media (max-width:991.98px){
	.hub_list>li>ol{padding: 2rem;}
	.hub_list>li>ol .textbox{padding-left: 2rem;}
}@media (max-width:767.98px){
	.hub_banner::before{padding-top: 180px;}
	.hub_banner_hover .h3{font-size: 2rem;line-height: 1.2;}
}@media (max-width:575.98px){
	.hub_banner_hover .h3{font-size: 1.75rem;}
	.hub_list>li>ol a.imgbox{width: 100%;margin-bottom: 1rem;}
	.hub_list>li>ol .textbox{width: 100%;padding-left: 0;}
}
/* Details */
.details{padding: 0;}
.details-items{padding: 3.75rem 0;}
.details-items .etw_hometitle>small{font-size: 1.125rem; color: #999; line-height: 1.2;}
.left_pics{width: 100%; display: flex; position: relative; overflow: hidden;}
.left_pics>a{width: 100%; position: relative; overflow: hidden; display: flex;}
.left_pics>a img{mix-blend-mode: multiply;}
.left_pics>a:has(.img-abs)::before,.left_pics>a:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.related_pic{width: 100%; margin-top: 1rem;} 
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; flex-wrap: nowrap; justify-content: center;}
.related_pic ul>li{width: 20%; padding: 0 5px;}
.related_pic ul>li>a{display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; overflow: hidden; position: relative; padding: 2px;}
.related_pic ul>li>a:has(.img-abs)::before,.related_pic ul>li>a:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.related_pic ul>li>a.imgdq{border-color: var(--bg-main);}
.left_picbox{justify-content: space-between; flex-direction: row-reverse; margin-bottom: 1.5rem;}
.left_picbox .left_pics{width: calc(100% - 100px);}
.left_picbox .left_pics1{width:100%;}
.left_picbox .related_pic{width: 80px; margin: 0;}
.left_picbox .related_pic ul{flex-direction: column; width: 100%; margin: 0;}
.left_picbox .related_pic ul>li{flex: none; width: 100%; padding: 0; margin-bottom: 20px;}
.left_picbox .related_pic ul>li:last-child,.left_picbox:last-child{margin-bottom: 0;}
.left_picbox .related_pic1{width: 100%; margin: 0;}
.left_picbox .related_pic1 ul{flex-direction: initial; width: 100%; margin: 0;}
.left_picbox .related_pic1 ul>li{flex: none; width: 15%; padding: 5px; margin-bottom: 20px;}
.left_picbox .related_pic1 ul>li:last-child{margin-bottom:auto;}
.table1{max-width: 1000px; margin: 0 auto;}
.table1 td{width: 50%;}
.components_swiper{padding: 0 40px; position: relative; mix-blend-mode: multiply;}
.components_swiper .swiper-pagination{bottom: -20px !important; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end;}
.components_swiper .swiper-pagination-bullet{width: 44px; height: 2px; background-color: var(--bg-main); border-radius: 0;}
.components_swiper .swiper-pagination-bullet-active{height: 4px; background-color: var(--bg-hover);}
.components_swiper .prev-button,.components_swiper .next-button{width: 30px; height: 30px; font-size: 1.25rem; position: absolute; left:0; top: 50%; transform: translateY(-50%); z-index: 2; cursor: pointer; color: var(--bg-main); display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.components_swiper .next-button{left: auto; right: 0;}
.components_swiper .prev-button:hover,.components_swiper .next-button:hover{background-color: var(--bg-hover); color: #fff;}
.etw_photo_img ul{justify-content: space-between;}
.etw_photo_img ul{display: block;}
.etw_photo_img ul>li{width: 65%;}
.etw_photo_img ul>li:last-child{float: right; margin-top: -7rem;}
.etw_photo_img ul>li:last-child>a{ border-top: 10px solid #fff; border-left: 10px solid #fff;}
.items2 dd{color: var(--bg-main);}
.items2 dd>span{color: #555; margin-right: .5rem;}
.items2>p{padding-left: 1rem; position: relative; line-height: 24px;}
.items2>p::before{content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: var(--bg-hover); position: absolute; left:0; top: 9px;}
.relatedpros_nav{display: flex; position: relative;}
.relatedpros_nav::after{content: ''; width: 100%; height: 1px; background-color: var(--bg-main); position: absolute; right: 0; bottom: 0;}
.relatedpros_nav.relatedpros_nav>div{margin: 0; padding: .75rem 1.5rem; cursor: pointer; font-weight: 400; letter-spacing: 1px;}
.relatedpros_nav.relatedpros_nav>div.active{background-color: var(--bg-main); color: #fff;}
.relatedpros_content>div{display: none;}
.relatedpros_content>div:first-child{display: block;}
.relatedpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.relatedpros ul>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.relatedpros ul>li>ol{flex-direction: column;}
.relatedpros ul>li>ol::after{content: ''; width: 100%; height: 10px; background: url(../images/bg-slider_750.png) no-repeat center top; background-size: 100% auto; opacity: .2;}
.relatedpros ul>li>ol a.textbox{flex: 1; display: flex; align-items: center; justify-content: flex-start; text-align: center; font-weight: 600; color: #333; padding: .625rem 0;}
.relatedpros ul>li>ol:hover a.imgbox>img{transform: scale(1.1); filter: brightness(105%) contrast(105%);}
.relatedpros ul>li>ol:hover a.textbox{color: var(--bg-hover);}
ul.relatedpros_list>li{width: 50%;}
ul.relatedpros_list>li>ol{flex-direction: row; background-color: var(--bg-F9); border: 1px solid var(--bg-main); padding: 1.25rem;}
ul.relatedpros_list>li>ol::after{content: none;}
ul.relatedpros_list>li>ol a.imgbox{width: 35%; mix-blend-mode: multiply;}
ul.relatedpros_list>li>ol .textbox{width: 65%; padding-left: 2rem; flex-direction: column; justify-content: center;}
ul.relatedpros_list>li>ol .textbox>p{font-size: .875rem;}
ul.relatedpros_list>li>ol .textbox .more{justify-content: flex-end;}
ul.relatedpros_list>li.active>ol .textbox a.h6{color: var(--bg-main);}
.otherpros{position: relative; margin-top: 30px;}
.otherpros .swiper-slide>a{width: 100%; display: flex; flex-direction: column;}
.otherpros .swiper-slide>a .imgbox{padding: 1.25rem; background-color: #fff;}
.otherpros .swiper-slide>a .imgbox::after{content: ''; width: 62%; height: 100%; background: #f0f0f0; position: absolute; left:0; bottom: 0; clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%); z-index: -1; transition: all .5s;}
.otherpros .swiper-slide>a .textbox{font-weight: bold; color: #333; padding-top: 1rem; transition: all .3s;}
.otherpros .swiper-slide>a:hover .imgbox::after{width: 90%; background: #dcdcdc;}
.otherpros .swiper-slide>a:hover .imgbox>img{transform: scale(1.15); filter: contrast(120%) brightness(110%);}
.otherpros .swiper-slide>a:hover .textbox{color: var(--bg-hover);}
.otherpros .prev-button,.otherpros .next-button{position: absolute; left:-50px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1.25rem; color: var(--bg-main);}
.otherpros .next-button{left:auto; right: -50px;}
.otherpros .prev-button:hover,.otherpros .next-button:hover{background-color: var(--bg-main); color: #fff;}
.inquiryform::before{content: ''; width: 100%; height: 70%; position: absolute; left:0; top: 0; background: url(../images/inquiryform_bg01_1920.jpg) no-repeat center top; background-size: cover; z-index: 1;}
.inquiryform::after{content: ''; width: 100%; height: 70%; position: absolute; left:0; top: 0; background-color: var(--bg-main); z-index: 2;  opacity: .4;}
.inquiryform .container2{position: relative; z-index: 3; background-color: #fff; padding: 2.5rem; box-shadow: 0 0 50px rgba(0,0,0,.2);}
.inquiryform_email{font-size: 1.125rem; display: flex; align-items: center; padding-top: 1rem;}
.inquiryform_email>span{margin-right: .5rem;}
.horizontal{margin-bottom: .5rem;}
.horizontal>li{width: auto; margin-right: 2rem;}
.integrated_list>li{width: 25%; align-items: center; margin-top: 10px;}
.integrated_list>li>.icon{width: 60px;}
.integrated_list>li>.text{flex: 1; padding-left: 1.25rem; font-size: .95rem; line-height: 1.2;}
@media (max-width:1199.98px){
	.details-items{padding: 3.125rem 0;}
  .left_picbox{flex-direction: row;}
  .left_picbox .left_pics{width: 100%;}
  .left_picbox .related_pic{width: 100%; margin: 1rem 0 0 0;}
  .left_picbox .related_pic ul{flex-direction: row; width: calc(100% + 10px); margin: 0 -5px;}
  .left_picbox .related_pic ul>li{flex: 1; padding: 0 5px; margin-bottom: 0;}
}@media (max-width:991.98px){
	.details-items{padding: 2.5rem 0;}
  .relatedpros ul{width: calc(100% + 20px); margin: 0 -10px;}
  .relatedpros ul>li{padding: 0 10px; margin-top: 20px;}
  .inquiryform .container2{padding: 1.875rem;}
	.integrated_list>li{width: calc(100% / 3);}
}
@media (max-width:767.98px){
	.details-items{padding: 1.875rem 0;}
  .relatedpros ul>li{width: 50%;}
  .relatedpros ul>li>ol:hover a.imgbox{transform: scale(1.05) translateY(-5px);}
	.integrated_list>li{width: 50%;}
	ul.relatedpros_list>li>ol a.imgbox{width: 100%;margin-bottom: 1rem;}
	ul.relatedpros_list>li>ol .textbox{width: 100%;padding-left: 0;}
	ul.relatedpros_list>li>ol .textbox .more{display: none;}
}
@media (max-width:575.98px){
	.details-items{padding: 1.25rem 0;}
	.integrated_list>li{width: 100%;}
	.etw_photo_img ul{display: flex;}
	.etw_photo_img ul>li{width: 50%;}
	.etw_photo_img ul>li:last-child{margin-top: 0;}
	.etw_photo_img ul>li:last-child>a{border: none;}
  .relatedpros ul>li{width: 100%;}
  .banner_text2{ display:none}
  .banner5 ul li{ display:none}
}
@media (max-width:375.98px){.relatedpros ul>li,.etw_photo_img ul>li{width: 100%;}}
/* Products End */
/* Solution */
.solution_banner{position: relative; display: flex; flex-direction: column;}
.solution_banner::before,.solution_banner::after{content: ''; position: absolute; inset: 0;}
.solution_banner::before{ background: url(../images/nbanner08_1000.jpg) no-repeat center center; background-size: cover; opacity: .1; z-index: -2;}
.solution_banner::after{background-color: var(--bg-WhiteSmoke); opacity: .5; z-index: -1;}
.solution_banner .textbox{flex: 1; max-width: 800px; padding:0 2rem 2rem 3rem; flex-direction: column; justify-content: center; position: relative; z-index: 1;}
.overflow-visible{overflow: visible;}
.solution_tag{width: 100%; margin: 0; position: sticky; top: 84px; background-color: #fff; z-index: 9;}
.solution_tag>li{width: 25%; padding: 0;}
.solution_tag>li>a{width: 100%; display: flex; align-items: center; justify-content: center; box-shadow: -10px 0 20px rgba(0,0,0,.05); padding: .75rem; position: relative;}
.solution_tag>li>a>span.icon{width: 30px; margin-right: 1rem; overflow: hidden;}
.solution_tag>li>a>span.icon>img{width: 30px; height: 30px; position: relative; filter: drop-shadow(30px 0 #fff); transition: all .3s; opacity: .8;}
.solution_tag>li>a>span.text{font-size: .9rem; line-height: 1.2; font-weight: 500; text-transform: uppercase; color: #777;}
.solution_tag>li>a:hover>span{color: var(--bg-main);}
.solution_tag>li.active>a{background-color: var(--bg-main);}
.solution_tag>li.active>a>span.icon>img{transform: translateX(-30px); opacity: 1;}
.solution_tag>li.active>a>span.text{color: #fff;}
.solution_content{width: 100%;display: block;}
.solution_content>div{display: none;}
.solution_content>div:first-child{display: block;}
.solution_list{width: calc(100% + 30px); margin: 0 -15px;}
.solution_list>li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.solution_list>li>ol{box-shadow: 0 20px 20px -5px rgba(0,0,0,.1); border-radius: 10px; overflow: hidden; flex-direction: column;}
.solution_list>li>ol a.imgbox{background-color: var(--bg-WhiteSmoke);}
.solution_list>li>ol a.imgbox>img{mix-blend-mode: multiply;}
.solution_list>li>ol:hover a.imgbox>img{filter: contrast(120%);}
.solution_list>li>ol .textbox{padding: 1.25rem; flex-direction: column;}
.solution_list>li>ol .textbox a.h6{flex: 1;}
.solution_list>li>ol .textbox>p{height:48px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; font-size: .9rem;}
.solution_list>li>ol .textbox>.more>a{padding: .625rem 1rem; background-color: var(--bg-main); border-radius: 5px; color: #fff; font-size: .75rem;}
.solution_list>li>ol .textbox>.more>a::after{height: 100%; background-color: var(--bg-hover);}
.inquiryform2_content{display: flex; justify-content: center; text-align: center;}
.inquiryform2_content::before,.inquiryform2_content::after{content: ''; flex: 1; background-repeat: no-repeat; position: relative;}
.inquiryform2_content::before{background-image: url(../images/header-left_355.jpg); background-position: right center; transform: translateX(5px);}
.inquiryform2_content::after{background-image: url(../images/header-right_356.jpg); background-position: left center; transform: translateX(-5px);}
.inquiryform2_content .inquiryform2_box{max-width: 660px; border: 3px solid var(--bg-main); padding: 1.875rem; position: relative; z-index: 2; background-color: #fff; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center;}
.inquiryform2_content .inquiryform2_box .title3{line-height: 1.4; text-transform: uppercase; margin-bottom: 0;}
.inquiryform2_content .inquiryform2_box .inquiryform_email{font-size: 1.1rem; margin-bottom: 1rem;}
.inquiryform2_content .inquiryform2_box>a{font-size: 1.25rem; line-height: 1; font-weight: bold; background-image: linear-gradient(180deg,#004e8f,#0091d0); background-clip: text;-webkit-background-clip: text; color: transparent; text-transform: uppercase;}
.inquiryform2_content .inquiryform2_box>a:hover{color: var(--bg-hover);}
.ourpros_swiper{position: relative; margin-top: 1.25rem;}
.ourpros_swiper .swiper{padding: 20px;}
.ourpros_swiper .swiper-slide>ol{flex-direction: column; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.ourpros_swiper .swiper-slide>ol a.imgbox{background-color: var(--bg-WhiteSmoke);}
.ourpros_swiper .swiper-slide>ol a.imgbox>img{mix-blend-mode: multiply;}
.ourpros_swiper .swiper-slide>ol .textbox{padding: 1.25rem; flex-direction: column;}
.ourpros_swiper .swiper-slide>ol .textbox a.h6{font-size: 1rem; font-weight: 600; flex: 1;}
.ourpros_swiper .swiper-slide>ol .textbox p{font-size: .875rem; width:100%; height:3rem; overflow:hidden;}
.ourpros_swiper .swiper-slide>ol:hover{box-shadow: 0 0 20px rgba(0,0,0,.3);}
.ourpros_swiper .swiper-slide>ol:hover a.imgbox>img{transform: scale(1.05);}
.ourpros_swiper .swiper-pagination{bottom: 0 !important; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end;}
.ourpros_swiper .swiper-pagination-bullet{width: 24px; height: 2px; background-color: var(--bg-main); border-radius: 0;}
.ourpros_swiper .swiper-pagination-bullet-active{height: 4px; background-color: var(--bg-hover);}
.ourpros_swiper .prev-button,.ourpros_swiper .next-button{position: absolute; left:-40px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1.5rem; color: var(--bg-main);}
.ourpros_swiper .next-button{left:auto; right: -40px;}
.ourpros_swiper .prev-button:hover,.ourpros_swiper .next-button:hover{background-color: var(--bg-main); color: #fff;}

.pro_cases_swiper{position: relative; margin-top: 1.25rem;}
.pro_cases_swiper .swiper{padding: 20px;}
.pro_cases_swiper .swiper-slide>ol{flex-direction: column; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.pro_cases_swiper .swiper-slide>ol a.imgbox{background-color: var(--bg-WhiteSmoke);}
.pro_cases_swiper .swiper-slide>ol a.imgbox>img{mix-blend-mode: multiply;}
.pro_cases_swiper .swiper-slide>ol .textbox{padding: 1.25rem; flex-direction: column;}
.pro_cases_swiper .swiper-slide>ol .textbox a.h6{font-size: 1rem; font-weight: 600; flex: 1;}
.pro_cases_swiper .swiper-slide>ol .textbox p{font-size: .875rem;}
.pro_cases_swiper .swiper-slide>ol:hover{box-shadow: 0 0 20px rgba(0,0,0,.3);}
.pro_cases_swiper .swiper-slide>ol:hover a.imgbox>img{transform: scale(1.05);}
.pro_cases_swiper .swiper-pagination{bottom: 0 !important; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end;}
.pro_cases_swiper .swiper-pagination-bullet{width: 24px; height: 2px; background-color: var(--bg-main); border-radius: 0;}
.pro_cases_swiper .swiper-pagination-bullet-active{height: 4px; background-color: var(--bg-hover);}
.pro_cases_swiper .prev-button,.pro_cases_swiper .next-button{position: absolute; left:-40px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1.5rem; color: var(--bg-main);}
.pro_cases_swiper .next-button{left:auto; right: -40px;}
.pro_cases_swiper .prev-button:hover,.pro_cases_swiper .next-button:hover{background-color: var(--bg-main); color: #fff;}

.pro_cases_swiper1{position: relative; margin-top: 1.25rem;}
.pro_cases_swiper1 .swiper{padding: 20px;}
.pro_cases_swiper1 .swiper-slide>ol{flex-direction: column; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.pro_cases_swiper1 .swiper-slide>ol a.imgbox{background-color: var(--bg-WhiteSmoke);}
.pro_cases_swiper1 .swiper-slide>ol a.imgbox>img{mix-blend-mode: multiply;}
.pro_cases_swiper1 .swiper-slide>ol .textbox{padding: 1.25rem; flex-direction: column;}
.pro_cases_swiper1 .swiper-slide>ol .textbox a.h6{font-size: 1rem; font-weight: 600; flex: 1;}
.pro_cases_swiper1 .swiper-slide>ol .textbox p{font-size: .875rem;}
.pro_cases_swiper1 .swiper-slide>ol:hover{box-shadow: 0 0 20px rgba(0,0,0,.3);}
.pro_cases_swiper1 .swiper-slide>ol:hover a.imgbox>img{transform: scale(1.05);}
.pro_cases_swiper1 .swiper-pagination{bottom: 0 !important; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end;}
.pro_cases_swiper1 .swiper-pagination-bullet{width: 24px; height: 2px; background-color: var(--bg-main); border-radius: 0;}
.pro_cases_swiper1 .swiper-pagination-bullet-active{height: 4px; background-color: var(--bg-hover);}
.pro_cases_swiper1 .prev-button,.pro_cases_swiper1 .next-button{position: absolute; left:-40px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1.5rem; color: var(--bg-main);}
.pro_cases_swiper1 .next-button{left:auto; right: -40px;}
.pro_cases_swiper1 .prev-button:hover,.pro_cases_swiper1 .next-button:hover{background-color: var(--bg-main); color: #fff;}


.details_solu .imgbox{background-color: var(--bg-WhiteSmoke);}
.details_solu .imgbox::before{padding-top: 40%;}
.details_solu .imgbox img{mix-blend-mode: multiply;}
.details_solu .textbox{max-width: 600px; padding: 2.5rem; padding-left: 0; flex: none;}
.details_solu .textbox1{max-width: 800px; padding: 2.5rem; flex: none;}
.details_solu .etw_hometitle>small{font-size: 1.125rem; color: #999; line-height: 1.2;}
.relatedequ ul{width: calc(100% + 30px); margin: 0 -15px;}
.relatedequ ul>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.relatedequ ul>li>ol{flex-direction: column; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.relatedequ ul>li>ol a.imgbox{background-color: var(--bg-WhiteSmoke); padding: 1rem;}
.relatedequ ul>li>ol a.imgbox>img{mix-blend-mode: multiply;}
.relatedequ ul>li>ol .textbox{flex-direction: column; background-color: #fff;}
.relatedequ ul>li>ol .textbox a.h6{font-size: .95rem; font-weight: 500; flex: 1; display: flex; align-items: center; text-align: center; justify-content: center; margin-bottom: 0; padding: 1rem;}
.relatedequ ul>li>ol:hover{box-shadow: 0 0 20px rgba(0,0,0,.3);}
.relatedequ ul>li>ol:hover a.imgbox>img{transform: scale(1.05);}
.relatedequ3 ul>li{width: calc(100% / 3);}
ul.relatedequ_list1{justify-content: center;}
ul.relatedequ_list1>li{width: 80%;}
ul.relatedequ_list1>li>ol{flex-direction: row;}
ul.relatedequ_list1>li>ol a.imgbox{width: 40%;}
ul.relatedequ_list1>li>ol .textbox{width: 60%; padding: 1rem; padding-left: 1.5rem; justify-content: center;}
ul.relatedequ_list1>li>ol .textbox a.h6{flex: none; font-size: 1.25rem; text-align: left; justify-content: flex-start; padding: 0; margin-bottom: 1rem;}
ul.relatedequ_list1>li>ol .textbox>p{height:96px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-break: keep-all;}
ul.relatedequ_list2>li{width: 50%;}
ul.relatedequ_list2>li>ol{flex-direction: row;}
ul.relatedequ_list2>li>ol a.imgbox{width: 40%;}
ul.relatedequ_list2>li>ol .textbox{width: 60%; padding: 1rem; padding-left: 1.5rem; justify-content: center;}
ul.relatedequ_list2>li>ol .textbox a.h6{flex: none; font-size: 1.125rem; text-align: left; justify-content: flex-start; padding: 0; margin-bottom: 1rem;}
ul.relatedequ_list2>li>ol .textbox>p{height:72px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: keep-all;}
ul.relatedequ_list3>li{width: calc(100% / 3);}
ul.relatedequ_list5>li{width: 20%;}
.othersolu .homeapps_swiper{padding-top: 0;}
.othersolu .homeapps_swiper .swiper{padding: 20px;}
.othersolu .homeapps_swiper .swiper-slide>ol{box-shadow: 0 10px 10px rgba(0,0,0,.15);}
.othersolu .homeapps_swiper .swiper-slide::after{content: none;}
.othersolu .homeapps_swiper .swiper-slide>ol>.textbox{padding: 0;}
.othersolu .homeapps_swiper .swiper-slide>ol>.textbox a.h6{font-size: .95rem; font-weight: 500; padding: 1rem; margin-bottom: 0; display: flex; align-items: center; text-align: center; justify-content: center;}
.othersolu .homeapps_bottom{margin: 10px auto 0 auto; max-width: 50%;}
.brief{background: url(../images/bg-pattern_1894.png) no-repeat center center; background-size: cover;}
.vehicle .container{max-width: calc(100% - 30px);}
.vehicle_list>div{display: flex; flex-direction: column; justify-content: center; position: relative;}
.vehicle_list>div>ol{width: 100%; flex: 1; display: flex; flex-direction: column; border: 1px solid var(--bg-hover); padding: 1rem; border-radius: 5px;}
.vehicle_list>div>ol a.imgbox>img{mix-blend-mode: multiply;}
.vehicle_list>div>ol .textbox{flex-direction: column; align-items: center; text-align: center; padding-top: 1rem;}
.vehicle_list>div>ol .textbox>.h6{font-size: 1rem; color: var(--bg-hover);}
.vehicle_list>div>ol .textbox>p{font-size: .875rem;}
.vehicle .jiantou{max-width: 30px;}
@media (max-width:1199.98px){vehicle_list>div{max-width: 32%;margin-bottom: 1rem;}
}@media (max-width:1099.98px){.details_solu .textbox{padding: 2rem;}
}@media (max-width:991.98px){
	.ourpros_swiper{margin-top: 0.5rem;}
	.solution_tag{top: 0;}
	.details_solu .textbox{width: 100%;max-width: 100%;padding-bottom: 1rem;}
	.vehicle_list>div{width: calc(33% - 30px);flex: none;max-width: none;}
}@media (max-width:767.98px){
	.inquiryform2_content .inquiryform2_box{padding: 1.2rem;}
	.solution_banner .textbox{padding: 2rem;}
	.solution_tag>li{width: 50%;}
	.solution_list>li,.relatedequ ul>li{margin-top: 1.5rem;width: 50%;}
	.solution_list>li>ol .textbox a.h6{font-size: 1.1rem;}
	.relatedequ ul>li>ol .textbox a.h6,.othersolu .homeapps_swiper .swiper-slide>ol>.textbox a.h6{font-size: 0.9rem;}
	.othersolu .homeapps_swiper .swiper{padding-top: 0;}
	.vehicle_list>div{width: calc(50% - 30px);}
	.inquiryform2_content .inquiryform2_box>a{color: var(--bg-hover);}
}@media (max-width:575.98px){
	.solution_list>li,.solution_tag>li,.relatedequ ul>li,.relatedequ ul>li a.imgbox>img{width: 100%;}
	.vehicle_list>div{width: 100%;}
	.vehicle .jiantou{display: none;}
}
/* Solution End */
/* About Us */
.company{padding: 0;}
.company-items{padding: 3.75rem 0; position: relative;}
.company_text{background-color: #fff; width: 155%; padding: 1.875rem; position: relative; z-index: 2; box-shadow: -10px 10px 0 #eee;}
.company_text2{background-color: #fff; padding: 1.875rem; box-shadow: 0 15px 10px rgba(0,0,0,.15);}
.h4_title{display: block; font-weight: bold; font-size: 1.5rem; line-height: 1.2; font-family: var(--family-second); text-align: center; margin-bottom: 1rem; color: #333;}
.h4_title u.inquiry{text-decoration: none !important;}
.h4_small{display: block; max-width: 800px; margin: .5rem auto; text-align: center; margin-bottom: 1rem;}
.h5_title{font-size: 1.25rem; line-height: 1.2; font-weight: 500; color: var(--bg-main); margin-bottom: 1rem;}
.h6_title{display: block; font-size: 1.05rem; font-weight: 600; color: #333; width: fit-content; border-bottom: 2px solid var(--bg-hover); margin-bottom: 1rem; padding-bottom: 2px;}
.h6_title .inquiry{text-decoration: none;}
.factory .etw_photo ul li>a:hover img{opacity: .85;}
.factory .h6_title{margin-bottom: .5rem;}
.banner_shadow{width: 100%; height: 40px; opacity: .3; mix-blend-mode: multiply;}
.inquiryformhub{background: url(../images/inquiryform_bg01_1920.jpg) no-repeat center center; background-size: cover;}
.inquiryformhub::before{content: ''; position: absolute; inset: 0; background-color: #000; mix-blend-mode: multiply; opacity: .6;}
.inquiryformhub .container2{display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 2;}
.inquiryformhub .title2{color: #fff; max-width: 80%; margin-bottom: 1.25rem;}
.inquiryformhub .inquiryform_email{margin-bottom: 1.25rem; padding: 0; color: #fff;}
.ourpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.ourpros ul>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.ourpros ul>li>ol{flex-direction: column; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.ourpros ul>li>ol .textbox{padding: 1.25rem; flex-direction: column;}
.ourpros ul>li>ol .textbox a.h6{font-size: 1rem; font-weight: 600; flex: 1;}
.ourpros ul>li>ol .textbox p{font-size: .875rem;}
.ourpros ul>li>ol:hover{box-shadow: 0 0 20px rgba(0,0,0,.3);}
.ourpros ul>li>ol:hover a.imgbox>img{transform: scale(1.05);}
@media (max-width:1199.98px){.company-items{padding: 3.125rem 0;}
}@media (max-width:991.98px){.company-items{padding: 2.5rem 0;}
}@media (max-width:767.98px){
	.company-items{padding: 1.875rem 0;}
	.h4_title{font-size: 1.3rem;}
	.company_text{width: 100%;}
}@media (max-width:575.98px){.company-items{padding: 1.25rem 0;}}
/* About Us-End */
/* Case */
.case_newlist{width: calc(100% + 30px); margin: 0 -15px;}
.case_newlist>li{width: calc(100% / 3); padding: 15px;}
.case_newlist>li>ol{background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15); flex-direction: column;}
.case_newlist>li>ol .textbox{padding: 1.25rem;}
.case_newlist>li>ol .textbox a.h6{flex: 1; font-size: 1.2rem;}
.case_newlist>li>ol .textbox>p{min-height:48px; max-height:48px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.case_newlist>li>ol .textbox .more{justify-content: flex-end;}
.case_newlist>li>ol .textbox .more>a{padding: .75rem 1rem; background-color: #e9e9e9; color: #333;}
.case_newlist>li>ol .textbox .more>a::after{background-color: var(--bg-hover); height: 100%;}
.case_newlist>li>ol .textbox .more>a:hover{color: #fff;}
.case_newlist>li>ol:hover a.imgbox>img{filter: contrast(110%) brightness(110%);}
.othercases ul>li>ol a.imgbox{padding: 0;}
.items_in{display: flex; width: 100%;}
.items_in dl>dd{padding-left: 1rem;}
.items_in dl>dd::before{content: ''; background: var(--bg-hover); width: 6px; height: 6px; border-radius: 50%; left: 0; top: 9px;}
.case_swiper{position: relative;}
.case_swiper .swiper-pagination{bottom: -24px !important; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end;}
.case_swiper .swiper-pagination-bullet{width: 44px; height: 4px; background-color: var(--bg-main); border-radius: 0; transition: all .3s;}
.case_swiper .swiper-pagination-bullet-active{height: 8px; background-color: var(--bg-hover);}
.case_swiper .prev-button,.case_swiper .next-button{position: absolute; left: -50px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; font-size: 1.25rem; color: var(--bg-main); display: flex; align-items: center; justify-content: center;}
.case_swiper .next-button{left: auto; right: -50px;}
.case_swiper .prev-button:hover,.case_swiper .next-button:hover{background-color: var(--bg-main); color: #fff;}
@media (max-width:575.98px){.case_newlist>li>ol a.imgbox>img{width: 100%;}}
/* Case-End */
/* Contato */
.contact{padding:1rem 0 2.5rem 0}
.contact dl{display: flex; flex-direction: column;}
.contact dl .h6{font-size:1.3rem; font-weight: 700; line-height: 1.2; margin-bottom:1rem; color: var(--bg-main);}
.contact dl dd{font-size:1rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact dl dd strong{color:#000; font-weight: 600; margin-right: .25rem;}
.contact dl dd a{color: var(--bg-main);}
.contact dl dd a:hover{color:var(--bg-hover); text-decoration: underline;}
.contact dl dd b{font-weight: 400; color:#000;}
.contact dl dd img{margin-left: 0;}
.contact .feedback{padding: 1.5rem 1rem;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700; font-family: var(--family-second);}
.contact_map{margin-top: 2rem;}
#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background-color: var(--bg-hover) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-main) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-group input.etw-inquery-control,
#floatchatiframe2011 #feedback2017 .etw-inquery-control{border-color: #ccc; border-radius: 0;}
.etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
.etw-inquery-btn:hover{background: var(--bg-hover) !important;}
/* Contato-End */
/* Overview */
.overviewbanner::before {padding-top: 300px;}
.overviewbanner .prosbanner_hover #quicknav{margin: 0;}
.overview-title{display: flex; justify-content: center; position:relative; margin-bottom: 1.25rem;  line-height:1.3; font-size:1.8rem; color: #333; font-weight: 500; font-family: var(--family-second);}
.overview-company ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.overview-company li{width:calc(50% - 20px); margin-top:30px; flex-direction: column; font-size:1rem; line-height: 24px;}
.overview-company li .overview-company-label{padding-bottom:1rem; position:relative; font-size:1.2rem; margin-bottom:1rem; color:#000; font-weight: 500;}
.overview-company li .overview-company-label::before{content:""; width:100%; height:1px; background-color:#ccc; position:absolute; left:0; bottom:0}
.overview-company li .overview-company-label::after{content:""; width:50px; height:1px; background-color:var(--bg-main);position:absolute; left:0; bottom:0; transition:all 0.4s}
.overview-company li .overview-company-value{margin-bottom:0; color:#000; font-size:1rem; line-height: 1.2;}
.overview-company li .overview-company-value dl{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd{display: flex; align-items: center; margin-bottom: .875rem; line-height: 24px; position: relative; padding-left: 1.5rem;}
.overview-company li .overview-company-value dl dd>i{color: var(--bg-main); font-size: 1rem; position: absolute; left: 0; top: 0;}
.overview-company li:hover .overview-company-label::after{width:100%}
.overviewpros_list{width: calc(100% + 30px); margin: 0 -15px;}
.overviewpros_list li{width: calc(100% / 3); padding: 15px;}
.overviewpros_list li>ol{flex-direction: column; background-color: #fff; overflow: hidden; border: 1px solid var(--bg-main);}
.overviewpros_list li>ol a.imgbox{border-radius: 10px; padding: 1rem;}
.overviewpros_list li>ol:hover a.imgbox>img{transform: scale(1.05);}
.overviewpros_list li>ol .textbox{flex-direction: column; padding: 1.5rem;}
.overviewpros_list li>ol .textbox a.h6{font-size: 1.25rem; color: #333;}
.overviewpros_list li>ol .textbox p{font-size: .9rem;}
.overviewpros_list li>ol .textbox .more>a{padding: .75rem 1rem; background-color: #e9e9e9; color: #333;}
.overviewpros_list li>ol .textbox .more>a::after{height: 100%; background-color: var(--bg-hover);}
.overviewpros_list li>ol .textbox .more>a:hover{color: #fff;}
.overview_app_nav{width: 100%; margin: 0; position: sticky; top: 84px; background-color: #fff; z-index: 9;}
.overview_app_nav>li{width: calc(100% / 3); padding: 0;}
.overview_app_nav>li>a{width: 100%; display: flex; align-items: center; justify-content: center; box-shadow: -10px 0 20px rgba(0,0,0,.05); padding: .75rem; position: relative; font-size: .9rem; line-height: 1.2; font-weight: 500; text-transform: uppercase; color: #777;}
.overview_app_nav>li>a:hover{color: var(--bg-main);}
.overview_app_nav>li.active>a{background-color: var(--bg-main); color: #fff;}
.overview_app_content{width: 100%;display: block; overflow: hidden; position: relative; padding: 3rem 0; margin-top: 2rem;}
.overview_app_content::before{content: ''; width: 50%; height: 100%; background-color: var(--bg-main); position: absolute; right:0; top: 0;}
.overview_app_content>.container>div{display: none;}
.overview_app_content>.container>div:first-child{display: block;}
.overview_app_content .title3.white{color: #fff;}
.overview_app_content .imgbox{border: 10px solid var(--bg-hover); border-radius: 10px;}
.overview_app_content .more>a{padding: .75rem 1rem; background-color: var(--bg-main); color: #fff;}
.overview_app_content .more>a::after{content: ""; height: 100%; background-color: var(--bg-hover);}
.overview_app_list{display: flex; flex-direction: column; width: 100%; margin: 0;}
.overview_app_list>li{width: 100%; padding: 0 0 0 1rem; margin-top: 10px; position: relative;}
.overview_app_list>li::before{content: ''; width: 4px; height: 4px; background-color: #fff; border-radius: 50%; position: absolute; left:0; top: 50%; transform: translateY(-50%);}
.overview_app_list>li>a{color: #fff;}
.overview_app_list>li>a:hover{text-decoration: underline;}
.homecases_swiper{position: relative; margin-top: 30px;}
.homecases_swiper .swiper-slide>a{width: 100%; display: flex; flex-direction: column; padding: 10px;}
.homecases_swiper .swiper-slide>a .textbox{width: 100%; flex: 1; font-weight: 500; padding-top: 10px;}
.homecases_swiper .swiper-slide>a:hover{background-color: var(--bg-Eee);}
.homecases_swiper .prev-button,.homecases_swiper .next-button{position: absolute; left:-50px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1.25rem; color: var(--bg-main);}
.homecases_swiper .next-button{left:auto; right: -50px;}
.homecases_swiper .prev-button:hover,.homecases_swiper .next-button:hover{background-color: var(--bg-main); color: #fff;}
@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
	.overview_app_content::before{width: 100%;height: 50%;bottom: 0;top: auto;}
}@media (max-width:767.98px){.overview-title{font-size: 1.6rem;}
	.overview-title>span{font-size: 1.8rem;}
	.case_newlist>li,.overviewpros_list li{width: 50%;}
	.case_newlist>li>ol .textbox a.h6,.overviewpros_list li>ol .textbox a.h6{font-size: 1.1rem;}
	.overviewbanner::before{padding-top: 160px;}
}@media (max-width:575.98px){
	.overview-title>span{font-size: 1.5rem;}
	.case_newlist>li,.overviewpros_list li{width: 100%;}
	.overview_app_nav>li{width: 100%;border-bottom: 1px solid #ddd;}
	.overview_app_nav>li:last-child{border-bottom: 0;}
}
/* Overview-End */
/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{ font-size: 2rem; font-weight: 700; line-height: 1; margin: 0 0 1.875rem 0; color: #000;}
.videos .videostext{font-size: 1rem; font-weight: 400; margin-bottom: 1.25rem;}
.videos .videostext a{color: var(--bg-main); text-decoration: underline;}
.videos .videostext a:hover{color: var(--bg-hover); text-decoration: none;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos_hub_title{font-size:1.625rem; font-weight: bold; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0; font-family: var(--family-second);}
.videos_hub ul{width: calc(100% + 30px); margin: 0 -15px;}
.videos_hub ul li{width: 100%; padding: 15px;}
.videos_hub ul li .imgbox::after{content: "\F4F4"; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background-color: rgba(255, 255, 255, .9); color: var(--bg-main); font-size: 2.5rem; padding-left: 5px; display: flex; align-items: center; justify-content: center; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: all .3s ease-in-out; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.videos_hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff;}
.videos_hub ul li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}
.videos_hub:last-child{margin-bottom: 0;}
.videos_company ul li{width: 100%;}
.videos_company ul li>a{border-radius: 10px; overflow: hidden; flex-wrap: wrap;}
.videos_company ul li>a .imgbox{width: 50%;}
.videos_company ul li>a .textbox{width: 50%; padding: 2rem; flex-direction: column; justify-content: center; background-color: var(--bg-F9);}
.videos_company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: bold;}
.videos_company ul li>a .textbox>p{font-size: .95rem; font-weight: 300; color: #666; transition: all .4s;}
.videos_company ul li>a:hover .textbox .h6{color: var(--bg-hover);}
.videos_pros ul li{width:calc(100% / 3);}
.videos_pros ul li>a{flex-direction: column; border-radius: 10px 10px 0 0; overflow: hidden;}
.videos_pros ul li>a>.imgbox{background-color: var(--bg-F1);}
.videos_pros ul li>a>.imgbox>img{mix-blend-mode: multiply;}
.videos_pros ul li>a>.imgbox::after{--w:50px; font-size: 1.5rem; padding-left: .2rem;}
.videos_pros ul li>a>.textbox{flex: 1; width: 100%; background-color: var(--bg-WhiteSmoke); display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; line-height: 22px; color: #000; padding: .75rem 1rem; transition: all .4s;}
.videos_pros ul li>a:hover>.textbox{color:var(--bg-hover)}
.video_details{width:100%;padding:0 0 3.125rem 0}
.video_details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%}
#video_right .h3{font-size: 1.875rem; color: #000; font-weight: 700; font-family: var(--family-second);}
.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #000; color:#000; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-hover); color:#fff; border-color:var(--bg-hover)}
.etw_videolist_more{display: none;}
#video_sidebar{width:30%; background-color:#fff; border-radius:10px; box-shadow: 0 0 10px rgba(0,0,0,.2);}
#etw_videolist .title3{text-transform:uppercase; padding:1rem;text-align:center;border-radius:10px 10px 0 0}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between; padding:1.5rem; padding-bottom: 0;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem; padding: 0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center;}
#etw_videolist ul li a img{width:30%; height: auto;}
#etw_videolist ul li a span{width:70%;font-size:0.95rem; padding-left:1rem;line-height: 1.2; transition: all .4s;}
#etw_videolist ul li a.dq span{color:var(--bg-hover);}
#etw_videolist ul li a:hover span{color: var(--bg-hover);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}
@media (max-width:991.98px){
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	#etw_videolist ul li{width: calc(50% - 1rem);}
	.videos_hub{margin-bottom: 1.5rem;}
}@media (max-width:767.98px){
	.videos_company ul li>a .imgbox,.videos_company ul li>a .textbox{width: 100%;}
	#video_sidebar{margin-top:1rem}
	.videos_pros ul li{width: 50%;}
	.videos_pros ul li>a>.textbox{font-size: 0.9rem;line-height: 1.2;}
	.videos_hub_title{font-size: 1.4rem;margin: 1rem 0;}
	.video_details{padding: 2rem 0;}
	.title3{font-size: 1.4rem;line-height: 1.2;}
}@media (max-width:575.98px){
	#video_right .h3{font-size:1.25rem;}
	#etw_videolist ul li a{flex-wrap: wrap;}
	#etw_videolist ul li a img{width: 100%;}
	#etw_videolist ul li a span{padding: 1rem;width: 100%;}
}
/* videos-End */
/* Review */
.reviewbody{padding-top: 1rem;}
.review_list>li{width: 25%;}
.review_list>li>ol{flex-direction: column; background-color: #fff; padding: 1rem; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.review_list>li>ol .imgbox{mix-blend-mode: multiply;}
.review_list>li>ol a.textbox{padding-top: 1rem; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 500; color: #333;}
.review_list>li>ol:hover{box-shadow: 0 0 10px rgba(0,0,0,0);}
.review_list>li>ol:hover a.textbox{color: var(--bg-main);}
/* news */
#etw_container{width: 100%; padding: 1rem 0 2rem 0;}
#etw_container .container{display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
#etw_sidebar{width: 24%; background: #eee; padding: 0;}
#etw_sidebar .waste_list{padding: 1.25rem;}
#etw_sidebar .waste_list .etw_hometitle .h3{font-size: 1.5rem; color: var(--bg-main); font-weight: 600; text-transform: uppercase;}
#etw_sidebar .waste_list ul{width: 100%; margin: 0;}
#etw_sidebar .waste_list ul>li{padding: 0; margin-bottom: 1rem;}
#etw_sidebar .waste_list ul>li:last-child{margin-bottom: 0;width: 100%;}
#etw_sidebar .waste_list ul>li a{position: relative; display: block; padding: 0; font-size: 0.875rem; color: #333; line-height: 1.5rem;padding-left: 0.875rem;width: 100%;}
#etw_sidebar .waste_list ul>li a:before{content: "\f105";font-family: fontawesome; position: absolute;left:0;top:0; color: var(--bg-hover);}
#etw_sidebar .waste_list ul>li a:hover,#etw_sidebar .waste_list ul>li a.dq{color: var(--bg-main);text-decoration: underline;}
#etw_right{width:76%; padding-left: 40px;}
#app_class_menu,#app_new_pro{ display:none;}
.news_list{width:100%;}
.news_list ul{width: 100%; margin:0 0 30px 0; padding: 20px; background: #eee; border: 1px #ccc solid; overflow:hidden;}
.news_list ul>li{padding: 0;}
.news_list ul>li>ol{width:100%; flex-direction: row-reverse; align-items: center;}
.news_list ul>li>ol>li{padding: 0;}
.news_list ul>li>ol>li.product_img{width:30%; overflow:hidden}
.news_list ul>li>ol>li.product_con{width:70%; padding-left: 30px;}
.news_list ul>li>ol>li.product_con a{font-size:16px; line-height:20px; font-weight: 500; color:#333; border-bottom:1px solid #333;display:block;padding:5px 0 5px;margin-bottom:10px;transition:all ease-in-out .4s;-moz-transition:all ease-in-out .4s;-webkit-transition:all ease-in-out .4s;-o-transition:all ease-in-out .4s;-ms-transition:all ease-in-out .4s;text-decoration:none!important}
.news_des{font-size:13px;line-height:20px;margin:0 0 5px; padding-bottom:8px;}
.newstime{ color: #333; padding:0 5px; display: block;}
.news_list ul>li>ol>li.product_con a:hover{color:var(--bg-main)}
.etw_page{margin:0 auto;width:100%;overflow:hidden; }
.etw_page ul{ float:right;}
.etw_page li{float:left}
.etw_page li a{color:#3B393A;padding:4px 10px;border:1px #333 solid;margin:20px 3px;display:block;transition:all ease-in-out .4s;-moz-transition:all ease-in-out .4s;-webkit-transition:all ease-in-out .4s;-o-transition:all ease-in-out .4s;-ms-transition:all ease-in-out .4s}
.etw_page li a:hover{color:#291d5a;background:#eee}
.etw_page li a.dq{background:#eee}
.news_detail{width:100%}
.news_detail img{margin:0 auto;display:block}
.news_name{border-bottom:1px solid #ccc; text-align:center; padding-bottom:1rem; margin-bottom: 1rem;}
.news_name h2{text-align:center; color:#333; font-size:1.5rem;font-weight:700; margin-bottom:12px;}
.news_name h5{color:#777; font-size: 1rem; font-weight: 400;}
.news_detail h1{font-size: 1.25rem;}
.news_prevnext{width:100%}
.new_next,.new_prev{width:45%;padding-top:30px}
.new_prev{float:left}
.new_next{float:right}
.new_next a,.new_prev a{color:#333;font-size:12px;line-height:16px;display:block; position:relative; background:#f1f1f1;padding:5px 20px;}
.new_next a:before{content:"\f105"; font-family:fontawesome; font-size:20px; position:absolute; left:5px; top:20%; color:#0e3d8f;}
.new_prev a{ padding-left:20px;}
.new_prev a:before{content:"\f104"; font-family:fontawesome; font-size:20px; position:absolute; left:8px; top:20%; color:#0e3d8f;}
.new_next a:hover,.new_prev a:hover{color:#0e3d8f}
.news_related_li{width:24%;padding-right:1%;float:left}
@media (max-width:767.98px){
	#etw_sidebar{width: 100%;margin-bottom: 2rem;}
	#etw_right{width: 100%;padding-left: 0;}
	.homeapps_swiper .swiper-slide::after,.pros_solu ul::after{background-image: url(../images/banner_shadow_480.jpg);}
	.inquiryform::before,.inquiryformhub{background-image: url(../images/inquiryform_bg01_750.jpg);}
	.solution_banner::before{background-image: url(../images/nbanner08_480.jpg);}
	.brief{background-image: url(../images/bg-pattern_750.png);}
}
