@charset "utf-8";
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: fontawesome;
  src: url(//:) format("no404"),
    url(../font-awesome/fontawesome-webfont.woff) format("woff"),
    url(../font-awesome/fontawesome-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica Condensed Bold";
  src: url(../font/helvetica-condensed-bold.ttf) format("truetype");
}

@font-face {
  font-family: "Open-Sans";
  src: url(../font/Open-Sans.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans-Light";
  src: url(../font/OpenSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url(../font/OpenSans-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Intro";
  src: url(../font/Intro.ttf) format("truetype");
}

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.ttf?t=1622274305876") format("truetype");
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont2.ttf?t=1636437409681") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
body {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open-Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
* {
  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: 2rem;
  border-top: 1px solid #e8e8e8;
}
strong {
  font-weight: normal;
  font-family: "OpenSans-SemiBold";
  font-size: 1.1rem;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #016acf;
}
a:hover {
  color: #174277;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
}
a.link {
  color: #289fe1;
  display: inline-block;
  text-decoration: underline;
  font-family: "Intro";
}
a.link:hover {
  color: #174277;
  text-decoration: none;
}
.btn-secondary {
  padding: 0rem 0.5rem;
}
.layui-layer-btn a {
  color: #fff !important;
  margin-bottom: 1rem !important;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.review {
  color: #f00;
  font-size: 18px;
}
.brief {
  width: 100%;
  margin: 3rem auto;
  font-size: 0.9rem;
  color: #666;
}
.about_img {
  position: relative;
}
.about_img img {
  width: 100%;
}
.img_list span {
  text-align: center;
  display: block;
  padding: 0.5rem;
  font-size: 0.9rem;
}
.img_list_bg .img_item {
  display: block;
  background-color: #eee;
  height: 100%;
  padding-bottom: 1rem;
  position: relative;
}
.img_list_bg .img_item a {
  position: relative;
  z-index: 1;
}
.img_list_bg .img_item span {
  position: relative;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.img_list_bg .img_item::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(15, 153, 160, 1);
  opacity: 0.851;
  content: "";
  transition: all 0.3s linear 0s;
}
.img_list_bg .img_item:hover::after {
  left: 0;
  width: 100%;
  z-index: 0;
}
.img_list_bg .img_item:hover span {
  color: #fff;
}
.table {
  margin: 6px 0 0 0;
  margin-bottom: 0.5rem;
}
.table tr.top {
  background: #ccc !important;
  color: #333;
  text-align: center !important;
}
.inquiry {
  color: #00479d;
}
.table tr td {
  vertical-align: middle !important;
  text-align: left;
  color: #000;
}
.table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table-img {
  width: 100%;
  min-width: 200px;
}
.table-img img {
  width: 200px;
}
table,
td {
  border: 1px solid #fff !important;
}
.table1 {
  width: auto;
}
.theme-send-inquiry-box {
  background: #252525 !important;
}
.theme-box-name {
  background: #0f99a0 !important;
  text-transform: uppercase;
  font-family: "Helvetica Condensed Bold";
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #ce0000;
}

span.s_title {
  font-family: "OpenSans-SemiBold";
  color: #0f99a0;
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
}
.pd_section span.s_title {
  margin-top: 1rem;
}
.about_title {
  font-family: "Intro" !important;
}
h4 {
  color: #333;
  font-size: 1.1rem;
  font-family: "helvetica condensed bold";
  margin-top: 1rem;
}
.h4_title {
  font-size: 1.6rem;
  font-family: "Helvetica Condensed Bold";
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.h4_title span {
  display: block;
}
.h4_title::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #ce0000;
}
h2,
.etw_hometitle,
.pro_name span {
  display: block;
  line-height: 1.35;
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-family: "Intro";
}
h2 span,
.etw_hometitle span {
  display: block;
  font-size: 1.1rem;
  font-family: "OpenSans-SemiBold";
}
.pro_name span {
  position: relative;
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 2rem;
  padding-top: 0;
  font-family: "Helvetica Condensed Bold";
}
.pro_name span::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 5px;
  background-color: #0f99a0;
  bottom: 0;
  left: 0;
}
.pro_name {
  font-size: 1.5rem;
  font-family: "OpenSans-SemiBold";
  margin-bottom: 1rem;
}
.etw_hometitle {
  font-size: 1.4rem;
}
.etw_hometitle .btn-inquiry{display: inline-block;margin-left: 20px;}
span.s_title {
  font-size: 1.2rem;
}
.page_line {
  border-top: 2px dotted #666;
}
.small_title {
  font-size: 1.2rem;
  color: #666;
  margin-top: -0.5rem;
}
#etw_top {
  position: fixed;
  width: 35px;
  height: 35px;
  right: 5px;
  bottom: 100px;
  text-align: center;
  background: #ccc;
  z-index: 100;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  border-radius: 50%;
}
#etw_top a {
  color: #fff;
}
#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 */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  float: left;
  background-color: rgba(0, 15, 18, 0.6);
  padding-top: 1.5rem;
}

.header_in {
  padding-bottom: 3rem;
}
#etw_logo {
  width: auto;
  padding: 0.5rem 0;
  text-align: center;
  float: left;
  position: absolute;
  top: 0px;
  z-index: 1;
}

.top-nav {
  width: 100%;
  margin-top: 1rem;
  border-top: 1px solid #0f99a0;
}
.top-nav .navbar {
  padding: 0;
  float: right;
}
.nav-fixed {
  background-color: rgba(0, 15, 18, 0.9) !important;
  -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;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.top-nav .navbar-nav .nav-item .dropdown-menu-one {
  min-width: 48rem;
  padding: 0 0.5rem;
}
.dropdown-menu-one {
  background-color: #eee;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  transition: all 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem 1rem;
  font-family: "OpenSans-SemiBold";
  text-transform: uppercase;
  font-size: 1rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  top: 54px;
  border: none !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu > li > a {
  background-color: #0f99a0;
  color: #fff;
  font-size: 1rem;
  position: relative;
  display: block;
  transition: all 0.5s;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #02746d;
}
.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: #fff;
  background-color: #0f99a0;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #0f99a0;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: #fff;
  background-color: rgba(15, 153, 160, 0.6) !important;
}
.dropdown-item {
  font-size: 0.9rem;
}
.nav-item span.pro_icon {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  color: #fff;
  padding: 2px 8px;
  font-size: 2rem;
  width: 32px;
  height: 28px;
  line-height: 24px;
  display: none;
  text-align: center;
}

@media screen and (min-width: 991.98px) {
  .top-nav .navbar-nav .row {
    position: absolute;
    background: rgba(15, 153, 160, 1);
    padding: 0;
    box-shadow: none;
    position: fixed;
    width: 100% !important;
    top: 115px !important;
    left: 0 !important;
    right: 0 !important;
    border: none;
    border-bottom: 1px #eee solid;
    box-shadow: 0 !important;
    z-index: 99;
  }
  .top-nav .navproinfo {
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    margin: 0 auto;
  }
  .nav_pro_item ul {
    width: 100%;
    display: flex;
    padding: 1rem 0;
  }
  .nav_pro_item ul > li {
    margin-right: 1rem;
    width: 50%;
  }
  .nav_pro_item ul > li.product_con a {
    color: #fff;
    font-size: 0.9rem;
    font-family: "Intro";
    display: block;
    padding: 0.2rem;
  }
  .nav_pro_item ul > li.product_con a:hover {
    color: #f4b400;
  }
  .nav_pro_item ul > li.product_con ol a:hover {
    background-color: #03625c;
  }
  .nav_pro_item ul > li.product_con ol a {
    font-family: "OpenSans-Light";
    font-size: 0.8rem;
  }

  .more_icon {
    background-color: #03625c;
    display: inline-block;
    width: 80px;
    text-align: center;
    margin: 0.5rem auto;
  }
}
/* .etw_language */
.etw_language {
  float: right;
  display: flex;
  flex-wrap: wrap;
  padding-right: 0.533333rem;
  justify-content: flex-end;
  height: 20px;
  font-size: 12px;
  z-index: 1;
  position: relative;
}
#etw_language {
  float: right;
  width: auto;
  text-align: right;
}
#etw_language .dropdown-item {
  display: inline-block;
  width: auto;
  font-size: 0.8135rem;
  line-height: 12px;
  padding: 0 0 0 1.5rem;
  color: #fff;
  min-width: auto !important;
  background: none;
}
#etw_language .dropdown-item img {
  margin-right: 5px;
}
#etw_language .dropdown-item:hover {
  color: #00aae7;
  text-decoration: underline;
  background: none;
}
#etw_language .dropdown-item:focus,
#etw_language .dropdown-item:hover {
  background: none !important;
}
/* banner */
#banner {
  width: 100%;
  position: relative;
}

.carousel-caption span {
  font-size: 1.15rem;
  color: #c40000;
  font-family: "Intro";
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #c40000;
  border-radius: 50%;
  background-image: none;
  height: 40px;
  width: 40px;
  position: relative;
  line-height: 40px;
  cursor: pointer;
}
.carousel-control-next-icon::before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 2rem;
}
.carousel-control-prev-icon::before {
  font-family: fontawesome;
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 2rem;
}
.carousel-indicators li {
  background-color: #fff;
}
.carousel-indicators .active {
  background-color: #c40000;
}
.carousel-control-next,
.carousel-control-prev {
  background: none;
  border: none;
  z-index: 2;
}
.banner_txt01 {
  max-width: 480px;
  position: absolute;
  top: 35%;
  left: inherit;
  bottom: inherit;
  right: 20%;
  text-align: left;
  font-size: 1.1rem;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 1rem;
  color: #2f1b1a;
}
.banner_txt01 h5 {
  color: #2f1b1a;
  font-size: 2.3rem;
  line-height: 1.1;
  font-family: "Intro";
}
.pro_banner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.probanner_txt {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1rem;
}
.probanner_txt h2 {
  background: none;
  color: #fff;
  text-shadow: 0 3px 10px black;
  padding-bottom: 0;
  font-size: 2.5rem;
}
.pro_des p {
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  font-family: "OpenSans-SemiBold";
  line-height: 1.35;
}
.pro_des span {
  color: #f4b400;
  font-family: "Intro";
  font-size: 1.5rem;
  font-style: italic;
}
.about-video {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  margin-bottom: 1rem;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 1;
}
.about-video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 141, 132, 0.55);
  border-radius: 50%;
  z-index: -1;
}
.about-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #07645e;
  border-radius: 50%;
  z-index: -1;
}
.about-video i {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 1s;
  background: 0 0;
  font-family: fontawesome;
  padding-left: 0.4rem;
  box-shadow: 0 0.5rem 1rem rgba(204, 204, 204, 0.15);
  z-index: 3;
  line-height: 82px;
  z-index: 1;
}
.about-video:hover {
  color: #fff;
  background-color: #07645e;
}
.about-video:hover i {
  color: #000;
}
/* video_list */
.video_list {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.video_item {
  width: 100%;
  background-color: #eee;
}
.video_itemimg {
  position: relative;
}
.video_itemimg img {
  width: 100%;
}
.video_item span {
  display: block;
  text-align: center;
  padding: 1rem;
}
.video_item span a {
  color: #008d84;
}
.video_item:hover span a {
  color: #010101;
}
/* about_box */
.about_box {
  width: 100%;
  margin: 3rem auto;
}
.about_box p {
  font-size: 1.1rem;
  color: #414142;
}
.about_des {
  position: relative;
  height: 100%;
}
.etw_more {
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(15, 153, 160) 0%,
    rgb(16, 198, 207) 100%
  );
  color: #fff;
  padding: 0.2rem 2rem;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 30px;
  font-size: 1rem;
  transition: all 0.5s;
  float: right;
  text-transform: uppercase;
}
.etw_more:hover {
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(16, 198, 207) 100%,
    rgb(15, 153, 160) 0%
  );
  color: #000;
}
/* main_pro */
.main_pro {
  width: 100%;
  background-color: #f9f9f9;
  margin: 3rem auto;
  margin-top: 0;
  padding: 3rem 0;
  float: left;
}
.mainpro_top {
  width: 100%;
  margin: 1rem auto;
  position: relative;
}
.mainpro_top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #0b9aa1;
}
.more_title {
  font-size: 2rem;
  font-family: "Intro";
  text-align: left;
}
.more_title span {
  color: #b7cbe4;
}
.more_link {
  text-align: right;
  color: rgb(15, 153, 160);
  font-family: "OpenSans-SemiBold";
  font-size: 1.1rem;
  transition: all 0.5s;
  display: inline-block;
  float: right;
  position: relative;
  top: 1rem;
}
.more_link:hover {
  color: #000;
}
.main_pro_inner {
  background: none;
  padding: 0;
  overflow: hidden;
}

.main_pro_item {
  transition: all 0.5s;
  position: relative;
  height: 100%;
}
.main_pro_inner .main_pro_item {
  background-color: #fff;
  position: relative;
  padding-bottom: 3rem;
}
.main_pro_item:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.main_pro_img img {
  margin: 0 auto;
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
}
.main_pro_inner .main_pro_img a {
  border: 1px solid #f2f2f2;
  display: block;
}
.main_pro_inner .main_pro_img img {
  padding: 2rem;
}
.main_pro_des {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main_pro_inner .main_pro_des {
  width: 100%;
  position: inherit;
  bottom: inherit;
  left: inherit;
}
.main_pro_des h3 {
  margin-bottom: 0;
}
.main_pro_des h3 a {
  color: #fff;
  font-family: "Intro";
  font-size: 1.3rem;
  transition: all 0.5s;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  height: 80px;
  padding: 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.main_pro_inner .main_pro_des h3 a {
  background: none;
  color: #333;
  font-family: "Intro";
  font-size: 1.1rem;
  height: auto;
  padding-top: 1rem;
}
.main_pro_des h3 a::before {
  font-family: fontawesome;
  content: "\f061";
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fab900;
  transition: all 0.5s;
}
.main_pro_inner .main_pro_des h3 a::before {
  display: none;
}
.main_pro_item:hover .main_pro_des h3 a {
  color: #fab900;
}

.main_pro_item:hover .main_pro_des h3 a {
  background-color: rgba(0, 0, 0, 0.8);
}
.main_pro_inner .main_pro_item:hover .main_pro_des h3 a {
  background: none;
}
.main_pro_item:hover .main_pro_des h3 a::before {
  right: 0.2rem;
}
.main_pro_des p {
  color: #666;
  padding: 1rem;

  transition: all 0.5s;
  margin-bottom: 0;
}

.main_pro_des .etw_more {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
/* service_news_box */
.service_news_box {
  width: 100%;
  margin: 0 auto;
}
.service_item {
  margin-bottom: 2rem;
}
.service_item .service_des {
  overflow: hidden;
  height: 100%;
  padding: 1rem;
}

.service_inner .service_des {
  padding: 0;
}
.service_item a img {
  display: block;
  padding-bottom: 1rem;
  transition: all 1s;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.service_item a:hover img {
  transform: scale(1.05);
}
.service_item p {
  color: #4d4d4d;
  font-size: 1.1rem;
  font-family: "OpenSans-Light";
}
.service_des:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.service_inner .service_des:hover {
  box-shadow: none;
}
.service_more {
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(15, 153, 160) 0%,
    rgb(16, 198, 207) 100%
  );
  color: #fff;
  padding: 0.2rem 2rem;
  border-radius: 30px;
  font-family: "OpenSans-SemiBold";
  font-size: 1.1rem;
  transition: all 0.5s;
  display: inline-block;
}
.service_more:hover {
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(16, 198, 207) 100%,
    rgb(15, 153, 160) 0%
  );
  color: #000;
}
/* news_list */
#app_new_pro {
  display: none;
}
.news_list {
  width: 100%;
}
.news_list ul > li > ol {
  display: flex;
  flex-wrap: nowrap;
  padding: 1rem;
  background: #eee;
  margin-bottom: 2rem;
}
.news_list ul > li > ol > li.product_con {
  margin-right: 1rem;
}
.news_list ul > li > ol > li.product_img {
  width: 58%;
  max-width: 220px;
}
.news_list ul > li > ol > li.product_con .newstime {
  background: #ccc;
  padding: 0.5rem;
  clear: both;
}
.news_list ul > li > ol > li.product_con a {
  font-size: 1.2rem;
  color: #333;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  transition: 0.3s;
}
.news_list ul > li > ol > li.product_con p {
  color: #666;
}
.news_list ul > li > ol > li.product_con a:hover {
  color: #0b9aa1;
  text-decoration: none;
}
.news_name {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.news_name h2 {
  text-align: left;
  color: #0b9aa1;
  font-size: 1.2rem;
  margin-bottom: 12px;
  padding-bottom: 15px;
  border: none;
}
.news_name h5 {
  color: #777;
  font-size: 1rem;
}
.news_prevnext {
  width: 100%;
}
.news_detail img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.new_next {
  background-color: #eee;
  padding: 1rem;
  margin-top: 2rem;
}
.new_next a {
  font-size: 1.1rem;
  position: relative;
  padding-left: 1.5rem;
  color: #0b9aa1;
}
.new_next a::before {
  content: "\f178";
  position: absolute;
  color: #0b9aa1;
  left: 0px;
  top: -2px;
  font-family: fontawesome;
}
@media (max-width: 767.98px) {
  .news_list ul > li > ol {
    flex-wrap: wrap;
  }
  .news_list ul > li > ol > li.product_con {
    width: 100%;
  }
  .news_list ul > li > ol > li.product_img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

/* case_box */
.case_box {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
.case_item {
  position: absolute;
  right: 25%;
  top: 30%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 2rem;
  padding-top: 1rem;
}

.case_item a img {
  display: block;
}
.case_item i {
  padding-left: 1rem;
  color: #fab900;
  font-size: 2.4rem;
}
.case_item a:hover .webtitle,
.case_item a:hover .webtitle text {
  color: #fab900;
}
.webtitle {
  font-size: 2rem;
  color: #010101;
  font-family: "Intro";
  margin-bottom: 1rem;
  position: relative;
}
.webtitle text,
.webtitle span {
  color: #b7cbe4;
}
.webtitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #0b9aa1;
}
.other_title {
  color: #fff;
}
.main_pro .webtitle::before,
.case_box .webtitle::before {
  display: none;
}
.news_more {
  font-size: 1rem;
  font-family: "OpenSans-SemiBold";
  color: #0f99a0;
  font-style: italic;
  font-size: 1.1rem;
}
.news_more i {
  padding-left: 0.5rem;
  font-size: 1.23rem;
}
/* hub_pro */
.hub_pro {
  width: 100%;
  margin: 2rem auto;
  overflow: hidden;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dddddd;
}
.no_line {
  border-bottom: none;
}
.hub_pro_item {
  border: 2px solid #f2f2f2;
  padding: 1rem;
  height: 100%;
  transition: all 0.5s;
  background-color: #fff;
}

.hub_pro_des h3 {
  margin-bottom: 0;
}
.hub_pro_des h3 a {
  color: #fff;
}
.hub_pro_des dl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.hub_pro_des dt,
.hub_pro_des dd {
  position: relative;
  font-weight: normal;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.35;
  margin-bottom: 0.2rem;
}
.hub_pro_des dt {
  display: flex;
  align-items: center;
}
.hub_pro_des dd {
  color: #000;
  font-family: "Helvetica Condensed Bold";
}
.hub_pro_des dt .iconfont {
  color: #0f99a0;
  font-size: 1.5rem;
  padding-right: 5px;
}
.hub_pro_des .btn-inquiry span {
  color: #02746d;
  background: none !important;
}

.hub_pro_img {
  overflow: hidden;
}
.hub_pro_img img {
  transition: all 0.5s;
}
.hub_pro_img span {
  width: auto;
  display: inline-block;
  padding: 0.2rem 1rem;
  color: #fff;
  background: #0f99a0;
  border-radius: 22px;
  transition: all 0.5s;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.hub_pro_item:hover .hub_pro_img span {
  background-color: #f4b400;
  color: #fff;
}

.hub_pro_item:hover .hub_pro_img img {
  transform: scale(1.05);
}
.hub_title {
  margin-bottom: 1rem;
}
.hub_title a {
  color: #333;
  font-family: "OpenSans-SemiBold";
  font-size: 1.4rem;
  text-transform: uppercase;
}
/* advantage_list */
.advantage_box {
  width: 100%;
  margin: 3rem auto;
  margin-top: 0;
  background-color: #e9ecec;
  overflow: hidden;
  padding: 2rem 0;
}
.advantage_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.advantage_list li {
  width: 33%;
  padding: 1rem;
  margin-right: 2%;
  font-size: 0.9rem;
  border-top-right-radius: 50px;
}
.advantage_list_big li {
  width: 50%;
}

.advantage_list li span {
  display: block;
  font-family: "OpenSans-SemiBold";
  font-size: 1.1rem;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
.advantage_list i {
  color: #f4b400;
  font-size: 4rem;
  padding-right: 1rem;
}
/* icon_list */
.icon_list {
  display: flex;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.icon_list li {
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 30%;
}
/* project_item */
.project_item {
  width: 100%;
  position: relative;
  padding-bottom: 1rem;
  height: 100%;
}
.project_item a h3 {
  color: #008d84;
  font-family: "Helvetica Condensed Bold";
  font-size: 1.2rem;
  padding-top: 1rem;
  flex: 1;
  line-height: 1.25;
}
.project_item a span {
  color: #84a8a6;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.9rem;
}
.project_name {
  display: inline-block;
  display: flex;
}

.icon-3 {
  position: relative;
  overflow: hidden;
  width: 30px;
  transition: all 0.3s linear 0s;
  height: 30px;
  border: 2px solid #f1f2f8;
  top: 1.2rem;
}
.icon-3 i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 11px;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear 0s;
  color: #008d84;
}
.icon-3 i:last-child {
  left: -50%;
}
.icon-3:hover {
  background-color: #008d84;
  border-color: #008d84;
}
.icon-3:hover i {
  color: #ffffff;
}
.icon-3:hover i:first-child {
  left: 150%;
}
.icon-3:hover i:last-child {
  left: 50%;
}
/* pro_list */
.pro_list {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  margin-bottom: 3rem;
}
.bigpro_name a {
  color: #1a1a1a;
  display: block;
  font-size: 2rem;
  font-family: "Intro";
  margin-top: 2rem;
}
.bigpro_des {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.35;
}
.pro_list_item {
  width: 100%;
  border-right: 1px solid #ddd;
  height: 100%;
  padding: 1rem;
  transition: all 0.5s;
}
.pro_list div:nth-child(2n) .pro_list_item {
  border-right: none;
}
.pro_list_img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pro_list_img img {
  transition: all 0.5s;
}
.pro_list_des {
  color: #666;
  font-size: 0.9rem;
}
.prolist_name a {
  display: flex;
  align-items: center;
}

.pro_list_des h3 {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.pro_list_des a h3 {
  color: #1a1a1a;
  font-family: "OpenSans-SemiBold";
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-top: 1rem;
  flex: 1;
}
.pro_list_item:hover .pro_list_des a h3 {
  color: #008d84;
}
.pro_list_item:hover .pro_list_img img {
  transform: scale(0.9);
}

.pro_list_item:hover .icon-3 i:last-child {
  left: -50%;
}
.pro_list_item:hover .icon-3 {
  background-color: #008d84;
  border-color: #008d84;
}
.pro_list_item:hover .icon-3 i {
  color: #ffffff;
}
.pro_list_item:hover .icon-3 i:first-child {
  left: 150%;
}
.pro_list_item:hover .icon-3 i:last-child {
  left: 50%;
}
/* related_pro */
.related_pro {
  width: 100%;
  margin: 3rem auto;
  overflow: hidden;
}
.related_pro_item {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  position: relative;
  padding-top: 1.5rem;
}
.related_pro_item ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.relatedpro_img {
  flex: 1;
  padding: 1rem;
}
.video_box {
  position: relative;
}
.relatedpro_des {
  flex: 1;

  padding: 1rem;
}
.relatedpro_img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: inline-block;
  padding: 0.2rem 1rem;
  color: #fff;
  background: #0f99a0;
  transition: all 0.5s;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-family: "OpenSans-SemiBold";
}
.relatedpro_img .btn-inquiry span {
  position: inherit;
  width: inherit;
}
.relatedpro_des {
  font-size: 0.9rem;
}
.relatedpro_des dl {
  margin-bottom: 0;
}
.relatedpro_des dd {
  margin-bottom: 0.2rem;
}
.related_pro h3 {
  height: 0;
  display: none;
  color: #fff;
}
.related_pro .btn-inquiry span {
  display: inline-block;
  font-size: 0.8rem;
}

/* pd_tab */
.pd_tab {
  width: 100%;
  overflow: hidden;
  border-bottom: 4px solid #e1dfdd;
}
.pd_tab ul {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.pd_tab ul li a {
  color: #53565a;
  padding: 1rem 1.5rem;
  display: block;
  text-transform: uppercase;
  font-family: "OpenSans-SemiBold";
}
.pd_tab ul li a:hover,
.pd_tab ul li.active a {
  background-color: #e1dfdd;
  color: #53565a;
}
/* features_des */
.features_des {
  margin-top: 1rem;
}
.features_des p {
  height: 100%;
}
.features_des p strong {
  display: block;
}

/* technical_list */
.technical_list {
}
.technical_list li {
  position: relative;
  padding: 0.5rem;
}

.technical_list li span {
  font-family: "Helvetica Condensed Bold";
  font-size: 1.2rem;
  display: inline-block;
  padding-left: 0.5rem;
  color: #000;
}
/* other_pro */
.other_pro {
  width: 100%;
  margin: 0 auto;
}
.other_pro > li {
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 0.5rem;
}
.other_pro li > ol {
  width: 25%;
  background-color: #eee;
  padding: 0.5rem;
  margin-right: 2%;
  transform: all 0.5s;
}
.other_pro li .product_con a {
  color: #333;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  padding: 0.5rem;
  line-height: 1.35;
}
.other_pro li > ol:hover {
  background-color: #f9f9f9;
}
/* etw_pic */
.etw_pic {
  width: 100%;
  margin: 1rem auto;
  overflow: hidden;
}
.etw_pic ul {
  display: flex;
  flex-wrap: wrap;
}
.etw_pic ul li {
  width: 25%;
  overflow: hidden;
}
.etw_pic ul li a img {
  transition: all 0.8s;
  width: 100%;
}
.etw_pic ul li:hover a img {
  transform: scale(1.05);
}
.etw_pic2 ul li {
  width: 50%;
  overflow: hidden;
}
.etw_pic3 ul li {
  width: 33.333%;
  overflow: hidden;
}
/* .accordion */
.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1rem;
  width: 100%;
  background-color: #ccc;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.accordion p {
  padding: 1rem 2rem;
}

.accordion {
  position: relative;
  background-color: #eee;
}
.accordion dt {
  font-weight: normal;
  position: relative;
}
.accordion dt a {
  position: relative;
  padding-left: 1rem;
}

.accordionTitle,
.accordion__Heading {
  background-color: #eee;
  font-family: "OpenSans-SemiBold";
  padding: 1rem;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.accordionTitle:before,
.accordion__Heading:before {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  content: "+";
  font-size: 1.5rem;
  padding-right: 0.5rem;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  font-family: Arial, Helvetica, sans-serif;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #ccc;
  color: #000;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #ccc;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: auto;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: auto;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}

/* sidebar */
.sidebar {
  width: 100%;
  background-color: #fff;
}
.big_title {
  width: 100%;
  padding: 1rem;
  font-size: 1.4rem;
  font-family: "OpenSans-SemiBold";
  background-color: #008d84;
  color: #fff;
}
.sidebar ul {
  width: 100%;
}
.sidebar ul li a {
  color: #444444;
  padding: 0rem 1rem;
  display: block;
  font-size: 0.85rem;
  padding-bottom: 0.4rem;
  padding-left: 1.5rem;
  transition: all 0.5s;
}
.sidebar ul li {
  border-bottom: solid 1px #e8e8e8;
  cursor: pointer;
}
.sidebar ul > li > a {
  padding: 1rem 1rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  position: relative;
}
.sidebar ul > li > a::before {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  left: 9px;
  top: 1rem;
  font-size: 1.1rem;
}
.sidebar ul li a:hover,
.sidebar ul li a.dq {
  color: #008d84;
}
/* etw_right */
.etw_right {
  width: 100%;
  background: #ffffff;
  padding: 1rem 2rem;
}
.pagebody {
  width: 100%;
  margin: 0 auto;
  background-color: #f7f7f7;
}
/* #container */
#container {
  width: 100%;
  margin: 0 auto;
}
.home_box {
  margin: 0 auto;
}
.bg-light {
  padding: 2rem;
  padding-top: 1rem;
  overflow: hidden;
  background-color: #fff !important;
  border-top: 1px solid #dddddd;
}
/* etw_content */
.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* btn-inquiry */
.btn-inquiry span {
  display: block;
  background-color: #f4b400;
  border-radius: 32px;
  text-align: center;
  margin: 0 auto;
  padding: 0.2rem 0.75rem;
  display: block;
  color: #fff;
  transition: all 0.5s;
  font-family: "Intro";
  font-size: 0.8rem;
}
.btn-inquiry span:hover {
  background-color: #0f99a0;
}
.green span {
  background-color: #0f99a0;
}
.green span:hover {
  background-color: #f4b400;
}
/* inquiry_box */
.inquiry_box {
  width: 100%;
  background: url(../images/bg_des.jpg) no-repeat top;
  background-attachment: fixed;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.inquiry_box_inner {
  background-color: #eee;
  font-size: 1rem;
}

.inquiry_box .contact_box {
  padding: 2rem 1rem;
  color: #fff;
  width: 40%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1rem;
}

.inquiry_box .contact_box div {
  margin-bottom: 1.5rem;
}

/* etw_set_feedback_form */
.etw_set_feedback_form {
  width: 58%;
  background-color: #eee;
  padding: 2rem 1rem;
}
.feedback_form {
  width: 100%;
}
.form_contact_title h3,
.inquiry_box .contact_title a {
  font-size: 2rem;
  color: #333;
  padding-bottom: 0.5rem;
  font-family: "Intro";
}
.inquiry_box .contact_title a,
.inquiry_box .contact_box a {
  color: #fff;
}
.theme-title {
  color: #333 !important;
  text-align: center !important;
  border-bottom: 1px solid #333 !important;
  font-size: 1.2rem !important;
}
.theme-title i {
  display: none;
}
/* ul.item */
ul.item,
ul.item_circle {
  margin-bottom: 5px;
  width: 100%;
  float: none;
}
ul.item li,
ul.item_circle li {
  position: relative;
  text-align: left;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}

ul.item li:before {
  content: "\f0da";
  font-family: fontawesome;
  position: absolute;
  left: 2px;
  top: 2px;
  color: #0f99a0;
  font-size: 1rem;
}
ul.item_circle li:before {
  content: "" !important;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
}

/* #quicknav */
#quicknav {
  height: auto;
  color: #003d89;
  line-height: 1.2rem;
  font-size: 0.9rem;
  overflow: hidden;
  color: #333;
  position: relative;
  background-color: #f9f9f9;
  padding: 0.6rem 0;
}
#quicknav a {
  color: rgba(0, 0, 0, 0.4);
}
#quicknav ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#quicknav li {
  display: inline-block;
  padding: 0.2rem 0.4rem 0.2rem 0;
}
#quicknav li + li::before {
  padding: 0 5px;
  color: #1d252c;
  content: "/\00a0";
}
#quicknav a:hover {
  color: #00aae7;
}

/* .left_pics */
.left_pro_img,
.pro_img {
  position: relative;
}
.left_pics {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.left_pics img {
  text-align: center;
  mix-blend-mode: multiply;
  width: 100%;
}
.left_pics a {
  display: block;
  background-color: #f9f9f9;
}
.related_pic {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.related_pic a {
  width: 15%;
  margin-right: 2%;
}
.related_pic a:nth-child(6n) {
  margin-right: 0;
}
.related_pic a:nth-child(6n + 1) {
  clear: both;
}
.related_pic img {
  width: 100%;
  height: auto;
  float: left;
  border: 1px #eee solid;
  margin: 10px 0 5px 0;
}
.related_pic img:hover,
.related_pic a.imgdq img {
  border: 1px #0f99a0 solid;
}
.related_pic span {
  font-size: 0.75rem;
  line-height: 0.9rem;
  display: block;
  text-align: center;
}
/* history_item */
.history_item {
  width: 100%;
}
.history-year {
  color: #333;
  font-size: 1.5rem;
  font-family: "Helvetica Condensed Bold";
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.history-year::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background-color: #333;
}
.history-img {
  padding: 1rem;
  background-color: #eee;
  text-align: center;
  margin-bottom: 1rem;
}

/* contact-info */
.almi-contact-info-box {
  background-color: #f7f7f7;
  padding: 1rem;
  height: 100%;
}
.almi-contact-info-box h3 {
  font-size: 1.4rem;
}
.contact-info-box {
  display: flex;
  align-items: center;
}
.contact-info-icon {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
  margin-right: 20px;
  transition: all 0.3s;
}
.contact-info-box:hover .contact-info-icon {
  border: 2px solid #00aae7;
}
.contact-info-icon i {
  font-size: 1.3rem;
  color: #999;
}
ul.contact-info {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  flex: 1;
}
ul.contact-info li,
ul.contact-info li a {
  color: #656970;
  font-weight: 500;
  margin-bottom: 0;
}

/* footer */
#footer {
  width: 100%;
  background: #4a4f54;
  padding: 2rem 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.etw_bottom {
  max-width: 1200px;
  padding: 2rem 0;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.home_link {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #393939;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 0;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #fab900;
}
#footer .left_share a i {
  color: #fff !important;
  font-size: 1rem;
  padding: 0 0.5rem;
}
.etw_bottom {
  width: 100%;
  padding-bottom: 1.5rem;
  text-align: left;
  font-size: 0.8rem;
  color: #fff;
}
.etw_bottom .etw_foot_title {
  border: none;
  color: #fff;
  position: relative;
}

.etw_bottom .etw_foot_title a,
.etw_bottom .etw_foot_title {
  color: #fff;
  font-size: 1.2rem;
  display: block;
  font-family: "OpenSans-SemiBold";
  text-transform: uppercase;
}
.etw_bottom .etw_foot_title a:hover {
  color: #000;
  text-decoration: none;
}
.pblist {
  overflow: hidden;
  margin: 0.5rem auto;
}
.etw_bottom a {
  color: #fff;
}
.etw_bottom a:hover {
  color: #000;
}
.etw_bottom ul {
  width: 100%;
  margin-right: 2%;
  float: left;
  display: flex;
  flex-flow: wrap;
}
.etw_bottom ul li {
  width: 100%;
  float: left;
}
.etw_bottom ul > li > a {
  display: block;
  line-height: 1.4rem;
  padding-left: 1rem;
  color: #fff;
  position: relative;
  font-weight: 400;
  position: relative;
}
.etw_bottom ul > li > ol {
  padding-left: 1rem;
  margin-bottom: 1rem;
  float: left;
}
.etw_bottom ul > li > a:before {
  position: absolute;
  content: "\f105";
  left: 2px;
  top: 0px;
  font-family: fontawesome;
  color: #fff;
}
.cot_add,
.cot_tel,
.cot_email,
.cot_people,
.cot_mobile,
.cot_fax,
.cot_whatsapp {
  position: relative;
  padding-left: 25px;
  display: block;
  margin-bottom: 3px;
  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: "\f2be";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_mobile:before {
  content: "\f10b";
  position: absolute;
  left: 4px;
  top: -4px;
  color: #fff;
  font-family: fontawesome;
  font-size: 22px;
}
.cot_fax:before {
  content: "\f1ac";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_whatsapp:before {
  content: "\f232";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 18px;
}

#etw_coper {
  margin-top: 2px;
  width: 100%;
  line-height: 22px;
}
#etw_coper a {
  display: block;
  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 {
  color: #fab900;
}
#otherlink a:hover span {
  opacity: 1;
  top: -2px;
  transition: all 0.3s ease-in-out;
}
/* tags_box */
.tags_box {
  width: 100%;
  max-width: 1200px;
  margin: 1rem auto;
  color: #ccc;
}
.tags_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tags_box ul li {
  padding: 0.3rem 0.5rem;
  font-size: 12px;
}
.tags_title {
  padding: 0.1rem 0.5rem;
}

/*sitemap*/
#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;
}
@media (max-width: 1300.98px) {
  .top-nav .navbar-nav .row {
    width: 100% !important;
    margin-left: 0 !important;
    left: 0 !important;
  }
}
@media (max-width: 1299.98px) {
  .dropdown-menu {
    left: -2rem !important;
  }
  .dropdown-item {
    white-space: normal;
  }
  .navbar-expand-lg .navbar-nav .nav-link{padding: 1rem 0.875rem;font-size: 0.855rem;}
}
@media (max-width: 1199.98px) {
  .pagebody,
  #etw_content,
  .etw_right,
  .big_pagebody,
  .etw_bottom {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .header_in {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .webtitle {
    font-size: 1.5rem;
  }

  .etw_more {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  .btn-inquiry span{padding: 0.2rem 0.4rem;font-size: 0.7rem;}
}
@media (max-width: 991.98px) {
  #header {
    position: inherit;
    min-height: inherit;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
  }
  #header::before,
  .bg_box {
    display: none;
  }
  .banner_txt01 {
    top: 2%;
    right: 2%;
    left: 2%;
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .carousel-caption span {
    font-size: 1.2rem;
  }
  .banner_txt01 h5 {
    font-size: 1.6rem;
  }

  #etw_content {
    margin: 0 auto;
  }

  #quicknav,
  .tags_box,
  .sidebar,
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  .sidebar {
    border: none;
  }

  #etw_logo {
    position: relative;
    top: 0;
    padding: 0;
  }

  .top-nav .navbar {
    float: left;
    width: 100%;
  }
  .top-nav .navbar-nav .row {
    position: relative;
    top: 0;
  }

  .nav-item span.pro_icon {
    display: block;
  }
  .navbar-light .navbar-toggler {
    color: #fff;
    margin-right: 1rem;
    font-size: 2.5rem;
    border: none;
  }
  .top-nav {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
    border-top: 1px solid #666;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.6rem 1rem;
    border-right: none;
    font-size: 1.2rem;
    border-bottom: 1px solid #666;
    color: #fff;
    text-transform: none;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu > li > a,
  .dropdown-menu-one li > a {
    font-size: 1rem;
    font-weight: 600;
  }
  .dropdown-menu-one li > ol > a {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .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;
    background-color: #252525;
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    border-radius: 0;
    color: #fff;
    background-color: #252525;
  }
  .top-nav .navbar-nav .navright {
    display: none;
  }
  .navleft {
    width: 100%;
  }
  .navleft li a {
    color: #333;
    padding: 0.35em 1rem;
    display: block;
  }
  .navleft li a:hover {
    color: #c40000;
  }
  .etw_language {
    display: block;
    float: right;
    height: auto;
  }
  .etw_language > ul {
    position: relative;
    z-index: 9;
    float: right;
    margin: 0 1rem;
    font-size: 1rem;
    border-radius: 8px;
  }
  .etw_language > ul > li > a {
    display: block;
    color: #000;
    padding: 0rem 1rem;
  }
  .etw_language ul ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 0;
    background-color: #ffffff;
    min-width: 100px;
  }
  .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;
  }
  #etw_language .dropdown-item img {
    display: none;
  }

  #floatchatiframe2011 {
    width: 100%;
  }
  .webtitle {
    font-size: 1.3rem;
  }
  .main_pro_des h3 a {
    font-size: 1rem;
  }
  .main_pro_des h3 a::before {
    font-size: 1.4rem;
    right: 0.2rem;
  }
  .about_des p {
    font-size: 0.9rem;
  }
  .about_des text {
    display: none;
  }
  .navproinfo > div {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
  }
  .nav_pro_item ul > li.product_img,
  .nav_pro_item ul > li.product_con ol {
    display: none;
  }
  .nav_pro_item ul > li.product_con > a {
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    display: block;
    color: #fff;
    background-color: #0f99a0;
    border-bottom: 1px solid #02746d;
    transition: all 0.3s;
  }
  .nav_pro_item ul > li.product_con > a:hover {
    background-color: rgba(15, 153, 160, 0.6);
  }
  #menu-items {
    border-radius: 0 !important;
  }
  .service_item a img {
    height: auto;
  }
}
@media (max-width: 768.98px) {

  .inquiry_box .contact_box {
    display: none;
  }
  .inquiry_box .contact_box,
  .etw_set_feedback_form {
    width: 100%;
  }
  .inquiry_box .contact_box {
    left: 0;
    top: 0;
  }
  .webtitle {
    font-size: 1.8rem;
  }
  .icon_list {
    flex-wrap: wrap;
  }
  .icon_list li {
    width: 46%;
  }
  .probanner_txt h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 650.98px) {
  .btn-inquiry span{padding: 0.2rem 0.75rem;font-size: 0.9rem;}
  html {
    font-size: 14px;
  }
  .small_webtitle {
    margin-left: 0;
  }
  .main_pro_des h3 a {
    font-size: 1.4rem;
  }
  .main_pro_des h3 a::before {
    font-size: 1.8rem;
    right: 0.5rem;
  }
  .probanner_txt {
    bottom: inherit;
    top: 30%;
    left: 2%;
  }
  .probanner_txt h2 {
    font-size: 1.6rem;
  }
  .service_inner {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  h2,
  .etw_hometitle {
    font-size: 1.3rem;
  }
  .advantage_list {
    flex-wrap: wrap;
  }
  .advantage_list li {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
    border-radius: 0 !important;
  }
  .technical_list li {
    width: 100%;
    margin-right: 0;
  }
  .other_pro > li {
    flex-wrap: wrap;
  }
  .other_pro li > ol {
    width: 48%;
    margin-bottom: 1rem;
  }
  .pd_tab ul {
    flex-wrap: wrap;
  }
  .pd_tab ul li {
    width: 100%;
  }
  .pd_tab ul li a {
    width: 100%;
    display: block;
  }
  .probanner_txt {
    top: 10%;
  }
  .probanner_txt h2 {
    font-size: 1.3rem;
  }
  .more_link {
    top: 0;
  }
}
@media (max-width: 380.98px) {
  .carousel-caption h5 {
    font-size: 1.2rem;
  }

  #etw_logo img {
    width: 140px;
  }

  .banner_txt01 h5 {
    display: none;
  }
}
@media (max-width: 320.98px) {
  .navbar-light .navbar-toggler,
  .iconfont {
    font-size: 1.55rem;
  }
}
