@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2021 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Hsiang $
 * $Date: 2021-08-19 $
*/
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Jost-Thin.woff2") format("woff2"), url("../fonts/Jost-Thin.woff") format("woff");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Jost-Light.woff2") format("woff2"), url("../fonts/Jost-Light.woff") format("woff");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost-Regular.woff") format("woff");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Jost-Medium.woff2") format("woff2"), url("../fonts/Jost-Medium.woff") format("woff");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Jost-SemiBold.woff2") format("woff2"), url("../fonts/Jost-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Jost-Bold.woff2") format("woff2"), url("../fonts/Jost-Bold.woff") format("woff");
}
/* ==========================================
 ##### Reset Set.
========================================== */
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-family: "Jost", Arial, sans-serif;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  text-decoration: none;
  vertical-align: top;
  max-width: 100%;
}

a {
  color: #000;
  outline: none;
  display: inline-block;
  text-decoration: none;
}
a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

input, textarea, select, button {
  font-size: 1rem;
  font-weight: 400;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-size: 1rem;
  border-radius: 0;
}

textarea, select {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-size: 1rem;
  border-radius: 0;
}

input, textarea, select {
  -webkit-appearance: none;
}

input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p {
  line-height: inherit;
  margin: 0;
  padding: 0;
}

span {
  display: inline-block;
}

label {
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
  opacity: 1;
}

:-ms-input-placeholder, :-moz-placeholder {
  color: #888;
  font-size: 15px;
}

.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.reset input, .reset label, .reset select {
  vertical-align: middle;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item-g {
  font-size: 0;
}

.item {
  display: inline-block;
}

/* 滑鼠點擊 focus：不顯示 */
:where(a, button, input, textarea, select, summary, [tabindex]):focus:not(:focus-visible) {
  outline: none;
}

/* 鍵盤 Tab focus：強制顯示-可自定義 */
:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 3px !important;
}

/* ==========================================
 ##### Common Set.
========================================== */
body.on {
  overflow: hidden;
}

.page-cont {
  margin-top: 160px;
}

.out-wrap {
  overflow: hidden;
}

.wrap-1650 {
  max-width: 1650px;
  margin: auto;
}

.wrap-1450 {
  max-width: 1450px;
  margin: auto;
}

.p-ti-box.m-t {
  margin-top: 35px;
}
.p-ti-box h3 {
  color: #333;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.p-ti-box span {
  font-size: 17px;
  color: #3a3a3a;
  text-align: center;
  display: block;
}

@media (min-width: 992px) {
  .page-cont.scroll .header {
    top: -90px;
  }
  .page-cont.scroll .p-cat-wrap {
    top: 0;
  }
}
@media (max-width: 1699px) {
  .wrap-1650 {
    padding: 0 30px;
  }
}
@media (max-width: 1499px) {
  .wrap-1450 {
    padding: 0 30px;
  }
}
@media (max-width: 1440px) {
  .p-ti-box h3 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .wrap-1650, .wrap-1450 {
    padding: 0 20px;
  }
  .page-cont {
    margin-top: 142px;
  }
  .has-back {
    margin-top: 185px;
  }
  .p-ti-box.m-t {
    margin-top: 15px;
  }
  .p-ti-box h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .p-ti-box h3 {
    font-size: 22px;
  }
}
/* ===== msa-nodata ===== */
.msg-nodata {
  padding: 100px 0;
}
.msg-nodata .img {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  border: 2px solid #555;
}
.msg-nodata .img:before {
  content: "!";
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #555;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.msg-nodata .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid #555;
}
.msg-nodata .text {
  text-align: center;
  font-weight: 600;
  color: #555;
  line-height: 1.5;
  margin: 20px auto 30px auto;
  font-size: 18px;
}
.msg-nodata .text strong {
  display: block;
}

/* ===== finish ===== */
.finish {
  padding: 8vh 0;
  text-align: center;
}
.finish .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin: 0 auto 3rem;
  background: -webkit-gradient(linear, left top, right top, from(#71dbd8), to(#405db2));
  background: linear-gradient(90deg, #71dbd8 0%, #405db2 100%);
  border-radius: 110px;
  text-align: center;
}
.finish .icon i {
  color: #fff;
  margin: 0;
  line-height: 110px;
  font-size: 2.5rem;
}
.finish h2 {
  font-size: 28px;
  position: relative;
  font-weight: 400;
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.finish h2 .en {
  display: block;
}
.finish p {
  font-size: 18px;
  margin-bottom: 22px;
}

.page-transition {
  pointer-events: none;
  background-color: #222;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-animation: pageTransitionAll 0.8s 1s;
  animation: pageTransitionAll 0.8s 1s;
}
.page-transition .load-logo {
  width: 160px;
  height: 70px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}
.page-transition .load-logo span {
  position: absolute;
  width: 160px;
  height: 70px;
  top: 0;
  left: 0;
}
.page-transition .load-logo span:first-child {
  background: url(../images/open_logo1.png) 0 0 no-repeat;
  -webkit-animation: ani-ele 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.025s both;
  animation: ani-ele 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.025s both;
}
.page-transition .load-logo span:nth-child(2) {
  background: url(../images/open_logo2.png) 0 0 no-repeat;
  -webkit-animation: ani-ele 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.05s both;
  animation: ani-ele 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.05s both;
}
.page-transition .load-logo span:nth-child(3) {
  background: url(../images/open_logo3.png) 0 0 no-repeat;
  -webkit-animation: ani-ele 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both;
  animation: ani-ele 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both;
}
.page-transition .load-logo span:nth-child(4) {
  background: url(../images/open_logo4.png) 0 0 no-repeat;
  -webkit-animation: ani-ele 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.125s both;
  animation: ani-ele 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.125s both;
}
.page-transition .load-logo span:nth-child(5) {
  background: url(../images/open_logo5.png) 0 0 no-repeat;
  -webkit-animation: ani-ele 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s both;
  animation: ani-ele 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s both;
}
.page-transition .load-logo span:nth-child(6) {
  background: url(../images/open_logo6.png) 0 0 no-repeat;
  -webkit-animation: ani-ele 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
  animation: ani-ele 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
}

@-webkit-keyframes pageTransitionAll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pageTransitionAll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ===== page-transition ===== */
@keyframes ani-ele {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani-ele {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ===== header ===== */
.page-cont .header, .none-p-nav .header {
  background: black;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 90px;
  z-index: 99;
}
.header.is-scroll {
  background: black;
}
.header h1 {
  font-size: 0;
}
.header .logo {
  width: 130px;
  height: 34px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 29px;
  left: 94px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 100;
}
.header .nav {
  text-align: center;
  padding-top: 34px;
  position: relative;
  z-index: 99;
}
.header .nav .m-first {
  font-size: 0;
}
.header .nav .m-first > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 33px;
}
.header .nav .m-first > li:first-child {
  margin-left: 0;
}
.header .nav .m-first > li:last-child {
  margin-right: 0;
}
.header .nav .m-first > li > a {
  position: relative;
}
.header .nav .m-first > li > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header .nav .m-first > li a {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
.header .nav .m-first > li > a.current::after {
  opacity: 1;
}
.header .nav .m-second {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 90px;
  left: 0;
  padding: 0 50px 0 135px;
  background-color: rgba(34, 34, 34, 0.97);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .nav .m-second::before {
  content: "";
  display: block;
  width: 100%;
  height: 45px;
  position: absolute;
  top: -38px;
  left: 0;
  background: transparent;
}
.header .nav .m-second.prod {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}
.header .nav .m-second.prod li {
  display: inline-block;
  vertical-align: top;
  width: 14.2857142857%;
  text-align: left;
  padding-right: 15px;
}
.header .nav .m-second.prod li .m-third {
  margin-top: 35px;
}
.header .nav .m-second.prod li .m-third li {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.header .nav .m-second.prod li .m-third li:last-child {
  margin-bottom: 0;
}
.header .nav .m-second.prod li .m-third li .box .icon {
  display: inline-block;
  vertical-align: top;
}
.header .nav .m-second.prod li .m-third li .box .txt {
  display: inline-block;
  vertical-align: top;
  padding-left: 13px;
}
.header .nav .m-second.prod li .m-third li .box .txt span {
  display: block;
}
.header .nav .m-second.prod li .m-third li .box .txt .prod-name {
  font-size: 16px;
  color: #aaa;
  line-height: 1.2;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.header .nav .m-second.prod li .m-third li .box .txt .intro {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}
.header .nav .sub-indu {
  padding: 25px;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.97);
  text-align: left;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header .nav .sub-indu::before {
  content: "";
  display: block;
  width: 100%;
  height: 45px;
  position: absolute;
  top: -38px;
  left: 0;
  background: transparent;
}
.header .nav .sub-indu .indu-ti {
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}
.header .nav .sub-indu .full {
  width: 100%;
}
.header .nav .sub-indu .left {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.header .nav .sub-indu .left ul {
  text-align: center;
}
.header .nav .sub-indu .left ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.header .nav .sub-indu .left ul li:last-child::before {
  display: none;
}
.header .nav .sub-indu .left ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 5px;
  right: 0;
}
.header .nav .sub-indu .left ul li a {
  color: #aaa;
  font-size: 16px;
}
.header .nav .sub-indu .left ul li a:hover {
  text-decoration: underline;
}
.header .nav .sub-indu .left ul li a:hover .icon {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.header .nav .sub-indu .left ul li a .icon {
  margin-top: 15px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header .nav .sub-indu .right {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #aaa;
}
.header .nav .sub-indu .right ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin-bottom: 20px;
  text-align: center;
}
.header .nav .sub-indu .right ul li a {
  color: #aaa;
  font-size: 16px;
  width: 100%;
  padding: 0 10px;
  position: relative;
}
.header .nav .sub-indu .right ul li a:hover::after {
  width: 50px;
}
.header .nav .sub-indu .right ul li a::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #aaa;
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header .nav .p-sec-list {
  width: 100%;
  padding: 22px 0;
}
.header .nav .p-sec-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
}
.header .nav .p-sec-list li:last-child a::before {
  display: none;
}
.header .nav .p-sec-list li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  position: relative;
  margin: 0 30px;
  font-weight: 300;
}
.header .nav .p-sec-list li a::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .sub-box {
  position: absolute;
  top: 33px;
  right: 84px;
  z-index: 100;
}
.header .sub-box .link {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.header .sub-box .link li {
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
  position: relative;
}
.header .sub-box .link li:last-child {
  margin-right: 0;
}
.header .sub-box .link li a {
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.header .sub-box .link li a.search {
  background: url(../images/icon_header_search.png) no-repeat;
  background-size: contain;
}
.header .sub-box .link li a.lang {
  background: url(../images/icon_header_lang.png) no-repeat;
  background-size: contain;
}
.header .sub-box .link li a.mem {
  background: url(../images/icon_header_member.png) no-repeat;
  background-size: contain;
}
.header .sub-box .lang-box {
  display: inline-block;
  vertical-align: middle;
  padding-left: 52px;
  position: relative;
}
.header .sub-box .lang-box::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 4px;
  left: 22px;
}
.header .sub-box .lang-box .lang-cur {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.header .sub-box .lan {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
}
.header .sub-box .link .language.open .lan ul {
  opacity: 1;
  pointer-events: auto;
}
.header .sub-box .lan ul {
  background: #3a3a3a;
  border: 1px solid #fff;
  padding: 5px;
  width: 100%;
  position: absolute;
  top: 35px;
  right: -30px;
  pointer-events: none;
  opacity: 0;
  width: 80px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header .sub-box .lan ul::before {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  top: -28px;
  left: 0;
}
.header .sub-box .lan ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -7px;
  z-index: 2;
  top: -8px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #fff transparent;
}
.header .sub-box .lan ul li {
  border-top: 1px solid #fff;
  width: 100%;
}
.header .sub-box .lan ul li:first-child {
  border-top: none;
}
.header .sub-box .lan ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: auto;
  font-weight: 300;
}
.header .sub-box .lan ul li a.current, .header .sub-box .lan ul li a:hover {
  color: #fff;
}
.header .switch {
  display: none;
}

.search-wrap {
  opacity: 0;
  height: 180px;
  background: rgba(85, 85, 85, 0.98);
  z-index: 99;
  padding-top: 20px;
  position: fixed;
  left: 0;
  right: 0;
  top: -900px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.search-wrap .search-close {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 15vw 50px 0;
  border-color: transparent #333 transparent transparent;
  z-index: 1;
}
.search-wrap .search-close span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 10vw;
  z-index: -1;
}
.search-wrap .inner {
  width: 100%;
  max-width: 840px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}
.search-wrap .inner .title {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 0;
  margin: 0 auto 10px auto;
}
.search-wrap .inner input {
  display: block;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  padding: 0 60px 0 0;
  height: 54px;
  font-size: 16px;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
  position: relative;
}
.search-wrap .inner .btn-search {
  position: absolute;
  top: 49%;
  right: 20px;
  z-index: 6;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  font-size: 0;
  border: none;
  background-color: transparent;
  z-index: 30;
}
.search-wrap .inner .btn-search::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_search.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: width 0.25s, height 0.25s;
  transition: width 0.25s, height 0.25s;
  cursor: pointer;
}
.search-wrap.open-search {
  opacity: 1;
  top: 0;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 101;
}

@media (min-width: 992px) {
  .header .nav {
    display: block !important;
  }
  .header .nav .m-first > li:hover .m-second, .header .nav .m-first > li:hover .sub-indu {
    opacity: 1;
    pointer-events: auto;
  }
  .header .nav .m-first > li:hover a::after {
    opacity: 1;
  }
  .header .nav .m-first > li a:hover::after {
    opacity: 1;
  }
  .header .nav .m-first > li .m-second > li > a:hover {
    text-decoration: underline;
  }
  .header .nav .m-first > li .m-second > li .m-third li a:hover .box .prod-name {
    color: #fff;
  }
  .header .sub-box .link > li > a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .header .sub-box .link li:hover .lan ul {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1440px) {
  .header .logo {
    left: 25px;
  }
  .header .sub-box {
    right: 25px;
  }
  .header .sub-box .lang-box .lang-cur span {
    display: none;
  }
}
@media (max-width: 1299px) {
  .header .nav .m-first > li {
    margin: 0 22px;
  }
  .header .sub-box .lang-box {
    padding-left: 25px;
  }
  .header .sub-box .lang-box::before {
    left: 9px;
  }
}
@media (max-width: 1199px) {
  .header .nav .sub-indu {
    padding: 25px 0 15px;
  }
  .header .nav .sub-indu .left ul li {
    padding: 0 12px;
  }
}
@media (max-width: 1099px) {
  .header .nav .m-first > li {
    margin: 0 15px;
  }
  .header .sub-box .link li {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .header {
    height: 70px;
    background: black;
    z-index: 102;
  }
  .header .logo {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
  }
  .header .nav {
    width: 300px;
    height: 100vh;
    overflow-y: scroll;
    background: #aaa;
    display: none;
    position: relative;
    text-align: left;
    -webkit-transition: unset;
    transition: unset;
    top: 70px;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .header .nav .m-first {
    margin: 0;
  }
  .header .nav .m-first > li {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .header .nav .m-first > li > a {
    display: inline-block;
    padding: 14px;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
  }
  .header .nav .m-first > li .m-second {
    opacity: 1;
    pointer-events: auto;
    display: none;
    padding: 0;
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-transition: unset;
    transition: unset;
    display: none;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .nav .m-first > li .m-second::after, .header .nav .m-first > li .m-second::before {
    display: none;
  }
  .header .nav .m-first > li .m-second li a {
    text-align: left;
    padding: 12px 12px 12px 25px;
    font-size: 16px;
  }
  .header .nav .m-first > li .m-second.prod > li {
    display: block;
    width: 100%;
    padding-right: 0;
    position: relative;
  }
  .header .nav .m-first > li .m-second.prod > li.arrow i {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 20px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header .nav .m-first > li .m-second.prod > li.arrow i::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -7px;
    background: transparent;
  }
  .header .nav .m-first > li .m-second.prod > li.arrow i::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
  }
  .header .nav .m-first > li .m-second.prod > li.arrow.open-menu i {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .header .nav .m-first > li .m-second.prod > li a {
    width: 100%;
  }
  .header .nav .m-first > li .m-second.prod > li .m-third {
    display: none;
    margin-top: 0;
  }
  .header .nav .m-first > li .m-second.prod > li .m-third li {
    margin-bottom: 0;
  }
  .header .nav .sub-indu {
    position: relative;
    top: unset;
    left: unset;
    padding: 10px 0 0 0;
    display: none;
    -webkit-transition: unset;
    transition: unset;
    margin: 0;
    opacity: 1;
    pointer-events: auto;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .nav .sub-indu .indu-ti {
    text-align: left;
    margin-bottom: 0;
    padding-left: 10px;
  }
  .header .nav .sub-indu::before {
    display: none;
  }
  .header .nav .sub-indu .left, .header .nav .sub-indu .right {
    width: 100%;
  }
  .header .nav .sub-indu .left ul li {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
  }
  .header .nav .sub-indu .left ul li::before {
    display: none;
  }
  .header .nav .sub-indu .left ul li a {
    display: inline-block;
    padding: 6px 14px;
    padding-left: 20px;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    border-bottom: none;
  }
  .header .nav .sub-indu .left ul li a .icon {
    display: none;
  }
  .header .nav .sub-indu .right {
    border-left: none;
  }
  .header .nav .sub-indu .right .indu-ti {
    margin-top: 8px;
  }
  .header .nav .sub-indu .right ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
  }
  .header .nav .sub-indu .right ul li a {
    display: inline-block;
    padding: 6px 14px;
    padding-left: 20px;
    width: 100%;
    color: #fff;
    border-bottom: none;
    font-size: 16px;
  }
  .header .nav .sub-indu .right ul li a::after {
    display: none;
  }
  .header .nav .p-sec-list li {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
  }
  .header .nav .p-sec-list li::before {
    display: none;
  }
  .header .nav .p-sec-list li a {
    display: inline-block;
    padding: 6px 14px;
    padding-left: 20px;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    border-bottom: none;
    margin-left: 0;
  }
  .header.on .switch {
    color: #fff;
    border: 1px solid #333;
    background: #333;
  }
  .header.on .switch .line span {
    background: #fff;
  }
  .header.on .switch .line span:first-child {
    top: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header.on .switch .line span:last-child {
    bottom: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .switch {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    z-index: 100;
  }
  .header .switch .line {
    width: 18px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header .switch .line span {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .switch .line span:first-child {
    top: 0;
  }
  .header .switch .line span:last-child {
    bottom: 0;
  }
  .header .sub-box {
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .sub-box .lang-box {
    padding-left: 12px;
  }
  .header .sub-box .lang-box::before {
    display: none;
  }
  .header .search-wrap .search-close {
    border-width: 0 110px 50px 0;
  }
  .header .search-wrap .search-close span {
    left: 62px;
  }
  .header .m-first > li.arrow i {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 20px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header .m-first > li.arrow i::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -7px;
    background: transparent;
  }
  .header .m-first > li.arrow i::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
  }
  .header.on .m-first > li.arrow.open-menu i {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .header .nav .m-first > li > a.current::after {
    opacity: 0;
  }
}
@media (max-width: 399px) {
  .header .logo {
    width: 112px;
    height: 30px;
    left: 15px;
  }
}
/* ===== footer ===== */
.footer {
  background: #222;
  padding: 80px 0 70px;
}
.footer .footer-grid .item {
  vertical-align: top;
  width: 16.6666666667%;
}
.footer .footer-grid .item h3 {
  color: #fff;
  font-size: 16px;
}
.footer .footer-grid .item ul {
  margin-top: 15px;
}
.footer .footer-grid .item ul li {
  margin-bottom: 10px;
}
.footer .footer-grid .item ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-grid .item ul li a {
  font-size: 15px;
  color: #888;
}
.footer .footer-grid .item ul li a:hover {
  text-decoration: underline;
}
.footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 80px;
  padding-top: 35px;
}
.footer .bottom .item-g {
  position: relative;
}
.footer .bottom .item-g .f-logo, .footer .bottom .item-g .info-box {
  display: inline-block;
  vertical-align: top;
}
.footer .bottom .item-g .f-logo {
  width: 130px;
}
.footer .bottom .item-g .info-box {
  width: calc(100% - 130px);
  padding-left: 64px;
}
.footer .bottom .item-g .info-box .add {
  font-size: 15px;
  color: #888;
}
.footer .bottom .item-g .info-box .add a:hover {
  text-decoration: underline;
}
.footer .bottom .item-g .info-box .info {
  margin: 6px 0;
}
.footer .bottom .item-g .info-box .info li {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}
.footer .bottom .item-g .info-box .info li.mail a:last-child {
  margin-left: 18px;
}
.footer .bottom .item-g .info-box .info li span {
  font-size: 15px;
  color: #888;
  margin-right: 3px;
}
.footer .bottom .item-g .info-box .info li a {
  font-size: 15px;
  color: #888;
}
.footer .bottom .item-g .info-box .info li a:hover {
  text-decoration: underline;
}
.footer .bottom .item-g .info-box .copyright {
  font-size: 15px;
  color: #555;
}
.footer .bottom .item-g .info-box .copyright .design {
  margin-left: 17px;
}
.footer .bottom .item-g .info-box .copyright .font {
  color: #555;
}
.footer .bottom .item-g .socail {
  position: absolute;
  top: 0;
  right: 30px;
}
.footer .bottom .item-g .socail ul {
  font-size: 0;
}
.footer .bottom .item-g .socail ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 26px;
}
.footer .bottom .item-g .socail ul li:last-child {
  margin-right: 0;
}
.footer .bottom .item-g .socail ul li a {
  width: 29px;
  height: 24px;
  opacity: 0.5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.footer .bottom .item-g .socail ul li a.fb {
  background: url(../images/icon_footer_fb.png) no-repeat;
  background-size: contain;
}
.footer .bottom .item-g .socail ul li a.yt {
  background: url(../images/icon_footer_yt.png) no-repeat;
  background-size: contain;
}
.footer .bottom .item-g .socail ul li a.ig {
  background: url(../images/icon_footer_ig.png) no-repeat;
  background-size: contain;
}

.go-top {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: fixed;
  right: 45px;
  bottom: 110px;
  z-index: 10;
  background: #222;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.go-top.visibility {
  opacity: 1;
  pointer-events: auto;
}
.go-top i {
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url(../images/go_top.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0;
}

@media (min-width: 992px) {
  .footer .bottom .item-g .socail ul li a:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .go-top:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media (max-width: 1440px) {
  .footer {
    padding: 50px 0 30px;
  }
  .footer .footer-grid .item {
    width: 20%;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .footer .bottom {
    margin-top: 30px;
  }
  .go-top {
    right: 30px;
    bottom: 55px;
  }
}
@media (max-width: 1199px) {
  .footer .bottom .item-g .socail {
    top: 50px;
    left: 0;
    right: unset;
  }
  .footer .bottom .item-g .socail ul li {
    margin-right: 15px;
  }
  .footer .bottom .item-g .info-box {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding: 40px 0 20px;
  }
  .footer .bottom .item-g .info-box .info {
    margin: 4px 0;
  }
  .footer .bottom .item-g .info-box .info li {
    margin-right: 12px;
  }
  .footer .bottom .item-g .info-box .info li.mail a:last-child {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 20px;
  }
  .footer .footer-grid .item {
    width: 25%;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .footer .bottom {
    margin-top: 10px;
    padding-top: 25px;
  }
  .footer .bottom .item-g .f-logo {
    text-align: center;
    width: 100%;
  }
  .footer .bottom .item-g .socail {
    position: relative;
    top: unset;
    left: unset;
    text-align: center;
    margin: 20px 0 10px;
  }
  .footer .bottom .item-g .info-box {
    width: 100%;
    padding-left: 0;
  }
  .footer .bottom .item-g .info-box .copyright .design {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .go-top {
    width: 30px;
    height: 30px;
    right: 20px;
    bottom: 35px;
  }
  .go-top i {
    width: 16px;
    height: 20px;
  }
}
@media (max-width: 599px) {
  .footer .footer-grid .item {
    width: 50%;
  }
}
.table-wrap {
  margin: 65px 0 100px;
}
.table-wrap table {
  width: 100%;
  border-color: transparent;
}
.table-wrap table tr:first-child td {
  border: transparent;
}
.table-wrap table tr:first-child td:first-child {
  font-size: 20px;
  color: #3a3a3a;
}
.table-wrap table tr:nth-child(even) td {
  background: #f7f7f7;
}
.table-wrap table tr td {
  text-align: center;
  font-size: 16px;
  color: #666;
  padding: 12px 10px;
  border: 1px solid #ddd;
  line-height: 1.5;
}
.table-wrap table tr td:first-child {
  text-align: left;
  border-left: none;
  padding: 12px 10px 12px 25px;
}
.table-wrap table tr td:last-child {
  border-right: none;
}
.table-wrap table .prod-pic td .prod {
  width: 130px;
  margin: auto;
}
.table-wrap table .prod-name td {
  color: #fff;
  background: #000 !important;
  padding: 17px 10px;
}
.table-wrap table .prod-name td:first-child {
  padding-left: 35px;
}

@media (max-width: 1440px) {
  .table-wrap {
    margin: 30px 0 60px;
  }
  .table-wrap .table {
    margin-bottom: 0;
  }
  .table-wrap table tr td br {
    display: none;
  }
}
@media (max-width: 991px) {
  .table-wrap table tr td:first-child {
    padding: 12px 10px;
  }
  .table-wrap table .prod-name td {
    padding: 12px 10px;
  }
  .table-wrap table .prod-name td:first-child {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .table-wrap {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .table-wrap .table {
    width: 992px;
  }
}
/* ===== 產品列表樣板 ===== */
.temp .txt {
  text-align: center;
}
.temp .txt h3 {
  color: #333;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}
.temp .txt p {
  color: #666;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
.temp .txt .type {
  margin-top: 15px;
}
.temp .txt .type li {
  display: inline-block;
  vertical-align: top;
  color: #2c4267;
  margin-right: 25px;
  font-size: 16px;
}
.temp .txt .type li:last-child {
  margin-right: 0;
}

/* ===== 樣版字壓圖 ===== */
.temp-pic-back-txt-front {
  position: relative;
}
.temp-pic-back-txt-front.center {
  margin-bottom: 70px;
}
.temp-pic-back-txt-front.center .txt {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.temp-pic-back-txt-front .txt {
  position: absolute;
  top: 15.78%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
}
.temp-pic-back-txt-front .txt h3, .temp-pic-back-txt-front .txt p {
  color: #fff;
}

/* ===== 樣版上文下圖 ===== */
.temp-txt-top-pic-bottom {
  padding: 120px 0 100px;
  text-align: center;
}
.temp-txt-top-pic-bottom .pic {
  margin-top: 60px;
}
.temp-txt-top-pic-bottom .txt {
  padding: 0 20px;
}

/* ===== 樣版左文右圖 ===== */
.txt-left-pic-right {
  padding: 25px 0;
}
.txt-left-pic-right .item-g {
  font-size: 0;
  direction: rtl;
  max-width: 1450px;
  margin: auto;
}
.txt-left-pic-right .item-g .txt, .txt-left-pic-right .item-g .pic {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.txt-left-pic-right .item-g .txt {
  text-align: left;
  direction: ltr;
  padding: 0 125px 0 90px;
}
.txt-left-pic-right .item-g .txt h3 {
  color: #3a3a3a;
  font-size: 30px;
  margin-bottom: 25px;
}
.txt-left-pic-right .item-g .txt p {
  line-height: 1.8;
}

/* ===== 樣版左圖右文 ===== */
.pic-left-txt-right {
  padding: 25px 0;
}
.pic-left-txt-right .item-g {
  font-size: 0;
  max-width: 1450px;
  margin: auto;
}
.pic-left-txt-right .item-g .txt, .pic-left-txt-right .item-g .pic {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.pic-left-txt-right .item-g .txt {
  text-align: left;
  padding: 0 90px 0 125px;
}
.pic-left-txt-right .item-g .txt h3 {
  color: #3a3a3a;
  font-size: 30px;
  margin-bottom: 25px;
}
.pic-left-txt-right .item-g .txt p {
  line-height: 1.8;
}

@media (max-width: 1499px) {
  .txt-left-pic-right .item-g, .pic-left-txt-right .item-g {
    padding: 0 30px;
  }
  .txt-left-pic-right .item-g .txt, .pic-left-txt-right .item-g .txt {
    padding: 0 20px;
  }
  .txt-left-pic-right .item-g .txt h3, .pic-left-txt-right .item-g .txt h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1440px) {
  .temp-txt-top-pic-bottom {
    padding: 80px 0 90px;
  }
  .temp-txt-top-pic-bottom .pic {
    margin-top: 50px;
  }
  .temp-txt-top-pic-bottom .txt p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .temp .txt h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .temp .txt p {
    line-height: 1.6;
  }
  .temp-pic-back-txt-front.center {
    margin-bottom: 45px;
  }
  .temp-pic-back-txt-front.center .txt {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .temp-pic-back-txt-front .txt {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 25px;
  }
  .temp-pic-back-txt-front .txt h3 {
    color: #333;
  }
  .temp-pic-back-txt-front .txt h3 br {
    display: none;
  }
  .temp-pic-back-txt-front .txt p {
    color: #666;
  }
  .temp-pic-back-txt-front .txt p br {
    display: none;
  }
  .txt-left-pic-right {
    padding: 20px 0;
  }
  .pic-left-txt-right {
    padding: 20px 0;
  }
  .pic-left-txt-right .item-g .txt, .pic-left-txt-right .item-g .pic {
    vertical-align: top;
  }
  .txt-left-pic-right .item-g .txt, .txt-left-pic-right .item-g .pic {
    vertical-align: top;
  }
  .txt-left-pic-right .item-g .txt h3 {
    font-size: 24px;
  }
  .pic-left-txt-right .item-g .txt h3 {
    font-size: 24px;
  }
  .txt-left-pic-right .item-g .txt p, .pic-left-txt-right .item-g .txt p {
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .temp .txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .temp-txt-top-pic-bottom {
    padding: 60px 0;
  }
  .txt-left-pic-right .item-g .txt, .txt-left-pic-right .item-g .pic {
    width: 100%;
  }
  .txt-left-pic-right .item-g .txt {
    padding: 0;
    margin-top: 25px;
  }
  .txt-left-pic-right .item-g .txt h3 {
    font-size: 22px;
  }
  .pic-left-txt-right .item-g .txt, .pic-left-txt-right .item-g .pic {
    width: 100%;
  }
  .pic-left-txt-right .item-g .txt {
    padding: 0;
    margin-top: 25px;
  }
  .pic-left-txt-right .item-g .txt h3 {
    font-size: 20px;
  }
}
.btn-style {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  width: 90px;
  border-radius: 40px;
  border: 1px solid #ccc;
  padding: 8px 0;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-style::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  margin-left: 10px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .btn-style:hover {
    background: #555;
    color: #fff;
    border: 1px solid #555;
    text-decoration: unset;
  }
  .btn-style:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
/* ===== form ===== */
.radio {
  width: 0;
  height: 0;
  border: none;
}

label {
  font-size: 17px;
  color: #666;
  display: inline-block;
  margin-right: 30px;
}
label .num {
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}
label .other {
  display: inline-block;
  margin-left: 3px;
  width: 155px;
  border-bottom: 1px solid #666;
  padding: 5px 8px 1px;
  font-size: 17px;
}
label .radio:checked + span i {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
label span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #111;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}
label span i {
  display: block;
  width: 6px;
  height: 6px;
  background: #111;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
}
label.style-2 span {
  border-radius: 0;
}
label.style-2 span i {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.form .form-ti {
  font-size: 30px;
  color: #3a3a3a;
  font-weight: 300;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.form .box-g {
  font-size: 0;
  margin: 0 -30px;
  padding: 35px 0;
}
.form .box-g .box {
  display: inline-block;
  width: 50%;
  padding: 0 30px;
}
.form .box-g .box.full {
  width: 100%;
}
.form .box-g .box .sel-g {
  font-size: 0;
  margin: 0 -4px;
}
.form .box-g .box .sel-g .sel-box {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  padding: 0 4px;
}
.form .box-g .box .sel-g .sel-box:last-child {
  margin-right: 0;
}
.form .box-g .box .sel-g .sel-box select {
  width: 100%;
}
.form .box-g .box .code-box {
  font-size: 0;
  width: 100%;
}
.form .box-g .box .code-box .input {
  vertical-align: middle;
  width: calc(100% - 208px);
}
.form .box-g .box .code-box .codeImg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 200px;
}
.form .box-g .box .label-item {
  font-size: 17px;
  color: #111;
  margin-bottom: 4px;
}
.form .box-g .box .label-item span {
  color: #cc3333;
  display: inline-block;
  margin-right: 3px;
}
.form .box-g .box .label-item i {
  display: inline-block;
  font-style: normal;
  color: #666;
  font-size: 15px;
  margin-left: 5px;
}
.form .box-g .box .upload-box input[type=file] {
  display: none;
}
.form .box-g .box .upload-box span {
  color: transparent;
}
.form .box-g .box .upload-box span.has-file {
  color: #111;
}
.form .box-g .box .upload-box .input {
  width: 465px;
}
.form .box-g .box .upload-box .file-btn {
  display: inline-block;
  width: 100px;
  font-size: 17px;
  padding: 10px 0;
  text-align: center;
  background: #666;
  border: 1px solid #666;
  color: #fff;
  border-radius: 4px;
  margin-left: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.form .box-g .box .upload-box .file-btn:hover {
  -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
}
.form .box-g .box .upload-box .note {
  font-size: 17px;
  margin-left: 5px;
  color: #111;
}
.form .box-g .box .name-box {
  font-size: 0;
}
.form .box-g .box .name-box .input {
  width: calc(100% - 140px);
}
.form .box-g .box .name-box .label-box {
  width: 140px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form .box-g .box .name-box .label-box label {
  margin-right: 0;
}
.form .btn-wrap {
  text-align: center;
  max-width: 530px;
  margin: auto;
  margin-top: 40px;
}
.form .btn-wrap .wrap-530 {
  font-size: 0;
  margin: 0 -5px;
}
.form .btn-wrap .btn-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 5px;
}
.form .btn-wrap .btn-box input {
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
  text-align: center;
  padding: 14px 0;
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.form .btn-wrap .btn-box input.btn-reset {
  background: #fff;
  color: #333;
}
.form .btn-wrap .btn-box input.btn-reset:hover {
  background: #111;
  color: #fff;
}
.form .btn-wrap .btn-box input.btn-submit {
  color: #fff;
  background: #666;
}
.form .btn-wrap .btn-box input.btn-submit:hover {
  background: #111;
}

.fluid {
  width: 100%;
  display: inline-block;
  padding: 0 0 15px 0;
  position: relative;
}
.fluid .input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 17px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.fluid select {
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 35px 10px 10px;
  background: url(../images/select_arrow.png) no-repeat;
  margin-right: 10px;
  background-size: 11px 7px;
  background-position: center right 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
}
.fluid textarea {
  width: 100%;
  font-size: 17px;
  color: #222;
  border: 1px solid #ddd;
  padding: 15px;
}

.checkbox-style {
  position: relative;
  margin-right: 0;
  padding-left: 22px;
}
.checkbox-style input {
  margin: 0;
  display: inline;
}
.checkbox-style span {
  border-radius: 0;
  bottom: 0;
}
.checkbox-style span i {
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.checkbox-style input + span {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  border: 2px solid #888;
  background: #fff;
  width: 14px;
  height: 14px;
  padding: 3px;
  margin: 0 0 -1px 0;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.checkbox-style input + span i {
  display: block;
  position: absolute;
  width: 9px;
  height: 5px;
  border-color: #888;
  border-style: solid;
  border-width: 0 0 2px 2px;
  -webkit-transform: scale(0) rotate(-40deg);
  -ms-transform: scale(0) rotate(-40deg);
  transform: scale(0) rotate(-40deg);
  transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
}
.checkbox-style input:checked + span {
  border-color: #888;
}
.checkbox-style input:checked + span i {
  -webkit-transform: scale(1) rotate(-40deg);
  -ms-transform: scale(1) rotate(-40deg);
  transform: scale(1) rotate(-40deg);
}
.checkbox-style input + span {
  position: absolute;
  top: 6px;
  left: 0;
}

@media (max-width: 1440px) {
  .form .form-ti {
    font-size: 28px;
  }
  .form .box-g {
    margin: 0 -15px;
  }
  .form .box-g .box {
    padding: 0 15px;
  }
  .form .box-g .box .upload-box .file-btn {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .form .form-ti {
    font-size: 24px;
  }
  .form .box-g {
    margin: 0 -8px;
  }
  .form .box-g .box {
    padding: 0 8px;
  }
  .form .box-g .box .upload-box .file-btn {
    margin-right: 10px;
  }
  .form .box-g .box .label-item {
    font-size: 16px;
  }
  label {
    font-size: 16px;
  }
  label .other {
    font-size: 16px;
  }
  .fluid select, .fluid textarea, .fluid .input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form .form-ti {
    font-size: 20px;
    padding-top: 15px;
  }
  .form .box-g {
    margin: 0;
    padding: 25px 0;
  }
  .form .box-g .box {
    padding: 0;
    width: 100%;
  }
  .form .box-g .box .sel-g {
    margin: 0;
  }
  .form .box-g .box .sel-g .sel-box {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .form .box-g .box .sel-g .sel-box:last-child {
    margin-bottom: 0;
  }
  .form .box-g .box .upload-box .input {
    width: calc(100% - 105px);
  }
  .form .box-g .box .upload-box .file-btn {
    margin: 0 0 0 5px;
  }
  .form .box-g .box .upload-box .note {
    margin-top: 5px;
  }
}
@media (max-width: 499px) {
  .form .box-g .box .code-box .input {
    width: calc(100% - 148px);
  }
  .form .box-g .box .code-box .codeImg {
    width: 140px;
  }
}
/* ===== category ===== */
.category .cur-item {
  display: none;
}

@media (min-width: 992px) {
  .p-cat-wrap .category .m-first {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .category.open .cur-item::after {
    top: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .category .cur-item {
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #333;
    background: #333;
    padding: 5px 0;
    z-index: 1;
    position: relative;
    font-size: 16px;
    margin: 15px 0 20px;
  }
  .category .cur-item::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 13px;
    right: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-cat-wrap .category, .area-cat {
    width: 100%;
    margin: auto;
  }
  .p-cat-wrap .category .m-first, .area-cat .m-first {
    border-radius: 0 0 30px 30px;
    padding: 30px 0 10px;
    margin-top: -45px;
    background: #fff;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: none;
  }
  .p-cat-wrap .category .m-first > li, .area-cat .m-first > li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .p-cat-wrap .category .m-first > li.arrow, .area-cat .m-first > li.arrow {
    position: relative;
  }
  .p-cat-wrap .category .m-first > li.arrow::after, .area-cat .m-first > li.arrow::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 16px;
    right: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-cat-wrap .category .m-first > li.arrow.open-menu::after, .area-cat .m-first > li.arrow.open-menu::after {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-cat-wrap .category .m-first > li > a, .area-cat .m-first > li > a {
    width: 100%;
    border: none;
    padding: 10px 0;
  }
  .p-cat-wrap .category .m-first > li > a.current, .area-cat .m-first > li > a.current {
    background: none;
    border: none;
    text-decoration: underline;
  }
}
/* ===== p-cat-wrap ===== */
.p-cat-wrap .nav-back.no-back {
  cursor: default;
}
.p-cat-wrap .nav-back.no-back::before {
  display: none;
}

@media (min-width: 992px) {
  .p-cat-wrap {
    background: #3a3a3a;
    position: fixed;
    z-index: 98;
    top: 90px;
    width: 100%;
    padding: 22px 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .p-cat-wrap.light-gray {
    background: #eaeaea;
  }
  .p-cat-wrap.light-gray .category .m-first > li > a {
    color: #333;
  }
  .p-cat-wrap.light-gray .category .m-first > li > a::before, .p-cat-wrap.light-gray .category .m-first > li > a::after {
    background: #333;
  }
  .p-cat-wrap.light-gray .nav-back {
    color: #333;
  }
  .p-cat-wrap.light-gray .nav-back::before {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
  }
  .p-cat-wrap .nav-back {
    position: absolute;
    top: 16px;
    left: 50px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
  }
  .p-cat-wrap .nav-back::before {
    content: "";
    display: inline-block;
    margin: -5px 6px 0 0;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-cat-wrap .category .m-first {
    font-size: 0;
    text-align: center;
  }
  .p-cat-wrap .category .m-first > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
  }
  .p-cat-wrap .category .m-first > li:last-child a::before {
    display: none;
  }
  .p-cat-wrap .category .m-first > li > a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 17px;
    position: relative;
    margin: 0 30px;
    font-weight: 300;
  }
  .p-cat-wrap .category .m-first > li > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-cat-wrap .category .m-first > li > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .p-cat-wrap .category .m-first > li > a.current::after, .p-cat-wrap .category .m-first > li > a:hover::after {
    opacity: 1;
  }
  .p-cat-wrap .category .m-first > li:hover .sub-indu, .p-cat-wrap .category .m-first > li:hover .module-bg {
    opacity: 1;
    pointer-events: auto;
  }
  .p-cat-wrap .category .m-first > li .sub-indu {
    display: block !important;
    padding: 25px 80px;
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    background: #3a3a3a;
    text-align: left;
    font-size: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .p-cat-wrap .category .m-first > li .sub-indu::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: transparent;
    position: absolute;
    top: -30px;
    left: 0;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .full {
    width: 100%;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .left {
    width: 65%;
    display: inline-block;
    vertical-align: top;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .left ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .left ul li:last-child::before {
    display: none;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .left ul li::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 5px;
    right: 0;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .left ul li a {
    color: #aaa;
    font-size: 16px;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .left ul li a:hover {
    text-decoration: underline;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .left ul li a:hover .icon {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
  .p-cat-wrap .category .m-first > li .sub-indu .left ul li a .icon {
    margin-top: 15px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .right {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #aaa;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .right ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .right ul li a {
    color: #aaa;
    font-size: 16px;
    width: 100%;
    padding: 0 10px;
    position: relative;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .right ul li a:hover::after {
    width: 50px;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .right ul li a::after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background: #aaa;
    position: absolute;
    left: 50%;
    bottom: -3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .p-cat-wrap .category .m-first > li .module-bg {
    display: inline-block !important;
  }
  .p-cat-wrap .category .m-first > li .m-second {
    display: none;
  }
}
@media (max-width: 1440px) {
  .p-cat-wrap .category .m-first > li .sub-indu {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .p-cat-wrap {
    padding: 22px 20px;
  }
  .p-cat-wrap .category > .m-first {
    text-align: center;
  }
  .p-cat-wrap .category > .m-first > li {
    width: auto;
  }
}
@media (max-width: 991px) {
  .p-cat-wrap {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 98;
    padding: 0 20px;
    background: rgba(245, 245, 245, 0.8);
    backdrop-filter: blur(10px);
  }
  .p-cat-wrap .nav-back {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 10px;
  }
  .p-cat-wrap .nav-back::before {
    content: "";
    display: inline-block;
    margin: -3px 6px 0 0;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-cat-wrap .category .m-first > li {
    padding: 0 20px;
  }
  .p-cat-wrap .category .m-first > li .sub-indu {
    padding: 10px 20px;
    background: #999;
    display: none;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .left ul li a {
    padding-bottom: 10px;
    color: #fff;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .left ul li a .icon {
    display: none;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .right ul li:last-child a {
    padding-bottom: 0;
  }
  .p-cat-wrap .category .m-first > li .sub-indu .right ul li a {
    padding-bottom: 10px;
    color: #fff;
  }
  .p-cat-wrap .category .m-first > li .module-bg {
    display: none;
  }
  .p-cat-wrap .category .m-first > li .m-second {
    padding: 10px 20px;
    background: #999;
  }
  .p-cat-wrap .category .m-first > li .m-second li a {
    padding-bottom: 10px;
    color: #fff;
  }
}
/* ===== p-pager ===== */
.p-pager {
  text-align: center;
  margin-top: 35px;
}
.p-pager a {
  display: inline-block;
  vertical-align: middle;
}
.p-pager .num {
  width: 25px;
  height: 25px;
  background: transparent;
  font-size: 15px;
  margin: 0 5px;
  color: #666;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: "OpenSans-Regular";
}
.p-pager .num:hover {
  color: #fff;
  background: #555;
}
.p-pager .prev, .p-pager .next {
  font-size: 15px;
  color: #222;
  display: inline-block;
  vertical-align: middle;
}
.p-pager .prev {
  margin-right: 15px;
  position: relative;
}
.p-pager .prev:hover {
  text-decoration: underline;
}
.p-pager .prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #7884b0;
  border-left: 1px solid #7884b0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  bottom: 1px;
  margin-right: 12px;
}
.p-pager .next {
  margin-left: 15px;
  position: relative;
}
.p-pager .next:hover {
  text-decoration: underline;
}
.p-pager .next::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #7884b0;
  border-left: 1px solid #7884b0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
  bottom: 1px;
  margin-left: 12px;
}
.p-pager .current {
  color: #fff;
  background: #555;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .p-pager .num {
    margin: 0 2px;
  }
  .p-pager .prev {
    margin-right: 5px;
  }
  .p-pager .next {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .p-pager {
    margin-top: 25px;
  }
  .p-pager .prev::before, .p-pager .p-pager .next::after {
    display: none;
  }
}
/* ==========================================
 ##### animate
========================================== */
[data-scrollview=fadeInLeft], [data-scrollview-repeat=fadeInLeft] {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
}

[data-scrollview=fadeInLeft].scroll-view, [data-scrollview-repeat=fadeInLeft].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-scrollview=fadeInRight], [data-scrollview-repeat=fadeInRight] {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translate(-60px, 0);
  -ms-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
}

[data-scrollview=fadeInRight].scroll-view, [data-scrollview-repeat=fadeInRight].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-scrollview=fadeInUp], [data-scrollview-repeat=fadeInUp] {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview=fadeInUp].scroll-view, [data-scrollview-repeat=fadeInUp].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview=fadeInDown], [data-scrollview-repeat=fadeInDown] {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview=fadeInDown].scroll-view, [data-scrollview-repeat=fadeInDown].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview=InOpacity], [data-scrollview-repeat=InOpacity] {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

[data-scrollview=InOpacity].scroll-view, [data-scrollview-repeat=InOpacity].scroll-view {
  opacity: 1;
}

[data-scrollview=flipIn], [data-scrollview-repeat=flipIn] {
  opacity: 0;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

[data-scrollview=flipIn].scroll-view, [data-scrollview-repeat=flipIn].scroll-view {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

[data-scrollview=zoomIn], [data-scrollview-repeat=zoomIn] {
  opacity: 0;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

[data-scrollview=zoomIn].scroll-view, [data-scrollview-repeat=zoomIn].scroll-view {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes ani_scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes ani_scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fadeShow {
  0% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  20% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  40% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
}
@keyframes fadeShow {
  0% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  20% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  40% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
}
/* ===== i-ban ===== */
.i-ban-wrap {
  position: relative;
}

.i-ban {
  line-height: 0;
}
.i-ban .xs-show {
  display: none;
}
.i-ban .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  font-size: 0;
  padding: 0;
  width: 13px;
  height: 37px;
  background: none;
}
.i-ban .slick-arrow.slick-prev {
  background: url(../images/slick_aw_prev.png) no-repeat;
  background-size: contain;
  left: 75px;
}
.i-ban .slick-arrow.slick-next {
  background: url(../images/slick_aw_next.png) no-repeat;
  background-size: contain;
  right: 75px;
}
.i-ban .item {
  overflow: hidden;
}
.i-ban .item.in img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.i-ban .item img {
  width: 100%;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: -webkit-transform 1.8s ease-in-out;
  transition: -webkit-transform 1.8s ease-in-out;
  transition: transform 1.8s ease-in-out;
  transition: transform 1.8s ease-in-out, -webkit-transform 1.8s ease-in-out;
}

.ban-text {
  position: absolute;
  right: 0;
  bottom: 75px;
  z-index: 10;
  width: 200px;
}
.ban-text .slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban-text .slick-dots li {
  list-style: none;
  line-height: 0;
}
.ban-text .slick-dots li.slick-active button {
  background: #fff;
}
.ban-text .slick-dots li button {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 0;
  height: 13px;
  border: none;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.ban-text .slick-current p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.ban-text .box {
  text-align: right;
  width: 116px !important;
}
.ban-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
}

@media (max-width: 1440px) {
  .i-ban .slick-arrow.slick-prev {
    left: 25px;
  }
  .i-ban .slick-arrow.slick-next {
    right: 25px;
  }
}
@media (max-width: 991px) {
  .i-ban {
    margin-top: 70px;
  }
  .ban-text {
    bottom: 35px;
    width: 160px;
  }
  .ban-text .slick-dots {
    right: 20px;
  }
  .ban-text .slick-current p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .i-ban .xs-show {
    display: block;
  }
  .i-ban .xs-hide {
    display: none;
  }
  .i-ban .slick-arrow {
    width: 10px;
    height: 28px;
  }
  .i-ban .slick-arrow.slick-prev {
    left: 20px;
  }
  .i-ban .slick-arrow.slick-next {
    right: 20px;
  }
  .ban-text {
    width: 100%;
    bottom: 10px;
    text-align: right;
    padding-right: 20px;
  }
  .ban-text .box {
    width: 100% !important;
  }
  .ban-text .slick-dots {
    display: none;
  }
}
/* ===== i-prod ===== */
.i-prod-wrap {
  padding: 0 35px;
  margin: 40px 0 65px;
}

.main-prod {
  font-size: 0;
  margin: 0 -15px 30px;
}
.main-prod .item {
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
  outline: none;
}
.main-prod .box {
  overflow: hidden;
}
.main-prod .box img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.sec-prod {
  font-size: 0;
  margin: 0 -15px;
}
.sec-prod .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  font-size: 0;
  padding: 0;
  width: 19px;
  height: 52px;
  background: none;
}
.sec-prod .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.sec-prod .slick-arrow.slick-prev {
  background: url(../images/slick_prod_aw_prev.png) no-repeat;
  background-size: contain;
  left: 30px;
}
.sec-prod .slick-arrow.slick-next {
  background: url(../images/slick_prod_aw_next.png) no-repeat;
  background-size: contain;
  right: 30px;
}
.sec-prod .item {
  vertical-align: top;
  padding: 0 15px;
  outline: none;
}
.sec-prod .box {
  overflow: hidden;
}
.sec-prod .box img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .main-prod .box:hover img, .sec-prod .box:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@media (max-width: 1440px) {
  .i-prod-wrap {
    padding: 0 30px;
    margin: 35px 0 45px;
  }
  .main-prod {
    margin: 0 -10px 20px;
  }
  .main-prod .item {
    padding: 0 10px;
  }
  .sec-prod {
    margin: 0 -10px;
  }
  .sec-prod .item {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .i-prod-wrap {
    padding: 0 20px;
  }
  .main-prod {
    margin: 0;
  }
  .main-prod .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .sec-prod .slick-arrow.slick-prev {
    left: 25px;
  }
  .sec-prod .slick-arrow.slick-next {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .i-prod-wrap {
    margin: 35px 0;
  }
  .sec-prod {
    margin: 0;
  }
  .sec-prod .item {
    padding: 0;
  }
  .sec-prod .slick-arrow {
    width: 13px;
    height: 36px;
  }
  .sec-prod .slick-arrow.slick-prev {
    left: 20px;
  }
  .sec-prod .slick-arrow.slick-next {
    right: 20px;
  }
  .sec-prod .box img {
    margin: auto;
  }
}
/* ===== i-intro ===== */
.i-intro-wrap {
  position: relative;
}

.intro-slick {
  margin: 0 -15px;
  position: relative;
}
.intro-slick .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  font-size: 0;
  padding: 0;
  width: 13px;
  height: 37px;
  background: none;
}
.intro-slick .slick-arrow.slick-prev {
  background: url(../images/slick_aw_prev.png) no-repeat;
  background-size: contain;
  left: 21%;
}
.intro-slick .slick-arrow.slick-next {
  background: url(../images/slick_aw_next.png) no-repeat;
  background-size: contain;
  right: 21%;
}
.intro-slick .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 63px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.intro-slick .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.intro-slick .slick-dots li:last-child {
  margin-right: 5px;
}
.intro-slick .slick-dots li.slick-active button {
  background: #fff;
}
.intro-slick .slick-dots li button {
  width: 14px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  outline: none;
  border: none;
  font-size: 0;
}
.intro-slick .item {
  vertical-align: top;
  padding: 0 15px;
}
.intro-slick .item.in .box .txt h3, .intro-slick .item.in .box .txt a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.intro-slick .box {
  position: relative;
}
.intro-slick .box .pic img {
  position: relative;
  z-index: -1;
  width: 100%;
}
.intro-slick .box .txt {
  color: #fff;
  z-index: 100;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.intro-slick .box .txt .name {
  overflow: hidden;
}
.intro-slick .box .txt h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.intro-slick .box .txt .btn-wrap {
  overflow: hidden;
}
.intro-slick .box .txt .btn-wrap a {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s ease 0.3s;
  transition: all 0.6s ease 0.3s;
}
.intro-slick .box .txt a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  vertical-align: middle;
  width: 120px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 0;
  margin-top: 10px;
}
.intro-slick .box .txt a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s ease 0.3s;
  transition: all 0.6s ease 0.3s;
}

@media (min-width: 992px) {
  .intro-slick .item.in .box .txt a:hover {
    color: #000;
    background: #fff;
  }
  .intro-slick .item.in .box .txt a:hover::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
}
@media (max-width: 1440px) {
  .intro-slick .slick-dots {
    bottom: 20px;
  }
  .intro-slick .box .txt {
    top: 45px;
  }
  .intro-slick .box .txt h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .intro-slick {
    margin: 0 -10px;
  }
  .intro-slick .slick-arrow.slick-prev {
    left: 16%;
  }
  .intro-slick .slick-arrow.slick-next {
    right: 16%;
  }
  .intro-slick .box .txt {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .intro-slick .box .txt h3 {
    font-size: 26px;
  }
  .intro-slick .box .txt h3 br {
    display: none;
  }
  .intro-slick .box .txt .btn-wrap a {
    color: #fff;
    background: #000;
    border: 1px solid #000;
  }
  .intro-slick .item {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .i-intro-wrap {
    padding: 0 20px;
  }
  .intro-slick .slick-dots {
    bottom: -40px;
  }
  .intro-slick .slick-dots li.slick-active button {
    background: #000;
  }
  .intro-slick .slick-dots li button {
    background: #999;
  }
  .intro-slick .slick-arrow {
    width: 10px;
    height: 28px;
    top: 40%;
  }
  .intro-slick .slick-arrow.slick-prev {
    left: 25px;
  }
  .intro-slick .slick-arrow.slick-next {
    right: 25px;
  }
  .intro-slick .box .txt {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 15px;
  }
  .intro-slick .box .txt h3 {
    font-size: 22px;
    color: #000;
  }
}
@media (max-width: 499px) {
  .intro-slick .slick-arrow {
    top: 38%;
  }
}
/* ===== i-service ===== */
.i-ti {
  color: #111;
  font-weight: 300;
  text-align: center;
  font-size: 38px;
}

.i-service {
  background: #222;
  padding: 130px 0 120px;
  margin-top: 70px;
}
.i-service .wrap-1380 {
  max-width: 1380px;
  margin: auto;
}
.i-service .i-ti {
  color: #fff;
  font-size: 30px;
}
.i-service .item-g {
  margin: 70px -46px 0;
}
.i-service .item-g .item {
  vertical-align: top;
  width: 20%;
  padding: 0 46px;
  text-align: center;
}
.i-service .item-g .item .icon img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.i-service .item-g .item h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .i-service .item-g .item:hover .icon img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@media (max-width: 1440px) {
  .i-ti {
    font-size: 30px;
  }
  .i-service {
    margin-top: 50px;
    padding: 90px 0 110px;
  }
  .i-service .item-g {
    margin: 50px -20px 0;
  }
  .i-service .item-g .item {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .i-ti {
    font-size: 26px;
  }
  .i-service {
    margin-top: 40px;
    padding: 70px 0 85px;
  }
  .i-service .i-ti {
    font-size: 26px;
  }
  .i-service .item-g {
    margin: 45px -12px 0;
  }
  .i-service .item-g .item {
    padding: 0 12px;
  }
  .i-service .item-g .item h3 {
    margin-top: 18px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .i-ti {
    font-size: 22px;
  }
  .i-service {
    margin-top: 75px;
    padding: 45px 0 50px;
  }
  .i-service .i-ti {
    font-size: 22px;
  }
  .i-service .item-g {
    margin: 35px -8px 0;
  }
  .i-service .item-g .item {
    padding: 0 8px;
  }
  .i-service .item-g .item h3 {
    margin-top: 15px;
  }
}
@media (max-width: 599px) {
  .i-service {
    margin-top: 75px;
    padding: 40px 0 20px;
  }
  .i-service .i-ti {
    font-size: 22px;
  }
  .i-service .item-g {
    text-align: center;
  }
  .i-service .item-g .item {
    width: 33.33%;
    margin-bottom: 20px;
  }
}
/* ===== i-news ===== */
.i-news {
  padding: 90px 0 40px;
}
.i-news .item-g {
  margin: 50px -21px 0;
}
.i-news .item-g .item {
  vertical-align: top;
  width: 33.33%;
  padding: 0 21px;
  margin-bottom: 75px;
}
.i-news .item-g .box .pic {
  overflow: hidden;
}
.i-news .item-g .box .pic img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.i-news .item-g .box .txt h3 {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  margin: 27px 0 15px;
  line-height: 1.5;
}
.i-news .item-g .box .txt .date {
  color: #888;
  font-size: 14px;
  width: 85px;
  text-align: center;
  background: #f4f4f4;
  padding: 5px 0;
}

@media (min-width: 992px) {
  .i-news .item-g .box:hover .pic img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@media (max-width: 1440px) {
  .i-news {
    padding: 55px 0 30px;
  }
  .i-news .item-g {
    margin: 40px -12px 0;
  }
  .i-news .item-g .item {
    padding: 0 12px;
    margin-bottom: 35px;
  }
  .i-news .item-g .box .txt h3 {
    margin: 20px 0 15px;
  }
}
@media (max-width: 991px) {
  .i-news {
    padding: 45px 0 25px;
  }
  .i-news .item-g {
    margin: 35px -8px 0;
  }
  .i-news .item-g .item {
    padding: 0 8px;
    margin-bottom: 25px;
  }
  .i-news .item-g .box .txt h3 {
    margin: 15px 0 12px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .i-news {
    padding: 45px 0 25px;
  }
  .i-news .item-g {
    margin: 35px -8px 0;
  }
  .i-news .item-g .item {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .i-news {
    padding: 35px 0 25px;
  }
  .i-news .item-g {
    margin: 35px 0 0;
  }
  .i-news .item-g .item {
    width: 100%;
    padding: 0;
  }
  .i-news .item-g .box {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .i-news .item-g .box .txt {
    padding: 0 10px 20px;
  }
}
/* ===== i-subscribe ===== */
.i-subscribe {
  background: url(../images/i_subscribe.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 135px 0 165px;
}
.i-subscribe .i-ti {
  color: #fff;
}
.i-subscribe .txt {
  text-align: center;
  max-width: 530px;
  margin: auto;
}
.i-subscribe .txt p {
  color: #fff;
  font-size: 16px;
  margin: 15px 0 30px;
}
.i-subscribe .i-form-box {
  font-size: 0;
}
.i-subscribe .i-form-box input {
  width: calc(100% - 130px);
  color: #999;
  font-size: 16px;
  padding: 15px 25px;
  display: inline-block;
  vertical-align: top;
}
.i-subscribe .i-form-box button {
  width: 130px;
  display: inline-block;
  vertical-align: top;
  border: none;
  background: #000;
  position: relative;
  height: 55px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.i-subscribe .i-form-box button::after {
  content: "";
  display: block;
  width: 37px;
  height: 17px;
  background: url(../images/icon_subscribe_aw.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .i-subscribe .i-form-box button:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  }
}
@media (max-width: 1440px) {
  .i-subscribe {
    padding: 100px 0 125px;
  }
}
@media (max-width: 991px) {
  .i-subscribe {
    padding: 75px 0;
    background-attachment: unset;
  }
  .i-subscribe .txt {
    padding: 0 20px;
  }
  .i-subscribe .i-form-box input {
    padding: 10px 15px;
    width: calc(100% - 60px);
  }
  .i-subscribe .i-form-box button {
    width: 60px;
    height: 46px;
  }
}
/* ===== product-list ===== */
#product-list {
  padding-top: 20px;
}
#product-list.p-d {
  padding-top: 120px;
}
#product-list .p-ban {
  padding: 0 35px 25px;
}
#product-list .p-ban .xs-show {
  display: none;
}
#product-list .p-ban .item {
  overflow: hidden;
}
#product-list .p-ban .item img {
  width: 100%;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#product-list .p-ban .item .video {
  position: relative;
  padding-top: 32.43%;
}
#product-list .p-ban .item .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#product-list .prod-intro-wrap {
  padding: 28px 60px 4px;
  background: #f7f7f7;
  position: relative;
}
#product-list .prod-intro {
  font-size: 0;
  margin: 0 -12px;
}
#product-list .prod-intro .item {
  width: 16.6666666667%;
  vertical-align: top;
  padding: 0 12px;
  margin-bottom: 22px;
}
#product-list .prod-intro .box {
  background: #fff;
  position: relative;
  padding: 50px 40px;
}
#product-list .prod-intro .box .txt {
  text-align: center;
}
#product-list .prod-intro .box .txt h3 {
  color: #3a3a3a;
  font-size: 22px;
  font-weight: 400;
}
#product-list .prod-intro .box .txt p {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  margin-top: 3px;
}
#product-list .prod-intro .box .pic {
  overflow: hidden;
  text-align: center;
}
#product-list .prod-intro .box .pic img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#product-list .prod-intro .box .btn-wrap {
  margin: 15px -4px 0;
}
#product-list .prod-intro .box .btn-wrap .box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 4px;
}
#product-list .prod-intro .box .btn-wrap .box a {
  width: 100%;
}
#product-list .prod-intro .box .link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#product-list .prod-intro .box .link-box.open-box {
  opacity: 1;
  pointer-events: auto;
}
#product-list .prod-intro .box .link-box .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 18px;
  height: 19px;
  background: url(../images/icon_link_close.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#product-list .prod-intro .box .link-box ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#product-list .prod-intro .box .link-box ul li {
  text-align: center;
  margin-bottom: 5px;
}
#product-list .prod-intro .box .link-box ul li:last-child {
  margin-bottom: 0;
}
#product-list .prod-intro .box .link-box ul li a {
  color: #999;
  font-size: 16px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
}
#product-list .spec-wrap .table .hand {
  display: none;
}
#product-list .edit-wrap {
  padding-bottom: 35px;
}
#product-list .edit-wrap .edit {
  padding: 25px 0;
}
#product-list .p-tab-g {
  position: relative;
}
#product-list .p-tab-g .tab-cont {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
#product-list .p-tab-g .tab-cont.current {
  position: relative;
  top: unset;
  left: unset;
  opacity: 1;
  pointer-events: auto;
}

.back-btn-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.back-btn-wrap a.btn-style {
  border-radius: 4px;
  background: #666;
  color: #fff;
  width: 180px;
}
.back-btn-wrap a.btn-style::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  margin-right: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.back-btn-wrap a.btn-style::after {
  display: none;
}

.p-prod-pic-g {
  margin: 0 -12px 75px;
  padding: 0 35px;
  font-size: 0;
}
.p-prod-pic-g .item {
  vertical-align: top;
  width: 33.33%;
  padding: 0 12px;
  margin-bottom: 24px;
}
.p-prod-pic-g .box {
  overflow: hidden;
}
.p-prod-pic-g .box img {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

@media (min-width: 992px) {
  #prod-list.scroll .header, .page-cont.scroll .header {
    top: -90px;
  }
  #prod-list.scroll .p-cat-wrap, .page-cont.scroll .p-cat-wrap {
    top: 0;
  }
  #prod-list .header, .page-cont .header {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #product-list .p-ban .item:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  #product-list .prod-intro .box .link-box .btn-close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  #product-list .prod-intro .box .link-box ul li a:hover {
    color: #fff;
  }
  .p-prod-pic-g .box:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@media (max-width: 1699px) {
  #product-list .prod-intro .box {
    padding: 35px 20px;
  }
}
@media (max-width: 1440px) {
  #product-list .p-ban {
    padding: 0px 30px 20px;
  }
  #product-list .prod-intro-wrap {
    padding: 28px 30px 4px;
  }
  #product-list .prod-intro {
    margin: 0 -8px;
  }
  #product-list .prod-intro .item {
    width: 25%;
    padding: 0 8px;
  }
  #product-list .prod-intro .box {
    padding: 25px 15px;
  }
  .p-prod-pic-g {
    padding: 0 30px;
  }
  .back-btn-wrap {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  #product-list.p-d {
    padding-top: 95px;
  }
  #product-list .p-ban {
    padding: 0 20px 20px;
  }
  #product-list .p-ban .item .video {
    padding-top: 56.25%;
  }
  #product-list .prod-intro-wrap {
    padding: 28px 20px 4px;
  }
  #product-list .prod-intro .item {
    margin-bottom: 16px;
    width: 33.3333333333%;
  }
  #product-list .prod-intro .box .txt h3 {
    font-size: 18px;
  }
  #product-list .spec-wrap .table-wrap .hand {
    display: block;
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 5px;
    width: 37px;
    height: 45px;
    background: url(../images/scroll_hand.png) no-repeat;
    background-size: contain;
    -webkit-animation: fadeShow 3.5s infinite;
    animation: fadeShow 3.5s infinite;
  }
  .p-prod-pic-g {
    padding: 0 20px;
    margin: 0 -8px 50px;
  }
  .p-prod-pic-g .item {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  #product-list .prod-intro .item {
    width: 50%;
  }
  .p-prod-pic-g {
    margin: 0 0 50px;
  }
  .p-prod-pic-g .item {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .p-prod-pic-g .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 449px) {
  #product-list .prod-intro {
    margin: 0 -5px;
  }
  #product-list .prod-intro .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #product-list .prod-intro .box .btn-wrap {
    margin-top: 8px;
  }
  #product-list .prod-intro .box .btn-wrap .box {
    width: 100%;
    padding: 0;
  }
}
/* ===== module-slick ===== */
.module-bg {
  background: #f9f9f9;
  padding: 35px 0;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.module-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: transparent;
  position: absolute;
  top: -27px;
  left: 0;
}

.module-slick {
  font-size: 0;
  margin: 0 -10px;
  padding: 0 80px;
}
.module-slick .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  border: none;
  background: none;
  width: 35px;
  height: 35px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  z-index: 2;
}
.module-slick .slick-arrow.slick-prev {
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.module-slick .slick-arrow.slick-next {
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.module-slick .item {
  vertical-align: top;
  padding: 0 10px;
  width: 16.6666666667%;
  outline: none;
}
.module-slick .item.current .box {
  background: #e5e5e5;
  color: #111;
}
.module-slick .box {
  background: #fff;
  text-align: center;
  padding: 35px 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.module-slick .box p {
  font-size: 17px;
  color: #666;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .module-slick .box:hover {
    background: #e5e5e5;
    color: #111;
  }
}
@media (max-width: 1440px) {
  .module-slick {
    padding: 0 30px;
  }
  .module-slick .slick-arrow {
    width: 28px;
    height: 28px;
  }
  .module-slick .slick-arrow.slick-prev {
    left: 5px;
  }
  .module-slick .slick-arrow.slick-next {
    right: 5px;
  }
}
@media (max-width: 991px) {
  .module-bg {
    padding: 10px 0 20px;
  }
  .module-slick {
    margin: 0 -6px;
  }
  .module-slick .slick-arrow {
    width: 22px;
    height: 22px;
  }
  .module-slick .item {
    padding: 0 6px;
  }
  .module-slick .box {
    padding: 25px 10px;
  }
  .module-slick .box p {
    font-size: 16px;
  }
}
/* ===== discover ===== */
#discover {
  font-size: 0;
}
#discover .xs-show {
  display: none;
}
#discover .cover-img {
  width: 100%;
  overflow: hidden;
}
#discover .cover-img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (min-width: 992px) {
  #discover .cover-img:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@media (max-width: 767px) {
  #discover .xs-show {
    display: block;
  }
  #discover .xs-hide {
    display: none;
  }
}
/* ===== industries ===== */
#industries .bg-gray {
  background: #f4f4f4;
}
#industries .ban {
  margin-top: 20px;
  padding: 0 35px;
}
#industries .ban .xs-show {
  display: none;
}
#industries .ban img {
  width: 100%;
}
#industries .p-prod-pic-g {
  margin-top: 50px;
  margin-bottom: 0;
}
#industries .cont-wrap {
  padding: 50px 0;
}
#industries .article-main {
  margin: 55px 0 40px;
}
#industries .article-main .item {
  width: 100%;
}
#industries .article-main .pic {
  overflow: hidden;
}
#industries .article-main .pic img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
#industries .btn-wrap {
  text-align: center;
  margin: 70px 0 50px;
}
#industries .btn-wrap .btn-style {
  border-radius: 4px;
  width: 180px;
}
#industries .pic-left-txt-right .item-g, #industries .txt-left-pic-right .item-g {
  padding: 0;
}

.article-list-wrap {
  padding: 25px 0;
}
.article-list-wrap .p-ti-box {
  margin-bottom: 30px;
}
.article-list-wrap .p-ti-box.has-prod {
  margin-bottom: 5px;
}
.article-list-wrap .p-ti-box.has-prod h3 {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.article-list-wrap .p-ti-box.has-prod h3 span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.article-list-wrap .p-ti-box h3 {
  text-align: left;
}
.article-list-wrap .cat-box {
  font-size: 30px;
  color: #333;
  font-weight: 300;
  margin-bottom: 5px;
  margin-left: 15px;
}
.article-list-wrap .cat-box span {
  font-size: 19px;
  vertical-align: middle;
  margin-left: 12px;
}

.article-list-g {
  font-size: 0;
  margin: 0 -22px;
}
.article-list-g.none-pic .item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px !important;
}
.article-list-g .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 22px;
  margin-bottom: 20px;
}
.article-list-g .box .pic {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.article-list-g .box .pic.popup-youtube::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.article-list-g .box .pic.popup-youtube::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/icon_play.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.article-list-g .box .pic img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.article-list-g .text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #111;
}
.article-list-g .downloat {
  font-size: 16px;
  color: #666;
  margin-top: 6px;
}
.article-list-g .downloat a {
  margin-left: 10px;
  color: #666;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.article-list-g .downloat a:hover {
  text-decoration: underline;
}
.article-list-g .downloat a i {
  display: inline-block;
  margin-right: 5px;
}

.article-txt {
  margin-top: 30px;
}
.article-txt h4 {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.article-txt .catlog-wrap {
  position: relative;
  margin-top: 15px;
  padding-left: 95px;
}
.article-txt .catlog-wrap .date {
  color: #666;
  font-size: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}
.article-txt .catlog-wrap ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  margin-bottom: 9px;
}
.article-txt .catlog-wrap ul li:last-child {
  margin-right: 0;
}
.article-txt .catlog-wrap ul li a {
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.industries-cat {
  background: #fff;
  z-index: 10;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.industries-cat.fixed-bar {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.industries-cat .m-first {
  text-align: center;
}
.industries-cat .m-first li {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
}
.industries-cat .m-first li a {
  color: #3a3a3a;
  font-size: 17px;
  font-weight: 300;
  padding: 25px 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out;
}
.industries-cat .m-first li a:hover, .industries-cat .m-first li a.current {
  border-bottom: 1px solid #000;
}

.article-table .t-head {
  background: #3a3a3a;
}
.article-table .t-head .t-tr .t-td {
  color: #fff;
}
.article-table .t-head .t-tr .t-td.col-name, .article-table .t-head .t-tr .t-td.col-title {
  text-align: center;
}
.article-table .t-body .t-tr {
  border-bottom: 1px solid #cfd8e1;
}
.article-table .t-body .t-tr:first-child {
  border-top: 1px solid #cfd8e1;
}
.article-table .t-body .t-tr .t-td.col-title:hover {
  text-decoration: underline;
}
.article-table .t-tr {
  display: inline-block;
  vertical-align: top;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  width: 100%;
}
.article-table .t-tr:nth-child(even) {
  background: #f7f7f7;
}
.article-table .t-tr .t-td {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #111;
  text-align: center;
  padding: 5px;
  font-weight: 400;
}
.article-table .t-tr .t-td.col-name {
  width: 62%;
  padding: 15px 15px 15px 30px;
  text-align: left;
  position: relative;
}
.article-table .t-tr .t-td.col-name > a {
  position: relative;
  width: 100%;
}
.article-table .t-tr .t-td.col-name i {
  display: inline-block;
  width: 10px;
  margin-right: 10px;
  text-align: center;
}
.article-table .t-tr .t-td.col-name a img {
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  z-index: 1999;
}
.article-table .t-tr .t-td.col-name a:hover {
  text-decoration: underline;
}
.article-table .t-tr .t-td.col-date {
  width: 16%;
  text-align: center;
}
.article-table .t-tr .t-td.col-tag {
  width: 22%;
  text-align: center;
}
.article-table .t-tr .t-td.col-tag ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 5px;
}
.article-table .t-tr .t-td.col-tag ul li a {
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.article-table .t-tr .t-td.col-title {
  width: 50%;
  padding: 15px 15px 15px 50px;
  text-align: left;
  font-size: 20px;
  cursor: pointer;
}
.article-table .t-tr .t-td.col-title i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.article-table .t-tr .t-td.col-title .fa-sort-down {
  margin-top: -8px;
}
.article-table .t-tr .t-td.col-title .fa-sort-up {
  margin-top: 8px;
  display: none;
}
.article-table .t-tr .t-td.col-ver, .article-table .t-tr .t-td.col-date2, .article-table .t-tr .t-td.col-type {
  width: 12.5%;
}
.article-table .t-tr .t-td.col-download {
  width: 12.5%;
}
.article-table .t-tr .t-td.col-download:hover a {
  text-decoration: underline;
}
.article-table .t-tr .t-td.col-download i {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 5px 0 0;
}
.article-table .t-tr .t-td.col-full {
  width: 100%;
  text-align: left;
  padding: 20px 50px;
  background: #fff;
  display: none;
}
.article-table .t-tr .t-td.col-full .info-box .info .item {
  vertical-align: top;
  font-size: 0;
  margin-left: 80px;
}
.article-table .t-tr .t-td.col-full .info-box .info .item:first-child {
  margin-left: 0;
}
.article-table .t-tr .t-td.col-full .info-box .info .item li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #111;
  padding: 0 15px;
  position: relative;
}
.article-table .t-tr .t-td.col-full .info-box .info .item li:first-child {
  padding-left: 0;
}
.article-table .t-tr .t-td.col-full .info-box .info .item li:last-child {
  padding-right: 0;
}
.article-table .t-tr .t-td.col-full .info-box .info .item li:last-child::after {
  display: none;
}
.article-table .t-tr .t-td.col-full .info-box .info .item li::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #111;
  position: absolute;
  top: 6px;
  right: 0;
}
.article-table .t-tr .t-td.col-full .info-box .info .item li a {
  width: 100%;
  font-size: 18px;
  color: #111;
  text-decoration: underline;
}
.article-table .t-tr .t-td.col-full .info-box .text {
  padding-top: 10px;
}
.article-table .t-tr .t-td.col-full .info-box .text p {
  color: #666;
  font-size: 16px;
}
.article-table.download .t-head .t-tr {
  background: #3a3a3a;
}
.article-table.download .t-tr {
  background: #f7f7f7;
  margin: 5px 0;
  border: none;
  border: 1px solid transparent;
}
.article-table.download .t-tr:first-child {
  border-top: none;
}
.article-table.download .t-tr.open-down {
  border: 1px solid #ddd !important;
}
.article-table.download .t-tr.open-down .t-td.col-title .fa-sort-down {
  display: none;
}
.article-table.download .t-tr.open-down .t-td.col-title .fa-sort-up {
  display: inline-block;
}
.article-table.distributor .t-tr .t-td.col-name {
  width: 35%;
}
.article-table.distributor .t-tr .t-td.col-category {
  width: 14.5%;
}
.article-table.bulletin .t-head {
  background: #545658;
}
.article-table.bulletin .t-body .t-tr {
  background: #727578;
  border: none;
  margin-top: 10px;
}
.article-table.bulletin .t-tr .t-td {
  color: #fff;
}
.article-table.bulletin .t-tr .t-td.col-name {
  width: 47%;
}
.article-table.bulletin .t-tr .t-td.col-category {
  width: 15%;
}
.article-table.bulletin .t-tr .t-td.col-tag ul li a {
  color: #fff;
}

@media (min-width: 992px) {
  .article-table .t-tr .t-td.col-name:hover img {
    opacity: 1;
    pointer-events: auto;
    display: inline-block;
    margin-left: 15px;
  }
  #industries .article-main .pic:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
  .article-txt h4 a:hover {
    text-decoration: underline;
  }
  .article-txt .catlog-wrap ul li a:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
  }
  .article-list-g .item .pic:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
  .article-table .t-tr .t-td.col-tag ul li a:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
  }
}
@media (max-width: 1440px) {
  #industries .ban {
    padding: 0 30px;
  }
  #industries .cont-wrap {
    padding: 35px 0;
  }
  #industries .btn-wrap {
    margin: 50px 0 30px;
  }
  .article-txt {
    margin-top: 12px;
  }
  .article-txt .catlog-wrap {
    padding-left: 88px;
  }
  .article-txt .catlog-wrap .date {
    top: 1px;
  }
  .article-txt .catlog-wrap ul li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .article-txt .catlog-wrap ul li a {
    padding: 2px 10px;
  }
  .article-list-wrap {
    padding: 20px 0;
  }
  .article-list-wrap .p-ti-box {
    margin-bottom: 15px;
  }
  .article-list-wrap .cat-box {
    font-size: 26px;
  }
  .article-list-wrap .cat-box span {
    font-size: 18px;
    margin-left: 8px;
  }
  .article-list-g {
    margin: 0 -12px;
  }
  .article-list-g .item {
    padding: 0 12px;
  }
  .article-table .t-tr .t-td.col-tag ul li {
    margin-right: 2px;
    margin-bottom: 3px;
  }
  .article-table .t-tr .t-td.col-tag ul li a {
    padding: 2px 10px;
  }
  .article-table .t-tr .t-td.col-title {
    padding: 15px 15px 15px 30px;
  }
  .article-table .t-body .t-tr .t-td.col-download {
    font-size: 0;
  }
  .article-table .t-body .t-tr .t-td.col-download i {
    font-size: 16px;
  }
  .article-table .t-tr .t-td.col-full {
    padding: 20px 30px;
  }
  .article-table .t-tr .t-td.col-full .info-box .info .item {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  #industries .ban {
    margin-top: 10px;
    padding: 0 20px;
  }
  #industries .p-prod-pic-g {
    margin-top: 30px;
  }
  #industries .article-main {
    margin: 25px 0;
  }
  .industries-cat.fixed-bar {
    top: 140px;
  }
  .industries-cat .m-first li {
    width: auto;
  }
  .industries-cat .m-first li a {
    padding: 10px;
    font-size: 15px;
  }
  .article-list-g {
    margin: 0 -8px;
  }
  .article-list-g .item {
    padding: 0 8px;
  }
  .article-list-g .box .pic.popup-youtube::after {
    width: 45px;
    height: 45px;
  }
  .article-txt .catlog-wrap {
    padding-left: 0;
    margin-top: 5px;
  }
  .article-txt .catlog-wrap .date {
    position: relative;
    top: unset;
    left: unset;
  }
  .article-txt .catlog-wrap ul {
    margin-top: 5px;
  }
  .article-table .t-tr .t-td.col-name {
    padding: 10px 15px 10px 15px;
  }
  .article-table .t-tr .t-td.col-full .info-box .info .item li {
    font-size: 16px;
    padding: 0 10px;
  }
  .article-table .t-tr .t-td.col-full .info-box .info .item li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .industries-cat .m-first li a {
    font-size: 14px;
    padding: 8px 5px;
  }
  #industries .cont-wrap {
    padding: 25px 0;
  }
  #industries .btn-wrap {
    margin: 20px 0;
  }
  .article-list-g {
    margin: 0;
    text-align: center;
  }
  .article-list-g .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 12px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .article-table .t-head {
    display: none;
  }
  .article-table .t-tr {
    display: block;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    padding: 12px;
    margin-bottom: 20px;
  }
  .article-table .t-tr:last-child {
    margin-bottom: 0;
  }
  .article-table .t-tr .t-td::before {
    content: attr(data-name) "：";
    display: inline-block;
    color: #222;
  }
  .article-table .t-tr .t-td.col-full::before, .article-table .t-tr .t-td.col-download::before {
    display: none;
  }
  .article-table .t-tr .t-td.col-full {
    padding: 10px 10px;
  }
  .article-table .t-tr .t-td.col-full .info-box .info .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
  }
  .article-table .t-tr .t-td.col-full .info-box .info .item:last-child {
    margin-bottom: 0;
  }
  .article-table .t-tr .t-td.col-name, .article-table .t-tr .t-td.col-title {
    width: 100%;
    display: block;
    padding: 5px;
    position: relative;
    border-bottom: 1px solid rgba(111, 124, 128, 0.2);
    text-align: left;
    margin-bottom: 2px;
  }
  .article-table .t-tr .t-td.col-name::before, .article-table .t-tr .t-td.col-title::before {
    display: none;
  }
  .article-table .t-tr .t-td.col-date, .article-table .t-tr .t-td.col-tag, .article-table .t-tr .t-td.col-ver, .article-table .t-tr .t-td.col-download, .article-table .t-tr .t-td.col-date2, .article-table .t-tr .t-td.col-type {
    width: 50%;
    text-align: left;
  }
  .article-table .t-tr .t-td.col-tag::before {
    display: none;
  }
  .article-table .t-body .t-tr {
    border-bottom: none;
  }
  .article-table .t-body .t-tr .t-td.col-download {
    font-size: 16px;
  }
  .article-list-wrap .cat-box {
    font-size: 22px;
  }
  .article-list-wrap .cat-box span {
    font-size: 16px;
  }
  .article-table.bulletin .t-tr .t-td.col-category {
    width: 50%;
  }
  .article-table.distributor .t-tr .t-td.col-name {
    width: 100%;
  }
  .article-table.distributor .t-tr .t-td.col-category {
    width: 50%;
    text-align: left;
  }
  .article-table.bulletin .t-tr .t-td::before {
    color: #fff;
  }
  .article-table.bulletin .t-tr .t-td.col-name {
    width: 100%;
  }
}
@media (max-width: 449px) {
  .article-table .t-tr .t-td.col-date, .article-table .t-tr .t-td.col-tag {
    width: 100%;
  }
  .article-table.distributor .t-tr .t-td.col-category {
    width: 100%;
  }
  .article-table.bulletin .t-tr .t-td.col-category {
    width: 100%;
    text-align: left;
  }
}
.p-tag-box {
  margin-top: 15px;
}
.p-tag-box span {
  color: #3a3a3a;
  font-size: 17px;
}
.p-tag-box ul {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.p-tag-box ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 5px;
}
.p-tag-box ul li a {
  font-size: 14px;
  color: #555;
  padding: 3px 8px;
  border: 1px solid #555;
  border-radius: 5px;
}
.p-tag-box ul li a i {
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-tag-box ul li a i:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-tag-box .btn-remove {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  background: #666;
  margin-bottom: 5px;
  text-align: center;
  padding: 3px 8px;
  border: 1px solid #555;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-tag-box .btn-remove:hover {
  -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
}

@media (max-width: 767px) {
  .p-tag-box span {
    width: 100%;
  }
  .p-tag-box ul {
    margin: 5px 0 0 0;
  }
}
/* ===== contact center ===== */
.contact-center {
  padding: 95px 0 80px;
  background: #f4f4f4;
}
.contact-center .wrap-1040 {
  max-width: 1040px;
  margin: auto;
}
.contact-center .item-g {
  margin: 30px -18px 0;
}
.contact-center .item-g .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 18px;
}
.contact-center .item-g .box h4 {
  font-size: 30px;
  color: #3a3a3a;
  text-align: center;
  font-weight: 300;
}
.contact-center .item-g .box .cont {
  background: url(../images/contact_center_bg.jpg) no-repeat;
  background-size: cover;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin-top: 25px;
  padding: 40px 50px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.contact-center .item-g .box .cont .txt {
  padding-top: 18px;
}
.contact-center .item-g .box .cont .txt h5 {
  font-size: 22px;
  font-weight: 300;
  color: #3a3a3a;
}
.contact-center .item-g .box .cont .txt p {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-top: 10px;
  font-weight: 300;
}
.contact-center .item-g .box .cont .txt .btn-style {
  display: inline-block;
}

@media (min-width: 992px) {
  .contact-center .item-g .box:hover .cont {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (max-width: 1440px) {
  .contact-center .item-g .box h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .contact-center {
    padding: 15px 0 55px;
  }
  .contact-center .item-g {
    margin: 20px -8px 0;
  }
  .contact-center .item-g .item {
    padding: 0 8px;
  }
  .contact-center .item-g .box h4 {
    font-size: 24px;
  }
  .contact-center .item-g .box .cont {
    padding: 20px;
    margin-top: 15px;
  }
  .contact-center .item-g .box .cont .txt h5 {
    font-size: 20px;
  }
  .contact-center .item-g .box .cont .txt p {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .contact-center {
    padding: 15px 0 25px;
  }
  .contact-center .item-g {
    margin: 20px 0 0;
  }
  .contact-center .item-g .item {
    padding: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .contact-center .item-g .box h4 {
    font-size: 20px;
  }
  .contact-center .item-g .box .cont .txt h5 {
    font-size: 18px;
  }
}
/* ===== contact-product ===== */
#contact .form {
  padding: 100px 0;
}

@media (max-width: 1440px) {
  #contact .form {
    padding: 45px 0 65px;
  }
}
@media (max-width: 991px) {
  #contact .form {
    padding: 30px 0 45px;
  }
}
/* ===== contact-distributor ===== */
#contact-distributor .map-wrap {
  background: url(../images/map_bg.jpg) no-repeat;
  background-size: cover;
  padding: 110px 0 55px;
}
#contact-distributor #map {
  position: relative;
}
#contact-distributor #map .deco-text {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
  font-style: italic;
  position: absolute;
  letter-spacing: 2px;
}
#contact-distributor #map .deco-text.one {
  top: 40px;
  left: 100px;
}
#contact-distributor #map .deco-text.two {
  top: 350px;
  left: 80px;
}
#contact-distributor #map .deco-text.three {
  bottom: 200px;
  left: 120px;
}
#contact-distributor #map .deco-text.four {
  top: 350px;
  left: 520px;
}
#contact-distributor #map .deco-text.five {
  bottom: 200px;
  left: 600px;
}
#contact-distributor #map .deco-text.six {
  bottom: 210px;
  left: 980px;
}
#contact-distributor #map .deco-text.seven {
  top: 10px;
  right: 300px;
}
#contact-distributor #map .deco-text.eight {
  top: 350px;
  right: 50px;
}
#contact-distributor #map svg g {
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#contact-distributor #map svg g.current {
  fill: #e2e2e2;
}
#contact-distributor .area-wrap {
  padding: 45px 0 20px;
  background: #67696a;
}
#contact-distributor .area-wrap .distri-box {
  position: relative;
}
#contact-distributor .area-wrap .distri-box ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  padding: 10px 0 0 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#contact-distributor .area-wrap .distri-box ul.current {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
#contact-distributor .area-wrap .distri-box ul li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 13px 0;
}
#contact-distributor .form {
  padding: 100px 0;
}

@media (min-width: 992px) {
  #contact-distributor #map svg g:hover {
    fill: #e2e2e2;
  }
  #contact-distributor .area-wrap .category .m-first {
    font-size: 0;
    display: block !important;
  }
  #contact-distributor .area-wrap .category .m-first li {
    display: inline-block;
    vertical-align: top;
    width: 16.6666666667%;
  }
  #contact-distributor .area-wrap .category .m-first li a {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #999;
    font-weight: 300;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #999;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #contact-distributor .area-wrap .category .m-first li a:hover, #contact-distributor .area-wrap .category .m-first li a.current {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 1440px) {
  #contact-distributor .map-wrap {
    padding: 40px 0 20px;
  }
  #contact-distributor #map .deco-text {
    display: none;
  }
  #contact-distributor .area-wrap {
    padding: 20px 0;
  }
  #contact-distributor .area-wrap .category .m-first li a {
    font-size: 20px;
    padding: 0 0 15px 0;
  }
  #contact-distributor .form {
    padding: 55px 0 70px;
  }
}
@media (max-width: 1199px) {
  #contact-distributor .area-wrap .category .m-first li a {
    font-size: 18px;
  }
  #contact-distributor .area-wrap .distri-box ul li {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  #contact-distributor .area-cat .cur-item {
    margin: 0;
  }
  #contact-distributor .area-cat .m-first {
    margin-top: -22px;
  }
  #contact-distributor .area-wrap .distri-box ul li {
    padding: 5px;
    font-size: 16px;
  }
  #contact-distributor .form {
    padding: 45px 0 55px;
  }
}
@media (max-width: 499px) {
  #contact-distributor .area-wrap .distri-box ul li {
    width: 33.3333333333%;
  }
}
/* ===== sitemap ===== */
#sitemap {
  padding: 160px 0 50px;
  background: url(../images/sitemap_bg.jpg) no-repeat;
  background-size: cover;
}
#sitemap .sitemap-list-g {
  font-size: 0;
  margin: 60px -24px 0;
}
#sitemap .sitemap-list-g .item {
  vertical-align: top;
  width: 25%;
  padding: 0 24px;
  margin-bottom: 48px;
}
#sitemap .sitemap-list-g .box h3 {
  color: #fff;
  font-size: 30px;
  background: #414345;
  padding: 20px 10px 20px 25px;
  font-weight: 300;
}
#sitemap .sitemap-list-g .box ul {
  background: #fff;
  padding: 0 25px;
}
#sitemap .sitemap-list-g .box ul li {
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
#sitemap .sitemap-list-g .box ul li::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  position: absolute;
  top: 20px;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sitemap .sitemap-list-g .box ul li:last-child {
  border-bottom: none;
}
#sitemap .sitemap-list-g .box ul li a {
  color: #666;
  font-size: 18px;
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (min-width: 992px) {
  #sitemap .sitemap-list-g .box ul li a:hover {
    color: #222;
  }
}
@media (max-width: 1440px) {
  #sitemap {
    padding: 140px 0 50px;
  }
  #sitemap .sitemap-list-g {
    margin: 45px -12px 0;
  }
  #sitemap .sitemap-list-g .item {
    padding: 0 12px;
    margin-bottom: 24px;
  }
  #sitemap .sitemap-list-g .box h3 {
    font-size: 26px;
    padding: 12px;
  }
  #sitemap .sitemap-list-g .box ul {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  #sitemap {
    padding: 120px 0 40px;
  }
  #sitemap .sitemap-list-g {
    margin: 45px -8px 0;
  }
  #sitemap .sitemap-list-g .item {
    width: 33.33%;
    padding: 0 8px;
    margin-bottom: 16px;
  }
  #sitemap .sitemap-list-g .box h3 {
    font-size: 24px;
  }
  #sitemap .sitemap-list-g .box ul li::after {
    top: 18px;
  }
  #sitemap .sitemap-list-g .box ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #sitemap {
    padding: 100px 0 40px;
  }
  #sitemap .sitemap-list-g {
    margin: 30px 0 0;
  }
  #sitemap .sitemap-list-g .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #sitemap .sitemap-list-g .box h3 {
    font-size: 18px;
  }
}
/* ===== news-list ===== */
#news-list {
  padding-top: 20px;
  padding-bottom: 75px;
}

.p-search {
  max-width: 1024px;
  background: #f4f4f4;
  margin: 25px auto 15px;
  padding: 30px;
}
.p-search .wrap-1330 {
  max-width: 1330px;
  margin: auto;
}
.p-search .item-g .input-box, .p-search .item-g button {
  display: inline-block;
  vertical-align: top;
}
.p-search .item-g .input-box {
  width: calc(100% - 230px);
  position: relative;
}
.p-search .item-g .input-box .input {
  background: #fff;
  font-size: 16px;
  width: 100%;
  font-size: 17px;
  color: #aaa;
  padding: 13px 40px 13px 75px;
}
.p-search .item-g .input-box .icon-search {
  width: 28px;
  height: 28px;
  background: url(../images/icon_p_search.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 20px;
}
.p-search .item-g .input-box .btn-reset {
  width: 12px;
  height: 11px;
  background: url(../images/icon_p_search_close.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-search .item-g button {
  background: #666;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  width: 220px;
  margin-left: 10px;
  border: none;
  padding: 15px 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.p-filter-box {
  margin: 25px 0;
}
.p-filter-box .filter-list {
  font-size: 0;
  width: 100%;
  border: 1px solid #ddd;
}
.p-filter-box .filter-list > li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 18px;
  color: #111;
  padding: 18px;
  border-left: 1px solid #ddd;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.p-filter-box .filter-list > li.current {
  background: #f6f6f6;
}
.p-filter-box .filter-list > li.current::before {
  opacity: 1;
}
.p-filter-box .filter-list > li.current::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #111 transparent;
}
.p-filter-box .filter-list > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #878787;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-filter-box .filter-list > li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #111 transparent transparent transparent;
  position: absolute;
  top: 27px;
  right: 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-filter-box .filter-list > li:first-child {
  border-left: none;
}
.p-filter-box .box-wrap {
  position: relative;
}
.p-filter-box .box-g {
  font-size: 0;
  border: 1px solid #ddd;
  border-top: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.p-filter-box .box-g.current {
  position: relative;
  top: unset;
  left: unset;
  opacity: 1;
  pointer-events: auto;
}
.p-filter-box .box-g > .m-first {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  position: relative;
}
.p-filter-box .box-g > .m-first li.arrow > label::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 3px;
}
.p-filter-box .box-g > .m-first > li {
  padding-bottom: 5px;
  width: auto;
}
.p-filter-box .box-g > .m-first > li:last-child {
  padding-bottom: 0;
}
.p-filter-box .box-g > .m-first > li label {
  margin-right: 0;
}
.p-filter-box .box-g > .m-first > li .m-second, .p-filter-box .box-g > .m-first > li .m-third, .p-filter-box .box-g > .m-first > li .m-four {
  display: none;
  padding: 5px 20px;
}

.p-sort {
  text-align: right;
  color: #111;
  font-size: 17px;
}
.p-sort .sort-ti, .p-sort .sort-box, .p-sort .view {
  display: inline-block;
  vertical-align: middle;
}
.p-sort .sort-box {
  font-size: 0;
}
.p-sort .sort-box li {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-right: 18px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}
.p-sort .sort-box li::after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background: #ddd;
  position: absolute;
  top: 4px;
  right: -10px;
}
.p-sort .sort-box li a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-sort .sort-box li a:hover, .p-sort .sort-box li a.current {
  color: #888;
}
.p-sort .sort-box li:last-child {
  margin-right: 0;
}
.p-sort .sort-box li:last-child::after {
  display: none;
}
.p-sort .view {
  margin-left: 25px;
}
.p-sort .view .item-g {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-left: 5px;
}
.p-sort .view .item-g .item {
  vertical-align: top;
  width: 50%;
  font-size: 17px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-sort .view .item-g .item.current {
  color: #888;
  background: #f7f7f7;
}

@media (min-width: 992px) {
  .p-search .item-g .input-box .btn-reset:hover {
    -webkit-transform: translateY(-50%) scale(1.08);
    -ms-transform: translateY(-50%) scale(1.08);
    transform: translateY(-50%) scale(1.08);
  }
  .p-search .item-g button:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  }
  .p-filter-box .filter-list > li:hover {
    background: #f6f6f6;
  }
  .p-filter-box .filter-list > li:hover::before {
    opacity: 1;
  }
  .p-sort .view .item-g .item:hover {
    color: #888;
    background: #f6f6f6;
  }
}
@media (max-width: 1440px) {
  #news-list {
    padding-top: 0;
  }
  .p-search {
    padding: 20px;
  }
  .p-filter-box .filter-list > li {
    padding: 12px;
  }
  .p-filter-box .filter-list > li::after {
    top: 23px;
    right: 12px;
  }
}
@media (max-width: 991px) {
  #news-list {
    padding-bottom: 45px;
  }
  .p-search {
    padding: 12px;
  }
  .p-search .item-g .input-box {
    width: calc(100% - 95px);
  }
  .p-search .item-g .input-box .icon-search {
    display: none;
  }
  .p-search .item-g .input-box .btn-reset {
    right: 9px;
  }
  .p-search .item-g .input-box .input {
    font-size: 16px;
    padding: 8px 25px 9px 10px;
  }
  .p-search .item-g button {
    width: 85px;
    padding: 10px;
  }
  .p-filter-box .filter-list {
    position: relative;
  }
  .p-filter-box .filter-list::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-filter-box .filter-list > li {
    width: 50%;
    font-size: 16px;
    padding: 10px 5px;
  }
  .p-filter-box .filter-list > li::after {
    top: 18px;
    right: 7px;
  }
  .p-sort {
    font-size: 15px;
  }
  .p-sort .sort-box li {
    font-size: 15px;
  }
  .p-sort .view {
    margin-left: 12px;
  }
  .p-sort .view .item-g .item {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .p-search {
    margin: 25px 0 15px;
  }
  .p-filter-box {
    margin: 20px 0;
  }
}
@media (max-width: 449px) {
  .p-sort .view {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
/* ===== news-view ===== */
.p-view-cont {
  margin: 60px 0 80px;
  font-size: 0;
}
.p-view-cont .main, .p-view-cont .aside {
  display: inline-block;
  vertical-align: top;
}
.p-view-cont .main {
  width: calc(100% - 260px);
  padding-right: 50px;
}
.p-view-cont .main .p-ti-box h3 {
  text-align: left;
}
.p-view-cont .main .article-txt {
  margin-top: 0;
}
.p-view-cont .main .edit {
  padding: 20px 0 30px;
  border-bottom: 1px solid #ddd;
}
.p-view-cont .main .back-btn-wrap {
  text-align: left;
  position: relative;
  font-size: 0;
  margin-top: 35px;
  margin-bottom: 0;
}
.p-view-cont .main .back-btn-wrap .p-share-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 180px);
  text-align: right;
  padding-top: 8px;
}
.p-view-cont .aside {
  width: 260px;
}
.p-view-cont .aside .aside-ti-box h4 {
  font-size: 30px;
  font-weight: 300;
}
.p-view-cont .aside .aside-ti-box h4::after {
  content: "";
  display: block;
  width: 37px;
  height: 2px;
  background: #ddd;
  margin: 25px 0;
}
.p-view-cont .aside .article-list-g {
  margin: 0;
}
.p-view-cont .aside .article-list-g .item {
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}
.p-view-cont .aside .article-txt {
  margin-top: 15px;
}

.p-share-box span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
}
.p-share-box ul {
  display: inline-block;
  vertical-align: middle;
}
.p-share-box ul li {
  display: inline-block;
  margin-left: 10px;
}
.p-share-box ul li:first-child {
  margin-left: 0;
}
.p-share-box ul li a {
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #888;
  font-size: 17px;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-share-box ul li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .p-share-box ul li a:hover {
    background: #888;
    border: 1px solid #888;
    color: #fff;
  }
}
@media (max-width: 1440px) {
  .p-view-cont {
    margin: 60px 0 65px;
  }
  .p-view-cont .main {
    padding-right: 40px;
    width: 77%;
  }
  .p-view-cont .main .back-btn-wrap {
    margin-top: 20px;
  }
  .p-view-cont .main .edit {
    padding: 20px 0;
  }
  .p-view-cont .aside {
    width: 23%;
  }
}
@media (max-width: 991px) {
  .p-view-cont {
    margin: 40px 0 50px;
  }
  .p-view-cont .main {
    padding-right: 30px;
  }
  .p-view-cont .aside .aside-ti-box h4 {
    font-size: 26px;
  }
  .p-view-cont .aside .aside-ti-box h4::after {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .p-view-cont {
    margin: 30px 0;
  }
  .p-view-cont .main {
    padding-right: 0;
    width: 100%;
  }
  .p-view-cont .aside {
    width: 100%;
    margin-top: 25px;
  }
  .p-view-cont .aside .aside-ti-box h4 {
    font-size: 22px;
  }
  .p-view-cont .aside .aside-ti-box h4::after {
    margin: 10px 0;
  }
}
@media (max-width: 499px) {
  .p-view-cont .main .back-btn-wrap a.btn-style {
    width: 100px;
  }
  .p-view-cont .main .back-btn-wrap .p-share-box {
    width: calc(100% - 100px);
  }
}
/* ===== faq ===== */
.accordion {
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.accordion.open-box {
  border: 1px solid #ddd;
}
.accordion .question {
  font-size: 0;
  padding: 18px 35px;
  background: #f7f7f7;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
}
.accordion .question::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #111 transparent transparent transparent;
  position: absolute;
  top: 28px;
  right: 12px;
}
.accordion .question h3, .accordion .question .sub-box {
  display: inline-block;
  vertical-align: middle;
}
.accordion .question h3 {
  width: 70%;
  color: #111;
  font-size: 20px;
  position: relative;
  padding: 0 10px 0 35px;
}
.accordion .question h3::before {
  content: "";
  width: 22px;
  height: 16px;
  display: inline-block;
  background: url(../images/icon_faq_q.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}
.accordion .question .sub-box {
  width: 30%;
  text-align: right;
}
.accordion .question .sub-box .date, .accordion .question .sub-box .people {
  position: relative;
}
.accordion .question .sub-box .date::after, .accordion .question .sub-box .people::after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #b7b7b7;
  position: absolute;
  top: 4px;
  right: 0;
}
.accordion .question .sub-box .date, .accordion .question .sub-box .people, .accordion .question .sub-box ul {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 16px;
  padding: 0 10px;
}
.accordion .question .sub-box .date {
  padding-left: 0;
}
.accordion .question .sub-box ul {
  padding-right: 0;
}
.accordion .question .sub-box ul li {
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  padding: 3px 7px;
}
.accordion .txt {
  position: relative;
  padding: 20px 20px 20px 80px;
  display: none;
}
.accordion .txt::before {
  content: "";
  display: block;
  width: 21px;
  height: 16px;
  background: url(../images/icon_faq_a.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 24px;
  left: 45px;
}
.accordion .txt p {
  font-size: 18px;
  color: #111;
}

@media (min-width: 992px) {
  .accordion .question:hover {
    border: 1px solid #ddd;
  }
}
@media (max-width: 1440px) {
  .accordion .question {
    padding: 13px 35px 13px 15px;
  }
  .accordion .question::after {
    top: 24px;
  }
  .accordion .txt {
    padding: 13px 13px 13px 50px;
  }
  .accordion .txt::before {
    top: 17px;
    left: 18px;
  }
}
@media (max-width: 991px) {
  .accordion .question {
    padding: 10px 25px 10px 10px;
  }
  .accordion .question::after {
    top: 17px;
  }
  .accordion .question h3 {
    width: 100%;
    font-size: 18px;
    padding: 0 0 0 25px;
  }
  .accordion .question h3::before {
    width: 20px;
    height: 14px;
    top: 1px;
  }
  .accordion .question .sub-box {
    width: 100%;
    text-align: left;
    margin-top: 3px;
    padding-left: 25px;
  }
  .accordion .txt {
    padding: 10px 10px 10px 37px;
  }
  .accordion .txt::before {
    width: 18px;
    height: 13px;
    top: 11px;
    left: 13px;
  }
  .accordion .txt p {
    font-size: 16px;
    line-height: 1.3;
  }
}
/* ===== download ===== */
.fixed-filter-box {
  position: fixed;
  top: 300px;
  left: -270px;
  width: 270px;
  z-index: 100;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.fixed-filter-box.show-box {
  left: 0;
}
.fixed-filter-box .icon {
  color: #fff;
  background: #555;
  padding: 10px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  right: -45px;
  z-index: 101;
  cursor: pointer;
}
.fixed-filter-box .m-first > li {
  position: relative;
}
.fixed-filter-box .m-first > li:last-child > a {
  border: none;
}
.fixed-filter-box .m-first > li.arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 19px;
  right: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fixed-filter-box .m-first > li.open-menu::after {
  top: 17px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.fixed-filter-box .m-first > li > a {
  width: 100%;
  background: #2e2e2e;
  color: #fff;
  padding: 12px 12px 12px 30px;
  border-bottom: 1px solid #fff;
}
.fixed-filter-box .m-first > li .m-second {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.fixed-filter-box .m-first > li .m-second::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  background-color: #aaa;
}
.fixed-filter-box .m-first > li .m-second::-webkit-scrollbar-thumb {
  background: #555;
}
.fixed-filter-box .m-first > li .m-second > li {
  position: relative;
}
.fixed-filter-box .m-first > li .m-second > li.arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  position: absolute;
  top: 20px;
  right: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fixed-filter-box .m-first > li .m-second > li.open-menu::after {
  top: 18px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.fixed-filter-box .m-first > li .m-second > li > a {
  width: 100%;
  padding: 12px 12px 12px 38px;
  color: #111;
  font-size: 17px;
  background: #eee;
}
.fixed-filter-box .m-first > li .m-second > li .m-third {
  background: #fff;
  display: none;
}
.fixed-filter-box .m-first > li .m-second > li .m-third > li > a {
  width: 100%;
  padding: 12px 12px 12px 50px;
  color: #666;
  font-size: 17px;
  position: relative;
}
.fixed-filter-box .m-first > li .m-second > li .m-third > li > a::before {
  content: "";
  display: block;
  width: 4px;
  height: 2px;
  background: #666;
  position: absolute;
  top: 23px;
  left: 40px;
}

/* ===== distributor ===== */
.popup-login-open {
  display: none;
}

#popup-login {
  max-width: 700px;
  margin: auto;
  background: #fff;
  border-radius: 6px;
  padding: 45px 90px;
}
#popup-login .mfp-close {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: -20%;
  right: 20%;
}
#popup-login .cont {
  text-align: center;
}
#popup-login h3 {
  font-size: 30px;
  color: #111;
}
#popup-login h3 span {
  display: block;
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}
#popup-login p {
  font-size: 16px;
  color: #111;
  margin: 20px 0 40px;
}
#popup-login a {
  background: #666;
  text-align: center;
  padding: 12px 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (min-width: 992px) {
  #popup-login a:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  }
}
.bulletin-cont {
  background: #414345;
  padding: 95px 0;
}
.bulletin-cont .p-ti-box {
  margin-bottom: 20px;
}
.bulletin-cont .p-ti-box h3 {
  text-align: left;
  color: #fff;
}

@media (max-width: 1440px) {
  #popup-login .mfp-close {
    right: 10%;
  }
  .bulletin-cont {
    padding: 55px 0;
  }
}
@media (max-width: 991px) {
  #popup-login .mfp-close {
    right: 3%;
  }
}
@media (max-width: 767px) {
  #popup-login {
    padding: 45px 20px;
  }
  #popup-login .mfp-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
  }
  #popup-login p {
    margin: 10px 0 20px;
    line-height: 1.4;
  }
  .bulletin-cont {
    padding: 40px 0;
  }
}
/* ===== member ===== */
#member {
  background: url(../images/mem_bg.jpg) no-repeat;
  background-size: cover;
  padding: 180px 0 100px;
}
#member .link {
  text-align: right;
}
#member .link.text-center {
  text-align: center;
  margin: 10px 0 20px;
}
#member .link.text-center a {
  padding: 0;
}
#member .link a {
  color: #888;
  padding: 0 10px;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#member .link a:last-child::after {
  display: none;
}
#member .link a::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #888;
  position: absolute;
  top: 5px;
  right: -2px;
}
#member .link-txt {
  text-align: center;
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
#member .link-txt span {
  color: #111;
  font-size: 18px;
}
#member .link-txt a {
  width: 100%;
  padding: 14px 0;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 5px;
  font-size: 14px;
}
#member .term {
  font-size: 15px;
  color: #888;
  margin: 15px 0;
}
#member .term a {
  color: #111;
  text-decoration: underline;
  margin: 0 2px;
}
#member.login .form .btn-wrap {
  margin-top: 15px;
  max-width: unset;
}
#member.login .form .btn-wrap .btn-box {
  width: 100%;
  padding: 0;
}
#member.login .form .box-g {
  padding: 0;
}
#member.login .form .box-g .box .label-item {
  position: absolute;
  top: 12px;
  left: 10px;
}
#member.login .fluid .input {
  padding-left: 135px;
}
#member.login .fluid.pwd .input {
  padding-left: 210px;
}
#member.register .form .btn-wrap {
  margin-top: 15px;
  max-width: unset;
}
#member.register .form .btn-wrap .btn-box {
  width: 100%;
  padding: 0;
}
#member.register .box-g {
  padding: 0;
}
#member .wrap-700 {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 50px 90px;
}

.mem-ti-box {
  text-align: center;
  margin-bottom: 30px;
}
.mem-ti-box h3 {
  font-size: 30px;
  font-weight: 300;
}
.mem-ti-box span {
  color: #666;
  margin-top: 10px;
}
.mem-ti-box ul {
  margin-top: 10px;
}
.mem-ti-box ul li {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  position: relative;
  font-size: 17px;
  color: #666;
}
.mem-ti-box ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #666;
  position: absolute;
  top: 6px;
  right: 5px;
}
.mem-ti-box ul li:last-child {
  padding-right: 0;
}
.mem-ti-box ul li:last-child::after {
  display: none;
}
.mem-ti-box ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.term-pop {
  max-width: 1000px;
  padding: 50px 30px;
  margin: auto;
  background: #fff;
}
.term-pop .mfp-close {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: -20%;
  right: 10%;
}
.term-pop .i-ti-box h3 {
  text-align: center;
}
.term-pop .edit-wrap {
  margin-top: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
}
.term-pop .edit-wrap::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  background-color: #aaa;
}
.term-pop .edit-wrap::-webkit-scrollbar-thumb {
  background: #555;
}

@media (min-width: 992px) {
  #member .link a:hover {
    color: #111;
    text-decoration: underline;
  }
  #member .link-txt a:hover {
    background: #111;
    color: #fff;
    border: 1px solid #111;
  }
}
@media (max-width: 1440px) {
  #member {
    padding: 155px 0 85px;
  }
  #member .wrap-700 {
    padding: 50px;
  }
  .term-pop .mfp-close {
    right: 3%;
  }
}
@media (max-width: 1199px) {
  .term-pop {
    margin: 0 20px;
    padding: 35px 20px;
  }
  .term-pop .mfp-close {
    right: 0;
  }
}
@media (max-width: 991px) {
  #member {
    padding: 115px 0 60px;
  }
  #member .wrap-700 {
    padding: 30px 20px;
  }
  .mem-ti-box {
    margin-bottom: 20px;
  }
  .mem-ti-box h3 {
    font-size: 26px;
  }
  .mem-ti-box span {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .mem-ti-box h3 {
    font-size: 22px;
  }
}
@media (max-width: 499px) {
  #member.login .form .box-g .box .label-item {
    position: relative;
    top: unset;
    left: unset;
  }
  #member.login .fluid.pwd .input, #member.login .fluid .input {
    padding-left: 10px;
  }
  #member .link.text-center a {
    width: auto;
  }
  #member .link a {
    width: 100%;
    padding: 0;
  }
  #member .link a::after {
    display: none;
  }
}
/* ===== member-center ===== */
#mem-center {
  padding: 180px 0 100px;
}
#mem-center .mem-ti-box {
  text-align: left;
  margin: 30px 0 0;
}
#mem-center .text-center {
  text-align: center;
}
#mem-center .p-ti-box {
  margin-bottom: 30px;
}
#mem-center .form .btn-wrap {
  margin-top: 0;
}

@media (min-width: 992px) {
  #mem-center .p-cat-wrap {
    position: relative;
    background: none;
    top: unset;
    left: unset;
    width: auto;
  }
  #mem-center .category {
    border-bottom: 1px solid #ddd;
    margin: 0 35px;
  }
  #mem-center .category .m-first {
    font-size: 0;
    text-align: center;
  }
  #mem-center .category .m-first li {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px;
  }
  #mem-center .category .m-first li a {
    font-size: 17px;
    color: #999;
    padding: 0 0 25px;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #mem-center .category .m-first li a:hover, #mem-center .category .m-first li a.current {
    color: #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
  }
}
@media (max-width: 1440px) {
  #mem-center {
    padding: 155px 0 85px;
  }
  #mem-center .category .m-first li {
    margin: 0 15px;
  }
  #mem-center .category .m-first li a {
    padding: 0 0 10px 0;
  }
}
@media (max-width: 991px) {
  #mem-center {
    padding: 115px 0 60px;
  }
  .mem-ti-box ul li {
    font-size: 16px;
    padding-right: 10px;
  }
  .mem-ti-box ul li::after {
    height: 12px;
    top: 7px;
    right: 2px;
  }
}
/* ===== search ===== */
.search-result {
  padding: 90px 0 0;
}
.search-result .link-group a {
  font-size: 16px;
  margin: 0 8px;
}
.search-result .link-group a:hover {
  text-decoration: underline;
}
.search-result .p-ti-box {
  padding-top: 35px;
}
.search-result .p-search {
  margin-top: 10px;
}
.search-result .search-table .prod-cont {
  margin-bottom: 20px;
}
.search-result .search-table .article-table .t-tr:nth-child(even) {
  background: #fff;
}
.search-result .search-table .article-table .t-tr .t-td.col-name.search {
  width: 78%;
}
.search-result .search-table .article-table .t-body .t-tr {
  border-bottom: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.search-result .search-table .article-table .t-body .t-tr:first-child {
  border-top: none;
}
.search-result .search-table .article-table .t-body .t-tr:hover {
  background: #eee;
}
.search-result .deco-line {
  background: #ddd;
  width: 100%;
  height: 1px;
}
.search-result #product-list {
  padding-top: 0;
  padding-bottom: 50px;
}
.search-result #product-list .prod-intro-wrap {
  background: #fff;
  padding: 20px 0;
}
.search-result #product-list .prod-intro-wrap .item {
  width: 20%;
}
.search-result #product-list .prod-intro-wrap .item.current .box {
  background: #f4f4f4;
}
.search-result #product-list .prod-intro-wrap .box {
  cursor: pointer;
  padding: 25px;
}
.search-result .bg-gray {
  background: #f4f4f4;
}
.search-result .search-ti {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: 300;
  margin: 45px 0 30px;
}
.search-result .prod-cont {
  font-size: 17px;
  color: #666;
}
.search-result .result-prod-name {
  font-size: 19px;
  color: #999;
  margin-bottom: 15px;
}
.search-result .list-view {
  display: none;
}
.search-result .show-prod-box {
  background: #eee;
  padding: 70px 30px 35px;
}
.search-result .prod-box {
  text-align: center;
}
.search-result .prod-box .txt {
  margin-bottom: 20px;
}
.search-result .prod-box .txt h3 {
  color: #3a3a3a;
  font-size: 22px;
  font-weight: 400;
}
.search-result .prod-box .txt p {
  color: #999999;
  font-size: 16px;
  font-weight: 300;
  margin-top: 3px;
}
.search-result .prod-box .pic {
  overflow: hidden;
}
.search-result .prod-box .pic img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.search-result .prod-box .btn-style {
  width: auto;
  padding: 8px 18px;
}
.search-result .prod-box .btn-wrap {
  margin-top: 25px;
}
.search-result .prod-box .btn-wrap a {
  margin-right: 15px;
}
.search-result .prod-box .btn-wrap a:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  #product-list .prod-intro .box:hover .pic img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@media (max-width: 1440px) {
  .search-result #product-list .prod-intro-wrap .box {
    padding: 15px;
  }
  .search-result .show-prod-box {
    padding: 25px 20px 30px;
  }
  .search-result .search-ti {
    font-size: 26px;
    margin: 35px 0 20px;
  }
}
@media (max-width: 991px) {
  .search-result {
    padding: 70px 0 0;
  }
  .search-result .search-ti {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .search-result .search-ti {
    font-size: 20px;
  }
  .search-result #product-list .prod-intro-wrap .item {
    width: 50%;
  }
  .search-result .search-table .article-table .t-tr .t-td.col-name.search, .search-result .search-table .article-table .t-tr .t-td.col-tag {
    width: 100%;
  }
}
/* 圖片樣板 */
.template-image .mobile-pic {
  display: none;
}

@media (max-width: 767px) {
  .template-image .desktop-pic {
    display: none;
  }
  .template-image .mobile-pic {
    display: block;
  }
}
.cke_editable .template-image .mobile-pic {
  display: block;
}