h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
html, body {
  scroll-behavior: smooth;
}
.container {
  width: 94%;
  max-width: 1520px;
  margin: 0 auto;
}
.header-info {
  background-color: #fe9900;
}
.header-info .container {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #fff;
}
header {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
  transition: all 0.5s;
}
header .container {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .header-blank {
  height: 0;
  width: 31.05263158%;
}
header .container .logo {
  position: relative;
}
header .container .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
header .container .lv1 li {
  line-height: 1;
  line-height: 50px;
  position: relative;
}
header .container .lv1 li a {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}
header .container .lv1 .search form {
  position: relative;
}
header .container .lv1 .search form input {
  font-size: 12px;
  color: #333;
  width: 178px;
  height: 32px;
  padding: 0 40px 0 16px;
  outline: none;
  background-color: #f6f6f6;
  border-radius: 16px;
}
header .container .lv1 .search form button {
  position: absolute;
  background-color: transparent;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  outline: none;
  cursor: pointer;
}
header .container .lv1 .lang {
  color: #999;
}
header .container .lv1 .lang a {
  color: #999;
  font-size: 14px;
}
header .container .lv1 .lang .act {
  color: #333;
}
.out-header {
  height: 100px;
  display: none;
}
footer {
  background-color: #eef0f6;
  text-align: justify;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 3.2894737% 0 3.6184211%;
}
footer .footer-top .lt {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
}
footer .footer-top .lt img {
  margin-bottom: 25px;
}
footer .footer-top .lt p {
  margin-bottom: 10px;
}
footer .footer-top .lt p:last-child {
  margin-bottom: 0;
}
footer .footer-top .mid {
  align-self: center;
}
footer .footer-top .mid h4 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 30px;
}
footer .footer-top .mid ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-top .mid ul li {
  position: relative;
  width: 33%;
  padding: 0 14px;
  margin-bottom: 10px;
}
footer .footer-top .mid ul li a {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  transition: all 0.5s;
}
footer .footer-top .mid ul li a:hover {
  color: #333333;
}
footer .footer-top .mid ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}
footer .footer-top .rt {
  display: flex;
}
footer .footer-top .rt .ewm-block {
  text-align: center;
  margin-right: 44px;
}
footer .footer-top .rt .ewm-block p {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  margin-top: 4px;
}
footer .footer-top .rt .ewm-block:last-child {
  margin-right: 0;
}
footer .footer-bt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e4e5e8;
  color: rgba(51, 51, 51, 0.6);
  padding: 15px 0;
  font-size: 14px;
}
footer .footer-bt a {
  color: rgba(51, 51, 51, 0.6);
  transition: all 0.5s;
}
footer .footer-bt a:hover {
  color: #333333;
}
.index-banner > img {
  min-height: 550px;
}
.banner {
  position: relative;
}
.banner > img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .container .lt h2 {
  font-family: "Noto Sans SC";
  font-size: 52px;
  font-weight: 700;
  color: #fe9900;
}
.banner .container .lt h3 {
  font-size: 24px;
  color: #fff;
}
.banner .container .lt h4 {
  display: inline-block;
  font-family: "Noto Sans SC";
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  margin-bottom: 85px;
}
.banner .container .lt ul {
  display: flex;
}
.banner .container .lt ul li {
  text-align: center;
  margin-right: 84px;
}
.banner .container .lt ul li em {
  position: relative;
  width: 81px;
  height: 81px;
  background-color: #e78c02;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  border-radius: 6px;
}
.banner .container .lt ul li em::after {
  position: absolute;
  display: block;
  content: "";
  width: 89px;
  height: 89px;
  background-color: rgba(231, 140, 2, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 6px;
}
.banner .container .lt ul li span {
  font-size: 16px;
  color: #fff;
}
.banner .container .lt ul li:last-child {
  margin-right: 0;
}
.banner .container .rt {
  position: relative;
  width: 32.56579%;
}
.banner .container .rt::before {
  content: "";
  background: url('../images/banner-circle-dots.png') no-repeat;
  background-size: contain;
  line-height: 1;
  position: absolute;
  display: block;
  width: 115.15151515%;
  height: 115.15151515%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  clip-path: ellipse(50% 50% at 20% 30%);
  animation: shapeClip 5s infinite linear;
}
.banner .container .rt::after {
  content: "";
  background: url('../images/banner-circle.png') no-repeat;
  background-size: contain;
  line-height: 1;
  position: absolute;
  display: block;
  width: 115.15151515%;
  height: 115.15151515%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
  animation: spin 5s infinite linear;
}
@keyframes shapeClip {
  0%,
  100% {
    clip-path: ellipse(43% 43% at 20% 30%);
  }
  25% {
    clip-path: ellipse(43% 43% at 70% 20%);
  }
  50% {
    clip-path: ellipse(43% 43% at 80% 70%);
  }
  75% {
    clip-path: ellipse(43% 43% at 30% 80%);
  }
}
@keyframes spin {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.bread-crumb .container {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
.bread-crumb .container p {
  font-size: 14px;
  color: #999;
}
.bread-crumb .container p em {
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url('../images/home-icon.png') no-repeat;
}
.bread-crumb .container p a {
  color: #999;
  transition: all 0.5s;
}
.bread-crumb .container p a:hover {
  color: #fe9900;
}
.bread-crumb .container ul {
  display: flex;
}
.bread-crumb .container ul li {
  position: relative;
  line-height: 60px;
  margin-left: 73px;
}
.bread-crumb .container ul li a {
  font-size: 16px;
  color: #333;
}
.bread-crumb .container ul li:first-child {
  margin-left: 0;
}
.bread-crumb .container ul .active a {
  color: #fe9900;
}
.bread-crumb .container ul li::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fe9900;
  transition: all 0.5s;
}
.bread-crumb .container ul .active::after {
  width: 100%;
}
.bread-crumb .container ul li:hover::after {
  width: 100%;
}
.contact-info {
  padding: 5.72916667% 0 4.42708333%;
  margin-bottom: 3.64583333%;
  background: url('../images/contact-info-bg.jpg') no-repeat;
  background-size: cover;
}
.contact-info .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-info .container .lt {
  width: 47%;
}
.contact-info .container .lt h3 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 14px;
}
.contact-info .container .lt p {
  font-size: 22px;
  color: #666;
  margin-bottom: 12px;
}
.contact-info .container .lt a {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin-bottom: 50px;
}
.contact-info .container .lt h5 {
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
}
.contact-info .container .lt h4 {
  font-size: 24px;
  color: #fe9900;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 60px;
}
.contact-info .container .rt {
  width: 51.05263158%;
  border: 1px solid #fe9900;
}
.contact-info .container .rt iframe {
  width: 100%;
  height: 100%;
}
.contact-form .container {
  width: 100%;
  padding: 1.5625% 2.60416667% 2.1875%;
  margin-bottom: 4.16666667%;
  box-shadow: 0 0 16px rgba(52, 52, 52, 0.16);
}
.contact-form .container h3 {
  font-size: 32px;
  color: #333;
  font-weight: 700;
}
.contact-form .container p {
  font-size: 18px;
  color: #666;
  max-width: 684px;
  text-align: justify;
}
.contact-form .container form {
  margin-top: 2.30263158%;
}
.contact-form .container form .form-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.8421053%;
}
.contact-form .container form .form-col {
  position: relative;
  width: 48.94366197%;
}
.contact-form .container form .require::after {
  content: "*";
  display: block;
  position: absolute;
  top: 40%;
  right: 25px;
  color: #e13333;
  font-size: 22px;
  line-height: 1;
}
.contact-form .container form input {
  outline: none;
  background-color: #f8f8fa;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #333;
  padding: 0 45px 0 25px;
}
.contact-form .container form textarea {
  outline: none;
  background-color: #f8f8fa;
  width: 100%;
  font-size: 16px;
  color: #333;
  padding: 20px 180px 20px 25px;
}
.contact-form .container form button {
  position: absolute;
  width: 140px;
  height: 45px;
  background-color: #fe9900;
  font-size: 16px;
  color: #fff;
  right: 26px;
  bottom: 26px;
  cursor: pointer;
  outline: none;
}
.inner-title {
  text-align: center;
  margin-bottom: 3.2894737%;
}
.inner-title h4 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #999;
  font-weight: 300;
  padding-left: 30px;
  line-height: 1;
}
.inner-title h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-color: #fe9900;
}
.inner-title h2 {
  font-size: 36px;
  color: #333;
  line-height: 1.6;
}
.inner-title h2 span {
  font-weight: 700;
}
.news-list {
  margin: 4.16666667% 0;
}
.news-list .news-wrapper .block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 0 24px rgba(52, 52, 52, 0.16);
  border-radius: 10px;
  margin-bottom: 5.5921053%;
  overflow: hidden;
  transition: all 0.5s;
}
.news-list .news-wrapper .block .lt {
  width: 31.57894737%;
}
.news-list .news-wrapper .block .lt .pic {
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 0;
  padding-bottom: 61.6666667%;
  overflow: hidden;
}
.news-list .news-wrapper .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .news-wrapper .block .rt {
  flex: 1;
  padding: 1% 3.8157895% 1% 4.8684211%;
}
.news-list .news-wrapper .block .rt h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fe9900;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-list .news-wrapper .block .rt p {
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .news-wrapper .block .rt h5 {
  font-size: 14px;
  color: #999;
  margin-top: 40px;
}
.news-list .news-wrapper .block .rt h5 img {
  margin-right: 4px;
  vertical-align: text-bottom;
}
.news-list .news-wrapper .block:last-child {
  margin-bottom: 0;
}
.news-list .news-wrapper .block::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -14.763158%;
  height: 1px;
  background-color: #eee;
}
.news-list .news-wrapper .block:last-child::after {
  display: none;
}
.news-list .news-wrapper .block:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 15px rgba(52, 52, 52, 0.16), 0 10px 30px rgba(52, 52, 52, 0.3);
}
.news-list .news-wrapper .block:hover .lt .pic img {
  transform: scale(1.05);
}
.box {
  width: 100%;
  text-align: center;
  margin-top: 3.2894737%;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  padding: 0px 8px;
  line-height: 25px;
  border: 1px solid #edf0f7;
  background-color: #f7f8fb;
  margin: 3px 5px;
  color: #999;
  border-radius: 4px;
  transition: all 0.5s;
}
.pagination .active a {
  color: #fff;
  background-color: #fe9900;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #fe9900;
}
.pagination .disabled a {
  color: #ccc;
  cursor: not-allowed;
}
.news-detail {
  margin: 3.125% 0 3.64583333%;
}
.news-detail .news-detail-title {
  text-align: center;
  margin-bottom: 1.644737%;
}
.news-detail .news-detail-title h3 {
  font-size: 34px;
  color: #333;
}
.news-detail .news-detail-title h5 {
  font-size: 16px;
  color: #999;
}
.news-detail article {
  font-size: 16px;
  color: #666;
  text-align: justify;
  text-indent: 2em;
  overflow: hidden;
}
.news-detail article img {
  margin: 10px 20px;
  max-width: 50%;
  display: block;
}
.news-detail .article-tab {
  border-top: 1px solid #d4d4d4;
  margin-top: 3.94736842%;
  padding-top: 1.57894737%;
}
.news-detail .article-tab p {
  font-size: 14px;
  color: #727171;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.news-detail .article-tab p a {
  color: #727171;
  transition: all 0.5s;
}
.news-detail .article-tab p a:hover {
  color: #333;
}
.company-info {
  position: relative;
  background: url('../images/company-info-bg.jpg') no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.company-info .container {
  padding: 5.98958333% 0 5.20833333%;
  position: relative;
  z-index: 1;
}
.company-info .inner-title {
  text-align: left;
  margin-bottom: 2.3026316%;
}
.company-info .company-info-content {
  font-size: 18px;
  color: #666;
  max-width: 982px;
  text-align: justify;
  line-height: 2.2;
}
.company-info .company-info-content span {
  color: #fe9900;
  font-weight: 700;
}
.company-info .info-text-pic {
  margin-top: 2.63157895%;
}
.cert {
  margin: 4.16666667% 0;
}
.cert .cert-swiper .swiper .swiper-slide {
  padding: 43px 52px 32px 49px;
  background-color: #f7f8fb;
  text-align: center;
}
.cert .cert-swiper .swiper .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 138.5%;
}
.cert .cert-swiper .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cert .cert-swiper .swiper .swiper-slide p {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin-top: 27.91666667%;
}
.cert .cert-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  line-height: 1;
  margin-top: 2.63157895%;
}
.cert .cert-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fe9900;
  margin: 0 7.5px;
}
.throughput {
  padding-top: 4.42708333%;
  background-color: #f6f7fb;
  background-image: url('../images/throughput-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.throughput .throughput-intro {
  max-width: 1150px;
  margin: 0 auto;
  text-align: justify;
  text-align-last: center;
  font-size: 16px;
  color: #666;
  line-height: 2.2;
}
.throughput .throughput-pic-wrapper {
  padding: 4.42708333% 0 4.6875%;
}
.throughput .throughput-pic-wrapper .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.throughput .throughput-pic-wrapper .block {
  width: 24.67105263%;
}
.throughput .throughput-pic-wrapper .block .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 69.3333333%;
}
.throughput .throughput-pic-wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main {
  position: relative;
  margin: 3.125% 0 4.16666667%;
  left: 0;
  transition: all 0.5s;
}
.main .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.main aside {
  position: relative;
  width: 344px;
  overflow: hidden;
}
.main aside .aside-title {
  position: relative;
  background-color: #fe9900;
  height: 110px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main aside .aside-title h4 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main aside .aside-title h5 {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main aside .aside-title::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main aside .aside-lv1 {
  padding: 14px 14px 34px;
  background-color: #f4f4f4;
}
.main aside .aside-lv1 > li {
  position: relative;
  background-color: #fff;
  margin-bottom: 14px;
  line-height: 60px;
}
.main aside .aside-lv1 > li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
  padding: 0 45px 0 26px;
  transition: all 0.5s;
}
.main aside .aside-lv1 > li::after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #acacac;
  border-right: 2px solid #acacac;
  right: 26px;
  top: 27px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.main aside .aside-lv1 > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 0px;
  background-color: #fe9900;
  top: 15px;
  left: 0;
  transition: all 0.5s;
}
.main aside .aside-lv1 > .active::before {
  height: 30px;
}
.main aside .aside-lv1 > .active::after {
  transform: rotate(135deg);
}
.main aside .aside-lv1 > .active .aside-lv2 {
  display: block;
}
.main aside .aside-lv1 > .current a {
  color: #fe9900;
}
.main aside .aside-lv1 > .current::before {
  height: 30px;
}
.main aside .aside-lv1 > .current::after {
  border-color: #fe9900;
}
.main aside .aside-lv2 {
  display: none;
}
.main aside .aside-lv2 > li {
  position: relative;
  border-top: 1px solid rgba(254, 153, 0, 0.2);
}
.main aside .aside-lv2 > li a {
  font-size: 16px;
  color: #666;
  padding-left: 120px;
  transition: all 0.5s;
}
.main aside .aside-lv2 > .act .aside-lv3 {
  display: block;
}
.main aside .aside-lv2 > .act > a {
  color: #fe9900;
}
.main aside .aside-lv3 {
  padding-bottom: 10px;
  display: none;
}
.main aside .aside-lv3 > li {
  line-height: 2;
}
.main aside .aside-lv3 > li a {
  font-size: 14px;
  padding-left: 159px;
}
.main aside .aside-lv3 > .act > a {
  color: #fe9900;
}
.main main {
  position: relative;
  width: calc(100% - 3.684211% - 344px);
}
.main main .main-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  color: #fe9900;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 5.17857143%;
}
.main main .main-title a {
  color: #fe9900;
}
.main main .prod-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.main main .prod-wrapper .block {
  display: block;
  position: relative;
  width: calc(100% / 3);
  background-color: #f7f8fb;
  border: 1px solid #eaeaea;
  padding: 4.01785714% 1% 15% 3.5714286%;
}
.main main .prod-wrapper .block h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main main .prod-wrapper .block h5 {
  font-size: 14px;
  color: #888;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main main .prod-wrapper .block span {
  display: inline-block;
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  transition: all 0.5s;
}
.main main .prod-wrapper .block .pic {
  position: absolute;
  bottom: 16px;
  right: 12px;
  height: 52.924%;
  width: 54.2781%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.main main .prod-wrapper .block .pic img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.main main .prod-wrapper .block::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #fe9900;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.main main .prod-wrapper .block:hover h4 {
  color: #fe9900;
}
.main main .prod-wrapper .block:hover h5 {
  color: #fe9900;
}
.main main .prod-wrapper .block:hover span {
  color: #fe9900;
}
.main main .prod-wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.main main .prod-wrapper .block:hover::before {
  width: 100%;
}
.main main .box {
  margin-top: 4.464286%;
}
.main main .prod-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.main main .prod-detail .lt {
  width: 53.839286%;
}
.main main .prod-detail .lt .size h5 {
  font-size: 16px;
  color: #333;
  line-height: 2.4;
}
.main main .prod-detail .lt article {
  font-size: 16px;
  color: #333;
  text-align: justify;
  line-height: 2.2;
}
.main main .prod-detail .rt {
  width: 41.0714286%;
  text-align: center;
}
.case main .main-title {
  margin-bottom: 2.5%;
}
.case main .case-content {
  font-size: 16px;
  color: #333;
}
.case main .case-pic {
  text-align: center;
  margin-top: 7.14285714%;
  position: relative;
  z-index: -1;
}
.case main .coop-swiper .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 35.4679803%;
}
.case main .coop-swiper .pic img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.case main .coop-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  line-height: 1;
  margin-top: 3.5714286%;
}
.case main .coop-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fe9900;
  margin: 0 7.5px;
}
.case main .case-list .block {
  box-shadow: 0 0 13px rgba(29, 29, 29, 0.16);
  padding: 3.5714286% 3.21428571%;
  margin-bottom: 2.3214286%;
  transition: all 0.5s;
}
.case main .case-list .block h4 {
  font-size: 18px;
  color: #fe9900;
  font-weight: 700;
  padding-left: 12px;
  border-left: 2px solid #fe9900;
  line-height: 1;
  margin-bottom: 1.7175573%;
}
.case main .case-list .block p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.case main .case-list .block:last-child {
  margin-bottom: 0;
}
.case main .case-list .block:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 13px rgba(29, 29, 29, 0.16), 0 20px 25px rgba(29, 29, 29, 0.3);
}
.anchor-fix {
  position: relative;
  height: 0;
  top: -150px;
}
