@charset "UTF-8";
* {
  font-family: "Arial", Helvetica, Helvetica, Arial, sans-serif;
}

h2 {
  font-weight: 600;
  letter-spacing: 2px;
}

h3 {
  font-weight: 600;
  letter-spacing: 2px;
}

p {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 16px;
}

a {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 16px;
}

aside {
  background-color: #f0f0f0;
  margin-bottom: 15px;
}

.product-wrapper img,
.category-wrapper img {
  width: 100%;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1730px;
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .navbar .container {
    max-width: 1678px;
    width: 100%;
  }
}
.navbar {
  padding: 15px 0;
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 0;
}
@media (max-width: 768px) {
  .navbar .col-sm-10 {
    width: 100%;
  }
  .navbar .col-sm-offset-1 {
    margin-left: 0%;
  }
}
@media (max-width: 1440px) {
  .navbar .col-sm-10 {
    width: 100%;
  }
  .navbar .col-sm-offset-1 {
    margin-left: 0%;
  }
}

.navbar-collapse {
  transition: all 0.2s ease;
}
.navbar-collapse.in {
  background-color: #1b1b1b;
}

.mainlink {
  margin-top: 10px;
}
.mainlink li a {
  color: #fff;
  transition: all 0.2s ease;
}
@media (max-width: 960px) {
  .mainlink li a {
    padding: 10px 5px;
  }
}
@media (max-width: 820px) {
  .mainlink li a {
    font-size: 14px;
  }
}
.mainlink li a:hover {
  opacity: 0.8;
}
.mainlink .hidden-dropdown {
  display: none;
}

.sublink {
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .sublink {
    float: left !important;
  }
}
.sublink li {
  border-radius: 40px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .sublink li {
    margin-left: 0px;
    margin-right: 15px;
    float: left;
  }
}
.sublink li a {
  color: #fff;
  padding: 10px 42px;
  text-align: center;
  transition: all 0.2s ease;
}
@media (max-width: 1512px) {
  .sublink li a {
    padding: 10px 12px;
  }
}
.sublink li a:hover {
  opacity: 0.8;
}
.sublink .search {
  background-color: rgba(254, 254, 254, 0.3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.sublink .search a {
  padding: 10px 12px;
}
.sublink .globe,
.sublink .google-translate {
  border: solid 1px rgba(254, 254, 254, 0.3);
}
.sublink .globe option,
.sublink .google-translate option {
  color: #333;
}
.sublink .globe img {
  max-width: 16px;
  vertical-align: text-top;
}

/* nav-js觸發 */
#navbar_h {
  height: 100px;
  position: fixed;
  z-index: -10;
}

.navbar.navbar-move {
  width: 100%;
  top: 0px;
  position: fixed;
  background-color: #1b1b1b;
  padding: 10px 0;
  animation: SHOW 0.5s ease;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
.navbar.navbar-move .navbar-brand img {
  max-width: 50px;
}

.navbar-toggle,
.navbar-search-xs a {
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-brand a {
    float: left;
    margin-right: 5px;
  }
  .logo-txt {
    color: #fff;
    font-weight: 600;
    float: left;
    margin-top: 15px;
    font-size: 16px;
  }
}
.banner-wrapper {
  position: relative;
}

.banner-group {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 5.5%;
}
@media (max-width: 1024px) {
  .banner-group {
    flex-wrap: wrap;
  }
}
.banner-group .banner-item.banner-txt {
  flex-basis: 40%;
  margin-top: 14%;
  padding: 0 0 0 6.5%;
}
@media (max-width: 1280px) {
  .banner-group .banner-item.banner-txt {
    flex-basis: 30%;
  }
}
@media (max-width: 1024px) {
  .banner-group .banner-item.banner-txt {
    flex-basis: 100%;
  }
}
@media (max-width: 960px) {
  .banner-group .banner-item.banner-txt {
    margin-top: 16%;
  }
}
@media (max-width: 767px) {
  .banner-group .banner-item.banner-txt {
    margin-top: 20%;
  }
}
@media (max-width: 480px) {
  .banner-group .banner-item.banner-txt {
    margin-top: 25%;
  }
}
.banner-group .banner-item.banner-txt h2 {
  font-size: 56px;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
}
@media (max-width: 1280px) {
  .banner-group .banner-item.banner-txt h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .banner-group .banner-item.banner-txt h2 {
    font-size: 32px;
  }
}
.banner-group .banner-item.banner-txt .mainbtn {
  padding: 10px 34px;
  border-radius: 22px;
  margin-top: 3%;
  background-color: #3147BC;
  border: 0;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 150px;
  display: block;
  margin-top: 5%;
  z-index: 5;
  position: relative;
}
.banner-group .banner-item.banner-txt .mainbtn a {
  color: #fff;
  text-decoration: none;
}
.banner-group .banner-item.banner-txt .mainbtn:hover {
  opacity: 0.8;
}
.banner-group .banner-item.banner-img {
  flex-basis: 60%;
  margin-top: 7%;
  position: relative;
}
@media (max-width: 1366px) {
  .banner-group .banner-item.banner-img {
    flex-basis: 70%;
    margin-top: 10%;
  }
}
@media (max-width: 1024px) {
  .banner-group .banner-item.banner-img {
    flex-basis: 100%;
  }
}
.banner-group .banner-item.banner-img img {
  max-width: 971px;
  display: block;
  margin: 0 auto;
}
.banner-group .banner-item.banner-img .gear-group {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3%;
}
@media (max-width: 767px) {
  .banner-group .banner-item.banner-img .gear-group {
    top: -25%;
  }
}
.banner-group .banner-item.banner-img .gear-group img {
  width: 100%;
}
.banner-group .banner-item.banner-img .gear-group img.gear-ani {
  max-width: 375px;
  animation: gear-ani 20s linear infinite;
}
@media (max-width: 1640px) {
  .banner-group .banner-item.banner-img .gear-group img.gear-ani {
    max-width: 300px;
  }
}
@media (max-width: 1280px) {
  .banner-group .banner-item.banner-img .gear-group img.gear-ani {
    max-width: 250px;
  }
}
.banner-group .banner-item.banner-img .gear-group img.chenghai-logo {
  max-width: 97px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.ver-scroll {
  color: #D9D9D9;
  position: absolute;
  top: 57%;
  left: 3%;
}
.ver-scroll p {
  transform: rotate(-90deg);
  position: absolute;
  left: -15px;
  top: 100px;
}
.ver-scroll p:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #D9D9D9;
  display: block;
  top: 10px;
  left: 50px;
}
.ver-scroll .carousel-indicators li {
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9;
  width: 8px;
  height: 8px;
  z-index: 1;
}
.ver-scroll .carousel-indicators li.active {
  width: 8px;
  height: 8px;
  border: 1px solid #9b9b9b;
  background-color: #9b9b9b;
  margin: 1px;
}

.default-top-bg {
  background-color: #2D2D2D;
  background-image: url("../../images/big-gear.svg"), url("../../images/qc-bg.webp");
  background-repeat: no-repeat;
  background-position: left 2% top 500px, bottom 0% center;
}

.two-block-section {
  background-image: url("../../images/two-block-gear-bg01.png"), url("../../images/two-block-gear-bg02.png"), url("../../images/Rectangle-red-01.svg"), url("../../images/Rectangle-red-bottom-01.svg");
  background-position: top 32% right 20%, bottom 28% left -2%, top, bottom;
  margin-top: -2%;
  background-repeat: no-repeat;
}
@media (max-width: 820px) {
  .two-block-section {
    background-position: top 32% right 20%, bottom 10% left 60%, top, bottom;
    background-size: auto, 50%, auto, auto;
  }
}
@media (max-width: 767px) {
  .two-block-section {
    background-position: top 50% right 20%, bottom 10% left 60%, top, bottom;
    background-size: 50%, 50%, auto, auto;
  }
}

.about-section {
  margin-top: 5%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .about-section {
    padding: 0 5%;
  }
}
.about-section img {
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.4);
  width: 100%;
}
.about-section.about-txt {
  padding: 4% 2.5%;
}
@media (max-width: 820px) {
  .about-section.about-txt {
    padding: 0% 2.5%;
  }
}
@media (max-width: 767px) {
  .about-section.about-txt {
    padding: 0 5%;
  }
}
.about-section.about-txt h2 {
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .about-section.about-txt h2 {
    font-size: 32px;
  }
}
.about-section.about-txt p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.about-section.about-txt .mainbtn {
  padding: 10px 34px;
  border-radius: 22px;
  margin-top: 3%;
  background-color: #3147BC;
  border: 0;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 150px;
  display: block;
  background-color: #181C34;
  display: flex;
}
.about-section.about-txt .mainbtn a {
  color: #fff;
  text-decoration: none;
}
.about-section.about-txt .mainbtn:hover {
  opacity: 0.8;
}

.pd-section {
  padding: 3% 0 13% 0;
}
@media (max-width: 767px) {
  .pd-section {
    padding: 0 5px;
  }
}
.pd-section h2 {
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .pd-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .pd-section h2 {
    margin-top: 15%;
  }
}
.pd-section .carousel-indicators {
  position: relative;
  left: unset;
  bottom: unset;
  margin-left: 0;
  width: 100%;
}
.pd-section .carousel-indicators li {
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1px #fff;
  position: relative;
  text-indent: unset;
}
.pd-section .carousel-indicators li.active {
  width: 60px;
  height: 60px;
  width: 60px;
  height: 60px;
  border: solid 1px #181C34;
  background-color: #181C34;
}
.pd-section .carousel-indicators li:before {
  content: "01";
  position: absolute;
  width: 60px;
  height: 60px;
  color: #fff;
  left: 0;
  display: block;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  top: -6px;
}
@media (max-width: 767px) {
  .pd-section .carousel-indicators li:before {
    font-size: 20px;
  }
}
.pd-section .carousel-indicators li:nth-of-type(2):before {
  content: "02";
}
.pd-section .carousel-indicators li:nth-of-type(3):before {
  content: "03";
}
.pd-section .carousel-inner .item-block {
  float: left;
  width: 37.5%;
  background-color: #181C34;
  margin-top: 4%;
  padding: 4%;
}
@media (max-width: 820px) {
  .pd-section .carousel-inner .item-block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pd-section .carousel-inner .item-block {
    width: 100%;
    padding: 8%;
  }
}
.pd-section .carousel-inner .item-block h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pd-section .carousel-inner .item-block h3 {
    font-size: 20px;
  }
}
.pd-section .carousel-inner .item-block p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.pd-section .carousel-inner .item-block .mainbtn {
  padding: 10px 34px;
  border-radius: 22px;
  margin-top: 3%;
  background-color: #3147BC;
  border: 0;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 150px;
  display: block;
}
.pd-section .carousel-inner .item-block .mainbtn a {
  color: #fff;
  text-decoration: none;
}
.pd-section .carousel-inner .item-block .mainbtn:hover {
  opacity: 0.8;
}
.pd-section .carousel-inner .item-img {
  float: left;
  width: 62.5%;
}
@media (max-width: 820px) {
  .pd-section .carousel-inner .item-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pd-section .carousel-inner .item-img {
    width: 100%;
  }
}
.pd-section .carousel-inner .item-img img {
  max-width: 723px;
}

.qc-section {
  padding-bottom: 4%;
}
@media (max-width: 820px) {
  .qc-section {
    padding-top: 12%;
  }
}
@media (max-width: 767px) {
  .qc-section {
    padding: 12% 5px;
  }
}
.qc-section h2 {
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
  font-size: 38px;
  margin-top: -5%;
  padding-bottom: 3%;
}
@media (max-width: 767px) {
  .qc-section h2 {
    font-size: 32px;
  }
}
.qc-section .qc-img {
  position: relative;
}
.qc-section .qc-img:before, .qc-section .qc-img:after {
  content: "";
  position: absolute;
  width: 93px;
  height: 93px;
  background-color: #3147BC;
}
.qc-section .qc-img:before {
  top: 0;
  left: 15px;
}
.qc-section .qc-img:after {
  right: 8px;
  bottom: 0;
}
.qc-section .qc-img img {
  position: relative;
  margin: 8px 2px 2px 8px;
  z-index: 2;
  width: 100%;
}
.qc-section .underline {
  padding: 0% 4%;
}
.qc-section .underline ul li {
  position: relative;
  margin-left: 1em;
  padding-left: 25px;
}
.qc-section .underline ul li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #CF233A;
  top: 12px;
  left: -7px;
}
.qc-section .underline ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #CF233A;
  top: 12px;
  left: 0px;
}
.qc-section .underline ul li:last-of-type:after {
  height: 50px;
}
.qc-section .underline h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  font-size: 24px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .qc-section .underline h3 {
    font-size: 24px;
  }
}
.qc-section .underline p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.qc-section .mainbtn {
  padding: 10px 34px;
  border-radius: 22px;
  margin-top: 3%;
  background-color: #3147BC;
  border: 0;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 150px;
  display: block;
  background-color: #CF233A;
}
.qc-section .mainbtn a {
  color: #fff;
  text-decoration: none;
}
.qc-section .mainbtn:hover {
  opacity: 0.8;
}

.default-bottom-bg {
  background-color: #2D2D2D;
}

.pd-process-section {
  background-image: url("../../images/process-gear.png");
  background-position: top 50px right 5%;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-bottom: 5%;
  background-size: 25%';
}
@media (max-width: 820px) {
  .pd-process-section {
    background-position: top -20px right 5%;
  }
}
.pd-process-section h2 {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .pd-process-section h2 {
    font-size: 24px;
  }
}
.pd-process-section .process-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  margin-top: 5%;
}
@media (max-width: 767px) {
  .pd-process-section .process-step {
    align-content: center;
    justify-content: flex-start;
  }
}
.pd-process-section .process-step li {
  flex-basis: 20%;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .pd-process-section .process-step li {
    flex-basis: 50%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.pd-process-section .process-step .step {
  max-width: 136px;
}
@media (max-width: 767px) {
  .pd-process-section .process-step .step {
    padding-bottom: 15px;
  }
}
.pd-process-section .process-step .step img {
  max-width: 80px;
  display: block;
  margin: 0 auto;
}
.pd-process-section .process-step .step p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.pd-process-section .process-step .arrow {
  max-width: 59px;
  position: absolute;
  right: 0;
  top: 25%;
}
@media (max-width: 767px) {
  .pd-process-section .process-step .arrow {
    position: relative;
    right: unset;
    top: unset;
    transform: rotate(90deg);
    margin-bottom: 30px;
    max-width: 30px;
    display: none;
  }
}

.globe-section {
  background-image: url("../../images/Rectangle-red-down-bottom.svg");
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 10%;
}
@media (max-width: 820px) {
  .globe-section {
    margin-top: 0%;
  }
}
@media (max-width: 767px) {
  .globe-section {
    padding: 5% 20px;
  }
}
.globe-section .globe-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3%;
}
@media (max-width: 1024px) {
  .globe-section .globe-block {
    margin-top: 20%;
  }
}
@media (max-width: 767px) {
  .globe-section .globe-block {
    flex-direction: column;
    margin-bottom: 5%;
  }
}
.globe-section .globe-gear {
  max-width: 165px;
  margin-right: 20px;
  max-height: 132px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .globe-section .globe-gear {
    max-width: 100px;
    max-height: 100px;
  }
}
.globe-section .globe-txt h2 {
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .globe-section .globe-txt h2 {
    font-size: 32px;
  }
}
.globe-section .globe-txt p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
}
.globe-section .globe-txt .mainbtn {
  padding: 10px 34px;
  border-radius: 22px;
  margin-top: 3%;
  background-color: #3147BC;
  border: 0;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 150px;
  display: block;
  background-color: #181C34;
  z-index: 5;
  position: relative;
}
.globe-section .globe-txt .mainbtn a {
  color: #fff;
  text-decoration: none;
}
.globe-section .globe-txt .mainbtn:hover {
  opacity: 0.8;
}

.map {
  position: relative;
}
.map img {
  width: 100%;
}

.site {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
}
@media (max-width: 767px) {
  .site {
    border-radius: 25px;
  }
}
.site:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 13px 0 13px;
  border-color: #fff transparent transparent transparent;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.site .circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
@media (max-width: 767px) {
  .site .circle {
    display: none;
  }
}
.site .circle span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
.site .circle span:nth-of-type(1) {
  width: 180px;
  height: 180px;
  opacity: 0.3;
}
.site .circle span:nth-of-type(2) {
  animation: circle-ani01 3s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.site:nth-of-type(1) {
  left: 16%;
  max-width: 154px;
  max-height: 154px;
}
.site:nth-of-type(1) h3 {
  padding-top: 20px;
}
.site:nth-of-type(2) {
  left: 48%;
  top: 18%;
  max-width: 108px;
  max-height: 108px;
}
.site:nth-of-type(2):before {
  border-width: 60px 10px 0 10px;
  bottom: -50px;
}
.site:nth-of-type(2) h3 {
  padding-top: 15px;
}
.site:nth-of-type(2) .circle span:nth-of-type(1) {
  width: 125px;
  height: 125px;
}
.site:nth-of-type(2) .circle span:nth-of-type(2) {
  animation: circle-ani02 3s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.site:nth-of-type(3) {
  left: 69%;
  top: 46%;
  max-width: 108px;
  max-height: 108px;
}
.site:nth-of-type(3):before {
  border-width: 60px 10px 0 10px;
  bottom: -50px;
}
.site:nth-of-type(3) h3 {
  padding-top: 15px;
}
.site:nth-of-type(3) .circle span:nth-of-type(1) {
  width: 125px;
  height: 125px;
}
.site:nth-of-type(3) .circle span:nth-of-type(2) {
  animation: circle-ani02 3s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.site:nth-of-type(4) {
  top: 20%;
  left: 78%;
  max-width: 154px;
  max-height: 154px;
}
.site:nth-of-type(4) h3 {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .site:nth-of-type(1), .site:nth-of-type(2), .site:nth-of-type(3), .site:nth-of-type(4) {
    left: unset;
    max-width: 46%;
    float: left;
    position: relative;
    margin: 10px 2%;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .site:nth-of-type(1) h3, .site:nth-of-type(2) h3, .site:nth-of-type(3) h3, .site:nth-of-type(4) h3 {
    display: inline;
    font-size: 20px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .site:nth-of-type(1):before, .site:nth-of-type(2):before, .site:nth-of-type(3):before, .site:nth-of-type(4):before {
    border-width: 15px 13px 0 13px;
    bottom: -14px;
  }
}
.site h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  color: #405AE2;
  line-height: 1.25;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .site h3 {
    font-size: 20px;
  }
}
.site h3 span {
  font-size: 32px;
  color: #405AE2;
  display: block;
  letter-spacing: 1px;
}

.page-header {
  display: none;
}

@media (max-width: 768px) {
  .B_hot_3 .thumbnail-list li {
    width: 50%;
    margin-bottom: 20px;
  }
}
.B_hot_3 .li-item {
  position: relative;
}
.B_hot_3 .li-item:hover {
  box-shadow: none;
  background-color: #CF233A;
}
.B_hot_3 .li-item:hover .view-third a {
  background-color: #CF233A;
}
.B_hot_3 .li-item:hover img {
  transform: scale(1.05);
  opacity: 0.3;
}
.B_hot_3 .li-item:hover .hot_prod_intro {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  display: block;
  color: #CF233A;
  font-size: 18px;
}
.B_hot_3 .li-item a {
  overflow: hidden;
  display: block;
}
.B_hot_3 .li-item a img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.B_hot_3 .li-item .mask .hot_mask_title {
  font-size: 16px;
}
.B_hot_3 .li-item .mask .hot_mask_intro {
  display: none;
}
.B_hot_3 .li-item .mask .info {
  display: none;
}
.B_hot_3 .li-item .hot_prod_title,
.B_hot_3 .li-item .hot_prod_intro {
  display: none;
}
.B_hot_3 .li-item .btn-default {
  display: none;
}
.B_hot_3 .li-item .product-price .cut-price {
  text-decoration: none;
  color: #CF233A;
  font-size: 16px;
}

.footer-logo {
  max-width: 335px;
  width: 100%;
}

.footer-p {
  margin-top: 30px;
  color: #DDDDDD;
  font-size: 15px;
}
.footer-p a {
  color: #DDDDDD;
}

.footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.footer-menu li a {
  display: block;
  padding: 5px 15px;
  color: #DDDDDD;
}
@media (max-width: 767px) {
  .footer-menu li a {
    width: 100%;
  }
}

.copyright-p {
  text-align: right;
  margin-right: 15px;
  margin-top: 15px;
  color: #DDDDDD;
}

.LINE-QR {
  margin-bottom: 15px;
}

.side-line-link {
  position: fixed;
  right: 1.5%;
  top: 80%;
  z-index: 10;
}
@media (max-width: 767px) {
  .side-line-link {
    top: 80%;
  }
}
.side-line-link li {
  margin-top: 15px;
}
.side-line-link .gotop {
  display: none;
  padding: 4px 14px;
  font-size: 30px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.side-line-link .gotop:hover {
  background: rgba(0, 0, 0, 0.8);
}
.side-line-link .gotop span.fa {
  display: block;
  text-align: center;
  padding: 0px;
  margin: -3px;
}
.side-line-link a {
  background: linear-gradient(135deg, #99de2f, #46c030);
  border-radius: 50%;
  padding: 5px;
  z-index: 50;
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  transition: all 0.2s ease-in;
}
.side-line-link a:hover, .side-line-link a:focus {
  background: linear-gradient(135deg, #46c030, #99de2f);
}
.side-line-link img {
  max-width: 40px;
}

.clickCtyName {
  display: none;
}

@media (max-width: 767px) {
  .floor_list ul {
    display: none;
  }
}

.banner {
  background-color: #2D2D2D;
  height: 300px;
  background-image: url(../../images/innerbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .banner {
    height: 250px;
  }
}
.banner .innertitle {
  position: absolute;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
  margin-top: 10%;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .banner .innertitle {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .banner .innertitle {
    margin-top: 27%;
    font-size: 24px;
    width: 80%;
  }
}

@keyframes gear-ani {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* nav-js觸發 */
@keyframes SHOW {
  0% {
    margin-top: -100px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes circle-ani01 {
  0% {
    width: 108px;
    height: 108px;
    opacity: 1;
  }
  100% {
    width: 230px;
    height: 230px;
    opacity: 0;
  }
}
@keyframes circle-ani02 {
  0% {
    width: 108px;
    height: 108px;
    opacity: 1;
  }
  100% {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
/*------------------------------*/
/*          $Catalog
--------------------------------*/
/**
* reset               還原
* variable            全域變數
* mixin               模組
* layout              版型
* navbar              主選單
* banner              首頁banner
* default             首頁
* product             首頁產品
* new                 首頁news
* footer              footer
* innerpage           內文樣式
* animate             特效
**/
/*------------------------------*//*# sourceMappingURL=rwd1677.css.map */