@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-weight:200;font-style:normal;font-family:Poppins;src:local('Poppins Light'),local('Poppins Light'),url(../font/Poppins-Light.woff2) format('woff2');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:Poppins;src:local('Poppins Regular'),local('Poppins Regular'),url(../font/Poppins-Regular.woff2) format('woff2');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:Poppins;src:local('Poppins Medium'),local('Poppins Medium'),url(../font/Poppins-Medium.woff2) format('woff2');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:Poppins;src:local('Poppins SemiBold'),local('Poppins SemiBold'),url(../font/Poppins-SemiBold.woff2) format('woff2');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:Poppins;src:local('Poppins Bold'),local('Poppins Bold'),url(../font/Poppins-Bold.woff2) format('woff2');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:700;font-style:normal;font-family:Poppins;src:local('Poppins Black'),local('Poppins Black'),url(../font/Poppins-Black.woff2) format('woff2');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-face {
  font-family: "iconfont";
  src: url("../font/iconfont2.ttf?t=1634891681130") format("truetype");
}
body {
  color: rgba(0, 0, 0, 0.94);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 1.55;
  font-weight: 300;
}
* {
  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-weight: 400;
  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: "Poppins-Medium";
}
a.link:hover {
  color: #174277;
  text-decoration: none;
}
.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: 2rem auto;
  font-size: 0.9rem;
  color: #666;
}

.img_list span {
  text-align: center;
  display: block;
  padding: 0.5rem;
  font-size: 0.9rem;
}
.img_list img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.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;
  padding: 3px 8px !important;
  text-align: left;
  font-size: 0.75rem;
}
.table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table tr:nth-child(even) {
  background-color: #fff;
}
.table-img {
  width: 100%;
  min-width: 200px;
}
.table-img img {
  width: 200px;
}
table,
td {
  border: 1px solid #ccc !important;
}
.table1 {
  width: auto;
}
.theme-send-inquiry-box {
  background: #252525 !important;
}
.theme-box-name {
  background: #c40000 !important;
  text-transform: uppercase;
  font-family: "Helvetica Condensed Bold";
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #ce0000;
}
.line_bg {
  width: 100%;
  height: 3px;
  background-color: #c40000;
  margin-bottom: 2rem;
}
span.s_title {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  padding-left: 2rem;
  color: #333;
  font-size: 1.1rem;
  background-color: #f7f7f7;
  display: inline-block;
  position: relative;
}
span.s_title::before {
  content: "\f192";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  color: #ce0000;
  font-family: fontawesome;
  font-size: 18px;
}

h4 {
  color: #333;
  font-size: 1.1rem;
  font-family: "helvetica condensed bold";
  margin-top: 1rem;
}
.h4_title {
  font-size: 1.5rem;
  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: 5px;
  background-color: #ce0000;
}
h2,
.etw_hometitle {
  display: block;
  line-height: 1.35;
  color: #000;
  font-size: 2.253rem;
  margin-bottom: 0;
  font-family: "helvetica condensed bold";
  text-transform: uppercase;
  background-color: #eff0f0;
  padding: 2rem 0;
}
.etw_hometitle {
  font-size: 1.6rem;
}
.etw_hometitle1 {
      font-size: 2.253rem;
}
.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: #289fe1;
  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: #00479d;
}
/* #header */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  float: left;
  background-color: #c40000;
  padding-top: 0.5rem;
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #252525;
  height: 30px;
  width: 100%;
  z-index: 0;
}
.header_in {
  padding-bottom: 3rem;
}
#etw_logo {
  width: auto;
  padding: 0.5rem 1rem;
  padding-right: 2rem;
  text-align: center;
  float: left;
  position: absolute;
  top: 27px;
  z-index: 1;
}

.top-nav {
  float: right;
  padding-top: 0.1rem;
}
.top-nav .navbar {
  padding: 0;
}
.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 0.85rem;
  font-family: "Helvetica Condensed Bold";
  text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  top: 33px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu > li > a,
.dropdown-menu-one li > a {
  background-color: #eee;
  font-size: 1rem;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  display: block;
  transition: all 0.5s;
}

.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: #252525;
  background-color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #252525;
  background-color: #fff;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: #fff;
  background-color: #252525 !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: #fff;
    padding: 0;
    box-shadow: none;
    position: fixed;
    width: 100% !important;
    margin-left: 0 !important;
    top: 82px !important;
    max-width: 1200px;
    left: 50% !important;
    margin-left: -600px !important;
    border: none;
    border-bottom: 1px #eee solid;
  }
  .top-nav .navproinfo {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  .top-nav .navleft {
    padding-left: 0;
    width: 24%;
    float: left;
    background: #c40000;
  }

  .top-nav .navclassname {
    display: block;
    color: #000;
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
  }
  .top-nav .navbar-nav .row .navleft li {
    line-height: 45px;
    border-bottom: 1px #f5f1f147 solid;
    clear: both;
  }
  .top-nav .navbar-nav .row .navleft li a {
    font-size: 14px;
    padding: 10px 0 10px 8px;
    display: block;
    line-height: 1.5rem;
    color: #fff;
  }
  .top-nav .navbar-nav .row .navleft li a.lidq,
  .top-nav .navbar-nav .row .navleft li a:hover {
    background: 0 0;
    color: #000;
    background: #fff;
  }
  .top-nav .navbar-nav .navright {
    width: 76%;
    padding-left: 10px;
    float: left;
    display: block;
    padding: 20px 10px;
  }
  .top-nav .navbar-nav .navright ul {
    width: 100%;
    display: none;
  }
  .top-nav .navbar-nav .navright ul .sub_title a {
    color: #252525;
    font-size: 1rem;
    margin-top: 1rem;
    display: block;
  }
  .top-nav .navbar-nav .navright ul.shownavpro {
    display: block;
  }
  .top-nav .navbar-nav .navright ul > li {
    display: flex;
    flex-wrap: wrap;
  }
  .top-nav .navbar-nav .navright ul.big > li ol {
    width: 15.5%;
    margin-right: 1%;
  }
  .top-nav .navbar-nav .navright ul.big > li ol:nth-child(6n) {
    margin-right: 0;
  }
  .top-nav .navbar-nav .navright ul.big > li ol:nth-child(4n) {
    margin-right: 1%;
  }
  .top-nav .navbar-nav .navright ul > li ol {
    width: 24%;
    margin-right: 1%;
    overflow: hidden;
  }
  .top-nav .navbar-nav .navright ul > li ol:nth-child(4n) {
    margin-right: 0;
  }
  .top-nav .navbar-nav .navright ul > li > a {
    font-size: 0.875rem;
    color: #252525;
  }
  .top-nav .navbar-nav .navright ul li ol li.product_con a:hover {
    text-decoration: underline;
    color: #c40000 !important;
  }

  .top-nav .navbar-nav .navright ul li ol li.product_img {
    width: 100%;
    text-align: center;
    padding: 0px;
  }
  .top-nav .navbar-nav .navright ul li ol li.product_img a {
    padding: 0px;
  }
  .top-nav .navbar-nav .navright ul li ol li.product_img img {
    width: 100%;
    transition: all 0.5s;
  }
  .top-nav .navbar-nav .navright ul li ol li.product_img img:hover {
    transform: scale(1.05);
  }
  .top-nav .navbar-nav .navright ul li ol li.product_con {
    width: 100%;
    margin: 0 auto;
    line-height: 18px;
    text-align: center;
    padding: 0px;
  }
  .top-nav .navbar-nav .navright ul li ol li.product_con a {
    color: #252525;
    display: block;
    line-height: 16px;
    padding: 10px 2px;
    font-size: 12px;
  }
  .top-nav .navbar-nav .navright ul li ol li.product_con a:hover,
  .top-nav .navbar-nav .navright ul li.lidq ol li.product_con a {
    color: #25499d;
  }
  .top-nav .navbar-nav .navright .more {
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }
  .top-nav .navbar-nav .navright .more a {
    background-color: #25499d;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 1s ease 0s;
  }
  .top-nav .navbar-nav .navright .more a:hover {
    background-color: #071638;
    box-shadow: -2px 4px 16px 0px rgba(50, 50, 50, 0.35);
  }
}
/* .etw_language */
.etw_language {
  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: "Poppins-Medium";
}

.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,
.banner_txt02 {
  max-width: 500px;
  position: absolute;
  top: 30%;
  right: inherit;
  bottom: inherit;
  left: 15%;
  color: #2f1b1a;
  text-align: left;
  text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px 2px 2px #fff,
    0px -2px 2px #fff;
  font-size: 1rem;
}
.banner_txt01 h5,
.banner_txt02 h5 {
  font-size: 2.3rem;
  line-height: 1.1;
  font-family: "Helvetica Condensed Bold";
}

.banner_txt02 {
  top: 30%;
  left: inherit;
  bottom: inherit;
  right: 16%;
}
/* comapny_cap */
.comapny_cap {
  width: 100%;
  overflow: hidden;
  background-color: #f6f5f5;
  padding: 3rem 0;
}
.comapny_cap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comapny_cap ul li {
  flex: 1;
  display: flex;
  align-items: center;
}
.comapny_cap ul li span {
  color: #48494c;
  font-size: 1.2rem;
  display: block;
  line-height: 1.25;
}
.comapny_cap ul li strong {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: #000;
}

/* main_pro */
.main_pro {
  width: 100%;
  margin: 3rem auto;
}
.main_pro_item {
  transition: all 0.5s;
  padding: 2rem 1rem;
  position: relative;
  height: 100%;
  border: 1px solid #e6e5e5;
  text-align: center;
}
.main_pro_item:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.main_pro_img img {
  margin: 0 auto;
  display: block;
}

.main_pro_des h3 {
  margin-bottom: 0;
}
.main_pro_des h3 a {
  color: #53565a;
  font-family: "Helvetica Condensed Bold";
  font-size: 1.1rem;
  transition: all 0.5s;
}
.main_pro_item:hover .main_pro_des h3 a {
  color: #c40000;
}
/* customization_box  */
.custom01 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
  position: relative;
}
.custom_bg {
  width: 100%;
}
.custom_bg .s_title {
  background: none;
  font-size: 1.5rem;
}
.custom_bg span.s_title::before {
  top: 12px;
}
.customization_box {
  width: 100%;
  margin: 3rem auto;
}
.customization_box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.customization_box ul li {
  width: 48%;
  margin-right: 2%;
}
.customization_box ul li:nth-child(2n) {
  margin-right: 0;
}
.customization_box ul li a {
  display: flex;
  color: #828486;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.customization_box ul li a h5 {
  color: #000;
}
.customization_box ul li a .custom_des {
  flex: 1;
  padding-left: 1rem;
}
.webtitle {
  font-size: 2rem;
  color: #010101;
  font-family: "Helvetica Condensed Bold";
  margin-bottom: 1rem;
}
.webtitle2 {
  font-size: 1.6rem;
}
.small_webtitle {
  color: #010101;
  position: relative;
  font-size: 1.8rem;
  font-family: "Helvetica Condensed Bold";
}
.small_webtitle::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 20%;
  height: 2px;
  background-color: #333333;
}
.small_webtitle::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 78%;
  height: 2px;
  background-color: #ce0000;
}

.faq_item_box dl {
  margin-bottom: 2rem;
  border-bottom: 1px dashed #ccc;
  position: relative;
  padding-left: 2.5rem;
}
.faq_item .iconfont {
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ce0000;
}
.faq_item span {
  display: block;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.about_faq .faq_item {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.35;
}
.about_faq .faq_item dl {
  padding-bottom: 0;
  margin-bottom: 0;
}
.faq_item_box dl::before {
  content: "1";
  position: absolute;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  font-size: 1.1rem;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #ce0000;
  color: #fff;
}
.faq_item_box dl:nth-child(2):before {
  content: "2";
}
.faq_item_box dl:nth-child(3):before {
  content: "3";
}
.faq_item_box dl:nth-child(4):before {
  content: "4";
}
.faq_item_box dl:nth-child(5):before {
  content: "5";
}
.faq_item_box dl:nth-child(6):before {
  content: "6";
}
.faq_item_box dl:nth-child(7):before {
  content: "7";
}
.faq_item_box dl:nth-child(8):before {
  content: "8";
}
.faq_item_box dl:nth-child(9):before {
  content: "9";
}
.faq_item_box dl:nth-child(10):before {
  content: "10";
}
.faq_item_box dl:nth-child(11):before {
  content: "11";
}
.faq_item_box dl:nth-child(12):before {
  content: "12";
}
.faq_item_box dl:nth-child(13):before {
  content: "13";
}
.faq_item_box dl:nth-child(14):before {
  content: "14";
}
.faq_item_box dl:nth-child(15):before {
  content: "15";
}
.faq_item_box dl:nth-child(16):before {
  content: "16";
}
.faq_item_box dl:nth-child(17):before {
  content: "17";
}

.faq_item_box dt {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.faq_item_box dd {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.9rem;
}
.etw_pic {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 1rem;
}
.etw_pic a {
  display: block;
  flex: 1;
}
.etw_gallery{position: relative;}
.etw_gallery ul{display: flex; flex-wrap: wrap; position: relative;}
.etw_gallery ul li{   width: 25%;
    margin: 0 0 4px 0;
    padding: 0 2px;
    position: relative;}
.etw_gallery ul li span{display: block;padding: 0.3rem 0 ;font-size: .8rem;line-height: 1.1rem; text-align: center;}
.etw_gallery2 ul li{width: 50%;}
.etw_gallery3 ul li{width: 33.33%;}
.etw_gallery5 ul li{width: 20%;}
.etw_gallery6 ul li{width: 16.66%;}
.etw_gallery ul li a,.etw_gallery_big a{width:100%;    display: flex;overflow:hidden;position: relative;    flex-wrap: wrap;
    align-items: center;
    justify-content: center;}
.etw_gallery ul li a:before,.etw_gallery_big a:before{    position: absolute;
    content: '';
    background: rgba(0 0 0 / 50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    transition: .3s all ease-in-out;}
.etw_gallery ul li a:after,.etw_gallery_big a:after{    position: absolute;content: "\f00e";color: #fff;font-size: 3rem;line-height: 3rem;font-family: FontAwesome;opacity: 0;transition: .6s all ease-in-out;}
.etw_gallery ul li a:hover:before,.etw_gallery_big a:hover:before{width: 100%;height: 100%;}
.etw_gallery ul li a:hover:after,.etw_gallery_big a:hover:after{opacity: 1;}
.etw_gallery_big{padding: 0 0 0 2px;}
@media (max-width:767.98px){
.etw_gallery3 ul li{width: 50%;}
}
/* ce_img */
.ce_img {
  width: 100%;
  text-align: center;
  border: 1px solid #e6e5e5;
  border-radius: 3px;
  padding: 2rem 0;
  margin: 3rem auto;
  margin-bottom: 1rem;
}
/* video_box */
.video_box {
  width: 100%;
  margin: 3rem auto;
  background-color: #333;
  padding: 3rem 0;
  overflow: hidden;
}
.video_box .content{max-width: 1400px;width: 94%;}
.video_box .webtitle {
  color: #fff;
}
.video_box a {
  display: block;
  position: relative;
  transition: all 0.5s;
}
.video_box a::before {
  font-family: fontawesome;
  content: "\f04b";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  color: #fff;
  width: 50px;
  height: 40px;
  background-color: #d81e06;
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
}
.video_box a:hover {
  transform: scale(1.02);
}
.video_box span {
  color: #fff;
  display: block;
  padding-top: 1rem;
}
.video_box p {
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: 1.6rem;
}
/* pro_banner_box */
.pro_banner_box {
  width: 100%;
  position: relative;
}

.probanner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0 0 0 / 45%);
  padding: 2rem;
  text-shadow: 1px 1px 4px #000, 0 0 15px #000;
  color: #fff;
}
.probanner_txt h2 {
  color: #fff;
  font-size: 2.8rem;
  font-family: "Helvetica Condensed Bold";
  background: none;
  padding: 0;
}
.probanner_txt span{   font-size: 1.8rem;
  line-height: 2.4rem;
  color: #fff;
  font-family: "Helvetica Condensed Bold";
  text-align: center;
  display: block;
  text-transform: uppercase;}
.about_des,
.pro_des {
  padding-top: 1rem;
}
.about_item_bg{background: #dde2e6;}
.cer_bg{background: #dde2e6;padding: 1rem 4rem;}
@media (max-width:991.98px){.probanner_txt{    left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  display: block;
  transform: none;
  top: 10%;}
  .probanner_txt span{font-size: 1.4rem;
    line-height: 2rem;}
}
@media (max-width:575.98px){.probanner_txt{display: none;}
}
/* hubproduct */
.hubproduct {
  width: 100%;
  margin: 3rem auto;
}
.hubpro_item {
  display: flex;
  flex-wrap: wrap;
}
.hubproduct_img {
  width: 65%;
}
.hubproduct_img img {
  height: 100%;
  width: 100%;
}
.hubproduct_des {
  width: 35%;
  padding: 3rem 2rem 1rem 2rem;
  color: #fff;
  line-height: 1.45;
  background-color: #585754;
}
.hubproduct_des a h3 {
  font-size: 1.42rem;
  text-transform: uppercase;
  font-family: "Helvetica Condensed Bold";
  color: #fff;
}
.hubproduct_des a.more {
  color: #fdda01;
  border: 2px solid #fdda01;
  padding: 0.2rem 1rem;
}
.hubproduct_des:hover a.more {
  background-color: #fdda01;
  color: #000;
}
.hubpro_item:nth-child(2n) .hubproduct_img {
  order: 1;
}
.hubpro_item:nth-child(2n) .hubproduct_des {
  order: 0;
  background-color: #333;
}
/* faq_box */
.faq_box {
  width: 100%;
  margin: 3rem auto;
  overflow: hidden;
}
.faq_item {
  width: 100%;
  height: 100%;
  background-color: #eee;
  padding: 2rem;
  padding-bottom: 3rem;
  transition: all 0.5s;
}
.faq_item a {
  color: #333;
  display: block;
}
.faq_item a dt {
  line-height: 1.35;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-family: "Poppins-Medium";
  font-weight: normal;
  font-size: 1.2rem;
}
.faq_item a dd {
  font-size: 0.9rem;
  line-height: 1.55;
}
.faq_item .btn {
  position: absolute;
  bottom: 1rem;
  background-color: #ce0000;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.2rem 0.5rem;
}
.faq_item:hover {
  background-color: #ccc;
}
.faq_item:hover .btn {
  background-color: #333;
}
.btn-primary {
  background-color: #333;
  border: 1px solid #333;
}
.btn-primary:hover {
  background-color: #ce0000;
  border: 1px solid #ce0000;
}
.contact_des span {
  font-size: 1.52rem;
  font-family: "Helvetica Condensed Bold";
  line-height: 1.35;
}
.contact_des .indent-left {
  padding-left: 3.6rem;
}
/* siger_prohub */
.big_title {
  width: 100%;
  margin: 0 auto;
}
.other_title {
  text-transform: uppercase;
}
.big_title a,
.big_title span {
  color: #333;
  text-align: center;
  font-family: "Helvetica Condensed Bold";
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.other_title span {
  font-size: 2rem;
}
.big_title a::before,
.big_title span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30%;
  height: 2px;
  background-color: #333333;
}
.big_title a::after,
.big_title span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 60%;
  height: 2px;
  background-color: #ce0000;
}
.siger_prohub {
  width: 100%;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.siger_proitem {
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 2rem;
  transition: all 0.8s;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
}
.siger_proitem:nth-child(3n) {
  margin-right: 0;
}
.sigerpro_img {
  overflow: hidden;
}
.sigerpro_img a img {
  transition: all 0.5s;
}
.siger_proitem:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.siger_proitem:hover img {
  transform: scale(1.05);
}
.sigerpro_name a {
  font-weight: normal;
  font-family: "Helvetica Condensed Bold";
  color: #333;
  font-size: 1.1rem;
  line-height: 1.35;
  margin: 1rem 0;
  display: block;
}
.siger_proitem:hover a {
  color: #ce0000;
}
.sigerpro_name dd {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.2rem;
  font-size: 0.85rem;
  color: #666;
}
.sigerpro_name dd::before {
  content: "\f192";
  font-family: fontawesome;
  position: absolute;
  left: 9px;
  top: 0;
  color: #ce0000;
  font-size: 0.8rem;
}

/* spec_list */
.spec_list {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.spec_list li {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-left: 5px solid #ce0000;
  padding-left: 0.5rem;
}
.spec_list li ol.spec_name {
  padding-right: 2rem;
  width: 45%;
  line-height: 1.35;
}
.spec_list .spec_des {
  width: 55%;
  line-height: 1.35;
  font-family: "Poppins-Medium";
  font-size: 1.3rem;
}

/* spec_list1 */
.spec_list1 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.spec_list1 li {
  width: 100%;
  display: flex;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.spec_list1 li ol.spec_name {
  padding-right: 2rem;
  width: 40%;
  line-height: 1.35;
  text-align: left;
}
.spec_list1 .spec_des {
  width: 65%;
  line-height: 1.35;
}

/* related_pro */
.related_pro {
  width: 100%;
  margin: 2rem auto;
}
.related_pro ul {
  display: flex;
  flex-wrap: wrap;
}
.related_pro ul li {
  width: 15.5%;
  margin-right: 1%;
  margin-bottom: 1rem;
}
.related_pro ul li:nth-child(6n) {
  margin-right: 0;
}
.related_pro ul li a {
  color: #333;
  text-align: center;
  display: block;
  padding: 0.5rem;
  margin-right: 2%;
  transition: all 0.5s;
  background-color: #eee;
  height: 100%;
}
.related_pro ul li:last-child a {
  margin-right: 0;
}
.related_pro ul li a:hover {
  background-color: #ccc;
  color: #c40000;
}
.related_pro ul li a span {
  display: block;
  padding-top: 0.5rem;
}
/* pagebody */
.pagebody {
  background: #f5f5f5;
  padding-bottom: 3rem;
}

/* sidebar */
.sidebar {
  width: 100%;
  background: rgba(57, 57, 57, 0.2);
  border: solid 1px #e8e8e8;
  border-bottom: none;
  border-radius: 6px;
}
.sidebar ul {
  width: 100%;
}
.sidebar ul li a {
  color: #444444;
  padding: 0rem 1rem;
  display: block;
  font-size: 0.785rem;
  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: 0.5rem 1rem;
  padding-left: 1.5rem;
  font-size: 0.9rem;
  position: relative;
  font-weight: 400;
}
.sidebar ul > li > a::before {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  left: 9px;
  top: 5px;
  font-size: 1.1rem;
}
.sidebar ul li a:hover,
.sidebar ul li a.dq {
  color: #c40000;
}
/* etw_right */
.etw_right {
  width: 100%;
  background: #ffffff;
  padding: 1rem;
}
.app_headerbg {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
/* #container */
#container {
  width: 100%;
  margin: 0 auto;
}
.home_box {
  margin: 0 auto;
  margin-top: 83px !important;
}
.bg-light {
  padding: 2rem;
}
/* etw_content */
.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* btn-inquiry */
.btn-inquiry span {
  display: block;
  background-color: #252525;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 0.35rem 0.75rem;
  display: block;
  border: 1px solid #000;
  color: #fff;
  transition: all 0.5s;
  text-transform: uppercase;font-weight: 400;
}
.btn-inquiry span:hover {
  background-color: #ce0000;
}
.btn-inquiry1 span { border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 0.35rem 0.75rem;
  display: block;
  border: 1px solid #252525;
  border-bottom: 1px solid #ce0000;
  color: #252525;
  transition: all 0.5s;
  font-weight: 400;
  font-size: 0.95rem;
  font-family: "Helvetica Condensed Bold";
}
.btn-inquiry1 span:hover {color: #fff;border: 1px solid #ce0000;
  background-color: #ce0000;
}
.btn1{   padding: 0;
  outline: none;
  box-shadow: none;}
.btn1:focus{box-shadow: none;}
.btn1 span{background-color: #252525;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 0.6rem 1.2rem 0.5rem 1.2rem;
  display: block;
  border: 1px solid #000;
  color: #fff;
  transition: all 0.5s;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
.btn1 span:hover {
  background-color: #ce0000;
}

/* inquiry_box */
.inquiry_box {
  width: 100%;
  background: #393939;
  background-size: cover;
  margin: 3rem 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;
}
.more1{color: #c40000;text-decoration: underline;}
.sendinquiry2{text-decoration: underline;cursor: pointer;transition: .3s all ease-in-out;}
.sendinquiry2:hover{color:#c40000}
.sendinquiry2 span{font-size:.85rem;line-height:1.1rem;text-decoration:underline;cursor:pointer;color:#c40000;transition:.3s all ease-in-out;display:inline-block;}
.sendinquiry2 span:hover{text-decoration:none}

/****link list****/
.tab_li{border:none;position:relative;margin:2rem 0 0 0}
.tab_li ul{width:100%;margin:0 auto;background:#dde2e6}
.tab_li li{font-size:1rem;line-height:1.6rem;position:relative;display:inline-block;color:#333;font-weight:300;padding:.5rem 0;cursor:pointer;font-family: "Helvetica Condensed Bold";margin:0 1.5rem}
.tab_li li:before{position:absolute;content:'';background:#333;width:0;height:1px;left:0;bottom:8px;transition:.3s all ease-in-out}
.tab_li li:hover{color: #c40000;}
.tabfixed{position:fixed;top:83px;left:0;margin:0;z-index:10;width:100%;background:#252525;right:0}
.tabfixed ul{max-width:1200px;width:100%;margin:0 auto;background:#252525}
.tabfixed ul li{color:#fff}
.tabfixed li:hover,.tabfixed li.dq{color: #fff;}
.tabfixed li:before{background:#fff}
.tabfixed li.dq:before,.tabfixed li:hover:before{width:100%}
@media (max-width:991.98px){.tabfixed{position:relative;top:auto;left:auto;right:auto}
.tabfixed ul{background:#dde2e6}
.tabfixed ul li{color:#333}
.tabfixed li:before{background:#333}
}
/* 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: 1.6rem;
  color: #333;
  padding-bottom: 0.5rem;
  font-family: "helvetica condensed bold";
  text-transform: uppercase;
}
.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.3rem;
  padding-left: 1rem;
}

ul.item li:before {
  content: "\f0da";
  font-family: fontawesome;
  position: absolute;
  left: 2px;
  top: 2px;
  color: #c40000;
  font-size: 0.8rem;
}
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;
  margin-top: 83px;
  margin-bottom: 1rem;
  padding-top: 1rem;
  color: #333;
  position: relative;
}
#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 {
  width: auto;
  text-align: center;
}
.related_pic {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.related_pic a {
  width: 23.5%;
  margin-right: 2%;
}
.related_pic a:nth-child(4n) {
  margin-right: 0;
}
.related_pic a:nth-child(4n + 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 {
  border: 1px #000 solid;
}
.related_pic span {
  font-size: 0.75rem;
  line-height: 0.9rem;
  display: block;
  text-align: center;
}

/* 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: #252525;
  background-size: cover;
  padding: 1rem 0;
  padding-top: 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.etw_bottom {
  max-width: 1200px;
  padding: 2rem 0;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.f_logo {
  position: absolute;
  top: -1rem;
}

.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: #ff920f;
}
#footer .left_share a i {
  color: #676767 !important;
  font-size: 1rem;
  padding: 0 0.2rem;
}
.etw_bottom {
  width: 100%;
  padding-bottom: 1.5rem;
  text-align: left;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 200;
}
.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: "Helvetica Condensed Bold";
  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;
}
.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: -1px;
  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: 0px;
  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: #fe0000;
}
#otherlink a:hover span {
  opacity: 1;
  top: -2px;
  transition: all 0.3s ease-in-out;
}
/* tags_box */
.tags_box {
  width: 100%;
  max-width: 1140px;
  margin: 1rem auto;
  color: #666;
}
.tags_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tags_box ul li {
  padding: 0.1rem 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: -12rem !important;
  }
  .dropdown-item {
    white-space: normal;
  }
}
@media (max-width: 1199.98px) {
  .content,
  #etw_content {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .header_in {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  #header {
    position: inherit;
    min-height: inherit;
    display: block;
    border-bottom: 1px solid #eee;
  }
  #header::before,
  .bg_box {
    display: none;
  }
  .banner_txt01,
  .banner_txt02 {
    top: 2%;
    right: 2%;
    left: 2%;
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .carousel-caption span {
    font-size: 1.2rem;
  }
  .banner_txt01 h5,
  .banner_txt02 h5 {
    font-size: 1.6rem;
  }

  .etw_right {
    padding: 0;
  }
  #etw_content {
    margin: 0 auto;
  }

  .home_box {
    margin-top: 0 !important;
  }
  #quicknav,
  .tags_box,
  .sidebar,
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  .sidebar {
    border: none;
  }

  .pagebody {
    background-color: #fff;
  }
  .app_headerbg {
    background: #f5f5f5;
    padding: 1rem;
    margin-top: 0;
  }
  #etw_logo {
    position: relative;
    top: 0;
    padding: 0;
  }
  .top-nav .navbar-nav .row {
    position: relative;
    top: 0;
    padding: 10px;
  }
  .top-nav .navbar-nav .nav-item .dropdown-menu-one {
    min-width: auto;
  }
  .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: 0;
    padding-top: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.6rem 1rem;
    border-right: none;
    font-size: 1rem;
    border-bottom: 1px solid #c5e2fa;
    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%;
  }
  .comapny_cap {
    padding: 1rem 0;
  }
  .comapny_cap .content {
    padding: 0;
  }
  .comapny_cap ul li {
    flex: none;
    width: 48%;
  }
  .comapny_cap ul li img {
    width: 80px;
  }
  .comapny_cap ul li strong {
    font-size: 1.4rem;
  }
  .comapny_cap ul li span {
    font-size: 1rem;
  }
  .hubproduct_img,
  .hubproduct_des {
    width: 100%;
  }
  .hubpro_item:nth-child(2n) .hubproduct_img {
    order: 0;
  }
  .hubpro_item:nth-child(2n) .hubproduct_des {
    order: 1;
  }
  .about_des,
  .pro_des {
    padding-top: 0;
  }
}
@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;
  }

  .spec_list li ol.spec_name {
    width: 35%;
  }
  .spec_des {
    width: 65%;
  }
  .siger_proitem {
    width: 49%;
  }
  .siger_proitem:nth-child(3n) {
    margin-right: 2%;
  }
  .siger_proitem:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 650.98px) {
  html {
    font-size: 14px;
  }
  .small_webtitle {
    margin-left: 0;
  }
  .related_pro ul li {
    width: 24%;
  }
  .related_pro ul li:nth-child(4n) {
    margin-right: 0;
  }
  .related_pro ul li:nth-child(6n) {
    margin-right: 1%;
  }
}
@media (max-width: 575.98px) {
  h2,
  .etw_hometitle {
    font-size: 1.3rem;
  }
  .probanner_txt h2 {
    font-size: 1.6rem;
    text-align: center;
  }
  .customization_box ul li {
    width: 100%;
    margin-right: 0;
  }
  .related_pro ul li {
    width: 48%;
  }
  .related_pro ul li:nth-child(2n) {
    margin-right: 0;
  }
  .etw_pic a {
    flex: none;
    width: 33.3%;
  }
  .custom01 {
    padding: 1rem;
  }
  .custom_bg {
    padding: 0.5rem;
  }
  .spec_list li ol.spec_name,
  .spec_list .spec_des {
    width: 50%;
  }
  .bg-light {
    padding: 1rem;
  }
  .siger_proitem {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 380.98px) {
  .carousel-caption h5 {
    font-size: 1.2rem;
  }

  #etw_logo img {
    width: 140px;
  }
  .app_img {
    flex-wrap: wrap;
  }

  .comapny_cap ul li {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .banner_txt01 h5,
  .banner_txt02 h5 {
    display: none;
  }
}
@media (max-width: 320.98px) {
  .navbar-light .navbar-toggler,
  .iconfont {
    font-size: 1.55rem;
  }
}
