@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 {
  src: url(../font/helvetica-condensed-bold.ttf) format("truetype");
}
@font-face {
  font-family: "FagoNoTf";
  src: url(../font/FagoNoTf.ttf) format("truetype");
}
@font-face {
  font-family: "FagoNo-Bold";
  src: url(../font/FagoNo-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "OpenSans-Light";
  src: url(../font/OpenSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url(../font/OpenSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url(../font/OpenSans-SemiBold.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=1637905220407") 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: #333;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
* {
  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-size: 1.2rem;
  display: inline-block;
  padding-bottom: 0.6rem;
}
b {
  font-weight: normal;
  font-size: 1.05rem;
  color: #000;
}
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;
}
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;
}
.img_border img{ border:1px #eee solid;}
.img_list span {
  text-align: center;
  display: block;
  padding: 0.5rem;
  font-size: 0.9rem;
}
.img_list a {
  overflow: hidden;
  display: block;
  position: relative;
}

.img_list a img {
  transition: all 0.5s;
  width: 100%;
}
.img_list a:hover img {
  transform: scale(1.1);
}

.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: #eee !important;
  color: #333;
  text-align: center !important;
  font-weight: bold;
}
.inquiry {
  color: #00479d;
}
.table tr td {
  vertical-align: middle !important;
  text-align: left;
  color: #000;
  font-size: 14px;
  padding: 8px 3px !important;
}
.table tr:nth-child(odd) {
  background-color: #eee;
}
.table tr:nth-child(even) {
  background-color: #eaeaea;
}
.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: rgba(20, 47, 71, 1) !important;
  text-transform: uppercase;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.big_title {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
span.s_title {
  color: #00809b;
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
span.s_title small {
  color: #666;
  display: block;
  font-size: 0.9rem;
}
.pd_section span.s_title {
  margin-top: 1rem;
}

h4 {
  color: #333;
  font-size: 1.1rem;
  margin-top: 1rem;
}
.h4_title {
  font-size: 1.6rem;
  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 {
  display: block;
  line-height: 1.35;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 2rem;
  padding-bottom: 1rem;
}
h2 small {
  display: block;
  color: #666;
}
.etw_hometitle {
  margin-bottom: 1rem;
}

#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: rgba(20, 47, 71, 0.86);
}

.header_in {
  padding-bottom: 3rem;
}
#etw_logo {
  width: auto;
  padding: 0.5rem 0;
  text-align: center;
  float: left;
  position: absolute;
  top: 0.2rem;
  z-index: 1;
}

.top-nav {
  width: 100%;
}
.top-nav .navbar {
  padding: 0;
  float: right;
}
.nav-fixed {
  background: rgba(20, 47, 71, 0.96) !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;
  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: #00809b;
  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 #00809b;
}
.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: #00809b;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #00809b;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: #fff;
  background-color: #183353 !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;
}

/* .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;
  padding-top: 0.5rem;
}
#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: #254061;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 0.8;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  position: relative;
  cursor: pointer;
  background-color: #254061;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 12px;
}
.carousel-indicators li {
  background-color: #fff;
}
.carousel-indicators .active {
  background-color: #00809b;
}
.carousel-control-next,
.carousel-control-prev {
  background: none;
  border: none;
  z-index: 2;
}
.banner_01 {
  width: 100%;
  max-width: 1000px;
  background: rgba(20, 47, 71, 0.6);
  color: #fff;
  padding: 30px;
  left: -18%;
  bottom: inherit;
  top: 40%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.35;
}
.banner_01 h1 {
  text-transform: uppercase;
  font-size: 2.83rem;
}

/* main_pro */
.main_pro {
  width: 100%;
  margin: 3rem auto;
  background: rgba(0, 130, 156, 0.05);
  padding: 3rem;
}
.mainpro_item {
  background: #fff;
  transition: all 0.5s;
  height: 100%;
  position: relative;
  padding: 2rem;
  padding-bottom: 8rem;
}
.mainpro_item a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
  opacity: 0;
}
.mainpro_item:hover {
  background: #254061;
}
.mainpro_item:hover a:before {
  height: 100%;
  width: 100%;
  opacity: 1;
  background: url(../images/bollo-fluo-2.png) no-repeat top center;
}
.row .col-sm-6:nth-of-type(2n) .mainpro_item:hover a:before {
  background: url(../images/bollo-fluo-1.png) no-repeat top center;
}

.mainpro_item a {
  display: block;
  color: #000;
}
.mainpro_item:hover a,
.mainpro_item:hover a small {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.mainpro_item a .mainpro_img {
  text-align: center;
  position: relative;
}
.mainpro_txt {
  background: url(../images/pro_bg.png) no-repeat;
  background-size: cover;
  border-radius: 18px;
  padding: 1rem;
  position: absolute;
  bottom: 2rem;
  left: 5%;
  right: 5%;
}

.mainpro_txt h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.mainpro_txt h3 small {
  display: block;
  color: #666;
  padding-top: 0.5rem;
  font-size: 0.8rem;
}
/* customer_cases */
.customer_cases {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.customer_cases a {
  color: #4c5256;
  display: block;
  height: 100%;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.customer_cases a img {
  transition: all 0.5s;
}
.customer_cases a:hover img {
  transform: scale(0.99);
}
.customer_cases a h3 {
  font-size: 1.1rem;
  padding: 1rem;
  line-height: 1.55;
}
.customer_cases a .btn-more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #00809b;
}
.customer_cases a .btn-more i {
  font-size: 0.9rem;
  left: 0.6rem;
  transition: all 0.5s;
  position: relative;
}
.customer_cases a:hover .btn-more i {
  left: 1rem;
}
/* capabilities_box */
.capabilities_box {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.capabilities_box a {
  display: block;
  position: relative;
  color: #fff;
}
.capabilities_box .capabilities_txt {
  width: 100%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(20, 47, 71, 0.6);
  padding: 2rem;
  text-align: center;
}
.capabilities_box .btn-more {
  width: auto;
  padding: 0.2rem 2rem;
  color: #00809b;
  display: inline-block;
  transition: all 0.5s;
  border: 1px solid #00809b;
}
.capabilities_box .btn-more:hover {
  background-color: #0f599b;
  color: #fff;
}
/* .webtitle  */
.webtitle {
  font-size: 2.25rem;
  color: #00809b;
  margin-bottom: 1rem;
  position: relative;
  font-weight: bold;
}
.webtitle small {
  color: #666;
  font-size: 1.2rem;
  display: block;
}
.capabilities_box .capabilities_txt .webtitle {
  color: #fff;
}
.capabilities_box .capabilities_txt .webtitle small {
  color: #eee;
}
/* about_box */
.about_box {
  width: 100%;
  margin: 3rem auto;
}
.about_des {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.65;
  color: #000;

  font-size: 1.1rem;
}

.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;
  background-color: #00809b;
  transition: 0.3s ease-in-out;
}
.about-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #00809b;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-box {
  position: relative;
}
.videoAll a {
  text-decoration: underline;
  color: #333;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.videoAll a:hover {
  color: #00809b;
}
.videoAll.img_list div:hover a::before {
  background-color: transparent;
  text-decoration: none;
}
.video_tit {
  font-size: 1.2rem;
}
.img_list .about-video {
  width: 60px;
  height: 60px;
}

.about-video i {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.3s;
  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;
}
.img_list .about-video i {
  line-height: 62px;
}
.about-video:hover i {
  color: #000;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(235, 34, 44, 0.29),
      0 0 0 10px rgba(235, 34, 44, 0.09), 0 0 0 20px rgba(235, 34, 44, 0.29);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(235, 34, 44, 0.29),
      0 0 0 20px rgba(235, 34, 44, 0.29), 0 0 0 40px rgba(235, 34, 44, 0.29);
  }
}

.btn_more {
  width: auto;
  padding: 0.2rem 2rem;
  color: #00809b;
  display: inline-block;
  transition: all 0.5s;
  border: 1px solid #00809b;
}
.btn_more:hover {
  background-color: #0f599b;
  color: #fff;
}
/* hub_pro */
.hub_pro {
  width: 100%;
  margin: 0rem auto;
  margin-bottom: 2rem;
}
.hubpro_item {
  background-color: #eee;
  padding: 2rem;
  transition: all 0.5s;
}
.hubpro_item a {
  color: #333;
}
.hubpro_item a small {
  display: block;
  color: #666;
  font-size: 0.9rem;
  padding-top: 0.5rem;
}
.hubpro_item:hover {
  background-color: #254061;
}
.hubpro_item:hover a,
.hubpro_item:hover h3 {
  color: #fff;
}
.hubpro_item:hover a small {
  color: #fff;
}
.hubpro_item h3 {
  font-weight: bold;
  color: #254061;
}
/* other_pro */
.other_pro {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.other_title {
  background-image: -webkit-linear-gradient(359deg, #142f47 0%, #215d92 100%);
  background-image: linear-gradient(-269deg, #142f47 0%, #215d92 100%);
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding: 2rem 1rem;
  color: #fff;
  overflow: hidden;
}

.ohterpro_item.card {
  border-radius: 10px !important;
  padding: 2rem 0 8rem 0;
}
.card-title {
  font-weight: bold;
}
.card-text {
  font-size: 0.9rem;
}
.ohterpro_item .ohterpro_item-vertical {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 33.333%,
    rgba(20, 47, 71, 1) 66.666%,
    rgba(255, 255, 255, 0) 99.999%
  );
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: 0.5s;
  cursor: pointer;
}
.ohterpro_item .ohterpro_item-vertical:hover {
  background-position: 0% 0%;
  transition: 0.5s;
}
.ohterpro_item .ohterpro_item-vertical:hover div.ohterpro_item-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.ohterpro_item .ohterpro_item-vertical:hover * {
  color: white;
  transition: 0.5s;
}
/* structure_list */
.structure_box {
  background-color: #c2e4d6;
  padding: 1rem;
  margin-bottom: 2rem;
}
.structure_box figure {
  margin-bottom: 0;
}
.structure_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}
.structure_list li {
  padding: 0 5px;
}

/* pro_img_des */
.pro_img_des {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}
.pro_img_des li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
.pro_img_des li:last-child {
  border: none;
}
.pro_img_des li .pro_txt {
  flex: 2;
  padding: 1rem;
}
.pro_img_des li .pro_img {
  flex: 1;
}
.pro_img_des li .pro_txt h3 {
  text-align: left;
  line-height: 1.35;
  font-size: 1rem;
  font-weight: bold;
}
.pro_img_des li:nth-child(2n) .pro_txt {
  order: 0;
  text-align: right;
}
.pro_img_des li:nth-child(2n) .pro_txt h3 {
  text-align: right;
}
.pro_img_des li:nth-child(2n) .pro_img {
  order: 1;
}

/* etw_sidebar */
#etw_sidebar {
  width: 100%;
}
.etw_productlist {
  border: 1px solid #ccc;
  padding: 2rem;
}
#etw_sidebar .etw_hometitle {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.6rem;
  border-bottom: solid 1px #a6abaf;
  color: #000;
  text-align: center;
}
#etw_sidebar ul {
  width: 100%;
}
#etw_sidebar ul li a {
  color: #67707f;
  padding: 0rem 1rem;
  display: block;
  font-size: 0.9rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  transition: all 0.5s;
  line-height: 1.35;
  display: block;
}
#etw_sidebar ul li {
  border-bottom: solid 1px #e8e8e8;
  cursor: pointer;
}
#etw_sidebar ul > li > a {
  padding: 1rem 1rem;
  padding-left: 1.5rem;
  font-size: 1.1rem;
  position: relative;
  line-height: 1.35;
  display: block;
}
#etw_sidebar ul > li > a::before {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  left: 9px;
  top: 1rem;
  font-size: 1.1rem;
}
#etw_sidebar ul li a:hover,
#etw_sidebar ul li a.dq {
  color: #00809b;
}
#etw_contactin {
  margin-top: 2rem;
  color: #fff;
  line-height: 1.35;
}
#etw_contactin a {
  color: #fff;
  margin-bottom: 1rem;
}
#etw_contactin .etw_hometitle {
  margin-bottom: 1rem;
}
#etw_contactin .etw_contact {
  padding: 0.5rem;
}

/* etw_right */
.etw_right {
  width: 100%;
  background: #ffffff;
}
.pagebody {
  width: 100%;
  margin: 0 auto;
}
/* #container */
#container {
  width: 100%;
  margin: 0 auto;
}
.home_box {
  margin: 0 auto;
}
.pro_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 4.8rem;
}
.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 */
.con_all {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.btn-inquiry span {
  width: auto;
  padding: 0.2rem 2rem;
  color: #00809b;
  display: inline-block;
  transition: all 0.5s;
  border: 1px solid #00809b;
  border-radius: 5px;
}
.btn-inquiry span:hover {
  background-color: #003d89;
  color: #fff;
}

/* inquiry_box */
.inquiry_box {
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
  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%;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1rem;
  background: url(../images/about_bg.jpg) no-repeat top;
  background-size: cover;
  position: relative;
}

/* 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;
  padding-bottom: 0.5rem;
  font-weight: bold;
}
.inquiry_box .contact_title a,
.inquiry_box .contact_box a {
  color: #fff;
}
.inquiry_box .contact_title a {
  margin-bottom: 1rem;
  display: block;
}
.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;
}
/*  people_list*/
.people_list {
  width: 100%;
  text-align: center;
}
.people_list dt {
  background-color: #ccc;
}
.people_list dd {
  background-color: #eee;
  margin-bottom: 0;
  padding-top: 0.5rem;
}
.people_list_foot {
  margin-top: 1rem;
}
.people_list_foot dt {
  font-size: 1.1rem;
}
.people_list_foot dd {
  margin-bottom: 0;
}
/* 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-left: 1rem;
  margin-bottom: 0.2rem;
  font-size: 0.95rem;
}

ul.item li:before {
  content: "\f0da";
  font-family: fontawesome;
  position: absolute;
  left: 2px;
  top: 2px;
  color: #00809b;
  font-size: 1rem;
}
ul.item_circle li:before {
  content: "" !important;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #666;
}
.bg_box {
  background-color: #ccc;
  padding: 2rem;
  background-color: #e5edf2;
  height: 100%;
}

/* pd_tab */
.pd_tab {
  width: 100%;
  overflow: hidden;
  border-bottom: 4px solid #e1dfdd;
  margin: 2rem auto;
  margin-bottom: 0;
}
.pd_tab ul {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.pd_tab ul li a {
  color: #53565a;
  padding: 1rem 2rem;
  display: block;
  font-weight: bold;
  border-radius: 18px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1.2rem;
}
.pd_section h3 {
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
}
.pd_tab ul li a:hover,
.pd_tab ul li.active a {
  background-color: #e1dfdd;
  color: #000;
}
.pd_section {
  margin-bottom: 2rem;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}

/* #etw_producttitle */
#etw_producttitle {
  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;
}
#etw_producttitle a {
  color: rgba(0, 0, 0, 0.4);
}
#etw_producttitle ol {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#etw_producttitle li {
  display: inline-block;
  padding: 0.2rem 0.4rem 0.2rem 0;
}
#etw_producttitle li + li::before {
  padding: 0 5px;
  color: #1d252c;
  content: "/\00a0";
}
#etw_producttitle 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 #00809b solid;
}
.related_pic span {
  font-size: 0.75rem;
  line-height: 0.9rem;
  display: block;
  text-align: center;
}

/* .project-area */
.project-area {
  width: 100%;
  margin: 3rem auto;
  margin-top: 0;
}
.single-project .project-info h3 {
  font-weight: bold;
  display: block;
  padding: 1rem 0;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
}
/* capabilities_des */
.etw_info{font-size: 1.3rem;font-weight: 300;padding: 3rem;margin-left: -20%; background-color: rgba(20, 47, 71, 0.8);color: #fff;    line-height: 1.8rem;}

.capabilities_des p {
  color: #666;
}
.capabilities_des h3 {
  margin-bottom: 0.5rem;
  color: #000;
}
/* sub_list */
.sub_list {
  width: 100%;
  margin: 3rem auto;
  border-top: 1px solid #e8e8e8;
  padding-top: 2rem;
}
.sub_siger a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.sub_siger a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 22, 32, 0.4);
  border-radius: 4px;
  z-index: 1;
}
.sub_siger a img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
  border-radius: 4px;
}
.sub_siger a h3 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease-in;
  color: #fff;
  z-index: 2;
  font-size: 1.6rem;
}
.sub_siger .mask {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.4s;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 2;
}
.sub_siger .mask .iconfont {
  color: #fff;
  font-weight: normal;
  font-size: 3rem;
}
.sub_siger a:hover .mask {
  opacity: 0;
}
.sub_siger a:hover h3 {
  opacity: 1;
}
.sub_siger a:hover img {
  transform: scale(1.1);
}
.sub_siger a:hover::before {
  background-color: rgba(14, 22, 32, 0.6);
}
/* 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-color: #142f47;
  background-image: -webkit-linear-gradient(359deg, #142f47 0%, #215d92 100%);
  background-image: linear-gradient(-269deg, #142f47 0%, #215d92 100%);
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.etw_bottom {
  max-width: 1200px;
  padding: 3rem 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: left;
  color: #fff;
}

.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 .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;
  line-height: 1.35;
  position: relative;
  padding-bottom: 0.5rem;
  font-weight: bold;
}
.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;
  margin-bottom: 0.5rem;
}
.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;
  margin-top: 0;
  color: #ccc;
}
.tags_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tags_box ul a {
  padding: 0.3rem 0.5rem;
  font-size: 12px;
}
.tags_title {
  padding: 0.1rem 0.5rem;
}

/* main-timeline */
.demo {
  padding: 25px 0;
  margin-bottom: 3rem;
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline:before {
  content: "";
  height: 100%;
  width: 2px;
  border: 2px dashed #000;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 30px;
}
.main-timeline .timeline {
  width: 50%;
  padding: 100px 70px 0 25px;
  margin: 0 50px 0 0;
  float: left;
  position: relative;
}
.main-timeline .timeline-content {
  padding: 15px 15px 15px 40px;
  border: 2px solid #00a79b;
  border-radius: 15px 0 15px 15px;
  display: block;
  position: relative;
}
.main-timeline .timeline-content:hover {
  text-decoration: none;
}
.main-timeline .timeline-content:after {
  content: "";
  background-color: #00a79b;
  height: 18px;
  width: 15px;
  position: absolute;
  right: -15px;
  top: -2px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.main-timeline .timeline-year {
  color: #fff;
  background-color: #00a79b;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 98px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: -120px;
  top: -85px;
}
.main-timeline .timeline-year:after {
  content: "";
  height: 130px;
  width: 130px;
  border: 8px solid #00a79b;
  border-left-color: transparent;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
.main-timeline .timeline-icon {
  color: #fff;
  background-color: #00a79b;
  font-size: 35px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -25px;
  transition: all 0.3s;
}
.main-timeline .title {
  color: #222;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 7px 0;
}
.main-timeline .description {
  color: #222;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: justify;
  margin: 0 0 5px;
}
.main-timeline .timeline:nth-child(even) {
  padding: 100px 25px 0 70px;
  margin: 0 0 0 50px;
  float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 15px 40px 15px 15px;
  border-radius: 0 15px 15px 15px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after {
  transform: rotateY(180deg);
  right: auto;
  left: -15px;
}
.main-timeline .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -120px;
}
.main-timeline .timeline:nth-child(even) .timeline-year:after {
  transform: translateX(-50%) translateY(-50%) rotate(200deg);
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: -25px;
}
.timeline:nth-child(4n + 2) .timeline-content,
.timeline:nth-child(4n + 2) .timeline-year:after {
  border-color: #9e005d;
}
.timeline:nth-child(4n + 2) .timeline-year:after {
  border-left-color: transparent;
}
.timeline:nth-child(4n + 2) .timeline-content:after,
.timeline:nth-child(4n + 2) .timeline-icon,
.timeline:nth-child(4n + 2) .timeline-year {
  background-color: #9e005d;
}
.timeline:nth-child(4n + 3) .timeline-content,
.timeline:nth-child(4n + 3) .timeline-year:after {
  border-color: #f24f0e;
}
.timeline:nth-child(4n + 3) .timeline-year:after {
  border-left-color: transparent;
}
.timeline:nth-child(4n + 3) .timeline-content:after,
.timeline:nth-child(4n + 3) .timeline-icon,
.timeline:nth-child(4n + 3) .timeline-year {
  background-color: #f24f0e;
}
.timeline:nth-child(4n + 4) .timeline-content,
.timeline:nth-child(4n + 4) .timeline-year:after {
  border-color: #0870c5;
}
.timeline:nth-child(4n + 4) .timeline-year:after {
  border-left-color: transparent;
}
.timeline:nth-child(4n + 4) .timeline-content:after,
.timeline:nth-child(4n + 4) .timeline-icon,
.timeline:nth-child(4n + 4) .timeline-year {
  background-color: #0870c5;
}
@media screen and (max-width: 767px) {
  .main-timeline:before {
    display: none;
  }
  .main-timeline .timeline {
    width: 100%;
    padding-top: 80px;
    padding-right: 12px;
    margin-bottom: 20px;
  }
  .main-timeline .timeline:nth-child(even) {
    padding-left: 10px;
    padding-top: 80px;
    margin-bottom: 20px;
  }
  .main-timeline .timeline-content,
  .main-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
    background-color: #fff;
    padding-top: 25px;
  }
  .main-timeline .timeline-content:after {
    display: none;
  }
  .main-timeline .timeline-year {
    font-size: 24px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    right: 0;
    top: -65px;
  }
  .main-timeline .timeline-year:after {
    display: none;
  }
  .main-timeline .timeline:nth-child(even) .timeline-year {
    left: 3px;
  }
  
    .etw_info{margin-left: 0;padding: 15px;font-size: 1rem;}
}
@media screen and (max-width: 567px) {
  .main-timeline .title {
    font-size: 18px;
  }
}

/*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) {
  .pagebody,
  #etw_content,
  .etw_right,
  .big_pagebody,
  .etw_bottom,
  .other_pro {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }

  .header_in {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .etw_more {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
@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;
  }

  #etw_content,
  .pro_box {
    margin: 0 auto;
  }

  #etw_producttitle,
  .tags_box,
  #etw_sidebar,
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  #etw_sidebar {
    border: none;
  }

  #etw_logo {
    position: relative;
    top: 0;
    padding: 0;
    padding-left: 1rem;
  }

  .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;
    padding-top: 0;
  }
  .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%;
  }

  #menu-items {
    border-radius: 0 !important;
  }
  .mainpro_item {
    padding-bottom: 1rem;
  }
  .mainpro_txt {
    position: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .mainpro_item a::before {
    display: none;
  }
}
@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.4rem;
  }
  .main_pro {
    padding: 1rem;
  }
  .mainpro_item {
    padding: 0;
  }
  .other_title {
    font-size: 1.6rem;
    padding: 1rem 1rem;
  }
}
@media (max-width: 650.98px) {
  html {
    font-size: 14px;
  }

  .about_des text {
    display: none;
  }
}
@media (max-width: 575.98px) {
  h2,
  .etw_hometitle {
    font-size: 1.3rem;
  }

  .videoall ul li {
    width: 100%;
    margin-right: 0;
  }
  .customer_cases a {
    text-align: center;
  }
  .banner_01 h1 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .banner_01 p {
    font-size: 1rem;
  }
  .capabilities_box .capabilities_txt p {
    display: none;
  }
  .pro_img_des li .pro_txt {
    flex: none;
    width: 100%;
  }
  .pro_img_des li:nth-child(2n) .pro_txt {
    order: 1;
    text-align: left;
  }
  .pro_img_des li:nth-child(2n) .pro_txt h3 {
    text-align: left;
  }
  .pro_img_des li:nth-child(2n) .pro_img {
    order: 0;
    text-align: center;
  }
  .pro_img_des li .pro_img {
    text-align: center;
  }
}
@media (max-width: 380.98px) {
  .carousel-caption h5 {
    font-size: 1.2rem;
  }

  #etw_logo img {
    width: 60px;
  }
  .banner_01 h1 {
    font-size: 1.4rem;
  }
  .banner_01 p {
    display: none;
  }
  .people_list dd {
    font-size: 12px;
  }
}
@media (max-width: 320.98px) {
  .navbar-light .navbar-toggler,
  .iconfont {
    font-size: 1.55rem;
  }
}
.row .col-md-2{ max-width:10% !important;}
#app_class_menu,#app_new_pro{ display:none;}
.newslist{margin-top:0!important}
.newslist ul>li>a{font-size:14px!important;border-bottom:none!important;font-weight:400!important}
.news_list{width:100%;margin:20px auto}
.news_list ul{width: 100%; margin-bottom: 30px; padding: 15px; background: #eee; border: 1px #ccc solid; overflow:hidden;}
.news_list ul>li,.news_list ul>li>ol{width:100%}
.news_list ul>li>ol>li.product_img{width:26%;height:150px;overflow:hidden}
.news_list ul>li>ol>li.product_con{float:right;width:72%}
.news_list ul>li>ol>li.product_con a{font-size:16px;line-height:20px;color:#111;border-bottom:1px solid #333;display:block;padding:5px 0 5px;margin-bottom:10px;transition:all ease-in-out .4s;-moz-transition:all ease-in-out .4s;-webkit-transition:all ease-in-out .4s;-o-transition:all ease-in-out .4s;-ms-transition:all ease-in-out .4s;text-decoration:none!important}
.news_des{font-size:13px;line-height:20px;margin:0 0 5px; padding-bottom:8px;}
.newstime{ color: #333; padding:0 5px;  margin-bottom: 10px; display: inline-block;}
.news_list ul>li>ol>li.product_con a:hover{color:#0e3d8f}
.etw_page{margin:0 auto;width:100%;overflow:hidden; }
.etw_page ul{ float:right;}
.etw_page li{float:left}
.etw_page li a{color:#3B393A;padding:4px 10px;border:1px #333 solid;margin:20px 3px;display:block;transition:all ease-in-out .4s;-moz-transition:all ease-in-out .4s;-webkit-transition:all ease-in-out .4s;-o-transition:all ease-in-out .4s;-ms-transition:all ease-in-out .4s}
.etw_page li a:hover{color:#291d5a;background:#eee}
.etw_page li a.dq{background:#eee}
.news_detail{width:100%}

.news_detail img{margin:0 auto;display:block}
.news_name{border-bottom:1px solid #ccc;text-align:center;padding-bottom:10px;margin:40px 0}
.news_name h3{text-align:center;color:#01348b;font-size:22px;font-weight:700;margin-bottom:12px;padding-bottom:15px}
.news_name span{color:#777}
.news_prevnext{width:100%}
.new_next,.new_prev{width:45%;padding-top:30px}
.new_prev{float:left}
.new_next{float:right}
.new_next a,.new_prev a{color:#333;font-size:12px;line-height:16px;display:block; position:relative; background:#f1f1f1;padding:5px 20px;}
.new_next a:before{content:"\f105"; font-family:fontawesome; font-size:20px; position:absolute; left:5px; top:20%; color:#0e3d8f;}
.new_prev a{ padding-left:20px;}
.new_prev a:before{content:"\f104"; font-family:fontawesome; font-size:20px; position:absolute; left:8px; top:20%; color:#0e3d8f;}
.new_next a:hover,.new_prev a:hover{color:#0e3d8f}
.news_related_li{width:24%;padding-right:1%;float:left}