@charset "utf-8";
@import "../font/bootstrap-icons/bootstrap-icons.min.css";
@font-face {font-weight:400;font-style:normal;font-family:fontawesome;src:url(//:) format("no404"),url(../font/fontawesome-webfont.woff) format("woff"),url(../font/fontawesome-webfont.ttf) format("truetype");font-display: swap;}
@font-face{font-weight:200;font-style:normal;font-family:Roboto;src:local('Roboto-Light'),local('Roboto-Light'),url(../font/Roboto-Light.woff2) format('woff2');font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-weight:300;font-style:normal;font-family:Roboto;src:local('Roboto-Regular'),local('Roboto-Regular'),url(../font/Roboto-Regular.woff2) format('woff2');font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-weight:400;font-style:normal;font-family:Roboto;src:local('Roboto-Medium'),local('Roboto-Medium'),url(../font/Roboto-Medium.woff2) format('woff2');font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-weight:500;font-style:normal;font-family:Roboto;src:local('Roboto-Black'),local('Roboto-Black'),url(../font/Roboto-Black.woff2) format('woff2');font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-weight:600;font-style:normal;font-family:Roboto;src:local('Roboto-Bold'),local('Roboto-Bold'),url(../font/Roboto-Bold.woff2) format('woff2');font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD} 

@font-face {
	font-family:"iconfont";src:url("../font/iconfont.ttf?t=1622274305876") format("truetype");font-display:swap;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 1.8rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #666;
}

body {
	color: #333;
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	font-size:.9rem;
	line-height: 1.55;
	background-color: #fff;
}

.home_bg {
	background: #fff !important;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

li,ol,ul {
	list-style: none;
	margin-bottom: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

.clear {
	clear: both;
}

.clearfix::after {
	display: table;
}

hr {
	margin-bottom: 1rem;
	border-top: 1px solid #ddd;
}

strong {
	display: inline-block;
	color: #1b1b1b;
	position: relative;
	padding-bottom: .5rem;
	margin-top: .5rem;
	font-size: 1rem;
}

strong text {
	color: #00aad8;
}

b {
	color: #333;
}

.inquiry {
	color: #023b7d;
	text-decoration: none;
}

.inquiry:hover {
	color: #0075c1;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #016acf;
	transition: all .5s;
}

a:hover {
	color: #174277;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

a,a:hover {
	text-decoration: none;
}

a.link {
	color: #174277;
	display: inline-block;
	text-decoration: underline;
	font-size: 1.2rem;
}

a.link:hover {
	color: #0075c1;
	text-decoration: none;
}

.btn-secondary {
	padding: 0rem 0.5rem;
}



.review {
	color: #004680;
	font-size: 18px;
}

.brief {
	width: 100%;
	margin: 1rem auto;
	font-size: 1rem;
	color: #666;
}

.etw_pdf {
	position: relative;
}

.etw_pdf a {
	color: #333;
	padding-left: 1.5rem;
	position: relative;
	font-size: .9rem;
}

.etw_pdf a::before {
	position: absolute;
	content: "\f1c1";
	left: 0;
	top: -.2rem;
	font-family: fontawesome;
	color: #9a0000;
}

.etw_pdf a:hover {
	color: #9a0000;
}

.table td {
	padding: 1rem .8rem;
	line-height: 1.35;
	vertical-align: middle;
	border: none;
	border-right: 1px solid #ccc;
}

.table .top {
	font-weight: 600;
}

.table .top td {
	background-color: #0d73bb;
	color: #fff;
	border-right: 1px solid #055994 !important;
	border-bottom: 1px solid #055994 !important;
	padding: .5rem .8rem;
}

.table_img img {
	mix-blend-mode: multiply;
	height: 60px;
}

.table_img h3 {
	font-size: 1rem;
}

.table tr:nth-child(2n) {
	background-color: #f9f9f9
}

.table tr td:last-child {
	border: none;
}

.table {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.border-none {
	border: none !important
}

.table-bordered td {
	border: 1px solid #ccc;
}

.table-bordered tr td:last-child {
	border: 1px solid #ccc;
}

.table-bordered tr:nth-child(2n) {
	background-color: #fff
}

.table-bordered tr.top td:last-child {
	border-bottom: 1px solid #055994 !important;
}

.inquiry {
	color: #004680;
	text-decoration: underline;
}

.inquiry:hover {
	color: #000080;
}

.theme-send-inquiry-box {
	background: #000080 !important;
}

.theme-box-name {
	background: #00aad8 !important;
	text-transform: uppercase;
	border-left: 1px #00aad8 solid !important;
}

h3 {
	font-size: 1.2rem;
}

h4 {
	color: #333;
	font-size: 1.1rem;
	margin-top: 1rem;
}

h2,.etw_hometitle {
	display: block;
	font-size: 1.6rem;
	margin: 0;
	padding-bottom: 1rem;
	color: #333;
	line-height: 1.15;
	font-weight: 700;
}

.etw_hometitle {
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
}

.pro_name {
	color: #00aad8;
	font-size: 1rem;
	position: relative;
	line-height: 1.35;
	margin-top: -.5rem;
	margin-bottom: .8rem;
	position: relative;
	border-bottom: 1px solid #00aad8;
	padding-bottom: 1rem;
}

.color_font {
	color: #333;
	font-size: 1.4rem;
	margin-top: 1rem;
	border-bottom: 1px solid #666;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

h3.pro_model {
	color: #666;
	font-size: .9rem;
	margin-bottom: 1rem;
	color: #666;
}

h2 strong {
	font-size: 2.2rem;
	font-family: Oswald-Bold;
}

h2 small {
	display: block;
	color: #666;
	font-size: 1.6rem;
}

.page_title {
	font-size: 1.6rem;
	position: relative;
	color: #000;
	font-weight: 600;
	margin-bottom: 1rem;
	padding-left: 2rem;
}

.page_title::before {
	position: absolute;
	content: "";
	height: 24px;
	width: 12px;
	background: url(../images/title_bg.png) no-repeat top left;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.pro_content h2 {
	color: #014099;
}

.font_fold {
	font-size: 1.2rem;
	color: #000;
}

.contact_des a {
	color: #00aad8;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.contact_des a:hover {
	color: #023b7d;
}

.indent-left {
	padding-left: 3.8rem;
}

#etw_top {
	position: fixed;
	width: 35px;
	height: 35px;
	right: 5px;
	bottom: 100px;
	text-align: center;
	background: #f2f2f2;
	z-index: 100;
	cursor: pointer;
	color: #333;
	font-weight: 700;
	line-height: 28px;
	border-radius: 50%;
}

#etw_top a {
	color: #00aad8;
}

#etw_top:hover {
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	background: #000;
}

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
	float: left;
	transition: all .5s;
	background-color: rgba(255,255,255,1);
	padding: 0 1rem;
	box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}

#header::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 38px;
	background-image: linear-gradient(90deg,#00aad8,#000080);
	left: 0;
	top: 0;
}

.header_in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#etw_logo {
	width: auto;
	text-align: center;
	float: left;
	margin-top: 2.5rem;
	transition: all .8s;
}

#etw_logo a {
	width: 100%;
	display: flex;
	align-items: center;
}

#etw_logo h1 {
	color: #666;
	font-size: .9rem;
	display: block;
	display: block;
	width: 100%;
	max-width: 170px;
	text-align: center;
	padding-left: .8rem;
	line-height: 1.35;
}

.left_share {
	position: relative;
	display: flex;
	margin-top: 2rem;
}

.left_share a {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .5rem;
	transition: all .5s;
	color: #fff !important;
	background-color: #000080;
	border-radius: 5px;
	font-size: 1rem;
}

.left_share a:hover {
	background-color: #00aad8;
}

.left_share a svg {
	width: 22px;
	height: 22px;
}

.left_share a.icon_twitter svg {
	width: 20px;
	height: 20px;
}

.left_share a.icon_telegram svg,.left_share a.icon_linkedin svg {
	width: 22px;
	height: 22px;
}

.left_share a.icon_twitter {
	padding-left: 2px;
}

.top-nav {
	width: auto;
	float: right;
	transition: all .8s;
	margin-top: .3rem;
}

.top-nav .navbar {
	padding: 0;
	float: right;
}

.nav-fixed {
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	-webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
	animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
	margin-top: 0 !important;
	background-color: rgba(255,255,255,1) !important;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0,-100%,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.dropdown-menu-one {
	background-color: #eee;
}

.navbar-expand-lg .navbar-collapse {
	flex-flow: row wrap !important;
}

.navbar-expand-lg .navbar-nav {
	justify-content: center;
}

.navbar-nav {
	width: 100%;
}

.navbar-light .navbar-nav .nav-link {
	transition: all 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: .5rem .8rem;
	color: #333;
	position: relative;
	font-weight: 600;
}

.navbar-light .navbar-nav a.nav-link::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -.5rem;
	width: 0px;
	height: 2px;
	background-color: #00aad8;
	transform: translateX(-50%);
	transition: 0.5s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.navbar-light .navbar-nav .nav-item.active .nav-link::before,.navbar-light .navbar-nav .nav-item .nav-link:hover::before {
	width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	top: 49px;
	transition: all .5s;
	box-shadow: 0 15px 22px -10px rgb(0 51 153 / 30%);
	background-color: rgb(255 255 255 / 100%);
	border-radius: 0 0 1rem 1rem;
	padding: 1rem .8rem;
	border: none;
	border-top: 1px solid #eee;
}

.navbar-expand-lg .navbar-nav .dropdown-menu>li>a {
	color: #333;
	font-size: 1rem;
	position: relative;
	display: block;
	transition: all 0.5s;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	padding-left: 1rem;
	border-bottom: 1px solid #eee;
	background: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu>li>ol a {
	color: #333;
	display: block;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	padding-left: 2rem;
	font-size: 0.9rem;
	position: relative;
}

.navbar-expand-lg .navbar-nav .dropdown-menu>li>ol a:hover,.navbar-expand-lg .navbar-nav .dropdown-menu>li>ol a.active {
	color: #00aad8;
}

.navbar-expand-lg .navbar-nav .dropdown-menu>li>ol a::before {
	position: absolute;
	content: "\f0da";
	left: 1rem;
	top: 0.2rem;
	font-family: fontawesome;
}

.navbar-expand-lg .navbar-nav .dropdown-menu>li:last-child>a {
	border-bottom: none;
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link,.dropdown-menu-one li>a.active {
	color: #00aad8 !important;
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
	color: #00aad8;
}

.navbar-light .dropdown-item.active,.navbar-light .dropdown-item:hover {
	color: #00aad8 !important;
}

.dropdown-item {
	font-size: 0.9rem;
}

.dropdown-item.active,.dropdown-item:active {
	background: none !important;
}

.nav-item span.pro_icon {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	color: #333;
	padding: 2px 8px;
	font-size: 2rem;
	width: 32px;
	height: 28px;
	line-height: 24px;
	display: none;
	text-align: center;
}

.top-nav ul>li>ul.dropdown-menu>li {
	position: relative
}

.navbar-nav .dropdown-menu1 {
	min-width: 62rem;
	left: -17.5rem;
	padding: 2rem 2rem 1rem;
}

.navbar-light .navbar-nav .dropdown-menu1 li {
	width: 100%;
	position: relative;
}

.navbar-light .navbar-nav .dropdown-menu1 .dropdown-item {
	background: 0;
	position: relative;
	padding: 0.4rem 0 0.4rem 0.3rem;
	font-size: 1.1rem;
	color: #333;
	white-space: normal;
	line-height: 1.3rem;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 0.2rem;
	font-weight: 600;
}

.navbar-light .navbar-nav .dropdown-menu1 .dropdown-item img {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 1px;
}

.navbar-light .navbar-nav .dropdown-menu1 .dropdown-item:hover,.navbar-light .navbar-nav .dropdown-menu1 .dropdown-item.active {
	color: #f4c90c;
}

.navbar-nav .dropdown-menu li ol {
	position: relative;
	display: block;
	padding: 0.3rem 0;
	width: 100%;
}

.navbar-light .navbar-nav .dropdown-menu1 li ol li {
	width: 100%;
	position: relative;
}

.navbar-light .navbar-nav .dropdown-menu1 li ol li a {
	width: 100%;
	display: block;
	position: relative;
	padding: 0.2rem 0 0.2rem 1.5rem;
	font-weight: 400;
	font-size: .95rem;
	color: #111;
	line-height: 1.35rem;
	position: relative;
}

.navbar-light .navbar-nav .dropdown-menu1 li ol li a::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: .5rem;
	top: .7rem;
	background-color: #666;
}

.navbar-nav .dropdown-menu li ol li a.active,.navbar-nav .dropdown-menu li ol li a:hover {
	color: #00aad8;
}

@media (max-width:1299.98px) {
	#etw_logo {
		width: 130px;
	}

	.navbar-light .navbar-nav a.nav-link::before {
		bottom: 0;
	}
}

@media (max-width:1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: .5rem;
	}
}

@media (max-width:1030px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: .5rem 0.3rem;
	}
}

.etw_language {
	float: right;
	display: flex;
	flex-wrap: wrap;
	margin-left: 1rem;
	justify-content: flex-end;
	width: 52%;
	height: 32px;
	line-height: 22px;
	z-index: 1;
	position: relative;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-top: .5rem;
}

#etw_language {
	float: right;
	width: auto;
	text-align: right;
}

#etw_language .dropdown-item {
	display: inline-block;
	width: auto;
	line-height: 12px;
	padding: 0.2rem .8rem;
	color: #fff;
	min-width: auto !important;
	font-size: .9rem;
	position: relative;
}

#etw_language .dropdown-item::before {
	position: absolute;
	content: "";
	right: 0;
	top: .2rem;
	width: 1px;
	height: 15px;
	background-color: #ccc;
}

#etw_language .dropdown-item:last-child::before {
	display: none;
}

#etw_language .dropdown-item img {
	margin-right: 5px;
	margin-top: 1px;
}

#etw_language .dropdown-item:hover {
	color: #f00;
	background: none;
}

#etw_language .dropdown-item:focus {
	background: none !important;
}

#etw_banner {
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

#etw_banner .swiper-slide {
	height: 100%;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#etw_banner img {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#etw_banner .swiper-pagination-bullet {
	cursor: pointer;
	width: 14px;
	height: 14px;
	background: none;
	border-radius: 50%;
	opacity: 1;
	margin: 0 6px;
	font-size: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	outline: none;
	background-color: rgba(234,37,45,.5);
}

#etw_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #00aad8;
	cursor: pointer;
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
}

#etw_banner .swiper-button-next,#etw_banner .swiper-button-prev {
	width: 50px;
	height: 95px;
	background-image: none;
	background-color: rgba(255,255,255,0);
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

#etw_banner .swiper-button-prev {
	left: 0;
}

#etw_banner .swiper-button-next:hover,#etw_banner .swiper-button-prev:hover {
	background-color: rgba(255,255,255,0.2);
}

#etw_banner .swiper-button-next::after,#etw_banner .swiper-button-prev::after {
	content: '';
	position: absolute;
	background: url(../images/arrow_next.png) no-repeat;
	background-size: cover;
	opacity: .6;
	width: 25px;
	height: 62px;
	left: 50%;
	top: 50%;
	margin: 0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transition: .3s all ease-in-out;
}

#etw_banner .swiper-button-prev::after {
	background: url(../images/arrow_prev.png) no-repeat;
	background-size: cover;
}

#etw_banner:hover .swiper-button-next:after,#etw_banner:hover .swiper-button-prev:after {
	opacity: 1;
}

#etw_banner::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.45);
}

#etw_banner video {
	display: block;
	width: 100%;
	height: 100%;
}

.banner_txt {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.55;
	width: calc(100% - 40px);
	max-width: 1200px;
	z-index: 2;
}

.banner_inner {
	width: 100%;
	max-width: 840px;
	color: #fff;
}

.banner_txt h1 {
	font-size: 3.2rem;
	position: relative;
	font-weight: 900;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.banner_txt h3 {
	font-size: 1.8rem;
}

.banner_inner p {
	font-size: 1.2rem;
}

.more {
	width: 180px;
	height: 48px;
	color: #fff;
	background: linear-gradient(to right,#000080,#00aad8);
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 1.5rem;
	border-radius: 22px;
	
}

.more:hover {
	border-radius: 10px;
	background: linear-gradient(to right,#00aad8,#000080);
	color: #fff;
}

@media (max-width:1199.98px) {
	.banner_txt {
		top: 28%;
	}

	.banner_txt h1 {
		font-size: 2.5rem;
		margin-bottom: .625rem;
	}

	.banner_txt h3 {
		font-size: 1.425rem;
	}

	.banner_inner p {
		font-size: 1rem;
		margin-bottom: .625rem;
	}

	.more {
		width: 160px;
		height: 38px;
		margin-top: 1rem;
		font-size: 0.9rem;
	}
}

.process_list {
	position: relative;
	margin-top: -3rem;
	background: linear-gradient(90deg,#E6E6E6,#ffffff);
}

.process_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.process_list ul li {
	width: auto;
	padding: 0 .5rem;
}

.process_list ul li a {
	padding: 1rem 1rem;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-align: center;
	font-size:.8rem;
	line-height: 1.35;
	text-transform: uppercase;
	position: relative;
}

.process_list ul li a::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #fff;
	top: 0;
	right: 0;
}

.process_list ul li:last-child a::before {
	display: none;
}

.process_list ul li a::after {
	position: absolute;
	content: "\f046";
	font-family: fontawesome;
	left: 0;
	top: 1rem;
}

@media (max-width:1299.98px) {
	.process_list ul li a {
		padding: 1rem;
	}
}

.line_box {
	background: linear-gradient(90deg,#ffffff,#E6E6E6);
	padding: 3rem 0;
}

.line_box .webtitle {
	text-transform: none;
}

.line_box .swidth {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 2rem;
}

.line_box ul {
	display: flex;
	flex-wrap: wrap;
}

.line_box ul li {
	width: 23%;
	margin-right: 2%;
	background: linear-gradient(45deg,#000080 0%,#00aad8 76.5625%,#00aad8 100%);
	overflow: hidden;
	transition: all .5s;
}

.line_box ul li:last-child {
	margin-right: 0;
}

.line_box ul li a {
	color: #fff;
	display: flex;
	align-items: center;
}

.line_box ul li a strong {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
}

.line_box ul li .pro_des a img {
	width: 60px;
	margin-right: 1rem;
}

.line_box ul li .pro_img {
	position: relative;
	overflow: hidden;
}

.line_box ul li .pro_img img {
	transition: all .5s;
}

.line_box ul li .paly_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60px;
	height: 60px;
	background-color: rgb(255,255,255,.78);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 1.5rem;
	padding-left: .3rem;
	color: #000080;
	border: 5px solid #000080;
	z-index: 1;
}

.line_box ul li:hover .pro_img img {
	transform: scale(1.05);
}

.line_box ul li:hover {
	background: #00aad8;
}

.home_main_pro {
	margin-top: 3rem;
}

.home_main_pro ul {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.webtitle {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.25;
	color: #000080;
}

.home_main_pro ul::after,.home_main_pro ul::before {
	content: '';
	position: absolute;
	top: 0;
	z-index: 2;
	width: 32.85%;
	height: 100%;
	top: 0;
	pointer-events: none;
}

.home_main_pro ul::after {
	right: 0;
	background: linear-gradient(90deg,#fff,rgba(255,255,255,.26));
	transform: matrix(-1,0,0,1,0,0);
}

.home_main_pro ul::before {
	left: 0;
	background: linear-gradient(90deg,#fff,rgba(255,255,255,.26));
}

.home_main_pro ul li a strong {
	color: #333;
	font-size: .9rem;
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 1rem;
	line-height: 1.35;
	text-align: center;
	height: 70px;
	font-weight: 600;
}



.home_main_pro ul li a span {
	color: #fff;
	width: 120px;
	display: block;
	background-color: #000080;
	padding: .3rem .8rem;
	margin: 0 auto;
	text-align: center;
	transition: all .5s;
}

.home_main_pro ul li a {
	display: block;
}

.home_main_pro ul li a:hover span {
	background: #00aad8;
}

.industries_box {
	margin: 4rem auto;
	margin-bottom: 2rem;
	overflow: hidden;
	position: relative;
	padding: 3rem 0;
	padding-bottom: 4rem;
	background: linear-gradient(180deg,#F5F5F5 0%,#FEFEFF 100%);
}

.industries_box .webtitle {
	margin-bottom: 0;
}

.industries_title {
	font-size: 1rem;
	margin-bottom: 2rem;
}

.industries_box ul li {
	display: flex;
	flex-wrap: wrap;
	background: #00aad8;
	color: #fff;
}

.industries_box ul li .app_img {
	width: 60%;
	order: 1;
	overflow: hidden;
}

.industries_box ul li .app_img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.industries_box ul li .app_des::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 50%;
	background: #00aad8;
	z-index: 0;
	transform: skew(15deg);
	top: 0;
	right: -4rem;
}

.industries_box ul li .app_des {
	width: 40%;
	order: 0;
	padding: 2rem;
	position: relative;
	z-index: 1;
	padding-right: 0;
}

.industries_box ul li .app_des a strong {
	color: #fff;
	font-size: 1.2rem;
}

.industries_box ul li .app_des a strong span {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.6rem;
}

.industries_box ul li .app_txt_inner {
	position: relative;
	z-index: 1;
}

.industries_box ul li .app_txt_inner .view_more {
	color: #fff;
	font-size: .9rem;
	position: relative;
	padding-right: 2rem;
	display: inline-block;
}

.industries_box ul li .app_txt_inner .view_more::before {
	font-family: fontawesome;
	position: absolute;
	right: 0;
	top: 1rem;
	content: "\f178";
	top: 0;
	right: 0;
}

.industries_box ul li .app_txt_inner .view_more:hover {
	color: #0d73bb;
}

.industries_box .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #f00;
}

@media (max-width:1499.98px) {
	.industries_box ul li{ height: 350px;
	}
	.industries_box ul li .app_des a strong span { 
  font-size: 1.6rem;
}
	 .industries_box ul li .app_des a strong {
	color: #fff;
	font-size: 1rem;
}
}


@media (max-width:1199.98px) {
	.home_main_pro ul li a strong {
	color: #333;
	font-size: .8rem; 
	height: 70px;
	font-weight: 200;
}
	
}

@media (max-width:1099.98px) {
	
	.industries_box ul li{ height: 380px;
	}
	.industries_box ul li .app_des a strong span { 
  font-size:.85rem;
}
	 .industries_box ul li .app_des a strong {
	color: #fff;
	font-size:.75rem;
}
}

.home_about_des {
	background-image: url(../images/about_bg.jpg);
	padding: 4rem 0;
	background-blend-mode: overlay;
	background-color: #f7f7f7;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	font-size: 1.1rem;
	color: #747d88;
	line-height: 1.85;
}

.webtitle a {
	color: #333;
}

.home_about_des .webtitle a {
	color: #000080;
	font-size: 2.8rem;
}

.home_about_des .small_title {
	color: #0d73bb;
	text-transform: uppercase;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.home_about_des .about_des {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.home_about_des ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.home_about_des ul li {
	flex: 1;
	margin-right: 5px;
	overflow: hidden;
}

.home_about_des ul li:last-child {
	margin-right: 0;
}

.home_about_des ul li img {
	transition: all 1s;
}

.home_about_des ul li:hover img {
	transform: scale(1.05);
}

.see_more {
	width: 160px;
	display: block;
	margin: 0 auto;
	margin-top: 1.5rem;
	border: 2px solid #000080;
	color: #000080;
	text-align: center;
	padding: .5rem;
	border-radius: 100px;
	text-transform: uppercase;
	font-weight: 700; 
}

.see_more:hover {
	background-color: #000080;
	color: #fff;
}

.pro_banner_box {
	background: url(../images/pro_banner_01.jpg) no-repeat top center;
	background-size: cover;
	min-height: 320px;
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
}

.background_overlay {
	background-color: #fff;
	opacity: 0.4;
	transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.pro_banner_box .content {
	position: relative;
}

.pro_banner_box .content h2,.pro_banner_box .content .etw_hometitle {
	color: #333;
	text-align: center;
	font-size: 2.8rem;
	background-color: #fff;
	display: table;
	padding: 1rem 2rem;
	max-width: 56%;
	margin: 0 auto;
}

.pro_banner_box .content .etw_hometitle span {
	display: block;
}

.pro_banner_box2 {
	background: url(../images/pro_banner_02.jpg) no-repeat top center;
	background-size: cover;
	min-height: 320px;
}

.pro_banner_box3 {
	background: url(../images/pro_banner_03.jpg) no-repeat top center;
	background-size: cover;
	min-height: 320px;
}

.small_pro_banner {
	background: url(../images/bg-trans.png) top center rgba(0,170,216,0.7);
	color: #fff;
	min-height: 160px;
	display: flex;
	align-items: center;
}

.small_pro_banner .small_banner_txt {
	font-size: 2rem;
	max-width: 930px;
	width: 100%;
	line-height: 1.35;
	padding: 2rem 0;
	position: relative;
}

.small_pro_banner .small_banner_txt span {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 2rem;
}

.small_pro_banner .small_banner_txt::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 4px;
	background-color: #fff;
	left: 0;
	bottom: 2rem;
}

#quicknav {
	width: 100%;
	margin: 0 auto;
	height: auto;
	color: #666;
	font-size: 1rem;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#quicknav ul {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: .5rem auto;
}

#quicknav a {
	color: #fff;
}

#quicknav li {
	display: inline-block;
	padding: 0.1rem;
}

#quicknav li+li::before {
	padding: 0 3px;
	color: #fff;
	content: "\f101";
	font-family: fontawesome;
}

#quicknav a:hover {
	color: #fff;
}

#quicknav li:last-child {
	color: #fff;
}

.quicknav_01 {
	background: linear-gradient(to bottom,#fff,#f2f2f2);
	text-align: left !important;
}

.quicknav_01,.quicknav_01 a {
	color: #333 !important;
	font-size: .9rem !important;
}

.quicknav_01 li+li::before,.quicknav_01 li:last-child {
	color: #333 !important;
}

.pro_top_des {
	margin-top: 2rem;
}

.pro_top_des .swidth {
	width: 76%;
	text-align: center;
	margin: 0 auto;
}

.hub_line_box {
	background: linear-gradient(90deg,#ffffff,#E6E6E6);
	padding-top: 2rem;
	margin-top: 2rem;
}

.hub_line_box ul {
	display: flex;
	flex-wrap: wrap;
}

.hub_line_box ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2rem;
}

.hub_line_box ul li:nth-child(2n) {
	margin-right: 0;
}

.hub_line_box .big_title a {
	text-align: center;
	display: block;
	font-size: 2rem;
	font-weight: 900;
	color: #000080;
	padding-bottom: 1rem;
	text-transform: uppercase;
}

.hub_line_box ul li .pro_des {
	margin-top: 1rem;
	color: #666;
}

.hub_line_box ul li .pro_des a {
	color: #000080;
	font-size: 1.2rem;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	margin-bottom: .5rem;
}

.hub_line_box ul li .pro_img img {
	transition: all .5s;
}

.hub_line_box ul li:hover img {
	opacity: .8;
}

.hub_machine_box {
	margin-top: 3rem;
}

.hub_machine_box .swidth {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.hub_machine_box .webtitle {
	font-size: 2rem;
}

.hub_machine_box ul {
	display: flex;
	flex-wrap: wrap;
}

.hub_machine_box ul li {
	width: 32%;
	margin-right: 2%;
	border: 2px solid #eee;
	text-align: center;
	padding: 2rem;
	margin-bottom: 3rem;
	position: relative;
	padding-bottom: 3rem;
}

.hub_machine_box ul li:nth-child(3n) {
	margin-right: 0;
}

.hub_machine_box ul li .pro_des a {
	color: #000080;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 1rem;
	display: block;
	line-height: 1.25;
}

.hub_machine_box ul li a.datals_btn {
	color: #fff;
	font-weight: normal;
	font-size: .9rem;
	display: table;
	width: 100px;
	background-color: #000080;
	padding: .5rem 1rem;
	margin: 0 auto;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -1rem;
}

.hub_machine_box ul li a.datals_btn:hover {
	background-color: #00aad8;
}

.hub_machine_box ul li .pro_des p {
	font-size: .95rem;
	line-height: 1.45;
}

.hub_machine_box2 ul li {
	padding: 0;
	border: none;
	border-bottom: 1px solid #00aad8;
	padding-bottom: 3rem;
}

.hub_machine_box2 ul li a.datals_btn {
	bottom: 1rem;
}

.small_machine_box ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.small_machine_box ul li {
	display: flex;
	background-color: #fff;
	box-shadow: 0 4px 30px rgba(0,74,133,.2);
	margin-bottom: 2rem;
	padding: 1rem;
	align-items: center;
}

.small_machine_box ul li .pro_des a {
	font-size: 1.2rem;
	color: #000080;
	font-weight: 600;
	margin-bottom: .5rem;
	display: block;
}

.small_machine_box ul li .pro_des {
	font-size: 1rem;
	line-height: 1.35;
}

.small_machine_box ul li .pro_des,.small_machine_box ul li .pro_img {
	flex: 1;
}

.small_machine_box ul li .pro_des {
	flex: 4;
	padding-left: 1rem;
}

.small_machine_box ul li a.datals_btn {
	color: #fff;
	font-weight: normal;
	font-size: .9rem;
	display: table;
	width: 80px;
	background-color: #000080;
	padding: .5rem 1rem;
	border-radius: 5px;
	bottom: -1rem;
	text-align: center;
}

.small_machine_box ul li a.datals_btn:hover {
	background-color: #00aad8;
	color: #fff;
}

.small_machine_box ul li a:hover {
	color: #00aad8;
}

.small_machine_box ul li .pro_des .pro_txt {
	display: flex;
	flex-wrap: wrap;
}

.small_machine_box ul li .pro_des .pro_txt p {
	flex: 3;
}

.small_machine_box ul li .pro_des .pro_txt .spec_list {
	flex: 2;
	padding-left: 1rem;
}

.small_machine_box ul li .pro_des {
	font-size: .95rem;
}

.process_list_inner {
	margin-top: 0;
}

.pro_application_hub {
	padding: 3rem 0;
	background-color: #eee;
}

.pro_application_hub .swidth {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.pro_application_hub .webtitle {
	text-transform: none;
	font-size: 1.8rem;
	font-weight: normal;
}

.pro_application_hub .webtitle span {
	display: block;
	-webkit-text-stroke: 1px #000080;
	-webkit-text-fill-color: transparent;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 900;
}

.pro_application_hub ul {
	display: flex;
	flex-wrap: wrap;
}

.pro_application_hub ul li {
	position: relative;
	margin-bottom: 2rem;
}

.pro_application_hub ul li .app_des {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	padding: 1rem;
}

.pro_application_hub ul li .app_des a {
	color: #f2f2f2;
	font-size: 1rem;
	display: block;
	line-height: 1.35;
	height: 70px;
	width: 100%;
	text-align: center;
}

.pro_application_hub ul li .app_des a::before {
	position: absolute;
	content: "";
	width: 90%;
	height: 1px;
	background-color: #ccc;
	bottom: 0;
	right: 0;
}

.pro_application_hub ul li .app_des a span {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1rem;
	display: block;
	
	margin-top: .5rem;
}

.pro_application_hub ul li .app_img {
	position: relative;
}

.pro_application_hub ul li .app_img a {
	display: block;
	width: 100%;
}

.pro_application_hub ul li .app_img a::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.55);
	z-index: 1;
	transition: all .5s;
}

.pro_application_hub ul li:hover .app_img a::before {
	backdrop-filter: blur(4.3px);
	-webkit-backdrop-filter: blur(4.3px);
}

.find_out_more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2rem;
	text-align: center;
	z-index: 1;
	color: #fff;
	border: 2px solid #fff;
	display: table;
	padding: 0rem 1rem;
	margin: 0 auto;
	border-top: none;
	border-bottom: none;
	line-height: 1;
	font-size: .9rem;
	font-weight: 600;
}

.hub_packaging_box {
	background-color: #f2f2f2;
	padding: 3rem 0;
	margin-top: 2rem;
}

.hub_packaging_box ul li {
	margin-bottom: 4rem;
	background-color: #fff;
	box-shadow: 0px 20px 60px -30px rgba(0,0,0,0.45);
	padding: 2rem;
	border-radius: 4px;
	display: flex;
	align-items: center;
}

.hub_packaging_box ul li .pro_img,.hub_packaging_box ul li .pro_des {
	flex: 1;
}

.hub_packaging_box ul li .pro_des {
	padding: 2rem;
}

.hub_packaging_box ul li .pro_des a strong {
	font-size: 1.6rem;
	font-weight: 700;
	color: #000080;
	text-transform: uppercase;
	margin-bottom: 1rem;
	display: block;
	position: relative;
}

.hub_packaging_box ul li .pro_des a strong::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 6px;
	left: 0;
	bottom: -3px;
	background-color: #000080;
	z-index: 1;
}

.hub_packaging_box ul li .pro_des a strong::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #eee;
}

.spec_list {
	margin-bottom: 1rem;
}

.pro_des dl {
	margin-bottom: 0;
}

.pro_des dl dd {
	margin-bottom: .5;
	padding-left: 1rem;
	position: relative;
}

.pro_des dl dd::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666;
	left: 0;
	top: .5rem;
}

.hub_packaging_box ul li:nth-child(2n) .pro_des {
	order: 0;
}

.hub_packaging_box ul li:nth-child(2n) .pro_img {
	order: 1;
}

.hub_packaging_box ul li a.more_menu {
	color: #000080;
	font-weight: 600;
	border: 1px solid #000080;
	display: table;
	padding: .3rem 1.5rem;
	padding-left: 2.5rem;
	position: relative;
	border-radius: 4px;
}

.hub_packaging_box ul li a.more_menu::before {
	position: absolute;
	content: "\f105";
	font-family: fontawesome;
	left: 1.5rem;
	top: .2rem;
}

.hub_packaging_box ul li a.more_menu:hover {
	background-color: #000080;
	color: #fff;
}

.recommend_equipment_box {
	background: linear-gradient(90deg,#E6E6E6,#ffffff);
	padding: 3rem 0;
}

.recommend_equipment_box .webtitle {
	text-transform: none;
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.recommend_equipment_box ul li {
	padding: 1rem;
	background-color: #fff;
	margin-right: 1rem !important;
	display: block;
	text-align: center;
}

.recommend_equipment_box ul li .pro_des a {
	height: 50px;
	display: block;
	color: #00aad8;
	margin-top: 1rem;
	line-height: 1.35;
	font-weight: 600;
}

.compositions_list_box {
	background: none;
	padding: 0;
}

.inquiry_bottom_box {
	background: url(../images/bg-trans.png) no-repeat top center #0075c1;
	padding: 3rem 0;
	color: #fff;
	background-size: cover;
	background-attachment: fixed;
}

.inquiry_bottom_box .inquiry_des {
	width: 55%;
	margin: 0 auto;
	text-align: center;
}

.inquiry_bottom_box .inquiry_des h3 {
	font-size: 2rem;
	font-weight: 600;
}

.inquiry_bottom_box .inquiry_des span {
	cursor: pointer;
	display: table;
	margin: 0 auto;
	font-size: 1.2rem;
	background-color: #f2f2f2;
	color: #000080;
	padding: .3rem 2rem;
	border-radius: 22px;
	margin-top: 1.5rem;
	transition: all .5s;
}

.inquiry_bottom_box .inquiry_des span:hover {
	background-color: #00aad8;
	color: #fff;
}

.spec_list_item ul {
	display: flex;
	flex-wrap: wrap;
}

.spec_list_item ul li {
	flex: 1;
	padding: 1rem;
	border: 1px solid #eee;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}

.spec_list_item ul li:last-child {
	margin-right: 0;
}

.spec_list_item ul li dl {
	margin-bottom: 0;
}

.spec_list_item ul li dl dt {
	font-size: 1.2rem;
	font-weight: 900;
	text-transform: uppercase;
}

.app_des_box,.table_bg {
	background-color: #f2f2f6;
	padding: 2rem 0;
	margin: 2rem auto;
}

.table_bg .table {
	background-color: #fff;
	width: 80%;
	margin: 0 auto;
}

.other_line_box {
	background-color: #eee;
	background: linear-gradient(90deg,#ffffff,#E6E6E6);
	padding: 3rem 0;
}

.other_line_box .webtitle {
	font-size: 2rem;
	text-transform: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	position: relative;
}

.other_line_box .webtitle::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 6px;
	background-color: #000080;
	left: 0;
	bottom: -3px;
}

.other_line_box ul {
	display: flex;
	flex-wrap: wrap;
}

.other_line_box ul li {
	flex: 1;
	background-color: #f2f2f2;
	margin-right: 2%;
	border: 1px solid #eee;
	transition: all .5s;
}

.other_line_box ul li:last-child {
	margin-right: 0;
}

.other_line_box ul li .pro_img {
	overflow: hidden;
	background-color: #fff;
}

.other_line_box ul li .pro_img img {
	margin: 0 auto;
}

.other_line_box ul li .pro_des {
	padding: 1rem;
}

.other_line_box ul li .pro_des p {
	font-size: .95rem;
	line-height: 1.35;
}

.other_line_box ul li .pro_des a {
	color: #000080;
	font-weight: 900;
	font-size: 1.4rem;
	display: block;
	margin-bottom: .5rem;
}

.other_line_box ul li:hover {
	background-color: #f9f9f9;
	border: 1px solid #000080;
}

.other_line_box.case_box {
	background: #fff;
	padding: 0.5rem 0;
	margin-bottom: 1rem;
}

.other_line_box.case_box ul li .pro_des a {
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 0;
}

.request_btn {
	background-color: #00aad8;
	width: 200px;
	text-align: center;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem auto;
	color: #fff;
	transition: all .5s;
	cursor: pointer;
	border-radius: 22px;
	font-weight: 600;
}

.request_btn:hover {
	background-color: #000080;
	color: #fff;
}

.feedback_form_bg {
	padding: 3rem 0;
	background: url(../images/bg-trans.png) no-repeat top center #0075c1;
	background-size: cover;
	background-attachment: fixed;
}

#etw_set_feedback_form {
	width: 60%;
	margin: 0 auto;
	background-color: #fff;
	padding: 1rem 3rem;
	padding-top: 2rem;
	border: 1px solid #eee;
	border-radius: 10px;
}

.feedback_form_bg .webtitle {
	color: #fff;
	text-align: center;
}

.pro_feedbackbg #etw_set_feedback_form {
	width: 100% !important;
	margin-top: 2rem;
}

.pro_feedbackbg .webtitle {
	font-size: 1.8rem;
	text-transform: none;
}

.page_content {
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0;
	justify-content: space-between;
}

.pro_content {
	width: 74%;
	order: 1;
}

#etw_sidebar {
	width: 22%;
	order: 0;
	position: relative;
	height: 100%;
	background-color: #fff;
	padding-bottom: 2rem;
	border-right: 1px solid #eee;
}

#etw_sidebar .pro_title {
	background-color: #000080;
	color: #fff;
	display: block;
	padding: .5rem 1rem;
	font-weight: 900;
	font-size: 1.2rem;
	text-align: center;
}

.etw_productlist ul li>a {
	color: #666;
	font-size: .9rem;
	position: relative;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1.35;
	padding: .8rem 1rem;
	font-weight: 600;
	border-left: 3px solid #fff;
}

.etw_productlist ul>li>a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	z-index: 0;
	left: 0;
	bottom: 0;
	transition: all .9s;
	background: linear-gradient(to right,#666,#fff);
}

.etw_productlist ul li ol {
	padding: 1rem 0;
	display: none;
}

.etw_productlist ul li ol.show {
	display: block;
}

.etw_productlist ul li ol a {
	font-size: 1rem;
	position: relative;
	padding: .3rem;
	padding-left: 1.5rem;
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 1.35;
	display: block;
	color: #333;
}

.etw_productlist ul li>a:hover,.etw_productlist ul li>a.dq {
	color: #fff;
	background-color: #00aad8;
	border-left: 3px solid #000080;
}

.etw_productlist ul li ol a:hover,.etw_productlist ul li ol a.dq:hover {
	color: #00aad8;
}

.etw_productlist ul li ol a.dq {
	color: #00aad8;
}

.etw_productlist ul li ol a.big::before {
	position: absolute;
	content: "\f105";
	font-family: fontawesome;
	left: .5rem;
	top: .35rem;
	font-size: .9rem;
}

.etw_productlist ul li ol a.big {
	font-size: .9rem;
	position: relative;
	padding-left: 1.3rem;
}

.etw_productlist>ul>li>a {
	transition: .3s all ease-in-out;
	padding-right: 1rem;
}

.etw_productlist ul li .listmore {
	position: absolute;
	opacity: .5;
	right: -.5rem;
	top: 0;
	width: 30px;
	height: 100%;
	line-height: 20px;
	color: #00aad8;
	cursor: pointer;
	text-align: center;
	transition: .3s all ease-in-out;
}

.etw_productlist ul li .listmore:before {
	content: "";
	width: 12px;
	height: 4px;
	background: #000080;
	right: 15px;
	top: 50%;
	position: absolute;
	font-size: .875rem;
	transition: all .2s;
}

.etw_productlist ul li .listmore:after {
	content: "";
	width: 4px;
	height: 12px;
	background: #000080;
	right: 19px;
	top: 50%;
	margin-top: -4px;
	position: absolute;
	font-size: .875rem;
	transition: all .2s;
}

.etw_productlist ul li .listmore.on:after {
	transform: rotate(-90deg);
}

.etw_productlist ul li .listmore.on:before {
	transform: rotate(180deg);
}

.etw_productlist ul li .listmore:hover,.etw_productlist ul li .listmore:hover {
	opacity: 1;
}

.etw_productlist ul li>ol>li>dl.show+.listmore:after {
	transform: rotate(-90deg);
}

.etw_productlist ul li>ol>li>dl.show+.listmore:before {
	transform: rotate(180deg);
}

strong.title_01 {
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.4rem;
	margin: 0;
	padding: 0;
	padding-left: 2rem;
	color: #000;
	margin-bottom: .5em;
}

strong.title_01::before {
	position: absolute;
	content: "";
	height: 24px;
	width: 12px;
	background: url(../images/title_bg.png) no-repeat top left;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.hub_app_box {
	background-color: #f2f2f2;
	padding: 3rem 0;
	margin-top: 2rem;
}

.hub_app_box ul {
	padding: 2rem;
	background-color: #fff;
	margin-bottom: 2rem;
}

.hub_app_box ul li {
	display: flex;
	flex-wrap: wrap;
}

.hub_app_box ul li .app_img {
	flex: 1;
	position: relative;
}

.hub_app_box ul li .app_des {
	flex: 1;
	padding: 1rem 2rem;
	padding-left: 3rem;
}

.hub_app_box ul li .app_img .sample_img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 4px solid #00aad8;
	transition: all .5s;
}

.hub_app_box ul li .app_img .sample_img img {
	object-fit: cover;
	width: 142px;
	height: 142px;
	border-radius: 50%;
}

.hub_app_box ul li .app_des a strong {
	font-size: 1rem;
	color: #666;
	border-bottom: 1px solid #00aad8;
	display: block;
	margin-bottom: 1rem;
}

.hub_app_box ul li .app_des a strong span {
	color: #00aad8;
	font-size: 1.4rem;
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	
}

.hub_app_box ul li .app_des a.view_more {
	color: #00aad8;
	font-weight: 600;
	border: 1px solid #00aad8;
	display: table;
	padding: .3rem 1.5rem;
	padding-left: 2.5rem;
	position: relative;
	border-radius: 4px;
}

.hub_app_box ul li .app_des a.view_more::before {
	position: absolute;
	content: "\f105";
	font-family: fontawesome;
	left: 1.5rem;
	top: .4rem;
}

.hub_app_box ul li .app_des a.view_more:hover {
	background-color: #00aad8;
	color: #fff;
}

.hub_app_box ul li .app_img:hover .sample_img {
	border: 4px solid #000080;
}

.case_link_box .webtitle {
	font-size: 2rem;
	text-align: center;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.case_link_box .webtitle::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 6px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	background-color: #000080;
	transform: skew(45deg);
}

.case_link_box {
	margin: 2rem auto;
	margin-bottom: 1rem;
}

.case_link_box ul {
	display: flex;
	flex-wrap: wrap;
}

.case_link_box ul li {
	width: 32%;
	margin-right: 2%;
	background: linear-gradient(0deg,#ffffff,#E6E6E6);
	padding: 1rem;
	margin-bottom: 2rem;
	border-radius: 22px;
	box-shadow: 0px 20px 60px -30px rgba(0,0,0,0.45);
	position: relative;
}

.case_link_box ul li:nth-child(3n) {
	margin-right: 0;
}

.case_link_box ul li strong {
	display: block;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
}

.case_link_box ul li strong span {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
}

.app_content .etw_hometitle {
	color: #666;
	font-weight: 600;
	font-size: 1.6rem;
}

.app_content .etw_hometitle span {
	display: block;
	text-transform: uppercase;
	-webkit-text-stroke: 1px #00aad8;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	font-size: 1.6rem;
}

.app_list {
	background-color: #fff;
	padding: 1rem 1.5rem;
	width: 95%;
	position: relative;
	border-left: 3px solid #00aad8;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	border-radius: 0 50px 50px 0;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	-ms-border-radius: 0 50px 50px 0;
	-o-border-radius: 0 50px 50px 0;
}

.aap_list_sticky {
	position: sticky;
	top: 100px;
}

.app_list h3 {
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
	color: #000080;
}

.app_list li a {
	color: rgba(0,0,0,0.3);
	font-size: 1.1rem;
	display: block;
	padding: .5rem 0;
	border-bottom: 1px solid #fff;
	position: relative;
}

.app_list li a:hover,.app_list li a.dq {
	color: #00aad8;
}

.recommend_line_inner_box {
	padding: 0;
	background: none;
	margin-bottom: 1rem;
}

.recommend_line_inner_box strong {
	display: block;
	line-height: 1.35;
	font-size: 1rem;
}

.recommend_line_inner_box ul li .pro_des a img {
	width: 35px;
}

.recommend_line_inner_box ul li .pro_des {
	padding: .5rem 0;
}

.small_font {
	font-size: 1.6rem;
}

.equipment_box ul {
	display: flex;
	flex-wrap: wrap;
}

.equipment_box ul li {
	width: 23%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 2rem;
	padding: 1rem;
	position: relative;
	box-shadow: 0px 20px 60px -30px rgba(0,0,0,0.45);
}

.equipment_box ul li:nth-child(4n) {
	margin-right: 0;
}

.equipment_box ul li a {
	font-weight: 600;
	color: #333;
	display: block;
	line-height: 1.35;
}

.equipment_box ul li:hover a {
	color: #00aad8;
}

.about_inner_des {
	background-color: #eee;
	padding: 2rem;
	position: relative;
	margin-top: -3rem;
	margin-left: -10%;
}

.about_hub_box {
	margin-top: 6rem;
}

.about_inner_des .webtitle a {
	font-size: 1.6rem;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	display: table;
}

.about_inner_des .webtitle a::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 4px;
	background-color: #00aad8;
	left: 0;
	bottom: 0;
}

.sub_link_box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 3rem 0;
}

.sub_link_box ul li {
	width: 32%;
	margin-right: 2%;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.05);
	padding: 2rem;
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.sub_link_box ul li:nth-child(3n) {
	margin-right: 0;
}

.sub_link_box ul li .sub_img {
	flex: 1;
	padding-right: 1rem;
}

.sub_link_box ul li .sub_des {
	flex: 3;
	font-size: .95rem;
	line-height: 1.35;
}

.sub_link_box ul li .sub_des a {
	font-weight: 600;
	font-size: 1.4rem;
	color: #333;
	display: block;
	margin-bottom: 1rem;
}

.sub_link_box ul li .sub_des a:hover {
	color: #00aad8;
}

#container {
	width: 100%;
	margin: 0 auto;
	margin-top: 97px;
}

.home_box {
	margin-top: 0 !important;
}

.content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.content1 {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}

.item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.item li {
	width: 100%;
	margin-bottom: .5rem;
	position: relative;
	padding-left: 1.6rem;
}

.item li::before {
	position: absolute;
	content: "";
	left: .5rem;
	top: .65rem;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333;
}

.item li p {
	font-size: 1rem;
}

.item h3 {
	font-weight: 600;
}

.item2 {
	display: flex;
	flex-wrap: wrap;
}

.item2 li {
	width: 48%;
	margin-right: 2%;
}

.item2 li:nth-child(2n) {
	margin-right: 0;
}

.proitem {
	padding: 8px 0;
	float: none;
	width: auto;
	overflow: hidden;
}

.proitem>li {
	width: 100%;
	padding: 0 0 0.7rem 1.5rem;
	position: relative;
}

.proitem>li::before {
	position: absolute;
	content: "\f046";
	left: 1px;
	top: .2rem;
	font-family: 'fontawesome';
	color: #00aad8;
	font-size: .9rem;
}

.sfont {
	font-size: 1.2rem;
}

.item_auto {
	display: flex;
	justify-content: space-around;
}

.item_auto li {
	flex: 1;
	padding-right: 0.5rem;
}

.etw_gallery {
	position: relative;
}

.etw_gallery ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.etw_gallery ul li {
	margin: 0 2% .5rem 0;
	position: relative;
	overflow: hidden;
}

.etw_gallery ul li img {
	mix-blend-mode: multiply;
	transition: all .5s;
	transform: scale(1);
	border: 1px solid #eee;
}

.etw_gallery ul li:hover img {
	transform: scale(1.05);
}

.etw_gallery1 ul li {
	width: 100%;
}

.etw_gallery2 ul li {
	width: 49%;
}

.etw_gallery3 ul li {
	width: 32%;
}

.etw_gallery4 ul li {
	width: 23.5%;
}

.etw_gallery5 ul li {
	width: 18%;
}

.etw_gallery6 ul li {
	width: 14.66%;
}

.etw_gallery2 ul li:nth-child(2n),.etw_gallery3 ul li:nth-child(3n),.etw_gallery4 ul li:nth-child(4n) {
	margin-right: 0;
}

.etw_gallery ul li figure {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}

.etw_gallery2 ul li img {
	width: 100%;
}

.etw_gallery ul li a .inquiry {
	display: block;
	color: #00aad8;
	position: relative;
	font-size: .9rem;
	line-height: 1.35;
	display: block;
	padding-top: .5rem;
	text-align: center;
}

.etw_gallery ul li a .inquiry:hover {
	text-decoration: none;
	color: #004680;
}

.etw_gallery ul li p {
	margin-top: .5rem;
	font-size: 1rem;
	color: #333;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.35;
}

.etw_gallery ul li span {
	padding: .5rem 1rem;
	line-height: 1.25;
	color: #666;
	display: block;
	width: 100%;
	font-size: .9rem;
	padding-bottom: 1rem;
	text-align: center;
}

.etw_gallery ul li span strong {
	display: block;
}

.etw_gallery ul li h5 {
	font-size: 1rem;
	color: #333;
	margin-top: 1rem;
	margin-bottom: 0;
}

.etw_gallery ul li p {
	font-size: .9rem;
	text-align: left;
	color: #666;
	margin-top: 0rem;
}

.gallery_video_img {
	position: relative;
}

.etw_gallery8 ul {
	justify-content: center;
}

.etw_gallery8 ul li {
	max-width: 11.5%;
	margin-right: 0;
	margin: 0 0.5% 0.5rem;
}

.etw_gallery8 ul li:hover img {
	transform: scale(1);
}
.video-play-button{cursor:pointer;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-color:rgb(255,255,255,.78);display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.5rem;padding-left:.3rem;color:#000080;border:5px solid #000080;z-index:1; }
.etw_gallery ul li span.video-play-button{width: 60px; font-size:1.5rem; color:#000080; line-height:1.35 }
.pro_bg {
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#fff),color-stop(100%,#eee));
	background-image: linear-gradient(to right,#fff,#eee);
	padding: 2rem;
	padding-left: 0;
	margin-bottom: 2rem;
}

.left_pro_img {
	position: relative;
}

.left_pro_img a {
	position: relative;
	display: block;
}

.left_pics {
	height: auto;
	margin: 0 auto;
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
	order: 1;
	width: 100%;
}

.left_pics img {
	text-align: center;
	mix-blend-mode: multiply;
}

.left_pics a {
	display: block;
	overflow: hidden
}

.related_pic {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 10px;
}

.related_pic a {
	width: 18%;
	margin-right: 1%;
}

.related_pic a:nth-child(5n) {
	margin-right: 0;
}

.related_pic img {
	width: 100%;
	height: auto;
	float: left;
	border: 1px #eee solid;
	margin-bottom: 5px;
}

.related_pic img:hover,.related_pic a.imgdq img {
	border: 1px #004680 solid;
}

.related_pic span {
	font-size: 0.7rem;
	line-height: 0.9rem;
	display: block;
	text-align: center;
	color: #666;
}

.left_pro_img .video_button {
	width: 60px;
	height: 60px;
	left: 50%;
}

#footer {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: .95rem;
	background: linear-gradient(to right,#00aad8 0%,#000080 100%);
	overflow: hidden;
	position: relative;
	background-size: cover;
}

.etw_bottom {
	padding: 4rem 0;
	padding-bottom: 1rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	color: #fff;
}

.home_link {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: .5rem 0;
	border-top: 1px solid rgb(255,255,255,.26);
	max-width: 1200px;
}

#footer a:hover {
	color: #00aad8;
}

.etw_bottom .etw_foot_title,.etw_bottom .etw_foot_title a {
	position: relative;
	font-size: 1.2rem;
	line-height: 1.35;
	margin-bottom: .8rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.etw_bottom .etw_foot_title {
	position: relative;
}

.etw_bottom .etw_foot_title a:hover {
	color: #fff !important;
	text-decoration: none;
}

.etw_bottom h4 {
	color: #fff;
}

.pblist {
	overflow: hidden;
	margin: 0.5rem auto;
}

.pblist_box {
	width: 100%;
}

.etw_bottom a {
	color: #fff;
}

.etw_bottom a:hover {
	color: #00aad8;
}

.etw_bottom ul {
	width: 100%;
	margin-right: 2%;
	float: left;
	display: flex;
	flex-flow: wrap;
}

.etw_bottom ul li {
	width: 100%;
	float: left;
	position: relative;
}

.etw_bottom ul>li>a {
	display: block;
	line-height: 1.25rem;
	color: #fff;
	position: relative;
	position: relative;
	padding: .3rem 0;
	font-size: .9rem;
	padding-left: .8rem;
}

.etw_bottom ul>li>a::before {
	position: absolute;
	content: "\f105";
	left: 0;
	top: .3rem;
	font-family: fontawesome;
}

.cot_add,.cot_tel,.cot_email,.cot_people,.cot_mobile,.cot_fax,.cot_whatsapp {
	position: relative;
	padding-left: 25px;
	display: block;
	margin-bottom: 0.5rem;
	padding-top: 0.2rem;
}

.cot_add:before {
	content: "\f041";
	position: absolute;
	left: 0px;
	top: 4px;
	color: #fff;
	font-family: fontawesome;
	font-size: 20px;
}

.cot_tel:before {
	content: "\f095";
	position: absolute;
	left: 0px;
	top: 3px;
	color: #fff;
	font-family: fontawesome;
	font-size: 18px;
}

.cot_email:before {
	content: "\f0e0";
	position: absolute;
	left: 0px;
	top: 2px;
	color: #fff;
	font-family: fontawesome;
	font-size: 16px;
}

.cot_people:before {
	content: "\f007";
	position: absolute;
	left: 0px;
	top: 2px;
	color: #fff;
	font-family: fontawesome;
	font-size: 16px;
}

.cot_mobile:before {
	content: "\f10b";
	position: absolute;
	left: 2px;
	top: -3px;
	color: #fff;
	font-family: fontawesome;
	font-size: 26px;
}

.cot_fax:before {
	content: "\f1ac";
	position: absolute;
	left: 0px;
	top: 2px;
	color: #fff;
	font-family: fontawesome;
	font-size: 16px;
}

.cot_whatsapp:before {
	content: "\F829";
	position: absolute;
	left: 0px;
	top: 2px;
	color: #fff;
	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;
	font-size: 20px;
}

#etw_coper {
	margin-top: 2px;
	width: 100%;
	line-height: 22px;
}

#etw_coper a {
	color: #fff;
	font-size: 12px;
}

#otherlink {
	clear: both;
	width: 100%;
	height: auto;
	font-size: 12px;
	margin-top: 1rem;
}

#otherlink a {
	color: #fff;
	display: inline-block;
	padding: 0 4px;
	margin-right: 5px;
	line-height: 22px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	font-size: 12px;
}

#otherlink a span {
	opacity: 0.5;
	position: relative;
	top: 0;
}

#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover {
	color: #00aad8;
}

#otherlink a:hover span {
	opacity: 1;
	top: -2px;
	transition: all 0.3s ease-in-out;
}

#tags {
	width: 100%;
	display: flex;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.tags_title {
	float: left;
	margin-right: 15px;
	color: rgb(255,255,255);
	font-size: 1.25rem;
	text-align: center;
	padding: 0 10px;
	background: rgb(68,67,73);
	border-radius: 4px;
}

#tags ul {
	width: 100%;
	display: flex;
}

#tags li {
	padding: 7px 10px;
	border-radius: 4px;
	margin: 0 5px 3px 0;
	color: #777;
	display: inline-block;
	line-height: 16px;
	font-size: 12px;
	background: #eee;
}

#sitemap {
	width: 100%;
	margin: 20px auto;
	font-size: 13px;
}

#sitemap .name {
	width: 100%;
	font-size: 15px;
	margin: 10px 0;
	clear: both;
}

#sitemap a {
	color: #0f599b;
	width: 100%;
	display: block;
	background: #eee;
	font-weight: 600;
	line-height: 24px;
}

#sitemap a.sname {
	margin: 5px 0;
	font-weight: 400;
	width: 100%;
	color: #333;
	text-decoration: underline !important;
	background: 0 0;
	font-size: 14px;
}

#sitemap a:hover {
	text-decoration: underline !important;
}

#sitemap a.sname:hover {
	color: #0f599b;
	text-decoration: none !important;
}

#sitemap p {
	margin: 0 0 10px;
	line-height: 22px;
}

#sitemap .list_m {
	width: 100%;
	height: auto;
	margin: 10px 0;
	overflow: hidden;
}

#sitemap .list_m a {
	width: 50%;
	display: block;
	float: left;
	color: #888;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	padding-right: 3%;
	background: 0;
	font-weight: 400;
	margin-bottom: 10px;
}

#sitemap .list_m a:nth-child(2n + 1) {
	clear: both;
}

#sitemap .list_m a:hover {
	color: #0f599b;
}

.video-play-button {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60px;
	height: 60px;
	background-color: rgb(255,255,255,.78);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 1.5rem;
	padding-left: .3rem;
	color: #000080;
	border: 5px solid #000080;
	z-index: 1;
}

.video_toptitle {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 1.5rem;
}

.video_toptitle>span {
	background-color: #fff;
	padding: 0 2rem;
	color: #00aad8;
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.video_toptitle::before,.video_toptitle::after {
	content: '';
	width: 50%;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.video_toptitle::before {
	left: 0;
	background-image: linear-gradient(to right,#00aad8,#000080);
}

.video_toptitle::after {
	right: 0;
	background-image: linear-gradient(to left,#00aad8,#000080);
}

.video_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.video_content ul li {
	width: 49%;
	margin-bottom: 2%;
}

.video_content ul li a {
	display: flex;
	align-items: center;
	background-color: #f3f3f3;
	padding: 0.5rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.video_content ul li a .video_img {
	width: 50%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.video_content ul li a .video_des {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #333;
	padding-left: 0.5rem;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.video_content ul li a:hover .video_des {
	color: #00aad8;
}

.etw_video .plyr__control--overlaid {
	border: 5px solid #000080;
	color: #000080;
	background-color: rgb(255,255,255,.78);
	width: 60px;
	height: 60px;
	font-size: 1.5rem;
}

.etw_video .plyr__control--overlaid:hover {
	box-shadow: 0 0 50px #000080;
	color: #000080 !important;
	background-color: rgb(255,255,255,.78) !important;
}

#etw_video_list {
	float: right;
	box-shadow: 0 10px 30px 0 rgb(223 223 223 / 50%);
	width: 90%;
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}

#etw_video_list ul {
	padding: 0 1rem;
	margin-bottom: 1rem;
}

#etw_video_list .videotitle {
	color: #fff;
	font-size: 1rem;
	margin-bottom: 1rem;
	background-image: linear-gradient(to right,#00aad8,#000080,#00aad8);
	padding: .5rem;
	text-align: center;
}

#etw_video_list li {
	border-bottom: 1px solid #eee;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}

#etw_video_list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all .5s;
	line-height: 1.35;
}

#etw_video_list li:last-child {
	border: none;
}

#etw_video_list li a .video_img {
	width: 40%;
	overflow: hidden;
	border-radius: 0.3rem;
	border: 1px solid #eee;
}

#etw_video_list li a .video_des {
	width: 60%;
	padding-left: 1rem;
	color: #111;
	text-align: left;
	display: block;
	transition: all .5s;
}

#etw_video_list li a:hover .video_des,#etw_video_list li a.dq .video_des {
	color: #00aad8;
}

.video-more a {
	max-width: 150px;
	color: #fff;
	display: block;
	text-align: center;
	padding: .5rem 1rem;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.video-more a>span {
	position: relative;
	z-index: 2;
}

.video-more a::before,.video-more a::after {
	content: '';
	height: 100%;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.video-more a::before {
	width: 100%;
	left: 0;
	background-image: linear-gradient(to right,#00aad8,#000080,#00aad8);
}

.video-more a::after {
	width: 0;
	left: 50%;
	right: 50%;
	background-image: linear-gradient(to right,#000080,#00aad8,#000080);
}

.video-more a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.video-more a:hover::after {
	width: 100%;
	left: 0;
	right: 0;
}

.contact {
	padding: 2rem 0;
}

.contact h3 {
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

.contact p {
	font-size: 1rem;
}

.contact a {
	color: #ea252d;
}

.contact a:hover {
	text-decoration: underline;
}

.contact #etw_set_feedback_form {
	width: 100%;
}

.solutions_title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: .625rem;
}

.solutions p {
	line-height: 1.7em;
	font-size: 100%;
}

.solutions_box {
	display: block;
	overflow: hidden;
	border-bottom: 2px solid #00aad8;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.solutions_box:last-child {
	border: none;
	padding: 0;
}

.solutions_box p:last-child {
	margin: 0;
}

.solutions_box figure {
	width: 100%;
}

.solutions_box2 figure {
	margin: 0 1rem 0 0;
}

.solutions_box figure .left_pics {
	margin: 0;
}

.solutions_box2 figure {
	width: 42%;
}

.solutions_box .title_01 {
	font-size: 1.1rem;
	padding-left: 1.5rem;
	display: block;
	overflow: hidden;
}

.etw_gallery2 figure {
	width: 100%;
	margin: 0;
}

.case_link_box2 {
	padding: 3rem 0;
	background-color: #f2f2f2;
}

.faqs_box {
	padding: 3rem 0;
}

.faqs_box .protitle {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 0 2rem 0;
}

.faqs_box .protitle::before {
	position: absolute;
	content: '';
	background: #0077d2;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

.faqs_box .protitle>span {
	background-color: #fff;
	position: relative;
	padding: 0 2rem;
	font-size: 1.5rem;
	text-transform: capitalize;
}

@media (max-width:1580.98px) {
}

@media (max-width:1440.98px) {
}

@media (max-width:1300.98px) {
	#etw_content,.etw_bottom,.content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width:1299.98px) {
	.top-nav {
		padding-left: 0;
		width: calc(100% - 130px);
	}
}

@media (max-width:1199.98px) {
	.line_box .swidth {
		width: 90%;
	}

	.webtitle {
		font-size: 2rem;
	}

	.line_box ul li .pro_des a img {
		width: 50px;
	}

	.industries_box {
		margin: 2rem auto;
		padding: 2rem 0;
	}

	.home_about_des {
		padding: 2.5rem 0;
		font-size: 1rem;
	}

	.home_about_des .about_des {
		width: 100%;
	}
}

@media (max-width:1200px) {
	.process_list ul li {
		padding: 0 0 0 0.5rem;
	}

	.process_list ul li a {
		padding: 1rem .8rem;
		font-size: .75rem;
	}
}

@media (max-width:991.98px) {
	#header {
		position: inherit;
		min-height: inherit;
		display: block;
		padding-bottom: 0;
		background-color: #fff;
	}

	#container,#etw_content,.home_box {
		margin: 0 auto;
	}

	#header::before {
		height: 2px;
	}

	#quicknav ul,.tags_box,#etw_sidebar,.carousel-control-next,.carousel-control-prev,#header::before,.left_share,#quicknav {
		display: none;
	}

	.top-nav .navbar {
		float: left;
		width: 100%;
	}

	.nav-item span.pro_icon {
		display: block;
	}

	.navbar-light .navbar-toggler {
		color: #333;
		font-size: 2.5rem;
		border: none !important;
		padding: .5rem 0.75rem;
		position: relative;
		z-index: 1;
	}

	.top-nav {
		width: 100%;
		padding-left: 0;
		margin-top: 0;
		background-color: #eee;
		padding: 0;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.6rem 0.5rem;
		border-right: none;
		font-size: 1.2rem;
		border-bottom: 1px solid #666;
		color: #333;
		text-transform: none;
	}

	.navbar-light .navbar-nav .active .nav-link:before,.navbar-light .navbar-nav .show .nav-link:before,.navbar-light .navbar-nav .nav-link:hover:before {
		display: none;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu>li>a {
		font-size: 1rem;
	}

	.navbar {
		padding: 0;
	}

	.dropdown-item {
		white-space: normal;
		padding-top: 0.5rem;
		font-size: 14px;
	}

	.dropdown-toggle::after {
		display: none;
	}

	.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
		border-radius: 0;
		color: #fff !important;
		background-color: #00aad8;
	}

	.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
		border-radius: 0;
		color: #fff;
		background-color: #00aad8;
	}

	.top-nav {
		width: 100%;
		float: left;
		background: #fff;
		margin: 0;
		display: block;
		padding: 0 !important;
	}

	.top-nav:after,.top-nav:before,.top-nav ul>li>ul.dropdown-menu>li>.second_list {
		display: none;
	}

	.navbar-nav .dropdown-menu {
		background: #fff;
		box-shadow: none;
		padding: .3rem 0;
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		margin-left: 0 !important;
		min-width: auto !important
	}

	.top-nav .navbar-nav .row,.nav-fixed .top-nav .navbar-nav .row {
		width: 100% !important;
		box-shadow: none !important;
		top: auto !important;
		margin: 0 !important;
		left: auto !important;
	}

	.top-nav .navbar-nav .navright {
		display: none;
	}

	.top-nav .navleft {
		width: 100%;
		float: none;
		padding: 0.5rem 1rem;
	}

	.top-nav .navbar-nav .row .navleft li {
		line-height: 1.5rem;
	}

	.top-nav .navbar-nav .row .navleft li a {
		color: #111;
		display: block;
		width: 100%;
		font-size: 1rem;
		line-height: 1.5rem;
		padding: 0.4rem 0 0.4rem 0.5rem;
	}

	.top-nav .navbar-nav .row .navleft li a:hover,.top-nav .navbar-nav .row .navleft li a.lidq {
		color: #004680;
	}

	.etw_language {
		background: none;
		width: auto;
		padding-top: .5rem;
	}

	.etw_language {
		display: block;
		float: right;
		height: auto;
		margin-top: 0;
	}

	.etw_language>ul {
		position: relative;
		float: right;
		font-size: 1rem;
		border-radius: 8px;
	}

	.etw_language>ul>li span {
		cursor: pointer;
		float: left;
		padding: .8rem 1rem;
	}

	.etw_language ul ul {
		display: none;
		position: absolute;
		top: calc(100% + 0.1rem);
		left: -1rem;
		padding: 0;
		background-color: #eee;
		min-width: 100px;
		border-radius: 10px;
	}

	.etw_language ul ul a {
		display: block;
		text-align: left;
		float: left;
		padding: 0.3rem 1rem;
		color: #333;
	}

	#etw_language .dropdown-item {
		color: #333;
		padding: 0.2rem 0 0 1.5rem;
	}

	#etw_language .dropdown-item:hover {
		color: #8f99a5;
	}

	.etw_language ul li:hover>ul {
		display: block;
	}

	.etw_language .dropdown-item {
		min-width: 100px;
	}

	.etw_language #etw_language {
		float: none;
		margin-top: 0;
		height: auto;
	}

	.etw_language #etw_language a {
		line-height: 1.5rem;
		width: 100%;
	}

	.etw_language #etw_language a:hover {
		color: #004680 !important;
	}

	#etw_language .dropdown-item::before {
		display: none;
	}

	#etw_language .dropdown-item img {
		display: none;
	}

	#etw_logo {
		margin-top: 1rem;
	}

	#etw_banner .swiper-button-next,#etw_banner .swiper-button-prev {
		display: none;
	}

	.swiper-pagination {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
		padding: 1rem 1.5rem;
		background-color: #eee;
	}

	.pro_content {
		width: 100%;
	}

	.banner_txt {
		top: 8%;
	}

	.banner_txt h1 {
		font-size: 2.125rem;
	}

	.banner_txt h3 {
		font-size: 1.375rem;
	}

	.banner_inner p {
		font-size: .875rem;
	}

	.line_box .swidth {
		width: 100%;
	}

	.webtitle {
		font-size: 1.875rem;
	}

	.line_box ul li .pro_des a img {
		width: 40px;
		margin-right: 0.5rem;
	}

	.line_box ul li a strong {
		font-size: 1rem;
	}

	.home_main_pro {
		margin-top: 2.5rem;
	}

	.home_main_pro ul {
		width: 90%;
	}

	.mySwiper {
		padding-bottom: 22px;
		margin: 0 20px;
	}

	.industries_box ul li .app_des a strong {
		font-size: 1.1rem;
	}

	.industries_box ul li .app_des a strong span {
		font-size: 1.5rem;
	}

	.industries_box ul li .app_txt_inner p {
		font-size: .875rem;
	}

	.home_about_des {
		padding: 2rem 0;
	}

	.process_list ul li a {
		text-transform: capitalize;
	}
}

.cer_list ul {
	display: flex;
	flex-wrap: wrap;
}

.cer_list ul li {
	width: 32%;
	margin-right: 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #f7f7f7;
	margin-bottom: 1rem;
	transition: all .5s;
}

.cer_list.cer_list-2 ul li {
	width: 49%;
}

.cer_list ul li:hover {
	box-shadow: 1px 1px 16px rgb(0 0 0 / 20%);
}

.cer_list ul li:nth-child(3n) {
	margin-right: 0;
}

.cer_list ul li a {
	width: 34%;
}

.cer_list ul li a:hover img {
	transform: scale(1.05);
}

.cer_list ul li a img {
	width: 100%;
	object-fit: cover;
	transition: all .5s;
}

.cer_list ul li span {
	width: 52%;
	font-size: .9rem;
	display: block;
	line-height: 1.35;
	padding: 0.5rem 0 0.5rem 1rem;
}

.cer_list ul li span b {
	display: inline-block;
	margin: 0;
}

.cer_list.cer_list-2 ul li {
	width: 49%;
}

.cer_list.cer_list-2 ul li:nth-child(3n) {
	margin-right: 2%;
}

.cer_list.cer_list-2 ul li:nth-child(2n) {
	margin-right: 0%;
}

.accordion-item-icon {
	width: 25px;
	height: 25px;
	background: #00aad8;
	border-radius: 50%;
	cursor: pointer;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	padding: 0;
	right: 0.5rem;
	line-height: 21px;
}

.accordion-item-icon-open,.accordion-item-icon-close {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.accordion-item-icon-close {
	display: none;
	font-size: 12px;
}

.btn[aria-expanded="true"] .accordion-item-icon-close {
	display: block;
}

.btn[aria-expanded="true"] .accordion-item-icon-open {
	display: none;
}

.btn[aria-expanded="true"] span {
	transform: rotate(135deg);
	color: #666;
}

.accordion .btn-link {
	color: #00aad8;
}

.accordion {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.accordion1 {
	background: #f6f6f6;
	padding: 1rem;
}

.card {
	background: 0;
	border: none;
	width: 100%;
	margin-bottom: 1rem;
}

.card_two .card {
	width: 48%;
	margin-right: 2%;
	background-color: #fff;
}

.card:nth-child(2n) {
	margin-right: 0;
}

.card-header {
	transition: .3s all ease-in-out;
	border-bottom: 1px solid #eee;
	border-radius: 0 !important;
	background: #fff;
	padding: .75rem 1rem;
}

.card-header:hover {
	background: rgba(0,0,0,.01);
}

.card-header .btn {
	font-size: 1.05rem;
	color: #111;
	position: relative;
	line-height: 1.2rem;
	white-space: normal;
	padding: 0 2rem 0 0;
	font-weight: 600;
}

.card-header .btn a {
	color: #333;
}

.card-header .btn:hover a {
	color: #666;
}

.card-header .btn span {
	float: right;
	font-size: 3rem;
	color: #777;
	font-weight: 100;
	transition: .3s all ease-in-out;
}

.card-header .btn:hover span {
	transform: rotate(135deg);
	color: #00aad8;
}

.card-header .btn:before {
	content: '';
	position: absolute;
	right: -10px;
	top: 2px;
	background: url(../images/icon4.png) no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
	transition: .3s all ease-in-out;
	opacity: .5;
}

.card-header .btn:after {
	content: '';
	position: absolute;
	left: -10px;
	top: -6px;
	background: url(../images/faq_icon.png) no-repeat;
	background-size: auto;
	background-size: cover;
	width: 30px;
	height: 30px;
	transition: .3s all ease-in-out;
	opacity: .8;
}

.card-body {
	position: relative;
	margin: 0 0 0 0;
	padding: 1rem 1.5rem;
	font-size: 0.95rem;
	line-height: 1.4rem;
	color: #777;
}

.card-body1 {
	padding: 2rem 3rem;
}

.btn:hover,.btn[aria-expanded="true"],.btn-link.focus,.btn-link:focus {
	text-decoration: none;
	color: #00aad8;
}

.btn:hover:before,.btn[aria-expanded="true"]:before {
	transform: rotate(180deg);
}

.protitle {
	width: 100%;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.6rem;
	position: relative;
	font-weight: 600;
	padding: 0;
	margin: 1rem 0 1.5rem;
}

.protitle.w_auto {
	width: auto;
}

.protitle:before {
	position: absolute;
	content: '';
	background: #0077d2;
	width: 60px;
	height: 2px;
	left: 0;
	bottom: -10px;
}

.title_line {
	margin: 0.5rem 0 0;
	background: #999;
	height: 2px;
	display: flex;
	flex-wrap: wrap;
	transition: .3s all ease-in-out;
	flex: 1;
}

.protitle small {
	display: inline-block;
	font-size: 65%;
}

.protitle:hover .title_line {
	background: #0077d2;
}

.protitle a {
	color: #0077d2;
	display: inline-block;
	position: relative;
}

.protitle:hover a {
	color: #2B3A81;
}

.protitle_center {
	text-align: center;
}

.protitle_center:before {
	right: 0;
	margin: 0 auto;
}

.application_hub>ul>li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	background-color: #f7f7f7;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 2rem;
}

.application_hub>ul>li:nth-child(2n) {
	flex-direction: row-reverse;
}

.application_hub>ul>li .app_img {
	width: 26%;
	order: 1;
	overflow: hidden;
}

.application_hub>ul>li .app_des {
	width: 72%;
	padding: 0.5rem 1rem;
	order: 0;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
}

.application_hub>ul>li .app_img img {
	width: 100%;
	object-fit: cover;
}

.application_hub>ul>li .app_des strong {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	line-height: 1.2;
	font-weight: 500;
}

.application_hub>ul>li .app_des p {
	font-size: 1rem;
	margin-bottom: 0.5rem;
	line-height: 1.35;
}

.application_hub>ul>li .app_des p:last-child {
	margin-bottom: 0;
}

.application_hub>ul>li.case_des .app_des {
	width: 100%;
}

.application_hub>ul>li.case_des .app_des .etw_gallery8 ul li {
	background-color: #fff;
}

.relatedpro {
	width: 100%;
	height: auto;
	margin: 1rem 0
}

.relatednames {
	font-size: 1.4rem;
	color: #313947;
	padding: .5rem 0;
	position: relative;
}

.relatednames::before {
	content: "";
	color: #036439;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px dotted #333;
	width: 150px
}

.relatedpro ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap
}

.relatedpro li {
	width: 100%;
	margin: 0 0 0.5rem 0;
	position: relative;
}

.relatedpro li:nth-child(2n) {
	margin-right: 0
}

.relatedpro li:nth-child(2n+1) {
	clear: both
}

.relatedpro li a {
	display: block;
	padding: 0.3rem 0.5rem 0.3rem 1.1rem;
	color: #111;
	font-size: 0.9rem;
	line-height: 1rem;
	font-weight: 300;
}

.relatedpro li a.dq,.relatedpro li a:hover,.relatedpro li a.dq:before,.relatedpro li a:hover:before {
	color: #0077d2;
}

.relatedpro li a:hover:before {
	left: 8px;
}

.relatedpro2 {
	position: relative;
}

.relatedpro2 ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.relatedpro2 ul>li {
	width: 49%;
	margin: 0 2% 1rem 0;
	background: #fff;
	box-shadow: 5px 10px 10px 4px #6696ff12;
	border: 2px solid #6797ff14;
	transition: .3s all ease-in-out;
	padding-top: 0.5rem;
}

.relatedpro2 ul>li:nth-child(2n) {
	margin-right: 0;
}

.relatedpro2 ul>li:nth-child(2n+1) {
	clear: both;
}

.relatedpro2 ul>li:hover,.relatedpro2 ul>li.dq {
	border-bottom-color: #0077d2;
	box-shadow: 0 12px 18px 0 rgba(25,42,70,.23);
}

.relatedpro2 ul li ol {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
}

.relatedpro2 ul li ol li.product_con {
	width: 70%;
	position: relative;
}

.relatedpro2 ul li ol li.product_con a {
	padding: 1rem;
	display: block;
	text-align: left;
	font-size: 0.95rem;
	line-height: 1.4rem;
	font-weight: 600;
}

.relatedpro2 ul li ol:hover li.product_con a,.relatedpro2 ul li ol li.product_con a.dq {
	color: #0077d2;
}

.relatedpro2 ul li ol li.product_img {
	width: 30%;
	position: relative;
	padding: 0 1rem;
}

.relatedpro2 ul li ol li.product_img a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.relatedpro2 ul li ol li.product_img img {
	transition: .5s all ease-in-out;
}

.relatedpro2 ul li a:hover img {
	transform: scale(1.06);
}

.industries_equipment_box {
	padding: 1rem 0;
}

.industries_equipment_box ul li {
	padding: 1rem;
	background-color: #fff;
	margin-right: 1rem !important;
	display: block;
	text-align: center;
}

.industries_equipment_box ul li .pro_img {
	box-shadow: 0px 20px 60px -30px rgba(0,0,0,0.45);
}

.industries_equipment_box ul li .pro_des a {
	height: 50px;
	display: block;
	color: #333;
	margin-top: 1rem;
	line-height: 1.35;
	font-weight: 600;
}

.industries_equipment_box ul li:hover .pro_des a {
	color: #00aad8;
}

.hub_relate_box {
	margin-bottom: 1rem;
}

.hub_relate_box ul li {
	width: 100%;
	margin-bottom: 1rem;
}

.hub_relate_box ul li a {
	display: flex;
	justify-content: stretch;
	background-color: #f7f7f7;
	color: #333;
	box-shadow: 5px 10px 10px 4px #6696ff12;
	border: 2px solid #6797ff14;
	transition: .3s all ease-in-out;
}

.hub_relate_box ul li a:hover {
	color: #333;
	box-shadow: 0 12px 18px 0 rgb(25 42 70 / 23%);
}

.hub_relate_box ul li .pro_img {
	width: 40%;
	cursor: pointer;
	background-color: #fff;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem 0;
}

.hub_relate_box ul li .pro_des {
	flex: 1;
	padding: 1rem;
	position: relative;
	background-color: #f7f7f7;
}

.hub_relate_box ul li .pro_des h3 {
	font-size: 1.2rem;
	font-weight: 900;
	color: #333;
	margin-bottom: 0.8rem;
	display: block;
	position: relative;
	transition: .3s all ease-in-out;
	padding-bottom: .5rem;
}

.hub_relate_box ul li a:hover h3 {
	color: #000080;
}

.hub_relate_box ul li .pro_des h3::before {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: 0;
	bottom: -3px;
	background-color: #000080;
	z-index: 1;
	transition: .3s all ease-in-out;
}

.hub_relate_box ul li a:hover h3::before {
	width: 50px;
}

.hub_relate_box ul li .pro_des p {
	font-size: 1rem;
	margin-bottom: 0;
}

.hub_relate_box ul li .pro_des .more_menu {
	position: absolute;
	right: 1rem;
	bottom: 0.3rem;
	display: inline-block;
	color: #000080;
	font-weight: 600;
	display: table;
	padding: 0 1rem;
	padding-right: 2rem;
	border-radius: 4px;
}

.hub_relate_box ul li .pro_des .more_menu::before {
	position: absolute;
	content: "\f105";
	font-family: fontawesome;
	right: 1rem;
	top: 0;
	transition: .3s all ease-in-out;
}

.hub_relate_box ul li a:hover .pro_des .more_menu::before {
	right: 0.5rem;
}

@media (max-width:768.98px) {
	.etw_gallery4 ul li {
		width: 32%;
	}

	.etw_gallery4 ul li:nth-child(4n) {
		margin-right: 2%;
	}

	.etw_gallery4 ul li:nth-child(3n) {
		margin-right: 0;
	}

	.etw_gallery4 ul li:last-child {
		display: none;
	}

	.etw_gallery5 ul li {
		width: 32%;
	}

	.etw_gallery5 ul li:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width:650.98px) {
	html {
		font-size: 14px;
	}

	.etw_gallery3 ul li,.etw_gallery4 ul li {
		width: 48%;
	}

	.etw_gallery3 ul li:nth-child(3n),.etw_gallery4 ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.etw_gallery3 ul li:nth-child(2n),.etw_gallery4 ul li:nth-child(4n) {
		margin-right: 0;
	}

	.etw_gallery4 ul li:last-child {
		display: block;
	}

	.etw_gallery3 ul li:last-child,.etw_gallery4_650 ul li:last-child {
		display: none;
	}

	.etw_gallery_650 ul li:last-child {
		display: block;
	}

	.solutions_box2 figure {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

@media (max-width:575.98px) {
	.banner_txt {
		top: 15%;
	}

	h2,.etw_hometitle {
		font-size: 1.875rem;
	}

	.etw_gallery6 ul li {
		width: 32%;
	}

	.etw_gallery6 ul li:nth-child(3n) {
		margin-right: 0;
	}

	#etw_banner video {
		height: 250px;
		object-fit: cover;
	}

	.banner_txt h1 {
		font-size: 1.875rem;
	}

	.banner_txt h3 {
		font-size: 1rem;
	}

	.banner_inner p {
		font-size: .875rem;
	}

	.more {
		width: 120px;
		height: 30px;
		margin-top: 0.5rem;
		font-size: 0.875rem;
	}

	.process_list ul li {
		margin: 0 .5rem;
		padding: 0;
	}

	.line_box {
		padding: 1.25rem 0;
	}

	.line_box .swidth {
		margin-bottom: 1rem;
	}

	.webtitle {
		font-size: 1.875rem;
	}

	.line_box ul {
		justify-content: space-between;
	}

	.line_box ul li {
		width: 49%;
		margin: 0 0 2% 0;
	}

	.line_box ul li a {
		flex-direction: row !important;
	}

	.recommend_line_inner_box ul li .pro_des {
		padding: .5rem;
	}

	.line_box ul li .pro_des a img {
		margin-right: .625rem !important;
	}

	.line_box ul li .paly_icon {
		width: 40px;
		height: 40px;
		border: 2px solid #000080;
	}

	.line_box ul li .paly_icon {
		font-size: 1rem;
	}

	.home_main_pro {
		margin-top: 1.25rem;
	}

	.home_main_pro ul::after,.home_main_pro ul::before {
		display: none;
	}

	.industries_box {
		margin: 1.25rem auto;
		padding: 1.25rem 0;
	}

	.industries_title {
		margin: 0 auto 1rem auto;
		max-width: 90%;
	}

	.mySwiper .swiper-slide {
		width: 70%;
		display: flex;
		height: auto;
	}

	.mySwiper .swiper-pagination {
		bottom: 0 !important;
		display: flex;
		justify-content: center;
	}

	.industries_box ul {
		display: flex;
	}

	.industries_box ul li .app_img {
		width: 100%;
		order: 0;
	}

	.industries_box ul li .app_des {
		width: 100%;
		order: 1;
		padding: 1rem;
	}

	.industries_box ul li .app_des::before {
		display: none;
	}

	.industries_box ul li .app_des a strong span {
		font-size: 1.2rem;
	}

	.home_about_des {
		padding: 1.25rem 0;
	}

	.home_about_des .webtitle a {
		font-size: 1.875rem;
	}

	.home_about_des ul {
		margin-top: 1rem;
		justify-content: space-between;
	}

	.home_about_des ul li {
		flex: none;
		width: calc(50% - 5px);
		margin: 0 0 10px 0;
	}

	.home_about_des ul li:last-child {
		display: none;
	}

	.see_more {
		width: fit-content;
		padding: .3125rem 1rem;
		margin-top: 0.5rem;
	}

	.etw_bottom {
		padding: 1.25rem 0;
	}
}

@media (max-width:480.98px) {
	#etw_video_list ul li,.related_pro ul li {
		width: 100%;
		margin-right: 0 !important;
	}
}

@media (max-width:380.98px) {
	.etw_gallery3 ul li,.etw_gallery2 ul li,.etw_gallery4 ul li {
		width: 100%;
		margin-right: 0 !important;
	}

	.line_box ul li {
		width: 100%;
	}

	.etw_gallery3 ul li:last-child {
		display: block;
	}
}

.pro_banner_video {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.pro_banner_video::before {
	content: '';
	display: block;
	padding-top: 20%;
}

.pro_banner_video>video {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
}

.pro_banner_video>h2 {
	color: #333;
	text-align: center;
	font-size: 2.2rem;
	background-color: #fff;
	padding: 1rem 2rem;
	max-width: 35.5%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.pro_banner_video2>h2 {
	max-width: 56%;
}

@media (max-width:1299.98px) {
	.pro_banner_video>h2 {
		max-width: 50%;
	}

	#container {
		margin-top: 86px;
	}

	.pro_top_des .swidth {
		width: 80%;
	}
}

@media (max-width:1199.98px) {
	.pro_top_des .swidth {
		width: 85%;
	}

	.sub_link_box ul {
		justify-content: space-between;
	}

	.sub_link_box ul li {
		width: 49%;
		margin: 0 0 2% 0;
	}
}

@media (max-width:991.98px) {
	.pro_banner_video>h2 {
		max-width: 80%;
		font-size: 2.2rem;
	}

	.pro_banner_video2>h2 {
		max-width: 100%;
		white-space: nowrap;
	}

	#container {
		margin-top: 0;
	}

	.inquiry_bottom_box .inquiry_des {
		width: 90%;
	}

	#etw_set_feedback_form {
		width: 100%;
		padding: 1rem;
	}

	.pro_banner_box .content h2,.pro_banner_box .content .etw_hometitle {
		font-size: 2rem;
		max-width: 76%;
	}

	.small_pro_banner .small_banner_txt {
		font-size: 1.25rem;
	}

	.small_pro_banner .small_banner_txt span {
		font-size: 1.5rem;
	}

	.hub_app_box ul li .app_img {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hub_app_box ul li .app_img .sample_img {
		width: 120px;
		height: 120px;
	}

	.hub_app_box ul li .app_img .sample_img img {
		width: 112px;
		height: 112px;
	}

	.hub_app_box ul li .app_des a strong {
		font-size: 1rem;
	}

	.hub_app_box ul li .app_des a strong span {
		font-size: 1.5rem;
	}

	#etw_video_list {
		width: 100%;
		margin-top: 1.5rem;
	}

	.app_list {
		width: 100%;
		margin-bottom: 2rem;
	}

	.app_list ul {
		display: flex;
		flex-wrap: wrap;
	}

	.app_list ul li {
		width: calc(100% / 3);
	}

	#etw_video_list ul {
		width: 102%;
		margin-left: -1%;
		display: flex;
		flex-wrap: wrap;
	}

	#etw_video_list ul li {
		width: 23%;
		margin: 0 1% 0.5rem 1%;
	}

	#etw_video_list li a {
		flex-direction: column;
	}

	#etw_video_list li a .video_img {
		width: 100%;
	}

	#etw_video_list li a .video_des {
		width: 100%;
		padding: 1rem 0 0 0;
		text-align: center;
	}

	#etw_video_list li:last-child {
		border-bottom: 1px solid #eee;
	}
}
@media (max-width:1199.98px) {
	
	.hub_app_box ul li .app_des a strong {
		font-size: .9rem;
	}

	.hub_app_box ul li .app_des a strong span {
		font-size: 1.2rem;
	}
}
@media (max-width:767.98px) {
	.pro_banner_video>h2 {
		max-width: 90%;
		font-size: 1.875rem;
	}

	.video_toptitle {
		margin-bottom: 1rem;
	}

	.video_toptitle>span {
		padding: 0 1rem;
		font-size: 1.625rem;
	}

	.video_content ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.video_content ul li {
		width: 48%;
		margin-bottom: 1.25rem;
	}

	.video_content ul li a {
		display: flex;
		flex-direction: column;
	}

	.video_content ul li a {
		flex-direction: column;
		padding: 0;
	}

	.video_content ul li a .video_img {
		width: 100%;
	}

	.video_content ul li a .video_des {
		width: 100%;
		padding: 0.5rem;
	}

	.video-play-button {
		width: 40px;
		height: 40px;
		border: 2px solid #000080;
		font-size: 1rem;
	}

	.inquiry_bottom_box {
		padding: 1.25rem 0;
	}

	.inquiry_bottom_box .inquiry_des {
		width: 100%;
	}

	.inquiry_bottom_box .inquiry_des h3 {
		font-size: 1.625rem;
	}

	.pro_banner_box3 {
		min-height: 250px;
	}

	.about_hub_box {
		margin-top: 1.25rem;
	}

	.about_inner_des {
		padding: 1rem;
		margin: 0;
	}

	.sub_link_box ul {
		margin: 1.25rem 0;
	}

	.sub_link_box ul li {
		width: 100%;
		margin: 0 0 2% 0;
		padding: 1rem;
	}

	.app_content .etw_hometitle span {
		font-size: 2rem;
		-webkit-text-stroke: initial;
		-webkit-text-fill-color: initial;
		color: #000080;
	}

	.cer_list.cer_list-2 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cer_list.cer_list-2 ul li {
		width: 49%;
		margin: 0 0 2% 0;
		display: flex;
		flex-direction: column;
	}

	.cer_list ul li a {
		width: 100%;
	}

	.cer_list ul li span {
		width: 100%;
		font-size: 1rem;
		padding: 1rem 0.5rem;
		text-align: center;
	}

	.cer_list ul li:last-child {
		display: none;
	}

	.application_hub>ul>li {
		margin-bottom: 1rem;
		padding: 1rem;
	}

	.application_hub>ul>li .app_img {
		width: 100%;
		order: 0;
	}

	.application_hub>ul>li .app_img img {
		width: auto;
		display: block;
		max-width: 100%;
		margin: 0 auto;
		object-fit: none;
	}

	.application_hub>ul>li .app_des {
		width: 100%;
		padding: 0;
		order: 1;
	}

	.application_hub>ul>li .app_des strong {
		font-size: 1.375rem;
		margin-bottom: 0.5rem;
	}

	.other_line_box ul {
		justify-content: space-between;
	}

	.other_line_box ul li {

		flex: none;
		width: 100%;
		margin: 0 0 1.25rem 0;
		display: flex;
		flex-wrap: wrap;
	}

	.other_line_box ul li .pro_img,.other_line_box ul li .pro_des {
		flex: 1;
	}

	.other_line_box ul li .pro_img {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.other_line_box ul li .pro_des {
		padding: 1rem 1.25rem;
	}

	.case_link_box ul li {
		width: 100%;
		margin: 0 0 1.5rem 0;
	}

	.faqs_box .protitle {
		margin: 0 0 1rem 0;
	}

	.faqs_box .protitle>span {
		padding: 0 1rem;
		font-size: 1.25rem;
	}

	.card_two .card {
		width: 100%;
		margin: 0 0 1rem 0;
	}

	.card-header {
		padding: .75rem 0;
	}

	.card-body {
		padding: 1rem 0;
	}

	.pro_banner_box {
		min-height: 150px;
	}

	.pro_banner_box .content h2,.pro_banner_box .content .etw_hometitle {
		font-size: 1.875rem;
		max-width: 90%;
	}

	.pro_top_des .swidth {
		width: 100%;
	}

	.process_list_inner {
		display: none;
	}

	.hub_line_box {
		padding-top: 20px;
		margin-top: 20px;
	}

	.hub_machine_box {
		margin-top: 20px;
	}

	.hub_machine_box .swidth {
		width: 100%;
	}

	.hub_machine_box .webtitle,.hub_line_box .big_title a {
		font-size: 1.625rem;
	}

	.hub_line_box ul li {
		margin-bottom: 1rem;
	}

	.hub_machine_box ul {
		justify-content: space-between;
	}

	.hub_machine_box ul li {
		width: 49%;
		margin-right: 0;
		padding: 1rem;
		margin-bottom: 2rem;
		padding-bottom: 3rem;
	}

	.pro_application_hub {
		padding: 1.25rem 0;
	}

	.pro_application_hub .webtitle {
		font-size: 1.875rem;
	}

	.pro_application_hub .webtitle span {
		font-size: 2.5rem;
	}

	.hub_packaging_box ul li {
		margin-bottom: 1.5rem;
		padding: 1rem;
		flex-direction: column;
	}

	.hub_packaging_box ul li .pro_des {
		padding: 1rem;
	}

	.hub_packaging_box ul li .pro_des a strong {
		font-size: 1.4rem;
	}

	.hub_packaging_box ul li:nth-child(2n) .pro_img {
		order: 0;
	}

	.hub_packaging_box ul li:nth-child(2n) .pro_des {
		order: 1;
	}

	.recommend_equipment_box {
		padding: 1.25rem 0;
	}

	.recommend_equipment_box .webtitle {
		font-size: 1.625rem;
		margin-bottom: 1rem;
	}

	.spec_list_item ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.spec_list_item ul li {
		flex: none;
		width: calc(50% - 5px);
		margin: 0 0 10px 0;
	}

	.spec_list_item ul li:last-child {
		width: 100%;
	}

	.page_title {
		font-size: 1.5rem;
		line-height: 1.6rem;
	}

	.other_line_box .webtitle {
		font-size: 1.625rem;
		margin-bottom: 1rem;
	}

	.hub_app_box ul li .app_des a strong span {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.equipment_box ul {
		width: 102%;
		margin-left: -1%;
	}

	.equipment_box ul li {
		width: calc(calc(100% / 3) - 2%);
		margin: 0 1% 2rem 1%;
	}

	.equipment_box ul li:nth-child(4n) {
		margin-right: 1%;
	}

	.equipment_box_767 ul li:last-child {
		display: none;
	}

	.small_machine_box ul li .pro_des {
		flex: 3;
	}

	.small_machine_box ul li .pro_des .pro_txt .spec_list {
		flex: 3;
	}

	#footer {
		background: #000080;
	}

	.home_about_des ul li:last-child {
		display: none;
	}

	.industries_box {
		margin: 1.25rem auto 0 auto;
		padding: 1.25rem 0;
	}

	.line_box ul li a {
		flex-direction: column;
		padding: 0.5rem;
		text-align: center;
	}

	.line_box ul li .pro_des a img {
		margin-right: 0;
	}

	.sub_link_box ul li .sub_des a {
		font-size: 1.3rem;
	}
}

@media (max-width:640px) {
	.pro_banner_video::before {
		padding-top: 30%;
	}

	#etw_video_list ul li {
		width: 48%;
	}

	.hub_app_box ul {
		padding: 1.5rem;
	}

	.hub_app_box ul li .app_des {
		padding: 1rem;
		padding-left: 1.5rem;
	}

	.app_content .etw_hometitle span {
		display: inline;
	}

	.sub_link_box ul li .sub_des a {
		font-size: 1.25rem;
	}
}

@media (max-width:575.98px) {
	.pro_banner_video>h2 {
		width: 56%;
		max-width: 100%;
		padding: 1rem;
		font-size: 1.875rem;
	}

	.hub_machine_box ul li {
		width: 100%;
		margin-right: 0;
	}

	.other_line_box ul li {
		width: 100%;
		margin: 0 0 1rem 0;
		flex-direction: column;
	}

	.other_line_box ul li .pro_des {
		flex: none;
	}

	.item2 li {
		width: 100%;
		margin-right: 0;
	}

	.table_bg .table {
		width: 100%;
	}

	.small_machine_box ul li {
		flex-direction: column;
	}

	.small_machine_box ul li .pro_des {
		flex: 1;
		padding-left: 0;
	}

	.small_machine_box ul li .pro_des .pro_txt {
		flex-direction: column;
	}

	.small_machine_box ul li .pro_des .pro_txt .spec_list {
		padding-left: 0;
	}

	.small_pro_banner .small_banner_txt {
		font-size: 1.25rem;
	}

	.small_pro_banner .small_banner_txt span {
		font-size: 1.625rem;
	}

	.hub_app_box ul {
		padding: 1rem;
		margin-bottom: 1.25rem;
	}

	.hub_app_box ul li {
		flex-direction: column;
	}

	.hub_app_box ul li .app_des {
		padding: 1rem;
	}

	.equipment_box ul {
		justify-content: space-between;
	}

	.equipment_box ul li {
		width: 48%;
		margin: 0 0 1.25rem 0;
	}

	.equipment_box_767 ul li:last-child {
		display: block;
	}

	.hub_relate_box ul li a {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.hub_relate_box ul li .pro_img {
		width: 100%;
		padding: 0;
	}

	.hub_relate_box ul li .pro_des .more_menu {
		position: relative;
		float: right;
		right: 0;
		bottom: 0;
	}

	.hub_line_box ul li {
		width: 100%;
		margin: 0 0 1rem 0;
	}

	.app_list {
		margin: 1rem 0 2rem 0;
	}

	.app_list ul li {
		width: 50%;
	}

	.app_content .etw_hometitle {
		font-size: 1.25rem;
	}

	.app_content .etw_hometitle span {
		font-size: 1.875rem;
	}
}

@media (max-width:480px) {
	.pro_banner_video>h2 {
		width: 70%;
	}

	.video_content ul li {
		width: 100%;
		margin-bottom: 1rem;
	}

	.video_toptitle>span {
		font-size: 1.5rem;
		text-align: center;
	}
}

@media (max-width:379.98px) {
	.pro_banner_video>h2 {
		width: 80%;
	}

	.hub_app_box ul li .app_img .sample_img {
		width: 100px;
		height: 100px;
	}

	.hub_app_box ul li .app_img .sample_img img {
		width: 92px;
		height: 92px;
	}

	.equipment_box ul li {
		width: 100%;
	}

	#etw_video_list li {
		padding-bottom: 0;
	}

	#etw_video_list li a {
		flex-direction: column;
	}

	#etw_video_list li a .video_img {
		width: 100%;
	}

	#etw_video_list li a .video_des {
		width: 100%;
		padding: 0.5rem;
		text-align: center;
	}

	.home_about_des ul li {
		width: 100%;
	}

	.home_about_des ul li:last-child {
		display: block;
	}

	.app_list ul li {
		width: 100%;
	}

	.app_content .etw_hometitle {
		font-size: 1rem;
	}

	.app_content .etw_hometitle span {
		font-size: 1.25rem;
	}

	#etw_video_list ul li {
		width: 100%;
		margin: 0 0 0.5rem 0;
	}

	.pro_application_hub .webtitle {
		font-size: 1.625rem;
	}

	.pro_application_hub .webtitle span {
		font-size: 1.875rem;
	}

	.pro_banner_box .content h2,.pro_banner_box .content .etw_hometitle {
		font-size: 1.625rem;
	}

	.video_toptitle>span {
		font-size: 1.25rem;
		text-align: center;
	}
}

.overview_banner p {
	color: #333;
}

.overview_banner .background_overlay {
	opacity: .8;
}

.overview_box .items {
	display: flex;
	flex-wrap: wrap;
}

.overview-item {
	margin-bottom: 1rem;
	width: 49%;
	margin-right: 2%;
	border-bottom: 1px solid #eee;
	padding-bottom: 1rem;
}

.overview-item:nth-child(2n) {
	margin-right: 0;
}

.overview_box .webtitle {
	font-size: 2rem;
	text-transform: uppercase;
}

.overview_box .hub_app_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.overview_box .hub_app_box ul {
	width: calc(calc(100% / 3) - 2%);
	margin: 0 1% 2rem 1%;
	padding: 0;
}

.overview_box .hub_app_box ul li .app_img,.overview_box .hub_app_box ul li .app_des {
	width: 100%;
	flex: none;
}

.overview_box .hub_app_box ul li .app_img .sample_img {
	width: 100px;
	height: 100px;
}

.overview_box .hub_app_box ul li .app_img .sample_img img {
	width: 95px;
	height: 95px
}

.overview_box .hub_app_box ul li .app_des a strong {
	font-size: .9rem;
}

.overview_box .hub_app_box ul li .app_des a strong span {
	font-size: .9rem;
	display: inline;
}

@media (max-width:650px) {
	.overview_box .hub_app_box ul {
		width: calc(calc(100% / 2) - 2%);
	}

	.overview_box .webtitle {
		font-size: 1.6rem;
	}
}

@media (max-width:480px) {
	.overview-item {
		width: 100%;
		margin-right: 0 !important;
	}

	.overview_box .hub_app_box ul {
		width: calc(calc(100% / 1) - 2%);
	}
}