@charset "UTF-8";

/* 尚未開放================================================
$color-dsk-bg: $color-main; //選單背景顏色，預設為網站主配色
$color-dsk-font: #fff; //選單文字顏色，預設為白色
$color-dsk-active: #555;  //按下去的背景色
$color-dsk-border: rgba(255, 255, 255, 0.2); //選單線條顏色
*/
/*===0===global==============*/
/* main color $color-main */
/*===1===index==============*/
/*===2===product ==============*/
body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

.posrel {
  position: relative;
}

.abl {
  position: absolute;
}

.none {
  display: none;
}

.fc-G {
  color: #999;
  padding: 0 5%;
}

.fc-G2 {
  color: #999;
  padding: 0 5%;
  width: 100%
}

#nav {}

#nav ul {
  padding-bottom: 15px;
}

#nav ul li.font15 {}

#nav ul li a.open {}

#nav ul li div {
  overflow: hidden;
  background: none;
}

#nav ul li div ul {
  display: none;
  padding-bottom: 10px
}

#nav ul li div ul a {
  color: #EFBFBF;
  outline: none;
}

#nav ul li div ul a:hover {
  color: #fff;
  text-decoration: none;
}

#nav ul li div ul li {
  padding: 1% 8%;
  font-size: 13px;
}

#nav ul li a {
  outline: none;
}


#nav .topmenu {
  padding: 5% 5% 0 5%;
}

#nav .topmenu a {
  color: #EFBFBF;
}

#nav .topmenu li {}

#nav .topmenu a:hover {
  color: #fff;
}

#nav .topmenu .tm-inq {
  display: inline-block;
  width: 45%;
}

#nav .topmenu .tm-lang {
  display: inline-block;
  width: 35%;
}

#nav .topmenu .tp-search {
  display: inline-block;
  width: 10%;
}

#nav .topmenu span {
  display: inline-block;
  width: auto;
}

#nav .topmenu .topsearchwrap {
  /*display:none;*/
}

.top-posrel {
  float: right;
  margin-right: -300px;
  transition: margin-right 0.3s ease;
  -webkit-transition: margin-right 0.3s ease;
  -moz-transition: margin-right 0.3s ease;
  top: 0;
}

#nav .topmenu li.open .top-posrel {
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 10px;
}

#nav .topmenu .tp-search .go {
  background: #fff;
}


#nav .topmenu .tp-search {
  display: none;
}

#nav .topmenu .tp-search input {
  cursor: pointer;
}

#nav .mb-input input {
  margin: 5%;
  width: 70%;
  height: 26px;
  opacity: 0.5;
  font-size: 12px;
  float: left;
}

#nav .mb-input input:focus {
  opacity: 0.8
}

#nav .mb-input .iq-go {
  width: 15%;
  background: #fff;
  color: #000;
  float: left;
  margin: 5% 5% 5% 0;
  height: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
}

#nav .mb-input .iq-go a:hover {
  background: #fff;
  color: #900;
  text-decoration: none;
}


#nav .topmenu li.tm-lang div {
  display: block;
  color: #fff;
  width: 130px;
  padding: 0 0 0 0;
  overflow: hidden;
  top: 5px;
  position: relative;
}

#nav .topmenu li.tm-lang span {
  float: left;
  display: block;
  filter: alpha(opacity=60);
  opacity: 0.6;
  zoom: 1;
  margin: 0;
  padding: 0;
}

#nav .topmenu li.tm-lang span {
  /*background: url(../img/icon/language.png) no-repeat 68px 10px;*/
}

#nav .topmenu li.tm-lang span:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  zoom: 1;
}

#nav .topmenu li.tm-lang select {
  color: #fff;
  border: none;
  width: 110px;
  background: none;
  background: none;
}

#nav .topmenu li.tm-lang select option {
  color: #333;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
}

#nav .topmenu li.tm-lang select:focus {
  border: none;
  outline: none;
}









.footer {
  margin-bottom: 50px;
  background: #F9F9F9;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom: 1px solid #D6D6D6;
  border-top: 1px solid #e7e7e7;
  padding: 0 0 0 0;
  padding: 10px 0
}



.footer .leftwrap,
.footer .leftwrap02 {
  display: none;
}

.footer .rightwrap02 li {
  text-align: center;
  font-size: 13px;
  padding: 0;
  color: #999;
}

.footer .rightwrap li a,
.footer .rightwrap02 li a {
  color: #999;
}

.footer .rightwrap li.compname {
  font-size: 17px;
}

.footer .rightwrap li {
  text-align: center;
}

/*.footer .leftwrap{margin:2em;}
.footer .leftwrap ul{  margin-bottom:1em; border-bottom:1px solid #e7e7e7; padding-bottom:1em}
.footer .leftwrap ul:last-child{ margin-bottom:0;}
.footer .leftwrap li{ list-style:none; font-size:0.9em; line-height:180%;text-align:center;}
.footer .leftwrap li a{ color:#666;}
.footer .leftwrap li.title{margin-bottom:1em;}
.footer .leftwrap li.title a{ font-size:16px; color:#000;}
.footer .leftwrap li a:hover{ color:#c00}
.footer .leftwrap02{ margin-top:1em; overflow:hidden;border-bottom:1px solid #e7e7e7;padding-bottom:1em}



.footer .rightwrap{ margin:1em 2em;border-bottom:1px solid #e7e7e7; padding-bottom:1em}
.footer .rightwrap ul{}
.footer .rightwrap li{line-height:180%; text-align:center;}
.footer .rightwrap li a{ color:#000;}
*/
.footer .copyright {
  color: #CACACA;
  font-size: 0.8em;
  margin: 0 1em;
  padding-bottom: 1em
}

.footer .copyright a {
  color: #CACACA
}

.footer .copyright span {
  text-align: center;
}

.prodovinfo {
  padding: 1% 5%;
  margin-top: 5em;
  overflow: hidden;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
}

.graybg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+8,f5f5f5+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 8%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #ffffff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 8%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 8%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 8%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 8%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  /* IE6-9 */
}

.prodovinfo .pic img {
  display: block;
  height: auto;
  max-width: 530px;
  width: 100%;
}


.prodovinfo .pic-album {}


.prodovinfo h2 {
  font-weight: 200;
}

.prodovinfo p {
  margin-bottom: 20px;
}

.prodovinfo .pairicon {
  position: relative;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%), linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 5px 25px 5px 15px;
  margin: 0 0 10px 0;
  border-top: 1px solid #fff;
  font-size: 0.9em;
  display: block;
}

.prodovinfo .pairicon:before {
  position: absolute;
  background-image: url(../img/layout/iconset.svg);
  background-repeat: no-repeat;
  background-position: -325px 0;
  right: 0;
  top: 3px;
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  background-size: 600px 100px;
}


.prodovinfo .pairicon:hover {
  background: #c00 url(../img/icon/dw-arrow.png) no-repeat calc(100% - 10px) center;
  color: #fff;
  border: 1px solid #c00;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -moz-outline: none;
}

.prodovinfo .pr-pdf,
.prodovinfo .pr-req,
.prodovinfo .pr-inq {
  display: block;
  margin-bottom: 10px;
}

.prodovinfo .acc-check {
  width: 50%;
  display: inline-block;
  margin-bottom: 0;
}

.prodovinfo .acc-check input {
  width: 15px;
  height: 15px;
  vertical-align: bottom;
  margin-right: 10px;
}

.prodovinfo .acc-check input[type="checkbox"],
.prodovinfo .acc-check input[type="radio"] {
  width: 15px;
  height: 15px;
  vertical-align: bottom;
  margin-right: 10px;
}

.prodovinfo .pr-pdf a {
  color: #fff;
}

.prodovinfo .pr-pdf a:hover {
  text-decoration: none;
}

.prodovinfo .dl-icon {
  width: 50%;
  display: inline-block;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 0;
  position: relative;
}

.prodovinfo .dl-icon:before {
  position: absolute;
  background-image: url(../img/layout/iconset.svg);
  background-repeat: no-repeat;
  background-position: -210px -10px;
  right: 0;
  top: 3px;
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  background-size: 720px 120px;
}

.prodovinfo .pr-pdf {
  background: #c00;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  padding: 8px 15px 8px 25px;
  font-size: 0.9em;
  cursor: pointer;
  width: 100%;
}






.prodovinfo .pr-req {
  position: relative;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%);
  linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: right;
  padding: 8px 15px 8px 35px;
  font-size: 0.9em;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  color: #D90000;
}

.prodovinfo .pr-req:before {
  position: absolute;
  background-image: url(../img/layout/iconset.svg);
  background-repeat: no-repeat;
  background-position: -360px -60px;
  left: 5%;
  top: 3px;
  content: '';
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: 1200px 200px;

}

.prodovinfo .pr-pdf a:focus,
.prodovinfo .pr-pdf a:hover {
  border: none;
  outline: none;
}






.prodovinfo .pr-inq {
  position: relative;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%);
  linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: right;
  padding: 8px 15px 8px 35px;
  font-size: 0.9em;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  color: #D90000;
}

.prodovinfo .pr-inq:before {
  position: absolute;
  background-image: url(../img/layout/iconset.svg);
  background-repeat: no-repeat;
  background-position: -360px -110px;
  left: 5%;
  top: 3px;
  content: '';
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: 1200px 200px;
}



.accessory-wrap {
  padding: 0 5% 5% 5%;
  width: 90%;
}

.accessory-wrap img,
.accessory-wrap p img {
  width: 100%;
  height: auto;
  display: block;
}

.accessory-title {
  font-size: 2em;
  border-bottom: 1px solid #efefef;
  margin-bottom: 1em;
  padding: 0.5em 5%
}

.accessory-title .closewrap {
  left: 85%;
  position: relative;
  top: 0;
}

.modal-content .close {
  position: absolute;
  left: 0;
  top: -40px;
}

.prodovinfo .sort {
  color: #888;
  margin: 0 0 0 5%;
}



.prodovlist {
  padding: 5%;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
}

.prodovlist a:hover {
  text-decoration: none;
}

.prodovlist:hover {
  text-decoration: none;
}

.prodovlist .povitem {}

.prodovlist .povitem li {
  border: 1px solid #eaeaea;
  padding: 1em;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}

.prodovlist .povitem .pic {
  display: block;
  width: 100%;
}

.prodovlist .povitem .pic img {
  width: 100%;
  display: block;
  height: auto;
  text-align: center;
}

.prodovlist .povitem div {}

.prodovlist .povitem h3 {
  color: #222;
}

.prodovlist .povitem p {
  color: #999;
}


.prodovlist .povitem span {
  position: relative;
  font-size: 0.9em;
  text-align: right;
  padding-right: 15px;
}

.prodovlist .povitem span:before {
  position: absolute;
  background-image: url(../img/layout/iconset.svg);
  background-repeat: no-repeat;
  background-position: -320px -55px;
  right: 0;
  top: 3px;
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  background-size: 600px 100px;
}



.poveditwrap {
  padding-top: 1em;
  overflow: hidden;
  display: block;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
}

.poveditwrap .edit {
  border-top: 1px solid #D6D6D6;
  padding: 1em 0;
  margin: 0 5%;
}

.povedit img {
  display: block;
  width: 100%;
  height: auto;
}

/*.search-term div.seven{ width:90%; background-color:#000; position:fixed; width:100%; height:100vh; left:0; top:0; display:none; z-index:9999; }
.search-term div.seven.show{ display: block;  }
body.fixed{ position:relative; overflow:hidden;}*/

.search-term .search-title {
  font-size: 1.5em;
  text-align: center;
  padding-top: 1em
}

.search-term div.seven,
.search-term div.four,
.search-term div.three,
.search-term div.five {
  width: 100%;
  padding-bottom: 1em
}

.search-term div.seven.show {
  display: block;
}

body.fixed {
  position: relative;
  overflow: hidden;
}

.search-term .seven,
.search-term div.four,
.search-term div.five,
.search-term div.three {
  padding: 0 5%;
  overflow-y: auto;
  overflow-x: hidden;
}

.search-term .seven select,
.search-term div.four select,
.search-term div.five select,
.search-term div.three select,
.prod-require .pr-cont li.re05 select,
.pro-access .pa-right select,
.about-sort select,
.pr-contact li select {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 76%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(76%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 76%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 76%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 76%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 76%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  outline-color: none;
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-webkit-transition: background-color 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  height: 40px;
  border: 1px solid #e8e8e8;
  margin: 5px auto;
  width: 100%;
  /* text-align: center; */
}


input {
  outline: none;
  height: 40px;
  border: 1px solid #e8e8e8;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px auto;
  width: 100%;
  text-align: left;
  padding: 0 5px
}

select:focus,
textarea:focus,
input:focus {
  background: rgba(255, 243, 243, 1);
  color: #333;
}

textarea {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 76%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(76%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 76%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 76%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 76%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 76%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  outline-color: none;
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-webkit-transition: background-color 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  height: 150px;
  border: 1px solid #e8e8e8;
  margin: 5px auto;
  width: 100%;
  text-align: left;
}


/*.filter-close{ position: absolute; top:10px; right:10px; color:#fff; background: url(../img/icon/icon-close-w.png) no-repeat left top; height:50px; width:50px; text-indent:9999em;}
.search-term .seven .searchgo{ background:#E62117; text-align:center; color:#fff; margin-top:0.5em;padding:0.5em 1em; width:100%;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; display:block; border:1px solid #E62117}
.search-term .seven .searchgo:hover{ text-decoration:none;filter:alpha; filter:alpha(Opacity=85, Style=0);-moz-opacity:0.8;opacity: 0.8;}*/


.pagination {
  text-align: center;
  margin: 1em 0;
  display: block;
  width: 100%;
  overflow: hidden;
  clear: left;
}

.pagination div,
.pagination div select,
.pagination span {
  display: inline;
}

.pagination .bgwrap {
  background: #f9f9f9;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  margin: 0 auto;
}

.pagination a {
  display: inline;
  color: #000;
  line-height: 40px;
}

.pagination a:hover {
  text-decoration: none;
  color: #E62117;
}

.pagination .perv {
  border-right: 1px solid #e2e2e2;
  padding: 0 0.5em
}

.pagination .next {
  border-left: 1px solid #e2e2e2;
  padding: 0 0.5em
}

.pagination span {
  display: inline;
}

.pagination .range {
  padding-right: 1em
}

.pagination select {
  border: none;
  background: #f9f9f9;
  outline: none;
  padding: 0 0.5em;
}

.pagination select:focus {
  color: #E62117;
}





.pl_sortwrap {
  margin: 3% 5%;
}

.pd_cwrap {
  margin: 0;
}

#terminal-list .buttons {
  display: none;
}

.prod-search {
  background: url(../img/icon/icon-search-on.png) no-repeat left top;
  padding-left: 30px;
  color: #000;
  margin-top: 1em;
  height: 30px;
  display: block;
}

.prod-search a {}

.pl-header {
  display: none;
}


#terminal-list ul img {
  max-width: 80%;
  height: auto;
  text-align: center;
}

#terminal-list ul .first {
  width: 100%;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1.5em
}

#terminal-list ul .first a:hover {
  text-decoration: none;
}

#terminal-list ul .first .addto {
  position: relative;
  display: inline;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.2em 1em 0.2em 2em;
}

#terminal-list ul .first .addto:before {
  position: absolute;
  background-image: url(../img/layout/iconset.svg);
  background-repeat: no-repeat;
  background-position: -125px -25px;
  left: 0;
  top: 3px;
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  background-size: 600px 100px;
}



#terminal-list ul .first .addto a {
  color: #E62117;
  display: inline-block;
}

#terminal-list ul .first .addto a:hover {
  cursor: pointer;
}

#terminal-list ul.tl-grid:hover {
  text-decoration: none;
}

#terminal-list ul.tl-grid .gridprod {
  font-size: 1.5em;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  text-align: left;
}

#terminal-list ul .second {
  display: none;
}

#terminal-list ul .third {
  display: none;
}

#terminal-list ul .first span.pno {
  font-size: 1.6em;
}

#terminal-list ul .first span.pno2 {
  font-size: 1.6em;
}

#terminal-list ul.tl-list .first span.pno {
  font-size: 1em;
}

.pl-noresult {
  border: 1px solid #e8e8e8;
  background: #f9f9f9;
  margin: 0 5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  padding: 2em 3%;
}

.pl-noresult a {
  text-align: center;
  color: #E62117;
  font-size: 1em;
  margin-right: 1%
}

.pl-noresult .pln-contact {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+16,f8f8f8+89,ffffff+95,efefef+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/icon-addn.png) no-repeat 10% center;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(16%, #e6e6e6), color-stop(89%, #f8f8f8), color-stop(95%, #ffffff), color-stop(100%, #efefef)), url(../img/icon/icon-addn.png) no-repeat left top;
  ;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/icon-addn.png) no-repeat left top;
  ;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/icon-addn.png) no-repeat left top;
  ;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/icon-addn.png) no-repeat left top;
  ;
  /* IE10+ */
  background: url(../img/icon/icon-addn.png) no-repeat 10% center, linear-gradient(to bottom, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  /* IE6-9 */
  border: 1px solid #C9C9C9;
  -webkit-border-radius: 3px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius: 3px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-radius: 3px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0.5em 1em 0.5em 2em;
}

.pl-noresult .pln-contact:hover {
  background: #E62117 url(../img/icon/icon-addw.png) no-repeat 10% center;
  color: #fff;
  border: 1px solid #E62117;
  text-decoration: none;
}

.pl-noresult .pln-search {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+16,f8f8f8+89,ffffff+95,efefef+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/icon-search-n.png) no-repeat calc(100% - 10px) center;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(16%, #e6e6e6), color-stop(89%, #f8f8f8), color-stop(95%, #ffffff), color-stop(100%, #efefef)), url(../img/icon/icon-search-n.png) no-repeat calc(100% - 10px) top;
  ;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/icon-search-n.png) no-repeat calc(100% - 10px) top;
  ;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/icon-search-n.png) no-repeat calc(100% - 10px) top;
  ;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/icon-search-n.png) no-repeat calc(100% - 10px) top;
  ;
  /* IE10+ */
  background: url(../img/icon/icon-search-n.png) no-repeat calc(100% - 10px) center, linear-gradient(to bottom, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  /* IE6-9 */
  border: 1px solid #C9C9C9;
  -webkit-border-radius: 20px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius: 20px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-radius: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0.5em 2em 0.5em 1em;
}

.pl-noresult .pln-search:hover {
  background: #E62117 url(../img/icon/icon-searchw.png) no-repeat calc(100% - 10px) center;
  color: #fff;
  border: 1px solid #E62117;
  text-decoration: none;
}

.noresult-title {
  background: url(../img/icon/icon-search-b.png) no-repeat left center;
  padding: 0 0 5px 25px;
  width: 100%;
  font-size: 1.625em;
  margin: 2% 5%;
  border: none
}

.pl-noresult h3 {
  font-size: 1.1em;
}

.result-title {
  font-size: 1.625em;
  margin: 2% 5%;
  letter-spacing: 1px;
}

.prodetail-wrap {
  margin: 3% 5%;
}

.li-group {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clear: both;
}

.tab_container {
  clear: left;
  width: 100%;
  padding-top: 0px;
}

.tab_container .tab_content {
  padding: 0;
}

.abgne_tab ul.tabs {
  background: #B6B6B6;
  overflow: hidden;
  margin-bottom: 10px
}

.abgne_tab ul.four li {
  width: 50%;
  float: left;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.abgne_tab ul li.active {
  background: #c00;
  display: inline-block;
}

.abgne_tab ul li.active a {
  color: #fff;
  display: inline-block;
}

.abgne_tab ul.three li {
  width: 33.33%;
  float: left;
  padding: 5px 10px;
  border-right: 1px solid #fff;
}

.abgne_tab ul.two li {
  width: 50%;
  float: left;
  padding: 5px 10px;
  border-right: 1px solid #fff;
}

.abgne_tab ul.one li {
  width: 100%;
}

.tab_container .anchorbox {
  width: 90%;
  margin: 0 auto 20px auto;
  max-width: 1040px;
}

.tab_container .anchorbox a {
  border-bottom: 1px solid #E0E0E0;
  padding: 8px 0px 8px 20px;
  position: relative;
  display: block;
}

.tab_container .anchorbox a:before {
  content: '';
  background-color: #CC0000;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  left: 5px;
  top: 40%;
  position: absolute;
  display: inline-block;
}


.abgne_tab2 {}

.abgne_tab2 ul.tabs3 {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #DEDEDE;
}

.abgne_tab2 ul.tabs3 li {
  float: left;
  text-align: center;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  position: relative;
  margin-bottom: -1px;
  border-left: none;
  list-style: none;
  margin-right: 5px;
}

.abgne_tab2 ul.tabs3 li a {
  display: block;
  /*padding: 0 20px;*/
  color: #333;
  /*border: 1px solid #fff;*/
  text-decoration: none;
  background: #EFEFEF;
  padding: 0 40px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.abgne_tab2 ul.tabs3 li a:hover {
  background: #007CC5;
  color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.abgne_tab2 ul.tabs3 li.active {
  color: #fff;
}

.abgne_tab2 ul.tabs3 li.active a {
  color: #fff;
  background: #007CC5;
  color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.abgne_tab2 ul.tabs3 li.active a:hover {}

.qandans_wrap {}

.qandans_wrap li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 1.25em;
}

.qandans_wrap li a {
  text-decoration: none;
  position: relative;
}

.qandans_wrap li.locname {}

.qandans_wrap li a:hover {
  color: #000;
}

.qandans_wrap li .q {
  padding: 0 20px 0 10px;
  display: block;
  color: #000;
  line-height: 40px;
  position: relative;
  background: url(../img/icon/dowdash-l.png) repeat-x left bottom;
  border-bottom: 1px solid #E62117;
}

.qandans_wrap li .q:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 3px;
  top: 6px;
  border-left: 2px solid #E62117;
}

.qandans_wrap li .q:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 0;
  border-bottom: 2px solid #E62117;
}

.qandans_wrap li .q_onpage {
  display: block;
  position: relative;
  color: #000;
  padding-bottom: 10px;
}

.qandans_wrap li .q_onpage:before {
  display: none;
}

.qandans_wrap li .q_onpage:after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  border-bottom: 2px solid #E62117;
  top: 0;
}

.qandans_wrap .linkpos {
  position: relative;
  z-index: 999;
  left: 200px;
  top: 30px;
  width: 65%;
}


.qandans_wrap a.link {
  padding-left: 10px;
  font-size: 13px;
  position: relative;
  display: inline-block;
  z-index: 1;
  left: 0;
  top: 0;
  background: none;
  border: none;
  color: #999;
  word-break: break-all;
}


.qandans_wrap .answrap {}

.qandans_wrap .answrap>ul {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}

.qandans_wrap .answrap li {
  font-size: 0.8em;
  margin: 0;
  float: left;
  display: block;
  text-align: center;
  color: #666;
  height: 100%;
}

.qandans_wrap .answrap li>li {
  padding: 10px;
}

.qandans_wrap .answrap li.title {
  color: #000;
  text-align: left;
}

.qandans_wrap .answrap ul.two {}

.qandans_wrap .answrap ul.two li {
  width: 48%;
  display: inline-block;
  padding: 10px 0% 10px 2%;
}


.qandans_wrap .answrap li.tilte {
  color: #000;
}

.qandans_wrap .answrap ul.three {}

.qandans_wrap .answrap ul.three li {
  width: 33.33%;
}

.qandans_wrap .answrap ul.four {}

.qandans_wrap .answrap ul.four li {
  width: 25%;
}

.qandans_wrap .answrap li {}

.qandans_wrap .answrap li:first-child {
  border-right: 1px solid #e8e8e8;
}

.qandans_wrap .answrap li+li {
  height: 100%;
}

.pd-appro {
  background: #fff;
}

.pd-appro img {
  display: block;
  width: 15%;
  height: auto;
  margin: 10px;
  float: left;
}

.pd-appro2 {}

.pd-appro2 img {
  width: auto;
  height: auto;
  margin: 10px;
  display: inline-block;
  float: left;
}

.pd-appro3 {
  background: #fff;
}

.pd-appro3 img {
  display: block;
  width: 98%;
  height: auto;
  margin: 0 auto;
  float: left;
}

.pd-assorwrap {}

.pd-assorwrap ul {
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}

.pd-assorwrap ul.pd-head {
  background: url(../img/icon/sort_titlebg.gif) repeat-x left bottom;
  border-bottom: 1px solid #E62117;
  padding: 0 0 10px 0;
}

.pd-assorwrap .first {
  width: 18%;
  border: none;
  padding: 10px 0 0 0;
  text-align: center;
}

.pd-assorwrap .second {
  width: 70%;
  border: none;
  padding: 10px 0 0 0;
  text-align: center;
}

.pd-assorwrap .third {
  width: 12%;
  background: none;
  padding: 0;
  text-indent: inherit;
  text-align: center;
  display: table-cell;
  border-right: none
}

.pd-assorwrap ul:hover {
  background: #fafafa;
}

.pd-assorwrap li {
  float: left;
}

.pd-assorwrap .pic {
  width: 18%;
  text-align: center;
}

.pd-assorwrap .pic img {
  width: 100%;
  height: auto;
  margin: 15px auto 0 auto;
  max-width: 120px;
}

.pd-assorwrap .des {
  border-right: 1px solid #e8e8e8;
  width: 70%;
  padding: 15px 5%;
  text-align: left;
  border-left: 1px solid #e8e8e8;
}

.pd-assorwrap p.title {
  background: none;
  font-size: 1.125em;
  color: #000;
  padding: 0
}

.pd-assorwrap li:hover {
  color: #E62117;
}

.pd-assorwrap li p {
  background: url(../img/icon/icon-dot.png) no-repeat left 10px;
  padding-left: 20px;
  color: #666;
  font-size: 1em;
}

.pd-assorwrap .addto {
  background: url(../img/icon/icon-add.png) no-repeat center top;
  top: 60px;
  text-indent: 9999em;
  display: block;
  position: relative;
}


.pic-album img {
  width: 100%;
  display: none;
  height: auto;
}

.prodovinfo .sa-right {
  background: url(../img/icon/sa-left.png) no-repeat right center;
  padding-right: 10px;
  margin-right: 5px;
}

.prodovinfo span {
  display: inline;
}

.nobtmborder {
  border-bottom: none;
}

.pro-access {}

.pro-access .access-title {
  background: url(../img/icon/dowdash-l.png) repeat-x left bottom;
  border-bottom: 1px solid #E62117;
  padding: 0 0 1em 0;
  overflow: hidden;
  margin: 0 5% 0 5%;
}

.pro-access h2 {
  padding: 0;
  margin-left: 0
}

.pro-access p {
  margin-left: 0
}

.pro-access .pa-left {}


.pro-access img {
  width: 100%;
  height: auto;
  display: block;
  margin: 1em 0
}

.pro-access .pa-prodpic {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.5em 0;
  margin: 0.5em 0;
  width: auto;
}

.pro-access .pa-drawing {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.5em 0;
  margin: 0.5em 0;
  width: auto;
}

.pro-access .pa-right {}

.pro-access .pa-right select {
  width: 100%;
}

.pro-access .pa-edit {
  margin: 1em 5%
}


.pro-access .pa-pdf,
.pro-access .pa-req,
.pro-access .pa-inq {
  display: block;
  margin-bottom: 10px;
}


.pro-access .pa-pdf {
  background: #c00 url(../img/icon/icon-dl.png) no-repeat 20% center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 8px 25px 8px 40px;
  margin-left: 5px;
  font-size: 0.9em;
  cursor: pointer;
}

.pro-access .pa-req {
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%), url(../img/icon/icon-require.png) no-repeat 20% center;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #ffffff)), url(../img/icon/icon-require.png) no-repeat 20% center;
  ;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%), url(../img/icon/icon-require.png) no-repeat 20% center;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%), url(../img/icon/icon-require.png) no-repeat 20% center;
  /* IE10+ */
  background: url(../img/icon/icon-require.png) no-repeat 20% center, linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */



  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 8px 25px 8px 40px;
  margin-left: 5px;
  font-size: 0.9em;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  color: #D90000;
}


.pro-access .pa-inq {
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%), url(../img/icon/icon-inquire.png) no-repeat 20% center;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #ffffff)), url(../img/icon/icon-inquire.png) no-repeat 20% center;
  ;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%), url(../img/icon/icon-inquire.png) no-repeat 20% center;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%), url(../img/icon/icon-inquire.png) no-repeat 20% center;
  /* IE10+ */
  background: url(../img/icon/icon-inquire.png) no-repeat 20% center, linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 8px 25px 8px 40px;
  margin-left: 5px;
  font-size: 0.9em;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  color: #D90000;
}

.pa-picwrap {
  margin: 0 5%;
  borde-bottom: none;
}



.pro-access .pa-search {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+16,f8f8f8+89,ffffff+95,efefef+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/icon-addn.png) no-repeat 10% center;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(16%, #e6e6e6), color-stop(89%, #f8f8f8), color-stop(95%, #ffffff), color-stop(100%, #efefef)), url(../img/icon/icon-addn.png) no-repeat 10% top;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/icon-addn.png) no-repeat 10% top;
  ;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/icon-addn.png) no-repeat 10% top;
  ;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/icon-addn.png) no-repeat 10% top;
  ;
  /* IE10+ */
  background: url(../img/icon/icon-addn.png) no-repeat 10% center, linear-gradient(to bottom, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  /* IE6-9 */
  border: 1px solid #C9C9C9;
  -webkit-border-radius: 20px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius: 20px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-radius: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0.5em 1em 0.5em 2em;
}

.pro-access .pa-search:hover {
  background: #E62117 url(../img/icon/icon-addw.png) no-repeat 10% center;
  color: #fff;
  border: 1px solid #E62117;
  text-decoration: none;
}

.pro-access .pa-bkindex {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+16,f8f8f8+89,ffffff+95,efefef+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/l-arrow.png) no-repeat 10% center;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(16%, #e6e6e6), color-stop(89%, #f8f8f8), color-stop(95%, #ffffff), color-stop(100%, #efefef)), url(../img/icon/l-arrow.png) no-repeat 10% top;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/l-arrow.png) no-repeat 10% top;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/l-arrow.png) no-repeat 10% top;
  ;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%), url(../img/icon/l-arrow.png) no-repeat 10% top;
  ;
  /* IE10+ */
  background: url(../img/icon/l-arrow.png) no-repeat 10% center, linear-gradient(to bottom, #ffffff 0%, #e6e6e6 16%, #f8f8f8 89%, #ffffff 95%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  /* IE6-9 */
  border: 1px solid #C9C9C9;
  -webkit-border-radius: 20px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius: 20px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-radius: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0.5em 1em 0.5em 2em;
}


.prod-require {}

.prod-require .pr-header {
  background: #FAFAFA;
  border-bottom: 1px solid #d5d5d5;
  display: none;
}

.prod-require .pr-header li {
  display: block;
}

.prod-require .pr-header li.re01 {}

.prod-require .pr-header li.re02 {}

.prod-require .pr-header li.re03 {}

.prod-require .pr-header li.re04 {}

.prod-require .pr-header li.re05 {}

.prod-require .pr-header li.re06 {}

.prod-require .pr-cont {
  padding: 1em;
  border-bottom: 1px solid #ccc;
}

.prod-require .pr-cont li.re01 {
  display: block;
}

.prod-require .pr-cont li.re01 img {
  width: 100%;
  height: auto;
}

.prod-require .pr-cont li.re02 {
  font-size: 1.25em;
}

.prod-require .pr-cont li.re03 {
  margin-bottom: 1em
}

.prod-require .pr-cont li.re03r {
  height: 45px;
  overflow: hidden;
}

.prod-require .pr-cont li.re04 {
  min-height: 40px;
}

.prod-require .pr-cont li.re04r {}

.prod-require .pr-cont li.re05 {}

.prod-require .pr-cont li.re06 {
  background: #D8D8D8 url(../img/icon/icon-deleteg.png) no-repeat 35% center;
  padding-bottom: 1em;
  color: #333;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 35px;
  height: 35px;
}

.prod-require .pr-cont li.re06:hover {
  background: #F0F0F0 url(../img/icon/icon-deleteg.png) no-repeat 35% center;
}

.prod-require .pr-cont a:hover {
  text-decoration: none;
}

.prod-require .pr-write {
  /* border-top:1px solid #ccc;*/
  margin: 0 5% 2em 5%;
  display: block;
  float: left;
  overflow: hidden;
}

.prod-require .pr-write span {
  background: #c00 url(../img/icon/icon-write.png) no-repeat 20% center;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin: 10px 0 0 0;
  padding: 5px 0 5px 0;
  width: 100%;
}

.prod-require .pr-write a,
.prod-require .pr-write2 a {
  color: #fff;
}

.prod-require .pr-write2 {
  margin: 0 0 2em 0;
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
}

.prod-require .pr-write2 span {
  background: #c00;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin: 0;
  padding: 5px 0 5px 0;
  width: 100%;
}

.pr-contact {
  display: block;
  clear: both;
  overflow: hidden;
  padding-top: 2%;
}

.pr-contact h2 {
  margin-left: 5%;
}

.pr-contact .toprange {
  margin-top: 30px
}

.pr-contact li {
  width: 90%;
  margin: 0 auto;
}

.pr-contact li input {
  margin-bottom: 5px;
}

.pr-contact .sex {
  display: block;
  line-height: 40px;
}

.pr-contact .sex-f input,
.pr-contact .sex-m input {
  width: 10px;
  height: 10px;
}

.pr-contact .sex-f {
  width: 40%;
  margin-right: 10%
}

.pr-contact .sex-m {
  width: 40%;
}

.pr-contact .interest {
  background: #F3F3F3;
  padding: 5%;
  width: 90%;
  margin: 0 auto 5px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.pr-contact .interest h3 {
  margin: 0 0 1em 0;
}

.pr-contact .interest input {
  width: 10px;
  height: 10px;
}

.pr-contact .interest dl {
  display: block;
  overflow: hidden;
}

.pr-contact .interest dd {
  margin-bottom: 1%;
}

.pr-contact ul.toparea {}

.pr-contact ul.btmarea {}

.pr-contact .clearimg img {
  width: auto;
  display: inline;
}





.plsear-fwrap {
  overflow: hidden;
  margin-bottom: 20px;
}

.plsear-fwrap span {
  display: inline-block;
}

.pointfont {
  color: #B50000;
}

/*product download*/
.pd-download {}

.pd-download .pd-header {
  background: #FAFAFA;
  border-bottom: 1px solid #d5d5d5;
  display: none;
}

.pd-download .pd-header li {
  display: block;
}

.pd-download .pd-header li.re01 {}

.pd-download .pd-header li.re02 {}

.pd-download .pd-header li.re03 {}

.pd-download .pd-header li.re04 {}


.pd-download .pd-cont {
  margin: 0 5%;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 1em 0
}

.pd-download .pd-cont li.re01 {
  font-size: 1.25em;
  display: block;
}

.pd-download .pd-cont li.re02 {
  color: #999;
  width: 43%;
  float: left;
  margin-right: 2%;
}

.pd-download .pd-cont li.re03 {
  width: 30%;
  float: left;
}

.pd-download .pd-cont li.re04 {
  width: 25%;
  float: right;
}

.pd-download .pd-cont li.re04 img {
  padding: 0;
  width: 32px;
  margin: 0;
  float: right;
}

.pd-download .pd-cont a:hover {
  text-decoration: none;
}

.pd-download .pd-cont:hover {
  background: #FAFAFA;
}


/*news */
.news-wrap {
  margin-bottom: 5%
}

.news-wrap .nw-header {
  background: #FAFAFA;
  border-bottom: 1px solid #d5d5d5;
  display: none;
}

.news-wrap .nw-header li {
  display: block;
}

.news-wrap .nw-header li.re01 {}

.news-wrap .nw-header li.re02 {}

.news-wrap .nw-header li.re03 {}


.news-wrap a:hover {
  text-decoration: none;
}

.news-wrap .nw-cont {
  margin: 0 5%;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 1em 0
}

.news-wrap .nw-cont li.re01 {
  color: #999;
}

.news-wrap .nw-cont li.re02 {
  font-size: 1.125em;
}

.news-wrap .nw-cont li.re03 {
  color: #999;
}

.news-wrap .nw-cont li.repic {
  margin: 0;
  width: 100%;
}

.news-wrap .nw-cont li.repic img {
  width: 90%;
  height: auto;
  padding: 0;
  margin: 5%;
}

.news-wrap .nw-cont:hover {
  background: #FAFAFA;
}

.new-detail .nd-back {
  padding: 10px 0 10px 35px;
  color: #999;
  display: block;
  position: relative;
}

.new-detail .nd-back:hover {
  text-decoration: none;
}

.new-detail .nd-back:before {
  position: absolute;
  background-image: url(../img/layout/iconset.svg);
  background-repeat: no-repeat;
  background-position: -550px -100px;
  left: -10px;
  top: -5px;
  content: '';
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: 1200px 200px;

}


.new-detail .nd-title {
  background: url(../img/icon/dowdash-l.png) repeat-x left bottom;
  border-bottom: 1px solid #E62117;
  padding: 0 0 1em 0;
  overflow: hidden;
  margin: 0;
}

.new-detail .nd-indate {
  margin: 2% 5% 0 5%;
  color: #999;
}








.new-detail {}

.new-detail h2 {
  padding: 0;
  margin-left: 0;
  width: 100%;
}

.new-detail p {
  margin-left: 0
}

.new-detail .nd-left {}

.new-detail .nd-right {}

.new-detail .nd-edit {
  margin: 1em 0
}

.new-detail .nd-edit p,
.new-detail .edit p {
  width: 100%;
}

.new-detail .edit h3,
.new-detail .nd-edit h3 {
  font-size: 1.75rem;
  width: 100%;
}

/*new product */

.news-wrap .np-cont {
  margin: 0 5%;
  padding: 1em 0 1em 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden
}

.news-wrap .np-cont .newpic {
  width: 35%;
  float: left;
  margin: 0;
}

.news-wrap .np-cont .newpic img {
  width: 100%;
  height: auto;
  margin: 0;
}

.news-wrap .np-cont .infowrap {}

.news-wrap .np-cont:hover {
  background: #fafafa;
}

.news-wrap .np-cont li {
  display: block;
  width: 65%;
  float: right;
}

.news-wrap .np-cont .date {
  display: block;
  margin: 0;
  color: #999;
}

.news-wrap .np-cont .sort {
  display: block;
  margin: 0;
  color: #D41A00;
}

.news-wrap .np-cont .name {
  font-size: 1.125em;
}

.news-wrap .np-cont .des {
  display: none;
}

.news-wrap .np-cont .more {
  display: none;
  padding-left: 10px;
  text-align: left;
  font-size: 1rem;
  color: #D41A00;
}

.nd-pedit p {
  width: 100%;
}

.nd-pedit img {
  max-width: 770px;
  margin: 0 auto;
}

.nd-leftwrap {}

.nd-leftwrap h2 {}

.nd-leftwrap .ndp-back {
  padding-left: 35px;
  display: block;
  margin: 1em 0;
  height: 30px;
  position: relative;
}

.nd-leftwrap .ndp-back:before {
  position: absolute;
  background-image: url(../img/layout/iconset.svg);
  background-repeat: no-repeat;
  background-position: -550px -100px;
  left: -10px;
  top: -15px;
  content: '';
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: 1200px 200px;
}

.nd-leftwrap .ndp-back a:hover {
  text-decoration: none;
}

.nd-leftwrap .ndp-indate {
  margin: 0 0 0 0;
  color: #999;
}

.nd-rightwrap {
  margin: 1.5em 0;
}


/*index*/

.index-aniwrap {
  padding: 0 0 0 0
}

.index-aniwrap .slide {
  width: 100%;
}

.index-aniwrap .slide a {
  background-size: cover;
  height: 350px;
}

.index-aniwrap .slide img {
  width: auto;
  height: 100vw;
  display: block;
}

.index-aniwrap .ia-font {
  position: relative;
  top: 90px;
  display: block;
  /*text-shadow:0px 0px 15px #000;*/
}

.index-aniwrap .slide a {
  text-decoration: none;
}

.index-aniwrap .slide h2 {
  font-size: 2.25rem;
  font-weight: normal;
}

.index-aniwrap .slide h2 a {
  margin: 0 5%;
  color: #333;
}

.index-aniwrap .slide h3 {
  font-size: 1rem;
  color: #D71C20;
}

.index-aniwrap .slide h3 a {}

.index-aniwrap .slick-dots {
  bottom: 5px;
}

.index-quickwrap {
  overflow: hidden;
  display: block;
}

.index-quickwrap ul {
  margin: 0% 5% 5% 5%;
  background-size: cover;
  padding: 5%;
  border: 1px solid #E3E3E3;
}

.index-quickwrap ul:hover {
  border: 1px solid #ccc;
}

.index-quickwrap a:hover {
  text-decoration: none;
}

.index-quickwrap li.title {
  font-size: 1.875rem;
}

.index-quickwrap li.des {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #888;
  padding-right: 35%;
}

.index-quickwrap li.more {
  color: #E51F1F;
  padding-left: 10px;
  font-size: 1rem;
  position: relative;
}

.index-quickwrap li.more:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #e51f1f;
  position: absolute;
  content: '';
  display: inline-block;
  left: 0;
  top: 5px;
}

.index-quickwrap .iq-search {
  display: inline;
  margin-right: 5%;
}

.index-quickwrap .iq-search input {
  width: 65%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 30px;
  color: #999;
}

.index-quickwrap .iq-go {
  width: 50px;
  display: inline-block;
}

.index-quickwrap .iq-go a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,ffffff+100 */
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 5px 10px 5px 10px;
  font-size: 0.9em;
  border: 1px solid #fff;
}

.index-quickwrap .iq-go a:hover {
  background: #E51F1F;
  color: #fff;
  border: 1px solid #E51F1F;
}

.center {
  text-align: center;
}

.index-btmwrap {
  margin: 0 5%;
}

.index-btmwrap .ib-app {}

.index-btmwrap .ib-app .titlewrap {
  border-bottom: 1px solid #ccc;
  /*border-right:2px solid #D12C13;*/
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 100%;
}

.index-btmwrap .ib-app .name {
  font-size: 2rem;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 75%;
}

.index-btmwrap .ib-app .more {
  color: #c00;
  padding: 10px 0 0 0;
  margin: 0;
  display: inline-block;
  width: 25%;
  text-align: right;
}

.index-btmwrap .ib-app a:hover {
  text-decoration: none;
}

.index-btmwrap .ib-app li {
  border: 1px solid #E3E3E3;
  margin-bottom: 5%;
  padding: 5%;
}

.index-btmwrap .ib-app li:hover {
  border: 1px solid #ccc;
}

.index-btmwrap .ib-app img {
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.index-btmwrap .ib-news {
  margin-bottom: 1rem
}

.red {
  color: #D41A00;
}

.index-btmwrap .ib-news .ntwrap {
  border-bottom: 1px solid #ccc;
  /*border-right:2px solid #D12C13;*/
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 100%;
}

.index-btmwrap .ib-news .name {
  font-size: 2rem;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 75%;
  color: #D41A00;
}

.index-btmwrap .ib-news .more {
  color: #c00;
  padding: 10px 0 0 0;
  margin: 0;
  display: inline-block;
  width: 25%;
  text-align: right;
}

.index-btmwrap .ib-news .engsize {
  font-size: 1.125rem;
  color: #333;
  font-weight: bold;
}

.index-btmwrap .ib-news a:hover {
  text-decoration: none;
}

.index-btmwrap .ib-news .area {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}

.index-btmwrap .ib-news .newtitle {
  font-size: 1.75rem;
  padding: 0;
  margin: 0;
  width: 100%;
}

.index-btmwrap .ib-news .newdate {
  font-size: 0.9375rem;
  color: #999;
  padding: 0;
  margin: 0;
  width: 100%;
}

.index-btmwrap .ib-news img {}

.index-btmwrap .ib-news .des {
  width: 60%;
  margin-right: 5%;
  float: left;
}

.index-btmwrap .ib-news .pic {
  width: 35%;
  float: left;
  text-align: right;
}



#gallerya {
  position: relative;
  height: 170px
}

#gallerya div {
  position: absolute;
}

#gallerya div a {
  cursor: pointer;
  text-decoration: none;
}

#gallerya div a:hover {
  text-decoration: none;
}

#gallerya div h2 {
  color: #6C9F1F;
  font-size: 17px;
  font-weight: 400;
}

#gallerya div h3 {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}

#gallerya div h4 {
  font-weight: 400;
  font-size: 13px;
  float: left;
  width: 215px;
  line-height: 145%;
  color: #333;
}

#gallerya ul {
  display: block;
  height: 25px;
  overflow: hidden;
  left: 0;
  bottom: 0px;
  position: absolute;
  z-index: 9900
}

#gallerya ul li {
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  margin-right: 5px;
  float: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  text-indent: -9999px;
  background: #ddd;
}

#gallerya ul li.currentli {
  background: #900;
  text-indent: -9999px;
}

.cn-quickwrap {
  margin-top: 5em;
}

.cn-quickwrap ul {
  margin: 0 5%;
}

.cn-quickwrap li {
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  float: left;
  margin-bottom: 4%;
}

.cn-quickwrap li:nth-child(2n+1) {
  clear: both;
  margin-right: 4%;
}

.cn-quickwrap .cnq-pic {
  width: 100%;
  padding: 0;
  margin: 0;
}

.cn-quickwrap .cnq-pic img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.cn-quickwrap .cnq-title {
  font-size: 1em;
  margin-bottom: 0.5em;
  text-align: center;
}


/*about*/
.about-titlewrap {
  background-image: url(../img/about/a-titlebg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
}

.about-titlewrap h2 {
  font-size: 2.25rem;
  padding-top: 4em;
  text-align: center;
  font-weight: normal;
}

.aboutwrap {
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  padding: 5%;
  box-sizing: border-box;
}

.about-sort {
  margin-bottom: 5%;
  display: block;
  overflow: hidden;
}

.aboutwrap .as-title {
  font-size: 1.5em;
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
  font-weight: normal;
  color: #C40300;
}

.about-sort ul {
  display: none;
}

.about-sort select {
  float: right;
  text-align: right;
  width: 40%;
  border: 1px solid #d6d6d6;
}

.about-sort li {
  list-style: none;
}

.aboutwrap .edit {
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
  box-sizing: border-box;
}

.aboutwrap .edit img {
  width: 100%;
  height: auto;
  display: block;
}


.about-capawrap {}

.about-capawrap p,
.about-quality p {
  width: 100%;
}

.about-quality .topdes {
  max-width: 900px;
}

.about-capawrap h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.about-capawrap img {
  margin: 5% auto;
}

.ac-line {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
}

.about-quality {
  width: 100%;
}

.about-quality img {
  width: 100%;
  height: auto;
  display: block;
  margin: 5% auto;
}

.about-quality h2 {
  width: 100%;
  text-align: left;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

.about-quality .eachwrap {
  padding-bottom: 5%
}

.about-quality .quimg {
  width: 100%;
}

.about-quality .quimg img {
  width: 100%;
  height: auto;
}

.about-quality .qudes {
  width: 100%;
}

.about-history {}

.about-history .ah-des {
  width: 100%;
  max-width: 900px;
}

.about-history h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.about-history .ah-left {
  display: none;
}

.about-history .ah-right {
  width: 100%;
}

.about-history p {
  width: 100%;
}

.about-history .ah-right .yearwrap {}

.about-history .ah-right img {
  width: 100%;
  height: auto;
  margin: 5% 0;
}

.about-history .ah-right .yearwrap ul {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5%;
}

.about-history .ah-right .yearwrap ul:last-child {
  border: none;
}

.about-history .ah-right .yearwrap li {
  list-style: none;
}

.about-history .ah-right .yeartitle {
  color: #B30000;
  font-size: 2.5rem;
}

.about-history .ah-right .year {
  font-size: 1.8rem;
}

.about-history .ah-right .des {
  background: url(../img/icon/icon-dot.png) no-repeat 5px 10px;
  padding-left: 5%;
}

.aboutwrap .locmap {
  margin-bottom: 2em;
  height: 250px;
  overflow: hidden;
}


.location-info {
  box-sizing: border-box;
}

.location-info ul {}

.location-info li {
  margin-bottom: 1em;
  height: 30px;
}

.location-info .add {
  background: url(../img/icon/icon-loc.png) no-repeat 10px top;
  padding-left: 40px;
  min-height: 30px;
}

.location-info .mail {
  background: url(../img/icon/mail.png) no-repeat 10px top;
  padding-left: 40px;
}

.location-info .tel {
  background: url(../img/icon/icon-phone.png) no-repeat 10px top;
  padding-left: 40px;
}

.location-info .first {
  padding: 0;
  display: inline;
  border-right: 1px solid #eaeaea;
  padding-right: 10px;
  margin-right: 10px;
}

.location-info .second {
  display: inline;
}

.location-info .fax {
  background: url(../img/icon/icon-fax.png) no-repeat 10px top;
  padding-left: 40px;
}

.location-info .li-title {
  text-align: left;
  font-size: 2.25rem;
  margin: 0 0 1em 0;
}

.about-join {
  background-image: url(../img/about/joinbg.jpg);
  background-position: right top;
  background-size: cover;
  padding: 5%;
}

.about-join .info {}

.about-join .info li {
  margin-bottom: 10px;
  text-align: left;
}

.about-join .info li.t01 {
  font-size: 2rem;
  margin: 0.5em 0;
}

.about-join .info li.t02 {
  position: relative;
  font-size: 1.5rem;
  font-size: 2rem;
  text-align: left;
}

.about-join .info li.t03 {
  text-align: left;
}

.about-join .info li.t03 a {
  color: #C40300;
}

.about-join .info li.go104 {
  background: #C40300;
  padding: 5px 10px;
  color: #fff;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.about-join .info li.go104 a {
  color: #fff;
}

.about-join .info li.go104:hover {
  background: #333;
  color: #fff;
}

.about-join .info li.t04 {}

.about-join .info ul.bgwhite {
  background: #fff;
  filter: alpha;
  filter: alpha(Opacity=80, Style=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding: 5%;
}

.about-join .info a {
  text-decoration: none;
}

.about-join .info ul.bgwhite li {
  margin: 1.5% auto 1.5% auto;
  text-align: center;
}


.area-wrap {}

.globalwrap .worldmap {}

.globalwrap .worldmap img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 900px;
}

.area-wrap ul {
  margin: 5% 0;
}

.area-wrap li {
  color: #666;
  background: url(../img/icon/dash.gif) repeat-x left bottom;
  padding: 0.5em 0;
  margin: 0.5em 0;
  text-align: center;
}

.area-wrap .aw-title {
  background: url(../img/icon/sort_titlebg.gif) repeat-x left bottom;
  border-bottom: 1px solid #C40300;
  padding-bottom: 1em;
  font-size: 2rem;
  text-align: center;
}

.area-wrap p {
  width: 100%;
  padding-bottom: 0;
}

.area-wrap .aw-pic {}

.area-wrap .aw-pic img {
  max-width: 130px;
  margin: 0 auto 20px auto;
}

.area-wrap .aw-name {
  font-size: 1.125em;
  color: #C40300
}

.area-wrap .aw-add {
  color: #C40300
}

.area-wrap .redcolor {
  color: #C40300
}

.area-wrap .aw-tel {}

.area-wrap .aw-fax {}

.area-wrap .aw-mail {}

.area-wrap li a:hover {
  color: #C40300;
}

.app-titlewrap {
  background-image: url(../img/application/app-titlebg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  text-align: center;
  padding: 0 0 2em 0;
}

.app-titlewrap h2 {
  font-size: 2.25rem;
  font-weight: normal;
  padding-top: 3.5em;
}

.app-titlewrap .des {
  font-size: 1em;
}

.app-each4 {
  box-sizing: border-box;
  margin: 2% 5%;
}

.app-each4 ul {}

.app-each4 li {
  margin: 0;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  padding: 5% 0;
}

.app-each4 a:hover {
  text-decoration: none;
}

.app-each4 .ae-pic {
  width: 30%;
  float: left;
  padding: 0;
  margin: 0;
}

.app-each4 .ae-pic img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.app-each4 .ae-name {
  width: 65%;
  float: right;
  font-size: 1.75rem;
}

.app-each4 .ae-des {
  width: 65%;
  float: right;
}

.app-each4 .ae-more {
  padding: 0;
  display: inline;
}

.appallwrap {
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
}

.app-inpic {
  width: 100%;
  box-sizing: border-box;
}

.app-inpic img {
  display: block;
  width: 100%;
  height: auto;
}

.prod-connect {
  margin-bottom: 3em
}

.prod-connect h2 {
  text-align: center;
  margin: 1em 0;
}

.prod-connect .pc-prod {
  margin: 0 5%;
}

.prod-connect .pc-prod div {}

.prod-connect .pc-prod div img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.prod-connect .pc-prod div a:hover {
  text-decoration: none;
}

.prod-connect .pc-prod p {
  text-align: center;
  width: 100%;
}

.prod-connect .slick-dots {
  bottom: -20px;
}


.prod-connect .slick-prev {
  background: url(../img/icon/pa-left.png) no-repeat left center;
  width: 50px;
  height: 100px;
  left: -15px;
  top: 30px;
  position: absolute;
  z-index: 999;
}

.prod-connect .slick-prev:hover {
  background: url(../img/icon/par-left.png) no-repeat left center;
}

.prod-connect .slick-next {
  background: url(../img/icon/pa-right.png) no-repeat right center;
  width: 50px;
  height: 100px;
  right: -15px;
  top: 30px;
  z-index: 999;
}

.prod-connect .slick-next:hover {
  background: url(../img/icon/par-right.png) no-repeat right center;
}




.tabinpage {}

.tabinpage img {
  width: 100%;
  height: auto;
}



.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .rightwrap li.twca-loc {
  float: none;
  display: block;
}

.footer .rightwrap li #twcaseal {
  display: inline-block;
}


@media (min-width: 480px) {
  .cn-quickwrap .cnq-pic img {
    width: 75%;
    margin: 0 auto;
  }

  .accessory-title .closewrap {
    left: 90%;
  }

  .news-wrap .nw-cont li.re01 {
    color: #999;
    width: 65%;
    text-align: left;
    float: right;
  }

  .news-wrap .nw-cont li.re02 {
    font-size: 1.125em;
    width: 65%;
    text-align: left;
    float: right;
  }

  .news-wrap .nw-cont li.re03 {
    color: #999;
    width: 65%;
    text-align: left;
    float: right;
  }

  .news-wrap .nw-cont li.repic {
    margin: 0;
    float: left;
    width: 35%;
  }

  .news-wrap .nw-cont li.repic img {
    width: 80%;
    height: auto;
    padding: 0;
    margin: 0 10%;
  }

  .news-wrap .nw-cont:hover {
    background: #FAFAFA;
  }

  .about-history .ah-right .des {
    background: url(../img/icon/icon-dot.png) no-repeat 10px 10px;
    padding-left: 5%;
  }

  .pr-contact .interest {
    width: 100%;
  }

  .pr-contact h2 {
    margin-left: 0;
  }

  .pr-contact .toprange {}

  .pr-contact li {
    width: 100%;
  }


  .prod-connect .slick-prev {
    left: 0;
  }

  .prod-connect .slick-next {
    right: 0;
  }

  .prod-connect .pc-prod {
    margin: 0 0 0 0;
  }

  .prod-connect .pc-prod div {
    margin: 0 10px;
  }

  .about-join .info li {
    text-align: center;
  }

  /*.about-join .info li.t02:before {position: absolute;content: "";display: block;background-image: url(../img/icon/dot-left.png);background-size: 20px auto;width: 20px;height: 50px;background-repeat: no-repeat; background-position: left bottom; left:0; bottom:0}
	.about-join .info li.t02:after{position: absolute;content: "";display: block;background-image: url(../img/icon/dot-right.png);background-size: 20px auto;width: 340px;height: 50px;background-repeat: no-repeat; background-position: right top; z-index:999;right:0; top:0;}*/
  .about-join .title01 li.t02 {
    margin: 5% auto;
    width: 85%;
  }

  .about-join .info li.go104 {
    width: 130px;
    margin: 5% auto;
  }

  .about-join .info ul.bgwhite {
    margin-top: 5%
  }

  .about-join .info li {
    margin-bottom: 1em
  }

  .about-sort h3 {
    font-size: 1.25em;
  }

  #gallerya ul {
    bottom: 30px;
  }

  .nd-leftwrap {
    margin: 0 5%;
  }

  .nd-rightwrap {
    margin: 5%;
  }



  .news-wrap .np-cont .date {
    float: left;
    display: inline;
    width: 35%;
    margin-right: 5%;
    position: relative;
  }

  .news-wrap .np-cont .date:after {
    display: inline-block;
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    border-right: 1px solid #ccc;
    width: 1px;
    height: 10px;
  }

  .news-wrap .np-cont .sort {
    float: left;
    display: inline;
    width: 60%;
  }

  .news-wrap .np-cont .more {
    display: block;
  }

  .news-wrap .np-cont .name {
    font-size: 1.75em;
  }

  .pro-access .pa-right select {}

  .prodovinfo .pairicon {
    display: inline-table;
    margin-right: 10px;
  }

  .index-aniwrap .ia-font {
    top: 100px;
  }

  .index-quickwrap ul {
    background-position: 0 20%;
  }

  .prod-require {
    margin: 0 5%;
  }

  .prod-require .pr-write {
    margin: 0 10px 2em 10px;
    width: 96%;
  }

  .prod-require .pr-cont {
    width: 50%;
    float: left;
  }

  .pro-access {
    padding-top: 5%;
  }

  .pro-access .pa-inq,
  .pro-access .pa-pdf {
    width: 48.5%;
    display: inline-block;
  }

  .prodovlist .povitem .pic {
    display: block;
    width: 30%;
    float: left;
  }

  .prodovlist .povitem .pic img {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
  }

  .prodovlist .povitem div {
    width: 64%;
    float: left;
    background: url(../img/icon/dowdash-l.png) repeat-y left top;
    margin-left: 3%;
    padding-left: 3%;
  }

  .prodovlist .povitem h3 {
    color: #222;
  }

  .prodovlist .povitem p {
    color: #999;
  }

  .pl-noresult {
    padding: 3em 8%;
  }

  .pl-noresult h3 {
    font-size: 1.5em;
  }

  .pl-noresult p {
    color: #666;
  }

  .pd-assorwrap .first {
    padding: 10px 0;
  }

  .pd-assorwrap .second {
    padding: 10px 5%;
  }

  .pd-assorwrap .third {
    padding: 10px 0;
  }






}


@media (min-width: 620px) {
  .qandans_wrap .linkpos {
    width: 80%;
  }

  .new-detail .edit h3,
  .new-detail .nd-edit h3 {
    font-size: 2.25rem;
    width: 100%;
  }

  .about-history .ah-right ul {
    margin: 0;
    margin-bottom: 20px;
  }

  .about-history .ah-right li {
    display: block;
    overflow: hidden;
    margin-bottom: 1em;
  }

  .about-history .ah-right .year {
    width: 20%;
    float: left;
  }

  .about-history .ah-right .des {
    width: 80%;
    float: left;
    background-position: left 10px;
  }

  .about-history .ah-right .pic {
    display: none;
  }

  .about-history .ah-left {
    display: block;
    width: 40%;
    float: left;
    margin-right: 5%;
  }

  .about-history .ah-left p {
    margin: 0 0 30px 0;
  }

  .about-history .ah-right {
    width: 55%;
    float: left;
  }

  .about-history .ah-right .yeartitle {
    font-size: 2em;
    margin-bottom: 20px;
  }


  #terminal-list ul li {
    width: 40%;
    margin: 5%;
    float: left;
  }

  #terminal-list ul li:nth-child(5n+1) {
    clear: none;
  }

  #terminal-list ul li:nth-child(odd) {
    clear: left;
  }

  #terminal-list ul li:nth-child(1) {
    clear: left;
  }

  .prod-connect .pc-prod div {}

  .pr-contact .interest {
    padding: 3% 3% 0 3%;
  }

  .pr-contact .interest dd {
    width: 50%;
    float: left;
    height: 30px;
  }

  .app-each4 {
    margin-bottom: 4%;
    overflow: hidden;
  }

  .app-each4 li {
    width: 48%;
    float: left;
    padding: 3% 0 0 0;
    border: none;
  }

  .app-each4 .ae-pic {
    height: 150px;
    overflow: hidden;
  }

  .app-each4 li:nth-child(2n) {
    margin-left: 4%
  }

  .app-each4 li:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }

  .app-each4 .ae-pic {
    width: 100%;
    float: none;
  }

  .app-each4 .ae-pic img {
    width: 100%;
    height: auto;
    margin: 3% 0
  }

  .app-each4 .ae-name {
    width: 100%;
    float: none;
    font-size: 1.75rem;
    padding-top: 10px
  }

  .app-each4 .ae-des {
    width: 100%;
    float: none;
  }

  .app-each4 .ae-more {
    padding: 0;
    display: inline;
  }





  .area-wrap .aw-title {
    text-align: left;
  }

  .area-wrap li {
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    background: none;
  }

  .area-wrap p.btmline {
    background: url(../img/icon/dotdash-s.png) repeat-x left center;
    display: block;
    height: 30px;
    overflow: hidden;
  }

  .area-wrap li:nth-child(n) {
    padding: 0 2% 0 0;
    float: left;
  }

  .area-wrap li:nth-child(2n) {
    padding: 0 0 0 2%;
    float: right;
  }

  .area-wrap li:nth-child(2n+1) {
    clear: both;
  }

  .area-wrap ul {
    overflow: hidden;
    margin: 0;
    background: url(../img/icon/dotdash-s.png) repeat-x left bottom;
    padding: 3% 0 0 0
  }

  .area-wrap ul:last-child {
    background: none;
  }

  .about-join .info li.t02:before {
    left: 10%;
  }

  .about-join .info li.t02:after {
    right: 10%;
  }



  .location-info li {
    width: 50%;
    float: left;
    display: inline-block;
  }

  .location-info .li-title {
    text-align: center;
    width: 100%;
  }

  .index-btmwrap .ib-news .des {
    width: 65%;
    margin-right: 5%;
  }

  .index-btmwrap .ib-news .pic {
    width: 30%;
  }

  .news-wrap .np-cont .des {
    display: block;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
    color: #666;
  }

  .news-wrap .np-cont .more {
    padding-right: 10px;
    text-align: right;
    position: relative;
  }

  .news-wrap .np-cont .more:after {
    position: absolute;
    background-image: url(../img/layout/iconset.svg);
    background-repeat: no-repeat;
    background-position: -320px -55px;
    right: -2px;
    top: 3px;
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 600px 100px;
  }

  .news-wrap .np-cont .date {
    margin-right: 15px;
    width: 90px;
  }



}

/*基本手機寫外面*/
@media (min-width: 680px) {
  .tab_container .anchorbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .tab_container .anchorbox a {
    width: 48%;
    margin-left: 4%;
    font-size: 16px;
  }

  .tab_container .anchorbox a:nth-child(2n+1) {
    margin-left: 0;
  }

  .prodovinfo .pr-pdf {
    width: 40%;
  }

  .prodovinfo .pr-req {
    width: 24%;
    margin: 0 5px;
  }

  .prodovinfo .pr-inq {
    width: 33%;
  }


  .cn-quickwrap {
    margin-top: 7em;
  }

  .cn-quickwrap .cnq-title {
    font-size: 1.125em;
    margin: 0 0 0.5em 0;
    width: 100%
  }

  .cn-quickwrap ul {
    margin: 0 5%;
  }

  .about-history {}

  .about-history .ah-right .year {
    width: 20%;
    float: left;
  }

  .about-history .ah-right .des {
    padding-left: 10%;
    width: 80%;
    float: left;
  }

  .about-history .ah-left {
    display: block;
    width: 45%;
    float: left;
    margin-right: 7%;
    max-width: 300px;
    height: auto;
    box-sizing: border-box;
  }

  .about-history .ah-left p {
    margin-bottom: 0px;
  }

  .about-history .ah-right ul {
    padding-bottom: 20px;
  }

  .about-history .ah-right {
    width: 58%;
    float: left;
    box-sizing: border-box;
  }

  .about-history .ah-right li {
    clear: both;
    margin-bottom: 1.5em;
  }

  .about-history .ah-right p {
    padding: 0;
  }

  .about-history .ah-right .yeartitle {
    font-size: 2.2em;
    margin-bottom: 20px;
  }


  .about-quality img {
    max-width: 750px;
    height: auto;
    display: block;
    margin: 3% auto;
  }

  .about-quality h2 {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .about-quality .eachwrap {
    padding-bottom: 0;
    overflow: hidden;
  }

  .about-quality .eachwrap h2 {
    text-align: left;
  }


  .about-quality .quimg {
    width: 30%;
    margin-right: 5%;
    float: left;
  }

  .about-quality .qudes {
    width: 65%;
    float: left;
  }

  .about-quality .quimg img {
    width: 100%;
    height: auto;
  }



  #terminal-list ul li:nth-child(odd) {
    clear: none;
  }

  #terminal-list ul li:nth-child(1) {
    clear: none;
  }

  #terminal-list ul li:nth-child(3n+1) {
    clear: both;
  }


  .pr-contact {
    box-sizing: border-box;
  }

  .pr-contact ul {
    overflow: hidden;
    display: block;
  }

  .pr-contact li select {
    margin: 0 0 0 0;
    clear: both;
  }

  .pr-contact li {
    width: 32%;
    margin: 0 0 10px 2%;
    float: left;
    display: block;
  }

  .pr-contact li:nth-child(3n+1) {
    margin: 0;
  }

  .pr-contact li.a01 {
    width: 66%;
  }

  .pr-contact li.a02 {
    width: 32%;
  }

  .pr-contact li.a01 textarea {}

  .pr-contact .clean-lr {
    margin: 0;
  }

  .app-titlewrap .des {
    width: 86%;
    margin: 0 auto;
  }

  .app-each4 .ae-pic {
    height: auto;
  }

  .app-each4 li {
    width: 22%;
    margin: 0 0 0 4%;
  }

  .app-each4 li:nth-child(1) {
    margin: 0 0 0 0;
  }

  .app-each4 li:nth-child(2n) {
    margin-left: 4%
  }

  .app-each4 li:nth-child(2n+1) {
    margin-left: 4%;
    clear: none;
  }

  .app-each4 li:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
  }

  .app-titlewrap h2 {
    font-size: 2.25em;
  }

  .app-each4 .ae-name {
    width: 100%;
    float: none;
    font-size: 1.75rem;
  }




  .about-join .info ul {
    margin: 0 10%;
  }

  .location-info ul {
    padding: 0 5% 5% 5%;
  }

  .location-info li {
    width: 50%;
  }


  .about-titlewrap {
    height: 200px;
    background-size: cover
  }

  .about-titlewrap h2 {
    font-size: 2.25em;
    padding-top: 3.5em;
  }

  .aboutwrap .as-title {
    font-size: 1.25em;
  }

  #gallerya {
    height: 150px;
  }

  #gallerya ul {
    bottom: -30px
  }

  .nd-leftwrap h2 {
    font-size: 1.875em;
  }


  .new-detail {
    padding-top: 3%
  }

  .new-detail .nd-title {
    /*margin:0;*/
  }

  .new-detail .nd-left h2 {
    font-size: 1.875em;
  }

  .new-detail .nd-indate {
    margin: 2% 0 2% 5%;
  }

  .new-detail .nd-edit {
    margin: 1em 5%;
  }

  .news-wrap .nw-header {
    background: #FAFAFA;
    border-bottom: ccc;
    display: block;
    padding: 15px 0;
    margin: 0 5%;
    overflow: hidden;
  }

  .news-wrap .nw-header li {
    display: inline-block;
  }

  .news-wrap .nw-header li.re01 {
    width: 10%;
    float: left;
    padding-left: 2%;
  }

  .news-wrap .nw-header li.re02 {
    width: 10%;
    float: left;
  }

  .news-wrap .nw-header li.re03 {
    width: 10%;
    float: left;
  }

  .news-wrap .nw-header li.repic {
    width: 28%;
    float: left;
    text-align: center;
  }


  .news-wrap .nw-cont li.repic {
    margin-right: 0%;
    width: 22%;
  }

  .news-wrap .nw-cont li.repic img {
    max-width: 150px;
    height: auto;
    width: 100%
  }


  .pro-access .pa-right select {
    width: 60%;
  }

  .pd-download .pd-header {
    background: #FAFAFA;
    border-bottom: ccc;
    display: block;
    padding: 15px 0;
    margin: 0 5%;
    overflow: hidden;
  }

  .pd-download .pd-header li {
    display: inline-block;
    font-weight: bold;
  }

  .pd-download .pd-header li.re01 {
    width: 48%;
    float: left;
    padding-left: 2%;
  }

  .pd-download .pd-header li.re02 {
    width: 25%;
    float: left;
  }

  .pd-download .pd-header li.re03 {
    width: 15%;
    float: left;
  }

  .pd-download .pd-header li.re04 {
    width: 10%;
    float: left;
  }


  .pd-download .pd-cont {
    margin: 0 5%;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 1em 0;
    box-sizing: border-box;
  }

  .pd-download .pd-cont li.re01 {
    width: 48%;
    float: left;
    font-size: 1em;
    padding-left: 2%;
  }

  .pd-download .pd-cont li.re02 {
    width: 25%;
    float: left;
    margin: 0;
  }

  .pd-download .pd-cont li.re03 {
    width: 15%;
    float: left;
    text-align: left;
  }

  .pd-download .pd-cont li.re04 {
    width: 10%;
    float: left;
    text-align: center;
  }

  .pd-download .pd-cont li.re04 img {
    float: inherit;
    width: 20px;
    height: auto;
    clear: both;
    margin: 0 auto;
    text-align: center;
  }


  .index-aniwrap .ia-font {
    top: 120px;
  }


  .index-quickwrap {
    margin: 0 5% 3% 5%;
  }

  .index-quickwrap ul {
    width: 32%;
    float: left;
    margin: 0;
    padding: 2%;
    min-height: 170px;
  }

  .index-quickwrap ul+ul {
    margin-left: 2%;
  }

  .index-btmwrap {
    margin-bottom: 2%;
    overflow: hidden;
    display: block;
  }

  .index-btmwrap ul {
    margin-bottom: 3%;
    overflow: hidden;
    display: block;
  }

  .index-btmwrap .ib-app li {
    border: none;
    margin-bottom: 5%;
    width: 23.5%;
    float: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  .index-btmwrap .ib-app li+li {
    margin-left: 2%;
  }

  .index-btmwrap .ib-app li:hover {
    border: none;
  }

  .index-btmwrap .ib-app img {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }


  .index-btmwrap .ib-news li.des {
    width: 70%;
    margin-right: 5%;
    float: left;
  }

  .index-btmwrap .ib-news li.pic {
    width: 25%;
    float: left;
    text-align: right;
  }



  #nav .openbtn div {
    display: none;
  }


  .pro-access .pa-left {
    width: 60%;
    float: left;
  }

  .pro-access .pa-right {
    width: 40%;
    float: right;
    text-align: right;
    bottom: -50px;
    position: relative;
  }

  .pro-access .pa-inq,
  .pro-access .pa-pdf {
    width: 45%;
    display: inline;
  }

  .pro-access {
    padding: 3% 0 0 0;
    clear: both;
  }

  .pro-access .access-title {}

  .pa-left p {
    margin-bottom: 1em
  }

  .prodovinfo .pr-pdf {
    width: 45%;
    float: left;
  }

  .prodovinfo .pr-req {
    float: left;
    width: 28%;
  }

  .prodovinfo .pr-inq {
    width: 24%;
    float: left;
  }

  .pic-album img {
    max-width: 430px;
    margin: 10px auto 0 auto;
    height: auto;
  }

  .pic-album .slick-prev {
    left: 0;
    position: absolute;
    z-index: 999;
  }

  .pic-album .slick-next {
    right: -10px
  }

  .prodovinfo .pic-album .slick-prev:before {
    background: url(../img/icon/pa-left.png) no-repeat left top;
    width: 25px;
    height: 25px;
    color: none;
    display: block;
  }

  .prodovinfo .pic-album .slick-next:before {
    background: url(../img/icon/pa-right.png) no-repeat left top;
    width: 25px;
    height: 25px;
    color: none;
    display: block;
  }

  .prodovinfo .pic-album .slick-arrow {
    background: none;
    color: none;
  }



  .tab_container {
    padding-top: 30px;
  }

  .tab_container .tab_content {
    padding: 0;
  }

  .abgne_tab ul.tabs {
    background: #fff;
    overflow: hidden;
  }

  .abgne_tab ul li {
    border-right: none;
    border-bottom: none;
  }

  .abgne_tab ul.four li {
    float: none;
    padding: 0;
  }

  .abgne_tab ul li.active {}

  .abgne_tab ul li.active a {}

  .abgne_tab ul.three li {
    width: 33.33%;
    float: left;
    padding: 0;
  }

  .abgne_tab ul.two li {
    width: 50%;
    float: none;
    padding: 0;
  }

  .abgne_tab ul.one li {
    width: 100%;
  }

  .pd_cwrap {
    margin: 3% 5%;
  }

  .abgne_tab ul.four li {
    width: 25%;
  }

  .abgne_tab ul.three li {
    width: 33.33%;
  }

  .abgne_tab ul.two li {
    width: 50%;
  }

  .abgne_tab ul.one li {
    width: 100%;
  }


  .poveditwrap .edit {
    padding-top: 5%;
  }

  .prodovinfo h2 {
    font-size: 2.20em;
  }

  #terminal-list ul .pl-header {
    display: none;
  }

  #terminal-list ul li {
    float: left;
    width: 27%;
    display: block;
    text-align: center;
    font-size: 0.8em;
    margin: 0 3% 3% 3%;
  }

  #terminal-list ul li:nth-child(2n+1) {
    clear: none;
  }

  #terminal-list ul li:nth-child(3n+1) {
    clear: both;
  }

  .search-term ul.tl-grid {}



  .abgne_tab {
    box-sizing: border-box;
  }

  .abgne_tab ul.tabs {
    width: 100%;
    height: 48px;
    border: 1px solid #E1E1E1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,efefef+2,fdfdfd+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%, #efefef 2%, #fdfdfd 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(0%, #ffffff), color-stop(2%, #efefef), color-stop(100%, #fdfdfd));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 0%, #efefef 2%, #fdfdfd 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 0%, #efefef 2%, #fdfdfd 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 0%, #efefef 2%, #fdfdfd 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #efefef 2%, #fdfdfd 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fdfdfd', GradientType=0);
    /* IE6-9 */
    max-height: 55px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .abgne_tab ul.tabs li {
    float: left;
    text-align: center;
    position: relative;
    list-style: none;
    line-height: 48px;
    height: 48px;
    font-size: 1.1em;
    border-left: 1px solid #d7d7d7;
  }

  .abgne_tab ul.tabs li:first-child {
    border-left: none;
  }

  .abgne_tab ul.tabs li a {
    display: block;
    color: #333;
    line-height: 48px;
    height: 48px;
  }

  .abgne_tab ul.tabs a:hover {
    text-decoration: none;
  }

  .abgne_tab ul.tabs li:hover {
    text-decoration: none;
  }

  .abgne_tab ul.tabs li.active {
    color: #fff;
    line-height: 48px;
    height: 48px;
    vertical-align: middle;
    border-left: none;
    background: url(../img/icon/pd-arrow.png) no-repeat 50% bottom;
  }

  .abgne_tab ul.tabs li.active a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d9d9+0,fdfdfd+6,f1f1f1+26,c1c1c1+71,dbdbdb+95,b6b6b6+100 */
    background: #d9d9d9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d9d9d9 0%, #fdfdfd 6%, #f1f1f1 26%, #c1c1c1 71%, #dbdbdb 95%, #b6b6b6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(6%, #fdfdfd), color-stop(26%, #f1f1f1), color-stop(71%, #c1c1c1), color-stop(95%, #dbdbdb), color-stop(100%, #b6b6b6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9d9d9 0%, #fdfdfd 6%, #f1f1f1 26%, #c1c1c1 71%, #dbdbdb 95%, #b6b6b6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9d9d9 0%, #fdfdfd 6%, #f1f1f1 26%, #c1c1c1 71%, #dbdbdb 95%, #b6b6b6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9d9d9 0%, #fdfdfd 6%, #f1f1f1 26%, #c1c1c1 71%, #dbdbdb 95%, #b6b6b6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d9d9d9 0%, #fdfdfd 6%, #f1f1f1 26%, #c1c1c1 71%, #dbdbdb 95%, #b6b6b6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#b6b6b6', GradientType=0);
    /* IE6-9 */
    color: #fff;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    height: 48px;
    border: none;
    position: relative;
    overflow: visible;
  }

  .abgne_tab ul.tabs li.active a:after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background: #fc0;
    position: absolute;
    left: 50%;
    background: url(../img/icon/pd-arrow.png) no-repeat left top;
    margin: -2px;
  }

  .abgne_tab ul.tabs li:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d9d9+0,fdfdfd+6,f1f1f1+26,c1c1c1+71,dbdbdb+95,b6b6b6+100 */
    background: #d9d9d9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d9d9d9 0%, #fdfdfd 6%, #f1f1f1 26%, #c1c1c1 71%, #dbdbdb 95%, #b6b6b6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(6%, #fdfdfd), color-stop(26%, #f1f1f1), color-stop(71%, #c1c1c1), color-stop(95%, #dbdbdb), color-stop(100%, #b6b6b6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9d9d9 0%, #fdfdfd 6%, #f1f1f1 26%, #c1c1c1 71%, #dbdbdb 95%, #b6b6b6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9d9d9 0%, #fdfdfd 6%, #f1f1f1 26%, #c1c1c1 71%, #dbdbdb 95%, #b6b6b6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9d9d9 0%, #fdfdfd 6%, #f1f1f1 26%, #c1c1c1 71%, #dbdbdb 95%, #b6b6b6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d9d9d9 0%, #fdfdfd 6%, #f1f1f1 26%, #c1c1c1 71%, #dbdbdb 95%, #b6b6b6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#b6b6b6', GradientType=0);
    /* IE6-9 */
    color: #fff;
  }

  .abgne_tab ul.tabs li:hover a:after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background: #fc0;
    position: absolute;
    left: 50%;
    background: url(../img/icon/pd-arrow.png) no-repeat left top;
    margin: -2px;
  }

  .pd-appro img {
    width: auto;
    height: auto;
    display: inline-block;
  }

  .pd-appro2 img {
    width: auto;
    height: auto;
    display: inline-block;
  }

  .prod-require .pr-cont {
    width: 33.3%;
  }

  .prod-require {}


  .footer .rightwrap li,
  .footer .rightwrap02 li {
    text-align: left;
    font-size: 13px;
    padding: 5px 10px;
  }

  .footer .rightwrap li a,
  .footer .rightwrap02 li a {
    color: #999;
  }

  .footer .rightwrap li.compname,
  .footer .rightwrap li.mail {
    display: block;
  }

  .footer .rightwrap li.twca-loc {
    float: none;
    text-align: right;
    right: 0;
    display: inline-block;
  }

  .footer .rightwrap {
    color: #666;
  }

  .footer .rightwrap02 {
    color: #999;
  }

}

@media (min-width: 860px) {

  /*平板橫式*/
  .footer .rightwrap li.twca-loc {
    float: none;
    text-align: right;
    right: 0;
  }

  .prodovinfo .pr-pdf {
    padding: 8px 10px;
    width: 62%;
  }

  .prodovinfo .acc-check {
    width: 45%;
  }

  .prodovinfo .acc-check input {
    margin-right: 5px;
  }

  .prodovinfo .dl-icon {
    width: 55%;
  }

  .prodovinfo .pr-req {
    width: 20%;
    padding: 8px 5px;
    margin-right: 5px;
  }

  .prodovinfo .pr-inq {
    width: 15%;
    padding: 8px 10px
  }

  .prodovinfo .rightw {
    width: 48%;
    float: right;
    margin-top: 4em;
  }

  .prodovinfo .rightw p {}

  .prodovinfo .pic-album {
    width: 52%;
    float: left;
  }



  .cn-quickwrap {
    margin-top: 7em;
  }

  .cn-quickwrap .cnq-title {
    font-size: 1.125em;
    margin: 0 0 0.5em 0;
  }

  .cn-quickwrap ul {
    margin: 0 5%;
  }

  .cn-quickwrap li {
    width: 18%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    float: left;
    margin: 0 0% 2.5% 2.5%;
  }

  .cn-quickwrap li:nth-child(2n+1) {
    clear: none;
    margin-right: 0
  }

  .cn-quickwrap li:nth-child(5n+1) {
    clear: both;
    margin-left: 0;
  }

  .cn-quickwrap .cnq-pic {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .cn-quickwrap .cnq-pic img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .news-wrap .nw-cont li.re01 {
    color: #999;
    width: 14%;
    margin-top: 30px;
    float: left;
  }

  .news-wrap .nw-cont li.re02 {
    font-size: 1.125em;
    width: 54%;
    margin-top: 30px;
    float: left;
  }

  .news-wrap .nw-cont li.re03 {
    color: #999;
    width: 10%;
    margin-top: 30px;
    float: right;
  }

  .aboutwrap .locmap {
    height: 350px;
  }

  .about-history {
    width: 900px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
  }

  .about-history .ah-right ul {
    padding-bottom: 40px;
  }

  .about-quality .quimg {
    width: 40%;
    margin-right: 5%;
    float: left;
  }

  .about-quality .quimg img {}

  .about-quality .qudes {
    width: 55%;
    float: left;
  }

  .about-capawrap img {
    margin: 5% auto;
    max-width: 900px;
  }

  #terminal-list ul li:nth-child(3n+1) {
    clear: none;
  }

  #terminal-list ul li:nth-child(5n+1) {
    clear: both;
  }

  .pr-contact .interest {
    margin: 1em 0;
    padding: 2% 2% 0 2%;
  }

  .pr-contact .interest dd {
    width: 25%;
    float: left;
    height: 30px;
  }

  .area-wrap .aw-pic img {
    max-width: 130px;
    margin-left: 0;
  }

  .news-wrap .np-cont:hover {
    background: none;
  }


  .globalwrap {
    width: 900px;
    margin: 0 auto;
  }

  .about-join .info li.t02:before {
    left: 25%;
  }

  .about-join .info li.t02:after {
    right: 25%;
  }

  .about-join .info li.t02 {
    text-align: center;
    font-size: 2em;
  }

  .about-join .info li.t03 {
    max-width: 700px;
    margin: 5% 0 5% 20%;
  }

  .about-join .title01 ul {
    width: 700px;
    margin: 0 auto;
  }

  .about-join .title01 li.t01 {
    font-size: 2em;
  }

  .about-join .title01 li.t02 {
    width: 400px;
    margin: 0 auto;
    font-size: 1.25em;
  }

  .about-join .title01 ul.bgwhite {
    width: 810px;
    margin: 0 auto;
  }

  .about-join .title01 ul.bgwhite li.t03 {
    text-align: center;
  }

  .location-info ul {
    width: 660px;
    margin: 0 auto;
  }

  .about-sort ul {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    text-align: center;
  }

  .about-sort li {
    text-align: center;
    display: inline-block;
    width: 12%;
    border-right: 1px solid #e5e5e5;
  }

  .about-sort li:last-child {
    border: none;
  }

  .about-sort li.current a {
    color: #C40300;
  }

  .about-sort li a:hover {
    text-decoration: none;
  }

  .as-title {
    display: none;
  }

  .about-sort select {
    display: none;
  }

  .nd-leftwrap {
    margin: 0;
  }

  .nd-rightwrap {
    margin: 5% 0;
  }



  .news-wrap .np-cont {
    padding: 2em 0
  }

  .news-wrap .np-cont .newpic {
    width: 40%;
  }

  .news-wrap .np-cont li {
    width: 60%;
  }

  .news-wrap .np-cont .more {
    margin-top: 20px;
  }

  .new-detail .nd-title {
    margin: 0;
  }

  .new-detail .nd-left {
    width: 80%;
    float: left;
  }

  .new-detail .nd-right {
    float: right;
  }

  .new-detail .nd-left h2 {
    font-size: 1.875em;
  }

  .new-detail .nd-indate {
    margin: 2% 0 0 0;
  }

  .new-detail .nd-edit {
    margin: 1em 0;
  }

  .new-detail .nd-right .nd-back {}



  .index-aniwrap .ia-font {
    top: 150px;
  }

  .index-aniwrap .slide a {
    height: 450px;
  }

  .index-aniwrap .slide h2 {
    font-size: 2.875rem;
    font-weight: 200;
    padding-right: 60%;
  }

  .index-btmwrap .ib-app {
    width: 66%;
    float: left;
    margin-right: 2%;
  }

  .index-btmwrap .ib-news {
    width: 32%;
    float: left;
  }

  .prod-require .pr-write {
    margin: 2em auto 10px auto;
    border: none;
    width: 100%;
  }

  .prod-require .pr-write span {
    width: 25%;
    margin: 0 auto;
    padding-left: 20px
  }

  .prod-require {
    padding: 0 5%;
    margin: 0 0 50px 0
  }

  .prod-require .pr-header {
    background: #FAFAFA;
    border-bottom: 1px solid #d5d5d5;
    display: block;
    padding: 1em 0;
  }

  .prod-require .pr-header li {
    display: inline-block;
  }

  .prod-require .pr-header li.re01 {
    width: 13%;
    text-align: center;
  }

  .prod-require .pr-header li.re02 {
    width: 13%;
    text-align: left;
  }

  .prod-require .pr-header li.re03 {
    width: 30%;
  }

  .prod-require .pr-header li.re04 {
    width: 13%;
    text-align: center;
  }

  .prod-require .pr-header li.re04r {
    width: 21%;
    text-align: center;
  }

  .prod-require .pr-header li.re05 {
    width: 19%;
    text-align: center;
  }

  .prod-require .pr-header li.re06 {
    width: 8%;
    border-bottom: none;
    display: inline-block;
    text-align: center;
  }


  .prod-require .pr-cont {
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
  }

  .prod-require .pr-cont li {
    display: inline-block;
  }

  .prod-require .pr-cont li.re01 {
    width: 13%;
    display: inline-block;
    text-align: center;
  }

  .prod-require .pr-cont li.re01 img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 110px;
  }

  .prod-require .pr-cont li.re02 {
    width: 13%;
    text-align: left;
    fotn-size: 1.2em;
  }

  .prod-require .pr-cont li.re03 {
    margin-bottom: 1em;
    width: 30%;
  }

  .prod-require .pr-cont li.re03r {
    width: 30%;
    height: auto;
  }

  .prod-require .pr-cont li.re04 {
    width: 13%;
    text-align: center;
  }

  .prod-require .pr-cont li.re04r {
    width: 21%;
    text-align: center;
  }

  .prod-require .pr-cont li.re04 input {
    width: 80%;
  }

  .prod-require .pr-cont li.re05 {
    width: 19%;
    text-align: center;
  }

  .prod-require .pr-cont li.re05 select {
    width: 80%;
  }

  .prod-require .pr-cont li.re05 select:focus {
    background: rgba(255, 243, 243, 1);
    color: #333;
  }

  .prod-require .pr-cont li.re06 {
    border-bottom: none;
    width: 8%;
    background: url(../img/icon/icon-delete.png) no-repeat center 9px;
    text-indent: -9999em;
  }

  .prod-require .pr-cont li.re06:hover {
    background: url(../img/icon/icon-delete.png) no-repeat center 10px;
  }









  .pro-access {}

  .pro-access .pa-prodpic {
    margin: 0 0 0 0;
    width: 40%;
    float: left;
    border-bottom: none;
    height: 370px;
    border-right: 1px solid #d5d5d5
  }

  .pro-access .pa-prodpic img {
    max-width: 370px;
    height: auto;
    width: 90%;
    text-align: center;
    vertical-align: middle;
    display: block;
    padding-top: 50px
  }

  .pro-access .pa-drawing {
    margin: 0 0 0 0;
    width: 60%;
    float: left;
    height: 370px;
    border-bottom: none
  }

  .pro-access .pa-drawing img {
    max-width: 530px;
    height: auto;
    margin: 0 auto;
  }

  .pa-picwrap {
    margin: 0 5%;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
  }


  .prodovinfo .pic {
    float: left;
    width: 50%;
  }

  .prodovinfo .pic img {
    max-width: 530px;
    height: auto;
  }

  .prodovinfo {
    margin-top: 100px;
  }

  .prodovinfo h2 {}

  .prodovinfo div {}

  .prodovlist .povitem {}

  .prodovlist .povitem li {
    width: 48%;
    float: left;
  }

  .prodovlist .povitem li {}

  .prodovlist .povitem li:nth-child(odd) {
    clear: both;
    margin: 2% 2% 2% 0;
  }

  .prodovlist .povitem li:nth-child(even) {
    margin: 2% 0% 2% 2%;
  }


  /*.footer .wrap{ margin:0 10% 0 15%; padding:5% 0; width:80%;}
 .footer .leftwrap, .footer .leftwrap02{float:left; margin:0; width:80%;}
.footer .leftwrap ul{  margin-bottom:0; border-bottom:none; padding-bottom:0; float:left; width:25%; text-align:left;}
.footer .leftwrap li{ text-align:left;}

.footer .leftwrap02{float:left; margin:20px 0 0 0; width:80%; border-bottom:none;border-top:1px solid #e7e7e7; padding-top:20px}
.footer .leftwrap02 ul{ text-align:left;}
.footer .leftwrap02 li{ display:inline-block; padding:0 20px;}

.footer .rightwrap{ margin:0;border-bottom:none; padding-bottom:0;border:none; float:left;}
*/
  .footer .wrap {
    margin: 3% 5% 1% 5%;
    width: 90%;
    box-sizing: border-box;
    padding: 0;
  }

  .footer article {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
  }

  .footer article+article {
    border-top: 1px solid #eaeaea;
    margin-top: 30px;
    overflow: hidden;
    display: block;
  }

  .footer .leftwrap {
    float: left;
    margin: 0;
    width: 65%;
  }

  .footer .leftwrap02 {
    float: left;
    margin: 0;
    width: 70%;
  }

  .footer .leftwrap ul {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    float: left;
    width: 25%;
    text-align: left;
  }

  .footer .leftwrap ul:nth-child(2) {
    width: 30%;
  }

  .footer .leftwrap ul:nth-child(4) {
    width: 20%;
  }

  .footer .leftwrap li {
    text-align: left;
    color: #999;
  }

  .footer .leftwrap li.title a {
    font-size: 17px;
  }

  .footer .leftwrap li.title {
    margin-bottom: 15px;
  }

  .footer .leftwrap li a {
    color: #666;
    font-size: 13px;
  }

  .footer .leftwrap li a:hover {
    color: #C40300;
    text-decoration: underline;
  }

  .footer .leftwrap02 {
    float: left;
    margin: 0;
    border-bottom: none;
    padding-top: 20px;
  }

  .footer .leftwrap02 ul {
    text-align: left;
  }

  .footer .leftwrap02 li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
  }

  .footer .leftwrap02 li:after {
    display: inline-block;
    content: '';
    position: absolute;
    border-right: 1px solid #ccc;
    right: 0;
    top: 5px;
    width: 1px;
    height: 10px;
  }

  .footer .leftwrap02 li:first-child {
    padding-left: 0
  }

  .footer .rightwrap {
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
    border: none;
    float: left;
    text-align: right;
    width: 35%;
  }

  .footer .rightwrap li {
    text-align: right;
    font-size: 15px;
    color: #888;
  }

  .footer .rightwrap li a {
    color: #888;
  }

  .footer .rightwrap .compname {
    font-size: 22px;
    color: #000;
    padding-top: 0
  }

  .footer .rightwrap02 li {
    text-align: right;
    display: block;
    padding: 0
  }

  .footer .rightwrap02 .copy {
    color: #ccc;
    font-size: 13px;
    padding-top: 15px;
    line-height: 110%;
  }

  .footer .rightwrap02 .webdesign {
    color: #ccc;
    font-size: 13px;
    line-height: 110%;
  }

  .footer .rightwrap02 .webdesign a {
    color: #ccc;
  }

  .footer .rightwrap02 .webdesign a:hover {
    text-decoration: underline;
    color: #ccc;
  }

  .footer .rightwrap li.compname {
    display: block;
    font-size: 20px;
  }

  .footer .leftwrap,
  .footer .leftwrap02 {
    display: none;
  }


  .footer .leftwrap,
  .footer .leftwrap02 {
    display: block;
  }


  /*產品列表*/
  .seven,
  .botton,
  .search-term select,
  .search-term a {
    box-sizing: border-box
  }

  .pl_sortwrap {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    background: #fff;
    padding-bottom: 3em;
    margin: 0;
  }

  #terminal-list {
    overflow: hidden;
    margin-bottom: 30px;
  }

  #terminal-list ul {
    list-style: none;
    padding: 0;
    margin: 0 3%;
  }

  #terminal-list .buttons {
    display: block;
    margin: 0;
    text-align: right;
    width: 10%;
    overflow: hidden;
    border: none;
  }

  #terminal-list .buttons .tl-grid {
    width: 40px;
    height: 40px;
    border: none;
    margin-right: 1%;
    outline: none;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F9F9F9;
    border: 1px solid #e8e8e8;
  }

  #terminal-list .buttons .tl-grid:before {
    position: absolute;
    background-image: url(../img/layout/iconset.svg);
    background-repeat: no-repeat;
    background-position: -93px -105px;
    right: 0;
    top: 0;
    content: '';
    display: inline-block;
    height: 50px;
    width: 50px;
    background-size: 1200px 200px;
  }



  #terminal-list .buttons .tl-grid-on {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #E62117;
    border: 1px solid #e8e8e8;
    width: 40px;
    height: 40px;
    border: none;
    margin-right: 1%;
    outline: none;
    position: relative;
  }

  #terminal-list .buttons .tl-grid-on:before {
    position: absolute;
    background-image: url(../img/layout/iconset.svg);
    background-repeat: no-repeat;
    background-position: -95px -155px;
    right: 0;
    top: 0;
    content: '';
    display: inline-block;
    height: 50px;
    width: 50px;
    background-size: 1200px 200px;
  }




  #terminal-list .buttons .tl-list {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F9F9F9;
    border: 1px solid #e8e8e8;
  }

  #terminal-list .buttons .tl-list:before {
    position: absolute;
    background-image: url(../img/layout/iconset.svg);
    background-repeat: no-repeat;
    background-position: -145px -105px;
    right: 0;
    top: 0;
    content: '';
    display: inline-block;
    height: 50px;
    width: 50px;
    background-size: 1200px 200px;
  }

  #terminal-list .buttons .tl-list-on {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #E62117;
  }

  #terminal-list .buttons .tl-list-on:before {
    position: absolute;
    background-image: url(../img/layout/iconset.svg);
    background-repeat: no-repeat;
    background-position: -145px -155px;
    right: 0;
    top: 0;
    content: '';
    display: inline-block;
    height: 50px;
    width: 50px;
    background-size: 1200px 200px;
  }

















  #terminal-list ul.tl-list li {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
  }

  #terminal-list ul.tl-list li a {
    color: #000;
  }

  #terminal-list ul.tl-list li:hover {
    background: #FAFAFA;
  }

  #terminal-list ul.tl-list li p {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
  }

  #terminal-list ul.tl-list li p span {
    padding: 2% 0%;
    float: left;
    text-align: center;
    margin: 0;
  }

  #terminal-list ul.tl-list li.pl-header {
    background: url(../img/icon/sort_titlebg.gif) repeat-x left bottom;
    border-bottom: 1px solid #E62117;
  }

  #terminal-list ul.tl-list li.pl-header p {
    color: #333;
    font-weight: bold;
  }

  #terminal-list ul.tl-list li.pl-header .first {
    border: none;
    line-height: 55px;
    text-align: center;
  }

  #terminal-list ul li {
    float: left;
    width: 19%;
    display: block;
    text-align: center;
    font-size: 0.8em;
    margin: 0 3% 3% 3%
  }

  #terminal-list ul.tl-list .pl-header .third {
    line-height: 55px;
    max-height: 55px;
  }

  #terminal-list ul.tl-list .pl-header .second {
    border: none;
  }


  #terminal-list ul.tl-list .first {
    width: 16%;
    border-right: 1px solid #e8e8e8;
    height: 120px;
    display: table-cell;
  }

  #terminal-list ul.tl-list .first span.pic {
    text-align: center;
    float: none;
    padding: 0;
  }

  #terminal-list ul.tl-list .first span img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 120px;
    margin: 0 auto;
  }

  #terminal-list ul.tl-list .first span.pno {
    text-align: center;
    float: none;
    padding: 0;
  }

  #terminal-list ul.tl-list .first span.pno2 {
    display: none;
  }

  #terminal-list ul.tl-list .first span.pname {
    display: none;
  }

  #terminal-list ul.tl-list .first span.addto {
    display: none;
  }

  #terminal-list ul.tl-list .second {
    width: 72%;
    padding: 0;
    margin: 0;
  }

  #terminal-list ul.tl-list .second span {
    width: 25%;
    display: inline-block;
  }

  #terminal-list ul.tl-list .second span.height {
    min-height: 60px;
  }

  #terminal-list ul.tl-list .second span.full {
    width: 100%;
    border-top: 1px dotted #ccc;
  }

  #terminal-list ul.tl-list .second span.full2 {
    width: 100%;
    padding: 5px 0;
  }

  #terminal-list ul.tl-list .second span.pm-model {
    width: 100%;
    padding: 5px 0 0 10%;
    text-align: left;
    font-size: 1.5em;
    margin: 0;
  }

  #terminal-list ul.tl-list .second span.pm-des {
    width: 100%;
    text-align: left;
    padding: 5px 0 0 12%;
    background: url(../img/icon/icon-dot.png) no-repeat 10% 13px;
    margin: 0;
  }

  #terminal-list ul.tl-list .pl-header {
    height: 60px;
  }


  #terminal-list ul.tl-list .second {
    width: 72%;
    padding: 0;
    margin: 0;
  }

  #terminal-list ul.tl-list .second span.uno {
    width: 30%;
    display: inline-block;
    min-height: 120px;
    padding-top: 50px;
    text-align: center;
  }

  #terminal-list ul.tl-list .second span.dos {
    width: 70%;
    display: inline-block;
    padding-top: 50px;
    text-align: center;
  }

  #terminal-list ul.tl-list .second span.full {
    width: 100%;
    border-top: 1px dotted #ccc;
  }

  .pt-50 {
    paddint-top: 50px;
  }

  #terminal-list ul.tl-list .pl-header span.uno {
    padding-top: 0;
    line-height: 50px;
    width: 30%;
    text-align: center;
  }

  #terminal-list ul.tl-list .pl-header span.dos {
    padding-top: 0;
    line-height: 50px;
    width: 70%;
    text-align: center;
  }


  #terminal-list ul.tl-list .pl-header .third {
    border-left: none;
  }

  #terminal-list ul.tl-list .third {
    width: 12%;
    text-align: center;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #e8e8e8;
    position: relative;
  }

  #terminal-list ul.tl-list .third .addicon {
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    display: block;
  }

  #terminal-list ul.tl-list .third .addicon:before {
    position: absolute;
    background-image: url(../img/layout/iconset.svg);
    background-repeat: no-repeat;
    background-position: -125px -25px;
    right: 40%;
    top: 40%;
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 600px 100px;
  }




  #terminal-list ul.tl-list .newprod {
    position: absolute;
    left: 80%;
    top: 60%;
    display: block;
    z-index: 99;
    width: 16px;
    height: 30px;
  }

  #terminal-list ul li {
    float: left;
    width: 16%;
    display: block;
    text-align: center;
    font-size: 0.8em;
    margin: 0 2% 3% 2%;
  }


  #terminal-list ul a:hover {
    text-decoration: none;
  }

  #terminal-list ul .pl-header {
    display: none;
  }

  #terminal-list ul .first {
    border: none;
  }

  #terminal-list ul.tl-grid:hover {}

  #terminal-list ul.tl-list:hover {}

  #terminal-list ul .first span.pno {
    text-align: center;
    float: none;
  }

  #terminal-list ul .first span.pname {
    display: black;
    color: #999;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 1em;
    margin-bottom: 2em
  }

  #terminal-list ul .first span.addto {
    display: inline-block;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0.5em 1em 0.5em 2em;
  }



  #terminal-list ul .second {
    display: none;
  }

  #terminal-list ul .third {
    display: none;
  }

  #terminal-list ul li img {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 145px;
  }


  .jump-menus {
    border: none;
    line-height: 40px;
  }





  #btn-filter {
    display: none;
  }

  .search-term {
    /*margin:3em 3% 1% 3em;*/
  }

  .filter-schedule {}

  .search-term .search-title {
    display: none;
  }

  .search-term div.seven {
    width: 90%;
    display: block;
    background-color: transparent;
    position: static;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
  }

  .search-term div.seven.show {
    display: block;
  }

  .search-term div.seven select {
    width: 13.7%;
    outline: none;
    height: 40px;
    margin: 0 0.5% 0 0;
    padding: 0;
  }

  .filter-close {
    display: none;
  }

  /*.search-term .seven .searchgo{ background:#ccc; color:#000;display:block; width:5%; padding:0; margin:0; height:40px; line-height:40px;border:none; float:left;}
.search-term .seven .searchgo a{ text-decoration:none;}
.search-term .seven .searchgo:hover{ border:none; background:#E62117; color:#fff;filter:alpha; filter:alpha(Opacity=100, Style=0);-moz-opacity:1;opacity: 1;}*/



  .search-term div.four,
  .search-term div.five {
    width: 90%;
    display: block;
    background-color: transparent;
    position: static;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
  }

  .search-term div.four.show,
  .search-term div.five.show {
    display: block;
  }

  .search-term div.four select {
    width: 24.5%;
    outline: none;
    height: 40px;
    margin: 0 0.5% 0 0;
    padding: 0;
  }

  .search-term div.five select {
    width: 19.5%;
    outline: none;
    height: 40px;
    margin: 0 0.5% 0 0;
    padding: 0;
  }

  .search-term div.three {
    width: 90%;
    display: block;
    background-color: transparent;
    position: static;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
  }

  .search-term div.three.show {
    display: block;
  }

  .search-term div.three select {
    width: 32.25%;
    outline: none;
    height: 40px;
    margin: 0 1% 0 0;
    padding: 0;
  }


  .search-term select {
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    float: left;
    margin-right: 0.4%
  }

  .search-term .filter {
    width: 100%;
  }

  .search-term .filter div {}

  .noresult-title {
    width: 90%;
    margin: 0 0 15px 0;
    float: left;
    border-bottom: 1px solid #e8e8e8;
  }

  .result-title {
    display: none;
  }








  /*產品內頁*/

  .prodetail-wrap {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    background: #fff;
    padding: 3em 0;
    margin: 0;
  }

  .prodovinfo .sort-topline {
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
    margin-top: 10px;
  }



  .search-term {
    margin-bottom: 30px
  }

  .pl_sortwrap {
    padding: 35px 5%
  }

  .pl-noresult {
    margin: 0;
  }

  #terminal-list ul {
    margin: 0;
  }

}

@media (min-width: 1025px) {

  /*桌機小螢幕*/
  .contentline {
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    margin: 0;
    padding-bottom: 20px;
  }

  .fc-G {
    padding: 0 210px 50px 210px;
  }

  .fc-G2 {
    padding: 0 310px 50px 310px;
  }

  .prodovinfo .pr-pdf {
    padding: 8px 15px;
    width: 54%;
  }

  .prodovinfo .pr-req {
    width: 24%;
    padding: 8px 15px;
    margin-right: 5px;
    text-align: center;
  }

  .prodovinfo .pr-inq {
    width: 19%;
    padding: 8px 15px;
    text-align: center;
  }

  .prodovinfo .pic-album {
    width: 48%;
  }

  .prodovinfo .rightw {
    width: 46%;
  }

  .pd-appro3 img {
    width: auto;
  }

  .footer .leftwrap02 li {
    padding: 0 15px;
  }

  .accessory-title .closewrap {
    left: 95%;
  }

  #nav .topmenu {}

  #nav .topmenu .tm-inq {
    width: auto;
  }

  #nav .topmenu .tm-lang {
    width: auto;
  }

  #nav .topmenu .tp-search {
    width: auto;
  }

  #nav>ul>li.pchide {
    display: none;
  }

  .topsearchwrap {
    width: 230px;
    display: block;
  }

  .topsearchwrap ul {}

  .topsearchwrap dd {
    list-style: none;
    float: left;
    filter: alpha;
    filter: alpha(Opacity=100, Style=0);
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
  }

  .topsearchwrap dd input {
    list-style: none;
    width: 170px;
    border: none;
    height: 25px;
    line-height: 25px;
    outline: none;
    color: #333;
    width: 160px\9;
    margin-right: 5px;
    background: #f2f2f2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 76%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(76%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 76%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 76%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 76%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 76%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */

    outline-color: none;
    float: left;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-webkit-transition: background-color 0.5s;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .topsearchwrap dd.icon {
    list-style: none;
    width: 40px;
    background: url(../img/icon/go.png) no-repeat left top;
    height: 30px;
    display: block;
  }

  .topsearchwrap dd.icon:hover {
    width: 40px;
    height: 30px;
    display: block;
  }



  .new-detail .edit h3,
  .new-detail .nd-edit h3 {
    font-size: 3rem;
    width: 100%;
    font-weight: normal;
  }




  .about-quality {
    width: 1100px;
    margin: 0 auto;
  }

  .about-quality .eachwrap {
    width: 1100px;
  }

  .eachwrap .quimg {
    width: 35%;
    margin-right: 4%;
  }

  .eachwrap .qudes {
    width: 61%
  }



  .about-capawrap {
    width: 900px;
    margin: 0 auto;
  }

  .about-capawrap h2,
  .about-quality h2,
  .about-history h2 {
    font-size: 3rem;
    font-weight: normal;
  }

  .appallwrap {
    padding: 50px 90px;
  }

  .app-each4 {
    margin: 0;
    padding: 0;
  }

  .app-each4 ul {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .app-each4 li {
    width: 22%;
    margin: 0;
    padding: 0;
  }

  .app-each4 li+li {
    margin-left: 3%;
  }

  .app-each4 li:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
  }

  .app-each4 .ae-des {}

  .app-titlewrap h2 {
    padding-top: 150px
  }

  .app-titlewrap {
    height: 320px;
  }

  .nd-leftwrap {
    width: 25%;
    margin-right: 5%;
    float: left;
  }

  .nd-rightwrap {
    width: 70%;
    float: left;
    margin: 0;
    background: url(../img/icon/p-tbg.png) repeat-x left top;
    padding: 3% 0
  }

  .news-wrap .np-cont {
    margin: 0;
  }

  .news-wrap .np-cont li {
    margin-bottom: 5px;
  }

  .news-wrap .np-cont .name {
    font-size: 2.25em;
  }

  .pd-download {
    margin: 0;
    padding: 0;
  }

  .pd-download .pd-header {
    margin: 0;
  }

  .pd-download .pd-cont {
    margin: 0;
  }

  .news-wrap {
    margin: 0;
    padding: 0;
  }

  .news-wrap .nw-header {
    margin: 0;
  }

  .news-wrap .nw-cont {
    margin: 0;
  }


  .index-aniwrap .slide a {
    height: 550px;
  }

  .index-aniwrap .slide h2 {
    font-size: 40px;
    font-weight: normal;
    padding: 0 40% 0 5%;
    line-height: 120%;
  }

  .index-aniwrap .slide h3 {
    font-size: 1.5rem;
    padding: 0 5%;
  }

  .index-aniwrap .ia-font {
    top: 170px;
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  .index-btmwrap .ib-app {
    width: 66%;
    padding-right: 2.5%;
    background: url(../img/index/appline.gif) no-repeat right 4px;
  }

  .index-btmwrap .ib-news {
    width: 31.5%;
  }

  .index-btmwrap .ib-app .titlewrap {}

  .index-btmwrap .ib-app img {
    max-height: 100px;
  }

  .index-btmwrap .ib-app li {}

  .index-aniwrap .slick-slider {
    margin-bottom: 30px;
  }

  .index-quickwrap ul {
    min-height: 260px;
    background-position: 0 0;
    padding: 3%;
  }

  .index-quickwrap li.title {
    font-size: 30px;
  }

  .index-quickwrap li.des {
    font-size: 14px;
    line-height: 180%;
  }












  .prod-require {
    padding: 0;
    margin: 0 auto 0 auto
  }

  .pro-access .pa-picwrap {
    margin: 0;
  }

  .pro-access .pa-edit {
    margin: 2em 0 0 0;
  }

  .pro-access .access-title {
    margin: 0 0 0 0;
  }


  .prodovinfo {
    padding: 20px 90px 0 90px;
  }

  .poveditwrap .edit {
    margin: 0;
  }

  #terminal-list .buttons {
    text-align: right;
    float: right;
  }

  .search-term div.seven {
    width: 92%;
  }

  .prodovinfo .sort {
    margin: 0;
  }


  .search-term {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .pl_sortwrap {
    padding: 35px 90px 35px 90px;
  }

  .pl-noresult {
    margin: 0;
  }

  #terminal-list ul {
    margin: 0;
  }

}

@media (min-width: 1280px) {

  /*筆電*/
  .tab_container .anchorbox {
    margin-bottom: 50px;
    width: 100%;
    box-sizing: border-box;
  }

  .tab_container .anchorbox a {
    width: 31%;
    margin-left: 3.5%;
  }

  .tab_container .anchorbox a:nth-child(2n+1) {
    margin-left: 3.5%;
  }

  .tab_container .anchorbox a:nth-child(3n+1) {
    margin-left: 0;
  }

  #nav .topmenu li.tm-lang {
    width: 130px;
  }

  #nav .topmenu li.tm-lang select {
    width: 100px;
    background-position: right center
  }

  #nav .topmenu li.tm-lang div {
    top: 0;
    position: relative;
  }

  .cn-quickwrap {
    margin-top: 130px;
  }

  .accessory-wrap {
    overflow: hidden;
    width: auto;
  }

  .mobileshow {
    display: none;
  }

  .about-join {
    height: 750px;
  }

  .aboutwrap {
    padding: 50px 90px;
  }

  .about-titlewrap {
    height: 250px;
  }

  .about-titlewrap h2 {
    padding-top: 150px;
  }

  .new-detail {
    padding: 50px 90px;
  }

  .new-detail .nd-edit {
    padding: 30px 0
  }

  .index-aniwrap .slide a {
    height: 600px;
  }

  .graybg {
    border-right: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6
  }



  .menu-terminal {
    padding: 20px 4%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .menu-terminal dl {
    width: 22%;
    float: left;
    display: block;
    padding: 10px 0;
    margin-left: 4%
  }

  .menu-terminal dl:first-child {
    margin: 0;
  }

  .menu-terminal dl:nth-child(4n+1) {
    clear: both;
    margin: 0
  }






  .menu-terminal p.prodpic {
    height: auto;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 10px;
    display: block;
  }

  .menu-terminal p.prodpic img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 0 auto;
  }

  .menu-terminal dt {
    font-size: 16px;
    color: #D31900;
    text-align: left;
  }

  .menu-terminal dt a {
    color: #D31900;
    line-height: 110%;
  }

  .menu-terminal dd {
    background: url(../img/icon/menu-arrow.png) no-repeat left 7px;
    padding-left: 10px;
    text-align: left;
    margin: 0 0 0 0
  }

  .menu-terminal dd a {
    font-size: 13px;
    color: #666
  }

  #nav ul li.hidemenu {
    display: none;
  }

  #nav ul {
    padding: 0 50px 0 0
  }

  #nav ul li.small a {
    font-size: 13px;
    padding-left: 30px;
    margin: 0;
  }

  #nav>ul>li>a {
    line-height: 140px;
  }

  #nav .topmenu {
    position: relative;
    /* right:0;top:0; width:0; height:0; text-align:right; float:right; */
    padding: 0;
  }

  #nav .topmenu ul {
    top: 0;
    /*width:450px; */
    right: 0;
    text-align: right;
    position: absolute;
    float: right;
    clear: both;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  #nav .topmenu li {
    background: url(../img/icon/tm-rline.gif) no-repeat right center;
    padding: 0 20px;
    font-size: 12px;
    display: block;
    float: left;
  }

  #nav .topmenu li:last-child {
    background: none;
  }

  #nav .topmenu li a {
    width: auto;
    color: #EEB3B3;
  }

  #nav .topmenu li a:hover {
    color: #fff;
  }

  #nav .topmenu li.tp-search a {}

  #nav .topmenu span {
    display: inline
  }


  #nav .topmenu li.tp-search img {
    margin: 3px 5px 0 0;
    filter: alpha;
    filter: alpha(Opacity=90, Style=0);
    -moz-opacity: 0.9;
    opacity: 0.9;
    cursor: pointer;
    text-indent: -9999em;
  }

  #nav .topmenu li.tp-search img a {
    text-indent: -9999em;
    float: right;
  }

  #nav .topmenu li.tp-search img:hover {
    filter: alpha;
    filter: alpha(Opacity=100, Style=0);
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
    text-indent: -9999em;
  }

  #nav .topmenu li.open img {
    display: none;
  }

  #nav .topmenu li.open .posrel {
    margin-right: 0;
  }

  .mobile-topsearch {
    display: none;
  }

  .mobile-topsearch input {
    width: 90%;
    margin: 0 5%
  }

  #nav .mb-input {
    display: none;
  }

  #nav .topmenu .tp-search {
    display: block;
  }

  #nav .topmenu .tp-search {}

  #nav .topmenu .tp-search input[type="text"] {
    background: url(../img/icon/tp-search.png) no-repeat left top;
    border: 0 none;

    color: #777;
    width: 0;
    padding: 6px 0 6px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    height: 22px;
  }

  #nav .topmenu .tp-search input[type="text"]:focus {
    background: url(../img/icon/tp-search.png) no-repeat left top #fff;
    width: 150px;

  }

















  .pro-access {
    padding: 50px 90px 50px 90px
  }

  .prodovlist .povitem .pic {
    display: block;
    width: 40%;
    float: left;
  }

  .prodovlist .povitem .pic img {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
  }

  .prodovlist .povitem div {
    width: 56%;
    float: left;
    background: url(../img/icon/dowdash-l.png) repeat-y left top;
    margin-left: 2%;
    padding-left: 2%;
  }





  #scroll-top {}

  .scroll-top {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 10;
    display: none;
    z-index: 999;
  }

  .scroll-top a {
    width: 40px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
  }

  .scroll-top a:hover {
    color: #000;
  }

  .scroll-top span {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../img/icon/scroll-top.png) no-repeat center center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=100);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
  }

  .scroll-top span:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }






















}

@media (min-width: 1450px) {
  /*大螢幕*/

  .navhide {
    display: none;
  }

  .navhide div {
    display: none;
  }

  .prodovlist {
    padding: 60px 90px
  }

  .poveditwrap {
    padding: 0 90px 50px 90px;
  }

  .povedit {
    padding: 60px 0;
  }

  .povedit img {
    max-width: 1100px;
  }
















}

@media (min-width: 1921px) {
  /*大於1920*/
}

/*# sourceMappingURL=design.css.map */
/*20210823*/
.social-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.social-box a {
  padding-right: 20px;
}

.page-sidenavi {
	position: fixed;
	right: 30px;
	bottom: 60px;
	display: none;
  }
  
  @media (min-width: 1025px) {
	.page-sidenavi {
	  display: inline-block;
	}
  }
  
  .page-sidenavi ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 60px;
  }
  
  .page-sidenavi li {
	margin-bottom: 10px;
	box-shadow: 0 20px 40px rgba(50, 50, 93, 0.1);
  }
  
  .page-sidenavi li:last-child {
	margin-bottom: 0;
  }
  
  .page-sidenavi li:hover {
	transition: .5s;
	
  }