@charset "utf-8";
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: fontawesome;
  src: url(//:) format("no404"),
    url(../font-awesome/fontawesome-webfont.woff) format("woff"),
    url(../font-awesome/fontawesome-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "HelveticaNeue";
  src: url(../font/HelveticaNeueLTW02-45Light.woff2) format("truetype");
}
@font-face {
  font-family: "Playfair display";
  src: url(../font/PlayfairDisplay-Bold-4.woff) format("woff"),
    url(../font/PlayfairDisplay-Bold-4.ttf) format("truetype");
}
@font-face {
  font-family: "BERNHC";
  src: url(../font/BERNHC.woff) format("woff"),
    url(../font/BERNHC.ttf) format("truetype");
}
@font-face {
  font-family: "BDHanover";
  src: url(../font/bdhanover.woff) format("woff"),
    url(../font/bdhanover.ttf) format("truetype");
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
a,
em,
img,
strong,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
button,
tr,
th,
td,
footer,
header,
nav {
  box-sizing: border-box;

  padding: 0;
  margin: 0;

  border: none;
  outline: none;
}
h3 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
i,
em {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}
hr {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #174277;
}
a:hover {
  text-decoration: none;
  color: #007bff;
}
a.links {
  color: #066964;
  font-size: 1.2rem;
}
.clearfix::after {
  display: table;
}
img {
  vertical-align: top;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
#etw_top {
  position: fixed;
  width: 35px;
  height: 35px;
     right: 30px;
    bottom: 50%;
  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;
}
body {
  font-size: 1rem;
  font-family:Arial, Helvetica, sans-serif;
  color: #000;
}

#header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10000;
  background: #fff;
}

.headerin {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
}
#etw_logo {
  float: left;
  margin: 0.75rem 5rem 0.75rem 0;
}
#etw_logo img {
  width: 123px;
  float: left;
}

/*language*/
.etw_language > ul {
  position: relative;
  z-index: 1;
  float: right;
  margin: 0 1rem;
  margin-top: 1.5rem;
  /* background-color: #ff4900; */
  border-radius: 18px;
}
.etw_language > ul > li > a {
  display: block;
  /* color: #fff; */
  padding: 0.3rem 1rem;
}
.etw_language a:not([href]):not([tabindex]) {
    color: #ff6700; 
 cursor:pointer;
}
.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 ul ul li a:hover {
  color: #f35d0b;
}
.etw_language a:hover:not([href]):not([tabindex]){
	color: #fff;
}
.etw_language ul li:hover > ul {
  display: block;
}
.etw_language .dropdown-item {
  min-width: 100px;
}
@media (max-width: 991.98px) {
  .etw_language ul ul{ background:#eee;}
}
/* .top-nav */
.top-nav {
  width: auto;
  float: left;
}
.navbar {
  padding: 0 1rem;
}
.navbar-collapse {
  justify-content: center;
}
.navbar-light .navbar-nav a.nav-link {
  color: #000;
  padding: 0.5rem 1rem;
  line-height: 2.5rem;
  position: relative;
  font-size:1rem;
}
.navbar-light .navbar-nav a.nav-link i {
  color: #999;
}
.navbar-light .navbar-nav a.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 3px;
  height: 2px;
  background: #ff6700;
  transform: scale(0);
  transition: all 0.2s;
  transform-origin: left;
}
.navbar-light .navbar-nav li.active a.nav-link:before,
.navbar-light .navbar-nav li a.nav-link:hover:before {
  transform: scale(1);
}

.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  background: none;
  color: #ff6700;
}

.navbar-light .navbar-nav .show > .nav-link {
  background: none;
  color: #ff6700;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background: none;
  color: #ff6700;
}

.navbar-light .navbar-nav .dropdown-menu li ol li a.dropdown-item {
  padding-left: 2.3rem;
  color: #999;
  font-size: 0.75rem;
  line-height: 1rem;
  position: relative;
}
.navbar-light .navbar-nav .dropdown-menu li ol li a.dropdown-item:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background: #999;
  left: 1.5rem;
  top: 0.4rem;
}
.navbar-light .navbar-nav .dropdown-menu li ol li a.dropdown-item:hover {
  color: #ff6700;
}

.navfeed {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 1.1rem;
  text-align: center;
}
.navbar-light .navbar-nav .navfeed a.nav-link {
  padding: 0.5rem 1rem;
  background: url(../images/inq.jpg);
  color: #fff;
  margin-right: 0;
}
.navbar-nav .dropdown-menu {
  margin-top: -1.1rem;
}

/*menu*/
.top-nav {
  width: auto;
  padding-top: 1.25rem;
}
.navbar {
  padding: 0;
  margin: auto;
}
.navbar ul {
  width: 100%;
}
.navbar-collapse {
  justify-content: flex-end;
}
.navbar-light .navbar-nav a.nav-link {
  color: #000;
  font-size:0.8rem;
  position: relative;
  padding: 1rem 0;
  margin: 0 1rem;
  line-height: 1rem;
}
.navbar-light .navbar-nav li:nth-last-of-type(1) a.nav-link {
  padding-right: 0;
  margin-right: 0;
}
.navbar-light .navbar-nav li.active a.nav-link,
.navbar-light .navbar-nav li a.nav-link:hover {
  color: #ff6700;
}
.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 {
  color: #ff6700;
}
.navbar-light .navbar-nav .dropdown-item {
  font-weight: 400;
  padding: 0.5rem 1rem;
}
.dropdown-item.active {
  background: none;
  color: #ff6700;
}
.dropdown-item:hover,
.dropdown-item.active {
  color: #ff6700;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 76px;
  line-height: 1.5rem;
  width: auto;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.navbar-expand-lg .navbar-nav .dropdown-menu li > a {
  color: #000;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li > a:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu li > a.active {
  color: #ff6700;
}
.dropdown-item:active {
  color: #ff6700;
  background: #f8f9fa;
}
.navbar-nav .dropdown-menu li ol a {
  font-size: 13px;
  display: block;
  padding: 0.2rem 1.5rem;
  color: #444;
  line-height: 1.2rem;
}
.navbar-nav .dropdown-menu li ol a:hover,
.navbar-nav .dropdown-menu li ol a.active {
  color: #ff6700;
  text-decoration: underline;
}
@media (max-width: 1199.98px) {
  .navbar-light .navbar-nav a.nav-link {
    font-size: 1.25rem;
    margin: 0 0.4rem;
  }
}
@media (max-width: 1000.98px) {
  .navbar-light .navbar-nav a.nav-link {
  }
}
@media screen and (min-width: 991.98px) {
  .top-nav .navbar-nav .row_big {
    position: absolute;
    background: #fff;
    padding: 0 100px 0 100px;
    box-shadow: none;
    position: fixed;
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    top: 98px !important;
    border: none;
    border-bottom: 3px #ff6700 solid;
    border-top: 1px #ddd solid;
    z-index: 999;
  }
  .top-nav .navleft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .top-nav .navproinfo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1440px !important;
  }
  .top-nav .navclassname {
    display: block;
    color: #000;
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
  }
  .top-nav .navbar-nav .row_big .navleft li {
    line-height: 45px;
    border-bottom: 1px #f5f1f147 solid;
    clear: both;
  }
  .top-nav .navbar-nav .row_big .navleft li a {
    font-size: 1rem;
    padding: 1rem 2rem;
    display: block;
    color: #000;
  }
  .top-nav .navbar-nav .row_big .navleft li a.lidq,
  .top-nav .navbar-nav .row_big .navleft li a:hover {
    color: #ff6700;
  }
  .top-nav .navbar-nav .navright {
    width: 100%;
    float: left;
    display: block;
    padding: 20px 10px;
  }
  .top-nav .navbar-nav .navright ul {
    width: 100%;
    display: none;
  }
  .top-nav .navbar-nav .navright ul.shownavpro {
    display: block;
  }
}

@media (max-width: 1300.98px) {
  .top-nav .navbar-nav .row_big {
    width: 100% !important;
    margin-left: 0 !important;
    left: 0 !important;
  }



}
@media (max-width: 1199.98px) {
  .navbar-light .navbar-nav a.nav-link {
    font-size: 0.7rem;
  }
}

/* container */
#container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 80px;
}
.content {
  width: 100%;
  max-width: 1400px;
  margin: 5rem auto;
}
.content1{ margin-top:0;}
.content2{ margin:1rem auto;}
@media (max-width: 991.98px) {
  #container {margin-top: 0px;}
}
/* etw_banner */
.banner {
  position: relative;
  width: 100%;
  text-align: center;
}
.banner .etw_hometitle {
  position: absolute;
  bottom: 40%;
  left: 2%;
  right: 2%;
  margin: 0 auto;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  font-family: "BERNHC";
  letter-spacing: 5px;
}
.banner .etw_hometitle::before {
  position: absolute;
  bottom: -1rem;
  width: 60px;
  height: 5px;
  background-color: #fff;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-image: none;
  height: 40px;
  width: 40px;
  position: relative;
  line-height: 40px;
  opacity: 0;
}
.carousel:hover .carousel-control-next-icon,
.carousel:hover .carousel-control-prev-icon {
  opacity: 1;
}
.carousel-control-next-icon::before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 2rem;
}
.carousel-control-prev-icon::before {
  font-family: fontawesome;
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 2rem;
}
.carousel-caption {
  left: 5%;
  right: auto;
  padding-bottom: 0;
  bottom: 10px;
  text-align: left;
}

/* hub_pro_item */
.hub_pro_item {
  position: relative;
  height: 510px;
  background-color: #fff;
  padding: 78px 32px 82px 70px;
}
.hub_pro_item .hub-pro-desc {
  position: relative;
}
.hub_pro_item img {
  position: absolute;
  right: 50px;
  bottom: 0;
  height: 360px;
}
.hub_pro_item1 img {
  bottom: -58px;
  right: -26px;
  height: 370px;
}
.hub_pro_item2 img {
  right: 0;
}
.hub_pro_item3 {
  overflow: hidden;
}
.hub_pro_item3 img {
  right: -28px;
}
.hub_pro_item4 img {
  height: 420px;
  right: -74px;
  bottom: -48px;
}
.hub_pro_item6 img {
  right: 0;
  height: 340px;
}
.hub_pro_item .btn-more {
  position: absolute;
  bottom: 0;
  color: #ff6700;
  margin-bottom: 83px;
  line-height: initial;
}
.hub_pro_item .hub-pro-desc h5 {
  color: #000;
  font-size: 1.6rem;
  font-weight: bolder;
}
.hub_pro_item .hub-pro-desc p {
  color: #4F4F4F;
  line-height: 2.5rem;
}
.carousel-inner:hover h5 {
  color: #ff6700;
}

.carousel-caption h5 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.text-black {
  color: rgba(0, 0, 0, 0.8);
}
.text-black h5 {
  color: #000;
}
.text-white h5,
.text-white p {
  color: #fff !important;
}
/* .video_show */
.video_bg {
  background-color: #f7f7f7;
  padding: 0.5rem 0;
}
.video_bg1 {
  background-color: #fff;
  padding: 0.5rem 0;
}
.video_des_item {
  display: flex;
  padding: 2rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.video_des_item a {
  color: #000;
}
.video_des_item a h5 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.video_des_item a p {
  font-size: 1.15rem;
  color: rgba(0, 0, 0, 0.8);
  padding: 1rem 3rem;
}

.video_des_item img {
  background-color: #f2f2f2;
  border-radius: 50%;
  margin-bottom: 2rem;
}
.about-video {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  margin-bottom: 1rem;
  cursor: pointer;
  animation: huxi 2s infinite;
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.about-video i {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 1s;
  background: 0 0;
  font-family: fontawesome;
  padding-top: 0.5rem;
  padding-left: 0.4rem;
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.25);
}
.about-video i:hover {
  color: #ff6700;
  border: 4px solid #ff6700;
}
.showvideo {
  top: 30%;
}
.showvideo i {
  color: #ff6700;
  border: 4px solid #ff6700;
}
.showvideo i:hover {
  color: #ff1800;
  border: 4px solid #ff1800;
}

.btn-more {
  border: 1px solid #ff6700;
  border-radius: 25px;
  color: #ff6700;
  padding: 0.6rem 1.5rem;
  font-size: 1.1rem;
  transition: all 1s;
  line-height: initial;
}
.btn-more a {
  color: #ff6700;
}
.video_des_item:hover .btn-more,
.btn-more:hover {
  background-color: #ff6700;
  color: #fff;
}
.btn-more:hover a {
  color: #fff;
}
.carousel-indicators li {
  background-color: #eeeeee;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: #ff6700;
}
.video_in .carousel-indicators {
  bottom: -20%;
}
@keyframes huxi {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.webtitle {
  text-align: center;
}
.webtitle h3 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
 .webtitle h3 {
  font-size: 1.25rem;
  padding-top:1rem;
  }
}
.idea_san .more {
  color: #fff;
  font-size: calc(13px + 0.16vw);
  position: absolute;
  top: 21%;
  left: 5%;
  right: 5%;
  text-align: center;
  z-index: 2;
}
.idea_san .more:hover {
  text-decoration: underline;
}
/* idea_san */
.idea_san {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}
.idea_san_item {
  position: relative;
  margin-bottom: 2rem;
}
.idea_san_item img {
  width: 100%;
}

.four_advantage .idea_san_item .hiden {
  background-color: rgba(76, 79, 82, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: all 1s;
}

.idea_san_item span {
  color: #fff;
  font-size: calc(16px + 0.82vw);
  position: absolute;
  top: 13.33%;
  left: 5%;
  right: 5%;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.four_advantage .idea_san_item span {
  font-size: 1.4rem;
  bottom: 60%;
}
.four_advantage .idea_san_item span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 3px;
  background-color: #fff;
}
.idea_san_item:hover .hiden {
  background-color: rgba(215, 87, 0, 0.6);
}

.four_advantage .idea_san_item:hover .hiden {
  background-color: rgba(0, 0, 0, 0.6);
}

.idea_san a:hover span {
  text-decoration: underline;
}

/* idea_forum */
.idea_forum {
  width: 100%;
  margin: 0 auto;
}
.idea_forum .idea_forum_item {
  background-color: #f8f8f8;
  height: 100%;
  padding-bottom: 1rem;
}

.idea_forum .idea_forum_item h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.idea_forum .idea_forum_item p {
  padding-left: 2rem;
  padding-right: 2em;
  color: rgba(0, 0, 0, 0.6);
}
.idea_forum .idea_forum_item h3 span {
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
}
#footer {
  background-color: #22253f;
}
.footercop {
  width: 100%;
  background: #000011;
  text-align: center;
  padding: 1rem 0 1.5rem 0;
  color:#fff;
}
.etw_footin {
  margin: 0 auto;
  width: 96%;
  max-width: 1200px;
  text-align: left;
  overflow: hidden;
  padding: 3rem 0 3rem 0;
  color: #fff;
  font-size: 0.9rem;
}
.etw_footin a {
  color: #fff;
}
.etw_footin a:hover {
  color: #ff6700;
}
.etw_footin p {
  line-height: 1.755;
}
.etw_footin ul li {
  margin-bottom: 0.51rem;
}
.con_all a {
  color: #fff;
  border: 1px solid #fff;
  padding: 0.5rem 0.8rem;
}
.share {
  overflow: hidden;
}
.share a {
  text-align: center;
  margin: 0rem 1rem 0.5rem 0;
  display: block;
  float: left;
  color: #fff;
  font-size: 1rem;
  position: relative;
  cursor: pointer;
  background-color: #353958;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
}
.share a:hover {
  color: #bb2833;
}
.iconweix {
  background: url(../images/weixin.png);
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  display: block;
}
a.showbigimg:hover .iconweix {
  background: url(../images/weixin_h.png);
  background-size: 100% 100%;
}

#etwcoper {
  margin-top: 2px;
  width: 100%;
  line-height: 22px;
  font-size: 12px;
}
#etwcoper a {
  display: block;
  color: #fff;
}
#otherlink {
  clear: both;
  width: 100%;
  height: auto;
  line-height: 1.55;
  font-size: 14px;
  color: #fff;
  padding: 1rem;
}
#otherlink a {
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  margin-right: 5px;
  line-height: 22px;
  margin-bottom: 5px;
}
#otherlink a span {
  opacity: 0.5;
  position: relative;
  top: 0;
  font-size: 12px;
}
#otherlink a:hover {
  color: #999;
}
#otherlink a:hover span {
  opacity: 1;
  top: -2px;
  transition: all 0.3s ease-in-out;
}

.sp-mt .mb-4 {
  margin-top: 1.5rem;
  margin-bottom: 0 !important;
}

.prev {
  left: -20px;
}
.next {
  right: -20px;
  transform: rotate(-180deg);
}
.container {
  width: 900px;
  margin: 0 auto;
  height: 500px;
  position: relative;
  padding: 50px;
}

/* slide_wrap */
.banner_mob {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.banner_mob .button {
  position: absolute;
  cursor: pointer;
  top: 39px;
  font-size: 22px;
  color: #fff;
  background-color: #999;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}
.banner_mob .prev {
  left: 20px;
}
.banner_mob .next {
  right: 3px;
}

.slide_wrap {
  overflow: hidden;
  position: relative;
}
.slide_wrap ul {
  position: relative;
  left: 0px;
}
.slide_wrap::after {
  width: 100%;
  height: 1px;
  background-color: #999;
  content: "";
  position: absolute;
  top: 48px;
  left: 0px;
  z-index: 1;
}
.slide_items li {
  float: left;
  font-size: 20px;
  width: 200px;
  text-align: center;
}
.slide_items li a {
  display: block;
}
.slide_items li.on span {
  color: #ff4900;
  border-radius: 30px;
}
.slide_items li span {
  color: #333333;
  font-size: 15px;
  display: block;
}
.slide_items li div {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #a2a2a2;
  border-radius: 13px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 0px;
}
.slide_items li i {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #a2a2a2;
  border-radius: 5px;
}
.slide_items li.on div {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #ff4900;
  border-radius: 13px;
  box-sizing: border-box;
  margin-top: 0px;
}
.slide_items li div.circle1 {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #a2a2a2;
  border-radius: 13px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 25px;
}
.slide-content {
  margin-top: 1rem;
}
.slide-content img {
  width: 100%;
}
.slide-content ul {
  display: none;
}
.slide-content ul li {
  position: relative;
}
.slide-content ul.on {
  display: block;
}

/* timeline */
#timeline {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  position: relative;   
}
@media (max-width: 1700px) {
  #timeline {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  #timeline {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #timeline {
    width: 100%;
  }
  .slide_items li span{ font-size:12px;}
}

#datesin {
  width: auto;
  overflow: hidden;
  height: 500px;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  padding-left: 10%;
}
#dates {
  width: 100%;
  background: url(../images/banner_line.png) no-repeat 2px 0;
}
#dates li {
  width: 100%;
  height: 76px;
}
#dates a {
  position: relative;
  text-shadow: 1px 0px 1px rgba(73, 73, 73, 0.904);
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
  display: block;
  padding-left: 2rem;
}
#dates.datecolor a{ color: rgba(255, 255, 255, 0.9);}
#dates .selected {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 1);
  background: url("../images/biggerdot.png") no-repeat 9px 0;
}
#dates li span {
  position: absolute;
  display: block;
  left: -70px;
}
#dates li a:not(.selected) span {
  left: -44px;
}
#issues {
  width: 100%;
  overflow: hidden;
  float: left;
}
#issues li {
  background-size:cover ;
  background: center center;
  width: 100%;
  position: relative;height: 952px; overflow:hidden;
}
#issues li a{display: block;width: 100%;height: 100%;}
#issues li span, .slide-content li span {
  color: #fff;
  position: absolute;
	font-family: 'Playfair display';
}
#issues .banner1 span, .slide-content .banner3 span {
  top: 31.2%;
  right: 1.2%;
  font-size: 1.95rem;
}
#issues .banner2 span, .slide-content .banner4 span  {
  top: 39%;
  right: 14.2%;
  font-size: 2.3vw;
}
#issues .banner3 span, .slide-content .banner2 span {
  top: 38.076%;
  right: 1%;
    font-size: 2.45rem;
}
#issues .banner4 span, .slide-content .banner1 span {
  top: 19.42%;
  right: 19.57%;
  font-size: 2.75rem;
}
#issues .banner4 span.desc, .slide-content .banner1 .desc {
  top: 31.057%;
  right: 16.9%;
  font-size: 2.5vw;
	
}
#issues .banner5 span, .slide-content .banner5 span {
  top: 39.211%;
  right: 12.916%;
    font-size: 2.05rem;
}
#issues .banner5 span.desc {
  top: 50%;
  right: 17.916%;
  font-size: 2.291vw;
}
#issues .banner6 span, .slide-content .banner6 span {
  top: 15.27%;
  right: 10.5%;
  font-size: 2.35rem;
}
#issues .banner6 span.desc {
  top: 50%;
  right: 17.916%;
  font-size: 1.56vw;
}
#grad_top,
#grad_bottom {
  width: 500px;
  height: 80px;
  position: absolute;
}
#grad_top {
  top: 0;
  background: url("../images/grad_top.png") repeat-x;
}
#grad_bottom {
  bottom: 0;
  background: url("../images/grad_bottom.png") repeat-x;
}
#next,
#prev {
  position: absolute;
  left: 0;
  font-size: 70px;
  width: 38px;
  height: 22px;
  background-position: 0 -26px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
  padding: 20px 40px 20px 12%;
}

#next {
  bottom: 20%;
  background: url("../images/next_v.png") no-repeat right center;
}
#prev {
  top: 20%;
  background: url("../images/prev_v.png") no-repeat right center;
}
#next.disabled,
#prev.disabled {
  opacity: 0.2;
}
/* leftsead */
#leftsead {
  width: auto;
  height: auto;
  position: fixed;
  top: 258px;
  right: 0px;
  z-index: 1000;
}
*html #leftsead {
  margin-top: 258px;
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop));
}
#leftsead li {
  width: auto;
  height: 75px;
  margin-bottom: 15px;
}
#leftsead li img {
  float: right;
}
#leftsead li a {
  height: 75px;
  float: right;
  display: block;
  min-width: 75px;
  max-width: 353px;
}
#leftsead li a .shows {
  display: block;
}
#leftsead li a .hides {
  cursor: pointer;
  cursor: hand;
  width: 0;
}
#leftsead li a .hides_big {
  cursor: pointer;
  cursor: hand;
  width: 0;
}

#leftsead li a.youhui .hides {
  display: none;
  position: absolute;
  right: 190px;
  top: 2px;
  margin-right: -56px;
}
.reltitle {
  width: 100%;
  font-size: 2rem;
  color: #000;
  clear: both;
  position: relative;
  margin-bottom: 2rem;
}

.reltitle::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  left: 0;
  margin: 0 auto;
  bottom: -0.5rem;
  background-color: #ff3f00;
}
.corporates_des,
.partner_des {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.95rem;
}
.corporates_des h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #000;
  position: relative;
}
h4 span {
  position: relative;
  display: block;
	color: #000;
}
h4 span::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 3px;
  background-color: #ff3e00;
}
/* .cooperation_process */
.cooperation_process {
  background-color: #fff;
  text-align: center;
}
.cooperation_item {
  position: relative;
}

@media (max-width: 991.98px) {

  .cooperation_item {
    margin-bottom: 1rem;
  }
  .hub_pro_item1 img {
    bottom: 27px;
    right: -26px;
    height: 325px;
  }
  .hub_pro_item6 img {
    height: 300px;
  }
.hub_pro_item .btn-more{    margin-bottom: 18px;}

}
@media (max-width: 767.98px) {
  .hub_pro_item{padding: 48px 22px 52px 40px;}


}
@media (max-width: 540px) {
  .hub_pro_item4 img {
    right: -10px;
    bottom: 0px;
  }
  .hub_pro_item{padding: 20px 10px 20px 10px;}
  .hub_pro_item1 img{ height:auto;}
}
.cooperation_item span {
  font-size: 2.2rem;
  display: block;
  color: #ff6700;
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  z-index: 9;
}
.cooperation_item span::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 8px;
  background-color: rgba(255, 103, 0, 0.3);
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cooperation_item p {
  padding: 1.5rem;
  text-align: center;
}
.cooperation_bg_img p {
  position: absolute;
  top: 12%;
  left: 5%;
  right: 5%;
  color: #fff;
  z-index: 9;
}


@media (max-width: 1200px) {
  .cooperation_bg_img p {
    top: 0;
    left: 0;
    right: 0;
    padding: 0.2rem;
  }
  .cooperation_item span {
    margin-bottom: 0;
  }

  #issues .banner1 span, .slide-content .banner3 span {
    top: 31.2%;
    right: 7.2%;
    font-size: 1.55rem;
  }
}
#issues .banner4 span, .slide-content .banner1 span {
  top: 19.42%;
  right: 36.57%;
  font-size: 2.05rem;
}
#issues .banner3 span, .slide-content .banner2 span {
  top: 38.076%;
  right: 23%;
  font-size: 1.8rem;
}
#issues .banner5 span, .slide-content .banner5 span {
  top: 39.211%;
  right: 12.916%;
  font-size: 1.95rem;
}
#issues .banner5 span, .slide-content .banner5 span {
  top: 39.211%;
  right: 8.916%;
  font-size: 1.65rem;
}
#issues .banner6 span, .slide-content .banner6 span {
  top: 15.27%;
  right: 30.5%;
  font-size: 1.65rem;
}




.recruiting_process .cooperation_item p {
  text-align: center;
  font-size: 1.2rem;
}
.hub_pro_item2 img {
  right: 0;
  top: 230px;
}

@media (max-width: 767.98px) {
 .hub_pro_item2 img{ top:inherit; bottom:0rem;}
}

.cooperation_bg_img span::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.cooperation_bg_img span {
  color: #fff;
}
.cooperation_item img {
  width: 100%;
}
.cooperation_item .hiden {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: all 1s;
}
.cooperation_item:hover .hiden {
  background-color: rgba(0, 0, 0, 0.6);
}

/* .cooperative_security */
.cooperative_security {
  width: 100%;
  margin: 0 auto;
}
.cooperative_security_item {
  background-color: #f8f8f8;
  padding: 4rem;
  text-align: center;
  height: 100%;
  transition: all 0.5s;
  font-size: 1rem;
}
.cooperative_security_item span {
  display: block;
  margin-top: 2rem;
  text-align: center;
  line-height: 1.75;
  padding: 0 1.0rem;
  height: auto;
}
@media (max-width: 1200px) {
  .cooperative_security_item {
    padding: 2rem;
  }
  .cooperative_security_item span {
    height: auto;
  }
}
.cooperative_security .col-md-4:nth-child(1) .cooperative_security_item {
  border-bottom: 1px solid #2cb663;
}
.cooperative_security .col-md-4:nth-child(2) .cooperative_security_item {
  border-bottom: 1px solid #f98914;
}
.cooperative_security .col-md-4:last-child .cooperative_security_item {
  border-bottom: 1px solid #427afa;
}
.how_show {
  margin-top: 3rem;
}
.how_show .cooperative_security_item {
  border: none;
}
.how_show .cooperative_security_item span {
  text-align: center;
  padding: 0;
}
.how_show .cooperative_security_item:hover {
  /*font-size: 1.1rem;*/
}
.cooperative_security_item:hover {
  background-color: #f4f4f4;
}

@media (max-width: 1300.98px) {
  #issues .banner3 span, .slide-content .banner2 span {
    top: 38.076%;
    right: 4%;
    font-size: 1.8rem;
}

#issues .banner4 span, .slide-content .banner1 span {

    top: 19.42%;
    right: 20.57%;
    font-size: 2.05rem;

}
#issues .banner6 span, .slide-content .banner6 span {
  top: 15.27%;
  right: 23.5%;
  font-size: 1.65rem;
}

}

/*tags*/
#tags {width:100%;float:left;margin-bottom:1rem;}
#tags_title {display:block;color:#ff6700;font-size:1rem;font-weight:500;line-height:28px;text-align:left;padding:10px 0 0 0;}
#tags a {margin:0 10px 3px 0;color:#777;display:inline-block;line-height:16px;font-size:13px;}

/* cooperation_case */
.cooperation_case {
  width: 100%;
  margin: 0 auto;
}
.cooperation_case .cooperation_case_item {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.cooperation_case .cooperation_case_item a img,
.cooperation_case .cooperation_case_item a span {
  transition: all 1s;
}
.cooperation_case .cooperation_case_item a span {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
  padding-top: 1rem;
}
.cooperation_case .cooperation_case_item:hover a span {
  color: #ff6700;
}
.cooperation_case .cooperation_case_item:hover a img {
  transform: scale(1.02);
}

/* cooperation_faq */
.cooperation_faq_item {
  background-color: #f8f8f8;
  padding: 2rem;
  color: rgba(0, 0, 0, 0.6);
  height: 100%;
  margin-bottom: 1rem;
}
.cooperation_faq_item dt {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 2rem;
  position: relative;
}
.cooperation_faq_item dt::before {
  position: absolute;
  bottom: -1rem;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #ff4b00;
}
.cooperation_faq_item dd {
  margin-bottom: 1rem;
}

/* about_bg */
.about_bg {
  width: 100%;
  margin: 0 auto;
  background: url(../images/about_bg.jpg) no-repeat center bottom;
  background-size: cover;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  padding: 3rem 15px;
}
.about_bg p {
  color: rgba(0, 0, 0, 0.6);
}
.about_bg dl {
  margin-bottom: 2rem;
}
/* soil_ecology */
.soil_ecology {
  width: 100%;
  margin: 0 auto;
}
.soil_ecology ul {
  width: 96%;
  margin: 0 auto;
}
.soil_ecology ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 1rem;
}
.soil_ecology ul li .pic {
  max-width: 104px;
  text-align: center;
  margin: 0 auto;
  width: 10%;
}
.soil_ecology ul li .txt {
  color: rgba(0, 0, 0, 0.6);
  width: 90%;
}
.soil_ecology ul li .txt strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
	color: #000;
  padding-bottom: 0.5rem;
}

/* culture_item */
.culture_item {
  position: relative;
}
.culture_item span {
  position: absolute;
  bottom: 1rem;
  left: 5%;
  color: #fff;
}
.culture_item span h5 {
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.1rem;
  font-weight: bold;
}
.culture_des {
  line-height: 1.85;
}

/* idea_cuture */
.idea_cuture {
  width: 100%;
  margin: 0 auto;
}
.idea_cuture .cooperative_security_item {
  border: none;
  background-color: #fff;
}
.idea_cuture .idea_cuture_item {
  background-image: url(../images/culture_icon_01.png);
  background-repeat: no-repeat;
  height: 212px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.idea_cuture .idea_cuture_item span {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  right: 15%;
}
.idea_cuture .idea_cuture_02 {
  background-position: -280px 0;
}
.idea_cuture .idea_cuture_03 {
  background-position: -561px 0;
}
.idea_cuture .idea_cuture_04 {
  background-position: -848px 0;
}
.idea_cuture .idea_cuture_05 {
  background-position: -1128px 0;
}

/* idea_town */
.idea_town {
  width: 100%;
  margin: 0 auto;
}
.idea_town .idea_town_item {
  background-image: url(../images/creative_icon_01.png);
  background-repeat: no-repeat;
  height: 157px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}

.idea_town .idea_town_item span {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
}
.idea_town .idea_town_item span h5 {
  font-size: 0.9rem;
}
.idea_town .idea_town_02 {
  background-position: -202px 0;
}
.idea_town .idea_town_03 {
  background-position: -426px 0;
}
.idea_town .idea_town_04 {
  background-position: -650px 0;
}
.idea_town .idea_town_05 {
  background-position: -868px 0;
}
.idea_town .idea_town_06 {
  background-position: -1105px 0;
}
.color_font {
  color: #ff6700;
  padding-top: 1rem;
}

/* creative_style */
.creative_style {
  width: 100%;
  margin: 0 auto;
}
.creative_style_item {
  text-align: center;
  background-color: #fff;
  height: 100%;
  padding: 3rem;
}
.creative_style_item ul {
  margin-top: 2rem;
}
.creative_style_item ul li {
  margin-bottom: 0.5rem;
}
.creative_style_item p {
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.75;
  font-size: 1rem;
}
.creative_style_item strong {
  font-weight: 400;
  font-size: 1.05rem;
  text-align: left;
  display: block;
  padding-bottom: 1rem;
}
/* team */
.team_des {
  font-size: 1.2rem;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.9);
}

/* career_link */
.career_link {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}
.career_link li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.4rem;
  border-right: 1px solid #bbb;
  padding-right: 1rem;
  text-decoration: underline;
}
.career_link li:last-child a {
  border: none;
  padding-left: 1rem;
}
.career_link li a.active,
.career_link li a:hover {
  color: #ff6700;
}
/* faq_des */
.faq_des {
  width: 100%;
  background-color: #fff;
  padding: 2rem;
}
.faq_item dl {
  margin-bottom: 2rem;
}
.faq_item dt {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.faq_item dd {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
}
/* contact_item  */
.contact_item {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 1rem 0;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.contact_item a {
  color: #333;
}
.contact_item .share a {
  color: #fff;
}
/* etw_set_feedback_form */
#etw_set_feedback_form {
  margin-top: 4rem;
  background-color: #f8f8f8;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0px -22px 1px rgba(255, 93, 0, 0.4);
}
#floatchatiframe2011 {
  width: 60%;
  margin: 0 auto;
  min-height: 300px;
}
.feedback_title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

#quicknav {
  height: auto;
  color: #ff5506;
  line-height: 1.2rem;
  font-size: 0.8rem;
  overflow: hidden;
  width: 100%;
}
#quicknav a {
  color: rgba(0, 0, 0, 0.6);
}
#quicknav ul {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#quicknav li {
  display: inline-block;
  padding: 0.8rem 0.4rem 0.8rem 0px;
}
#quicknav li + li::before {
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.6);
  content: "/\00a0";
}
#quicknav a:hover {
  color: #ff5506;
}
@media (max-width: 767.98px) {
  #quicknav {
    display: none;
  }
  .cooperative_security_item {
    padding: 3rem 1rem;
  }
}
/* products_list */
.products_list {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.products_list li a {
  color: rgba(0, 0, 0, 0.6);
  background-color: #fff;
  display: block;
  padding: 0.5rem 2rem;
  margin-right: 0.8rem;
  border-radius: 28px;
  width: auto;
  margin-bottom: 1rem;
  box-shadow: 2px 2px 2px #ccc;
}
@media (max-width: 767.98px) {
  .products_list li a{ padding:0.3rem 1.25rem;}
}
.products_list li a.active,
.products_list li a:hover {
  background-color: #ff6300;
  color: #fff;
  background-image: linear-gradient(to right, #ff6300, #ff4000);
}

/* products_center */
.products_center {
  width: 100%;
  margin: 0 auto;
}
.products_center .products_center_item {
  background-color: #fff;
  position: relative;
  top: 0;
  transition: all 1s ease;
  margin-bottom: 2rem;
  height: 100%;
  text-align: center;
}
.products_center .products_center_item h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
  margin-top: 2rem;
  padding-left: 1.0rem;
  padding-right: 1.5rem;
  text-align: left;
}
.products_center .products_center_item p {
  padding-left: 1.0rem;
  padding-right: 1.5rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}
.products_center .products_center_item a {
  position: relative;
  display: block;
}
.products_center .products_center_item span {
  position: absolute;
  top: 40%;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  right: 0;
  left: 0;
  z-index: 9;
}

.products_center_item .hiden {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: all 1s;
}

.products_center .products_center_item:hover {
  top: -10px;
}
.products_center .products_center_item:hover h3 {
  color: #ff4000;
}
/* etw_list_left1 */
.etw_list_left1 {
  margin-top: 20px;
}
.etw_list_left1 .con {
  position: relative;
}
.etw_list_left1 li {
  margin-top: 8rem;
  display: flex;
  flex-wrap: wrap;
}

.etw_list_left1 .pic {
  position: relative;
  width: 40%;
  left: 5%;
  top: -3rem;
  z-index: 2;
}
.etw_list_left1 .pic img {
  width: 100%;
  display: block;
}
.etw_list_left1 .txt {
  width: 60%;
  padding: 0 2rem;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(255, 103, 0, 0.4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  right: 5%;
  z-index: 1;
}
.etw_list_left2 .txt {
  background-color: #f8f8f8;
  color: rgba(0, 0, 0, 0.6);
}

.etw_list_left1 .txt .desc {
  padding-left: 20%;
}
.etw_list_left1 li:nth-child(2n) .txt .desc {
  padding-right: 20%;
  padding-left: 0;
}
.etw_list_left1 li:nth-child(2n) .txt {
  right: 0;
  left: 5%;
}
.etw_list_left1 li:nth-child(2n) .pic {
  order: 1;
  left: -5%;
}

.etw_list_left1 .txt .tit {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.40;
}
.etw_list_left1 .txt .desc {

}

@media (max-width: 767.98px) {
  .etw_list_left1 li {
    margin-top: 2rem;
  }
  .etw_list_left1 .txt,
  .etw_list_left1 .pic,
  .etw_list_left1 li:nth-child(2n) .txt {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  .etw_list_left1 .txt .desc,
  .etw_list_left1 li:nth-child(2n) .txt .desc {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .etw_list_left1 li:nth-child(2n) .pic {
    order: 0;
  }
  .etw_list_left1 li:nth-child(2n) .pic {
    left: 0;
  }
}

/* related_pic */
.related_pic {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.related_pic a {
  width: 14.5%;
  margin-right: 1rem;
  border: 1px solid #ddd;
  margin-bottom: 2rem;
}
.related_pic a img {
  width: 100%;
}

.related_pic a:last-child,
.related_pic a:nth-child(6n) {
  margin-right: 0;
}
.products_des {
  color: rgba(0, 0, 0, 0.6);
}
.products_des h2 {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .products_des h2 {margin-top: 10px;}
}
.left_pics img {
  mix-blend-mode: multiply;
}
.products_des .left_pics {
  background-color: #f1f1f1;
}
.products_img {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.products_img .carousel-control-next-icon,
.products_img .carousel-control-prev-icon {
  opacity: 1;
}

ul.discitem {
  margin-bottom: 15px;
  float: none;
  padding-left: 0.5rem;
}
ul.discitem > li {
  width: auto;
  margin: 0px 0 0 15px;
  list-style: disc;
  line-height: 26px;
  float: none;
}
ul.discitem > li.nostyle {
  list-style: none;
}
ul.discitem2 {
  display: flex;
  flex-flow: wrap;
}
ul.discitem2 li {
  width: auto;
  margin: 0 2% 1rem 0;
  display: block;
  background: #f9f9f9;
  padding: 0.3rem 1rem;
}
.partner_name {
  display: flex;
  align-items: center;
}
.partner_name span {
  display: inline;
  float: left;
}
.partner_name span h3 {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.2rem;
}
i, em {
  padding: 0 5px;
}
.partner_name1 span h3 {
  margin-bottom: 0.5rem;
}
.partner_name img {
  display: inline;
  float: left;
}
.partner_name .img {
  background-color: #fff;
  margin-right: 1rem;
}
/* about_company */
.about_company {
  background-color: #f8f8f8;
  padding: 1rem 2rem;
  margin-top: 3rem;
}
/* ce_item */
.ce_item .item span {
  display: block;
  padding-top: 1rem;
}

.fac_des {
  text-align: left;
  background-color: #fff;
  padding-bottom: 2rem;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 1rem;
  padding-right: 1rem;
  /*height: 180px;*/
}
.fac_des p {
  color: rgba(0, 0, 0, 0.6);
  padding-top: 0.5rem;
}
.owl-carousel {
  z-index: 1000 !important;
}
/* partner_contact */
.partner_contact {
  background: url(../products/partner_19.png) no-repeat left bottom
    #f8f8f8;
  padding: 4rem 2rem;
  width: 100%;
  overflow: hidden;
}
.partner_contact ul {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.partner_contact ul li {
  margin-bottom: 1rem;
}
.partner_contact ul li img {
  padding-right: 0.5rem;
}
/* nav-tabs-list */
.nav-tabs-list {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.nav-tabs-list a {
  padding: 1rem 0 1.2rem 0;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
  transition: all 1s ease 0s;
  text-align: center;
  margin-right: 2rem;
}
.nav-tabs-list a.active,
.nav-tabs-list a:hover {
  color: #000;
  border-bottom: 2px solid #ff6700;
}

/* nav-tabs-list-team */
.nav-tabs-list-team {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
}
.nav-tabs-list-team li {
  text-align: center;
}
.nav-tabs-list-team li a {
  color: rgba(0, 0, 0, 1);
  font-size: 0.85rem;
  padding: 0 2rem;
  position: relative;
}
.nav-tabs-list-team li a::before {
  content: "";
  position: absolute;
  bottom: -1.1rem;
  width: 8px;
  height: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #bbbbbb;
}

.nav-tabs-list-team li a.active,
.nav-tabs-list-team li a:hover {
  color: #ff6700;
}
.nav-tabs-list-team li a.active::before {
  background-color: #ff6700;
}

@media (max-width: 767.98px) {
	.nav-tabs-list-team{ display:none;}
	.tab-content > .tab-pane{ display:block; margin-bottom:2rem}

  #issues .banner4 span, .slide-content .banner1 span {

    top: 19.42%;
    right: 10.57%;
    font-size: 2.05rem;

}
#issues .banner6 span, .slide-content .banner6 span {
  top: 15.27%;
  right: 5.5%;
  font-size: 1.65rem;
}
}

/* nav-tabs-list-faq */
.nav-tabs-list-faq {
  width: 100%;
  border: none;
  text-align: center;
  border-right: 1px solid #bbb;
  padding: 0 0 1rem 0;
}
.nav-tabs-list-faq li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
  padding: 1rem 0;
  position: relative;
  width: 100%;
  display: block;
}
.nav-tabs-list-faq li {
  border-bottom: 1px solid #bbb;

  width: 100%;
}

.nav-tabs-list-faq li a::before {
  content: "";
  position: absolute;
  bottom: 40%;
  width: 6px;
  height: 6px;
  left: 4rem;
  border-radius: 50%;
  background-color: #bbbbbb;
}

.nav-tabs-list-faq li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 100%;
  right: -1px;
  background-color: #bbbbbb;
  transform: scale(0);
  transition: all 0.2s;
  transform-origin: left;
}

.nav-tabs-list-faq li a.active,
.nav-tabs-list-faq li a:hover {
  color: #ff6700;
  background-color: #fff;
}
.nav-tabs-list-faq li a.active::before,
.nav-tabs-list-faq li a.active::after {
  background-color: #ff6700;
  transform: scale(1);
}
.nav-tabs-list-faq li:last-child {
  border: none;
}


/* nav-tabs-list-partner */
.nav-tabs-list-partner {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding-top: 1.2rem;
}
.nav-tabs-list-partner li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.2rem;
}
.nav-tabs-list-partner li span {
  padding-left: 0rem;
  max-width:280px;
}
.nav-tabs-list-partner small{ font-size:0.75rem;}

.etw_Yingzhuo{font-size: 0.875rem;}
@media (max-width: 767.98px) {
	.slide_items li a{ max-width:180px;}
}
@media (max-width: 575.98px) {
  #issues .banner4 span, .slide-content .banner1 span {
    top: 19.42%;
    right: 30.57%;
    font-size: 0.95rem;
}
#issues .banner3 span, .slide-content .banner2 span {
  top: 38.076%;
  right: 14%;
  font-size: 0.95rem;
}
#issues .banner1 span, .slide-content .banner3 span {
  top: 20.2%;
  right: 7.2%;
  font-size: 1rem;
}
#issues .banner5 span, .slide-content .banner5 span {
  top: 39.211%;
  right: 8.916%;
  font-size: 1rem;
}
#issues .banner6 span, .slide-content .banner6 span {
  top: 15.27%;
  right: 10.5%;
  font-size: 0.85rem;
}
.slide_items li.on div {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #ff4900;
  border-radius: 13px;
  box-sizing: border-box;
  margin-top: 7px;
}
.slide_items li div {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #a2a2a2;
  border-radius: 13px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 7px;
}
.slide_items li div.circle1 {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #a2a2a2;
  border-radius: 13px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 0px;
}
	.slide_items li div.circle2 {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #a2a2a2;
  border-radius: 13px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 25px;
}
.slide_items li span {
  color: #333333;
  font-size: 12px;
  display: block;
}

  .nav-tabs-list-partner li {
    width: 100%;
  }
  .fac_des {
    padding: 0;
  }
}
.nav-tabs-list-partner li:nth-child(3n) {
  margin-right: 0;
}
.nav-tabs-list-partner li a {
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.85rem;
  position: relative;
}
.nav-tabs-list-partner li a img {
  padding-right: 0.8rem;
}
.nav-tabs-list-partner li a small {
  color: rgba(0, 0, 0, 0.8);
}

.nav-tabs-list-partner li a.active,
.nav-tabs-list-partner li a.active small,
.nav-tabs-list-partner li a:hover,
.nav-tabs-list-partner li a:hover small {
  color: #ff6700;
  background-color: #fff;
}

.nav-tabs-list-partner li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 100%;
  right: -1px;
  background-color: #fff;
  transform: scale(0);
  transition: all 0.2s;
  transform-origin: left;
}
.nav-tabs-list-partner li a.active::after {
  background-color: #ff6700;
  transform: scale(1);
}
@media (max-width: 1399.98px) {
  .video_bg,
  .corporates_des,
  #header,
  .products_des,
  #quicknav {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-tabs-list-partner li {
    width: 44%;
    margin-right: 2%;
    margin-bottom: 1.2rem;
  }
  .nav-tabs-list-partner li:nth-child(3n) {
    margin-right: 2%;
  }
}
@media (max-width: 1200.98px) {
.nav-tabs-list-team li a::before {
  display: none;
}
}
@media (max-width: 991.98px) {
	.etw_language text,.etw_language .icon-angle-down{
    display: none;
  }
  .btn-more{ border:none;}
  .etw_language>ul>li>a{ padding:0;}
  .btn-more span.icon-globe { font-size:2rem;}
  .btn-more:hover {
    background:none;
	color:#ff6700;
  }
  .etw_language a:hover:not([href]):not([tabindex]){
	  background:none;
	  color:#ff6700;
  }
  #header {
    position: relative;
  }
  #leftsead,
  .navright,
  #timeline {
    display: none;
  }
  .top-nav {
    width: 100%;
    margin-top: 0;
    background: #fff;
    border-top: 1.5px #eee solid;
  }
  .navbar-light .navbar-nav .show > .nav-link {
    color: #333;
  }
  .navbar-light .navbar-nav a.nav-link:before {
    width: 0;
    height: 0;
  }
  .navbar-light .navbar-nav .active .nav-link,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #3bc3fd;
    background: none;
  }
  .navbar-light .navbar-nav .show > .nav-link {
    background: none;
  }
  .navbar-light .navbar-nav a.nav-link {
    font-weight: 400;
    font-size: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
    padding: 0.6rem;
    text-align: left;
  }
  .dropdown-menu {
    border: none;
  }
  .navbar-light .navbar-toggler {
    color: #fff;
    font-size: 1.6rem;
    margin: 1.5rem 1.5rem 0 0;
    border-color: #000;
    background-color: #ff6200;
  }
  .navbar-nav .dropdown-menu {
    margin-top: 0rem;
    padding: 0.25rem 2rem;
    font-weight: 400;
    font-size: 0.875rem;
  }
  .top-nav .navbar-nav .row_big .navleft li {
    margin-bottom: 0.5rem;
    padding-left: 1rem;
  }
  .about_company .text-center {
    text-align: left !important;
  }
  .content {
    margin: 2rem auto;
	margin-top:0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-tabs-list-partner li {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .nav-tabs-list-partner li a {
    font-size: 1rem;
}
}
@media (max-width: 767.98px) {
  
  .banner .etw_hometitle,
  h2 {
    font-size: 1.4rem;
  }
  .etw_list_left1 .txt .tit {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .reltitle {
    margin-top: 1rem;
	font-size:1.5rem;
	line-height:2rem;
  }
  .team_des{ font-size:1rem; line-height:1.5rem;}
  .cooperative_security_item span {
    height: auto;
}
  .video_bg .content{ padding:0;} 
  .fac_des{ padding-bottom:0.3rem;}
}

@media (max-width: 650.98px) {
  /* iphone5 或者更小的尺寸，以 iphone5 的宽度（320px）比例设置 font-size */
  html {
    font-size: 14px;
  }
  .etw_footin {
    text-align: center;
  }

  .share {
    display: flex;
    justify-content: center;
  }
  .hub_pro_item span {
    bottom: -1rem;
  }
  .col-sm-6,.col-md-6{padding-right:5px;padding-left:5px;}
}

.cover_item img {
  height: 100%;
  object-fit: cover;
}



/*sitemap*/
#etw_map{width:100%;margin:0 auto}
#etw_map .name{width:100%;color:#06c;background:#eee;margin-top:6px;height:20px;line-height:20px;display:block;margin-bottom:4px}
#etw_map a{color:#333;text-decoration:underline;width:100%;display:block;margin-top:5px}
#etw_map a:hover{text-decoration:none}
#etw_map .name a{color:#1d3154;margin:0;font-weight:700;text-decoration:none}
#etw_map .name a:hover{text-decoration:underline}
#etw_map .list_m{ width:100%; height:auto; margin-bottom:15px; overflow:hidden}
#etw_map .list_m a{ width:50%; display:block; float:left; color:#888; text-decoration:none; line-height:20px; padding:5px 0; padding-left:12px;}
#etw_map .list_m a:nth-child(2n+1){ clear:both}
#etw_map .list_m a:hover{text-decoration:underline; color:#0c3b64}
#etw_map a.subname{ width:100%; display:block; text-decoration:underline;padding-left:0px;}



.feedbacks p{ color:#666; margin-top:1rem;border-top:1px #dedeed solid; padding-top:0.5rem} 
.sendinquiry{ max-width:140px;cursor:pointer; border:1px #ff6700 solid;margin-bottom:1rem;text-align:center;transition: .3s; float:left;position:relative; z-index:2; }
.sendinquiry span{ width:100%;font-size:0.875rem; padding:0.3rem 0.8rem;text-align:center; color:#ff6700;text-transform : uppercase; display:inline-block;}
.sendinquiry:hover{ background:#ff6700;}
.sendinquiry:hover span{ color:#fff;}
@media (max-width: 1024.98px) {
	#issues .banner2 span {

    right: 9.2%;

}
}
@media (max-width: 991.98px) {
	#issues .banner2 span, .slide-content .banner4 span {

    right: 14.2%;

}
	#issues .banner3 span, .slide-content .banner2 span {
    top: 31.076%;

}
	#issues .banner1 span, .slide-content .banner3 span {
    top: 23.2%;

	}}