@import url("w3.css");
@import url("_normalize.css");

body {
  width: 100% !important;
  margin: 0px;
  padding: 0px;
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

form {
  width: 100%;
}

@font-face {
  font-family: 'notobs';
  src: url("../font/ArimaMadurai-ExtraBold.ttf") format("truetype");
}

.header_box {
  width: 88.9208%;
  height: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  opacity: 1;
  visibility: visible;
  -moz-opacity: 1;
  -moz-visible: visible;
}

.logo_box {
  width: auto;
  height: 68px;
  float: left;
  margin-left: 45px;
}

.logo_box>a>img {
  width: auto;
  height: 100%;
  max-height: 100%;
}

.language::before {
  content: url(../images/language_ic.svg);
  width: 26px;
  height: 26px;
  margin-right: 6px;
}

.language::before>img {
  width: 26px;
  height: 26px;
}

.BannerBox,
.page_topBox {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.page_topBox {
  position: absolute;
  z-index: -1;
}

.IndBanner,
.page_top_banner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.IndBannerPhoto,
.page_top_bannerPhoto {
  width: 100%;
  height: auto;
  float: left;
}

.IndBannerPhoto>a>img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.page_top_bannerPhoto>img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.BannerTextBox {
  width: 510px;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 290px;
  left: 6%;
}

.BannerTextCNT {
  width: 100%;
  height: auto;
  float: left;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  color: #232323;
}

.BannerTextENT {
  font-family: 'notobs';
  width: 100%;
  height: auto;
  float: left;
  font-size: 34px;
  line-height: 45px;
  margin-top: 30px;
  color: #232323;
}

.AheadBox {
  width: 100%;
  height: auto;
  min-height: 848px;
  float: left;
  background-image: url("../images/ind_t2_bg.png");
  background-size: cover;
  background-position: bottom;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AheadContBox {
  width: 1028px;
  height: auto;
  padding: 82px 54px;
  background-color: rgba( 255,255,255,.65 );
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.18);
  border-radius: 30px;
  margin-top: 64px;
  min-width: 1028px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AheadContBoxTopTT {
  width: auto;
  height: 54px;
  padding: 0px 90px;
  line-height: 54px;
  text-align: center;
  background: linear-gradient(to right, rgba(0,234,199,1) 0%,rgba(0,153,214,1) 100%);
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  z-index: 3;
  top: -18px;
  border-radius: 54px;
}

.AheadContItem {
  width: 100%;
  height: auto;
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.AheadContItem>ul {
  width: calc(100% / 4);
  height: auto;
  padding: 0px 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AheCnIt-Icphoto {
  width: 100%;
  height: auto;
}

.AheCnIt-Icphoto>img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.message_box {
  width: auto;
  height: auto;
  margin-right: 10px;
  float: left;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(to right, rgba(0, 234, 199, 1) 0%, rgba(0, 153, 214, 1) 100%);
  color: #fff;
  font-weight: 900;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 18px;
  border: 2px solid #80dff0;
  padding: 8px 30px;
}

.AheCnIt-TxBox {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.AheCnIt-TxTT {
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 900;
  color: #2d2d2d;
  text-align: center;
}

.AheCnIt-TxTs {
  width: 100%;
  height: auto;
  line-height: 22px;
  margin-top: 14px;
  text-align: center;
  font-size: 15px;
  color: #666666;
}

.AheadContItem2 {
  width: 100%;
  height: auto;
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.AheadContItem2>ul {
  width: calc(100% / 4);
  height: auto;
  padding: 0px 34px;
  margin: 0px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AheCnIt-TxBox2 {
  width: 100%;
  height: 20px;
  overflow: hidden;
  margin-top: 20px;
}

.WEDO {
  width: 100%;
  height: auto;
  min-height: 840px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.WEDO_wfbga {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #f6f6f6;
  z-index: -4;
}
.member_title_itm {
  width: 15px;
  height: 15px;
  border: 1px solid #dadada;
  float: left;
  margin: 5px 8px;
}
.member_title_itmtxt {
  width: auto;
  height: 17px;
  float: left;
  font-size: 16px;
  margin-right: 10px;
}
.WEDO_stBox {
  width: 600px;
  height: 260px;
  left: 17.4665%;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.WEDO_stBox_Left {
  width: 240px;
  height: 186px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #007580;
}

.WD_SB_Lphoto {
  width: 75px;
  height: 68px;
}

.WD_SB_Lphoto>img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.WD_SB_LTT {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #2d2d2d;
  text-align: left;
  margin-top: 30px;
}

.WD_SB_LTCN {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #2d2d2d;
  text-align: left;
  margin-top: 30px;
}

.WEDO_stBox_Right {
  width: calc(100% - 240px);
  height: 186px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.WEDO_stBox_TSR {
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #2d2d2d;
  padding-left: 18px;
}

.Wedo-BgBx {
  width: 955px;
  height: 786px;
  position: absolute;
  z-index: -2;
  top: -168px;
  right: 0px;
  opacity: 0.35;
}

.Wedo-BgBx>img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.Our_Products {
  width: 100%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin-top: -4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Our_Products_TopBox {
  width: 100%;
  height: auto;
  position: absolute;
  top: -117px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
}

.Products_topBTT {
  width: 100%;
  font-size: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #2d2d2d;
  text-align: center;
}

.Products_ButBox {
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50px;
  background: linear-gradient(to right, rgba(0,234,199,1) 0%,rgba(0,153,214,1) 100%);
  text-align: center;
  margin-top: 25px;
}

.Products_cont_box {
  width: 100%;
  padding: 50px 50px;
  background-color: #ffffff;
  border-radius: 20px;
  max-width: 1200px;
}

.Products_cont_box>ul.pordTr1,
.Products_cont_box>ul.pordTr2 {
  width: auto;
  height: 56px;
  float: left;
  padding: 0px 24px;
  margin-bottom: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.Products_cont_box>ul.pordTr2 {
  margin-bottom: 0px;
}

.pordIcbox {
  width: 46px;
  height: 56px;
  float: left;
  margin-right: 20px;
}

.pordIcbox>img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.pordTTx-all {
  width: 130px;
  height: auto;
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  float: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 130px;
}

.pordTTx {
  width: 100%;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #2d2d2d;
  text-align: left;
  font-weight: 600;
  float: left;
}

.pordTTsx {
  width: 100%;
  margin-top: 12px;
  height: 16px;
  float: left;
  font-size: 16px;
  line-height: 16px;
  color: #2d2d2d;
}

.Strategy {
  width: 100%;
  height: auto;
  min-height: 798px;
  position: relative;
  z-index: -2;
  margin-top: -48px;
  background-image: url("../images/Strategy_bgc-p01.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Strategy-cont-Box {
  width: 100%;
  height: auto;
  max-width: 1150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.Strategy-cont-left,
.Strategy-cont-right {
  width: 550px;
  height: auto;
  padding: 24px 30px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strtt {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 40px;
}

.strtt_topBTT{
  width: 100%;
  font-size: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.Str-cn-topBox {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #232323;
}

.Str-cnTp-Icphoto {
  width: 100%;
  height: auto;
}

.Str-cnTp-Icphoto>img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.Str-cnTp-txt {
  width: 100%;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  color: #2d2d2d;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 12px;
}

.Str-cnTxt-Box {
  width: 100%;
  height: auto;
  padding: 30px 40px;
  -moz-tab-size: 18px;
  -o-tab-size: 18px;
  tab-size: 18px;
  line-height: 30px;
  color: #2d2d2d;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.Str-cnTxtBUT {
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #ffffff;
  line-height: 60px;
  background-color: #007580;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
}

.Contact-Box {
  width: 100%;
  height: 415px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.Contact-Cn-box {
  width: 1014px;
  height: 236px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Contact-left-Box {
  width: 298px;
  height: 236px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Contact-left-BoxTT {
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  color: #dcdcdc;
  font-family: "Arial Black";
  letter-spacing: 1px;
}

.Contact-left-BoxCnTx {
  width: 100%;
  height: auto;
  line-height: 39px;
  font-size: 28px;
  color: #2d2d2d;
  text-align: left;
  margin-top: 25px;
}

.Contact-Cntbox-Box {
  width: 570px;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Contact-Cntbox-topBoxAll {
  width: 240px;
  height: auto;
}

.Contact-Cntbox-topBox,
.Contact-Cntbox-domeBox {
  width: 240px;
  height: auto;
}

.Contact-Cntbox-domeBox {
  margin-top: 40px;
}

.Contact-Cntbox-topBoxTT {
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #2d2d2d;
  line-height: 18px;
  font-weight: 900;
}

.Contact-Cntbox-topBoxCnTx {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 14px;
  color: #2d2d2d;
  margin-top: 12px;
  margin-bottom: 12px;
}

.Contact-Cntbox-TEL {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 14px;
  color: #2d2d2d;
  margin-bottom: 16px;
}

.Contact-right-Box {
  width: 148px;
  height: auto;
}

.Contact-right-iconbox {
  width: 42px;
  height: 30px;
}

.Contact-right-iconbox>img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.Contact-right-ttx {
  width: 100%;
  height: 18px;
  line-height: 18px;
  color: #2d2d2d;
  font-size: 18px;
  text-align: left;
  margin-top: 13px;
  font-weight: 900;
}

.Contact-right-tstx {
  width: 100%;
  height: auto;
  line-height: 24px;
  font-size: 14px;
  text-align: left;
  color: #2d2d2d;
  margin-top: 13px;
}

.footer_contBox {
  width: 100%;
  height: auto;
  float: left;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-bottom: 30px;
  position: relative;
}

.footer_left-box {
  width: 70%;
  height: auto;
  padding-top: 40px;
  float: left;
}

.footer_right-box {
  width: 30%;
  height: auto;
  padding-top: 40px;
  float: left;
  position: relative;
}

.Ft-Lt-Fs01,
.Ft-Lt-Fs02,
.Ft-Lt-Fs03,
.Ft-Lt-Fs04 {
  width: calc( 100% / 3 );
  height: auto;
  float: left;
}

.Ft-Lt-Fs01>ul,
.Ft-Lt-Fs02>ul,
.Ft-Lt-Fs03>ul,
.Ft-Lt-Fs04>ul {
  width: 100%;
  height: auto;
  float: left;
}

.Ft-Lt-Fs01>ul>a>li,
.Ft-Lt-Fs02>ul>a>li,
.Ft-Lt-Fs03>ul>a>li,
.Ft-Lt-Fs04>ul>a>li {
  width: 100%;
  height: 34px;
  line-height: 14px;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0px;
}
.Ft-Lt-Fs01>ul>a,
.Ft-Lt-Fs02>ul>a,
.Ft-Lt-Fs03>ul>a,
.Ft-Lt-Fs04>ul>a {
  color: #ffffff;
}

.Ft-Lt-Fs01TT,
.Ft-Lt-Fs02TT,
.Ft-Lt-Fs03TT,
.Ft-Lt-Fs04TT {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  margin-bottom: 12px;
}

.Ft_Rt-box {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 44px;
}

.Ft_Rt-box>a {
  width: 50%;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  margin-bottom: 24px;
  float: left;
}

.Ft_Rt_search {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.Ft_Rt_search_FBIC {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.Ft_Rt_search_FBIC>img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.Ft_Rt_search_FBIC2 {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  float: left;
}

.Ft_Rt_search_FBIC2>img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.contact_box_ttx_all{
  width: 100%;
  height: auto;
  float: left;
  display: inline-flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.Ft_Rt_search_bbox {
  width: 180px;
  height: 36px;
  line-height: 36px;
  padding: 0px 18px;
  color: #ffffff;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.38);
  font-size: 14px;
  margin-right: 12px;
  border: 0px solid #ffffff;
  border-radius: 36px;
}

.Ft_Rt_search_bbox::-webkit-input-placeholder {
  color: #ffffff;
}

.Ft_Rt_search2 {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
  position: relative;
}

.Ft_Rt_search_bbox2 {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 18px;
  color: #242424;
  text-align: left;
  background-color: rgba(50, 50, 50, 0.125);
  font-size: 14px;
  border: 0px solid #ffffff;
  border-radius: 36px;
}

.dw_cont_box {
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 0px;
  float: left;
}

.dw_cont_brta {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #747474;
  padding: 0px 20px;
}

.dw_cont_brt {
  width: 100%;
  height: auto;
  line-height: 30px;
  display: inline-flex;
  justify-content: space-between;
  align-content: center;
  align-items: stretch;
  border-bottom: 1px dashed #747474;
  padding: 10px 0px;
}

.dw_cont_photos {
  width: auto;
  height: 60px;
  float: left;
  padding-right: 10px;
}

.dw_cont_photos > img {
  width: auto;
  height: 100%;
  float: left;
}

.dw_cont_title {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.Search_button {
  width: 36px;
  height: 36px;
  float: left;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  background-color: #62b6bb;
  border: 0px;
  background-image: url("../images/magnifier.png");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.dw_but_st,.news_but_st {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  background-color: #f60000;
  border: 0px solid #fff;
  border-radius: 25%/100%;
  padding: 5px 30px;
}

.news_butovh {
  width: 20%;
  display: inline-flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  margin-bottom: 0px;
}
.news_sersh_box {
  width: auto;
  height: auto;
  float: left;
  margin-top: 0px;
}
.news_sersh {
  width: auto;
  height: 44px;
  padding: 5px 12px;
  line-height: 40px;
  font-size: 16px;
  float: left;
  color: #242424;
  background-color: rgba(221, 221, 221, 0.6);
  border: 1px solid #ddd;
  border-radius: 5px;
}
.news_dataa{
  width: auto;
  float: left;
  height: auto;
  font-size: 14px;
  line-height: 14px;
  color: #909090;
  margin-right: 8px;
}

.news_content{
  width: calc(100% - 116px - 20px - 10%);
  float: left;
  height: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.news_content_a1 {
  width: 100%;
  float: left;
  height: auto;
}

.Copyright-box {
  width: 100%;
  height: 14px;
  line-height: 14px;
  margin-top: 30px;
  font-size: 14px;
  color: #ffffff;
  z-index: 3;
  text-align: center;
}
.Ft_ddc {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.Copyright-box>a {
  color: #ffffff;
}

.peg_bar_als {
  width: 100%;
  height: 52px;
  max-width: 1100px;
}

.peg_bread_crumbs {
  width: auto;
  height: 52px;
  float: right;
}

.peg_bread_txt {
  width: auto;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(to right, rgba(0,234,199,1) 0%,rgba(0,153,214,1) 100%);
  border-radius: 40px;
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: 300;
  padding: 0px 30px;
}

.peg_bread_txt>a {
  color: #fff;
  text-decoration: none;
}

.peg_bread_txt:hover>a {
  color: #242424;
  text-decoration: none;
}

.peg_bread_txt2 {
  width: auto;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(to right, rgba(244,70,39,1) 0%,rgba(219,13,85,1) 100%);
  border-radius: 40px;
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: 300;
  padding: 0px 30px;
}

.peg_bread_txt2>a {
  color: #fff;
  text-decoration: none;
}

.peg_bread_txt2:hover>a {
  color: #242424;
  text-decoration: none;
}

.peg_bread_icc {
  width: 15px;
  height: 30px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 10px;
}

.peg_cnbox_list{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}

.peg_cnbox_list.news_listt{
  width: auto;
  margin-top: 0px;
}

.peg_bread_icc img {
  width: 100%;
  max-width: 100%;
  height: auto;
  font-size: 0;
}

.peg_content {
  width: 100%;
  height: auto;
  float: left;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin-top: 140px;
  padding: 40px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

.peg_cnbox {
  width: 100%;
  height: auto;
  float: left;
  max-width: 1100px;
  padding: 80px 30px;
  padding-top: 30px;
  background-color: rgba(255, 255, 255, .85);
  margin-top: 10px;
  border-radius: 50px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .25);
}

.peg_cnbox2 {
  width: 100%;
  height: auto;
  float: left;
  max-width: 1100px;
  padding: 30px 30px;
  padding-top: 30px;
  background-color: rgba(255, 255, 255, .85);
  margin-top: 30px;
  border-radius: 50px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .25);
}

.peg_cnbox2_icon_box{
  width: 200px;
  height: auto;
  float: left;
  margin-right: 40px;
}

.ppc_box {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.peg_cnbox2_icon{
  width: 200px;
  height: auto;
  float: left;
  padding: 20px;
}

.peg_cnbox2_icon img {
  width: 100%;
  height: auto;
  float: left;
}

.peg_cnbox2_txt {
  width: 100%;
  height: auto;
  float: left;
  font-size: 16px;
  color: #242424;
  line-height: 26px;
  margin-top: 0px;
  text-align: center;
  font-weight: 900;
}

.peg_cnbox2_txt a {
  color: #242424;
}

.peg_cnbox_tt {
  width: auto;
  height: auto;
  float: left;
  font-size: 18px;
  font-weight: 900;
  color: rgba(0,153,214,1);
  border: 2px solid #80dff0;
  padding: 8px 30px;
  border-radius: 50px 50px;
  margin-right: 10px;
}

.peg_cnbox_tt:hover {
  color: #fff;
  background: linear-gradient(to right, rgba(0,234,199,1) 0%,rgba(0,153,214,1) 100%);
}

.peg_cnbox_tt.ave {
  background: linear-gradient(to right, rgba(0,234,199,1) 0%,rgba(0,153,214,1) 100%);
  color: #fff;
}

.peg_cnbox_tt2 {
  width: auto;
  height: auto;
  float: left;
  font-size: 18px;
  font-weight: 900;
  color: rgb(211, 45, 39);
  border: 2px solid #ff9854;
  padding: 8px 30px;
  border-radius: 50px 50px;
  margin-right: 10px;
}

.peg_cnbox_tt2:hover {
  color: #fff;
  background: linear-gradient(to right, rgba(244,70,39,1) 0%,rgba(219,13,85,1) 100%);
}

.peg_cnbox_tt2.ave {
  background: linear-gradient(to right, rgba(244,70,39,1) 0%,rgba(219,13,85,1) 100%);
  color: #fff;
}

.userTT {
  font-size: 24px;
  font-weight: 900;
  color: #007580;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 34px;
}

.userTT2 {
  font-size: 24px;
  font-weight: 900;
  color: #007580;
  margin-top: 20px;
  float: left;
  margin-bottom: 0px;
  line-height: 24px;
}

.userTime {
  font-size: 16px;
  color: #ff6600;
}

.news_detail_box {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}

.user_editor {
  width: 100%;
  height: auto;
  float: left;
  font-size: 16px;
  line-height: 34px;
  color: #000;
}

.user_editor>p {
  width: 100%;
  height: auto;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-top: 20px;
  text-align: justify;
}

.user_editor>p>img {
  max-width: 100%;
  float: left;
}

.user_editor>table {
  margin-top: 20px;
  float: left;
}

.user_editor_tbr {
  width: 100%;
  height: 20px;
  float: left;
  line-height: 20px;
  font-size: 13px;
  color: red;
  text-align: left;
  margin-top: 20px;
}

.user_editor>p>a::before {
  content: url("../images/links_ic.svg");
  width: 16px;
  height: 16px;
  margin-right: 10px;
  float: left;
}

.user_editor>p>a {
  color: #dd1956;
}

.news_Ls_cont {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
}

.news-item {
  width: calc(100% / 4 - 20px);
  display: block;
  margin: 10px;
  border: 1px solid #f0f0f0;
  transition: all .2s ease-in-out;
  float: left
}

.news-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  z-index: 10
}

.news_box_photo {
  width: 100%;
  height: auto;
  float: left;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.news_box_photo img {
  width: 100%;
  height: auto;
  float: left
}

.news_box_photo2 {
  width: 100%;
  height: auto;
  float: left;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 20px;
}

.news_box_photo2 img {
  width: 80%;
  height: auto;
  float: left
}

.cus_inpt_boxx_adds01, .cus_inpt_boxx_adds02 { width: calc( 100% / 3 - 7px ); margin-right: 10px; height: 40px; line-height: 40px; border-radius: 5px; background-color: rgba(221, 221, 221, 0.6); border: 1px solid #ddd; float: left; padding: 0px 12px; margin-bottom: 12px; }

.cus_inpt_boxx_adds02 { margin-right: 0px; }

.news_box_txtc {
  width: 100%;
  height: auto;
  float: left;
  padding: 15px;
  line-height: 24px;
  font-size: 16px;
  font-family: "微軟正黑體";
  color: #007580;
  text-align: left;
}

.news_box_txtc>strong {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px dotted #e4e4e4;
  font-size: 20px;
  font-weight: 900;
  color: #007580;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_box_txtc>strong:hover {
  color: #ba9151
}

.news_box_txtc>strong::before {
  content: attr(data-newsDate);
  display: block;
  color: #777;
  font-size: 12px
}

.news_box_txtc>li {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e4e4e4;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  float: left;
}

.news_box_txtc:hover {
  color: #ba9151
}

.news_box_txtc>li>.ttx2 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 72px;
}

.news_box_txtc02 {
  width: 100%;
  height: auto;
  float: left;
  padding: 15px;
  line-height: 30px;
  font-weight: 900;
  font-size: 20px;
  font-family: "微軟正黑體";
  color: #007580;
  text-align: left;
  margin-top: 10px;
}

.news_box_txtc02>strong {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px dotted #e4e4e4;
  font-size: 20px;
  font-weight: 900;
  color: #007580;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_box_txtc02>strong:hover {
  color: #ba9151
}

.news_box_txtc02>strong::before {
  content: attr(data-newsDate);
  display: block;
  color: #777;
  font-size: 12px
}

.news_box_txtc02>li {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e4e4e4;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  float: left;
}

.news_box_txtc02:hover {
  color: #ba9151
}

.news_box_txtc02>li>span.ttx2 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 72px;
}

.product_box_txtc {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px dotted #e4e4e4;
  font-size: 16px;
  font-weight: 900;
  color: #007580;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prod_tab_bar {
  width: 100%;
  height: 50px;
  text-align: center;
  float: left;
  margin-top: 50px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
}

.tab_bar_box {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.tab_bar_box ul {
  width: 40px;
  height: 30px;
  text-align: center;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "Microsoft JhengHei";
  font-size: 13px;
  color: #545454;
  line-height: 13px;
  background-color: #efefef;
  float: left;
  margin: 12px 5px;
  border-radius: 18px;
  transition: all .2s ease-in-out
}

.tab_bar_box ul a {
  color: #fff;
  text-decoration: none
}

.tab_bar_box ul:hover {
  text-decoration: none;
  color: #fff;
  background-color: #007580;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
  line-height: 15px
}

.tab_bar_box ul.avcat {
  text-decoration: none;
  color: #fff;
  background-color: #007580;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
  line-height: 15px
}

.backBtn_box {
  width: 100%;
  height: 50px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: flex-end;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
}

.backBtn {
  width: auto;
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 30px;
  background-color: #007580;
  color: #fff;
  border-radius: 10px
}

.frien_box {
  width: 100%;
  height: auto;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: space-between;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

.frien_box_AllTr {
  width: calc(50% - 10px);
  height: auto;
  float: left;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: space-between;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
}

.frien_box_left {
  width: 50%;
  height: auto;
  float: left;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
}

.frien_box_left>a>img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.frien_box_right {
  width: 50%;
  height: auto;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: flex-start;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #242424;
  padding: 0px 20px;
}

.frien_box_right>a {
  color: #242424;
}

.contact_box {
  width: 100%;
  height: auto;
  float: left;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: space-between;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}

.spe_list_box{
  width: 100%;
  height: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.spe_list_item{
  width: calc( 100% / 3 - 20px );
  height: auto;
  float: left;
  border: 1px solid #cfcfcf;
  margin: 10px 10px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 5px 5px 8px 0px rgba( 20,20,20,.005 );
}
.spe_list_item_a{
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.spe_list_detts{
  width: 120px;
  height: 120px;
  float: left;
  font-size: 16px;
  font-weight: 900;
  background-color: #007580;
  position: absolute;
  color: #fff;
  padding: 5px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 50%;
  margin-top: -20px;
  opacity: 0.6;
  box-shadow: 2px 2px 5px 0px rgba( 10,10,10,0.55 );
}

.spe_list_detts > span{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 36px;
  padding: 5px 0px;
}

.spe_item_photo{
  width: 100%;
  height: auto;
  float: left;
  min-height: 197px;
  background-color: #e3e3e3;
}
.spe_item_photo > img {
  width: 100%;
  height: auto;
  float: left;
}

.spe_item_content_box {
  width: 100%;
  min-height: 143px;
  float: left;
  padding: 20px;
  background-color: #fff;
}

.spe_item_content_title{
  min-height: 48px;
  font-size: 18px;
  font-weight: 900;
  color: #007580;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.spe_item_content_txt_box{
  width: auto;
  height: auto;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #007580;
  margin-top: 20px;
  text-align: justify;
  padding: 5px 10px;
  border: 1px solid #007580;
}

.spe_list_item:hover {
  border: 1px solid #353535;
  box-shadow: 1px 1px 8px 0px rgba( 80,80,80,.6 );
}

.spe_list_item > a:hover > .spe_list_detts {
  display: none;
}

.spe_list_item:hover > a > .spe_item_content_box > .spe_item_content_txt_box {
  background-color: #007580;
  color: #fff;
}

.contact_box_stp01,
.contact_box_stp02 {
  width: calc(50% - 10px);
  height: auto;
}

.contact_box_ttx {
  width: auto;
  float: left;
  font-size: 24px;
  font-weight: 900;
  color: #007580;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 34px;
  margin-right: 20px;
}

.contact_box_stp_TxBox {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e4e4e4;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  float: left;
}

.contact_box_stp_TxBox>a {
  color: #666
}

.contact_box_stp_TxBox_map {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
}

.contact_fome_boxTT {
  width: 100%;
  height: 34px;
  font-size: 24px;
  font-weight: 900;
  color: #007580;
  margin-bottom: 5px;
  line-height: 34px;
  float: left;
  text-align: left;
  margin-top: 40px;
}

.peg_content_box {
  width: 100%;
  float: left;
  height: auto;
}

.remind_tt {
  width: 100%;
  height: auto;
  float: left;
  font-size: 13px;
  line-height: 13px;
  padding: 12px 0px;
  color: #ef003e;
}

.sign_up_titxt {
  width: 100%;
  height: 40px;
  float: left;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #242424;
  line-height: 30px;
  padding-top: 6px;
}

.sign_up_titxt span {
  color: #ef003e;
}

.sign_up_inpt {
  width: 100%;
  height: 40px;
  padding: 12px;
  line-height: 30px;
  font-size: 16px;
  float: left;
  color: #242424;
  background-color: rgba(221, 221, 221, 0.6);
  border: 1px solid #ddd;
  border-radius: 5px;
}

.sign_up_inpttxt {
  width: 100%;
  height: 200px;
  padding: 12px;
  line-height: 30px;
  font-size: 16px;
  float: left;
  color: #242424;
  background-color: rgba(221, 221, 221, 0.6);
  border: 1px solid #ddd;
  border-radius: 5px;
}

.sign_up_inpt4 {
  width: 100%;
  height: 40px;
  padding: 5px 12px;
  line-height: 40px;
  font-size: 16px;
  float: left;
  color: #242424;
  background-color: rgba(221, 221, 221, 0.6);
  border: 1px solid #ddd;
  border-radius: 5px;
}

.sign_up_inpt2 {
  width: 70px;
  height: 40px;
  padding: 5px 12px;
  line-height: 40px;
  font-size: 16px;
  float: left;
  color: #242424;
  background-color: rgba(221, 221, 221, 0.6);
  border: 1px solid #ddd;
  border-radius: 5px;
}
.sign_up_inpt2_txx{
  width: auto;
  height: 40px;
  padding: 5px 12px;
  line-height: 40px;
  font-size: 16px;
  float: left;
  color: #242424;
}
.sign_up_inpt3 {
  width: 100px;
  height: 40px;
  padding: 5px 12px;
  line-height: 40px;
  font-size: 16px;
  float: left;
  color: #242424;
  background-color: rgba(221, 221, 221, 0.6);
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-left: 20px;
}
.sst{
  width: 100%;
  height: auto;
  float: left;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #242424;
  line-height: 30px;
}

.contact_suptxt {
  width: 100%;
  height: 300px;
  padding: 20px;
  line-height: 24px;
  font-size: 16px;
  float: left;
  color: #242424;
  background-color: rgba(221, 221, 221, 0.6);
  border: 1px solid #ddd;
  border-radius: 10px;
}

.menber_loginbox_inpt03 {
  width: 68%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: left;
  color: #242424;
  float: left;
  border-radius: 5px;
  background-color: rgba(221, 221, 221, 0.6);
  border: 1px solid #ddd;
  padding: 0px 12px;
}

.menber_loginbox_verification02 {
  width: calc(32% - 38px - 6px);
  height: 40px;
  line-height: 40px;
  float: left;
}

.menber_loginbox_verification02 img {
  width: 100%;
  height: 100%;
}

.verification02>button {
  border: none;
  outline: none;
  background: none;
  vertical-align: middle;
  cursor: pointer;
  color: #e39323;
  font-size: 2em;
  margin-left: 4px;
  transition: all 0.25s ease;
}

.verification02>button:hover {
  transform: rotate(1turn);
}

.confirm_next_box02,
.confirm_modify_box02 {
  width: calc(50% - 20px);
  height: auto;
  float: left;
  margin: 0px 10px;
  margin-top: 40px;
}

.contact_but01,
.contact_but02 {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 900;
  line-height: 60px;
  background-color: #242424;
  color: #fff;
  text-align: center;
  border: 0px solid #fff;
  border-radius: 10px
}

.contact_but02 {
  background: linear-gradient(to right, rgba(0,234,199,1) 0%,rgba(0,153,214,1) 100%);
}

.product_box,
.product_box02 {
  width: 100%;
  height: auto;
  float: left;
}

.product_box02 {
  width: calc(100% - 180px);
}

.pord_box_txsst {
  width: 100%;
  padding: 15px 15px;
  border-bottom: 1px dotted #e4e4e4;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pord_box_txsst02 {
  width: 100%;
  padding: 15px 15px;
  border-bottom: 1px dotted #e4e4e4;
  font-weight: 400;
  font-size: 14px;
  color: #242424;
  float: left;
  height: auto;
  line-height: 28px;
}

.product_menu {
  width: 160px;
  margin-right: 20px;
  height: auto;
  margin-top: 30px;
}

.product_menu>ul {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 900;
  color: #007580;
  line-height: 50px;
  border-bottom: 1px dashed #007580;
  float: left;
}

.product_menu>ul>ul {
  width: calc(100% - 20px);
  height: auto;
  max-height: 0px;
  margin-left: 20px;
  float: left;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.product_menu>ul>ul.open {
  max-height: 500px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.product_menu>ul>ul>li {
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #62b6bb;
  line-height: 50px;
  border-bottom: 1px dashed #007580;
  float: left;
}

.product_menu>ul>ul>li:last-child {
  border-bottom: 0px dashed #007580;
}

.product_allBox_SA {
  width: 100%;
  height: auto;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: space-between;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.product_detailed_Conbox {
  width: 100%;
  height: auto;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: space-between;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  float: left;
}

.prod_dt_CB_Left {
  width: calc(60% - 10px);
  margin-right: 10px;
  height: auto;
  float: left;
}

.prod_dt_CB_Right {
  width: calc(40% - 10px);
  margin-left: 10px;
  height: auto;
  float: left;
}

.prod_detailed_phbox {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
}

.prod_det_pht {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 2px;
}

.prod_det_pht>img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.head_mbsy { position: fixed; display: none; z-index: 99999; width: 100%; }

.mobile_menu_all_box { width: 100%; height: 100%; position: relative; overflow: hidden; display: none; }
.mobile_menu_bg { width: 100%; height: 100%; position: fixed; z-index: 997; top: 0px; bottom: 0px; left: 0px; right: 0px; background: linear-gradient(to right, rgba(0,234,199,1) 0%,rgba(0,153,214,1) 100%); }
.mobile_menu_cont_box { width: 100%; height: 100%; position: fixed; padding: 50px 20px; z-index: 998; top: 0px; bottom: 0px; left: 0px; right: 0px;  }
.mobile_menu_carbox { width: 100%; height: auto; float: left; padding: 10px 0px; border-bottom: 1px dashed #707070; }
.mobile_menu_carbox > ul { width: 100%; height: auto; float: left; text-align: left; padding: 5px 0px; }
.search_box_mb02 { width: 100%; height: auto; position: relative; margin: auto; }
.top_line_txt_mb02 { width: 100%; height: 30px; float: left; padding: 0px 8px; margin: 2px 0px; font-size: 16px; font-weight: 600; color: #fff; text-align: left; line-height: 30px; border-bottom: 1px dashed #ededed; }
.verification02 { width: 30px; height: 30px; float: left; margin: 3px; }
.verification02 > button { border: none; outline: none; background: none; vertical-align: middle; cursor: pointer; color: #e39323; font-size: 1.5em; margin-left: 4px; transition: all 0.25s ease; }
.verification02 > button:hover { transform: rotate(1turn); }

.contact_suptxt {
  width: 100%;
  height: 300px;
  padding: 20px;
  line-height: 24px;
  font-size: 16px;
  float: left;
  color: #242424;
  background-color: rgba(221, 221, 221, 0.6);
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 0px;
}
.cont_tts{
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 20px;
  background-color: rgba(221, 221, 221, 0.6);
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 10px;
}
.cont_tts_content{
  width: 100%;
  height: auto;
  padding: 20px 0px;
  line-height: 24px;
  font-size: 16px;
  color: #242424;
}
.coopt1,.coopt2, .coopt0 {
  width: 100%;
  height: auto;
  float: left;

}
.coopt2,.coopt0 {
  display: inline-flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.coopt1 {
  display: block;
}

.coopt1.active {
  display: none;
}
.coopt2.active {
  display: none;
}

.coopt2_item {
  width: calc( 100% / 3 - 10px );
  height: auto;
  float: left;
}
.coopt2_item1 {
  width: 100%;
  height: auto;
  float: left;
}
.coopt2_item2 {
  width: calc( 100% / 6 - 10px );
  height: auto;
  float: left;
}


@media screen and (max-width: 1400px) {
  .header_box {
    width: 100%;
    height: 46px;
    margin-top: 20px;
  }

  .logo_box {
    margin-left: 72px;
    width: 110px;
    height: 74px;
  }

  .BannerTextBox {
    left: 72px;
  }

  .IndBanner {
    width: 1920px;
    left: -320px;
  }

  .WEDO_stBox {
    left: 9.736%;
  }

  .Wedo-BgBx {
    right: -21%;
  }

  .Products_cont_box {
    border-radius: 0px;
    padding: 50px 50px;
  }

  .Products_cont_box>ul.pordTr1,
  .Products_cont_box>ul.pordTr2 {
    padding: 0px 21px;
  }
}

@media screen and (max-width: 1310px) {
  .logo_box {
    margin-left: 20px;
  }

  .WEDO_stBox {
    left: 100px;
  }

  .Wedo-BgBx {
    right: -24%;
  }

  .Products_cont_box {
    padding: 68px 40px;
  }

  .Products_cont_box>ul.pordTr1,
  .Products_cont_box>ul.pordTr2 {
    padding: 0px 18px;
  }

  .footer_right-box {
    width: 290px;
  }

  .footer_left-box {
    padding-left: 80px;
  }

  .Ft_Rt-box {
    width: 290px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .AheadContBox {
    min-width: inherit;
    width: calc(100% - 40px);
  }

  .AheadContItem>ul {
    padding: 0px 46px;
  }

  .WEDO {
    min-height: 540px;
  }

  .Wedo-BgBx {
    width: 700px;
    height: 564px;
  }

  .WEDO_stBox {
    left: 60px;
  }

  .Wedo-BgBx {
    top: -140px;
  }

  .pordTTx-all {
    width: 129px;
  }

  .pordIcbox {
    margin-right: 10px;
  }

  .Products_cont_box>ul.pordTr1,
  .Products_cont_box>ul.pordTr2 {
    padding: 0px;
  }

  .Strategy-cont-Box {
    width: calc(100% - 40px);
  }

  .Strategy-cont-left,
  .Strategy-cont-right {
    width: 470px;
  }

  .Str-cnTxt-Box {
    padding: 0px 40px;
    margin: 30px 0px;
  }

  .Contact-Cn-box {
    width: calc(100% - 40px);
  }

  .footer_left-box {
    width: 717px;
  }

  .Ft-Lt-Fs02 {
    width: 170px;
  }

  .Ft-Lt-Fs03 {
    width: 180px;
  }

  .Ft-Lt-Fs04 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .logo_box{
    height: 46px;
  }
  .IndBanner {
    width: 200%;
    height: 280px;
    left: -100%;
  }
  .slick-list{
    height: 100%;
  }
  .BannerTextBox {
    width: 100%;
    left:20px;
    top:300px;
  }
  .BannerTextCNT {
    font-size: 30px;
    line-height: 40px;
  }
  .BannerTextENT {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .BannerBox {
    height: 360px;
  }
  .AheadContBox{
    margin-top: 36px;
    padding: 60px 20px;
    padding-bottom: 40px;
  }
  .AheadContBoxTopTT{
    padding: 0px 30px;
  }
  .AheadContItem2 {
    flex-wrap: wrap;
  }
  .AheadContItem2>ul{
    width: 60%;
    margin: 0px;
    padding: 0px 30px;
    margin-bottom: 20px;
  }
  .Wedo-BgBx{
    width: 100%;
    height: auto;
    right: 0px;
  }
  .WEDO_stBox{
    width: 100%;
    flex-wrap: wrap;
    height:auto;
    left: 20px;
  }
  .WEDO_stBox_Left{
    width: calc( 100% - 40px );
    height: auto;
    margin-bottom: 20px;
    border-right: 0px solid #007580;
  }
  .WD_SB_LTT{
    margin-top: 20px;
  }
  .WD_SB_LTCN{
    margin-top: 10px;
  }
  .WEDO_stBox_Right{
    width: 100%;
    height: auto;
  }
  .WEDO_stBox_TSR{
    width: calc( 100% - 40px );
    padding-left: 0px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .Our_Products_TopBox{
    padding-top: 50px;
    top: -130px;
  }
  .Products_cont_box{
    padding: 20px;
  }
  .news-item {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
  }
  .news_box_txtc>li {
    float: left;
  }
  .strtt {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .Strategy-cont-left, .Strategy-cont-right{
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .Strategy {
    padding: 20px;
    margin-top: 0px;
  }
  .Contact-Box{
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .Contact-left-BoxTT{
    width: 100%;
    height: auto;
  }
  .Contact-left-Box{
    width: 100%;
    height: auto;
  }
  .Contact-Cn-box {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  .Contact-left-BoxCnTx{
    font-size: 18px;
    margin-top: 10px;
    line-height: 28px;
  }
  .Contact-Cntbox-Box{
    width: 100%;
    height: auto;
  }
  .Contact-Cntbox-topBoxAll{
    width: 100%;
    height: auto;
  }
  .Contact-Cntbox-domeBox {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .Contact-right-Box {
    width: 100%;
  }
  .Contact-right-iconbox {
    width: 30px;
    height: auto;
  }
  .Contact-right-tstx{
    line-height: 24px;
  }
  .head_mbsy { width: 100%; position: fixed; display: block; z-index: 99; }
  .page_top_bannerPhoto {
    width: 170%;
    position: absolute;
    right: 0px;
  }
  .peg_content{
    margin-top: 50px;
    padding: 20px;
    padding-top: 50px;
  }
  .peg_bread_txt{
    padding: 0px 15px;
    margin-bottom: 10px;
  }
  .peg_bar_als,.peg_bread_crumbs{
    height: auto;
  }
  .peg_cnbox {
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
  }
  .peg_cnbox_tt{
    width: calc( 50% - 10px );
    padding: 5px 10px;
    margin: 0px 5px;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
  }
  .peg_bread_icc{
    margin-bottom: 10px;
  }
  .user_editor_tbr{
    font-size: 12px;
  }
  .sign_up_inpt2_txx{
    padding: 5px 2px;
  }
  .sign_up_inpt3{
    width: 80px;
  }
  .sign_up_titxt{
    height: auto;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .ppc_box {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .peg_cnbox2_icon_box {
    margin-right: 0px;
  }
  .news_box_txtc{
    text-align: center;
  }
  .tab_bar_box ul{
    width: 34px;
    margin: 12px 2px;
  }
  .dw_cont_brta{
    height: auto;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 10px;
  }
  .dw_cont_title{
    /*width: 82%;*/
    width: 170px;
    height: auto;
    line-height: 26px;
    font-size: 13px;
  }
  .dw_butos,.dw_butovh {
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .news_butovh {
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .dw_but_st {
    font-size: 13px;
    padding: 5px 5px;
  }
  .contact_box_ttx{
    margin-right: 6px;
  }
  .Ft_Rt_search_FBIC2{
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }
  .peg_cnbox_tt2 {
    padding: 5px 20px;
    font-size: 13px;
  }
  .peg_cnbox_list {
    margin-top: 0px;
  }
  .dw_cont_brt{
    flex-wrap: wrap;
    padding: 20px 0px;
  }
  .dw_cont_photos {
    width: 100%;
    height: auto;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .dw_cont_photos > img {
    width: 100%;
    height: auto;
  }
  .news_content{
    width: 50%;
  }
  .news_butovh{
    width: 50%;
  }
  .spe_list_item{
    width: calc( 100% - 10px );
  }
  .spe_item_content_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .coopt2_item {
    width: 100%;
  }
  .coopt2_item2 {
    width: calc(100% / 3 - 10px);
  }
  .spe_item_photo {
    min-height: 178px;
  }

}

.tableClass {
  border-collapse: collapse;
  width: 100%;
}
.tableClass th, .tableClass td {
  border: 1px solid #666;
  padding: 5px;
  text-align: center;
}