@charset "utf-8";
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: fontawesome;
  src: url(//:) format("no404"),
    url(../font/fontawesome-webfont.woff) format("woff"),
    url(../font/fontawesome-webfont.ttf) format("truetype");
}

@font-face {
  font-family: "Opensans";
  font-style: normal;
  font-weight: 400;
  src: local("Opensans"), local("Opensans-Regular"),
    url(../font/opensans-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-family: "Opensans";
  font-style: normal;
  font-weight: 500;
  src: local("Opensans Semibold"), local("Opensans-Semibold"),
    url(../font/opensans-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-family: "Opensans";
  font-style: normal;
  font-weight: 700;
  src: local("Opensans Bold"), local("Opensans-Bold"),
    url(../font/opensans-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-family: "iconfont";
  src: url("../font/iconfont.ttf?t=1622274305876") format("truetype");
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont2.ttf?t=1648618042998") format("truetype");
}
/*basic*/
img,
object {
  max-width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
* {
  margin: 0;
  padding: 0;
}
li,
ol,
ul {
  list-style: none;
}
strong {
  font-weight: 700;
}
p {
  margin: 0;
  padding: 0 0 1rem;
}
a.link {
  color: #000;
  font-style: italic;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
  font-style: normal;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.55;
}
hr {
  border-top: 1px #ddd dashed;
  margin: 1rem 0;
}
table {
  margin: 5px 0 0;
  width: 100%;
}
.table {
  margin-bottom: 0;
}
.table-responsive {
  margin-bottom: 20px;
}
table,
td {
  border: 1px solid #ccc !important;
}
.table > tbody > tr {
  background-color: #fff;
}
.table > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr:nth-of-type(odd):hover {
  background-color: #fff;
}
.table .top {
  background: #f2f0f0 !important;
}
.table > tbody > tr > td {
  vertical-align: middle;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
}
.etw_hometitle,
h2 {
  padding: 0.5rem 0 0.6em;
  font-size: 1.6rem;
  color: #333;
  font-weight: 700;
  margin: 0;
}
.etw_hometitle {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 1.4rem;
}

inquiry,
u.inquiry {
  text-decoration: none;
  color: #666;
}
u.inquiry:after {
  content: "INQUIRY";
  display: inline-block;
  background: #e3e4e5;
  color: #666;
  text-align: center;
  line-height: 1;
  padding: 4px 10px;
  font-size: 12px;
  float: left;
  width: 88px;
}
u.inquiry:hover:after {
  background: #285a92;
  color: #fff;
}
#etw_top {
  position: fixed;
  width: 35px;
  height: 35px;
  right: 55px;
  bottom: 150px;
  text-align: center;
  background: #f35d0b;
  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: #174277;
}
.clearfix::after {
  display: table;
}
.clear {
  clear: both;
  width: 100%;
}
/*头部*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: #022e5a;
  margin: 0 auto;
}
#headerin {
  width: 100%;
  margin: 0px auto;
  max-width: 1140px;
}
.headertop {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #0d2949;
  overflow: hidden;
}
.headertop .content {
  width: 100%;
}
#etw_logo {
  width: auto;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* .etw_language */
.etw_language {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  z-index: 1;
  border-radius: 22px;
  height: 36px;
  padding-top: 3px;
}
#etw_language {
  float: right;
  width: auto;
  text-align: right;
}
#etw_language .dropdown-item {
  display: inline-block;
  width: auto;
  line-height: 12px;
  padding: 0 0.5rem 0 0.5rem;
  color: #fff;
  min-width: auto !important;
  background: none;
  font-size: 12px;
}
#etw_language .dropdown-item img {
  margin-right: 5px;
}
#etw_language .dropdown-item:hover {
  color: #dc1f1b;
  text-decoration: underline;
  background: none;
}
#etw_language .dropdown-item:focus,
#etw_language .dropdown-item:hover {
  background: none !important;
}
.navbtn {
  margin-top: 1rem;
}

.top-nav {
  width: auto;
  float: right;
  padding-top: 1.3rem;
}
.navbar {
  padding: 0 1rem;
}
.navbar-collapse {
  justify-content: right;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link {
  background-color: #facd0b;
  border-radius: 5px;
  color: #000;
}

.navbar-light .navbar-nav .dropdown-item {
  font-size: 0.875rem;
}
.navbar-light .navbar-nav .dropdown-item.dq,
.navbar-light .navbar-nav .dropdown-item:hover {
  background: 0;
  color: #facd0b;
}

/*首页附加样式*/
#etw_banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#etw_banner img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#etw_banner .banner_txt {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1140px;
  text-align: center;
}
#etw_banner .banner_txts {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 1px 2px 3px #000;
}
#etw_banner .banner_txt h1 {
  font-size: 2.875rem;
  color: #fff;
  font-weight: 700;
  line-height: 3.3rem;
  font-family: "Opensans";
  text-transform: uppercase;
  text-shadow: 6px 2px 1px #000;
}
#etw_banner .banner_txt p {
  font-size: 1.5rem;
  color: #fff;
  padding-top: 2rem;
}


.etw_mainbody {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 3rem 0;
  background-color: #fff;
}
.etw_mainproducts {
  width: 94%;
  margin: 0 auto;
  max-width: 1140px;
  color: #000;
}
.etw_mainproducts ul,
.etw_mainproducts > ul > li {
  width: 100%;
}
.etw_mainproducts > ul > li > ol {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.etw_mainproducts > ul > li > ol > li {
  width: 50%;
}
.etw_mainproducts > ul > li > ol > li.product_img {
  padding: 2rem 2rem;
}
.etw_mainproducts > ul > li > ol > li.product_con {
  position: relative;
  overflow: hidden;
}
.etw_mainproducts > ul > li > ol > li.product_con img {
  transform: scale(1);
  transition: all 0.5s;
}
.etw_mainproducts > ul > li:nth-child(2) > ol > li.product_con {
  order: 1;
}
.etw_mainproducts > ul > li > ol > li.product_con span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  background-color: rgba(2, 46, 90, 0.8);
  padding: 3rem 2rem 5rem 2rem;
  width: 100%;
  max-width: 285px;
  transition: all 0.5s;
  line-height: 1.35;
}
.etw_mainproducts > ul > li > ol > li.product_con span::before {
  position: absolute;
  content: "";
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  height: 3px;
  background-color: #facd0b;
}
.etw_mainproducts > ul > li:hover > ol > li.product_con span {
  background-color: rgba(2, 46, 90, 1);
}
.etw_mainproducts > ul > li:hover > ol > li.product_con img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.product_txt {
  width: 100%;
  float: left;
  padding: 1rem;
  text-align: left;
}
.product_txt p {
  color: #000;
  line-height: 1.55;
  padding: 0 0 1.25rem;
  font-size: 1rem;
}
.product_txt ol {
  width: 100%;
  height: auto;
  float: left;
}
.product_txt ol a {
  display: block;
  font-size: 0.85rem;
  color: #1d446f;
  line-height: 1rem;
  padding: 0 0 0.4rem 12px;
  position: relative;
}
.product_txt ol a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #1d446f;
  left: 0;
  top: 5px;
}
.product_txt ol.twoline a {
  width: 50%;
  float: left;
}
.product_txt ol.twoline a:nth-child(2n + 1) {
  clear: both;
}
.product_txt ol a:hover {
  color: #000;
  text-decoration: underline;
}
/* about_sublist */
.company-profile_box h3 a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.company-profile_box h3 a:hover {
  color: #022e5a;
}
.about_sublist {
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 0 2rem;
}
.about_sublist ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.about_sublist ul li {
  width: 40%;
  margin-right: 3%;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  text-align: center;
  color: #666;
  border-bottom: 1px dashed #eee;
  position: relative;
}
.about_sublist ul li:nth-child(2n) {
  margin-right: 0;
}

.about_sublist ul li a {
  color: #000;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding-bottom: 0.8rem;
  position: relative;
}
.about_sublist ul li a span {
  display: block;
  margin-bottom: 1rem;
}
.about_sublist ul li a span.iconfont {
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  border: 1px solid #022e5a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: all 0.5s;
}
.about_sublist ul li:hover a span.iconfont {
  background-color: #022e5a;
  color: #fff;
}
.about_sublist .iconfont {
  font-family: "iconfont" !important;
  font-size: 3rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #022e5a;
}
.about_sublist a.more {
  font-weight: 0;
  font-size: 0.9rem;
  background-color: #022e5a;
  color: #fff;
  width: 110px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
}
.about_sublist ul li:hover a.more {
  background-color: #ffd506;
  color: #000;
}
.pro_banner {
  text-align: center;
  width: 100%;
}
.pro_banner img {
  width: 100%;
}
/* main_pro */
.main_pro {
  width: 100%;
  margin: 3rem auto;
  overflow: hidden;
}
.main_pro h3 {
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  margin-bottom: 1rem;
}
.main_pro ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main_pro ul li {
  width: 32%;
  margin-right: 2%;
  position: relative;
}
.main_pro ul li:nth-child(3n) {
  margin-right: 0;
}
.main_pro ul li a span {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(2, 46, 90, 0.8);
  padding: 1rem;
  height: 100px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.main_pro ul li:hover a span {
  background-color: rgba(2, 46, 90, 0.95);
  color: #ffd506;
}
.videoall ul {
  width: 100%;
  display: flex;
  margin-top: 3rem;
}
.videoall > ul > li {
  width: 32%;
  margin: 0 2% 0 0;
  z-index: 1;
}
.videoall > ul > li:last-child {
  margin-right: 0;
}

.videoall ul li a {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  line-height: 18px;
  font-size: 1rem;
  color: #333;
}
.videoall ul li a span {
  display: block;
  margin-bottom: 10px;
}
.videoall ul li a span {
  display: block;
  position: relative;
  font-size: 1rem;
}
.videoall ul li a span:before {
  top: 32%;
  left: -5%;
  position: absolute;
  content: "";
  width: 80px;
  height: 74px;
  background: url(../images/video_icon.png) no-repeat top center;
  opacity: 0.8;
  transition: 0.5s;
}
.videoall ul li a span:hover:before {
  opacity: 1;
  top: 22%;
}
.videoall ul li:hover a {
  color: #000;
}

.company {
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  overflow: hidden;
  padding: 3rem 0;
  color: #181818;
}
.compnay_txt {
  width: 100%;
  float: left;
}
.video-pro {
  width: 35%;
  float: right;
  box-shadow: -4px 5px 12px #56707d;
}
.compnay_txt h2 {
  color: #181818;
  font-size: 1.8rem;
  line-height: 1.9rem;
  padding-bottom: 1.2rem;
  text-align: center;
}
.compnay_txt p {
  font-size: 1rem;
  padding: 0 0 1.4rem 0;
}
.compnay_txt a.more {
  display: block;
  width: 138px;
  background: #022e5a;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1rem;
  transition: all 0.5s;
  font-size: .9rem;
}
.compnay_txt a.more:hover {
  background: #ffd506;
  color: #1c2329;
}

.etw_homelink .etw_hometitle {
  text-transform: none;
  font-size: 30px;
  color: #181818;
  line-height: 30px;
  position: relative;
  font-weight: bold;
  padding: 0;
}
.etw_homelink {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/why_bg.jpg) no-repeat top;
  padding: 3rem 0;
}
.etw_homelink ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.etw_homelink ul > li {
  width: 30%;
  height: auto;
  margin: 15px 4% 0 0;
  padding: 5px 8px 10px 15px;
  transition: all 0.5s;
  background: none;
}
.etw_homelink ul > li:nth-child(3n) {
  margin-right: 0;
}
.etw_homelink ul > li:hover {
  background: #e5e5e5;
}
.etw_homelink ul > li > ol,
.etw_homelink ul > li > ol > li {
  width: 100%;
}
.etw_homelink ul > li > ol > li.product_con {
  text-align: left;
  font-size: 1rem;
  line-height: 1.55;
  color: #181818;
}
.etw_homelink ul > li > ol > li.product_con a {
  display: block;
  color: #0d2949;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.8rem 0 0.5rem 0;
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 1.35;
}

#etw_bottom {
  width: 100%;
  margin: 0 auto;
  padding: 1.6rem 0 0 0;
  background: #4a5564;
  overflow: hidden;
}
#etw_bottom ul,
#etw_bottom ul > li,
#etw_bottom ul > li > ol,
#etw_bottom ul > li > ol > li {
  width: 100%;
  float: left;
}
#etw_bottom ul > li > a {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 0 0.8rem 0;
  display: block;
  font-weight: 600;
  position: relative;
}

#etw_bottom ul > li > ol > li > a,
#etw_bottom ul > li > ol > li {
  display: block;
  color: #fff;
  font-size: 0.875rem;
}
#etw_bottom ul > li > ol > li > a {
  position: relative;
  padding-left: 1rem;
}
#etw_bottom ul > li > ol > li > a::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 0.6rem;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
#etw_bottom ul li a:hover {
  color: #facd0b;
}
#etw_bottom ul.contact {
  width: 95%;
}
#etw_bottom ul.contact > li > ol > li {
  padding: 0 5% 10px 22px;
  line-height: 1.125rem;
  position: relative;
}
#etw_bottom ul.contact > li > ol > li:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 18px;
  left: 0;
  top: 2px;
  background: url(../images/loc.jpg) left no-repeat;
}
#etw_bottom ul.contact > li > ol > li:nth-child(2):before {
  background: url(../images/tel.jpg) left no-repeat;
}
#etw_bottom ul.contact > li > ol > li:nth-child(3):before {
  background: url(../images/mail.jpg) left no-repeat;
}
#etw_bottom ul.contact > li > ol > li a {
  padding-left: 0;
}
#etw_bottom ul.contact > li > ol > li a::before {
  display: none;
}
/*container*/
#container {
  margin-top: 120px;
}
.content {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto;
}
.etw_content {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto;
  background: #f4f4f4;
}
#etw_right {
  width: 76%;
  float: right;
  background: #fff;
  padding: 0 0 2% 0;
}
#etw_sidebar {
  width: 21%;
  float: left;
}
#etw_sidebar .etw_hometitle {
  display: block;
  color: #333;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 0 0.8rem 0;
  margin: 0;
}

.etw_productlist {
  width: 100%;
  float: left;
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
  margin-bottom: 25px;
}
.etw_productlist h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ccc;
  font-family: "Opensans";
  font-weight: 600;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.etw_productlist h3::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ccc;
  bottom: 0;
  left: 0;
}
.etw_productlist ul,
.etw_productlist ul li,
.etw_productlist ul li ol li,
.etw_productlist ul li ol li {
  width: 100%;
  float: left;
}
.etw_productlist ul li > ol > li {
  position: relative;
}
.etw_productlist ul li > ol > li::before {
  position: absolute;
  content: "";
  left: 0rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dedede;
}
.etw_productlist > ul > li > a {
  display: block;
  font-size: 1rem;
  color: #333;
  line-height: 1rem;
  padding: 3px 0 5px 15px;
  position: relative;
  border-bottom: 1px #f1f1f1 solid;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.35;
}
.etw_productlist > ul > li > a:before {
  position: absolute;
  content: "\f0da";
  color: #666;
  left: 0;
  top: 3px;
  font-family: fontawesome;
}
.etw_productlist > ul > li > ol > li:last-child {
  margin-bottom: 15px;
}
.etw_productlist > ul > li > ol > li > a {
  font-size: .9rem;
  display: block;
  line-height: 1rem;
  color: #686868;
  padding: 3px 0 .5rem 15px;
}
.etw_productlist ul li a:hover,
.etw_productlist ul li a.dq {
  color: #14448c;
  text-decoration: underline;
}
.etw_productlist ul li a:hover:before,
.etw_productlist ul li a.dq:before {
  color: #14448c;
}
.etw_productlist > ul > li > ol > li {
  position: relative;
}
.etw_productlist > ul > li > ol > li > dl {
  padding: 0.5rem 0.8rem;
  background-color: #fff;
  width: 95%;
  margin: 0 auto;
  display: none;
}
.etw_productlist > ul > li > ol > li > dl a {
  color: #686868;
  display: block;
  font-size: 12px;
  line-height: 1.35;
  padding-bottom: 0.4rem;
  position: relative;
  padding-left: 0.4rem;
}
.etw_productlist > ul > li > ol > li > dl a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.5rem;
  width: 3px;
  height: 3px;
  background-color: #686868;
  border-radius: 50%;
}
.etw_productlist > ul > li > ol > li > dl.show {
  display: block;
}
.etw_productlist > ul > li > ol > li .more {
  position: absolute;
  right: -8px;
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #666;
  cursor: pointer;
  text-align: center;
}
.etw_productlist > ul > li > ol > li .more:before {
  content: "\f107";
  right: -1px;
  top: -3px;
  position: absolute;
  transition: all 0.2s;
  font-family: fontawesome;
  font-size: 1.5rem;
  color: #ccc;
}

.etw_productlist > ul > li > ol > li .more.on:after {
  transform: rotate(-90deg);
}
.etw_productlist > ul > li > ol > li .more.on:before {
  transform: rotate(180deg);
}
.etw_productlist > ul > li > ol > li .more:hover,
#etw_productlist ul li .more:hover {
  opacity: 0.8;
}
.etw_productlist > ul > li > ol > li > dl.show + .more:after {
  transform: rotate(-90deg);
}
.etw_productlist > ul > li > ol > li > dl.show + .more:before {
  transform: rotate(180deg);
}

/*快速导航*/
#etw_producttitle {
  margin: 0px auto 0px;
  height: auto;
  color: #fff;
  overflow: hidden;
  padding: 0.5rem 0;
  font-size: 14px;
  background: #4a5564;
}
#etw_producttitle ol {
  width: 94%;
  margin: 0 auto;
  max-width: 1120px;
  float: none;
}
#etw_producttitle a {
  color: #fff;
  padding-right: 0.2rem;
}
#etw_producttitle li {
  display: inline-block;
}
#etw_producttitle li + li::before {
  padding: 0 0.2rem;
  color: #fff;
  content: "/\00a0";
}
#etw_producttitle a:hover {
  color: #000;
  text-decoration: underline;
}

/*其他公用样式*/ 
.smalltitle {
  font-size: 1.125rem;
  display: block;
  color: #151f48;
  line-height: 1.375rem;
  margin: 10px 0 .5rem 0;
}
.smalltitle a {
  color: #14448c;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 700;position: relative;padding-left: 52px;margin-bottom: 0.25rem;display: block;line-height: 1.4rem;margin-bottom: 0.5rem;min-height: 45px;display: flex;align-items: center;
}
.smalltitle a:before{position: absolute;content: "";width: 45px;height: 45px;background: url(../images/pdf.png);left: 0;top: 50%;transform: translateY(-50%);}
.smalltitle a:hover {
  text-decoration: underline;
  color: #000;
}
.smalltitle1 {
  font-size: 1rem;
  display: block;
  color: #151f48;
  font-weight: 500;
  line-height: 1.125rem;
  margin: 10px 0 5px 0;
}
.smalltitle span {
  padding: 0.5rem 1.5rem;
  background-color: #022e5a;
  margin-bottom: 0.5rem;
  display: inline-block;
  color: #fff;
}
b {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  padding-top: 0.6rem;
}

.viewmore {
  width: 130px;
  height: auto;
  margin: 0 auto;
}
.viewmore a {
  display: block;
  line-height: 28px;
  text-align: center;
  color: #14448c;
  border-radius: 20px;
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
}
.viewmore a::before {
  position: absolute;
  content: "\f064";
  left: 0;
  top: 0;
  font-family: fontawesome;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #14448c;
  color: #fff;
}
.viewmore a:hover {
  background: #14448c;
  color: #fff;
}

.item1 {
  width: 100%;
  height: auto;
  float: none;
  padding: 8px 0 15px 0;
}
.item1 li {
  width: auto;
  height: auto;
  float: none;
  padding-bottom: 20px;
  display: block;
  color: #151f48;
  font-size: 1rem;
  font-weight: 300;
}
.item1 li ol {
  text-align: left;
  padding: 0 0 2px 38px;
  line-height: 20px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #666;
  width: auto;
  float: none;
}
.item1 li p {
  color: #666;
  padding: 10px 0 0 0;
  font-size: 0.875rem;
}
.item1 li img {
  width: auto;
  margin-right: 4px;
}

ul.item {
  width: 97%;
  padding-bottom: 18px;
  float: none;
}
ul.item li {
  list-style: decimal;
  margin: 4px 0 5px 20px;
  line-height: 21px;
  width: 97%;
  float: none;
}
ul.item li.last {
  margin-left: 21px;
}
ul.item li ol {
  display: block;
  width: 100%;
  margin: 4px 0 3px 0;
  padding-left: 0;
  color: #474747;
  line-height: 20px;
}

.proitem {
  padding: 8px 0;
  float: none;
  width: auto;
  overflow: hidden;
}
.proitem > li {
  width: 100%;
  line-height: 20px;
  padding: 0 0 7px 12px;
  position: relative;
}
.proitem > li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 50%;
}

.etw_products {
  width: 100%;
  height: auto;
  float: left;
}
.etw_products > ul {
  float: left;
}
.etw_products > ul > li {
  width: 100%;
  float: left;
  margin-bottom: 3%;
  padding-bottom: 1%;
}
.etw_products > ul > li .product_img {
  width: 42%;
  float: left;
  border: 1px #dedede solid;
}
.etw_products > ul > li .product_img img,
.etw_products1 > ul > li > ol > li.product_img {
  width: 100%;
}
.etw_products > ul > li:nth-child(2n) .product_img {
  float: right;
}
.etw_products > ul > li .product_con {
  width: 55%;
  float: right;
  padding: 0 0 0.5rem 0;
}
.etw_products > ul > li:nth-child(2n) .product_con {
  float: left;
  text-align: right;
}
.etw_products > ul > li .product_con a {
  color: #14448c;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  padding: 0.8rem 0 0.5rem 0;
  font-style: italic;
}
.etw_products > ul > li a.more {
  display: block;
  width: auto;
  line-height: 28px;
  color: #fff;
  text-align: center;
  color: #14448c;
  border-radius: 20px;
  font-weight: 500;
  margin-top: 15px;
  font-size: 0.775rem;
  font-weight: 600;
  width: 100px;
  padding: 0;
  font-style: normal;
  position: relative;
  padding-left: 1.5rem;
}
.etw_products > ul > li a.more::before {
  position: absolute;
  content: "\f064";
  left: 0;
  top: 0;
  font-family: fontawesome;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #14448c;
  color: #fff;
}
.etw_products > ul > li:nth-child(2n) a.more {
  float: right;
  clear: both;
}
.etw_products > ul > li a.more:hover {
  background: #14448c;
  color: #fff;
  text-decoration: none;
}
.etw_products > ul > li:hover img {
  opacity: 0.7;
}
.etw_products > ul > li .product_con a:hover {
  text-decoration: underline;
}

.etw_products1 {
  width: 100%;
  height: auto;
  float: left;
}
.etw_products1 ul {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.etw_products1 ul > li {
  width: 23.5%;
  margin: 0 2% 1.2rem 0;
  border: 1px #ccc solid;
  background: #f4f4f4;
}
.etw_products1 ul > li:nth-child(4n) {
  margin-right: 0;
}
.etw_products1 > ul > li > ol,
.etw_products1 > ul > li > ol > li {
  width: 100%;
}
.etw_products1 > ul > li > ol > li.product_img {
  text-align: center;
  border-bottom: 1px #ddd solid;
}
.etw_products1 > ul > li > ol > li.product_con {
  line-height: 0.9375rem;
  font-size: 0.75rem;
}
.etw_products1 > ul > li > ol > li.product_con a {
  display: block;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  color: #fff;
  background: #0d2949;
  padding: 1rem 0.875rem;
  position: relative;
  transition: all 0.5s;
}
.etw_products1 > ul > li > ol > li.product_con a::before {
  position: absolute;
  content: "\f061";
  right: 1rem;
  bottom: 0.5rem;
  font-family: fontawesome;
  font-size: 0.7rem;
}
.etw_products1 > ul > li > ol:hover > li.product_con a {
  background-color: #ffd506;
  color: #000;
}

.etw_products1 > ul > li:hover {
  border: 1px #4a5564 solid;
}

.img_center {
  width: 100%;
  clear: both;
  margin: 0.3rem auto 1.25rem auto;
  text-align: center;
}
.img_center img {
  border: 1px #dedede solid;
}
.img_left,
.img_right {
  width: 45%;
  float: right;
  margin: 5px 0 14px 2%;
  text-align: center;
}
.img_left {
  float: left;
  margin: 0 3% 20px 0;
}
.sswidth {
  width: 20%;
  min-width: 150px;
}
.swidth {
  width: 24.25%;
  min-width: 150px;
}
.smwidth {
  width: 31%;
  min-width: 150px;
  margin-bottom: 0;
}
.mswidth {
  width: 40%;
  margin-top: 8px;
}
.mwidth {
  width: 38%;
  min-width: 150px;
}
.img_left img,
.img_right img {
  display: block;
  width: 100%;
  border: 1px #dedede solid;
}

.etw_photo {
  margin: 0.5rem 0;
  width: 100%;
  height: auto;
}
.etw_photo ul {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: wrap;
}
.etw_photo ul li {
  display: block;
  margin: 0 2% 15px 0;
  text-align: center;
}
.etw_photo ul li img {
  display: block;
  width: 100%;
  border: 1px #dedede solid;
  padding: 4px;
  position: relative;
}
.etw_photo ul.nopic li img {
  border: none;
}
.etw_photo ul li a {
  color: #333;
}
.etw_photo ul li span {
  display: block;
}
.etw_photo ul li p {
  display: block;
  text-align: left;
  line-height: 1.125rem;
}
.etw_pic2 ul,
.etw_pic3 ul,
.etw_pic4 ul,
.etw_pic5 ul,
.etw_pic6 ul {
  margin: 0;
}
.etw_pic2 ul li {
  width: 49%;
}
.etw_pic3 ul li {
  width: 32%;
}
.etw_pic4 ul li {
  width: 23.5%;
}
.etw_pic5 ul li {
  width: 18.4%;
  font-size: 12px;
}
.etw_pic6 ul li {
  width: 15%;
  font-size: 12px;
}
.etw_pic2 ul li:nth-child(2n),
.etw_pic3 ul li:nth-child(3n),
.etw_pic4 ul li:nth-child(4n),
.etw_pic5 ul li:nth-child(5n),
.etw_pic6 ul li:nth-child(6n) {
  margin-right: 0;
}
.etw_pic2 ul li:nth-child(2n + 1),
.etw_pic3 ul li:nth-child(3n + 1),
.etw_pic4 ul li:nth-child(4n + 1),
.etw_pic5 ul li:nth-child(5n + 1),
.etw_pic6 ul li:nth-child(6n + 1) {
  clear: both;
}
figure {
  margin: 0 0 0.3rem 0;
}

.left_pic {
  width: 49%;
  height: auto;
  float: left;
  margin: 0 3% 20px 0;
}
.left_pics {
  width: 100%;
  height: auto;
  float: left;
  border: 1px #dedede solid;
}
.left_pics img {
  width: 100%;
  text-align: center;
}
.left_pics a {
  cursor: default;
}
.left_pics:hover {
  border: 1px #999 solid;
}
.related_pic {
  width: 100%;
  height: auto;
  float: right;
  text-align: center;
}
.related_pic a {
  width: 18%;
  height: auto;
  float: left;
  margin: 10px 2% 0 0;
  display: block;
  text-align: center;
  color: #666;
  font-size: 12px;
}
.related_pic a:nth-child(5n) {
  margin-right: 0;
}
.related_pic a img {
  width: 100%;
  border: 1px #ccc solid;
}
.related_pic a img:hover {
  border: 1px #000 solid;
}
.inquiry_bg {
  background: url(../images/cbg.png) no-repeat bottom right;
  position: relative;
  border-radius: 0 0 42px 42px;
}
.inquiry_bg::before {
  position: absolute;
  content: "";
  background: rgba(235, 235, 235, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 0 0 42px 42px;
}
.contact_des .indent {
  padding-left: 2rem;
}
.contact_des .indent1 {
  padding-left: 3.2rem;
}
#etw_set_feedback_form {
  overflow: hidden;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0 0 42px 42px;
  padding: 0 2rem;
}
#etw_form_title {
  text-align: left;
  color: #333;
  font-size: 1.2rem;
  padding: 0px;
  position: relative;
  font-weight: bold;
}
#floatchatiframe2011 {
  margin: 0 -15px;
}
#etw_form_title span {
  padding-right: 5px;
}
#etw_form {
  width: 100%;
}
/* inquiry_box */
.inquiry_box {
  background-color: #022e5a;
  background-image: linear-gradient(to left, #022e5a, #183f65);
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-family: "Opensans";
  font-weight: 600;
}
.btn-inquiry {
  font-size: 1.4rem;
  color: #000;
}
.btn-inquiry-bg {
  background-color: #ffd506;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-inquiry-bg:hover {
  background-color: #337ab7;
}
.btn-inquiry-bg:hover a {
  color: #fff;
}
.inquiry_txt {
  padding: 1rem 0;
  line-height: 1.25;
}
/* pro_inquiry */
.pro_inquiry {
  width: 100%;
  margin: 2rem auto;
  background-color: #ffd506;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
}
.pro_inquiry .proinquiry_txt {
  background-color: #022e5a;
  background-image: linear-gradient(to left, #022e5a, #183f65);
  width: 75%;
  padding: 1rem;
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  font-family: "Opensans";
  font-weight: 600;
}
.pro_inquiry .proinquiry_btn {
  width: 25%;
  padding: 1rem;
  text-align: center;
  position: relative;
}
.pro_inquiry .proinquiry_btn a {
  color: #000;
  font-size: 1.4rem;
}
.pro_inquiry .proinquiry_btn a:hover {
  color: #14448c;
}
.pro_inquiry .proinquiry_btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 40px solid #ffd506;
  border-bottom: 40px solid transparent;
  right: -14%;
  top: -10px;
}
.othertitle {
  display: block;
  color: #fff;
  font-size: 1rem;
  background-image: linear-gradient(to left, #839ab4, #022e5a);
  line-height: 32px;
  padding: 0.5rem 1rem;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
  margin-top: 15px;
}
.othertitle > span {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 0.875rem;
  display: block;
  padding-bottom: 0.5rem;
}
.other_pro {
  width: 100%;
  height: auto;
  float: left;
  border: 1px #e5e5e5 solid;
  padding: 15px 15px 0 15px;
  border-radius: 0 0 42px 42px;
  margin-bottom: 1.5rem;
}
.other_pro ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.other_pro ul > li {
  width: 18.8%;
  margin: 0 1.5% 0 0;
}
.other_pro_big ul > li {
  width: 23.5%;
}
.other_pro ul > li:nth-child(5n) {
  margin-right: 0;
}
.other_pro_big ul > li:nth-child(4n) {
  margin-right: 0;
}
.other_pro ul li ol {
  width: 100%;
}
.other_pro ul li ol li.product_img {
  width: 100%;
}
.other_pro ul li ol li.product_img img {
  width: 100%;
  border: 1px solid #cdcdcd;
}
.other_pro ul li ol:hover li.product_img img {
  border-color: #888;
}
.other_pro ul li ol li.product_con {
  width: 100%;
  margin: 0 auto;
  line-height: 18px;
  text-align: center;
}
.other_pro ul li ol li.product_con a {
  color: #333;
  display: block;
  line-height: 16px;
  padding: 8px 2px 12px 2px;
  font-size: 13px;
}
.other_pro ul li:hover ol li.product_con a,
.other_pro ul li.dq ol li.product_con a {
  color: #000;
  text-decoration: underline;
}
.other_pro ul li:hover ol li.product_img img,
.other_pro ul li.dq ol li.product_img img {
  border: 1px solid #666;
}
/* relate_pro */
.relate_pro {
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
}
.relate_pro ul,
.relate_pro ul li,
.relate_pro ul > li > ol {
  width: 100%;
}
.relate_pro ul > li {
  margin-bottom: 1rem;
  background-color: #f1f1f1;
}
.relate_pro ul > li > ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.relate_pro ul > li > ol > li.product_img {
  width: 30%;
}
.relate_pro ul > li > ol > li.product_con {
  width: 68%;
  padding: 2rem;
}
.relate_pro ul > li > ol > li.product_con a {
  font-size: 1.1rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 0.5rem;
  display: block;
  transition: all 0.5s;
}
.relate_pro ul > li > ol > li.product_con a::before {
  position: absolute;
  content: "\f0a9";
  right: 2rem;
  bottom: 2rem;
  font-family: fontawesome;
  color: #ccc;
  font-size: 1.2rem;
  transition: all 0.5s;
}
.relate_pro ul > li > ol:hover > li.product_con a {
  color: #dc1f1b;
}
.relate_pro ul > li > ol:hover > li.product_con a::before {
  color: #dc1f1b;
}
/* sub_item */
.sub_item {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #eee;
  padding: 3rem;
}
.sub_item ul {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 1rem;
  margin-right: 2%;
  margin-bottom: 1rem;
  transition: all 0.5s;
  border: 1px solid #fff;
}
.sub_item ul:hover {
  background-color: #f8f8f8;
  border: 1px solid #022e5a;
}
.sub_item ul:nth-child(2n) {
  margin-right: 0;
}
.sub_item ul li {
  width: 50%;
}
.sub_item ul li.sub_des {
  padding: 0 1rem;
}
.sub_item ul li.sub_des a {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  padding-bottom: 0.5rem;
}
.sub_item ul li.sub_des a.more {
  color: #000;
  font-size: 0.9rem;
  color: #022e5a;
  font-weight: 0;
  text-decoration: underline;
}
.sub_item ul li.sub_des a.more:hover,
.sub_item ul li.sub_des a:hover {
  color: #dc1f1b;
}
/* sublist */
.sublist {
  width: 100%;
  margin: 1rem auto;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1rem;
}
.sublist li {
  margin-bottom: 5px;
}
.sublist li a {
  padding: 0.5rem 1rem;
  display: block;
  color: #fff;
  background-color: #022e5a;
  margin-right: 5px;
  border-radius: 5px;
  transition: all 0.5s;
}
.sublist li a:hover,
.sublist li a.dq {
  background-color: #ffd506;
  color: #333;
}
/* .main-timeline  */
.main-timeline {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-size: contain;
  background-attachment: fixed;
  padding: 2rem 0;
}
.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline:before {
  content: "";
  height: 100%;
  width: 2px;
  border: 2px solid #ccc;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0px;
}
.main-timeline .timeline {
  width: 50%;
  padding: 20px 70px 0 25px;
  margin: 0 50px 0 0;
  float: left;
  position: relative;
}
.main-timeline .timeline-content {
  padding: 0.5rem;
  border: 2px solid #022e5a;
  background-color: #fff;
  border-radius: 15px 0 15px 15px;
  display: block;
  position: relative;
}
.timeline-content img {
  overflow: hidden;
  border-radius: 50%;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}
.main-timeline .timeline-content:after {
  content: "";
  background-color: #022e5a;
  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: #022e5a;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  line-height: 80px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  right: -110px;
  top: 0px;
}
.main-timeline .timeline-year:after {
  content: "";
  height: 100px;
  width: 100px;
  border: 8px solid #022e5a;
  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: #022e5a;
  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 p {
  color: #222;
  font-size: 0.9rem;
  margin: 0 0 5px;
  font-family: "Opensans";
  line-height: 1.55;
}
.main-timeline .timeline:nth-child(even) {
  padding: 20px 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: -110px;
}
.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: #e62129;
}
.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: #e62129;
}
.timeline:nth-child(4n + 3) .timeline-content,
.timeline:nth-child(4n + 3) .timeline-year:after {
  border-color: #022e5a;
}
.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: #022e5a;
}
.timeline:nth-child(4n + 4) .timeline-content,
.timeline:nth-child(4n + 4) .timeline-year:after {
  border-color: #e62129;
}
.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: #e62129;
}
@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;
  }
}
@media screen and (max-width: 567px) {
  .main-timeline .title {
    font-size: 18px;
  }
}
/* #timeline */
#timeline {
  width: 100%;
  margin: 0 auto;
}
.timecenter {
  position: relative;
  display: inline-block;
  height: 580px;
  width: 100%;
}
.timeline-box {
  width: 18%;
  height: 180px;
  box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
  opacity: 1;
  transition: 0.3s;
  transform: scaleX(1);
  padding: 1rem;
}
.timeline-box h3 {
  font-weight: 600;
  font-family: "Opensans";
  color: #000;
}
.timeline-box:nth-child(odd) {
  top: 35px;
}
.timeline-box:nth-child(even) {
  bottom: 10px;
  height:205px
}

.timeline-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
}
.timeline-box::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
  z-index: -2;
}

.timeline-box:nth-child(odd)::after {
  bottom: -7.5px;
}
.timeline-box:nth-child(even)::after {
  top: -7.5px;
}
.timeline-box:nth-child(1) {
  left: 1%;
}
.timeline-box:nth-child(2) {
  left: 12%;
}
.timeline-box:nth-child(3) {
  left: 23%;
}
.timeline-box:nth-child(4) {
  left: 35%;
}
.timeline-box:nth-child(5) {
  left: 47%;
}
.timeline-box:nth-child(6) {
  left: 59%;
}
.timeline-box:nth-child(7) {
  left: 70%;
}
.timeline-box:nth-child(8) {
  left: 81%;
}
.timeline_div {
  width: 83%;
  margin: 0 auto;
  height: 112px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.timeline_div div {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #f6f6f6;
  background: #ffae12;
  display: none;
}

.timeline_div .f-border {
  border-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.timeline_div .active {
  border: 5px;
  border-color: #fff;
  box-shadow: 0 0 10px 3px #ffae12;
}

/* equipment_box */
.equipment_box,
.equipment_box ul {
  width: 100%;
  margin: 0 auto;
}
.equipment_box ul {
  display: flex;
  flex-wrap: wrap;
}
.equipment_box ul > li {
  width: 32%;
  margin-right: 2%;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
.equipment_box ul > li:nth-child(3n) {
  margin-right: 0;
}
.equipment_box ul > li > ol > li.product_img img {
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
  transition: all 0.5s;
}
.equipment_box ul > li > ol:hover > li.product_img img {
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 50%);
}
.equipment_box ul > li > ol > li.product_con {
  padding-top: 1rem;
}
.equipment_box ul > li > ol > li.product_con a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  padding-bottom: 0.5rem;
}
.equipment_box ul > li > ol > li.product_con a::before {
  position: absolute;
  content: "具体的な情報 \f101";
  left: 0;
  bottom: 1rem;
  font-family: fontawesome;
  border: 1px solid #022e5a;
  padding: 0.2rem 1rem;
  font-size: 0.785rem;
  transition: all 0.5s;
  background-color: #fff;
}
.equipment_box ul > li > ol:hover > li.product_con a::before {
  background-color: #022e5a;
  color: #fff;
}
/* equipment_link */
.equipment_link h3 {
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  font-family: "Opensans";
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.equipment_link {
  width: 100%;
  margin: 1rem auto;
  margin-bottom: 3rem;
  background-color: #f1f1f1;
  padding: 2rem;
  padding-bottom: 0;
}
.equipment_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.equipment_link ul > li {
  width: 18%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 2rem;
  background-color: #fff;
  padding-bottom: 1rem;
}
.equipment_link ul > li a {
  color: #333;
  display: block;
}
.equipment_link ul > li > ol > li.product_con {
  padding-top: 1rem;
  border-top: 2px solid #ffd506;
  position: relative;
  line-height: 1.25;
}
.equipment_link ul > li > ol > li.product_con a::before {
  position: absolute;
  content: "\f138";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffd506;
  left: 0;
  right: 0;
  top: -1rem;
  margin: 0 auto;
  font-family: fontawesome;
  line-height: 30px;
  color: #fff;
  transition: all 0.5s;
}
.equipment_link ul > li > ol:hover > li.product_con a {
  color: #285a92;
}
.equipment_link ul > li > ol:hover > li.product_con a::before {
  background-color: #285a92;
}
.etw_cer {
  width: 100%;
  height: auto;
  float: left;
}
.etw_cer ul {
  display: flex;
  flex-wrap: wrap;
}
.etw_cer ul li {
  width: 19%;
  height: auto;
  float: left;
  margin: 5px 1.25% 20px 0;
  padding: 12px;
  background: #ebebeb;
}
.etw_cer ul li:nth-child(5n) {
  margin-right: 0;
}
.etw_cer ul li p {
  width: 100%;
  text-align: left;
  padding-top: 12px;
  font-size: .9rem;
}

.img_center_none {
  display: none;
}
.processes_pic {
  width: 100%;
  height: auto;
  max-width: 737px;
}
.processes_pic img {
  width: 100%;
}
.processes_img {
  width: 100%;
  height: 380px;
  font-size: 12px;
  margin-top: -370px;
  position: relative;
}
.processes_img span {
  position: absolute;
  line-height: 1em;
  background: #fff;
}
.processes_img a {
  position: absolute;
  line-height: 1em;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  color: #337ab7;
  font-family: Arial, Helvetica, sans-serif;
}
.sticky1 {
  left: 0;
  top: 114px;
}
.sticky2 {
  left: 20px;
  top: 25px;
  width: 120px;
}
.sticky3 {
  left: 48px;
  top: 114px;
}
.sticky4 {
  left: 99px;
  top: 75px;
}
.sticky5 {
  left: 161px;
  top: 116px;
}
.sticky7 {
  left: 235px;
  top: 189px;
  width: 80px;
}
.sticky8 {
  left: 235px;
  top: 238px;
  width: 80px;
}
.sticky9 {
  left: 385px;
  top: 20px;
  width: 110px;
}
.sticky10 {
  left: 392px;
  top: 80px;
  width: 110px;
}
.sticky11 {
  left: 392px;
  top: 110px;
  width: 110px;
}
.sticky12 {
  left: 392px;
  top: 140px;
  width: 110px;
}
.sticky13 {
  left: 392px;
  top: 172px;
  width: 110px;
}
.sticky14 {
  left: 530px;
  top: 60px;
  width: 130px;
}
.sticky15 {
  left: 530px;
  top: 110px;
}
.sticky16 {
  left: 555px;
  top: 190px;
  width: 80px;
}
.sticky17 {
  left: 555px;
  top: 240px;
  width: 80px;
}
.sticky6 {
  left: 230px;
  top: 80px;
  padding: 5px;
  border: 1px solid #ccc;
}
.sticky18 {
  left: 222px;
  top: 284px;
}
.sticky19 {
  left: 312px;
  top: 113px;
  width: 60px;
}
.sticky20 {
  left: 525px;
  top: 290px;
}
.stickytooltip {
  display: none;
  position: absolute;
  display: none;
  border: 1px solid #f0f2f1;
  background: #fff;
  z-index: 3000;
  font-size: 14px;
}
.stickytooltip img {
  height: 300px;
}
.stickytooltip p {
  text-align: center;
}

.etw_point1 {
  width: 100%;
  height: auto;
  float: left;
  margin: 8px 0 25px 0;
}
.etw_point1 li {
  float: left;
  width: auto;
  margin: 0 3px 5px 0;
}
.etw_point1 li a {
  padding: 5px 8px;
  color: #333;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  border: 1px #ccc solid;
}
.etw_point1 li a:hover,
.etw_point1 li a.dq {
  background: #999;
  color: #fff;
  border: 1px #999 solid;
}

/*底部*/
#footer {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 1.3rem 0 1rem 0;
  border-top: 1px #4a5564 solid;
}
#etw_footin {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
}
#etw_homefooter {
  height: auto;
  padding: 0 0 1rem 0;
  text-align: center;
  position: relative;
  width: 100%;
}
#etw_homefooter a {
  padding: 0 0.5rem 0 0.5rem;
  color: #828282;
  margin: 0px;
  position: relative;
  font-size: 0.9375rem;
}
#etw_homefooter a:hover {
  color: #668a9c;
  text-decoration: none;
}
#etw_coper a {
  display: block;
  color: #494949;
  margin-top: 0.8rem;
  font-size: 12px;
}
#otherlink {
  clear: both;
  width: 100%;
  height: auto;
}
#otherlink a {
  color: #494949;
  font-size: 0.625rem;
  display: inline-block;
  padding: 0.05rem 0.2rem;
  margin-right: 0.875rem;
  border: 1px #494949 solid;
}
#otherlink a span {
  opacity: 0.5;
  position: relative;
  top: 0;
  font-size: 0.875rem;
}
#otherlink a:hover {
  color: #668a9c;
  border: 1px #668a9c solid;
  text-decoration: none;
}
#otherlink a:hover span {
  opacity: 1;
  top: -3px;
  transition: all 0.3s ease-in-out;
}

/*Sitemap*/
#etw_map {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}
#etw_map .name {
  width: 100%;
  color: #da870c;
  background: #eee;
  margin-top: 6px;
  height: auto;
  line-height: 20px;
  display: block;
  margin-bottom: 4px;
}
#etw_map a {
  color: #333;
  height: auto;
  padding: 3px 0 3px 3px;
  text-decoration: underline;
  width: 100%;
  display: block;
  margin-top: 5px;
}
#etw_map a:hover {
  text-decoration: none;
}
#etw_map .name a {
  color: #da870c;
  margin: 0;
  font-weight: 700;
  text-decoration: none;
}
#etw_map .name a:hover {
  text-decoration: underline;
}
#etw_map > .list_m {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 8px;
}
#etw_map > .list_m > a {
  width: 49%;
  display: block;
  float: left;
  color: #888;
  line-height: 16px;
  padding-top: 6px;
  text-decoration: none;
}
#etw_map > .list_m > a:hover {
  text-decoration: underline;
  color: #000;
}

@media (max-width: 1100px) {
  #etw_logo {
    width: 140px;
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0.5rem;
  }
}

@media (max-width: 1199.98px) {
  #etw_banner .banner_txt h1 {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  #etw_banner .banner_txt p {
    padding-top: 1.2rem;
  }
}

@media (max-width: 991.98px) {
  .headertop {
    overflow: inherit;
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 2rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
  }
  .etw_language {
    display: block;
    height: auto;
    padding-top: 8px;
    position: absolute;
    right: 80px;
    top: 0;
  }
  .etw_language > ul {
    position: relative;
    z-index: 9;
    float: right;
    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: 1.52rem;
    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;
  }
  .top-nav {
    background: #0d2949;
    width: 100%;
    padding-top: 0;
    border-top: 1px #ccc solid;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0;
    padding: 0.2rem 0 0.2rem 1rem;
    margin-bottom: 5px;
  }
  .navbtn {
    margin-top: 0;
  }
  .navbar-toggler {
    background-color: #fff;
    margin-top: 15px;
    margin-right: 5px;
  }
  .navbar {
    padding: 0.05rem 0rem 0;
  }
  #header {
    position: relative;
  }
  #container {
    margin-top: 0;
  }
  
  .product_txt ol.twoline a {
    width: 100%;
  }
  #etw_sidebar,
  #etw_banner .banner_txt {
    display: none;
  }
  #etw_right {
    width: 100%;
  }
  .etw_homelink ul > li {
    width: 32%;
    margin-right: 2%;
  }
  .etw_homelink ul > li:nth-child(5n) {
    margin-right: 2%;
  }
  .etw_homelink ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .pt-5 {
    padding-top: 1.5rem !important;
  }
  .etw_cer ul {
    flex-wrap: wrap;
  }
  .etw_cer ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .etw_cer ul li:nth-child(5n) {
    margin-right: 2%;
  }
  .etw_cer ul li:nth-child(4n) {
    margin-right: 0;
  }
  .pro_inquiry .proinquiry_btn::before {
    display: none;
  }
  .sub_item {
    padding: 1rem;
  }
  .sub_item ul {
    margin-right: 0;
    width: 100%;
    align-items: center;
  }
  .equipment_link ul > li {
    width: 32%;
  }
  .equipment_link ul > li:nth-child(5n) {
    margin-right: 2%;
  }
  .equipment_link ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .company{padding: 0;}
  .about_sublist{padding: 1rem;}
  .about_sublist ul li{width: 48%;}
}

@media (max-width: 767.98px) {
  #etw_homefooter a {
    font-size: 0.875rem;
  }
  #etw_banner,
  .company img {
    display: none;
  }
  .compnay_txt {
    width: 100%;
    padding-left: 0;
  }
  .etw_hometitle,
  h2 {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
  .etw_products1 ul > li {
    width: 48%;
    margin-right: 4%;
  }
  .etw_products1 ul > li:nth-child(4n) {
    margin-right: 4%;
  }
  .etw_products1 ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .etw_homelink ul > li {
    width: 49%;
    margin-right: 2%;
  }
  .etw_homelink ul > li:nth-child(3n) {
    margin-right: 2%;
  }
  .etw_homelink ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .etw_cer ul li {
    width: 49%;
    margin-right: 2%;
  }
  .etw_cer ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .etw_cer ul li:nth-child(2n) {
    margin-right: 0;
  }
  .img_center_none {
    display: block;
  }
  .processes_pic,
  .processes_img {
    display: none;
  }

  #sitemap .sname a {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #sitemap .list_m a {
    width: 100%;
    float: none;
  }
  .videoall img {
    display: inline;
  }
  .videoall ul {
    display: block;
    width: 100%;
  }
  .videoall ul li {
    float: left;
    margin-bottom: 20px;
  }
  .main_pro ul li {
    width: 48%;
    margin-bottom: 1rem;
  }
  .etw_mainproducts > ul > li > ol > li.product_img {
    width: 100%;
  }
  .etw_mainproducts > ul > li > ol > li.product_con{
    width: 100%;
  }
  .etw_mainproducts > ul > li > ol > li.product_con img{width: 100%;}
  .etw_mainproducts > ul > li:nth-child(2) > ol > li.product_con {
    order:0;
  }
  .etw_mainproducts > ul > li > ol > li.product_img{padding: 0;}
  .etw_mainproducts > ul > li > ol > li.product_con span{padding:1rem 2rem ;}
  .etw_mainproducts > ul > li > ol > li.product_con span::before{display: none;}
  .equipment_box ul > li { width: 48%;}
  .equipment_box ul > li:nth-child(3n){ margin-right: 0;}
  .equipment_box ul > li:nth-child(2n){ margin-right: 2%;}
}

@media (max-width: 575.98px) {
  #etw_logo span img {
    display: none;
  }
  #etw_homefooter a,
  #etw_coper a {
    font-size: 0.6rem;
  }
  .etw_homelink ul > li,
  .etw_mainbody ul > li,
  .img_left,
  .img_right,
  .left_pic,
  .etw_products > ul > li .product_img,
  .etw_products > ul > li .product_con {
    width: 100%;
    margin-right: 0;
  }
  .smwidth,
  .compnay_txt h2 {
    width: 100%;
  }
  .etw_products1 ul > li {
    background: #fff;
  }
  .etw_pic3 ul li:nth-child(2n),
  .etw_pic4 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .etw_pic3 ul li,
  .etw_pic4 ul li {
    width: 49%;
    margin-right: 2%;
  }
  .other_pro ul > li {
    width: 100%;
    margin-right: 0;
  }
  .other_pro ul li ol li.product_img {
    display: none;
  }
  .other_pro ul li ol li.product_con {
    text-align: left;
  }
  .other_pro ul li ol li.product_con a {
    padding: 8px 0 0 12px;
    position: relative;
  }
  .other_pro ul li ol li.product_con a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #999;
    left: 0;
    top: 13px;
  }
  .videoall img {
    width: 100%;
  }
  .videoall ul {
    white-space: nowrap;
    width: 100%;
    margin-left: 10px;
  }
  .videoall ul li {
    display: inline-block;
    width: 48%;
    margin-bottom: 20px;
  }
  
  .main_pro ul li {
    width: 100%;
    margin-right: 0;
  }
  .equipment_link {
    padding: 1rem;
  }
  .equipment_link ul > li {
    width: 48%;
  }
  .equipment_link ul > li:nth-child(3n) {
    margin-right: 2%;
  }
  .equipment_link ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .compnay_txt h2{font-size: 1.6rem;}
  .pro_inquiry .proinquiry_txt,.pro_inquiry .proinquiry_btn{width: 100%;}
}
@media (max-width: 480.98px) {
  .videoall ul li { width: 100%; margin-right: 0;}
  .about_sublist ul li{width: 100%; margin-right: 0;}
  .equipment_box ul > li { width: 100%; margin-right: 0;}
  .equipment_box ul > li > ol > li.product_img img{width: 100%;}

}

/* 2024-1-23 */ 
.etw_cer01 ul li{width: 100%!important;margin-right: 0!important;}
.etw_cer04 ul li{width: 23.5%;margin-right: 2%;}
.etw_cer04 ul li:nth-child(5n){margin-right: 2%;}
.etw_cer04 ul li:nth-child(4n){margin-right: 0;}

.etw_cer06 ul li{width: 16%;margin-right: 0.8%;}
.etw_cer06 ul li:nth-child(5n){margin-right: 0.8%;}
.etw_cer06 ul li:nth-child(6n){margin-right: 0;}
.etw_top{margin-top: 5%;}

@media (max-width: 767.98px) {
  .etw_cer04 ul li{width: 49%;} 
.etw_cer04 ul li:nth-child(2n){margin-right: 0;}

.etw_cer06 ul li{width: 49%;margin-right: 2%;} 
.etw_cer06 ul li:nth-child(2n){margin-right: 0;}
.etw_top{margin-top: 0;}
}