@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  transition: all 0.5s;
}
html,
body {
  scroll-behavior: smooth;
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 120px;
  width: 100%;
}
.container {
  max-width: 1380px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0px !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.614583% 0 4.69375%;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lv1 > li a {
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}
header .lv1 > li a:hover {
  color: #eb5b02;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  /* transform: translate(-50%, 0); */
  visibility: visible;
}
header .lv1 > li:hover .lv2 > li {
  transform: translateY(0);
  transition-delay: .1s;
}
header .lv1 > .active > a {
  font-weight: 700;
  color: #eb5b02;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0%);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0px 0 10px;
  visibility: hidden;
  opacity: 0;
}
header .lv2 li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 2px 15px;
  min-width: 130px;
  transition: all .5s;
  transform: translateY(5px);
}
header .lv2 li a {
  font-size: 14px;
  color: #fff;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  /* transform: translate(0, 0); */
}
header .lv2 > li:hover .lv3 li {
  transform: translateY(0);
  transition-delay: .1s;
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(0%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0px 0 10px;
  visibility: hidden;
  opacity: 0;
}
header .rt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  margin-left: 30.416667%;
  height: 100%;
  padding-top: 13px;
}
header nav {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15.52381%;
}
header .tel {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .tel .tip {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 250px;
  white-space: nowrap;
  line-height: 50px;
  border-radius: 8px;
  transform: translate(-50%, 50%);
  transition: all 0.5s;
  background-color: #ec5c03;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
}
header .tel:hover .tip {
  transform: translate(-50%, 0%);
  visibility: visible;
  opacity: 1;
}
header .search form {
  position: relative;
}
header .search form input {
  width: 275px;
  height: 42px;
  outline: none;
  padding: 0 50px 0 17px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 14px;
}
header .search form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
header .search form button {
  position: absolute;
  top: 50%;
  right: 17px;
  cursor: pointer;
  outline: none;
  background: transparent;
  border: 0;
  transform: translate(0, -50%);
}
.box {
  width: 100%;
  text-align: center;
  margin: 5.4785% 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  font-size: 14px;
  padding: 0 9px;
  line-height: 26px;
  border: 1px solid transparent;
  background-color: #f4f4f5;
  margin: 3px 5px;
  color: #c0c4cc;
  transition: all 0.5s;
}
.pagination .active a {
  color: #fff;
  background-color: #024a7d;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #024a7d;
}
.pagination .btn a {
  background-color: #eee;
}
.pagination .disabled a {
  color: #ccc !important;
  cursor: not-allowed;
  background-color: #fcfcfc;
}
.box .total {
  color: #999;
  margin-left: 10px;
  font-size: 12px;
}
.index-wrapper {
  background-color: #f2f5f9;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  /*transform: scale(1.2, 1.2);*/
}
.index-banner .swiper-slide-active img,
.index-banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  /*transform: scale(1, 1);*/
}
.index-prod-cate {
  margin: 3.3333% 0 4.6354167%;
}
.index-prod-cate .swiper-slide {
  text-align: center;
}
.index-prod-cate .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  margin-bottom: 10px;
}
.index-prod-cate .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
  transition: all 0.5s;
}
.index-prod-cate .swiper-slide .pic:hover img {
  transform: scale(0.9);
}
.index-prod-cate .swiper-slide p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.index-prod-wrapper .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-prod-wrapper .container .block {
  width: 30.6522%;
  background-color: #fff;
  margin-bottom: 4.058%;
  transition: all 0.5s;
}
.index-prod-wrapper .container .block:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}
.index-prod-wrapper .container .block .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70.2128%;
  border-bottom: 1px solid #dde4ec;
  overflow: hidden;
}
.index-prod-wrapper .container .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  transition: all 0.5s;
  overflow: hidden;
}
.index-prod-wrapper .container .block .pic::before {
  display: block;
  position: absolute;
  /* content: ""; */
  top: 0;
  left: 0;
  width: 100%;
  height: 58%;
  background-color: #3c4452;
}
.index-prod-wrapper .container .block .pic:hover img {
  transform: scale(1.05);
}
.index-prod-wrapper .container .block .info {
  padding: 12px 5.67376% 22px;
  min-height: 350px;
}
.index-prod-wrapper .container .block .info .title h4 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
}
.index-prod-wrapper .container .block .info .title h4 a:hover {
  color: #ff0000;
}
.index-prod-wrapper .container .block .info .title h5 {
  font-size: 14px;
  color: #333;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  line-height: 1.8;
}
.index-prod-wrapper .container .block .info .title h5 a:hover {
  color: #ff0000;
}
.index-prod-wrapper .container .block .info .cate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
}
.index-prod-wrapper .container .block .info .cate .l {
  width: 66.66667%;
  border-right: 1px solid #e4e9f1;
  padding: 5px 0 0;
}
.index-prod-wrapper .container .block .info .cate .l .row {
  margin-bottom: 13px;
}
.index-prod-wrapper .container .block .info .cate .l .row h5 {
  font-size: 14px;
  color: #ff0000;
  font-weight: 700;
  line-height: 1.6;
}
.index-prod-wrapper .container .block .info .cate .l .row h5 a {
  color: inherit;
}
.index-prod-wrapper .container .block .info .cate .l .row h5 a:hover {
  opacity: 0.7;
}
.index-prod-wrapper .container .block .info .cate .l .row span {
  font-size: 14px;
  color: #333;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 70px;
  max-width: 100%;
  margin-right: 5px;
  line-height: 1.6;
  vertical-align: middle;
}
.index-prod-wrapper .container .block .info .cate .l .row span a:hover {
  color: #ff0000;
}
.index-prod-wrapper .container .block .info .cate .r {
  width: 29.3333%;
  text-align: justify;
  padding: 5px 0 0;
}
.index-prod-wrapper .container .block .info .cate .r p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 22px;
}
.index-prod-wrapper .container .block .info .cate .r p a:hover {
  color: #ff0000;
}
.index-prod-wrapper .container .block .info-type2 .cate .l .row span {
  display: block;
}
.index-bg-banner {
  position: relative;
  overflow: hidden;
  margin: 0.208333% 0 3.59375%;
}
.index-bg-banner img {
  display: block;
  width: 100%;
  min-height: 80px;
  object-fit: cover;
}
.index-bg-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 65.1041667%;
  height: 100%;
  background: -webkit-linear-gradient(left, #ec5c03 30%, rgba(236, 92, 3, 0.3));
  clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3% 8.645833%;
}
.index-bg-banner .text h2 {
  font-size: 55.6px;
  font-weight: 700;
  color: #fefefe;
  line-height: 1.8;
  letter-spacing: 3px;
}
.index-bg-banner .text h2 span {
  background-color: #fff;
  color: #ec5c03;
  border-radius: 10px;
  padding: 0 31px;
  margin-right: 0.4em;
  padding-bottom: 5px;
}
.index-bg-banner .text h5 {
  font-size: 24px;
  font-weight: 700;
  color: rgba(254, 254, 254, 0.8);
  letter-spacing: 0.4em;
}
.index-news {
  border-top: 1px solid #ec5c03;
  padding: 3.69791667% 0 4.3229167%;
  margin-top: 1.5625%;
}
.index-news .container {
  width: 100%;
  background-color: #fff;
  padding: 2.083333% 1.875% 3.645833% 1.3541667%;
}
.index-news .container h3 {
  font-size: 30px;
  color: #ff0000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.index-news .container .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .container .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .container .content .rt {
  padding-left: 2.2003035%;
  border-left: 1px solid #d3d8de;
}
.index-news .container .lt {
  width: 47.648%;
}
.index-news .container .lt .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .container .lt .wrapper .block {
  width: 22.93%;
  margin-bottom: 3.185%;
}
.index-news .container .lt .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #d1d5da;
}
.index-news .container .lt .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-news .container .lt .wrapper .block .pic:hover img {
  transform: scale(1.05);
}
.index-news .container .lt .wrapper .block p {
    font-size: 14px;
    text-align: center;
}
.index-news .container .lt .wrapper .block p a {
    color: #333;
}
.index-news .container .lt .wrapper .block:hover p a {
    color: #ff0000;
}
.index-news .container .rt {
  width: 49.545%;
}
.index-news .container .rt .list p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 4.276316%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .container .rt .list p a:hover {
  color: #ff0000;
}
.index-news .container .rt .list p:last-child {
  margin-bottom: 0;
}
footer {
  background-color: #1e1e1e;
  padding: 3.28125% 0 4.375%;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top .lt {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-top .lt a:hover {
  color: rgba(255, 255, 255, 1);
}
footer .footer-top .rt {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-top .rt .block {
  text-align: center;
  margin-left: 39px;
}
footer .footer-top .rt .block p {
  font-size: 14px;
  color: #fff;
}
footer .footer-top .rt .block:first-child {
  margin-left: 0;
}
footer .footer-link {
  margin-top: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-link span {
  display: inline-block;
  font-size: 14px;
  color: #1e1e1e;
  background-color: #fff;
  padding: 0 14px;
  line-height: 2;
}
footer .footer-link a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0 12px;
  line-height: 1.5;
}
footer .footer-link a:hover {
  opacity: 0.7;
}
.inner-content {
  margin: 4.0625% 0 5.7291667%;
}
.inner-wrapper .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.inner-wrapper aside {
  border: 1px solid #ccc;
  width: 16.66667%;
}
.inner-wrapper aside .aside-title {
  background-color: #000;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
}
.inner-wrapper aside .aside-title h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.inner-wrapper aside .aside-title span {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.inner-wrapper aside .aside-title span:nth-of-type(2) {
  display: none;
}
.inner-wrapper aside .on span:nth-of-type(1) {
  display: none;
}
.inner-wrapper aside .on span:nth-of-type(2) {
  display: block;
}
.inner-wrapper aside ul li {
  padding: 0 20px;
  border-bottom: 1px solid #ededed;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-wrapper aside ul li:last-child {
  border-bottom: 0;
}
.inner-wrapper aside ul li a {
  color: #8b8b8b;
}
.inner-wrapper aside ul li a:hover {
  color: #eb5b02;
}
.inner-wrapper aside ul .active a {
  color: #eb5b02;
}
.inner-wrapper main {
  width: 79.56522%;
}
.bread-crumb {
  display: inline-block;
  min-width: 504px;
  max-width: 100%;
  background-color: #e8e8e8;
  padding: 0 16px;
  font-size: 14px;
  color: #000;
  margin-bottom: 3.82514%;
}
.bread-crumb a {
  color: #666;
}
.bread-crumb a:hover {
  color: #e76200;
}
.bread-crumb img {
  margin: 0 6px;
}
.knowledge-list .block {
  background-color: #fafafa;
  margin-bottom: 2.73224%;
  padding: 1.73042% 4.007286% 2.003643%;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.knowledge-list .block .picture {
  width: 25.247525%;
}
.knowledge-list .block .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 107.451%;
  background-color: #fff;
}
.knowledge-list .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.knowledge-list .block .title {
  width: 69.307%;
}
.knowledge-list .block .title h4 {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.knowledge-list .block .title h4 a {
  color: #333;
}
.knowledge-list .block .title h5 {
  font-size: 16px;
  color: #999;
}
.knowledge-list .block .title .more {
  font-size: 14px;
  margin-top: 4.57143%;
}
.knowledge-list .block .title .more a {
  color: #e76200;
}
.knowledge-list .block:hover {
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
}
.knowledge-list .block:hover .title h4 a {
  color: #d86600;
}
.load-more {
  text-align: center;
  margin-top: 5.9198543%;
}
.load-more a {
  display: inline-block;
  width: 138px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #df5a10;
}
.other-prod {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other-prod .block {
  width: 30.9654%;
  border: 1px solid #f9f9f9;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.29);
  padding: 1.8215% 1.0928962% 2.73224%;
  margin-bottom: 3.82514%;
  transition: all 0.5s;
}
.other-prod .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0%;
  padding-bottom: 72.293%;
}
.other-prod .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.other-prod .block .title {
  padding: 5.09554% 3.1847134% 0;
  border-top: 1px solid #dde4ec;
}
.other-prod .block .title h4 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
}
.other-prod .block .title h4 a {
  color: #333;
}
.other-prod .block .title h5 {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 7.00637%;
}
.other-prod .block .title h5 a {
    color: inherit;
}
.other-prod .block .title ul li {
  display: flex;
  flex-wrap: wrap;
  color: #666;
  line-height: 1.8;
  margin-bottom: 1.59236%;
}
.other-prod .block .title ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-weight: 700;
}
.other-prod .block .title ul li p {
  flex: 1;
}
.other-prod .block .title ul li:hover a {
  color: #e76200;
}
.other-prod .block:hover {
  transform: translateY(-5px);
}
.other-prod .block:hover .title h4 a {
  color: #e76200;
}
.measuring-prod .block {
  padding: 1.8215% 1.0928962% 1.594203%;
  display: flex;
  flex-direction: column;
}
.measuring-prod .block .title {
  padding: 5.09554% 5.414013% 0 8.280255%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.measuring-prod .block .title h4 {
  margin-bottom: 3.401361%;
}
.measuring-prod .block .title ul li {
  margin-bottom: 0;
}
.measuring-prod .block .title .download {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 1.3321%;
  flex: 1;
}
.measuring-prod .block .title .download a {
  color: #eb5b02;
  font-size: 16px;
  margin-left: 21.402214%;
  white-space: nowrap;
}
.measuring-prod .block .title .download a:first-child {
  margin-left: 0;
}
.measuring-prod .block .title .download a:hover {
  transform: translateX(5px);
}
.common-tools .block .title table {
  width: 100%;
}
.common-tools .block .title tr:first-child td {
  font-size: 14px;
  color: #eb5b02;
  font-weight: 700;
  padding-bottom: 0.5em;
}
.common-tools .block .title tr td {
  font-size: 12px;
  color: #666;
  line-height: 1.8;
  width: auto;
}
.common-tools .block .title dl {
  display: flex;
  justify-content: space-between;
}
.common-tools .block .title dl dd {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  flex: 4;
}
.common-tools .block .title dl dd:first-child {
  flex: 5;
}
.common-tools .block .title dl dd:last-child {
  flex: 3;
}
.common-tools .block .title dl dt {
  font-size: 14px;
  color: #e95b02;
  font-weight: 700;
  margin-bottom: 0.5em;
  flex: 4;
}
.common-tools .block .title dl dt:first-child {
  flex: 5;
}
.common-tools .block .title dl dt:last-child {
  flex: 3;
}
.inner-banner img {
  width: 100%;
}
.inner-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-title em {
  flex: 1;
  display: block;
  height: 1px;
  background-color: #e6e6e6;
}
.inner-title h3 {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.inner-title h3::before,
.inner-title h3::after {
  content: "////////////";
  font-size: 24px;
  color: #b2b2b2;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -5px;
  font-weight: normal;
  margin: 0 7px;
}
.company-intro {
  margin: 3.64583% 0 3.489583%;
}
.company-intro .inner-title {
  margin-bottom: 4.34783%;
}
.company-intro .intro {
  position: relative;
  margin-bottom: 5.7971%;
  padding-bottom: 3.04348%;
}
.company-intro .intro::after {
  position: absolute;
  display: block;
  content: "";
  top: 100%;
  width: 100%;
  height: 47px;
  background: url(../images/box-shadow.png) no-repeat;
  background-size: contain;
}
.company-intro .intro h4 {
  font-size: 30px;
  color: #1e1e1e;
  text-align: center;
  line-height: 1.6;
}
.company-intro .intro h5 {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2.3913%;
}
.company-intro .intro p {
  font-size: 24px;
  color: #1e1e1e;
  text-align: center;
  line-height: 1.7;
}
.company-intro .intro b,
.company-intro .intro strong {
  font-weight: 700;
}
.company-intro .intro-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-intro .intro-wrapper .block {
  width: 24.130435%;
  border: 1px solid #ccc;
  padding: 2.6087% 1.73913%;
  margin-bottom: 3%;
}
.company-intro .intro-wrapper .block .icon {
  text-align: center;
  margin-bottom: 5.3004%;
}
.company-intro .intro-wrapper .block .brief {
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 1.8;
}
.company-dev {
  background: url(../images/company-dev-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 3.4375% 0 4.166667%;
}
.company-dev .inner-title {
  margin-bottom: 8.98551%;
}
.company-dev .inner-title em {
  background-color: #fff;
}
.company-dev .inner-title h3 {
  color: #fff;
}
.company-dev .inner-title h3::before,
.company-dev .inner-title h3::after {
  color: #fff;
}
.company-dev .devSwiper {
  margin-bottom: 6.52174%;
}
.company-dev .devSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
.company-dev .devSwiper .date {
  font-size: 100px;
  font-weight: 500;
  font-family: var(--Din);
  color: #fff;
  line-height: 1;
  width: 46%;
  text-align: right;
}
.company-dev .devSwiper em {
  display: block;
  width: 1px;
  height: 110px;
  background-color: #fff;
}
.company-dev .devSwiper .brief {
  font-size: 18px;
  color: #fff;
  text-align: justify;
  width: 46%;
}
.company-dev .devSwiper .swiper-button-prev,
.company-dev .devSwiper .swiper-button-next {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
.company-dev .devSwiper .swiper-button-prev::after,
.company-dev .devSwiper .swiper-button-next::after {
  font-size: 20px;
  font-weight: 700;
  color: #005bac;
}
.company-dev .devSwiper .swiper-button-prev {
  left: 0;
}
.company-dev .devSwiper .swiper-button-next {
  right: 0;
}
.company-dev .thumbSwiper {
  position: relative;
}
.company-dev .thumbSwiper::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 19px;
}
.company-dev .thumbSwiper .swiper-slide {
  height: 120px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  font-family: var(--Din);
  text-align: center;
  padding: 14px 0;
  transition: all 0.5s;
}
.company-dev .thumbSwiper .swiper-slide span {
  display: inline-block;
  height: 50px;
  line-height: 1;
  cursor: pointer;
}
.company-dev .thumbSwiper .swiper-slide em {
  position: relative;
  display: block;
  margin: 0 auto 15px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.company-dev .thumbSwiper .swiper-slide em::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.company-dev .thumbSwiper .swiper-slide-thumb-active {
  font-size: 36px;
  font-weight: 700;
}
.company-dev .thumbSwiper .swiper-slide-thumb-active em::after {
  transform: translate(-50%, -50%) scale(1.6667);
}
.company-partner {
  margin: 5.1041667% 0 5.677083%;
}
.company-partner .inner-title {
  margin-bottom: 5.36232%;
}
.company-partner .partner-swiper {
  position: relative;
}
.company-partner .partner-swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 52.5%;
  border: 1px solid #eee;
}
.company-partner .partner-swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.company-partner .partner-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 4.492754%;
}
.company-partner .partner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #e60012;
  margin: 0 15px;
}
.inner-title2 {
  margin-bottom: 2.2464%;
}
.inner-title2 h3 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}
.inner-title2 h3::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 33px;
  background-color: #333;
  vertical-align: middle;
}
.company-desc {
  background-color: #f7f7f7;
  padding: 3.645833% 0 4.479167%;
}
.company-desc .intro {
  font-size: 24px;
  color: #666;
  text-align: justify;
  line-height: 1.8;
}
.company-desc .data {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.6087%;
}
.company-desc .data .block {
  text-align: center;
}
.company-desc .data .block h2 {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}
.company-desc .data .block h2 span {
  font-size: 67px;
  font-weight: 700;
  font-family: var(--Din);
  color: #ffcc01;
  margin-right: 4px;
}
.company-desc .data .block p {
  font-size: 18px;
  color: #333;
}
.company-desc .data em {
  display: block;
  width: 1px;
  height: 65px;
  background-color: #ccc;
  margin: 0 4.710145%;
}
.rec-prod {
  margin: 3.4375% 0 2.34375%;
}
.rec-prod .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rec-prod .wrapper .block {
  width: 32.318841%;
  margin-bottom: 3%;
}
.rec-prod .wrapper .block .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 88.565%;
  overflow: hidden;
}
.rec-prod .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.rec-prod .wrapper .block .pic video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.rec-prod .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.latest-news {
  background-color: #eee;
  padding: 2.1875% 0 3.59375%;
}
.latest-news .list p {
  font-size: 16px;
  color: #666;
  border-bottom: 1px dashed #ccc;
  padding: 0 15px 5px;
  margin-bottom: 10px;
}
.latest-news .list p a:hover {
  color: #e76200;
}
.latest-news .list p::before {
  display: inline-block;
  content: "";
  position: relative;
  width: 7px;
  height: 7px;
  background-color: #666;
  border-radius: 50%;
  margin-right: 11px;
  vertical-align: middle;
}
.mitutoyo-desc .inner-title2 h3 {
  color: #eb5c02;
}
.mitutoyo-desc .inner-title2 h3::before {
  background-color: #eb5c02;
}
.mitutoyo-desc .data .block h2 span {
  color: #eb5c02;
}
.mitutoyo-hot-prod .inner-title2 h3 {
  color: #eb5c02;
}
.mitutoyo-hot-prod .inner-title2 h3::before {
  background-color: #eb5c02;
}
.mitutoyo-hot-prod .wrapper .block {
  margin-bottom: 1.52174%;
}
.mitutoyo-hot-prod .wrapper .block .pic {
  padding-bottom: 61.6592%;
}
.solution {
  background: url(../images/mitutoyo-solve.jpg) no-repeat;
  background-size: cover;
  padding: 2.96875% 0 4.21875%;
}
.solution .inner-title2 h3 {
  color: #fff;
}
.solution .inner-title2 h3::before {
  background-color: #fff;
}
.solution .solve-swiper .swiper-slide {
  height: auto;
  background-color: #fff;
  padding: 1.8116%;
}
.solution .solve-swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.solution .solve-swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.solution .solve-swiper .swiper-slide .title {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin-top: 25px;
  padding-top: 10px;
}
.solution .solve-swiper .swiper-slide .title h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
.solution .solve-swiper .swiper-slide .title h3 a {
  color: #333;
}
.solution .solve-swiper .swiper-slide .title em {
  line-height: 1.7;
  font-size: 20px;
  transition: all 0.5s;
}
.solution .solve-swiper .swiper-slide .title:hover h3 a {
  color: #eb5c02;
}
.solution .solve-swiper .swiper-slide .title:hover em {
  color: #eb5c02;
}
.solution .solve-swiper .swiper-slide .info {
  margin-top: 15px;
}
.solution .solve-swiper .swiper-slide .info p {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 7px;
}
.solution .solve-swiper .swiper-slide .info p a {
  color: #666;
}
.solution .solve-swiper .swiper-slide .info span {
  display: inline-block;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #666;
  line-height: 1.5;
  margin-right: 8px;
  margin-bottom: 2px;
  transition: all 0.5s;
}
.solution .solve-swiper .swiper-slide .info span a {
  color: #666;
}
.solution .solve-swiper .swiper-slide .info span:first-of-type {
  background-color: #666;
  color: #fff;
}
.solution .solve-swiper .swiper-slide .info span:first-of-type a {
  color: #fff;
}
.solution .solve-swiper .swiper-slide .info span:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
}
.solution .solve-swiper .swiper-slide .block:hover .pic img {
  transform: scale(1.05);
}
.company-pic {
  margin: 3.64583% 0 1.041667%;
}
.company-pic .inner-title2 h3 {
  color: #eb5c02;
}
.company-pic .inner-title2 h3::before {
  background-color: #eb5c02;
}
.company-pic .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-pic .wrapper .block {
  width: 32.10145%;
  margin-bottom: 6.232%;
}
.company-pic .wrapper .block .info {
  text-align: center;
  margin-top: 4.06321%;
  padding: 0 10px;
}
.company-pic .wrapper .block .info h3 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
}
.company-pic .wrapper .block .info p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.yamawa-prod {
  background: url(../images/yamawa-prod-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4.27083% 0 2.34375%;
}
.yamawa-prod .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yamawa-prod .container .block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 31.0145%;
  margin-bottom: 3%;
}
.yamawa-prod .container .block .picture {
  width: 100%;
  margin-bottom: 7.042254%;
}
.yamawa-prod .container .block .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.82243%;
}
.yamawa-prod .container .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.yamawa-prod .container .block .picture .pic video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.yamawa-prod .container .block .title {
  display: inline-block;
  border-bottom: 4px solid #000;
  line-height: 1.6;
}
.yamawa-prod .container .block .title a {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
.yamawa-prod .container .block .info {
  font-size: 24px;
  color: #000;
  text-align: justify;
  line-height: 1.8;
  display: none;
}
.yamawa-prod .container .block .info h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
}
.yamawa-prod .container .block:first-child {
  width: 100%;
  flex-direction: row;
  align-items: stretch;
}
.yamawa-prod .container .block:first-child .picture {
  width: 37.318841%;
  margin-bottom: 0;
}
.yamawa-prod .container .block:first-child .title {
  margin-left: 2.174%;
  align-self: flex-end;
}
.yamawa-prod .container .block:first-child .info {
  flex: 1;
  margin-left: 5.7971%;
  display: block;
}
.yamawa-tools {
  background-color: #eee;
  padding: 3.4375% 0 2.34375%;
  margin: 0;
}
.yamawa-tools .wrapper .block {
  width: 31.0145%;
  margin-bottom: 3.6232%;
}
.yamawa-tools .wrapper .block .pic {
  padding-bottom: 84.11215%;
  background-color: #fff;
}
.yamawa-tools .wrapper .block .pic img {
  object-fit: scale-down;
}
.yamawa-pic .wrapper .block {
  width: 22.536232%;
  transition: all 0.5s;
  padding-bottom: 1.768116%;
}
.yamawa-pic .wrapper .block:hover {
  background-color: #f7f7f7;
}
.yamawa-detail {
  background-color: #f5f5ee;
  padding: 5.2604167% 0 6.614583%;
}
.yamawa-detail .container {
  background-color: #fff;
  box-shadow: 0 3px 0 #bfbdb7;
}
.yamawa-detail article {
  font-size: 14px;
  color: #666;
  text-align: justify;
}
.yamawa-detail .other-article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 4.3478261% 3.6232%;
  margin: 3.98551% 0 0;
}
.yamawa-detail .other-article .block {
  width: 23.015873%;
  margin-bottom: 3%;
}
.yamawa-detail .other-article .block .picture {
  background-color: #ccffcc;
  padding: 5px;
  transition: all 0.5s;
}
.yamawa-detail .other-article .block .picture .pic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 74.8227%;
  width: 100%;
}
.yamawa-detail .other-article .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.yamawa-detail .other-article .block .picture p {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  height: 3.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 5px;
  margin-top: 0.9em;
}
.yamawa-detail .other-article .block .picture p a {
  color: #000;
}
.yamawa-detail .other-article .block .picture:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.29);
}
.yamawa-detail .other-article .block .simplified {
  text-align: center;
  /* margin-top: 49px; */
}
.yamawa-detail .other-article .block .simplified a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 0 5px;
  width: 190px;
  max-width: 100%;
  min-height: 3.6em;
  line-height: 1.8;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  background-color: #ccffcc;
  border-radius: 10px;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.29);
  transition: all 0.5s;
}
.yamawa-detail .other-article .block .simplified a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.29);
}
.prod-detail .title h3 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.prod-detail .prod-intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 4%;
  margin-bottom: 3%;
  border-bottom: 1px dashed #ccc;
}
.prod-detail .prod-intro .lt {
  width: 40%;
}
.prod-detail .prod-intro .rt {
  width: 55%;
}
.prod-detail .prod-intro .rt .brief {
  font-size: 16px;
  color: #333;
  text-align: justify;
}
.prod-detail .prod-content article {
  text-align: justify;
  font-size: 16px;
  color: #333;
}
.prod-detail .prod-content article img,
.prod-detail .prod-content article video {
  margin: 0.5em 0;
}
.prod-detail .prod-content .title {
  text-align: center;
}
.article-detail .title {
  text-align: center;
  padding-bottom: 2%;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 3.5%;
}
.article-detail .title h3 {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.article-detail .title h5 {
  font-size: 14px;
  color: #666;
}
.article-detail article {
  text-align: justify;
  font-size: 16px;
  color: #333;
}
.article-detail article img,
.article-detail article video {
  margin: 0.5em 0;
}
.bread-crumb2 {
  background-color: #f4f4f4;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 1.614583% 0 8.59375%;
  margin-bottom: 15px;
}
.bread-crumb2 p {
  font-size: 14px;
  color: #666;
}
.bread-crumb2 p a:hover {
  color: #e60012;
}
.tech-support {
  background-color: #f5f5ee;
  padding: 0 0 6.25%;
}
.tech-wrapper .container {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.29);
}
.tech-wrapper .section-title {
  position: relative;
  height: 150px;
  width: 100%;
  background: -webkit-linear-gradient(top, #fefefe, #f0f0f0);
  overflow: hidden;
}
.tech-wrapper .section-title h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 35px;
  margin-left: 20px;
}
.tech-wrapper .section-title img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0.1;
  transform: rotate(-10deg);
}
.contact-info {
  margin: 5% 0 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-info .block {
  position: relative;
  padding: 0 7% 0 14%;
  width: 50%;
  margin-bottom: 5%;
}
.contact-info .block h4 {
  position: relative;
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.contact-info .block h4::before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-left: 15px solid #333;
  left: -34px;
  top: 10px;
}
.contact-info .block p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contact-info .block:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 160px;
  background-color: #666;
}
.tech-info {
  min-height: 500px;
}
.tech-info section {
  overflow: hidden;
  /* background: -webkit-linear-gradient(top, #f0f0f0, #fff 10%); */
  padding: 20px 20px 20px 40px;
}
.tech-info section .title h3 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin: 0 0 1.5%;
  line-height: 1.5;
}
.tech-info section p {
  font-size: 14px;
  color: #2f9dd4;
  position: relative;
  padding-left: 1em;
  transition: all 0.5s;
  margin-bottom: 1em;
  line-height: 1.5;
}
.tech-info section p a {
  color: #2f9dd4;
}
.tech-info section p a:hover {
  text-decoration: underline !important;
}
.tech-info section p::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  top: 8px;
  left: 0;
}
.prod-sample {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #f0f0f0, #fff 10%);
  box-shadow: 0 3px 5px #ccc;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 3% 15%;
}
.prod-sample .block {
  width: 40%;
  text-align: center;
  margin-bottom: 3%;
}
.prod-sample .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.prod-sample .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-sample .block .title h5 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
  background: none;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 700;
}
.prod-sample .block .title a {
  display: inline-block;
}
.prod-sample .block .title em {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  line-height: 35px;
  background: -webkit-linear-gradient(top, #00559d, #2c80c7);
  box-shadow: -3px 3px 0 rgba(0, 85, 157, 0.15);
  border-radius: 11px;
  margin: 10px auto;
  overflow: hidden;
  color: #fff;
}
.prod-sample .block .title em span {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.prod-sample .block .title em img {
  margin-right: 8px;
}
.prod-sample .block .title em::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #999;
  top: 0;
  left: -100%;
  transition: all 0.5s;
}
.prod-sample .block .title em:hover::before {
  left: 0;
}
.prod-list {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #f0f0f0, #fff 10%);
  box-shadow: 0 3px 5px #ccc;
}
.prod-list section p {
  padding: 0 0 0.5em;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1.5em;
}
.prod-list section p::before {
  display: none;
}
.prod-list section p span {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-right: 40px;
  min-width: 100px;
  display: inline-block;
}
.video-block {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #f0f0f0, #fff 10%);
  box-shadow: 0 3px 5px #ccc;
  padding: 4.3478261% 2.02898551% 6.1594203% 3.98551%;
}
.video-block .title {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin-bottom: 3.8551%;
  line-height: 1.6;
}
.video-block .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video-block .wrapper .lt {
  width: 46%;
  font-size: 16px;
  color: #666;
  text-align: justify;
}
.video-block .wrapper .rt {
  width: 50.886662%;
}
.video-block .wrapper .rt .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50.9924%;
}
.video-block .wrapper .rt .video video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-result {
  padding: 2.6% 0;
}
.search-result .search-title {
  border-bottom: 1px solid #eae6df;
}
.search-result .search-title h3 {
  font-size: 24px;
  color: #3c3c3c;
  font-weight: 700;
}
.search-result .search-title h3 span {
  color: #f00;
}
.search-result .search-tab {
  display: flex;
}
.search-result .search-tab li {
  position: relative;
  font-size: 14px;
  padding: 0 10px;
  line-height: 35px;
  text-align: center;
}
.search-result .search-tab li a {
  color: #3c3c3c;
}
.search-result .search-tab .active::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f00;
  left: 0;
}
.search-result .search-form {
  margin: 1.2% 0.5%;
  overflow: hidden;
}
.search-result .search-form form {
  float: right;
}
.search-result .search-form input {
  border: 1px solid #ebedf0;
  padding: 4px 11px;
  height: 2.2em;
  border-radius: 2.5px 0 0 2.5px;
  outline: none;
  transition: all 0.5s;
}
.search-result .search-form input:hover {
  border: 1px solid #f00;
}
.search-result .search-form input:focus {
  border: 1px solid #f00;
}
.search-result .search-form button {
  padding: 0 10px;
  height: 2.2em;
  margin-left: 2px;
  background-color: #e5e5e5;
  outline: none;
}
.search-result .search-result-list .row {
  border-bottom: 0;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.search-result .search-result-list .row .picture {
  width: 15%;
}
.search-result .search-result-list .row .picture .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
}
.search-result .search-result-list .row .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-result .search-result-list .row .title {
  flex: 1;
  margin-left: 2%;
}
.search-result .search-result-list .row .title h5 span {
  font-size: 12px;
  color: #333;
  background-color: #eee;
  padding: 1px 3px 2px;
  margin-right: 8px;
}
.search-result .search-result-list .row .title h4 {
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 700;
  line-height: 1.8;
}
.search-result .search-result-list .row .title p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.search-result .search-result-list .row .title p a {
  color: inherit;
}
.search-result .search-result-list .row:hover .title h4 a {
  color: #f00;
}
.search-result-list {
  min-height: 50vh;
}
.search-result .search-result-list .row .link a {
  color: #f00;
  font-weight: 700;
  font-size: 16px;
  margin-left: 15px;
  transition: all .5s;
  display: inline-block;
}
.search-result .search-result-list .row .link a:hover {
  transform: translateX(5px);
}