.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #EEEEEE !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.tsformcommon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tsformY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tsformX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
iframe[src=""] {
  display: none !important;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 0;
}
.banner .swiper-container .swiper-slide {
  overflow: hidden;
}
.banner .swiper-container .slide-inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .slide-inner img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
.banner [class*=swiper-button] {
  position: absolute;
  top: 54.375%;
  z-index: 10;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1199px) {
  .banner [class*=swiper-button] {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .banner [class*=swiper-button] {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .banner [class*=swiper-button]:hover::after {
    color: var(--color);
  }
}
@media screen and (max-width: 1199px) {
  .banner [class*=swiper-button]:active::after {
    color: var(--color);
  }
}
.banner [class*=swiper-button]::after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb15';
  color: #fff;
  font-size: 45px;
  opacity: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .banner [class*=swiper-button]::after {
    font-size: 35px;
  }
}
.banner .swiper-button-prev {
  left: 1.82291667%;
}
.banner .swiper-button-next {
  right: 1.82291667%;
}
.banner .swiper-button-next::after {
  content: '\eb63';
}
.banner .swiper-pagination {
  bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .banner .swiper-pagination {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
}
.banner .swiper-pagination span.swiper-pagination-bullet {
  margin: 0 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .banner .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .banner .swiper-pagination span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 24px;
  }
}
.index-product-category {
  overflow: hidden;
}
.index-product-category .nav-bar .pro-nav {
  display: flex;
  margin: 0 -32px;
}
@media screen and (max-width: 1439px) {
  .index-product-category .nav-bar .pro-nav {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1199px) {
  .index-product-category .nav-bar .pro-nav {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 991px) {
  .index-product-category .nav-bar .pro-nav {
    display: block;
    padding-bottom: 20px;
    text-align: center;
  }
}
.index-product-category .nav-bar .pro-nav li {
  flex: 1;
  position: relative;
  padding: 0 32px;
  margin-bottom: 90px;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .index-product-category .nav-bar .pro-nav li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .index-product-category .nav-bar .pro-nav li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-product-category .nav-bar .pro-nav li {
    display: inline-block;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .index-product-category .nav-bar .pro-nav li:hover .pic img {
    transform: translateX(-50%);
  }
  .index-product-category .nav-bar .pro-nav li:hover h5 {
    color: var(--color);
  }
  .index-product-category .nav-bar .pro-nav li:hover h5::before {
    top: 100%;
    opacity: 1;
  }
}
.index-product-category .nav-bar .pro-nav .pic {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 120px;
}
@media screen and (max-width: 1439px) {
  .index-product-category .nav-bar .pro-nav .pic {
    max-width: 115px;
  }
}
@media screen and (max-width: 1199px) {
  .index-product-category .nav-bar .pro-nav .pic {
    max-width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .index-product-category .nav-bar .pro-nav .pic {
    display: none;
  }
}
.index-product-category .nav-bar .pro-nav .pic .img-inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 116.66666667%;
  width: 100%;
  height: 0;
}
.index-product-category .nav-bar .pro-nav .pic .img-inner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: auto;
}
.index-product-category .nav-bar .pro-nav h5 {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 12px);
  z-index: 2;
  width: 100%;
  font-size: 14px;
  line-height: 1.71428571;
  color: #333333;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1439px) {
  .index-product-category .nav-bar .pro-nav h5 {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .index-product-category .nav-bar .pro-nav h5 {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .index-product-category .nav-bar .pro-nav h5 {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.index-product-category .nav-bar .pro-nav h5::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: 50%;
  width: 120px;
  height: 20px;
  background: url(../images/img/index_p_category_icon.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-product-category .nav-bar .pro-nav h5::before {
    width: 100px;
    height: 16.5px;
  }
}
@media screen and (max-width: 991px) {
  .index-product-category .nav-bar .pro-nav h5::before {
    display: none;
  }
}
.index-product-category .nav-bar .pro-nav .active .pic img {
  transform: translateX(-50%);
}
.index-product-category .nav-bar .pro-nav .active h5 {
  color: var(--color);
}
@media screen and (max-width: 991px) {
  .index-product-category .nav-bar .pro-nav .active h5 {
    font-family: var(--fontRobotoBold);
    text-decoration: underline;
  }
}
.index-product-category .nav-bar .pro-nav .active h5::before {
  top: 100%;
  opacity: 1;
}
.index-product-category .index-product-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .index-product-category .index-product-slick .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .index-product-category .index-product-slick .slick-list {
    margin: 0 -7.5px;
  }
}
.index-product-category .index-product-slick .slick-list .slick-slide {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .index-product-category .index-product-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-product-category .index-product-slick .slick-list .slick-slide {
    padding: 0 7.5px;
  }
}
.index-product-category .index-product-slick .slick-dots {
  padding-top: 15px;
  text-align: center;
}
.index-product-category .index-product-slick .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .index-product-category .index-product-slick .slick-dots li {
    margin: 0 3px;
  }
}
.index-product-category .index-product-slick .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #333333;
  font-size: 0;
  background-color: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .index-product-category .index-product-slick .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.index-product-category .index-product-slick .slick-dots .slick-active button {
  background-color: var(--color);
}
.index-product-category .index-product-slick .item {
  position: relative;
  z-index: 1;
  display: block;
}
@media screen and (min-width: 1200px) {
  .index-product-category .index-product-slick .item:hover::after {
    opacity: 0;
  }
  .index-product-category .index-product-slick .item:hover img {
    transform: scale(1.05);
  }
  .index-product-category .index-product-slick .item:hover h6 {
    background-color: var(--color);
  }
}
.index-product-category .index-product-slick .item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
}
.index-product-category .index-product-slick .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 19.39393939%;
  background-image: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.5));
  background-image: -webkit-linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.5));
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-product-category .index-product-slick .item img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-product-category .index-product-slick .item h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  margin: 0;
  font-size: 16px;
  line-height: 3;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .index-product-category .index-product-slick .item h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .index-product-category .index-product-slick .item h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-product-category .index-product-slick .item h6 {
    font-size: 12px;
    line-height: 2.5;
  }
}
.index-about {
  overflow: hidden;
  background: url(../images/img/index_about_bgg.jpg) #f7f7f7 no-repeat top center;
  background-size: 100% auto;
}
.index-about .intro {
  max-height: 180px;
  overflow: auto;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .index-about .intro {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .intro {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .intro {
    max-height: 120px;
    font-size: 13px;
  }
}
.index-about .num {
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .index-about .num {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num {
    padding-top: 30px;
  }
}
.index-about .num ul {
  display: flex;
  justify-content: space-around;
  padding: 0 32px;
}
@media screen and (max-width: 1439px) {
  .index-about .num ul {
    padding: 0;
    justify-content: space-between;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .num ul {
    flex-wrap: wrap;
    margin: -10px -15px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num ul {
    margin: -7.5px -10px;
  }
}
.index-about .num ul li {
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .index-about .num ul li {
    width: 16.66666667%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .num ul li {
    width: 33.33333333%;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num ul li {
    padding: 7.5px 10px;
  }
}
@media screen and (max-width: 480px) {
  .index-about .num ul li {
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .index-about .num ul li:nth-child(1) {
    width: 12.63001486%;
  }
}
@media screen and (min-width: 1440px) {
  .index-about .num ul li:nth-child(2) {
    width: 11.88707281%;
  }
}
@media screen and (min-width: 1440px) {
  .index-about .num ul li:nth-child(3) {
    width: 11.88707281%;
  }
}
@media screen and (min-width: 1440px) {
  .index-about .num ul li:nth-child(4) {
    width: 14.85884101%;
  }
}
@media screen and (min-width: 1440px) {
  .index-about .num ul li:nth-child(5) {
    width: 8.91530461%;
  }
}
@media screen and (min-width: 1440px) {
  .index-about .num ul li:nth-child(6) {
    width: 12.63001486%;
  }
}
.index-about .num ul li h6 {
  margin: 0;
  font-size: 40px;
  line-height: 1.125;
  color: var(--color);
  font-family: var(--fontRobotoBold);
}
@media screen and (max-width: 1199px) {
  .index-about .num ul li h6 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num ul li h6 {
    font-size: 30px;
  }
}
.index-about .num ul li h6 sup {
  top: -0.95em;
  left: 6px;
  font-size: 18px;
  line-height: 1;
  color: var(--color);
}
@media screen and (max-width: 1199px) {
  .index-about .num ul li h6 sup {
    top: -0.7em;
    left: 5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num ul li h6 sup {
    top: -0.9em;
    left: 3px;
    font-size: 15px;
  }
}
.index-about .num ul li p {
  padding-top: 5px;
  font-size: 15px;
  line-height: 1.46666667;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .index-about .num ul li p {
    font-size: 13px;
  }
}
.index-about .more-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 65px;
  width: 150px;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-about .more-btn {
    margin-top: 50px;
    width: 140px;
    height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .more-btn {
    margin-top: 30px;
    width: 130px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .more-btn:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .index-about .more-btn:hover::before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.index-about .more-btn::after {
  margin-left: 5px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  font-size: 14px;
}
.index-about .more-btn::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 5%;
  z-index: -1;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@keyframes videoScale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes videoScale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.index-video {
  position: relative;
  overflow: hidden;
}
.index-video .img-box {
  padding-bottom: 33.85416667%;
}
.index-video .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .index-video .video-btn {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .index-video .video-btn {
    width: 50px;
    height: 50px;
  }
}
.index-video .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  color: var(--color);
  font-size: 35px;
}
@media screen and (max-width: 1199px) {
  .index-video .video-btn::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-video .video-btn::before {
    font-size: 25px;
  }
}
.index-video .video-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.65);
  animation: videoScale 3s 0s linear infinite;
  -webkit-animation: videoScale 3s 0s linear infinite;
}
.index-p-history {
  overflow: hidden;
  background: url(../images/img/index_phostry_bgg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .index-p-history .common-title {
    padding-bottom: 55px;
  }
}
.index-p-history .p-history-slick {
  position: relative;
  margin: 0 -20px;
}
@media screen and (max-width: 1439px) {
  .index-p-history .p-history-slick {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .index-p-history .p-history-slick {
    padding: 0 20px;
  }
}
.index-p-history .p-history-slick .slick-list {
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  .index-p-history .p-history-slick .slick-list {
    padding: 0;
  }
}
.index-p-history .p-history-slick .slick-list .slick-slide {
  font-size: 0;
}
.index-p-history .p-history-slick .slick-current .item::before {
  background-image: url(../images/img/index_p_history_icon2.png);
}
.index-p-history .p-history-slick .slick-current .item .inner .intro h4 {
  color: var(--color);
}
.index-p-history .p-history-slick .slick-arrow {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(-100%, -50%);
  width: 50px;
  height: 50px;
  font-size: 0;
  background-color: transparent;
}
@media screen and (max-width: 1439px) {
  .index-p-history .p-history-slick .slick-arrow {
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .index-p-history .p-history-slick .slick-arrow {
    width: 40px;
    height: 40px;
    left: -20px;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .index-p-history .p-history-slick .slick-arrow:hover::before {
    color: var(--color);
  }
}
.index-p-history .p-history-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb15';
  font-size: 35px;
  color: #666666;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-p-history .p-history-slick .slick-arrow::before {
    font-size: 30px;
  }
}
.index-p-history .p-history-slick .slick-next {
  left: auto;
  right: -30px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1439px) {
  .index-p-history .p-history-slick .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .index-p-history .p-history-slick .slick-next {
    right: -20px;
    transform: translate(0, -50%);
  }
}
.index-p-history .p-history-slick .slick-next::before {
  content: '\eb63';
}
.index-p-history .p-history-slick .item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .index-p-history .p-history-slick .item:hover::before {
    background-image: url(../images/img/index_p_history_icon2.png);
  }
  .index-p-history .p-history-slick .item:hover .inner .intro h4 {
    color: var(--color);
  }
}
.index-p-history .p-history-slick .item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/img/index_p_history_icon1.png) no-repeat center;
  background-size: 100% auto;
}
.index-p-history .p-history-slick .item .inner {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 1439px) {
  .index-p-history .p-history-slick .item .inner {
    padding-left: 20px;
  }
}
.index-p-history .p-history-slick .item .inner::before {
  content: '';
  position: absolute;
  top: 47px;
  left: 0;
  width: 1px;
  height: calc(100% - 47px);
  background-color: #999999;
}
@media screen and (max-width: 1439px) {
  .index-p-history .p-history-slick .item .inner::before {
    left: 3.5px;
  }
}
.index-p-history .p-history-slick .item .inner::after {
  content: '';
  position: absolute;
  top: 47px;
  left: 0;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999999;
}
@media screen and (max-width: 1439px) {
  .index-p-history .p-history-slick .item .inner::after {
    transform: translateX(0);
  }
}
.index-p-history .p-history-slick .item .inner .intro {
  width: 200%;
}
@media screen and (max-width: 1439px) {
  .index-p-history .p-history-slick .item .inner .intro {
    width: 100%;
  }
}
.index-p-history .p-history-slick .item .inner .intro h4 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 1;
  color: #333333;
  font-family: var(--fontRobotoBold);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-p-history .p-history-slick .item .inner .intro h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .index-p-history .p-history-slick .item .inner .intro h4 {
    font-size: 18px;
  }
}
.index-p-history .p-history-slick .item .inner .intro .txt {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .index-p-history .p-history-slick .item .inner .intro .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .index-p-history .p-history-slick .item .inner .intro .txt {
    font-size: 12px;
  }
}
.index-p-history .p-history-slick .item .inner .pic {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .index-p-history .p-history-slick .item .inner .pic {
    padding-top: 10px;
  }
}
.index-p-history .p-history-slick .item .inner .pic img {
  display: block;
  height: 150px;
  width: auto !important;
}
@media screen and (max-width: 1439px) {
  .index-p-history .p-history-slick .item .inner .pic img {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .index-p-history .p-history-slick .item .inner .pic img {
    height: 100px;
  }
}
.index-p-history .p-history-slick .itemodd .inner {
  padding-bottom: 47px;
}
.index-p-history .p-history-slick .itemodd .inner::before {
  top: 0;
}
.index-p-history .p-history-slick .itemodd .inner::after {
  top: auto;
  bottom: 47px;
}
.index-p-history .p-history-slick .itemeven {
  justify-content: flex-end;
}
.index-p-history .p-history-slick .itemeven .inner {
  padding-top: 47px;
}
.index-equipments {
  overflow: hidden;
  background: url(../images/img/index_equipments_bgg.jpg) no-repeat center;
  background-size: cover;
}
.index-equipments .equipments-list {
  display: flex;
  padding: 30px 27px;
}
@media screen and (max-width: 1439px) {
  .index-equipments .equipments-list {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1199px) {
  .index-equipments .equipments-list {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-equipments .equipments-list {
    padding: 15px 0;
  }
}
.index-equipments .equipments-list li {
  flex: 1;
  padding: 0 43px;
}
@media screen and (max-width: 1439px) {
  .index-equipments .equipments-list li {
    padding: 0 35px;
  }
}
@media screen and (max-width: 1199px) {
  .index-equipments .equipments-list li {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-equipments .equipments-list li {
    padding: 0 24px;
  }
}
@media screen and (max-width: 600px) {
  .index-equipments .equipments-list li {
    padding: 0 3.33333333%;
  }
}
.index-equipments .equipments-list li:nth-child(even) .item {
  margin-top: 122.5px;
}
@media screen and (max-width: 1439px) {
  .index-equipments .equipments-list li:nth-child(even) .item {
    margin-top: 105px;
  }
}
@media screen and (max-width: 1199px) {
  .index-equipments .equipments-list li:nth-child(even) .item {
    margin-top: 85px;
  }
}
@media screen and (max-width: 991px) {
  .index-equipments .equipments-list li:nth-child(even) .item {
    margin-top: 63px;
  }
}
.index-equipments .equipments-list li:nth-child(even) .item .pic::after {
  top: 56%;
  background-image: url(../images/img/index_equipments_icon2.png);
}
.index-equipments .equipments-list .item {
  display: block;
  position: relative;
  padding-bottom: 175%;
}
@media screen and (min-width: 1200px) {
  .index-equipments .equipments-list .item:hover .pic::before {
    opacity: 1;
  }
  .index-equipments .equipments-list .item:hover .pic::after {
    opacity: 1;
  }
  .index-equipments .equipments-list .item:hover h6 {
    transform: translate(-50%, -50%) scale(1);
  }
}
.index-equipments .equipments-list .item .pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 100%;
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
.index-equipments .equipments-list .item .pic::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/img/index_equipments_cover.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-equipments .equipments-list .item .pic::after {
  content: '';
  position: absolute;
  top: 44%;
  left: 44%;
  transform: translate(-50%, -50%);
  width: 93.68421053%;
  height: 104.48979592%;
  background: url(../images/img/index_equipments_icon1.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-equipments .equipments-list .item .pic img {
  display: block;
  height: 100% !important;
  width: auto !important;
}
.index-equipments .equipments-list .item h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 5;
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 1.11111111;
  color: #ffffff;
  font-family: var(--fontRobotoBold);
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1439px) {
  .index-equipments .equipments-list .item h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .index-equipments .equipments-list .item h6 {
    font-size: 15px;
  }
}
.index-equipments .equipments-list .item h6::before {
  content: attr(data-index);
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-size: 72px;
  line-height: 0.5;
  color: #ffffff;
  font-family: var(--fontMontserratBold);
  opacity: 0.2;
}
@media screen and (max-width: 1439px) {
  .index-equipments .equipments-list .item h6::before {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .index-equipments .equipments-list .item h6::before {
    font-size: 55px;
  }
}
.index-choose {
  overflow: hidden;
}
.index-choose .choose-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 991px) {
  .index-choose .choose-list {
    margin: -10px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .choose-list {
    margin: -7.5px;
  }
}
.index-choose .choose-list li {
  width: 33.33333333%;
  padding: 15px;
}
@media screen and (max-width: 991px) {
  .index-choose .choose-list li {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .choose-list li {
    padding: 7.5px;
  }
}
@media screen and (max-width: 480px) {
  .index-choose .choose-list li {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .index-choose li:hover .item {
    transform: translateY(-15px);
  }
  .index-choose li:hover .item .iconfont::before {
    color: #fff;
  }
  .index-choose li:hover .item .iconfont::after {
    top: 0;
  }
}
.index-choose .item {
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-choose .item .iconfont {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  margin: 0 auto 17px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #eff1f7;
}
@media screen and (max-width: 1199px) {
  .index-choose .item .iconfont {
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .item .iconfont {
    margin-bottom: 10px;
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 480px) {
  .index-choose .item .iconfont {
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
  }
}
.index-choose .item .iconfont::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color);
  font-size: 43px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-choose .item .iconfont::before {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .item .iconfont::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .index-choose .item .iconfont::before {
    font-size: 20px;
  }
}
.index-choose .item .iconfont::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-choose .item h5 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
  font-family: var(--fontRobotoBold);
}
@media screen and (max-width: 1199px) {
  .index-choose .item h5 {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .item h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .item h5 {
    font-size: 15px;
  }
}
.index-choose .item p {
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .index-choose .item p {
    margin-top: 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .item p {
    margin-top: 3px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .index-choose .item p {
    font-size: 12px;
  }
}
.index-customer {
  overflow: hidden;
  background-color: #f7f7f7;
}
.index-customer .content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .index-customer .content {
    display: block;
  }
}
.index-customer .content .left-slick,
.index-customer .content .right-video {
  width: 48.93617021%;
}
@media screen and (max-width: 600px) {
  .index-customer .content .left-slick,
  .index-customer .content .right-video {
    display: block;
    width: 100%;
  }
}
.index-customer .left-slick .slick-list {
  margin: 0 -5px;
}
.index-customer .left-slick .slick-list .slick-slide {
  padding: 0 5px;
  font-size: 0;
}
.index-customer .left-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: #f5f5f5;
  z-index: 10;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-customer .left-slick .slick-arrow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .index-customer .left-slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .index-customer .left-slick .slick-arrow:hover {
    background-color: var(--color);
  }
  .index-customer .left-slick .slick-arrow:hover::before {
    color: #fff;
  }
}
.index-customer .left-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb15';
  font-size: 18px;
  color: #6a6a6a;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .index-customer .left-slick .slick-arrow::before {
    font-size: 16px;
  }
}
.index-customer .left-slick .slick-next {
  left: auto;
  right: 12px;
}
.index-customer .left-slick .slick-next::before {
  content: '\eb63';
}
.index-customer .left-slick .item {
  display: block;
  border: 1px solid #ccc;
}
@media screen and (min-width: 1200px) {
.index-customer .left-slick .item:hover .img-box img{
  transform: scale(1.05);
}
}
.index-customer .left-slick .item .img-box img{
  transition: all .5s;
  -webkit-transition: all .5s;
}
.index-customer .left-slick .item .img-box {
  padding-bottom: 209.09090909%;
}
.index-customer .left-slick .item .img-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  border-style: solid;
  border-color: transparent transparent rgba(47, 82, 148, 0.8);
  border-width: 0 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .index-customer .left-slick .item .img-box::before {
    border-width: 0 0 30px 30px;
  }
}
.index-customer .left-slick .item .img-box::after {
  position: absolute;
  bottom: 2px;
  right: 2px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64d';
  color: #fff;
}
@media screen and (max-width: 767px) {
  .index-customer .left-slick .item .img-box::after {
    width: 15px;
    height: 15px;
    font-size: 12px;
  }
}
.index-customer .right-video {
  position: relative;
  background: no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .index-customer .right-video {
    margin-top: 20px;
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .index-customer .right-video {
    height: 300px;
  }
}
.index-customer .right-video::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
}
.index-customer .right-video iframe {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}
.index-customer .right-video .video-insetbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .index-customer .right-video .video-insetbtn {
    width: 60px;
    height: 60px;
  }
}
.index-customer .right-video .video-insetbtn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  font-size: 33px;
  color: var(--color);
}
@media screen and (max-width: 991px) {
  .index-customer .right-video .video-insetbtn::before {
    font-size: 28px;
  }
}
.index-customer .right-video .video-insetbtn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.65);
  animation: videoScale 3s 0s linear infinite;
  -webkit-animation: videoScale 3s 0s linear infinite;
}
.index-case {
  overflow: hidden;
}
.index-case .case-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 991px) {
  .index-case .case-list {
    margin: -10px;
  }
}
@media screen and (max-width: 767px) {
  .index-case .case-list {
    margin: -7.5px;
  }
}
.index-case .case-list li {
  width: 25%;
  padding: 15px;
}
@media screen and (max-width: 991px) {
  .index-case .case-list li {
    width: 33.33333333%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-case .case-list li {
    width: 50%;
    padding: 7.5px;
  }
}
@media screen and (max-width: 480px) {
  .index-case .case-list li {
    width: 100%;
  }
}
.index-case .item {
  position: relative;
  display: block;
}
@media screen and (min-width: 1200px) {
  .index-case .item:hover img {
    transform: scale(1.1);
  }
  .index-case .item:hover .video-inner::before {
    opacity: 1;
  }
  .index-case .item:hover .video-inner .video-insetbtn {
    opacity: 1;
  }
}
.index-case .item .img-box {
  padding-bottom: 75.75757576%;
}
.index-case .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-case .item .video-inner{
  position: relative;
  padding-bottom: 100%;
}
.index-case .item .video-inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.index-case .item .video-inner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-case .item .video-inner::before {
    background-color: rgba(51, 51, 51, 0.35);
  }
}
.index-case .item .video-inner iframe {
  position: absolute;
  z-index: 15;
  display: block;
  width: 100%;
  height: 100%;
}
.index-case .item h6 {
  padding:10px;
  margin: 0;
  font-size: 18px;
  line-height: 1.44444444;
  color: #333333;
  text-align: center;
  font-family: var(--fontRobotoBold);
  text-transform: capitalize;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .index-case .item h6 {
    padding: 5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .index-case .item h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-case .item h6 {
    font-size: 15px;
  }
}
.index-case .item .video-inner .video-insetbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-case .item .video-inner .video-insetbtn {
    opacity: 1;
  }
}
.index-case .item .video-inner .video-insetbtn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  font-size: 18px;
  color: var(--color);
}
.index-case .item .video-inner .video-insetbtn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.65);
  animation: videoScale 3s 0s linear infinite;
  -webkit-animation: videoScale 3s 0s linear infinite;
}
.index-blog {
  overflow: hidden;
}
.index-blog .list-title {
  position: relative;
  padding-left: 25px;
  margin: 0;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: var(--fontMontserratBold);
}
@media screen and (max-width: 1199px) {
  .index-blog .list-title {
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-blog .list-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-blog .list-title {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .index-blog .list-title {
    font-size: 20px;
  }
}
.index-blog .list-title::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 70%;
  background-color: var(--color);
}
@media screen and (min-width: 1200px) {
  .index-blog .list-title a:hover {
    color: var(--color);
  }
}
.index-blog .left-faq li {
  margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .index-blog .left-faq li {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .index-blog .left-faq li:hover .title::before {
    transform: translateX(0);
  }
  .index-blog .left-faq li:hover .title h5 {
    color: #fff;
  }
}
.index-blog .left-faq .title {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 18px 0 14px;
  padding-left: 80px;
  padding-right: 60px;
  cursor: pointer;
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
  background-color: #eeeeee;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .index-blog .left-faq .title {
    padding: 12px 0;
    padding-left: 70px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-blog .left-faq .title {
    padding: 10px 0;
    padding-left: 60px;
    padding-right: 40px;
  }
}
.index-blog .left-faq .title strong {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding-left: 15px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  font-family: var(--fontRobotoBold);
  text-transform: uppercase;
  background-color: var(--color);
}
@media screen and (max-width: 1199px) {
  .index-blog .left-faq .title strong {
    padding-left: 12px;
    padding-right: 7px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .index-blog .left-faq .title strong {
    padding-left: 10px;
    padding-right: 5px;
    font-size: 16px;
  }
}
.index-blog .left-faq .title strong::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 20px;
  height: 100%;
  background: url(../images/img/faq_icon.png) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .index-blog .left-faq .title strong::before {
    width: 15px;
  }
}
.index-blog .left-faq .title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6d2';
  color: #fff;
  font-size: 13px;
  background-color: #333333;
}
@media screen and (max-width: 1199px) {
  .index-blog .left-faq .title::after {
    right: 15px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-blog .left-faq .title::after {
    right: 10px;
  }
}
.index-blog .left-faq .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.index-blog .left-faq .title h5 {
  position: relative;
  z-index: 5;
  margin: 0;
  font-size: 18px;
  line-height: 1.33333333;
  color: #333333;
  font-family: var(--fontRobotoBold);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .index-blog .left-faq .title h5 {
    font-size: 15px;
  }
}
.index-blog .left-faq .title.active::after {
  content: '\e640';
  background-color: var(--color);
}
.index-blog .left-faq .inner {
  display: none;
  padding: 20px 25px;
  font-size: 15px;
  line-height: 1.46666667;
  color: #666666;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1199px) {
  .index-blog .left-faq .inner {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-blog .left-faq .inner {
    padding: 10px;
    font-size: 14px;
  }
}
.index-blog .left-faq .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .index-blog .left-faq .more-btn {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .index-blog .left-faq .more-btn:hover {
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.5) inset;
  }
}
@media screen and (max-width: 1199px) {
  .index-blog .right-new {
    padding-top: 30px;
  }
}
.index-blog .new-list li {
  margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .index-blog .new-list li {
    margin-bottom: 15px;
  }
}
.index-blog .new-list li:last-child {
  margin-bottom: 0;
}
.index-blog .new-list .item {
  display: flex;
  justify-content: space-between;
  padding: 15px 12px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .index-blog .new-list .item {
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .index-blog .new-list .item {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .index-blog .new-list .item:hover .pic img {
    transform: scale(1.05);
  }
  .index-blog .new-list .item:hover .info .n-name {
    color: var(--color);
  }
  .index-blog .new-list .item:hover .info .more-btn {
    color: var(--color);
    text-decoration: underline;
  }
  .index-blog .new-list .item:hover .info .more-btn::before {
    color: var(--color);
  }
}
.index-blog .new-list .item .pic {
  flex-shrink: 0;
  display: block;
  width: 180px;
}
@media screen and (max-width: 500px) {
  .index-blog .new-list .item .pic {
    width: 100%;
  }
}
.index-blog .new-list .item .pic .img-box {
  padding-bottom: 75.55555556%;
}
.index-blog .new-list .item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-blog .new-list .item .info {
  width: calc(100% - 205px);
  padding-right: 15px;
}
@media screen and (max-width: 500px) {
  .index-blog .new-list .item .info {
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
  }
}
.index-blog .new-list .item .info .n-date {
  position: relative;
  padding-left: 23px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1;
  color: #666666;
}
@media screen and (max-width: 991px) {
  .index-blog .new-list .item .info .n-date {
    font-size: 14px;
  }
}
.index-blog .new-list .item .info .n-date::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e675';
  color: var(--color);
}
.index-blog .new-list .item .info .n-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #333333;
  font-family: var(--fontRobotoBold);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 991px) {
  .index-blog .new-list .item .info .n-name {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-blog .new-list .item .info .n-name {
    font-size: 15px;
  }
}
.index-blog .new-list .item .info .more-btn {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 991px) {
  .index-blog .new-list .item .info .more-btn {
    margin-top: 10px;
    font-size: 14px;
  }
}
.index-blog .new-list .item .info .more-btn::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  color: #666666;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.index-follow {
  overflow: hidden;
}
.index-follow .follow-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 991px) {
  .index-follow .follow-list {
    margin: -10px;
  }
}
.index-follow .follow-list > li {
  width: 33.3333333%;
  padding: 15px;
}
@media screen and (max-width: 1199px) {
  .index-follow .follow-list > li {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .index-follow .follow-list > li {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-follow .follow-list > li {
    width: 100%;
  }
}
.index-follow .title {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .index-follow .title {
    margin-bottom: 5px;
    text-align: center;
  }
}
.index-follow .title a {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  font-size: 18px;
  line-height: 2.77777778;
  color: #333333;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .index-follow .title a {
    padding-left: 40px;
    font-size: 16px;
  }
}
.index-follow .title a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .index-follow .title a::before {
    font-size: 25px;
  }
}
.index-follow .inner {
  height: 340px;
}
.index-follow .inner iframe {
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.index-follow .imgs {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
  padding: 0;
}
.index-follow .imgs li {
  width: 50%;
  padding: 4px;
}
.index-follow .imgs li a {
  display: block;
}
@media screen and (min-width: 1200px) {
  .index-follow .imgs li a:hover img {
    transform: scale(1.05);
  }
}
.index-follow .imgs li .img-box {
  padding-bottom: 75%;
}
.index-follow .imgs li img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .index-follow .foll-youtube .title a:hover {
    color: #ff0000;
  }
}
.index-follow .foll-youtube .title a::before {
  content: '\ea08';
  color: #ff0000;
}
.index-follow .foll-youtube .inner {
  height: auto;
}
@media screen and (min-width: 1200px) {
  .index-follow .foll-facebook .title a:hover {
    color: #425f9b;
  }
}
.index-follow .foll-facebook .title a::before {
  content: '\e6d9';
  color: #425f9b;
}
@media screen and (min-width: 1200px) {
  .index-follow .foll-insarticle .title a:hover {
    color: #e4007f;
  }
}
.index-follow .foll-insarticle .title a::before {
  content: '\e659';
  color: #e4007f;
}
.video-page {
  overflow: hidden;
}
.video-page .video-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .video-page .video-nav ul {
    display: block;
    padding: 10px 0;
    margin-bottom: 20px;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    text-align: center;
  }
}
.video-page .video-nav ul li {
  width: 16.66666667%;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .video-page .video-nav ul li {
    width: 20%;
  }
}
@media screen and (max-width: 1199px) {
  .video-page .video-nav ul li {
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .video-page .video-nav ul li {
    margin-bottom: 5px;
  }
}
.video-page .video-nav ul a {
  display: block;
  padding: 16px 10px;
  border-radius: 26px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 1.25;
  color: #222222;
  background-color: #f5f5f5;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .video-page .video-nav ul a {
    padding: 12px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .video-page .video-nav ul a {
    padding: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .video-page .video-nav ul a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .video-page .video-nav ul a:hover {
    color: #fff;
    background-color: var(--color);
  }
}
@media screen and (min-width: 1200px) {
  .video-page .video-nav ul li.active a {
    color: #fff;
    background-color: var(--color);
  }
}
@media screen and (max-width: 1199px) {
  .video-page .video-nav ul li.active a {
    color: var(--color);
    font-family: var(--fontMontserratBold);
    text-decoration: underline;
  }
}
.video-page .video-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .video-page .video-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .video-page .video-list {
    margin: 0 -7.5px;
    padding-bottom: 15px;
  }
}
.video-page .video-list li {
  width: 33.33333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .video-page .video-list li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .video-page .video-list li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .video-page .video-list li {
    width: 100%;
  }
}
.video-page .video-list .item {
  display: block;
  min-height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .video-page .video-list .item:hover .pic::before {
    opacity: 1;
  }
  .video-page .video-list .item:hover .pic img {
    transform: scale(1.05);
  }
  .video-page .video-list .item:hover .pic .video-btn {
    opacity: 1;
  }
  .video-page .video-list .item:hover h6 {
    color: var(--color);
  }
}
.video-page .video-list .pic {
  position: relative;
  display: block;
}
.video-page .video-list .pic::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.video-page .video-list .pic .img-box {
  padding-bottom: 66.66666667%;
}
.video-page .video-list .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-page .video-list .pic .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .video-page .video-list .pic .video-btn {
    opacity: 1;
    width: 50px;
    height: 50px;
  }
}
.video-page .video-list .pic .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  color: var(--color);
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .video-page .video-list .pic .video-btn::before {
    font-size: 25px;
  }
}
.video-page .video-list .pic .video-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.65);
  animation: videoScale 3s 0s linear infinite;
  -webkit-animation: videoScale 3s 0s linear infinite;
}
.video-page .video-list .video-inner{
  position: relative;
  padding-bottom: 100%;
}
.video-page .video-list .video-inner iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-page .video-list h6 {
  padding: 26px 15px;
  margin: 0;
  min-height: 105px;
  font-size: 18px;
  line-height: 1.44444444;
  color: #333333;
  text-align: center;
  font-family: var(--fontRobotoBold);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .video-page .video-list h6 {
    padding: 15px;
    min-height: 80px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .video-page .video-list h6 {
    padding: 10px;
    min-height: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .video-page .video-list h6 {
    font-size: 15px;
  }
}
.about-compnay-page {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .about-compnay-page .about-info .page-title {
    padding-bottom: 18px;
  }
}
.about-compnay-page .about-info .intro {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .about-compnay-page .about-info .intro {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-info .intro {
    font-size: 14px;
  }
}
.about-compnay-page .about-video {
  position: relative;
  background: no-repeat center fixed;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .about-compnay-page .about-video {
    background-attachment: scroll;
  }
}
.about-compnay-page .about-video .img-box {
  padding-bottom: 17.08333333%;
}
.about-compnay-page .about-video .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--color);
}
@media screen and (max-width: 1439px) {
  .about-compnay-page .about-video .video-btn {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .about-compnay-page .about-video .video-btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-video .video-btn {
    width: 6.52vw;
    height: 6.52vw;
  }
}
.about-compnay-page .about-video .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  color: #fff;
  font-size: 35px;
}
@media screen and (max-width: 1439px) {
  .about-compnay-page .about-video .video-btn::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about-compnay-page .about-video .video-btn::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-video .video-btn::before {
    font-size: 3.26vw;
  }
}
.about-compnay-page .about-video .video-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(47, 82, 148, 0.45);
  animation: videoScale 3s 0s linear infinite;
  -webkit-animation: videoScale 3s 0s linear infinite;
}
.about-compnay-page .about-brand .about-brand-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 991px) {
  .about-compnay-page .about-brand .about-brand-list {
    margin: -10px;
  }
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-brand .about-brand-list {
    margin: -7.5px;
  }
}
.about-compnay-page .about-brand .about-brand-list li {
  width: 25%;
  padding: 15px;
}
@media screen and (max-width: 1199px) {
  .about-compnay-page .about-brand .about-brand-list li {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 991px) {
  .about-compnay-page .about-brand .about-brand-list li {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-brand .about-brand-list li {
    width: 50%;
    padding: 7.5px;
  }
}
.about-compnay-page .about-brand .about-brand-list .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .about-compnay-page .about-brand .about-brand-list .item:hover img {
    transform: scale(1.05);
  }
  .about-compnay-page .about-brand .about-brand-list .item:hover p {
    color: #fff;
    background-color: var(--color);
  }
}
.about-compnay-page .about-brand .about-brand-list .item .img-box {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  padding-bottom: 66.66666667%;
}
.about-compnay-page .about-brand .about-brand-list .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-compnay-page .about-brand .about-brand-list .item p {
  padding: 12px 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  background-color: #f5f5f5;
  text-transform: capitalize;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .about-compnay-page .about-brand .about-brand-list .item p {
    padding: 8px 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about-compnay-page .about-brand .about-brand-list .item p {
    padding: 5px 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-brand .about-brand-list .item p {
    font-size: 13px;
  }
}
.about-compnay-page .about-exhibition {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.about-compnay-page .about-exhibition::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  padding-bottom: 15.625%;
  background-color: #f7f7f7;
}
.about-compnay-page .about-exhibition .about-exhibition-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 991px) {
  .about-compnay-page .about-exhibition .about-exhibition-list {
    margin: -10px;
  }
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-exhibition .about-exhibition-list {
    margin: -7.5px;
  }
}
.about-compnay-page .about-exhibition .about-exhibition-list li {
  width: 25%;
  padding: 15px;
}
@media screen and (max-width: 1199px) {
  .about-compnay-page .about-exhibition .about-exhibition-list li {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 991px) {
  .about-compnay-page .about-exhibition .about-exhibition-list li {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-exhibition .about-exhibition-list li {
    width: 50%;
    padding: 7.5px;
  }
}
@media screen and (max-width: 480px) {
  .about-compnay-page .about-exhibition .about-exhibition-list li {
    width: 100%;
  }
}
.about-compnay-page .about-exhibition .about-exhibition-list .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .about-compnay-page .about-exhibition .about-exhibition-list .item:hover .pic img {
    transform: scale(1.05);
  }
  .about-compnay-page .about-exhibition .about-exhibition-list .item:hover .intro .txt {
    color: var(--color);
  }
}
.about-compnay-page .about-exhibition .about-exhibition-list .item .pic {
  display: block;
}
.about-compnay-page .about-exhibition .about-exhibition-list .item .pic .img-box {
  padding-bottom: 66.66666667%;
}
.about-compnay-page .about-exhibition .about-exhibition-list .item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-compnay-page .about-exhibition .about-exhibition-list .item .intro {
  position: relative;
  z-index: 2;
  display: block;
  width: calc(100% - 20px);
  margin-top: -40px;
  margin-left: 20px;
  padding: 15px 20px;
  background-color: #fff;
}
@media screen and (max-width: 1439px) {
  .about-compnay-page .about-exhibition .about-exhibition-list .item .intro {
    padding: 15px;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-exhibition .about-exhibition-list .item .intro {
    margin-top: -25px;
    padding: 10px;
  }
}
.about-compnay-page .about-exhibition .about-exhibition-list .item .intro > h6 {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: var(--fontMontserrat);
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-exhibition .about-exhibition-list .item .intro > h6 {
    font-size: 13px;
  }
}
.about-compnay-page .about-exhibition .about-exhibition-list .item .intro .txt {
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-family: var(--fontMontserratBold);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .about-compnay-page .about-exhibition .about-exhibition-list .item .intro .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-exhibition .about-exhibition-list .item .intro .txt {
    padding-top: 3px;
    font-size: 14px;
  }
}
.about-compnay-page .about-team {
  padding-bottom: 30px;
}
.about-compnay-page .about-team .large-container {
  overflow: hidden;
}
.about-compnay-page .about-team .about-team-slick {
  position: relative;
}
.about-compnay-page .about-team .about-team-slick .slick-list {
  overflow: visible;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .about-compnay-page .about-team .about-team-slick .slick-list {
    overflow: hidden;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-team .about-team-slick .slick-list {
    margin: 0 -7.5px;
  }
}
.about-compnay-page .about-team .about-team-slick .slick-list .slick-slide {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .about-compnay-page .about-team .about-team-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-compnay-page .about-team .about-team-slick .slick-list .slick-slide {
    padding: 0 7.5px;
  }
}
.about-compnay-page .about-team .about-team-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  transform: translate(-100%, -50%);
  z-index: 10;
  width: 32px;
  height: 56px;
  font-size: 0;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .about-compnay-page .about-team .about-team-slick .slick-arrow {
    width: 28px;
    height: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 991px) {
  .about-compnay-page .about-team .about-team-slick .slick-arrow {
    left: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .about-compnay-page .about-team .about-team-slick .slick-arrow:hover {
    background-color: var(--color);
  }
  .about-compnay-page .about-team .about-team-slick .slick-arrow:hover::before {
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .about-compnay-page .about-team .about-team-slick .slick-arrow:active {
    background-color: var(--color);
  }
  .about-compnay-page .about-team .about-team-slick .slick-arrow:active::before {
    color: #fff;
  }
}
.about-compnay-page .about-team .about-team-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb15';
  color: var(--color);
  font-size: 22px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .about-compnay-page .about-team .about-team-slick .slick-arrow::before {
    font-size: 20px;
  }
}
.about-compnay-page .about-team .about-team-slick .slick-next {
  left: auto;
  right: -30px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 991px) {
  .about-compnay-page .about-team .about-team-slick .slick-next {
    right: 0;
    transform: translate(0, -50%);
  }
}
.about-compnay-page .about-team .about-team-slick .slick-next::before {
  content: '\eb63';
}
.about-compnay-page .about-team .about-team-slick .slick-disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .about-compnay-page .about-team .about-team-slick .slick-disabled:hover {
    background-color: #fff;
  }
  .about-compnay-page .about-team .about-team-slick .slick-disabled:hover::before {
    color: var(--color);
  }
}
.about-compnay-page .about-team .about-team-slick .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .about-compnay-page .about-team .about-team-slick .item:hover img {
    transform: scale(1.05);
  }
}
.about-compnay-page .about-team .about-team-slick .item .img-box {
  padding-bottom: 75%;
}
.about-compnay-page .about-team .about-team-slick .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-certificate-page {
  overflow: hidden;
}
.about-certificate-page .certificate-nav {
  display: flex;
  justify-content: center;
}
.about-certificate-page .certificate-nav li a {
  display: block;
  min-width: 160px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #666666;
  background-color: #e6e6e6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .about-certificate-page .certificate-nav li a {
    min-width: 140px;
    font-size: 15px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-certificate-page .certificate-nav li a {
    min-width: 125px;
    font-size: 14px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .about-certificate-page .certificate-nav li a:hover {
    color: #fffefe;
    background-color: var(--color);
  }
}
.about-certificate-page .certificate-nav li:nth-child(1) a {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.about-certificate-page .certificate-nav li:nth-child(2) a {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.about-certificate-page .certificate-nav .active a {
  color: #fffefe;
  background-color: var(--color);
}
.about-certificate-page .certificate-list2{
  max-width: 880px;
  margin: 0 auto !important;
}
.about-certificate-page .certificate-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 30px 0 10px;
}
@media screen and (max-width: 991px) {
  .about-certificate-page .certificate-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .about-certificate-page .certificate-list {
    margin: 0 -7.5px;
    padding-bottom: 15px;
  }
}
.about-certificate-page .certificate-list li {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.about-certificate-page .certificate-list2 li {
  width: 33.3333333% !important;
}

@media screen and (max-width: 767px) {
  .about-certificate-page .certificate-list2 li {
    width: 50% !important;
  }
}
@media screen and (max-width: 1199px) {
  .about-certificate-page .certificate-list li {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .about-certificate-page .certificate-list li {
    width: 33.33333333%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-certificate-page .certificate-list li {
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
.about-certificate-page .certificate-list .item {
  display: block;
  border: 1px solid #e6e6e6;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
  .about-certificate-page .certificate-list .item:hover {
    border-color: var(--color);
  }
  .about-certificate-page .certificate-list .item:hover img {
    transform: scale(1.05);
  }
}
.about-certificate-page .certificate-list .item .img-box {
  padding-bottom: 140.38461538%;
}
.about-certificate-page .certificate-list .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-container {
  overflow: hidden;
}
.product-container .p-nav .nav-title {
  position: relative;
  margin: 0;
  padding: 0 55px;
  font-size: 22px;
  line-height: 72px;
  color: #fff;
  text-transform: capitalize;
  font-family: var(--fontRobotoBold);
  background-color: var(--color);
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav .nav-title {
    padding: 0 40px;
    font-size: 20px;
    line-height: 55px;
  }
}
.product-container .p-nav .nav-title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62e';
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav .nav-title::before {
    left: 12px;
    font-size: 17px;
  }
}
.product-container .p-nav1 {
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #fff;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav1 {
    padding: 0 15px;
  }
}
.product-container .p-nav1 > li {
  border-bottom: 1px solid #e6e6e6;
}
.product-container .p-nav1 > li:hover > a {
  color: var(--color);
}
.product-container .p-nav1 > li:hover > a::before {
  color: var(--color);
}
.product-container .p-nav1 > li > a {
  position: relative;
  display: block;
  padding: 16px 0;
  padding-right: 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  text-transform: capitalize;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav1 > li > a {
    padding: 13px 0;
    padding-right: 20px;
    font-size: 15px;
  }
}
.product-container .p-nav1 > .more > a {
  position: relative;
}
.product-container .p-nav1 > .more > a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e602';
  line-height: 1;
  font-size: 25px;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav1 > .more > a::before {
    right: -2px;
    font-size: 20px;
  }
}
.product-container .p-nav1 > .active > a {
  color: var(--color);
}
.product-container .p-nav1 > .active > a::before {
  transform: translateY(-50%) rotateX(180deg);
  color: var(--color);
}
.product-container .p-nav2 {
  padding: 0 10px;
  padding-bottom: 7px;
  display: none;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav2 {
    padding-bottom: 5px;
  }
}
.product-container .p-nav2 > li {
  margin-bottom: 13px;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav2 > li {
    margin-bottom: 10px;
  }
}
.product-container .p-nav2 > li:hover > a {
  color: var(--color);
}
.product-container .p-nav2 > li > a {
  display: block;
  font-size: 15px;
  line-height: 1.33333333;
  color: #666666;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav2 > li > a {
    font-size: 14px;
  }
}
.product-container .p-nav2 > .active > a {
  color: var(--color);
}
.product-container .xs-p-nav {
  padding-bottom: 30px;
}
.product-container .xs-p-nav ul li {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  font-size: 15px;
  line-height: 1.5;
  color: #222222;
  font-family: var(--fontRobotoBold);
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .product-container .xs-p-nav ul li {
    font-size: 14px;
  }
}
.product-container .xs-p-nav ul li::before {
  margin-right: 2px;
  content: ">";
}
.product-container .xs-p-nav ul > .active {
  color: var(--color);
}
.product-container .xs-p-nav ul > .active a {
  text-decoration: underline;
}
.product-container .notfound-bar {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product-container .notfound-bar {
    padding-bottom: 20px;
  }
}
.product-container .notfound-bar h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: var(--color);
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-container .notfound-bar h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .notfound-bar h2 {
    font-size: 20px;
  }
}
.product-container .notfound-bar .txt {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #757575;
}
@media screen and (max-width: 1199px) {
  .product-container .notfound-bar .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .notfound-bar .txt {
    font-size: 14px;
  }
}
.product-container .notfound-bar .tip {
  position: relative;
  margin-top: 20px;
  padding: 15px 20px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #fff;
  background-color: var(--color);
}
@media screen and (max-width: 1199px) {
  .product-container .notfound-bar .tip {
    padding: 10px 15px;
    padding-left: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .notfound-bar .tip {
    font-size: 14px;
  }
}
.product-container .notfound-bar .tip::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64c';
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .product-container .notfound-bar .tip::before {
    font-size: 15px;
    left: 5px;
  }
}
.product-container .p-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .product-container .p-list {
    margin: 0 -10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .p-list {
    margin: 0 -7.5px;
    padding-bottom: 15px;
  }
}
.product-container .p-list li {
  width: 33.33333333%;
  padding: 0 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .product-container .p-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .p-list li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .product-container .p-list li {
    width: 50%;
  }
}
.product-container .p-list .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .product-container .p-list .item:hover .pic::before {
    opacity: 1;
  }
  .product-container .p-list .item:hover .pic img {
    transform: scale(1.05);
  }
  .product-container .p-list .item:hover .pic > span {
    transform: translate(-50%, -50%) scale(1);
  }
  .product-container .p-list .item:hover .p-name {
    color: var(--color);
  }
}
.product-container .p-list .item .pic {
  position: relative;
  display: block;
  border: 1px solid #e6e6e6;
}
.product-container .p-list .item .pic::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-container .p-list .item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-container .p-list .item .pic span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: var(--color);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-container .p-list .item .pic span::after {
  margin-left: 5px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e72f';
  color: #fff;
  font-size: 18px;
}
.product-container .p-list .item .p-name {
  margin-top: 15px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-family: var(--fontRobotoBold);
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .product-container .p-list .item .p-name {
    font-size: 14px;
    margin-top: 10px;
  }
}
.product-details-page .p-info .slick-slide {
  font-size: 0;
}
.product-details-page .p-info .item {
  position: relative;
  display: block;
  border: 1px solid #e6e6e6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product-details-page .p-info .item .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
}
.product-details-page .p-info .item .video-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .item .video-btn span {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .item .video-btn span {
    width: 50px;
    height: 50px;
  }
}
.product-details-page .p-info .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.product-details-page .p-info .item iframe[src=""]{
  border: none;
  opacity: 0;
}
.product-details-page .p-info .item iframe:not([src]){
  border: none;
  opacity: 0;
}
.product-details-page .p-info .item .video-btn span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  color: var(--color);
  font-size: 32px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .item .video-btn span::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .item .video-btn span::before {
    font-size: 25px;
  }
}
.product-details-page .p-info .item .video-btn span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.65);
  animation: videoScale 3s 0s linear infinite;
  -webkit-animation: videoScale 3s 0s linear infinite;
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-info .img-zoom {
    cursor: move;
  }
  .product-details-page .p-info .img-zoom::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 33px;
    height: 33px;
    background: url(../images/common/zoom_icon.png) no-repeat;
    background-size: 100% 100%;
  }
}
.product-details-page .p-info .left-forpic {
  float: left;
  width: 42.85714286%;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .left-forpic {
    float: none;
    width: 100%;
  }
}
.product-details-page .p-info .right-txt {
  float: right;
  width: 54.28571429%;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-txt {
    float: none;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.product-details-page .p-info .right-txt .title h1 {
  margin: 0;
  font-size: 26px;
  line-height: 1.16666667;
  color: #333333;
  font-family: var(--fontRobotoBold);
  text-transform: capitalize;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-info .right-txt .title h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-txt .title h1 {
    padding-top: 20px;
    /*font-size: 24px;*/
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-txt .title h1 {
    font-size: 20px;
  }
}
.product-details-page .p-info .right-txt .intro {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-txt .intro {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-txt .intro {
    font-size: 14px;
  }
}
.product-details-page .p-info .right-txt .share {
  padding-top: 30px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-txt .share {
    padding-top: 20px;
  }
}
.product-details-page .p-info .right-txt .share b {
  display: block;
  padding-right: 10px;
  float: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-txt .share b {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-txt .share b {
    padding-right: 5px;
    font-size: 14px;
  }
}
.product-details-page .p-info .right-txt .share .share-inner {
  float: left;
}
.product-details-page .p-info .right-txt .btns {
  padding-top: 35px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-txt .btns {
    padding-top: 20px;
  }
}
.product-details-page .p-info .right-txt .btns a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  color: #ffffff;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-txt .btns a {
    width: 140px;
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-txt .btns a {
    width: 130px;
    height: 35px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-info .right-txt .btns a:hover {
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.5) inset;
  }
}
.product-details-page .p-info .right-txt .btns a::before {
  display: inline-block;
  margin-right: 5px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #fff;
}
.product-details-page .p-info .right-txt .btns a:nth-child(1) {
  margin-right: 15px;
}
.product-details-page .p-info .right-txt .btns .goinquire::before {
  content: '\e7f1';
}
.product-details-page .p-info .right-txt .btns .addcar::before {
  content: '\e6c2';
  font-size: 22px;
}
.product-details-page .p-info .right-txt .slider-nav {
  position: relative;
  margin-top: 35px;
  padding: 0 40px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-txt .slider-nav {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-txt .slider-nav {
    order: -1;
  }
}
.product-details-page .p-info .right-txt .slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
  width: 20px;
  height: 100%;
  font-size: 0;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-info .right-txt .slider-nav .slick-arrow:hover::before {
    color: var(--color);
  }
}
.product-details-page .p-info .right-txt .slider-nav .slick-arrow::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb15';
  color: #666666;
  font-size: 25px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.product-details-page .p-info .right-txt .slider-nav .slick-next {
  left: auto;
  right: 0;
}
.product-details-page .p-info .right-txt .slider-nav .slick-next::before {
  right: 0;
  content: '\eb63';
}
.product-details-page .p-info .right-txt .slider-nav .slick-list {
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-txt .slider-nav .slick-list {
    margin: 0 -5px;
  }
}
.product-details-page .p-info .right-txt .slider-nav .slick-list .slick-slide {
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-txt .slider-nav .slick-list .slick-slide {
    padding: 0 5px;
  }
}
.product-details-page .p-info .right-txt .slider-nav .slick-current .item {
  border-color: var(--color);
}
.product-details-page .p-info .right-txt .slider-nav .item .video-btn span {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 400px) {
  .product-details-page .p-info .right-txt .slider-nav .item .video-btn span {
    width: 30px;
    height: 30px;
  }
}
.product-details-page .p-info .right-txt .slider-nav .item .video-btn span::before {
  font-size: 20px;
}
@media screen and (max-width: 400px) {
  .product-details-page .p-info .right-txt .slider-nav .item .video-btn span::before {
    font-size: 16px;
  }
}
.product-details-page .p-info .right-txt .slider-nav .item .video-btn span::after {
  display: none;
}
.product-details-page .p-title {
  padding-top: 40px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-title {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-title {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.product-details-page .p-title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.16666667;
  color: #333333;
  font-family: var(--fontRobotoBold);
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-title h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-title h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-title h2 {
    font-size: 20px;
  }
}
.product-details-page .p-details .inner {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-details .inner {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-details .inner {
    font-size: 14px;
  }
}
.product-details-page .p-details .inner img {
  max-width: 100%;
  height: auto !important;
}
.product-details-page .p-details .inner .table-box tr,
.product-details-page .p-details .inner .table-box td,
.product-details-page .p-details .inner .table-box th {
  padding: 7.5px 10px !important;
  border-color: #666666 !important;
  color: #666666;
  background-color: transparent;
}

@media screen and (min-width: 1200px){
.product-details-page .p-details .inner .table-box table{
  width: 90%;
  margin: 0 auto;
}
}
.product-details-page .p-details .inner .table-box tr td:nth-child(1){
  /* width: 60% !important;
   */
}
.product-details-page .p-details .inner .table-box tr:nth-child(odd) td{
  background-color: #f5f5f5;
}
.product-details-page .p-inquire form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.product-details-page .p-inquire form fieldset {
  display: block;
  width: 100%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.product-details-page .p-inquire form fieldset:nth-child(1) input {
  color: var(--color);
  background-color: #eaedf4;
}
.product-details-page .p-inquire form fieldset:nth-child(-n+5):nth-child(n+2) {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-inquire form fieldset:nth-child(-n+5):nth-child(n+2) {
    width: 50%;
  }
}
.product-details-page .p-inquire form fieldset:nth-last-child(1) {
  margin-bottom: 0;
}
.product-details-page .p-inquire form fieldset:nth-last-child(2) {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-inquire form fieldset:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
.product-details-page .p-inquire form input,
.product-details-page .p-inquire form textarea {
  display: block;
  width: 100%;
  padding: 13px 15px;
  font-size: 15px;
  line-height: 1.46666667;
  color: #666666;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-inquire form input,
  .product-details-page .p-inquire form textarea {
    padding: 12px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-inquire form input,
  .product-details-page .p-inquire form textarea {
    padding: 10px 15px;
  }
}
.product-details-page .p-inquire form textarea {
  height: 115px;
}
.product-details-page .p-inquire form input::-webkit-input-placeholder,
.product-details-page .p-inquire form textarea::-webkit-input-placeholder {
  color: #666666;
}
.product-details-page .p-inquire form input:-o-placeholder,
.product-details-page .p-inquire form textarea:-o-placeholder {
  color: #666666;
}
.product-details-page .p-inquire form input::-moz-placeholder,
.product-details-page .p-inquire form textarea::-moz-placeholder {
  color: #666666;
}
.product-details-page .p-inquire form input:-ms-input-placeholder,
.product-details-page .p-inquire form textarea:-ms-input-placeholder {
  color: #666666;
}
.product-details-page .p-inquire form input:focus::-webkit-input-placeholder,
.product-details-page .p-inquire form textarea:focus::-webkit-input-placeholder {
  color: #c2c2c2;
}
.product-details-page .p-inquire form input:focus::-o-placeholder,
.product-details-page .p-inquire form textarea:focus::-o-placeholder {
  color: #c2c2c2;
}
.product-details-page .p-inquire form input:focus::-moz-placeholder,
.product-details-page .p-inquire form textarea:focus::-moz-placeholder {
  color: #c2c2c2;
}
.product-details-page .p-inquire form input:focus::-ms-input-placeholder,
.product-details-page .p-inquire form textarea:focus::-ms-input-placeholder {
  color: #c2c2c2;
}
.product-details-page .p-inquire form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #ffffff;
  background-color: var(--color);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-inquire form button {
    height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-inquire form button {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-inquire form button:hover {
    box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.5) inset;
  }
}
.product-details-page .p-inquire form button::before {
  display: inline-block;
  margin-right: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e678';
  line-height: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-inquire form button::before {
    margin-right: 5px;
  }
}
.product-details-page .p-recommed .recommed-slick {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-recommed .recommed-slick:hover .slick-prev {
    left: 0;
  }
  .product-details-page .p-recommed .recommed-slick:hover .slick-next {
    right: 0;
  }
}
.product-details-page .p-recommed .recommed-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  z-index: 5;
  width: 20px;
  height: 40px;
  background-color: #fff;
  font-size: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-recommed .recommed-slick .slick-arrow {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-recommed .recommed-slick .slick-arrow:hover {
    background-color: var(--color);
  }
  .product-details-page .p-recommed .recommed-slick .slick-arrow:hover::before {
    color: #fff;
  }
}
.product-details-page .p-recommed .recommed-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color);
  content: '\eb15';
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.product-details-page .p-recommed .recommed-slick .slick-next {
  left: auto;
  right: -20px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-recommed .recommed-slick .slick-next {
    right: 0;
  }
}
.product-details-page .p-recommed .recommed-slick .slick-next::before {
  content: '\eb63';
}
.product-details-page .p-recommed .recommed-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-recommed .recommed-slick .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-recommed .recommed-slick .slick-list {
    margin: 0 -7.5px;
  }
}
.product-details-page .p-recommed .recommed-slick .slick-list .slick-slide {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-recommed .recommed-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-recommed .recommed-slick .slick-list .slick-slide {
    padding: 0 7.5px;
  }
}
.product-details-page .p-recommed .recommed-slick .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-recommed .recommed-slick .item:hover .pic::before {
    opacity: 1;
  }
  .product-details-page .p-recommed .recommed-slick .item:hover .pic img {
    transform: scale(1.05);
  }
  .product-details-page .p-recommed .recommed-slick .item:hover .pic > span {
    transform: translate(-50%, -50%) scale(1);
  }
  .product-details-page .p-recommed .recommed-slick .item:hover .p-name {
    color: var(--color);
  }
}
.product-details-page .p-recommed .recommed-slick .item .pic {
  position: relative;
  display: block;
  border: 1px solid #e6e6e6;
}
.product-details-page .p-recommed .recommed-slick .item .pic::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details-page .p-recommed .recommed-slick .item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-details-page .p-recommed .recommed-slick .item .pic span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: var(--color);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details-page .p-recommed .recommed-slick .item .pic span::after {
  margin-left: 5px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e72f';
  color: #fff;
  font-size: 18px;
}
.product-details-page .p-recommed .recommed-slick .item .p-name {
  margin-top: 15px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-family: var(--fontRobotoBold);
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-recommed .recommed-slick .item .p-name {
    font-size: 14px;
    margin-top: 10px;
  }
}
.inquire-page {
  overflow: hidden;
}
.inquire-page .title {
  text-align: center;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .inquire-page .title {
    padding-bottom: 30px;
  }
}
.inquire-page .car-table table {
  width: 100%;
}
.inquire-page .car-table table tr td:nth-child(1),
.inquire-page .car-table table tr th:nth-child(1) {
  width: 14.82269504%;
  padding-left: 3.19148936%;
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table tr td:nth-child(1),
  .inquire-page .car-table table tr th:nth-child(1) {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table tr td:nth-child(1),
  .inquire-page .car-table table tr th:nth-child(1) {
    width: 17.822695%;
  }
}
.inquire-page .car-table table tr td:nth-child(1) input,
.inquire-page .car-table table tr th:nth-child(1) input {
  margin: 0;
  border-color: #c3ccd2;
  background-color: transparent;
}
.inquire-page .car-table table tr td:nth-child(2),
.inquire-page .car-table table tr th:nth-child(2) {
  width: 54.25531915%;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-table table tr td:nth-child(2),
  .inquire-page .car-table table tr th:nth-child(2) {
    width: 45.255319%;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table tr td:nth-child(2),
  .inquire-page .car-table table tr th:nth-child(2) {
    width: 42.255319%;
  }
}
.inquire-page .car-table table tr td:nth-child(3),
.inquire-page .car-table table tr th:nth-child(3) {
  width: 15.95744681%;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-table table tr td:nth-child(3),
  .inquire-page .car-table table tr th:nth-child(3) {
    width: 24.957447%;
  }
}
.inquire-page .car-table table tr td:nth-child(4),
.inquire-page .car-table table tr th:nth-child(4) {
  width: 14.89361702%;
}
.inquire-page .car-table table thead {
  border: 1px solid #d5d5d5;
  background-color: var(--color);
}
.inquire-page .car-table table thead tr {
  height: 55px;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-table table thead tr {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table thead tr {
    height: 40px;
  }
}
.inquire-page .car-table table thead tr th {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table thead tr th {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .inquire-page .car-table table thead tr th {
    font-size: 12px;
  }
}
.inquire-page .car-table table thead tr th:nth-child(1) span {
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-table table thead tr th:nth-child(1) span {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table thead tr th:nth-child(1) span {
    padding-left: 0;
  }
}
.inquire-page .car-table table thead tr th:nth-child(3),
.inquire-page .car-table table thead tr th:nth-child(4) {
  text-align: center;
}
.inquire-page .car-table table tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.inquire-page .car-table table tbody tr td:nth-child(2) {
  padding: 35px 0;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) {
    padding: 20px 0;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(2) .pic {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  max-width: 160px;
}
.inquire-page .car-table table tbody tr td:nth-child(2) p {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5.22875817%;
  max-width: calc(100% -160px);
  font-size: 18px;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 12px;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(3) {
  text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(3) span {
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
  display: inline-block;
  width: 37px;
  height: 33px;
  font-size: 18px;
  line-height: 31px;
  color: #333333;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span {
    width: 30px;
    height: 25px;
    line-height: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span {
    width: 15px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span:hover {
    background-color: var(--color);
    color: #fff;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(3) .not-allowed {
  background-color: #EEEEEE;
  color: #ccc;
}
.inquire-page .car-table table tbody tr td:nth-child(3) .not-allowed:hover {
  background-color: #EEEEEE;
  color: #ccc;
}
.inquire-page .car-table table tbody tr td:nth-child(3) input {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  width: 64px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) input {
    width: 45px;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) input {
    width: 30px;
    font-size: 12px;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(4) {
  text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(4) span {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .inquire-page .car-table table tbody tr td:nth-child(4) span:hover::before {
    color: var(--color);
  }
}
.inquire-page .car-table table tbody tr td:nth-child(4) span::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e632';
  color: #787878;
  font-size: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.inquire-page .car-table table tbody tr:last-child {
  border-bottom: none;
}
.inquire-page .car-message h2 {
  padding: 70px 0 40px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-message h2 {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .inquire-page .car-message h2 {
    padding: 30px 0;
  }
}
.inquire-page .car-message form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.inquire-page .car-message form fieldset {
  display: block;
  width: 100%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.inquire-page .car-message form fieldset:nth-child(1) input {
  color: var(--color);
  background-color: #eaedf4;
}
.inquire-page .car-message form fieldset:nth-child(-n+5):nth-child(n+2) {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .inquire-page .car-message form fieldset:nth-child(-n+5):nth-child(n+2) {
    width: 50%;
  }
}
.inquire-page .car-message form fieldset:nth-last-child(1) {
  margin-bottom: 0;
}
.inquire-page .car-message form fieldset:nth-last-child(2) {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .inquire-page .car-message form fieldset:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
.inquire-page .car-message form input,
.inquire-page .car-message form textarea {
  display: block;
  width: 100%;
  padding: 13px 15px;
  font-size: 15px;
  line-height: 1.46666667;
  color: #666666;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1199px) {
  .inquire-page .car-message form input,
  .inquire-page .car-message form textarea {
    padding: 12px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-message form input,
  .inquire-page .car-message form textarea {
    padding: 10px 15px;
  }
}
.inquire-page .car-message form textarea {
  height: 115px;
}
.inquire-page .car-message form input::-webkit-input-placeholder,
.inquire-page .car-message form textarea::-webkit-input-placeholder {
  color: #666666;
}
.inquire-page .car-message form input:-o-placeholder,
.inquire-page .car-message form textarea:-o-placeholder {
  color: #666666;
}
.inquire-page .car-message form input::-moz-placeholder,
.inquire-page .car-message form textarea::-moz-placeholder {
  color: #666666;
}
.inquire-page .car-message form input:-ms-input-placeholder,
.inquire-page .car-message form textarea:-ms-input-placeholder {
  color: #666666;
}
.inquire-page .car-message form input:focus::-webkit-input-placeholder,
.inquire-page .car-message form textarea:focus::-webkit-input-placeholder {
  color: #c2c2c2;
}
.inquire-page .car-message form input:focus::-o-placeholder,
.inquire-page .car-message form textarea:focus::-o-placeholder {
  color: #c2c2c2;
}
.inquire-page .car-message form input:focus::-moz-placeholder,
.inquire-page .car-message form textarea:focus::-moz-placeholder {
  color: #c2c2c2;
}
.inquire-page .car-message form input:focus::-ms-input-placeholder,
.inquire-page .car-message form textarea:focus::-ms-input-placeholder {
  color: #c2c2c2;
}
.inquire-page .car-message form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #ffffff;
  background-color: var(--color);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .inquire-page .car-message form button {
    height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-message form button {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .inquire-page .car-message form button:hover {
    box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.5) inset;
  }
}
.inquire-page .car-message form button::before {
  display: inline-block;
  margin-right: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e678';
  line-height: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .inquire-page .car-message form button::before {
    margin-right: 5px;
  }
}
.faq-page {
  overflow: hidden;
}
.faq-page .faq-list {
  overflow: hidden;
  padding-bottom: 40px;
}
.faq-page .faq-list li {
  border-top: 1px solid #dfe4e7;
}
.faq-page .faq-list li:last-child {
  border-bottom: 1px solid #dfe4e7;
}
.faq-page .faq-list .title {
  position: relative;
  padding: 20px;
  margin: 0;
  font-size: 18px;
  line-height: 1.66666667;
  color: #333333;
  font-family: var(--fontRobotoBold);
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .faq-page .faq-list .title {
    padding: 15px 20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .faq-page .faq-list .title {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-page .faq-list .title:hover {
    color: var(--color);
  }
  .faq-page .faq-list .title:hover::before {
    background-color: var(--color);
  }
  .faq-page .faq-list .title:hover::after {
    color: var(--color);
  }
}
.faq-page .faq-list .title::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.faq-page .faq-list .title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e602';
  font-size: 25px;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .faq-page .faq-list .title::after {
    right: -2px;
    font-size: 20px;
  }
}
.faq-page .faq-list .active {
  color: var(--color);
}
.faq-page .faq-list .active::before {
  background-color: var(--color);
}
.faq-page .faq-list .active::after {
  transform: translateY(-50%) rotateX(180deg);
  color: var(--color);
}
.faq-page .faq-list .inner {
  display: none;
  margin-top: -5px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.625;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .faq-page .faq-list .inner {
    padding-bottom: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .faq-page .faq-list .inner {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
.service-page {
  overflow: hidden;
}
.service-page .content {
  display: block;
  width: 100%;
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}
.service-page .service-list {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .service-page .service-list {
    margin: 0 -10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-list {
    margin: 0 -7.5px;
    padding-bottom: 15px;
  }
}
.service-page .service-list li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .service-page .service-list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .service-page .service-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-list li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .service-page .service-list li {
    width: 100%;
  }
}
.service-page .service-list .item {
  position: relative;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .service-page .service-list .item {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .service-page .service-list .item:hover .pic img {
    transform: scale(1.1);
  }
  .service-page .service-list .item:hover .info .title a {
    color: var(--color);
  }
  .service-page .service-list .item:hover .info .down-btn {
    border-color: var(--color);
    color: #fff;
    background-color: var(--color);
  }
  .service-page .service-list .item:hover .info .down-btn::before {
    color: #fff;
  }
}
.service-page .service-list .item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1439px) {
  .service-page .service-list .item::before {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 1199px) {
  .service-page .service-list .item::before {
    width: 100%;
  }
}
.service-page .service-list .pic {
  flex-shrink: 0;
  width: 330px;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 1439px) {
  .service-page .service-list .pic {
    width: 260px;
    top: -15px;
  }
}
@media screen and (max-width: 1199px) {
  .service-page .service-list .pic {
    width: 100%;
    top: 0;
  }
}
.service-page .service-list .pic .img-box {
  padding-bottom: 66.66666667%;
}
.service-page .service-list .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-page .service-list .info {
  width: calc(100% - 330px);
  padding: 30px;
}
@media screen and (max-width: 1439px) {
  .service-page .service-list .info {
    width: calc(100% - 260px);
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .service-page .service-list .info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-list .info {
    padding: 15px;
  }
}
.service-page .service-list .info .title {
  padding-bottom: 15px;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .service-page .service-list .info .title {
    padding-bottom: 10px;
  }
}
.service-page .service-list .info .title a {
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
  font-family: var(--fontRobotoBold);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .service-page .service-list .info .title a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-list .info .title a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .service-page .service-list .info .title a:hover {
    text-decoration: underline;
  }
}
.service-page .service-list .info .intro {
  min-height: 50px;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
}
@media screen and (max-width: 1439px) {
  .service-page .service-list .info .intro {
    min-height: auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-list .info .intro {
    font-size: 13px;
  }
}
.service-page .service-list .info .down-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 130px;
  height: 45px;
  border-radius: 22.5px;
  border: 1px solid #999999;
  font-size: 15px;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .service-page .service-list .info .down-btn {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .service-page .service-list .info .down-btn:hover {
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.5) inset;
  }
}
.service-page .service-list .info .down-btn::before {
  display: inline-block;
  margin-right: 7px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64a';
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service-page .service-list .info .icon-pic {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: -1;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1439px) {
  .service-page .service-list .info .icon-pic {
    bottom: 15px;
    right: 15px;
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-list .info .icon-pic {
    width: 55px;
    height: 55px;
  }
}
.service-page .service-list .info .icon-pic img {
  width: 100%;
  height: 100%;
}
.new-page {
  overflow: hidden;
}
.new-page .new-list {
  overflow: hidden;
  padding-bottom: 10px;
}
.new-page .new-list li {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .new-page .new-list li {
    margin-bottom: 20px;
  }
}
.new-page .new-list .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .new-page .new-list .item {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .new-page .new-list .item:hover .pic img {
    transform: scale(1.05);
  }
  .new-page .new-list .item:hover .info .n-name a {
    color: var(--color);
  }
}
.new-page .new-list .item .pic {
  flex-shrink: 0;
  display: block;
  width: 450px;
}
@media screen and (max-width: 991px) {
  .new-page .new-list .item .pic {
    width: 100%;
  }
}
.new-page .new-list .item .pic .img-box {
  padding-bottom: 75.55555556%;
}
.new-page .new-list .item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.new-page .new-list .item .info {
  position: relative;
  z-index: 5;
  width: calc(100% - 450px);
  min-height: 300px;
  padding: 35px 0 60px;
  padding-right: 50px;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .info {
    padding: 30px 0;
    padding-right: 50px;
    min-height: 0;
  }
}
@media screen and (max-width: 991px) {
  .new-page .new-list .item .info {
    width: 100%;
    padding: 15px 20px;
  }
}
.new-page .new-list .item .info::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100% + 40px);
  height: 100%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .info::before {
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 991px) {
  .new-page .new-list .item .info::before {
    width: 100%;
  }
}
.new-page .new-list .item .info .n-date {
  position: relative;
  padding-left: 23px;
  font-size: 15px;
  line-height: 1;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .info .n-date {
    padding-left: 20px;
    font-size: 14px;
  }
}
.new-page .new-list .item .info .n-date::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e675';
  color: var(--color);
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .info .n-date::before {
    font-size: 15px;
  }
}
.new-page .new-list .item .info .n-name {
  padding-top: 13px;
}
.new-page .new-list .item .info .n-name a {
  font-size: 18px;
  line-height: 1.66666667;
  color: #333333;
  font-family: var(--fontRobotoBold);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .info .n-name a {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .info .n-name a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .new-page .new-list .item .info .n-name a:hover {
    text-decoration: underline;
  }
}
.new-page .new-list .item .info .n-intro {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .info .n-intro {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .info .n-intro {
    font-size: 14px;
  }
}
.new-page .new-list .item .info .more-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  line-height: 2;
  color: #666666;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .info .more-btn {
    position: relative;
    bottom: 0;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .info .more-btn {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .new-page .new-list .item .info .more-btn:hover {
    color: var(--color);
  }
  .new-page .new-list .item .info .more-btn:hover::after {
    color: var(--color);
  }
}
.new-page .new-list .item .info .more-btn::after {
  margin-left: 5px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  color: #666666;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.page-details {
  overflow: hidden;
}
.page-details .page-details-title {
  padding-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-details .page-details-title h1 {
    font-size: 18px;
  }
}
.page-details .page-details-title .date {
  margin-top: 13px;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--fontBold);
  color: var(--color);
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-title .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title .date {
    font-size: 14px;
  }
}
.page-details .page-details-title .date::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  font-size: 21px;
  content: '\e675';
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title .date::before {
    font-size: 18px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-title .date::before {
    font-size: 16px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title .date::before {
    font-size: 14px;
  }
}
.page-details .page-details-content {
  padding: 30px 0 60px;
  border-top: 1px solid #c6ccca;
  border-bottom: 1px solid #c6ccca;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-content {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-content {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-content {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.page-details .page-details-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-content p {
    font-size: 14px;
  }
}
.page-details .page-details-content p img {
  max-width: 100%;
  height: auto !important;
}
.page-details .page-details-share {
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-share {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-share {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-share {
    padding-top: 30px;
  }
}
.page-details .page-details-share b {
  display: block;
  padding-right: 10px;
  float: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-share b {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-share b {
    padding-right: 5px;
    font-size: 14px;
  }
}
.page-details .page-details-share .share-inner {
  float: left;
}
.page-details .page-details-link {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-link {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link {
    padding-top: 15px;
    display: block;
  }
}
.page-details .page-details-link .link-left {
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link .link-left {
    padding-bottom: 10px;
    width: 100%;
  }
}
.page-details .page-details-link .link-right {
  flex-shrink: 0;
  width: 180px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link .link-right {
    text-align: left;
  }
}
.page-details .page-details-link .link-right a {
  font-size: 18px;
  line-height: 1.5;
  color: #2a3042;
  font-family: var(--fontBold);
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-link .link-right a {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-link .link-right a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link .link-right a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-details .page-details-link .link-right a:hover {
    color: var(--color);
    text-decoration: underline;
  }
}
.page-details .page-details-link p {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.5;
  color: #2a3042;
  font-family: var(--fontBold);
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-link p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-link p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-details .page-details-link p a:hover {
    color: var(--color);
    text-decoration: underline;
  }
}
.page-details .page-details-link p:nth-child(2) {
  margin-top: 10px;
}
.contact-page {
  overflow: hidden;
}
.contact-page .contact-info .content {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1660px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info .content {
    padding: 0 15px;
  }
}
.contact-page .contact-info ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-info ul {
    margin: -20px -10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info ul {
    margin: -15px -7.5px;
  }
}
.contact-page .contact-info ul li {
  width: 20%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-info ul li {
    width: 33.33333333%;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info ul li {
    width: 50%;
    padding: 15px 7.5px;
  }
}
.contact-page .contact-info ul .item {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 25px;
  padding-top: 70px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  .contact-page .contact-info ul .item {
    padding: 20px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info ul .item {
    padding: 15px;
    padding-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .contact-info ul .item:hover {
    transform: translateY(-15px);
  }
  .contact-page .contact-info ul .item:hover .iconfont::before {
    color: #fff;
  }
  .contact-page .contact-info ul .item:hover .iconfont::after {
    top: 0;
  }
  .contact-page .contact-info ul .item:hover p a {
    color: var(--color);
    text-decoration: underline;
  }
}
.contact-page .contact-info ul .item .iconfont {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -33.33333333%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #eaedf4;
}
@media screen and (max-width: 1439px) {
  .contact-page .contact-info ul .item .iconfont {
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info ul .item .iconfont {
    width: 50px;
    height: 50px;
  }
}
.contact-page .contact-info ul .item .iconfont::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: var(--color);
  font-size: 30px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .contact-page .contact-info ul .item .iconfont::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info ul .item .iconfont::before {
    font-size: 20px;
  }
}
.contact-page .contact-info ul .item .iconfont::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-page .contact-info ul .item .icon-youxiang1::before {
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  .contact-page .contact-info ul .item .icon-youxiang1::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info ul .item .icon-youxiang1::before {
    font-size: 25px;
  }
}
.contact-page .contact-info ul .item .icon-skype-fill::before {
  font-size: 35px;
}
@media screen and (max-width: 1439px) {
  .contact-page .contact-info ul .item .icon-skype-fill::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info ul .item .icon-skype-fill::before {
    font-size: 25px;
  }
}
.contact-page .contact-info ul .item h5 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
  font-family: var(--fontRobotoBold);
}
@media screen and (max-width: 1199px) {
  .contact-page .contact-info ul .item h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info ul .item h5 {
    font-size: 16px;
  }
}
.contact-page .contact-info ul .item p {
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  word-break: break-word;
}
@media screen and (max-width: 1199px) {
  .contact-page .contact-info ul .item p {
    padding-top: 4px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info ul .item p {
    font-size: 12px;
  }
}
.contact-page .contact-info ul .item p a {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.contact-page .contact-map .map-content {
  height: 400px;
}
@media screen and (max-width: 1199px) {
  .contact-page .contact-map .map-content {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-map .map-content {
    height: 300px;
  }
}
.contact-page .contact-message form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-message form {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-message form {
    margin: 0 -7.5px;
  }
}
.contact-page .contact-message form fieldset {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-message form fieldset {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-message form fieldset {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
.contact-page .contact-message form fieldset:nth-child(-n+4) {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-message form fieldset:nth-child(-n+4) {
    width: 50%;
  }
}
.contact-page .contact-message form fieldset:nth-last-child(1) {
  margin-bottom: 0;
}
.contact-page .contact-message form input,
.contact-page .contact-message form textarea {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #999999;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1199px) {
  .contact-page .contact-message form input,
  .contact-page .contact-message form textarea {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-message form input,
  .contact-page .contact-message form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.contact-page .contact-message form textarea {
  height: 95px;
}
.contact-page .contact-message form input::-webkit-input-placeholder,
.contact-page .contact-message form textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact-page .contact-message form input:-o-placeholder,
.contact-page .contact-message form textarea:-o-placeholder {
  color: #999999;
}
.contact-page .contact-message form input::-moz-placeholder,
.contact-page .contact-message form textarea::-moz-placeholder {
  color: #999999;
}
.contact-page .contact-message form input:-ms-input-placeholder,
.contact-page .contact-message form textarea:-ms-input-placeholder {
  color: #999999;
}
.contact-page .contact-message form input:focus::-webkit-input-placeholder,
.contact-page .contact-message form textarea:focus::-webkit-input-placeholder {
  color: #d4d4d4;
}
.contact-page .contact-message form input:focus::-o-placeholder,
.contact-page .contact-message form textarea:focus::-o-placeholder {
  color: #d4d4d4;
}
.contact-page .contact-message form input:focus::-moz-placeholder,
.contact-page .contact-message form textarea:focus::-moz-placeholder {
  color: #d4d4d4;
}
.contact-page .contact-message form input:focus::-ms-input-placeholder,
.contact-page .contact-message form textarea:focus::-ms-input-placeholder {
  color: #d4d4d4;
}
.contact-page .contact-message form button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 140px;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  color: #ffffff;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .contact-page .contact-message form button {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-message form button {
    width: 110px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .contact-message form button:hover {
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.5) inset;
  }
}
.contact-page .contact-message form button::before {
  display: inline-block;
  margin-right: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  content: '\e678';
  font-size: 13px;
}
.site-page {
  overflow: hidden;
}
.site-page .content h2 {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content h2 {
    text-align: center;
  }
}
.site-page .content .site-map1 > li {
  margin-bottom: 20px;
}
.site-page .content .site-map1 > li > a {
  overflow: hidden;
  position: relative;
  display: block;
  max-width: 240px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #222222;
  border: 1px solid #dcdcdc;
  font-family: var(--fontBold);
  text-transform: capitalize;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 > li > a {
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 > li > a:hover {
    color: #fff;
  }
  .site-page .content .site-map1 > li > a:hover::before {
    transform: translateX(0);
  }
}
.site-page .content .site-map1 > li > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-color: var(--color);
  z-index: -1;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.site-page .content .site-map1 > li:last-child {
  margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 {
  margin-top: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 {
    padding: 0;
  }
}
.site-page .content .site-map1 .site-map2 > li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 > li {
    text-align: center;
  }
}
.site-page .content .site-map1 .site-map2 > li > a {
  font-size: 16px;
  line-height: 1.875;
  color: #222222;
  white-space: nowrap;
  font-family: var(--fontBold);
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 .site-map2 > li a:hover {
    color: var(--color);
    text-decoration: underline;
  }
}
.site-page .content .site-map1 .site-map2 > li:last-child {
  margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 .site-map3 > li {
  display: inline-block;
  margin-top: 5px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 .site-map3 > li {
    padding: 0 5px;
  }
}
.site-page .content .site-map1 .site-map2 .site-map3 > li > a {
  display: block;
  white-space: nowrap;
  font-size: 13px;
  line-height: 2.14285714;
  color: #666666;
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 .site-map2 .site-map3 > li a:hover {
    color: var(--color);
    text-decoration: underline;
  }
}

/*edit*/
.product-details-page .table-box tr td:nth-child(1) {
  /* width: 45% !important; */
}
.product-details-page .p-details .imgs-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.product-details-page .p-details .imgs-list li {
  width: 33.33333333%;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-details .imgs-list li {
    width: 50%;
  }
}
.product-details-page .p-details .imgs-list .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-details .imgs-list .item:hover img {
    transform: scale(1.05);
  }
  .product-details-page .p-details .imgs-list .item:hover h6 {
    color: var(--color);
  }
}
.product-details-page .p-details .imgs-list .item .img-box {
  padding-bottom: 78.94736842%;
}
.product-details-page .p-details .imgs-list .item .img-box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 33px;
  height: 33px;
  background: url(../images/common/zoom_icon.png) no-repeat center;
  background-size: 100% auto;
}
.product-details-page .p-details .imgs-list .item img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-details-page .p-details .imgs-list .item h6 {
  padding-top: 15px;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: var(--fontRobotoBold);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-details .imgs-list .item h6 {
    padding-top: 5px;
    font-size: 12px;
    font-family: var(--fontRoboto);
  }
}
/*表格*/
.product-details-page .firstRow td:nth-child(1){
  position: relative;
}
/**/
@media screen and (min-width: 768px) {
  .product-details-page .p-details .inner .table-box table .firstRow td:nth-child(1) {
    /* position: relative; */
    overflow: hidden;
  }
  .product-details-page .p-details .inner .table-box table .firstRow td:nth-child(1)::before {
    display: none;


    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom left, #f5f5f5 50%, #000, #f5f5f5 51%);
    background-image: -webkit-linear-gradient(to bottom left, #f5f5f5 50%, #000, #f5f5f5 51%);
  }
  .product-details-page .p-details .inner .table-box table .firstRow td:nth-child(1)::after {
    display: none;

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 180px;
    height: 100%;
    background-image: linear-gradient(to bottom left, transparent 50%, #000, transparent 51%);
    background-image: -webkit-linear-gradient(to bottom left, transparent 50%, #000, transparent 51%);
  }
}
.product-details-page .p-details .inner .table-box table .firstRow td:nth-child(1) p {
  /* position: relative; */
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .product-details-page .p-details .inner .table-box table .firstRow td:nth-child(1) p:nth-child(1) {
    left: 135px;
    top: -5px;
  }
  .product-details-page .p-details .inner .table-box table .firstRow td:nth-child(1) p:nth-child(2) {
    left: 100px;
  }
  .product-details-page .p-details .inner .table-box table .firstRow td:nth-child(1) p:nth-child(3) {
    left: 20px;
  }
}