/* ==========================================
 ##### Fonts
========================================== */
@font-face {
  font-family: 'NotoSansTC-Regular';
  src: url("NotoSansTC-Regular.woff2") format("woff2"), url("NotoSansTC-Regular.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansTC-Bold';
  src: url("NotoSansTC-Bold.woff2") format("woff2"), url("NotoSansTC-Bold.woff") format("woff");
  font-style: normal;
}

/* ==========================================
 ##### Common Set.
========================================== */
[slick-style] .slick-dots {
  padding: 0;
  margin: 0;
  height: 12px;
  text-align: center;
}

[slick-style] .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

[slick-style] .slick-dots li:last-child {
  margin-right: 0;
}

[slick-style] .slick-dots li.slick-active button {
  background: #ec6700;
  width: 12px;
  height: 12px;
}

[slick-style] .slick-dots li button {
  padding: 0;
  border: none;
  width: 6px;
  height: 6px;
  background: #d0d0d0;
  border-radius: 50%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

[slick-style] .slick-arrow {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  background: none;
  width: 25px;
  height: 25px;
  border: none;
  border-top: 1px solid #ec6700;
  border-right: 1px solid #ec6700;
  z-index: 2;
}

[slick-style] .slick-arrow.slick-prev {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

[slick-style] .slick-arrow.slick-next {
  right: 15px;
  left: unset;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

[btn-style] {
  display: inline-block;
  color: #fff;
  background: #222;
  font-size: 14px;
  padding: 18px 25px;
  border-radius: 6px;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (min-width: 992px) {
  [btn-style]: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;
    color: #fff;
  }
}

@media (max-width: 991px) {
  [slick-style] .slick-dots {
    height: auto;
  }
  [slick-style] .slick-dots li {
    margin-right: 6px;
  }
  [slick-style] .slick-dots li.slick-active button {
    width: 6px;
    height: 6px;
  }
}

.bg-gray {
  background: #f5f5f5;
  padding: 115px 0 80px;
  position: relative;
}

.bg-gray.white {
  background: #fff;
}

.bg-gray.white::before {
  border-color: transparent transparent #fff transparent;
}

.bg-gray::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #f5f5f5 transparent;
  position: absolute;
  top: -100px;
  left: 0;
  pointer-events: none;
}

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

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

.p-ti-box {
  position: relative;
  padding-left: 63px;
  width: 316px;
}

.p-ti-box::before {
  content: '';
  display: block;
  width: 63px;
  height: 63px;
  background: url(../images/p_ti_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-animation: ani-rotate 10s linear infinite;
          animation: ani-rotate 10s linear infinite;
}

.p-ti-box::after {
  content: '';
  display: block;
  width: 31px;
  height: 16px;
  background: url(../images/p_ti_deco2.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -19px;
  left: 45px;
}

.p-ti-box h3 {
  color: #ec6700;
  font-family: microsoft yahei;
  font-size: 18px;
  margin: 0 0 5px 0;
  text-align: right;
}

.p-ti-box .en {
  font-size: 25px;
  color: #000;
}

.p-ti-box .en span.bold {
  font-weight: bold;
}

.p-ti-no-deco {
  text-align: center;
}

.p-ti-no-deco::after {
  content: '';
  display: block;
  width: 1px;
  height: 120px;
  background: #4f4f4f;
  margin: 18px auto 0;
  z-index: 1;
  position: relative;
}

.p-ti-no-deco h3 {
  color: #ec6700;
  font-family:  microsoft yahei;
  font-size: 18px;
  margin: 0 0 15px 0;
}

.p-ti-no-deco .en {
  font-size: 30px;
  color: #000;
}

.p-ti-no-deco .en span.bold {
  font-weight: bold;
}

@media (max-width: 1490px) {
  .wrap-1480 {
    padding: 0 20px;
  }
}

@media (max-width: 1440px) {
  .bg-gray {
    padding: 70px 0;
  }
  .p-ti-no-deco::after {
    height: 60px;
  }
  .p-ti-no-deco .en {
    font-size: 25px;
  }
}

@media (max-width: 1419px) {
  .wrap-1400 {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .bg-gray {
    padding: 40px 0 50px;
  }
  .bg-gray::before {
    display: none;
  }
  .p-ti-no-deco::after {
    height: 35px;
  }
  .p-ti-no-deco h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .p-ti-no-deco .en {
    font-size: 22px;
  }
  [btn-style] {
    padding: 10px;
  }
}

/* ===== 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 #ec6700;
}

.msg-nodata .img:before {
  content: '!';
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #ec6700;
  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 #ec6700;
}

.msg-nodata .text {
  text-align: center;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  margin: 20px auto 30px auto;
  font-size: 18px;
}

.msg-nodata .text strong {
  display: block;
}

.msg-nodata .btn-wrap{
  text-align: center;
}

/* ===== finish ===== */
.finish {
  padding: 50px 0;
}

.finish h2 {
  font-size: 40px;
  text-align: center;
}

.finish .msg-icon {
  display: block;
  margin: 20px auto 0;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #093e76;
}

.finish .msg-icon::before {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 21px;
  left: 52px;
  width: 3px;
  height: 50px;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #fff;
}

.finish .msg-icon::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 46px;
  left: 30px;
  width: 3px;
  height: 22px;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #fff;
}

.finish .msg-ti {
  position: relative;
  padding: 20px 0;
  margin-bottom: 10px;
  color: #093e76;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.finish .msg-ti::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 1px;
  height: 40px;
  z-index: 1;
}

.finish .btn-wrap {
  text-align: center;
}

.finish .btn-wrap a {
  width: 115px;
  background: #093e76;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 8px 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-family:  microsoft yahei;
}

.finish .btn-wrap a:hover {
  background: #005494;
}

/* ===== category ===== */
.p-tab {
  padding: 0 0 0 110px;
  position: relative;
}

.p-tab::before {
  content: '';
  display: block;
  width: 1px;
  height: 160px;
  background: #4f4f4f;
  position: absolute;
  top: -60px;
  left: 70px;
  z-index: 2;
}

.category .cur-item {
  display: none;
}

.category .m-first {
  font-size: 0;
}

.category .m-first li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.category .m-first li .m-second{
  display: block;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border: 1px solid #ccc;
  z-index: 2;
  width: 150px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.category .m-first li .m-second::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #ec6700 transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.category .m-first li .m-second::after{
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: transparent;
  position: absolute;
  top: -20px;
  left: 0;
}

.category .m-first li .m-second li{
  display: block;
  border-bottom: 1px solid #ccc;
}

.category .m-first li .m-second li a{
  padding: 15px 10px;
  display: inline-block;
}

.category .m-first li .m-second li a:hover{
  background: none;
}

.category .m-first li a {
  color: #222;
  font-size: 18px;
  font-family:  microsoft yahei;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  padding: 10px 25px;
}

.category .m-first li a.current {
  color: #ec6700;
  background: url(../images/cate_deco.png) no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 992px) {
  .category .m-first li a:hover {
    color: #ec6700;
    background: url(../images/cate_deco.png) no-repeat;
    background-size: 100% 100%;
  }
  .category .m-first li:hover .m-second{
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 991px) {
  .category {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
  }
  .category.open .cur-item::after {
    bottom: 16px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .category.open ul {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
  }
  .category .cur-item {
    font-size: 17px;
    color: #fff;
    background: #ec6700;
    padding: 10px;
    text-align: center;
    position: relative;
    display: block;
    border-radius: 4px;
  }
  .category .cur-item::after {
    pointer-events: none;
    content: "";
    position: absolute;
    bottom: 13px;
    right: 15px;
    background: none;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .category .m-first {
    position: absolute;
    top: 37px;
    left: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    -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;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #fff;
    /* overflow-y: scroll;
    overflow-x: hidden; */
  }
  .category .m-first > li {
    display: block;
    width: 100% !important;
    margin: 0;
  }
  .category .m-first > li > a {
    text-decoration: none;
    display: inline-block;
    padding: 10px !important;


    border: none;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
  }
  .category .m-first > li > a.current {
    background: none;
  }
  .category .m-first li .m-second{
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    opacity: 1;
    pointer-events: auto;
    border: none;
    border-bottom: 1px solid #ddd;
    display: none;
  }
  .category .m-first li .m-second::before{
    top: -9px;
  }
  .category .m-first li .m-second::after{
    display: none;
  }
  .category .m-first li .m-second li{
    border: none;
  }
  .category .m-first li.arrow::after{
    pointer-events: none;
    content: "";
    position: absolute;
    top: 13px;
    right: 15px;
    background: none;
    width: 10px;
    height: 10px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .category .m-first li.open::after{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .category .m-first li .m-second li a{
    width: 100%;
    padding: 10px;
    font-size: 15px;
  }
}

/* ===== p-pager ===== */
.p-pager {
  text-align: center;
}

.p-pager li {list-style:none;
  display: inline-block;
  vertical-align: middle;
    background: #fff;
  font-size: 16px;
  margin: 0 5px;padding:3px 10px;
  color: #222;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  position: relative;
}

.p-pager span {
  font-size: 20px;
  vertical-align: middle;
  margin: 0 5px;
}


.p-pager li:hover,.p-pager li.thisclass {
  background: #ec6700;
  color: #fff;
}
.p-pager li:hover a,.p-pager li.thisclass a{color:#fff;}

.p-pager .prev {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cdcdcd;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-right: 5px;
}

.p-pager .prev::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-45deg) translate(2px, 2px);
      -ms-transform: rotate(-45deg) translate(2px, 2px);
          transform: rotate(-45deg) translate(2px, 2px);
}

.p-pager .prev:hover {
  background: #fff;
  border: 1px solid #ec6700;
}

.p-pager .prev:hover::after {
  border-top: 2px solid #ec6700;
  border-left: 2px solid #ec6700;
}

.p-pager .next {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: 1px solid #cdcdcd;
  margin-left: 5px;
}

.p-pager .next::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg) translate(0px, 1px);
      -ms-transform: rotate(45deg) translate(0px, 1px);
          transform: rotate(45deg) translate(0px, 1px);
}

.p-pager .next:hover {
  background: #fff;
  border: 1px solid #ec6700;
}

.p-pager .next:hover::after {
  border-top: 2px solid #ec6700;
  border-right: 2px solid #ec6700;
}

.p-pager .current {
  color: #fff;
  background: #ec6700;
  border-radius: 50%;
}

@media (max-width: 1440px) {
  .p-pager .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .p-pager .prev, .p-pager .next {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .p-pager {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .p-pager .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 0 2px;
  }
  .p-pager .prev, .p-pager .next {
    width: 30px;
    height: 30px;
  }
  .p-pager .prev {
    margin-right: 2px;
  }
  .p-pager .next {
    margin-left: 2px;
  }
}

/* ==========================================
 ##### animate
========================================== */
[data-scrollview="fadeInLeft"], [data-scrollview-repeat="fadeInLeft"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , 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;
  -o-transition: opacity 1s , 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;
  -o-transition: opacity 1s , 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);
       -o-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);
       -o-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;
  -o-transition: opacity 1s , 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);
       -o-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);
       -o-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.2s;
  -o-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

[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;
  -o-transition: opacity 1.2s , 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;
  -o-transition: opacity 1.2s , 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);
}

[data-scrollview="spacing"], [data-scrollview-repeat="spacing"] {
  opacity: 0;
  letter-spacing: -10px;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

[data-scrollview="spacing"].scroll-view, [data-scrollview-repeat="spacing"].scroll-view {
  opacity: 1;
  letter-spacing: initial;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@-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);
  }
}

/* ===== product-list ===== */
#product .bg-gray{
  background: #fff;
  padding-top: 75px;
}
#product .bg-gray::before{
  display: none;
}
#product .asid-box,
#product .list-box{
  display: inline-block;
  vertical-align: top;
}
#product .asid-box{
  width: 245px;
}
#product .list-box{
  width: calc(100% - 245px);
  padding-left: 85px;
}
#product .list-box .list-ti-box{
  padding: 0 0 25px 15px;
  border-bottom: 2px solid #4f4f4f;
  margin-bottom: 30px;
}
#product .list-box .list-ti-box h3{
  margin: 0;
  font-size: 26px;
  color: #000;
  position: relative;
  line-height: 1.4;
  font-weight: bold;
}
#product .list-box .list-ti-box h3::before{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ec6700;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -10px;
}

@media (min-width: 992px){
  #product .p-ti-box{
    width: 100%;
    padding-left: 90px;
    padding-bottom: 15px;
    border-bottom: 2px solid #4f4f4f;
  }
  #product .p-ti-box h3{
    text-align: left;
  }
  #product .p-tab{
    padding: 0;
  }
  #product .p-tab::before{
    display: none;
  }
  #product .category{
    margin-top: 7px;
  }
  #product .category .m-first li{
    display: block;
   
    position: relative;
  }
  #product .category .m-first >li::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icon_less.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 23px;
  }
  #product .category .m-first li .m-second >li{
    position: relative;
  }
  #product .category .m-first li .m-second >li::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #444;
    border-right: 2px solid #444;
    -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
    position: absolute;
    top: 17px;
    right: 26px;
  }
  #product .category .m-first li a{
    display: inline-block;
    width: 100%;
    padding: 0;
  }

  #product .category .m-first li a span{
    display: inline-block;font-family:microsoft yahei;
    padding: 13px 25px 13px 30px;
  }
  
  #product .category .m-first li .m-second{
    
    width: 100%;
    text-align: left;
    border: none;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  }
  #product .category .m-first li .m-second::before,
  #product .category .m-first li .m-second::after{
    display: none;
  }
  #product .category .m-first li .m-second li{
    border: none;
  }
  #product .category .m-first li .m-second li a{
    font-size: 16px;
    color: #333;
    padding: 13px 25px 13px 30px;
  }
  #product .category .m-first li .m-second li .m-third{
    padding-bottom: 7px;
    display: none;
  }
  #product .category .m-first li .m-second li .m-third li a{
    color: #666;
    position: relative;
  }
  #product .category .m-first li .m-second li .m-third li a::before{
    content: '-';
    display: block;
    position: absolute;
    top: 12px;
    left: 18px;
  }
  #product .category .m-first >li.open{
    background: #f9f9f9;
  }
  #product .category .m-first >li.open a{
    color: #ec6700;
  }
  #product .category .m-first >li.open>a{
    background:#ec6700;
    color:#fff;
  }
  #product .category .m-first >li>a{border-bottom:1px solid #ec6700;}
  #product .category .m-first >li.open:after{display:none;}
  #product .category .m-first >li.open a span{
    
    background-size: 100% 100%;
  }
  #product .category .m-first >li.open .m-second{
    background: #f9f9f9;display:block;
  }
  #product .category .m-first >li.open::after{
    background: url(../images/icon_less.png) no-repeat;
    background-size: contain;
  }
  #product .category .m-first li .m-second >li.open::after{
    border-top: 2px solid #ec6700;
    border-right: 2px solid #ec6700;
    transform: rotate(135deg);
  }
  #product .category .m-first li .m-second li.open a{
    color: #ec6700;
  }
  #product .category .m-first li .m-second li:hover a{
    color: #ec6700;
  }
  #product .category .m-first li .m-second li .m-third li a:hover{
    color: #999;
  }
  #product .category .m-first li a.current,
  .category .m-first li a:hover{
    background: unset;
  }
  #product .category .m-first li a.current span,
  .category .m-first li a:hover span{
    /*background: url(../images/cate_deco.png) no-repeat;*/
    background-size: 100% 100%;
    display: inline-block;
  }
  #product .prod-item-g{
    margin: 0 5px 20px;
  }
  #product .prod-item-g .item{
    padding: 0 25px;
  }
  #product .prod-item-g .box .txt{
    padding: 25px 0;
    -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;
  }
}

@media (max-width: 1440px){
  #product .list-box .list-ti-box{
    margin-bottom: 20px;
  }
  #product .list-box{
    padding-left: 35px;
  }
  #product .prod-item-g{
    margin: 0 0px 20px;
  }
  #product .prod-item-g .item{
    padding: 0 12px;
  }
}
@media (max-width: 991px){
  #product .bg-gray{
    padding-top: 40px;
  }
  #product .list-box{
    width: 100%;
    padding-left: 0;
  }
  #product .asid-box{
    width: 100%;
  }
  #product .p-tab{
    padding: 0;
  }
  #product .p-ti-box{
    margin: auto;
    width: 148px;
    position: relative;
    left: -18px;
  }
  #product .p-tab::before{
    display: none;
  }


  #product .list-box .list-ti-box{
    padding: 0 0 15px 0;
    margin-top: 25px;
  }
  #product .list-box .list-ti-box h3{
    text-align: center;
    font-size: 22px;
  }
  #product .list-box .list-ti-box h3::before{
    display: none;
  }
  #product .category .cur-item{
    font-size: 17px;
  }
  #product .category .m-first li .m-second li .m-third{
    display: none;
  }
  #product .category .m-first li .m-second li .m-third li a::before{
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    bottom: 3px;
  }
  #product .category .m-first li .m-second li.open >a{
    color: #ec6700;
  }
}

.wrap-1390 {
  max-width: 1390px;
  margin: auto;
  font-size: 0;
}

#p-list-cont .sub-head {
  font-size: 0;
  padding: 35px 0;
  background: #fff;
  margin-bottom: 40px;
}

#p-list-cont .sub-head .p-ti-box, #p-list-cont .sub-head .p-tab {
  display: inline-block;
  vertical-align: middle;
}

#p-list-cont .sub-head .p-tab {
  width: calc(100% - 316px);
}

.prod-item-g {


}

.prod-item-g .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 45px;
  margin-bottom: 80px;
}

.prod-item-g .item.scroll-view .box .pic::after {
  width: 0;
}

.prod-item-g .box {
  position: relative;
  padding-bottom: 50px;
}

.prod-item-g .box .pic {
  position: relative;
  overflow: hidden;
}

.prod-item-g .box .pic::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #ec6700;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.prod-item-g .box .pic img {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.prod-item-g .box .txt {
  width: 88%;
  border-radius: 6px;
  background: #fff;
  padding: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;

}

.prod-item-g .box .txt h4 {
  color: #222;
  font-size: 18px;
  margin: 0 0 8px 0;
  font-family:  microsoft yahei;
  font-weight: bold;
}

.prod-item-g .box .txt span {
  color: #ec6700;
  font-size: 14px;
}

@media (min-width: 992px) {
  .prod-item-g .item:hover .pic img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@media (max-width: 1440px) {
  .prod-item-g {
    margin: 0 -30px;
  }
  .prod-item-g .item {
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .prod-item-g .box {
    padding-bottom: 0;
  }
  .prod-item-g .box .pic img {
    width: 100%;
  }
  .prod-item-g .box .txt {
    position: relative;
    left: unset;
    bottom: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 100%;
    padding: 15px;
  }
}

@media (max-width: 1199px) {
  .prod-item-g {
    margin: 0 -8px;
  }
  .prod-item-g .item {
    padding: 0 8px;
    margin-bottom: 30px;
  }
  .prod-item-g .box {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .prod-item-g .box .txt h4 {
    font-size: 18px;
  }
  #p-list-cont .sub-head {
    margin-bottom: 0;
  }
  #p-list-cont .sub-head .p-ti-box {
    display: block;
    margin: auto;
  }
  #p-list-cont .sub-head .p-tab {
    width: 100%;
    padding-left: 0;
  }
  #p-list-cont .sub-head .p-tab::before {
    display: none;
  }
  .p-ti-box {
    padding-left: 55px;
    width: 278px;
  }
  .p-ti-box::before {
    width: 50px;
    height: 50px;
    top: -4px;
  }
  .p-ti-box::after {
    width: 24px;
    height: 10px;
    top: -7px;
  }
  .p-ti-box h3 {
    font-size: 16px;
  }
  .p-ti-box .en {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .prod-item-g {
    margin: 0 -5px;
  }
  .prod-item-g .item {
    padding: 0 5px;
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 499px) {
  .prod-item-g {
    margin: 0;
  }
  .prod-item-g .item {
    padding: 0;
    width: 100%;
  }
}

/* ===== product-view ===== */
#prod-view {
  font-family:  microsoft yahei;
}

#prod-view .main {
  margin: 30px 0 50px;
}

#prod-view .main .item-g {
  font-size: 0;
}

#prod-view .main .item-g .item {
  display: inline-block;
  vertical-align: middle;
}

#prod-view .main .item-g .prod {
  width: 54%;
}

#prod-view .main .item-g .prod-slick .slick-dots {
  margin-top: 25px;
}

#prod-view .main .item-g .info {
  width: 46%;
  padding-left: 55px;
}

#prod-view .main .item-g .info .txt {
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}

#prod-view .main .item-g .info .type {
  color: #ec6700;
  font-size: 16px;
  font-weight: bold;
}

#prod-view .main .item-g .info h3 {
  margin: 12px 0 22px;
  color: #222;
  font-size: 30px;
}

#prod-view .main .item-g .info .summary {
  color: #222;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 30px 0;
}

#prod-view .main .item-g .info .hash-tag li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 6px;
}

#prod-view .main .item-g .info .hash-tag li a {
  color: #222;
  font-size: 15px;
  position: relative;
  margin-left: 10px;
}

#prod-view .main .item-g .info .hash-tag li a::before {
  content: '#';
  display: inline-block;
  font-size: 15px;
  color: #ec6700;
  position: absolute;
  top: 4px;
  left: -10px;
}

#prod-view .main .item-g .info .hash-tag li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background: #ffe762;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
}

#prod-view .main .item-g .info .bottom {
  margin-top: 25px;
  font-size: 0;
}

#prod-view .main .item-g .info .bottom .share-box {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}

#prod-view .main .item-g .info .bottom .icon-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 130px);
  text-align: right;
}

#prod-view .main .item-g .info .bottom .icon-box .icon {
  width: 47px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#prod-view .main .item-g .info .bottom .icon-box .icon::before {
  content: '';
  display: block;
  width: 1px;
  height: 54px;
  background: #eaeaea;
  position: absolute;
  top: 50%;
  left: -55px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#prod-view .main .item-g .info .bottom .icon-box a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #222;
  margin-left: 15px;
  position: relative;
}

#prod-view .main .item-g .info .bottom .icon-box a::before{
  content: '';
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: -15px;
  left: -62px;
}

#prod-view .cont-box {
  background: #f5f5f5;
  position: relative;
  padding: 25px 0 50px;
}

#prod-view .cont-box::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 130px 100vw;
  border-color: transparent transparent #f5f5f5 transparent;
  position: absolute;
  top: -130px;
  pointer-events: none;
}

#prod-view .cont-box::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color: #f5f5f5 transparent transparent transparent;
  position: absolute;
  bottom: -100px;
}

.share-box {
  font-size: 0;
}

.share-box span {
  color: #222;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.share-box li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.share-box li a {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.share-box li a.fb {
  background: url(../images/icon_fb.png) no-repeat;
  background-size: contain;
}

.share-box li a.line {
  background: url(../images/icon_line.png) no-repeat;
  background-size: contain;
}

.feature {
  font-size: 0;
}

.feature .item {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.feature .pic {
  text-align: right;
}

.feature .list {
  color: #000;
  padding-right: 20px;
}

.feature .list h4 {
  margin: 0 0 22px 0;
  font-size: 20px;
  font-weight: bold;
}

.feature .list ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 25px;
  padding-left: 18px;
}

.feature .list ul li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #ec6700;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

.video {
  display: block;
  position: relative;
  padding-top: 35.71%;
  margin-top: 45px;
}

.video.scroll-view::after {
  width: 0;
}

.video::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #ec6700;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video .txt .icon {
  width: 48px;
  margin: 28px auto 0;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.video .txt .p-ti-no-deco::after {
  display: none;
}

.video .txt .p-ti-no-deco .en {
  font-size: 30px;
  color: #fff;
}

.spec {
  margin-top: 100px;
}

.spec h4 {
  margin: 0 0 30px 0;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-family:  microsoft yahei;
}

.spec .t-table {
  width: 100%;
  border-top: 2px solid #ec6700;
}

.spec .t-body {
  width: 100%;
  display: table;
}

.spec .t-tr {
  font-size: 0;
  display: table-row;
  width: 100%;
}

.spec .t-tr:last-child .t-td {
  border: none;
}

.spec .t-tr .t-td {
  vertical-align: middle;
  font-size: 16px;
  display: table-cell;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.8;
}

.spec .t-tr .col-ti {
  width: 20%;
  background: #333;
  color: #fff;
  padding: 15px 10px;
}

.spec .t-tr .col-cont {
  width: 80%;
  text-align: left;
  padding: 15px 25px;
  background: #f9f9f9;
}

.related-prod {
  margin-top: 100px;
}

.related-prod .bg {
  background: #f5f5f5;
  padding: 60px 0;
  position: relative;
}

.related-prod .bg::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 110px 100vw;
  border-color: transparent transparent #f5f5f5 transparent;
  position: absolute;
  top: -110px;
  pointer-events: none;
}

.related-prod .bg .btn-box {
  text-align: center;
  margin-top: 70px;
}

.related-slick .item {
  margin-bottom: 0;
}

.related-slick .box .pic::after {
  display: none;
}

.related-slick .slick-dots {
  margin-top: 40px;
}

.mfp-fade .mfp-content {
  -webkit-animation: fadeVideo .5s ease-in-out;
  animation: fadeVideo .5s ease-in-out;
}

@-webkit-keyframes fadeVideo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeVideo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .share-box li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .share-box li a:hover {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  #prod-view .main .item-g .info .bottom .icon-box a {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }
  #prod-view .main .item-g .info .bottom .icon-box a:hover {
    color: #ec6700;
  }
  .video {
    overflow: hidden;
  }
  .video:hover .txt .icon {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .video:hover img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@media (max-width: 1440px) {
  #prod-view .main .item-g .info {
    padding-left: 30px;
  }
  #prod-view .main .item-g .info .txt {
    padding-bottom: 30px;
  }
  #prod-view .main .item-g .info h3 {
    margin: 12px 0;
  }
  #prod-view .main .item-g .info .summary {
    margin: 0 0 20px 0;
  }
  #prod-view .main .item-g .info .bottom {
    margin-top: 20px;
  }
  #prod-view .main .item-g .info .bottom .icon-box .icon {
    width: 30px;
  }
  #prod-view .main .item-g .info .bottom .icon-box a::before{
    width: 30px;
    height: 30px;
    top: -7px;
    left: -44px;
  }
  #prod-view .cont-box {
    padding: 25px 0 30px;
  }
  #prod-view .cont-box::before {
    border-width: 0 0 35px 100vw;
    top: -35px;
  }
  #prod-view .cont-box::after {
    border-width: 30px 100vw 0 0;
    bottom: -30px;
  }
  .feature .list h4 {
    margin: 0 0 15px 0;
  }
  .feature .list ul li {
    margin-bottom: 15px;
    padding-left: 12px;
  }
  .video .txt .p-ti-no-deco .en {
    font-size: 25px;
  }
  .video .txt .icon {
    width: 40px;
    margin: 18px auto 0;
  }
  .spec {
    margin-top: 55px;
  }
  .spec .t-tr .col-ti {
    width: 18%;
    padding: 8px 5px;
  }
  .spec .t-tr .col-cont {
    width: 82%;
    padding: 8px 5px 8px 15px;
  }
  .related-prod {
    margin-top: 50px;
  }
  .related-prod .bg {
    padding: 30px 0 50px;
  }
  .related-prod .bg::before {
    top: -40px;
    border-width: 0 0 40px 100vw;
  }
  .related-prod .bg .btn-box {
    margin-top: 35px;
  }
  .related-slick {
    margin: 0 -20px 20px;
  }
  .related-slick .item {
    padding: 0 20px;
  }
  .related-slick .slick-dots {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  #prod-view .main .item-g .prod, #prod-view .main .item-g .info {
    width: 50%;
    vertical-align: top;
  }
  #prod-view .main .item-g .info {
    padding-left: 20px;
  }
  #prod-view .main .item-g .info .txt {
    padding-bottom: 20px;
  }
  #prod-view .main .item-g .info h3 {
    font-size: 22px;
  }
  #prod-view .main .item-g .info .summary {
    line-height: 1.6;
    margin: 0 0 15px 0;
  }
  #prod-view .main .item-g .info .bottom {
    margin-top: 15px;
  }
  #prod-view .main .item-g .info .bottom .share-box {
    width: 130px;
  }
  #prod-view .main .item-g .info .bottom .icon-box {
    width: calc(100% - 130px);
  }
  #prod-view .main .item-g .info .bottom .icon-box .icon::before {
    display: none;
  }
  #prod-view .main .item-g .prod .slick-dots {
    margin-top: 15px;
  }
  .feature .list {
    vertical-align: top;
  }
  .feature .list h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  .feature .list ul li {
    margin-bottom: 8px;
  }
  .feature .pic {
    vertical-align: top;
  }
  .video .txt {
    width: 100%;
  }
  .video .txt .p-ti-no-deco h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  .video .txt .p-ti-no-deco .en {
    font-size: 22px;
  }
  .video .txt .icon {
    width: 35px;
    margin: 12px auto 0;
  }
  .spec {
    margin-top: 35px;
  }
  .spec .t-tr .col-cont {
    padding: 8px 5px 8px 10px;
  }
  .related-slick {
    margin: 0 -10px 20px;
  }
  .related-slick .item {
    padding: 0 10px;
  }
  .share-box li {
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  #prod-view .main .item-g .prod, #prod-view .main .item-g .info {
    width: 100%;
  }
  #prod-view .main .item-g .info {
    padding-left: 0;
    margin-top: 20px;
  }
  #prod-view .main .item-g .info .txt {
    padding-bottom: 20px;
  }
  #prod-view .main .item-g .info h3 {
    font-size: 22px;
  }
  #prod-view .main .item-g .info .summary {
    line-height: 1.6;
    margin: 0 0 15px 0;
  }
  #prod-view .main .item-g .info .bottom {
    margin-top: 15px;
  }
  #prod-view .main .item-g .info .bottom .share-box {
    width: 130px;
  }
  #prod-view .main .item-g .info .bottom .icon-box {
    width: calc(100% - 130px);
  }
  .feature .pic, .feature .list {
    width: 100%;
  }
  .feature .list {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .feature .pic {
    text-align: center;
  }
  .spec .t-tr .t-td {
    font-size: 15px;
  }
}

@media (max-width: 499px) {
  .video .txt .icon {
    width: 25px;
    margin: 8px auto 0;
  }
  .spec .t-tr .t-td {
    font-size: 14px;
  }
  .related-slick {
    margin: 0 0 20px;
  }
  .related-slick .item {
    padding: 0 0;
  }
}

/* ===== activity ===== */
.intro .p-ti-box h3,
.activity .p-ti-box h3 {
  width: 195px;
}

.activity-list-g {

  margin: 0 5px 40px;
}

.activity-list-g .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 25px;
  margin-bottom: 90px;
}

.activity-list-g .item.scroll-view .box .pic::before {
  width: 0;
}

.activity-list-g .box {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.activity-list-g .box::after {
  content: '';
  display: block;
  /* width: 100%; */
  width: 416px;
  height: 100%;
  background: url(../images/news_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: -60px;
  z-index: -1;
  pointer-events: none;
}

.activity-list-g .box .pic {
  position: relative;
  width: 100%;
}

.activity-list-g .box .pic .img {
  overflow: hidden;
}

.activity-list-g .box .pic .img img {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.activity-list-g .box .pic::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #ec6700;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.activity-list-g .box .pic::after {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/icon_more.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -22px;
  bottom: 17px;
}

.activity-list-g .box .txt {
  padding-top: 15px;
}

.activity-list-g .box .txt h4 {
  margin: 0;
  font-size: 18px;
  color: #222;
  font-family:  microsoft yahei;
  line-height: 1.4;
}

.activity-list-g .box .txt span {
  color: #ec6700;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .activity-list-g .item:hover .img img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@media (max-width: 1440px) {
  .activity-list-g {
    margin: 0 0px 40px;
  }
  .activity-list-g .item {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

@media (max-width: 1299px) {
  .activity-list-g {
    margin: 0 -10px 30px;
  }
  .activity-list-g .item {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .activity-list-g .box {
    background: #fff;
    padding: 15px;
    -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;
  }
  .activity-list-g .box::after {
    display: none;
  }
  .activity-list-g .box .pic {
    width: 100%;
  }
  .activity-list-g .box .pic::after {
    right: 8%;
  }
  .activity-list-g .box .pic .img {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .intro .p-ti-box,
  .activity .p-ti-box {
    width: 226px;
  }
  .intro .p-ti-box h3,
  .activity .p-ti-box h3 {
    width: auto;
  }
  .activity-list-g {
    margin: 0 -6px 20px;
  }
  .activity-list-g .item {
    padding: 0 6px;
  }
  .activity-list-g .box .pic::after {
    display: none;
  }
  .activity-list-g .box .txt h4 {
    font-size: 16px;
  }
  .activity-list-g .box .txt span {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .activity-list-g {
    margin: 0 -6px 20px;
  }
  .activity-list-g .item {
    width: 50%;
    margin-bottom: 25px;
  }
  .activity-list-g .box {
    padding: 10px;
  }
  .activity-list-g .box .pic::after {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 499px) {
  .activity-list-g {
    margin: 0 0 20px;
  }
  .activity-list-g .item {
    width: 100%;
  }
  .activity-list-g .box .pic::after {
    width: 35px;
    height: 35px;
    bottom: 10px;
  }
}

/* ===== news-view ===== */
.gray {
  background: #f5f5f5;
  padding-bottom: 60px;
}

.gray .p-banner::after {
  background: url(../images/page_wave_gray.png) left bottom/100% no-repeat;
}

#view .view-ti-box {
  text-align: center;
  margin-top: 60px;
}

#view .view-ti-box .date {
  color: #ec6700;
  font-size: 16px;
  font-weight: bold;
}

#view .view-ti-box .date span {
  display: inline-block;
}

#view .view-ti-box .date .type {
  margin-left: 5px;
}

#view .view-ti-box h3 {
  margin: 10px 0 20px;
  color: #222;
  font-size: 30px;
  line-height: 1.4;
  font-family:  microsoft yahei;
}

#view .cont-box {
  background: #fff;
  font-family:  microsoft yahei;
  padding: 180px 0 40px;
  position: relative;
  overflow-x: hidden;
}

#view .cont-box::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color: #f5f5f5 transparent transparent transparent;
  position: absolute;
  top: 0px;
  left: 0;
  pointer-events: none;
}

#view .cont-box::after {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background: #000;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#view .wrap-1260 {
  max-width: 1260px;
  margin: auto;
}

#view .related-links {
  font-size: 0;
  padding: 40px 0;
  position: relative;
  border-top: 1px solid #ddd;
  margin-top: 90px;
}

#view .related-links::after{
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#view .related-links .arrow {
  display: block;
  width: 50%;
  font-size: 18px;
}

#view .related-links .arrow .control {
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: #333;
}

#view .related-links .arrow:hover span {
  color: #ec6700;
}

#view .related-links .arrow span {
  display: inline-block;
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

#view .related-links .prev {
  padding-right: 75px;
  padding-left: 30px;
  position: relative;
  float: left;
}

#view .related-links .prev::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 6px;
}

#view .related-links .next {
  text-align: right;
  padding-left: 75px;
  padding-right: 30px;
  position: relative;
  float: right;
}

#view .related-links .next::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: 6px;
}

#view .related-links .back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.view-share {
  font-size: 0;
}

.view-share span{
  color: #222;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-family:  microsoft yahei;
  margin-right: 5px;
}

.view-share li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.view-share li:last-child {
  margin-right: 0;
}

.view-share li a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  position: relative;
}

.view-share li a.fb{
  background: url(../images/icon_view_fb_c.png) no-repeat;
  background-size: contain;
}

.view-share li a.line{
  background: url(../images/icon_view_line_c.png) no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .view-share li a {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .view-share li a:hover {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@media (max-width: 1440px) {
  #view .related-links {
    margin-top: 40px;
  }
  #view .cont-box {
    padding: 100px 0 40px;
  }
  #view .cont-box::before {
    border-width: 40px 100vw 0px 0px;
  }
  #view .cont-box::after {
    height: 50px;
  }
}

@media (max-width: 1289px) {
  #view .wrap-1260 {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .gray {
    padding-bottom: 30px;
  }
  #view .view-ti-box {
    margin-top: 40px;
  }
  #view .view-ti-box h3 {
    font-size: 22px;
    margin: 10px 0 15px;
  }
  #view .related-links {
    padding: 20px 0;
  }
  #view .related-links .next {
    padding-left: 60px;
  }
  #view .related-links .prev {
    padding-right: 60px;
  }
  #view .cont-box {
    margin-top: 15px;
    padding: 20px 0 20px;
  }
  #view .cont-box::before, #view .cont-box::after {
    display: none;
  }
  .view-share li {
    margin-right: 5px;
  }
  .view-share li a {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  #view .view-ti-box {
    margin-top: 30px;
  }
  #view .view-ti-box h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  #view .wrap-1260 {
    padding: 0 10px;
  }
  .view-share li {
    margin-right: 5px;
  }
  .view-share li a {
    width: 30px;
    height: 30px;
  }
  .view-share li a i {
    width: 16px;
    height: 14px;
  }
}

@media (max-width: 599px) {
  #view .related-links .back {
    position: relative;
    margin-top: 10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: unset;
    margin: 10px auto 0;
  }
  #view .related-links .arrow {
    width: 100%;
    padding: 5px;
    background: #f2f2f2;
    margin-bottom: 3px;
  }
  #view .related-links .next {
    text-align: left;
    border-top: 2px solid #fff;
  }
  #view .related-links .arrow .control i {
    display: none;
  }
  #view .related-links .arrow .control {
    font-size: 15px;
    font-weight: bold;
  }
  #view .related-links .arrow::before,
  #view .related-links .arrow::after {
    display: none;
  }
}

/* ===== news-list ===== */
.news .p-ti-box h3 {
  width: 170px;
}

.news-list-g {
  font-family:  microsoft yahei;
  margin-bottom: 50px;
}

.news-list-g .item {
  display: inline-block;
  border-bottom: 1px solid #ddd;
}

.news-list-g .item:first-child .box {
  padding-top: 0;
}

.news-list-g .box {
  font-size: 0;
  padding: 30px 0;
}

.news-list-g .box .pic, .news-list-g .box .txt {
  display: inline-block;
  vertical-align: middle;
}

.news-list-g .box .pic {
  width: 390px;
  overflow: hidden;
}

.news-list-g .box .pic img {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.news-list-g .box .txt {
  width: calc(100% - 390px);
  padding: 0 30px 0 55px;
}

.news-list-g .box .txt .date {
  color: #ec6700;
}

.news-list-g .box .txt .date span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 15px;
}

.news-list-g .box .txt .date span:last-child {
  margin-right: 0;
}

.news-list-g .box .txt .date .type {
  padding-left: 15px;
  position: relative;
}

.news-list-g .box .txt .date .type::before {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background: #ec6700;
  position: absolute;
  top: 2px;
  left: 0;
}

.news-list-g .box .txt h4 {
  font-size: 22px;
  color: #000;
  font-family:  microsoft yahei;
  margin: 15px 0;
  line-height: 1.4;
}

.news-list-g .box .txt p {
  line-height: 2;
  color: #222;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 992px) {
  .news-list-g .item:hover .pic img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
  .news-list-g .item:hover .txt h4 {
    color: #ec6700;
  }
}

@media (max-width: 1440px) {
  .news-list-g {
    margin-bottom: 40px;
  }
  .news-list-g .box {
    padding: 20px 0;
  }
  .news-list-g .box .txt {
    padding: 0 20px;
  }
  .news-list-g .box .txt h4 {
    margin: 15px 0 10px;
  }
}

@media (max-width: 991px) {
  .news .p-ti-box {
    width: 206px;
  }
  .news .p-ti-box h3 {
    width: auto;
  }
  .news-list-g {
    margin-bottom: 30px;
  }
  .news-list-g .box {
    padding: 15px 0;
  }
  .news-list-g .box .pic, .news-list-g .box .txt {
    vertical-align: top;
  }
  .news-list-g .box .pic {
    width: 35%;
  }
  .news-list-g .box .txt {
    width: 65%;
    padding: 20px 0 0 20px;
  }
  .news-list-g .box .txt h4 {
    margin: 10px 0;
    font-size: 20px;
  }
  .news-list-g .box .txt p {
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .news-list-g .box .txt {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 599px) {
  .news-list-g .item {
    margin-bottom: 20px;
  }
  .news-list-g .box {
    padding: 0 0 10px 0;
  }
  .news-list-g .box .pic, .news-list-g .box .txt {
    width: 100%;
  }
  .news-list-g .box .pic {
    text-align: center;
  }
  .news-list-g .box .txt {
    margin-top: 15px;
    padding: 0;
  }
}

/* ===== about-activity-view ===== */
.activity-view {
  margin-top: 70px;
}

.activity-view .b-photo {
  text-align: center;
}

.activity-view .b-photo .item .img {
  position: relative;
  max-width: 1050px;
  margin: auto;
}

.activity-view .b-photo .item .img p{ margin-bottom: 0; position: absolute; z-index: 100; width: 100%; line-height: 1.6; font-size: 24px; color: #fff; left: 0; bottom: -60px; opacity: 0; padding: 15px; text-align: center; text-decoration: none; transition: all .3s; -ms-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; background: rgba(0, 0, 0, 0); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }

.activity-view .b-photo .slick-slide.view .item .img p { bottom: 0; opacity: 1; }

.activity-view .b-photo .item img {
  margin: auto;
}

.activity-view .b-photo .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  font-size: 0;
  border: none;
  width: 35px;
  height: 35px;
  padding: 0;
  background: none;
  z-index: 2;
}

.activity-view .b-photo .slick-arrow.slick-prev {
  border-top: 2px solid #bbb;
  border-left: 2px solid #bbb;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 35px;
}

.activity-view .b-photo .slick-arrow.slick-next {
  border-top: 2px solid #bbb;
  border-left: 2px solid #bbb;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  right: 35px;
}

.activity-view .s-photo {
  margin: 15px -5px 0;
}

.activity-view .s-photo .item {
  padding: 0 5px;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .activity-view {
    margin-top: 40px;
  }
  .activity-view .b-photo .slick-arrow {
    width: 25px;
    height: 25px;
  }
  .activity-view .b-photo .slick-arrow.slick-prev {
    left: 10px;
  }
  .activity-view .b-photo .slick-arrow.slick-next {
    right: 10px;
  }
}

@media (max-width: 991px){
  .activity-view .b-photo .item .img p{
    font-size: 18px; padding: 15px;
  }
}

@media (max-width: 767px) {
  .activity-view {
    margin-top: 30px;
  }
  .activity-view .b-photo .slick-arrow {
    width: 20px;
    height: 20px;
  }
  .activity-view .s-photo {
    display: none;
  }
  .activity-view .b-photo .item .img p{
    padding: 5px; font-size: 16px;
  }
}

/* ===== cooperating ===== */
#cooperating h3 {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-family:  microsoft yahei;
  text-align: center;
}

#cooperating .summary {
  text-align: center;
  color: #333;
  font-size: 16px;
  font-family:  microsoft yahei;
  line-height: 1.8;
  margin: 20px 0 0 0;
}

#cooperating .bg {
  max-width: 1200px;
  margin: auto;
  background: url(../images/brand_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 20px 0 110px 0;
  margin-top: 100px;
}

#cooperating .brand {
  margin-top: 90px;
}

#cooperating .brand .item-row {
  font-size: 0;
}

#cooperating .brand .item-row .item {
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding: 10px 0;
}

#cooperating .brand .item-row .item:last-child::after {
  display: none;
}

#cooperating .brand .item-row .item::after {
  content: '';
  display: block;
  width: 1px;
  height: 74px;
  background: #4f4f4f;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#cooperating .brand .item-row .item .pic {
  text-align: center;
  padding: 0 10px;
}

#cooperating .brand .item-row .item .pic img {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

#cooperating .brand .top {
  padding-bottom: 55px;
  /* border-bottom: 1px solid #4f4f4f; */
  text-align: center;
}

#cooperating .brand .top .item {
  width: 33.33%;
  margin-bottom: 35px;
}

#cooperating .brand .top .item:nth-child(3n)::after{
  display: none;
}

@media (min-width: 992px) {
  #cooperating .brand .item-row .item:hover .pic img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@media (max-width: 1440px) {
  #cooperating .bg {
    margin-top: 50px;
    padding: 20px 0 55px;
  }
  #cooperating .brand {
    margin-top: 50px;
  }
  #cooperating .brand .top {
    padding-bottom: 35px;
  }
}

@media (max-width: 991px) {
  #cooperating .summary {
    margin: 15px 0 0 0;
    line-height: 1.6;
  }
  #cooperating .summary br {
    display: none;
  }
  #cooperating .bg {
    margin-top: 35px;
    padding: 20px 0 35px;
  }
  #cooperating .brand {
    margin-top: 35px;
  }
  #cooperating .brand .top {
    padding-bottom: 20px;
  }
}

@media (max-width: 499px) {
  #cooperating .bg {
    margin-top: 15px;
    padding-bottom: 0;
  }
  #cooperating .brand {
    margin-top: 15px;
  }
  #cooperating .brand .item-row .item {
    margin-bottom: 10px;
  }
  #cooperating .brand .item-row .item::after {
    display: none;
  }
  #cooperating .brand .top .item {
    width: 100%;
  }
  #cooperating .brand .top {
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* ===== sitemap ===== */
#sitemap .deco-line {
  display: inline-block;
  width: 35px;
  height: 1px;
  background: #000;
  margin: 20px 0 0 65px;
}

#sitemap .p-ti-box {
  width: 100%;
}

#sitemap .p-ti-box h3 {
  text-align: left;
  margin: 5px 0 0 0;
}

#sitemap .wrap-1280 {
  max-width: 1280px;
  margin: auto;
}

#sitemap .item-g {
  padding-bottom: 40px;
}

#sitemap .item-row {
  font-size: 0;
  margin: 0 -23px;
}

#sitemap .item-row .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 23px;
}

#sitemap .bottom .item:nth-child(6){
  margin-top: -160px;
}

#sitemap .bottom .item:last-child{
  margin-top: 30px;
}

#sitemap .item-row .item .box {
  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;
  padding: 45px;
}

#sitemap .item-row .item ul {
  padding-left: 65px;
  margin-top: 20px;
}

#sitemap .item-row .item ul li {
  position: relative;
  padding-left: 10px;
  margin-top: 15px;
}

#sitemap .item-row .item ul li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #ec6700;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}

#sitemap .item-row .item ul li a {
  font-size: 16px;
  font-family:  microsoft yahei;
  color: #333;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

#sitemap .item-row .empty .pic {
  position: relative;
  padding-top: 126.98%;
}

#sitemap .item-row .empty .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sitemap .top .item {
  vertical-align: bottom;
}

#sitemap .top .item:nth-child(2) {
  margin-bottom: 45px;
}

#sitemap .top .item:nth-child(3) {
  margin-bottom: 130px;
}

#sitemap .bottom .item {
  vertical-align: top;
}

#sitemap .bottom .item:nth-child(1) {
  margin-top: 40px;
}

#sitemap .bottom .item:nth-child(3) {
  margin-top: -100px;
}


@media (min-width: 992px) {
  #sitemap .item-row .item ul li a:hover {
    color: #ec6700;
  }
}

@media (max-width: 1440px) {
  #sitemap .item-row {
    margin: 0 -12px;
  }
  #sitemap .item-row .item {
    padding: 0 12px;
  }
  #sitemap .item-row .item .box {
    padding: 40px 25px;
  }
  #sitemap .bottom .item:nth-child(6){
    margin-top: -170px;
  }
  #sitemap .bottom .item:last-child{
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  #sitemap .deco-line {
    margin-top: 12px;
  }
  #sitemap .item-row {
    margin: 0 -6px;
  }
  #sitemap .item-row .item {
    padding: 0 6px;
  }
  #sitemap .item-row .item .box {
    padding: 35px 20px;
  }
  #sitemap .item-row .item ul {
    margin-top: 10px;
  }
  #sitemap .item-row .item ul li {
    margin-top: 10px;
  }
  #sitemap .top .item:nth-child(2) {
    margin-bottom: 20px;
  }
  #sitemap .bottom .item:last-child{
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #sitemap .item-g {
    padding-bottom: 0;
  }
  #sitemap .item-row {
    margin: 0 -6px;
    background: #fff;
    padding: 10px 0;
  }
  #sitemap .item-row .item {
    width: 50%;
    padding: 0 6px;
  }
  #sitemap .item-row .item .box {
    padding: 20px 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #sitemap .top .item {
    vertical-align: top;
  }
  #sitemap .top .item:nth-child(2) {
    margin-bottom: 0;
  }
  #sitemap .top .item:nth-child(3) {
    margin-bottom: 0;
  }
  #sitemap .top .empty {
    display: none;
  }
  #sitemap .bottom .item:nth-child(1) {
    margin-top: 0;
  }
  #sitemap .bottom .item:nth-child(3) {
    margin-top: 0;
  }
  #sitemap .bottom .item:nth-child(5) {
    margin-top: 0;
  }
  #sitemap .bottom .item:nth-child(6){
    margin-top: 0;
  }
  #sitemap .bottom .item:last-child{
    margin-top: 0;
  }
  #sitemap .bottom .empty{
    display: none;
  }
}

@media (max-width: 549px) {
  #sitemap .item-row {
    margin: 0;
  }
  #sitemap .item-row .item {
    width: 100%;
    padding: 0;
  }
}

/* ===== contact-us-form ===== */
#contact .bg-white {
  background: #fff;
  padding: 20px 0 125px;
  position: relative;
}

/* #contact .info {
  padding: 60px 0 150px;
}

#contact .info .item-g {
  font-size: 0;
  margin: 0 -30px;
}

#contact .info .item-g .item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}

#contact .info .item-g .line-box .line {
  width: 170px;
  font-size: 0;
  margin: auto;
}

#contact .info .item-g .line-box .line .pic, #contact .info .item-g .line-box .line .txt {
  display: inline-block;
  vertical-align: middle;
}

#contact .info .item-g .line-box .line .pic {
  width: 100px;
}

#contact .info .item-g .line-box .line .txt {
  width: calc(100% - 100px);
}

#contact .info .item-g .line-box .line .txt p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin: 3px 0 0 0;
}

#contact .info .item-g .box {
  padding: 30px;
  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;
  text-align: center;
  font-family: 'NotoSansTC-Regular';
  min-height: 223px;
}

#contact .info .item-g .box .item-ti {
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  margin-bottom: 8px;
}

#contact .info .item-g .box a {
  color: #333;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  width: 100%;
  margin-top: 3px;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

#contact .info .item-g .box a span {
  display: inline-block;
  margin-right: 10px;
}

#contact .info .item-g .box .icon {
  margin-bottom: 13px;
} */

#contact .xs-show{
  display: none;
}

#contact .info .cont-box{
  padding: 80px 40px 110px 0;
}

#contact .info .form-ti-box{
  padding-bottom: 30px;
}

#contact .info .form-ti-box::after{
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background: #4f4f4f;
  margin: 30px auto 0;
}

#contact .info .item-g .item:nth-child(1) .box .icon{
  width: 180px;
}
#contact .info .item-g .item:nth-child(1) .box .txt{
  width: calc(100% - 180px);
}

#contact .info .item-g .item:nth-child(2) .box .icon{
  width: 230px;
  padding-left: 65px;
}
#contact .info .item-g .item:nth-child(2) .box .txt{
  width: calc(100% - 230px);
  border-top: 1px solid #d8d8d8;
  
}

#contact .info .item-g .item:nth-child(3) .box .icon{
  width: 230px;
  padding-left: 40px;
}
#contact .info .item-g .item:nth-child(3) .box .line{
  width: calc(100% - 230px);
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 30px 0;
}

#contact .info .item-g .item:nth-child(4) .box .icon{
  width: 195px;
}
#contact .info .item-g .item:nth-child(4) .box .txt{
  width: calc(100% - 195px);
}

#contact .info .item-g .line-box .line {
  width: 170px;
  font-size: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}

#contact .info .item-g .line-box .line .pic, #contact .info .item-g .line-box .line .txt {
  display: inline-block;
  vertical-align: middle;
}

#contact .info .item-g .line-box .line .pic {
  width: 100px;
}

#contact .info .item-g .line-box .line .txt {
  width: calc(100% - 100px);
  padding-left: 10px;
}

#contact .info .item-g .line-box .line .txt p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin: 3px 0 0 0;
}

#contact .info .item-g .box {
  font-family:  microsoft yahei;
  font-size: 0;
  position: relative;
}

#contact .info .item-g .item:nth-child(odd) .box::after{
  content: '';
  width: 100%;
  height: 100%;
  background: #ec6700;

  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#contact .info .item-g .item:nth-child(even) .box::after{
  content: '';
  width: 100%;
  height: 100%;
  background: #ec6700;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#contact .info .item-g .item.scroll-view .box::after{
  width: 0;
}

#contact .info .item-g .box .item-ti {
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  margin-bottom: 8px;
}

#contact .info .item-g .box a {
  color: #333;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  width: 100%;
  margin-top: 3px;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

#contact .info .item-g .box a span {
  display: inline-block;
  margin-right: 10px;
}

#contact .info .item-g .box .icon {
  display: inline-block;
  vertical-align: middle;
}

#contact .info .item-g .box >.txt{
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
}

#contact .wrap-1580{
  max-width: 1580px;
  margin: 50px auto 0;
  font-size: 0;
}

#contact .info,
#contact .form-box{
  display: inline-block;
  vertical-align: top;
}

#contact .info{
  width: 505px;
}

#contact .form-box{
  width: calc(100% - 505px);
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#contact .form-box .cont-box{
  padding: 80px 60px 110px;
}


#contact .form-ti-box {
  text-align: center;
  padding-bottom: 40px;
}

#contact .form-box .form-ti-box{
  border-bottom: 2px solid #ec6700;
}

#contact .form-ti-box h3 {
  color: #ec6700;
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
  font-family:  microsoft yahei;
}

#contact .form-ti-box p {
  margin: 14px 0 0 0;
  color: #000;
  font-size: 33px;
  font-family:  microsoft yahei;
}

#contact .form-ti-box p span {
  font-family:  microsoft yahei;
}

#contact .form-box .box-g {
  font-size: 0;
  margin: 0 -20px;
  padding: 0 20px;
}

#contact .form-box .box-g .box {
  display: inline-block;
  width: 50%;
  padding: 0 20px;
}

#contact .form-box .box-g .full {
  width: 100%;
}

#contact .form-box .box-g .label-item {
  top: 12px;
  left: 0;
  font-size: 16px;
  color: #222;
  font-family:  microsoft yahei;
}

#contact .form-box .box-g .label-item span {
  color: #ec6700;
}

#contact .form-box .box-g label {
  color: #555;
  display: inline-block;
  padding: 5px 0;
  margin-right: 10px;
}

#contact .form-box .box-g label .other {
  display: inline-block;
  margin-left: 3px;
  width: 50%;
  border-bottom: 1px solid #444;
  padding: 5px 8px 1px;
}

#contact .form-box .box-g 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;
}

#contact .form-box .box-g label span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #dedede;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}

#contact .form-box .box-g label span i {
  display: block;
  width: 10px;
  height: 10px;
  background: #dedede;
  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: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}

#contact .form-box .box-g .radio {
  width: 0;
  height: 0;
  border: none;
}

#contact .form-box .box-g .name-box {
  font-size: 0;
}

#contact .form-box .box-g .name-box .input {
  width: calc(100% - 165px);
  font-size: 16px;
  border:1px solid #ec6700;
}

#contact .form-box .box-g .name-box .label-box {
  width: 125px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 40px;
  font-family:  microsoft yahei;
}

#contact .form-box .box-g .name-box .label-box label {
  margin-right: 8px;
  font-size: 16px;
}

#contact .form-box .box-g .name-box .label-box label:last-child {
  margin-right: 0;
}

#contact .form-box .box-g .other label {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 3px;
}

#contact .form-box .box-g .btn-wrap {
  text-align: right;
  margin: 0;
}

#contact .form-box .box-g .btn-wrap button {
  border: none;
  padding: 15px 25px;
}

#contact .summary {
  font-size: 16px;
  color: #555;
  margin: 35px 0 40px;
  padding-left: 20px;
  font-family:  microsoft yahei;
}

#contact .map-box {
  position: relative;
  padding-top: 25%;
}

#contact .map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact .fluid {
  width: 100%;
  display: inline-block;
  padding: 0 0 22px 0px;
  position: relative;
}

#contact .fluid .input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 20px;
  color: #555;
  font-size: 16px;
  width: 100%;
  background: #f5f5f5;
  border: none;
  border-radius: 4px; border:1px solid #ec6700;
}

#contact .fluid select {
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 20px;
  background-color: #f5f5f5;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  background-size: 11px 7px;
  background-position: center right 20px;
  width: 100%;
  color: #555;
  border: none;
  border-radius: 4px;
}

#contact .fluid .name-box {
  font-size: 0;
}

#contact .fluid .name-box .input {
  width: calc(100% - 130px);
}

#contact .fluid .name-box .label-box {
  width: 130px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contact .fluid .name-box .label-box label {
  margin-right: 0;
}

#contact .fluid .code-box {
  font-size: 0;
}

#contact .fluid .code-box .codeImg {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-left: 8px;
}

#contact .fluid .code-box .input {
  width: calc(100% - 158px);
  padding: 12px 20px;
}

#contact .fluid textarea {
  width: 100%;
  font-size: 16px;
  color: #555;
  border: none;
  padding: 12px 20px;
  background: #f5f5f5;
  border-radius: 4px; border:1px solid #ec6700;
}

@media (min-width: 992px) {
  #contact .info .item-g .box a:hover {
    color: #ec6700;
  }
  #contact .form-box .box-g .btn-wrap button:hover {
    background: #383838;
  }
}
@media (max-width: 1589px){
  #contact .wrap-1580{
    padding: 0 20px;
    margin: 50px auto 70px;
  }
  #contact .form-box .cont-box{
    padding: 45px 20px 110px;
  }
  #contact .info .cont-box{
    padding: 45px 20px 0 0;
  }
}
@media (max-width: 1440px) {
  #contact .form-box .box-g .box.mb-full{
    width: 100%;
  }
  #contact .form-box .box-g .btn-wrap{
    text-align: center;
  }
  #contact .form-box .box-g{
    margin: 0 -10px;
  }
  #contact .form-box .box-g .box{
    padding: 0 10px;
  }
}

@media (max-width: 1199px){
  #contact .info .cont-box{
    padding: 30px 0 0;
  }
  #contact .form-box .cont-box{
    padding: 30px 20px 50px;
  }
  #contact .form-ti-box{
    padding-bottom: 30px;
  }
  #contact .info{
    width: 100%;
    margin-bottom: 20px;
  }
  #contact .form-box{
    width: 100%;
  }
  #contact .xs-show{
    display: inline-block;
  }
  #contact .xs-hide{
    display: none;
  }
  #contact .info .item-g{
    font-size: 0;
    margin: 0 5px;
  }
  #contact .info .item-g .item{
    width: 50%;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 15px;
  }
  #contact .info .item-g .item:nth-child(1) .box .icon,
  #contact .info .item-g .item:nth-child(2) .box .icon,
  #contact .info .item-g .item:nth-child(3) .box .icon,
  #contact .info .item-g .item:nth-child(4) .box .icon{
    width: 130px;
    padding-left: 0;
  }
  #contact .info .item-g .item:nth-child(1) .box .txt,
  #contact .info .item-g .item:nth-child(2) .box .txt,
  #contact .info .item-g .item:nth-child(3) .box .line,
  #contact .info .item-g .item:nth-child(4) .box .txt{
    width: calc(100% - 130px);
    padding: 0 0 0 20px;
  }
  #contact .info .item-g .item:nth-child(2) .box .txt{
    border: none;    
  }
  #contact .info .item-g .item:nth-child(3) .box .line{
    border: none;
    padding: 0 0 0 20px;
  }
  #contact .info .item-g .line-box .line .pic{
    width: 80px;
  }
  #contact .form-box .box-g{
    padding: 0;
  }
  #contact .summary{
    padding: 0;
    margin: 25px 0;
  }
  #contact .wrap-1580{
    margin: 50px auto;
  }
}

@media (max-width: 991px) {
  #contact .info .cont-box{
    padding: 0;
  }
  #contact .form-ti-box p {
    font-size: 24px;
  }
  #contact .info .form-ti-box::after{
    height: 30px;
    margin: 15px auto 0;
  }
  #contact .info .item-g .item:nth-child(1) .box .icon,
  #contact .info .item-g .item:nth-child(2) .box .icon,
  #contact .info .item-g .item:nth-child(3) .box .icon,
  #contact .info .item-g .item:nth-child(4) .box .icon{
    width: 100px;
  }
  #contact .info .item-g .item:nth-child(1) .box .txt,
  #contact .info .item-g .item:nth-child(2) .box .txt,
  #contact .info .item-g .item:nth-child(3) .box .line,
  #contact .info .item-g .item:nth-child(4) .box .txt{
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
}

@media (max-width: 767px) {
  #contact .form-ti-box,
  #contact .info .form-ti-box{
    padding-bottom: 20px;
  }
  #contact .form-box .cont-box{
    padding: 30px 20px;
  }
  #contact .form-box .box-g .btn-wrap{
    margin-top: 15px;
  }
  #contact .info .item-g{
    margin: 0;
  }
  #contact .info .item-g .item{
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
  }
  #contact .info .item-g .line-box .line .pic{
    width: 60px;
  }
  #contact .fluid {
    padding: 0 0 15px 90px;
  }
  #contact .form-box .box-g .other {
    padding-left: 105px;
  }
  #contact .form-box .box-g .box {
    width: 100%;
  }
  #contact .form-box .box-g .name-box .input {
    width: calc(100% - 135px);
  }
  #contact .form-box .box-g .name-box .label-box {
    margin-left: 10px;
  }
  #contact .map-box {
    padding-top: 50%;
  }
}

@media (max-width: 499px) {
  #contact .info .item-g .item:nth-child(1) .box .icon,
  #contact .info .item-g .item:nth-child(2) .box .icon,
  #contact .info .item-g .item:nth-child(3) .box .icon,
  #contact .info .item-g .item:nth-child(4) .box .icon{
    width: 70px;
  }
  #contact .info .item-g .item:nth-child(1) .box .txt,
  #contact .info .item-g .item:nth-child(2) .box .txt,
  #contact .info .item-g .item:nth-child(3) .box .line,
  #contact .info .item-g .item:nth-child(4) .box .txt{
    width: calc(100% - 70px);
    padding: 0 0 0 10px;
  }
  #contact .fluid {
    padding: 0 0 15px 0;
  }
  #contact .form-box .box-g .label-item {
    position: relative;
    top: unset;
  }
  #contact .form-box .box-g .other {
    padding-left: 95px;
  }
  #contact .form-box .box-g .other .label-item {
    position: absolute;
    top: 10px;
    left: -75px;
  }
}

/* ===== contact-us-form ===== */
.finish {
  background: #fff;
  text-align: center;
  padding: 100px 0;
}

.finish .pic {
  position: relative;
  left: -20px;
}

.finish .done {
  margin-top: 25px;
}

.finish .done::after {
  content: '';
  display: block;
  width: 1px;
  height: 58px;
  background: #000;
  margin: 30px auto;
}

.finish .done > span {
  color: #ec6700;
  font-family: microsoft yahei;
  font-size: 18px;
}

.finish .done p {
  color: #000;
  font-size: 33px;
  font-family:  microsoft yahei;
  margin-top: 15px;
}

.finish .done p span {
  font-weight: bold;
}

.finish .txt {
  font-size: 16px;
  color: #333;
  font-family: microsoft yahei;
  line-height: 1.8;
  margin-bottom: 35px;
}

@media (max-width: 1440px) {
  .finish {
    padding: 50px 0;
  }
  .finish .done::after {
    height: 50px;
    margin: 20px auto;
  }
  .finish .done p {
    font-size: 28px;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .finish .done::after {
    height: 35px;
    margin: 10px auto;
  }
  .finish .done > span {
    font-size: 16px;
  }
  .finish .done p {
    font-size: 24px;
  }
  .finish .txt br {
    display: none;
  }
}

/* ===== about-milestone ===== */
#p-list-cont.milestone .sub-head {
  background: #f5f5f5;
}

.milestone .p-ti-box h3 {
  width: 195px;
}

.milestone .bg-white {
  background: #fff;
  position: relative;
  padding: 30px 0 0 0;
}

.milestone .bg-white::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -100px;
  left: 0;
  pointer-events: none;
}

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

.milestone .cont-bg{
  background: url(../images/milestone_bg.png) no-repeat;
  background-size: cover;
  background-position: top right -90px;
  font-size: 0;
  min-height: 730px;
  padding-top: 115px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.milestone .deco-big{
  position: absolute;
  top: 57px;
  left: 180px;
  -webkit-animation: hover-spin2 18s linear infinite;
          animation: hover-spin2 18s linear infinite;
}

.milestone .deco-big-2{
  position: absolute;
  top: 200px;
  left: -200px;
  -webkit-animation: hover-spin2 18s linear infinite;
          animation: hover-spin2 18s linear infinite;
}

.milestone .deco-gradient{
  position: absolute;
  top: 180px;
  left: -200px;
}

.milestone .deco-gradient-2{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.milestone .deco-small{
  position: absolute;
  top: 95px;
  left: 67px;
  -webkit-animation: hover-spin1 18s linear infinite;
          animation: hover-spin1 18s linear infinite;
}



@keyframes hover-spin1 {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes hover-spin1 {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes hover-spin2 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.milestone .b-photo,
.milestone .year-wrap{
  display: inline-block;
  vertical-align: top;
}

.milestone .b-photo .item .img{
  border-radius: 50%;
  overflow: hidden;
  width: 260px;
  height: 260px;
}

.milestone .b-photo .item .img img{
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.milestone .b-photo{
  width: 630px;
  padding: 0 130px 0 240px;
}

.milestone .year-wrap{
  width: calc(100% - 630px);
  padding: 30px 0;
}

.milestone .txt-box .slick-arrow{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 23px;
  width: 14px;
  height: 16px;
  border: none;
  padding: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.milestone .txt-box .slick-prev{
  background: url(../images/milestone_arrow_top.png) no-repeat;
  background-size: contain;
  top: 52%;
}

.milestone .txt-box .slick-prev:hover{
  background: url(../images/milestone_arrow_top_o.png) no-repeat;
  background-size: contain;
}

.milestone .txt-box .slick-next{
  background: url(../images/milestone_arrow_bottom.png) no-repeat;
  background-size: contain;
  top: 250px;
}

.milestone .txt-box .slick-next:hover{
  background: url(../images/milestone_arrow_bottom_o.png) no-repeat;
  background-size: contain;
}

.milestone .txt-box .item{
  position: relative;
  padding-right: 70px;
}

/* .milestone .txt-box .item::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(236, 103, 0, .75);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
} */

/* .milestone .txt-box .item::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(236, 103, 0, .75);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
} */

/* .milestone .txt-box .view .item::before,
.milestone .txt-box .view .item::after{
  width: 0;
} */

.milestone .b-photo .view .item .img img{
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.milestone .txt-box .item .year{
  font-size: 90px;
  color: #ec6700;
  line-height: 1;
  font-weight: bold;
  font-family:  microsoft yahei;
}

.milestone .txt-box .item ul{
  margin-top: 20px;
}

.milestone .txt-box .item ul li{
  position: relative;
  font-size: 18px;
  color: #222;
  margin-bottom: 15px;
  padding-left: 28px;
  line-height: 1.4;
}

.milestone .txt-box .item ul li::before{
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #ec6700;
  position: absolute;
  top: 6px;
  left: 0;
}

.milestone .txt-box .item .pic{
  padding-left: 28px;
}

.milestone .next-data{
  font-size: 16px;
  width: calc(100% - 630px);
  position: absolute;
  right: 0;
  bottom: 125px;
}

.milestone .next-data .year{
  font-size: 90px;
  color: #ec6700;
  line-height: 1;
  font-weight: bold;
  font-family: microsoft yahei;
}

.milestone .year-wrap .wheel-wrap{
  width: 55px;
  height: 100px;
  position: absolute;
  top: 222px;
  right: 3px;
  text-align: center;
}

.milestone .year-wrap .wheel-wrap span{
  font-size: 22px;
  font-weight: bold;
  font-family:  microsoft yahei;
  color: #ec6700;
  position: relative;
}

.milestone .year-wrap .wheel-wrap span.prev{
  top: -35px;
}

.milestone .year-wrap .wheel-wrap span.next{
  top: 35px;
}

.milestone .year-wrap .wheel{
  width: 35px;
  height: 100px;
  border-radius: 20px;
  border: 1px solid #666;
  /* position: absolute;
  top: 222px;
  right: 0; */
  overflow: hidden;
  padding: 10px 0;
  margin: 20px auto;
}

.milestone .year-wrap .wheel i{
  display: block;
  font-style: none;
  width: 7px;
  height: 7px;
  background: #ec6700;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: ani_dropDown 2s both ease-in-out infinite;
  animation: ani_dropDown 2s both ease-in-out infinite;
}

@-webkit-keyframes ani_dropDown {
  0% { top: 60%; }
  100% { top: 110%; }
}
@keyframes ani_dropDown {
  0% { top: 60%; }
  100% { top: 110%; }
}


@media (max-width: 1440px) {
  .milestone .bg-white {
    padding: 10px 0 0 0;
  }
  .milestone .bg-white::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 100vw;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -45px;
    left: 0;
    pointer-events: none;
  }
  .milestone .cont-bg{
    min-height: 685px;
  }
  .milestone .txt-box .item .year,
  .milestone .next-data .year{
    font-size: 60px;
  }
  .milestone .deco-gradient-2{
    bottom: 15px;
  }
  .milestone .year-wrap .wheel{
    width: 24px;
    right: 6px;
  }
  .milestone .txt-box .slick-arrow{
    right: 23px;
  }
  .milestone .txt-box .slick-prev{
    top: 66%;
  }

}

@media (max-width: 1329px) {
  .milestone .wrap-1320 {
    padding: 0 20px;
  }
  .milestone .b-photo{
    width: 500px;
    padding: 0 130px 0 108px;
  }
  .milestone .year-wrap,
  .milestone .next-data{
    width: calc(100% - 500px);
  }
  .milestone .deco-big{
    left: 48px;
  }
  .milestone .deco-small{
    top: 12px;
    left: 0;
  }
  .milestone .deco-big-2{
    width: 255px;
    top: 355px;
    left: -125px;
  }
}

@media (max-width: 1099px) {
  .milestone .txt-box .slick-prev{
    top: 56%;
  }
}

@media (max-width: 991px) {
  .milestone .p-ti-box h3 {
    width: 195px;
  }
  .milestone .bg-white {
    padding: 0;
  }
  .milestone .bg-white::before {
    display: none;
  }
  .milestone .cont-bg{
    margin-top: 0;
    min-height: unset;
    margin-bottom: 35px;
  }
  .milestone .b-photo{
    display: block;
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .milestone .b-photo .item .img{
    margin: auto;
  }
  .milestone .deco-gradient-2{
    display: none;
  }
  .milestone .next-data{
    display: none;
  }
  .milestone .year-wrap{
    width: 100%;
  }
  .milestone .deco-big{
    width: 380px;
    height: 380px;
    left: 50%;
    -webkit-animation: hover-spin3 18s linear infinite;
    animation: hover-spin3 18s linear infinite;
  }
  .milestone .deco-big-2{
    top: 240px;
    left: -130px;
  }
  .milestone .deco-small{
    top: 145px;
    left: 65px;
  }
  .milestone .year-wrap{
    padding: 0;
    margin-top: 80px;
  }
  .milestone .txt-box .item .year{
    font-size: 45px;
  }
  .milestone .year-wrap .wheel{
    display: none;
  }
  .milestone .txt-box .slick-arrow{
    right: 0;
  }
  .milestone .txt-box .slick-prev{
    top: 40%;
  }
  .milestone .txt-box .slick-next{
    top: 75%;
  }
  .milestone .txt-box .item{
    padding-right: 30px;
  }
  .milestone .year-wrap .wheel-wrap{
    display: none;
  }
}

@media (max-width: 767px){
  .milestone .deco-small{
    opacity: .3;
    top: 20px;
    left: unset;
    right: -10px;
  }
  .milestone .deco-gradient{
    left: -310px;
  }
  .milestone .deco-big-2{
    left: -180px;
  }
}

@media (max-width: 499px) {
  .milestone .deco-gradient,
  .milestone .deco-big-2{
    display: none;
  }
}
@media (max-width: 429px){
  .milestone .deco-big{
    display: none;
  }
  .milestone .b-photo .item .img{
    width: auto;
    height: auto;
    border-radius: unset;
    text-align: center;
  }
  .slick-slide img{
    margin: auto;
  }
  .milestone .year-wrap{
    margin-top: 35px;
  }
  .milestone .txt-box .item .pic img{
    margin: unset;
  }
  .milestone .cont-bg{
    padding-top: 45px;
  }
}

@-webkit-keyframes hover-spin3 {
  from {
    -webkit-transform: translateX(-50%) rotate(0) ;
            transform: translateX(-50%) rotate(0);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes hover-spin3 {
  from {
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

/* ===== about-introduction ===== */
.intro .intro-ti-box h3 {
  margin: 0;
  color: #ec6700;
  font-size: 18px;
  font-family: microsoft yahei;
}
.intro .intro-ti-boxx h3 {
    margin: 0;
    color: #ec6700;
    font-size:22px;
    line-height:3;
    font-family: microsoft yahei;
	font-weight:bold;
}

.intro .intro-ti-box p {
  color: #000;
  font-size: 33px;
  font-family: microsoft yahei;
  margin: 15px 0 0 0;
}

.intro .intro-ti-box p span {
  font-family: microsoft yahei;
}

.intro .top{
  position: relative;
  z-index: 1;
  overflow:hidden;
}

.intro .top #particles-js{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.intro .summary-g {

  margin-top: 80px;
}

.intro .summary-g .pic, .intro .summary-g .txt {
  display: inline-block;
  vertical-align: middle;
}

.intro .summary-g .pic {
  width: 640px;
  position: relative;
  z-index: 1;
}

.intro .summary-g .pic::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 639px;
  max-height: 538px;
  z-index: 0;
  top: 0;
  left: 0;
  background: #f4f4f4;
  animation: morph 3s linear infinite alternate;
  transform-origin: center;
  z-index: -1;
}

@-webkit-keyframes morph {
  0% {
    border-radius: 40% 60% 50% 40%/70% 30% 80% 30%;
  }
  100% {
    border-radius: 30% 50% 40% 30%;
  }
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 50% 40%/70% 30% 80% 30%;
  }
  100% {
    border-radius: 30% 50% 40% 30%;
  }
}
.intro .bottom .intro-ti-box{
  position: relative;
  z-index: 2;
}
.intro .bottom .intro-ti-box::after{
  content: '';
  display: block;
  width: 1px;
  height: 120px;
  background: #000;
  position: absolute;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.intro .summary-g .txt {
  width: calc(100% - 660px);
  padding-left: 90px;line-height:1.8;
}

.intro .summary-g .txt > p {
  font-size: 16px;
  color: #333;
  font-family: microsoft yahei;
  line-height: 1.8;
  margin: 37px 0 0 0;
}

.intro .item-icon-g {
  font-size: 0;
  margin: 80px 0 0;
  padding-bottom: 160px;
}

.intro .item-icon-g .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid #eaeaea;
}

.intro .item-icon-g .item:last-child {
  border: none;
}

.intro .item-icon-g .item p {
  font-size: 20px;
  color: #000;
  font-family: microsoft yahei;
  margin: 30px 0 0 0;
  padding: 0 15px;
  line-height: 1.4;
}

.intro .bottom {
  text-align: center;
}

.intro .bottom .bg {
  position: relative;
  margin-top: 150px;
  padding-bottom: 80px; 
}

.intro .bottom .bg::before{
  content: '';
  display: block;
  width: 100%;
  height: 760px;
  background: #fff;
  position: absolute;
  top: -112px;
  left: 0;
  -webkit-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
}

.intro .bottom .bg.scroll-view::before{
  width: 0;
}

.intro .bottom .bg::after{
  content: '';
  display: block;
  width: 100%;
  height: 760px;
  background: url(../images/about_intro_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.intro .wrap-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

.intro .cer-slick {
  font-size: 0;
  margin: 0 -30px;
  text-align: center;
}

.intro .cer-slick .slick-dots {
  margin-top: 70px;
}

.intro .cer-slick .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 30px;
}

.intro .cer-slick .item .pic {
  display: inline-block;
  overflow: hidden;
}

.intro .cer-slick .item img {
  margin: auto;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.boxx_txt{width:35%;float:left;margin:1%;text-align:left;line-height:1.5;padding-top:100px;}
.boxx_pic{width:61%;margin:1%;float:left;}
.boxx_pic img{max-width:100%;}
.wrap-1480 .row{margin-bottom:30px;overflow:hidden;padding-bottom:30px;border-bottom:1px solid #ccc;}
.wrap-1480 .row:nth-child(1) .boxx_txt,.wrap-1480 .row:nth-child(2) .boxx_txt{padding-top:20px;}
.quality{overflow:hidden;}
.qu_box{width:23%;margin:1%;float:left;}
.qu_box img{margin-bottom:10px;}
.qu_box p{text-align:center;line-height:1.5;}
.cap_box{width:31.3%;margin:1%;float:left;}
.cap_box img{margin-bottom:10px;}
.cap_box p{text-align:center;line-height:1.5;}
.capacity{overflow:hidden;}


@media (min-width: 992px) {
  .intro .cer-slick .pic:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (max-width: 1440px) {
  .intro .intro-ti-box p {
    font-size: 28px;
    margin: 10px 0 0 0;
  }
  .intro .summary-g .pic {
    width: 50%;
	float:left;
	margin-top:100px;
  }
  .intro .summary-g .txt {
    width: 46%;
    padding-left: 3%;
	float:left;
	line-height:1.2;
  }
  
  .intro .summary-g .txt > p {
    margin: 10px 0 0 0;
	line-height:1.5;
  }
  .intro .item-icon-g {
    margin: 80px 0 0;
    padding-bottom: 120px;
  }
  .intro .item-icon-g .item p {
    font-size: 16px;
    margin: 25px 0 0 0;
  }
  .intro .bottom .bg {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .intro .bottom .bg::after {
    height: 645px;
  }
  .intro .bottom .bg::before{
    height: 645px;
  }
  .intro .cer-slick {
    margin: 0 -30px;
  }
  .intro .cer-slick .slick-dots {
    margin-top: 40px;
  }
  .intro .cer-slick .item {
    padding: 0 30px;
  }
  .intro .bottom .intro-ti-box::after{
    height: 35px;
    bottom: -60px;
  }
}

@media (max-width: 991px) {
  .intro .summary-g {
    margin-top: 25px;
  }
  .intro .summary-g .pic, .intro .summary-g .txt {
    vertical-align: top;
  }
  .intro .item-icon-g {
    margin: 50px 0 0;
    padding-bottom: 80px;
  }
  .intro .wrap-770 {
    padding-top: 20px;
  }
  .intro .bottom .bg {
    padding-bottom: 30px;
  }
  .intro .cer-slick {
    margin: 0 -15px;
  }
  .intro .cer-slick .item {
    padding: 0 15px;
  }
  .intro .bottom .bg::after {
    height: 575px;
  }
  .intro .bottom .bg::before{
    display: none;
  }
  
  
  .boxx_txt{width:96%;float:left;margin:2%;text-align:left;line-height:1.5;padding-top:0px;}
.boxx_pic{width:96%;margin:2%;float:left;}
.boxx_pic img{max-width:100%;}
.wrap-1480 .row{margin-bottom:30px;overflow:hidden;}
.wrap-1480 .row:nth-child(1) .boxx_txt,.wrap-1480 .row:nth-child(2) .boxx_txt{padding-top:0px;}
.quality{overflow:hidden;}
.qu_box{width:48%;margin:1%;float:left;}
.qu_box img{margin-bottom:10px;}
.qu_box p{text-align:center;line-height:1.5;}
.cap_box{width:48%;margin:1%;float:left;}
.cap_box img{margin-bottom:10px;}
.cap_box p{text-align:center;line-height:1.5;}
.capacity{overflow:hidden;}

  
  
  
}

@media (max-width: 767px) {
  .intro .intro-ti-box p {
    font-size: 24px;
  }
  .intro .summary-g .pic, .intro .summary-g .txt {
    width: 100%;
  }
  .intro .summary-g .pic {
    text-align: center;
  }
  .intro .summary-g .txt {
    margin-top: 20px;
    padding-left: 0;
  }
  .intro .item-icon-g {
    margin: 25px 0 0;
    padding-bottom: 25px;
  }
  .intro .item-icon-g .item {
    padding: 0;
    width: 100%;
    font-size: 0;
    margin-bottom: 10px;
    -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;
    padding: 10px;
  }
  .intro .item-icon-g .item .icon, .intro .item-icon-g .item p {
    display: inline-block;
    vertical-align: middle;
  }
  .intro .item-icon-g .item .icon {
    width: 80px;
  }
  .intro .item-icon-g .item p {
    width: calc(100% - 80px);
    text-align: left;
    margin-top: 0;
    padding-left: 20px;
  }
  .intro .bottom{
    margin-top: 40px;
  }
  .intro .bottom .bg{
    margin-top: 15px;
  }
  .intro .bottom .bg::after {
    display: none;
  }
  .intro .bottom .intro-ti-box::after{
    display: none;
  }
}

/* ===== i-about ===== */
.i-about .p-wrap {
  max-width: 1580px;
  margin: auto;
}

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

.i-about .item-g .pic, .i-about .item-g .txt {
  display: inline-block;
  vertical-align: middle;
}

.i-about .item-g .pic {
  width: 640px;
}

.i-about .item-g .txt {
  width: calc(100% - 640px);
}



/* ===== industrial_list ===== */
.industrial-item-g {
  font-size: 0;
  margin: 0 -30px;
}

.industrial-item-g .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 30px;  
  margin-bottom: 60px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.industrial-item-g .item:nth-child(odd) .box{
  background: url(../images/bg_deco_odd.png) no-repeat;
  background-size: contain;
  background-position: top right 50px;
}

.industrial-item-g .item:nth-child(even) .box{
  background: url(../images/bg_deco_even.png) no-repeat;
  background-size: contain;
  background-position: bottom left 20px;
}

.industrial-item-g .item:nth-child(odd) .box .box-mask{
  top: 30px;
}

.industrial-item-g .item:nth-child(even) .box .box-mask{
  top: -30px;
}

.industrial-item-g .item:nth-child(odd) .box .box-mask::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/triangle_stroke.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.industrial-item-g .item:nth-child(even) .box .box-mask::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/triangle_stroke.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transform: rotate(180deg) scale(1.071);
      -ms-transform: rotate(180deg) scale(1.071);
          transform: rotate(180deg) scale(1.071);
}

.industrial-item-g .item:nth-child(odd) .box .box-mask i{
  display: block;
  font-style: unset;
  width: 290px;
  height: 260px;
  background: url(../images/deco_center_down.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.92);
  -ms-transform: translate(-50%, -50%) scale(0.92);
  transform: translate(-50%, -50%) scale(0.92);
  z-index: 1;
}

.industrial-item-g .item:nth-child(even) .box .box-mask i{
  display: block;
  font-style: unset;
  width: 290px;
  height: 260px;
  background: url(../images/deco_center_top.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.industrial-item-g .item .box .box-mask .icon{
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.industrial-item-g .item:nth-child(odd) .box .box-mask .icon{
  top: 40%;
}

.industrial-item-g .item:nth-child(even) .box .box-mask .icon{
  top: 60%;
}

.industrial-item-g .box{
  font-size: 0;
  position: relative;
  z-index: 1;
}

.industrial-item-g .box .box-mask,
.industrial-item-g .box .txt{
  display: inline-block;
  vertical-align: middle;
}

.industrial-item-g .box .box-mask{
  width: 335px;
}

.industrial-item-g .box .txt{
  width: calc(100% - 355px);
  padding-left: 25px;
}


.industrial-item-g .item .box .txt h4 {
  margin: 0;
  line-height: 1.4;
  font-size: 20px;
  font-family: microsoft yahei;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.industrial-item-g .item .box .txt ul li {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  margin-top: 15px;
  font-family: microsoft yahei;
  padding-left: 12px;
}

.industrial-item-g .item .box .txt ul li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #ec6700;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}



@media (min-width: 992px) {
  .industrial-item-g .item:hover{
    -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  }
  .industrial-item-g .item:hover .box .txt h4 {
    color: #ec6700;
  }
}

@media (max-width: 1440px) {
  .industrial-item-g{
    margin: 0 -15px;
  }
  .industrial-item-g .item{
    padding: 0 15px;
  }
  .industrial-item-g .item:nth-child(odd) .box{
    background-position: top right;
  }
  .industrial-item-g .item:nth-child(even) .box{
    background-position: bottom left;
  }
  /* .industrial-item-g .item:nth-child(odd) .box{
    background-size: 100%;
    background-position: top right;
  }
  .industrial-item-g .item:nth-child(even) .box{
    background-size: 100%;
    background-position: bottom left 0;
  }
  .industrial-item-g .item .box .txt ul li {
    margin-top: 10px;
  }
  .industrial-item-g .item:nth-child(odd) .box .box-mask::after{
    top: 2px;
    left: -9px;
    transform: skew(3deg);
  }
  .industrial-item-g .item:nth-child(even) .box .box-mask::after{
    top: 4px;
    left: 15px;
    transform: skew(3deg);
  } */
}


@media (max-width: 1199px) {
  .industrial-item-g {
    margin: 0 -10px 20px;
  }
  .industrial-item-g .item {
    padding: 0 10px;
    margin-bottom: 35px;
  }
  .industrial-item-g .item .box {
    background: #fff;
  }
  .industrial-item-g .box .box-mask{
    width: 45%;
  }
  .industrial-item-g .item .box .txt {
    width: 55%;
  }
  .industrial-item-g .item:nth-child(odd) .box,
  .industrial-item-g .item:nth-child(even) .box{
    background: none;
  }
  .industrial-item-g .item:nth-child(odd) .box .box-mask,
  .industrial-item-g .item:nth-child(even) .box .box-mask{
    top: unset;
  }
  .industrial-item-g .item:nth-child(odd) .box .box-mask::after,
  .industrial-item-g .item:nth-child(even) .box .box-mask::after{
    display: none;
  }
  .industrial-item-g .item:nth-child(odd) .box .box-mask .icon,
  .industrial-item-g .item:nth-child(even) .box .box-mask .icon{
    top: 50%;
  }
  .industrial-item-g .item:nth-child(odd) .box .box-mask i,
  .industrial-item-g .item:nth-child(even) .box .box-mask i{
    display: none;
  }
}

@media (max-width: 991px){
  .industrial-item-g .item.scroll-fade-left{
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .industrial-item-g .box {
    text-align: center;
  }
  .industrial-item-g .box .box-mask{
    width: 100%;
  }
  .industrial-item-g .item .box .txt{
    width: 100%;
    text-align: left;
    margin-top: 20px;
    padding-left: 0;
  }
  .industrial-item-g .item:nth-child(odd) .box .box-mask .icon, .industrial-item-g .item:nth-child(even) .box .box-mask .icon{
    width: 55px;
    padding: 5px;
    background: #ec6700;
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
    -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  }
}

@media (max-width: 767px) {
  .industrial-item-g .item {
    margin-bottom: 25px;
  }
  .industrial-item-g .item .box .txt {
    margin-top: 15px;
  }
  .industrial-item-g .item .box .pic {
    width: 100%;
    text-align: center;
  }
  .industrial-item-g .item .box .triangle {
    display: inline-block;
    -webkit-clip-path: unset;
            clip-path: unset;
    width: 100%;
  }
  .industrial-item-g .item .box .triangle img {
    width: 100%;
  }
  .industrial-item-g .item .box .deco {
    -webkit-clip-path: unset;
    clip-path: unset;
    width: 55px;
    height: auto;
    position: absolute;
    left: unset;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .industrial-item-g .item .box .deco .icon{
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 55px;
  }
}

@media (max-width: 499px) {
  .industrial-item-g {
    margin: 0;
  }
  .industrial-item-g .item {
    width: 100%;
    padding: 0;
  }
}

.box-mask{
  position: relative;
  max-width: 300px;
}
.box-mask:before{
  content: '';
  display: block;
  padding-bottom: 89.55%;
}
.box-mask svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt-wrap{
  margin-top: 25px;
}

.yt-wrap .iframe-box{
  position: relative;
  padding-top: 56.25%;
}

.yt-wrap .iframe-box iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#product .category .m-first li a span{
    font-family:microsoft yahei;
    
  }