@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500&family=Poppins:wght@400;500&display=swap");
.videoArea .btn_video a:before, .videoArea .btn_video a:after, .detailArea .tabs a span:before, .detailArea .tabs a span:after, .arrowBox .arrow, .side_link ul li:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tabBox .tabContent .title, .fastLinkBox .title, .categoryBoxM2 .infoBox .Txt .title, .captionBox .appList li .Txt .chTxt, .categoryBox .categoryList li .txtBox .title {
  color: #616161;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
}

.videoArea .videoList li .Txt .title, .categoryBoxM2 .infoBox .m_title {
  color: #ebbc00;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1.2px;
}

.videoArea .videoList li .Txt p, .tabBox .tabContent ul li, .tabBox .tabContent p, .detailArea .tabs a, .productIntro .introBox .Txt ul li, .productIntro .introBox .Txt p, .productIntro .introBox .mTitle, .proList .Txt .intro ul li, .categoryBoxM2 .infoBox .Txt p, .captionBox p, .categoryBox .categoryList li .txtBox p {
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.8px;
}

@-webkit-keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #896558;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #896558), color-stop(100%, #b5978c));
    background: -webkit-gradient(linear, left top, left bottom, from(#896558), to(#b5978c));
    background: linear-gradient(to bottom, #896558 0%, #b5978c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#896558", endColorstr="#b5978c", GradientType=0 );
  }
}
@keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #896558;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #896558), color-stop(100%, #b5978c));
    background: -webkit-gradient(linear, left top, left bottom, from(#896558), to(#b5978c));
    background: linear-gradient(to bottom, #896558 0%, #b5978c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#896558", endColorstr="#b5978c", GradientType=0 );
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@-webkit-keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
@keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
.mainArea.list {
  background-image: url(../images/proListTopBg.png), url(../images/proListBottomBg.png);
  background-repeat: no-repeat;
  background-position: left top, left bottom;
  background-size: contain, auto;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .mainArea.list {
    background-size: contain, 50%;
  }
}
.mainArea.list .wrap {
  position: relative;
  z-index: 2;
}
.mainArea.index {
  background-image: url(../images/proListTopBg.png), url(../images/proListBottomBg.png);
  background-repeat: no-repeat;
  background-position: left top, left bottom;
  background-size: contain, auto;
  background-color: #ffffff;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .mainArea.index {
    background-size: contain, 50%;
    padding-bottom: 0;
  }
}
.mainArea.ins {
  padding-top: 40px;
  padding-bottom: 0;
  background-color: #000;
}
@media (min-width: 993px) {
  .mainArea.ins {
    background-image: url(../images/proInsTopBg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto;
  }
}
.mainArea.ins + .fastLinkBox {
  padding: 95px 0;
}
.mainArea.ins + .fastLinkBox:before, .mainArea.ins + .fastLinkBox:after {
  display: none;
}

.categoryBox {
  padding-bottom: 50px;
}
.categoryBox .categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.categoryBox .categoryList li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 13px 26px 13px;
}
.categoryBox .categoryList li .Img {
  width: 355px;
  border-radius: 10px 0 0 10px;
}
.categoryBox .categoryList li .Img a {
  display: block;
  line-height: 0;
}
.categoryBox .categoryList li .Img img {
  width: 100%;
  border-radius: 10px 0 0 10px;
}
.categoryBox .categoryList li .Txt {
  padding: 45px 40px;
  width: calc(100% - 355px);
  border-radius: 0 10px 10px 0;
  background-color: #ffffff;
}
.categoryBox .categoryList li .txtBox .title {
  color: #ebbc00;
  height: 25px;
}
.categoryBox .categoryList li .txtBox .title a {
  color: #ebbc00;
}
.categoryBox .categoryList li .txtBox .title a span {
  font-family: "Poppins";
  text-transform: uppercase;
  padding-left: 10px;
  display: inline-block;
}
.categoryBox .categoryList li .txtBox p {
  margin-top: 18px;
  height: 78px;
  overflow-y: auto;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-thumb {
  background: #ebbc00;
  border: 0px none #ebbc00;
  border-radius: 0px;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-thumb:hover {
  background: #ebbc00;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-thumb:active {
  background: #ebbc00;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-track {
  background: #e6e6e6;
  border: 0px none #ffffff;
  border-radius: 0px;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-track:hover {
  background: #e6e6e6;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-track:active {
  background: #e6e6e6;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-corner {
  background: transparent;
}
.categoryBox .categoryList li .btnBox {
  padding-top: 40px;
}
@media (min-width: 1401px) and (max-width: 1536px) {
  .categoryBox .categoryList li .Img {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 300px;
    overflow: hidden;
  }
  .categoryBox .categoryList li .Img img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .categoryBox .categoryList li .Img,
.categoryBox .categoryList li .Txt {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .categoryBox .categoryList {
    max-width: 1100px;
    margin: auto;
  }
  .categoryBox .categoryList li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .categoryBox .categoryList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  .categoryBox .categoryList li .Img,
.categoryBox .categoryList li .Txt {
    width: 100%;
  }
  .categoryBox .categoryList li .Img {
    border-radius: 10px 10px 0 0;
  }
  .categoryBox .categoryList li .Img img {
    border-radius: 10px 10px 0 0;
  }
  .categoryBox .categoryList li .Txt {
    padding: 25px 0;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 640px) {
  .categoryBox .categoryList {
    margin: 0;
  }
  .categoryBox .categoryList li {
    width: 100%;
    padding: 0 0 26px 0;
  }
  .categoryBox .categoryList li .txtBox .title,
.categoryBox .categoryList li .txtBox p {
    height: auto;
  }
}

.captionBox .group {
  padding-bottom: 85px;
}
.captionBox .group:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .captionBox .group {
    padding-bottom: 50px;
  }
}
.captionBox .advList,
.captionBox .appList {
  list-style: none !important;
  padding-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.captionBox .advList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -35px;
}
.captionBox .advList li {
  width: 33.33%;
  padding: 0 35px 20px;
}
.captionBox .advList li .Img {
  line-height: 0;
}
.captionBox .advList li .Img img {
  width: 100%;
  border-radius: 10px;
}
.captionBox .advList li .Txt {
  color: #ebbc00;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 1.5;
  padding-top: 20px;
}
@media (max-width: 1400px) {
  .captionBox .advList {
    margin: 0 -15px;
  }
  .captionBox .advList li {
    padding: 20px 15px 30px;
  }
}
@media (max-width: 992px) {
  .captionBox .advList li {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .captionBox .advList {
    margin: 0;
  }
  .captionBox .advList li {
    width: 100%;
    padding: 15px 0;
  }
  .captionBox .advList li .Txt {
    font-size: 20px;
  }
}
.captionBox .appList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.captionBox .appList li {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 50px;
  margin: 25px 0;
}
@media (min-width: 993px) {
  .captionBox .appList li {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  .captionBox .appList li:nth-child(3n) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.captionBox .appList li .Img {
  width: 86px;
}
.captionBox .appList li .Txt {
  min-width: 150px;
  padding-left: 15px;
}
.captionBox .appList li .Txt .enTxt {
  color: #ebbc00;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  padding-top: 5px;
}
@media (max-width: 992px) {
  .captionBox .appList li {
    width: 50%;
    padding: 0 20px;
  }
  .captionBox .appList li:nth-child(odd) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  .captionBox .appList li:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .captionBox .appList li .Txt {
    width: 120px;
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .captionBox .appList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .captionBox .appList li {
    width: 100%;
    padding: 25px 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .captionBox .appList li:nth-child(odd), .captionBox .appList li:nth-child(even) {
    border-left: 0;
    border-right: 0;
  }
  .captionBox .appList li .Txt {
    width: calc(100% - 86px);
  }
}

.side_link {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #ebbc00;
  border-radius: 10px 0 0 10px;
  z-index: 10;
}
.side_link ul {
  padding: 12px 0;
}
.side_link ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.side_link ul li:before, .side_link ul li:after {
  content: "";
  position: absolute;
}
.side_link ul li:before {
  left: 8px;
  top: 10%;
  width: 2px;
  height: 0;
  background-color: #ffffff;
  opacity: 0;
}
.side_link ul li:after {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2);
  width: 26px;
  height: 1px;
}
.side_link ul li:last-child:after {
  display: none;
}
.side_link ul li a {
  padding: 16px;
  display: block;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  font-family: "Poppins", "Noto Sans TC";
  text-align: center;
  margin: auto;
  line-height: 1;
  letter-spacing: 0.75px;
}
.side_link ul li:hover:before {
  height: 80%;
  opacity: 1;
}
@media (max-width: 992px) {
  .side_link ul li a {
    padding: 13px;
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .side_link ul li a {
    font-size: 13px;
    padding: 12px 10px;
  }
}

.categoryBoxM2 .titleBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.categoryBoxM2 .titleBar > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.categoryBoxM2 .titleBar .classLink {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.categoryBoxM2 .sectionBox {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.categoryBoxM2 .sectionBox:last-child {
  border-bottom: 0;
}
.categoryBoxM2 .infoBox .m_title {
  font-family: "Poppins", "Noto Sans TC";
}
.categoryBoxM2 .infoBox .Txt {
  padding-top: 10px;
}
.categoryBoxM2 .infoBox .Txt p {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .categoryBoxM2 .titleBar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .categoryBoxM2 .titleBar > div {
    -webkit-box-flex: auto;
        -ms-flex-positive: auto;
            flex-grow: auto;
    width: 100%;
  }
  .categoryBoxM2 .titleBar .sonTitleBox {
    text-align: center;
  }
  .categoryBoxM2 .titleBar .sonTitleBox:after {
    right: 0;
    margin: auto;
  }
  .categoryBoxM2 .titleBar .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ribbon_new,
.ribbon_hot {
  position: absolute;
  top: -35px;
  left: 8px;
  z-index: 20;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ribbon_new:after,
.ribbon_hot:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: url(../images/ribbon_bg.png);
  background-repeat: no-repeat;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
}
.ribbon_new span,
.ribbon_hot span {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  z-index: 3;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ribbon_new span:before, .ribbon_new span:after,
.ribbon_hot span:before,
.ribbon_hot span:after {
  position: absolute;
  content: "";
  margin: auto;
  border-radius: 50%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.ribbon_new span:before,
.ribbon_hot span:before {
  width: 100%;
  height: 100%;
  background-color: #ebbc00;
  z-index: -1;
}
.ribbon_new span:after,
.ribbon_hot span:after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 0;
}

.proList {
  margin: 0 -40px;
}
.proList li {
  padding: 40px;
}
.proList > li {
  float: left;
  width: 25%;
}
.proList > li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  opacity: 0;
  display: none;
}
@media (max-width: 1180px) {
  .proList > li {
    width: 33.33%;
  }
  .proList > li:nth-child(4) {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 992px) {
  .proList > li {
    width: 50%;
  }
  .proList > li:nth-child(3) {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 640px) {
  .proList > li {
    width: 100%;
  }
  .proList > li:nth-child(2) {
    opacity: 0;
    display: none;
  }
}
.proList .Img {
  position: relative;
}
.proList .Img img {
  width: 100%;
}
.proList .Txt {
  padding-top: 15px;
}
.proList .Txt .btn_more.mb {
  display: none;
}
.proList .Txt .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.proList .Txt .title {
  width: calc(100% - 35px);
  color: #ebbc00;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 1.5;
  padding-right: 10px;
}
.proList .Txt .title a {
  color: #ebbc00;
}
.proList .Txt .intro {
  padding-top: 5px;
}
.proList .Txt .intro ul li {
  padding: 0;
  position: relative;
  padding-left: 16px;
}
.proList .Txt .intro ul li:before {
  position: absolute;
  left: 1px;
  top: 13px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ebbc00;
}
@media (max-width: 1440px) {
  .proList {
    margin: 0 -20px;
  }
  .proList li {
    padding: 40px 20px;
  }
}
@media (max-width: 640px) {
  .proList {
    margin: 0 -10px;
  }
  .proList li {
    padding: 30px 10px;
  }
  .proList .Txt .topBox .title {
    width: 100%;
    padding-right: 0;
  }
  .proList .Txt .topBox .btn_more.pc {
    display: none;
  }
  .proList .Txt .btn_more.mb {
    display: block;
    text-align: center;
    margin: 35px auto 10px;
  }
}

.fastLinkBox {
  background-image: url(../images/sec4_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 145px 0 175px;
  position: relative;
  overflow: hidden;
}
.fastLinkBox:before, .fastLinkBox:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  display: block;
  pointer-events: none;
  width: 100%;
}
.fastLinkBox:before {
  background-image: url(../images/sec4_bigCircle.png);
  height: 1379px;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.fastLinkBox:after {
  background-image: url(../images/sec4_smallCircle.png);
  background-size: contain;
  height: 462px;
  animation: rotate 30s linear infinite reverse;
}
.fastLinkBox .wrap {
  position: relative;
  z-index: 2;
}
.fastLinkBox .slogan {
  color: #4c4c4c;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.46;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .fastLinkBox .slogan {
    font-size: 23px;
    letter-spacing: 1.3px;
    line-height: 1.3;
  }
}
.fastLinkBox .title a {
  color: #ffffff;
  padding-left: 5px;
  font-family: "Poppins";
  display: inline-block;
}
@media (max-width: 360px) {
  .fastLinkBox .title a {
    display: block;
    padding-top: 5px;
  }
}
.fastLinkBox .title svg {
  margin-right: 8px;
  vertical-align: middle;
}
.fastLinkBox .slogan,
.fastLinkBox .title {
  color: #ffffff;
}
.fastLinkBox .lineBox {
  text-align: center;
  padding-top: 30px;
}
.fastLinkBox .lineBox:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: url(../images/sec4_horLine.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 480px) {
  .fastLinkBox .lineBox:before {
    display: none;
  }
}
.fastLinkBox .lineBox span {
  color: #ffffff;
  width: 29px;
  height: 29px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/sec4_or.png);
  background-repeat: no-repeat;
  padding-bottom: 2px;
  background-color: #418ace;
  border-radius: 50%;
}
.fastLinkBox .btnGroup a {
  margin: 0 27px;
}
@media (max-width: 800px) {
  .fastLinkBox {
    padding-bottom: 165px;
  }
  .fastLinkBox .btnGroup a {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .fastLinkBox {
    padding: 80px 0;
  }
  .fastLinkBox .btnGroup a {
    margin: 10px 0;
  }
}
.fastLinkBox .fastLink_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fastLinkBox .fastLink_list li {
  width: 33.33%;
  text-align: center;
  position: relative;
}
.fastLinkBox .fastLink_list li:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 100%;
  max-height: 110px;
  background-color: rgba(255, 255, 255, 0.3);
}
.fastLinkBox .fastLink_list li a:hover {
  background-color: #ffffff;
}
.fastLinkBox .fastLink_list li .btnBox {
  padding-top: 40px;
}
.fastLinkBox .fastLink_list li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .fastLinkBox {
    padding: 50px 0;
  }
  .fastLinkBox .fastLink_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fastLinkBox .fastLink_list li {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .fastLinkBox .fastLink_list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .fastLinkBox .fastLink_list li:after {
    max-width: 300px;
    width: 100%;
    height: 1px;
    top: auto;
    left: 0;
    margin: auto;
  }
  .fastLinkBox .fastLink_list li .btnBox {
    padding-top: 30px;
  }
}

.classNote {
  padding-bottom: 10px;
  line-height: 1.8;
  font-size: 15px;
  color: #222;
  text-align: center;
}
.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productIntro {
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
  /*產品介紹縮圖文字*/
}
.productIntro .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.productIntro .albumBox {
  width: 850px;
  margin-right: 20px;
}
.productIntro .albumBox a {
  display: block;
  border-radius: 10px;
  border: 1px solid #ebbc00;
  overflow: hidden;
}
.productIntro .albumBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
}
.productIntro .albumBox .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.productIntro .albumBox .imgBox .imgNavList {
  width: 150px;
}
.productIntro .albumBox .imgBox .imgShowList {
  width: calc(100% - 150px);
  padding-left: 24px;
  padding-right: 74px;
}
.productIntro .albumBox .imgShowList > li:not(:first-child) {
  display: none;
  opacity: 0;
  top: 0;
}
.productIntro .albumBox .imgShowList .slick-prev, .productIntro .albumBox .imgShowList .slick-next {
  margin-top: 20px;
}
.productIntro .albumBox .imgShowList .slick-prev {
  left: 20px;
}
.productIntro .albumBox .imgShowList .slick-next {
  right: 20px;
}

.productIntro .albumBox .imgShowList li img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 500px;
  line-height: 0;
}

@media (max-width: 768px) {
.productIntro .albumBox .imgShowList li img {
  max-height: 350px;
  }
}

@media (max-width: 480px) {
.productIntro .albumBox .imgShowList li img {
  max-height: 250px;
  }
}

.productIntro .albumBox .imgNavList {
  margin: -11.5px 0;
}
.productIntro .albumBox .imgNavList li {
  padding: 11.5px 0;
}
.productIntro .albumBox .imgNavList li img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 88px;
  line-height: 0;
}
.productIntro .albumBox .imgNavList li a {
  display: block;
  background-color: #111;
  border-radius: 10px;
}
@media (min-width: 993px) {
  .productIntro .albumBox .imgNavList > li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    display: none;
    opacity: 0;
    top: 0;
  }
}
@media (min-width: 641px) and (max-width: 992px) {
  .productIntro .albumBox .imgNavList > li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
    display: none;
    opacity: 0;
    top: 0;
  }
}
@media (min-width: 461px) and (max-width: 640px) {
  .productIntro .albumBox .imgNavList > li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    display: none;
    opacity: 0;
    top: 0;
  }
}
@media (max-width: 460px) {
  .productIntro .albumBox .imgNavList > li:not(:first-child):not(:nth-child(2)) {
    display: none;
    opacity: 0;
    top: 0;
  }
}
.productIntro .albumBox .arrowBox {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productIntro .albumBox .arrowBox .arrow.arrowPrev {
  margin-bottom: 9px;
}
.productIntro .albumBox .arrowBox .arrow.arrowNext {
  margin-top: 9px;
}
.productIntro .albumBox .arrowBox .arrow svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.productIntro .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 55px;
}
.productIntro .introBox .mTitle {
  color: #fff;
}
.productIntro .introBox .articleTitle {
  text-align: left;
}
.productIntro .introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 13px;
  color: #616161;
}
.productIntro .introBox .Txt ul li {
  padding: 0;
  position: relative;
  padding-left: 16px;
}
.productIntro .introBox .Txt ul li:before {
  position: absolute;
  left: 1px;
  top: 13px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ebbc00;
}
.productIntro .introBox .btnBox {
  padding-top: 40px;
}
@media (max-width: 1440px) {
  .productIntro .albumBox {
    width: 700px;
  }
  .productIntro .albumBox .imgBox .imgNavList {
    width: 130px;
  }
  .productIntro .albumBox .imgBox .imgShowList {
    width: calc(100% - 130px);
  }
  .productIntro .introBox {
    padding-left: 25px;
  }
}
@media (max-width: 1180px) {
  .productIntro .albumBox {
    width: 550px;
  }
  .productIntro .albumBox .imgBox .imgNavList {
    width: 112px;
  }
  .productIntro .albumBox .imgBox .imgShowList {
    width: calc(100% - 112px);
    padding-right: 0;
  }
  .productIntro .albumBox .arrowBox {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    right: 0;
    max-width: 115px;
    width: 100%;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
  }
  .productIntro .albumBox .arrowBox .arrow.arrowPrev {
    margin-bottom: 0;
  }
  .productIntro .albumBox .arrowBox .arrow.arrowNext {
    margin-top: 0;
  }
  .productIntro .albumBox .arrowBox .arrow svg {
    -webkit-transform: scaleX(-1) rotate(90deg);
            transform: scaleX(-1) rotate(90deg);
  }
}
@media (max-width: 992px) {
  .productIntro {
    padding-bottom: 60px;
  }
  .productIntro .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productIntro .albumBox,
.productIntro .introBox {
    width: 100%;
  }
  .productIntro .albumBox .imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productIntro .albumBox .imgBox .imgNavList {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 25px;
    margin: 0;
  }
  .productIntro .albumBox .imgBox .imgNavList li {
    padding: 0 10px;
  }
  .productIntro .albumBox .imgBox .imgNavList > li {
    width: 25%;
    float: left;
  }
  .productIntro .albumBox .imgBox .imgNavList .slick-dots {
    padding-top: 20px;
  }
  .productIntro .albumBox .imgBox .imgShowList {
    width: 100%;
    padding-left: 0;
  }
  .productIntro .albumBox .arrowBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 20px;
  }
  .productIntro .introBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .productIntro .albumBox .imgBox .imgNavList > li {
    width: 33.33%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 460px) {
  .productIntro .albumBox .imgBox .imgNavList > li {
    width: 50%;
  }
}

.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrowBox .arrow {
  width: 47px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.arrowBox .arrow svg {
  fill: #000000;
}
.arrowBox .arrow:hover {
  cursor: pointer;
}
.arrowBox .arrow:hover svg {
  fill: #ebbc00;
}

.side_album {
  width: 100%;
  margin: 2px -1px 0;
}
.side_album li {
  float: left;
  width: 16.6%;
  padding: 1px;
  overflow: hidden;
}
.side_album img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_album a {
  display: block;
}

.share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #ccc;
}
.share b {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.share a {
  display: inline-block;
  width: 25px;
  font-size: 18px;
  color: #666;
  text-align: center;
}
.share a:hover {
  opacity: 0.8;
}

.detailArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 95px 20px 110px;
}
.detailArea .wrap:before {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(160, 160, 160, 0.2);
  width: 1px;
  height: 100%;
}
.detailArea .wrap .leftBox {
  width: 175px;
}
.detailArea .wrap .rightBox {
  width: calc(100% - 175px);
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .detailArea .wrap {
    padding: 50px 20px 80px;
  }
  .detailArea .wrap .leftBox {
    width: 140px;
  }
  .detailArea .wrap .rightBox {
    width: calc(100% - 140px);
  }
}
@media (max-width: 640px) {
  .detailArea .wrap {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detailArea .wrap:before {
    display: none;
  }
  .detailArea .wrap .leftBox,
.detailArea .wrap .rightBox {
    width: 100%;
  }
  .detailArea .wrap .rightBox {
    margin-left: 0;
  }
}
.detailArea .tabs a {
  color: #808080;
  display: block;
  margin-bottom: 40px;
  padding-left: 20px;
  position: relative;
}
.detailArea .tabs a span:before, .detailArea .tabs a span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  opacity: 0;
}
.detailArea .tabs a span:before {
  left: -2.5px;
  width: 5px;
  height: 5px;
  background-color: #ebbc00;
}
.detailArea .tabs a span:after {
  left: -7.5px;
  width: 15px;
  height: 15px;
  background-color: rgba(247, 184, 130, 0.2);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.detailArea .tabs a.current, .detailArea .tabs a:hover {
  color: #ebbc00;
}
.detailArea .tabs a.current span:before, .detailArea .tabs a.current span:after, .detailArea .tabs a:hover span:before, .detailArea .tabs a:hover span:after {
  opacity: 1;
}
.detailArea .tabs a.current span:after, .detailArea .tabs a:hover span:after {
  -webkit-animation: pulse 1.2s ease infinite;
          animation: pulse 1.2s ease infinite;
}
@media (max-width: 640px) {
  .detailArea .tabs {
    margin-top: 30px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detailArea .tabs a {
    width: 33.33%;
    text-align: center;
    padding: 0 20px;
    min-width: 125px;
    margin-bottom: 30px;
    border-right: 1px solid rgba(160, 160, 160, 0.2);
  }
  .detailArea .tabs a span {
    position: relative;
  }
  .detailArea .tabs a span:before, .detailArea .tabs a span:after {
    display: none;
  }
  .detailArea .tabs a:nth-child(3), .detailArea .tabs a:nth-child(6) {
    border: 0;
  }
}
@media (max-width: 430px) {
  .detailArea .tabs {
    margin-top: 0;
    justify-content: flex-start;
  }
  .detailArea .tabs a {
    width: 50%;
    min-width: auto;
    border: 0;
  }
  /*.detailArea .tabs a:nth-child(3) {
    border-right: 1px solid rgba(160, 160, 160, 0.2);
  }
  .detailArea .tabs a:nth-child(2), .detailArea .tabs a:nth-child(4) {
    border: 0;
  }*/
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
.tabBox {
  background-color: #111;
  position: relative;
  overflow: hidden;
}
.tabBox .tabs {
  margin-top: 60px;
}
.tabBox .tabContent {
  padding: 75px 90px;
  border-radius: 10px;
  background-color: #111;
}
.tabBox .tabContent .sonTitleBox {
  margin-bottom: 40px;
}
.tabBox .tabContent .title {
  color: #ebbc00;
  padding-bottom: 15px;
}
.tabBox .tabContent hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tabBox .tabContent ul {
  padding-left: 0;
  list-style: none;
}
.tabBox .tabContent ul li {
  padding: 0;
  position: relative;
  padding-left: 16px;
}
.tabBox .tabContent ul li:before {
  position: absolute;
  left: 1px;
  top: 13px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ebbc00;
}
.tabBox .tabContent .group {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tabBox .tabContent .group.group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0;
}
.tabBox .tabContent .group.group1 .left {
  width: 530px;
  padding-right: 55px;
}
.tabBox .tabContent .group.group1 .right {
  width: calc(100% - 530px);
}
.tabBox .tabContent .group.group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabBox .tabContent .group.group2 .left {
  width: 660px;
  padding-right: 20px;
}
.tabBox .tabContent .group.group2 .right {
  width: calc(100% - 660px);
}
@media (max-width: 1440px) {
  .tabBox .tabContent {
    padding: 50px 70px;
  }
  .tabBox .tabContent .group.group1 .left {
    padding-right: 30px;
  }
  .tabBox .tabContent .group.group1 .left,
.tabBox .tabContent .group.group1 .right {
    width: 50%;
  }
  .tabBox .tabContent .group.group2 .left {
    width: 70%;
    padding-right: 30px;
  }
  .tabBox .tabContent .group.group2 .right {
    width: 30%;
  }
}
@media (max-width: 1180px) {
  .tabBox .tabContent {
    padding: 50px 30px;
  }
  .tabBox .tabContent .group.group1 .left, .tabBox .tabContent .group.group2 .left {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .tabBox .tabContent .group.group1 .left,
.tabBox .tabContent .group.group1 .right, .tabBox .tabContent .group.group2 .left,
.tabBox .tabContent .group.group2 .right {
    width: 100%;
  }
}

.videoArea {
  background-image: url(../images/proInsBottomBg.png);
  background-repeat: no-repeat;
  background-position: -5px bottom;
  background-size: auto;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .videoArea {
    background-size: 25%;
  }
}
.videoArea .tabs {
  margin-top: 0;
}
.videoArea .videoList {
  margin-bottom: 0;
}
.videoArea .videoList li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.videoArea .videoList li .left {
  width: 565px;
  padding-left: 90px;
  padding-right: 60px;
}
.videoArea .videoList li .right {
  width: calc(100% - 565px);
  position: relative;
}
.videoArea .videoList li .sonTitleBox {
  margin-bottom: 25px;
}
.videoArea .videoList li .Txt .title {
  color: #4c4c4c;
}
.videoArea .videoList li .Txt p {
  padding-top: 15px;
  height: 232px;
}
.videoArea .videoList > li:not(:first-child) {
  opacity: 0;
  top: 0;
}
@media (max-width: 1440px) {
  .videoArea .videoList li .left {
    padding-left: 0;
    padding-right: 30px;
  }
  .videoArea .videoList li .left,
.videoArea .videoList li .right {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .videoArea .videoList li .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .videoArea .videoList li .left {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .videoArea .videoList li .left,
.videoArea .videoList li .right {
    width: 100%;
  }
  .videoArea .videoList li .Txt p {
    height: auto;
  }
}
.videoArea .sliderControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 565px;
  padding: 0 60px 0 90px;
  margin-top: -90px;
  position: relative;
  z-index: 5;
}
.videoArea .sliderControl .appendDots {
  width: calc(100% - 115px);
}
.videoArea .sliderControl .appendDots .slick-dots {
  text-align: left;
}
.videoArea .sliderControl .arrowBox {
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .videoArea .sliderControl {
    width: 50%;
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .videoArea .sliderControl {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
}
.videoArea .playerBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  max-height: 430px;
  border-radius: 10px;
  overflow: hidden;
}
.videoArea .playerBox iframe {
  margin-top: 0 !important;
}
.videoArea .mbYTP_wrapper {
  opacity: 1 !important;
}
.videoArea .btn_video {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/btn_playLine.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}
.videoArea .btn_video:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.videoArea .btn_video a {
  display: block;
  position: relative;
  width: 107px;
  height: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.videoArea .btn_video a span {
  width: 92px;
  height: 92px;
  background-image: url(../images/btn_play.png);
  background-repeat: no-repeat;
}
.videoArea .btn_video a:before, .videoArea .btn_video a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.videoArea .btn_video a:before {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.videoArea .btn_video a:after {
  background-image: url(../images/btn_playMove.png);
  background-repeat: no-repeat;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
@media (max-width: 992px) {
  .videoArea .playerBox {
    max-height: 300px;
  }
}

#intro .textEditor .Img {
  float: left;
  width: 48%;
  margin: 0 1% 2% 1%;
}

#intro .textEditor .Img img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 500px;
  line-height: 0;
}

@media (max-width: 768px) {
  #intro .textEditor .Img img {
  max-height: 400px;
}
}

@media (max-width: 480px) {
  #intro .textEditor .Img img {
  max-height: 250px;
}
}