.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%);
}
.banner {
  font-size: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .banner-content {
  position: relative;
}
.banner .slickbanner {
  position: static;
}
.banner .slickbanner .slick-current .item img {
  transform: scale(1);
}
.banner .slickbanner .item {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
}
.banner .slickbanner .item img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 8s;
  -webkit-transition: all 8s;
}
.banner .slickbanner .video-box {
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 50%;
}
.banner .slickbanner .video-box > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .slickbanner .video-box .fluid_video_wrapper {
  position: absolute !important;
}
.banner .slickbanner .video-box .fluid_video_wrapper .fluid_controls_container {
  display: none !important;
}
.banner .slickbanner .slick-dots {
  position: absolute;
  bottom: 75px;
  left: 0;
  z-index: 9;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .banner .slickbanner .slick-dots {
    bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-dots {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots {
    bottom: 15px;
  }
}
.banner .slickbanner .slick-dots li {
  display: inline-block;
  padding: 0 4.5px;
}
.banner .slickbanner .slick-dots li button {
  width: 78px;
  height: 9px;
  border: 1px solid #fff;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-dots li button {
    width: 65px;
    height: 7px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slickbanner .slick-dots li button {
    width: 50px;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots li button {
    width: 35px;
    height: 4px;
  }
}
.banner .slickbanner .slick-dots .slick-active button {
  background-color: #fff;
}
.index-num {
  overflow: hidden;
  background-color: #242527;
}
.index-num ul {
  display: flex;
  flex-wrap: wrap;
}
.index-num ul li {
  width: 25%;
  padding: 32px 10px 38px;
  display: flex;
  justify-content: center;
  background-image: -webkit-linear-gradient(to right, #323438, #242425);
  background-image: linear-gradient(to right, #323438, #242425);
}
@media screen and (max-width: 1199px) {
  .index-num ul li {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-num ul li {
    padding: 15px 10px;
    width: 50%;
  }
}
.index-num .inner {
  position: relative;
  padding-left: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-num .inner {
    padding-left: 35px;
  }
}
@media screen and (max-width: 480px) {
  .index-num .inner {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .index-num .inner:hover::before {
    transform: rotateY(180deg);
    color: var(--color);
  }
  .index-num .inner:hover h4 {
    color: var(--color);
  }
  .index-num .inner:hover p {
    color: var(--color);
  }
}
.index-num .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-num .inner::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .index-num .inner::before {
    font-size: 18px;
  }
}
.index-num .inner h4 {
  margin: 0;
  font-size: 44px;
  line-height: 1.13636364;
  font-family: var(--fontCb);
  font-weight: 700;
  color: #fff;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .index-num .inner h4 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .index-num .inner h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-num .inner h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .index-num .inner h4 {
    font-size: 20px;
  }
}
.index-num .inner h4 sup {
  top: -18px;
  left: 15px;
  font-size: 20px;
  font-family: var(--font);
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  .index-num .inner h4 sup {
    top: -10px;
    left: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .index-num .inner h4 sup {
    top: -5px;
    left: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .index-num .inner h4 sup {
    top: -3px;
    left: 3px;
    font-size: 14px;
  }
}
.index-num .inner p {
  padding-top: 5px;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-num .inner p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .index-num .inner p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .index-num .inner p {
    padding-top: 2px;
    font-size: 12px;
  }
}
.index-num .num-factory .inner::before {
  content: '\e601';
}
.index-num .num-patent .inner::before {
  content: '\e711';
}
.index-num .num-enterprise .inner::before {
  content: '\e684';
}
.index-num .num-export .inner::before {
  content: '\ec0f';
}
.index-about {
  overflow: hidden;
}
.index-about .content {
  display: flex;
  flex-wrap: wrap;
}
.index-about .content .left-pic,
.index-about .content .right-info {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .index-about .content .left-pic,
  .index-about .content .right-info {
    width: 100%;
  }
}
.index-about .content .left-pic {
  display: block;
  background: no-repeat center left;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .index-about .content .left-pic {
    height: 300px;
  }
}
.index-about .content .right-info {
  padding: 120px 80px 150px;
  padding-right: 145px;
  background: url(../images/img/index_about_bgg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1439px) {
  .index-about .content .right-info {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-info {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .right-info {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right-info {
    padding: 30px 15px;
  }
}
.index-about .content .right-info .intro {
  padding-top: 25px;
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-info .intro {
    padding-top: 20px;
  }
}
.index-about .content .right-info .intro > h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: var(--color);
  font-family: var(--fontCb);
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-info .intro > h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .right-info .intro > h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right-info .intro > h3 {
    font-size: 16px;
  }
}
.index-about .content .right-info .intro .inner {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-info .intro .inner {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right-info .intro .inner {
    font-size: 14px;
  }
}
.index-about .content .right-info .more-btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  .index-about .content .right-info .more-btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-info .more-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .right-info .more-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right-info .more-btn {
    width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .content .right-info .more-btn:hover::before {
    transform: translateX(100%);
  }
  .index-about .content .right-info .more-btn:hover::after {
    transform: translateX(0);
  }
}
.index-about .content .right-info .more-btn::before,
.index-about .content .right-info .more-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color);
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.index-about .content .right-info .more-btn::after {
  transform: translateX(-100%);
  transition: all 0.45s 0.45s;
  -webkit-transition: all 0.45s 0.45s;
}
.index-about .content .right-info .more-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-info .more-btn span {
    width: 160px;
    height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right-info .more-btn span {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
}
.index-category {
  overflow: hidden;
}
.index-category .content {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1650px;
}
.index-category .common-title {
  margin-left: 120px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .index-category .common-title {
    margin-left: 80px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .index-category .common-title {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-category .common-title {
    margin-left: 15px;
    padding-bottom: 20px;
  }
}
.index-category ul {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.index-category ul li {
  width: 33.33333333%;
  padding: 6px;
}
.index-category .item {
  overflow: hidden;
  position: relative;
  display: block;
}
@media screen and (min-width: 1200px) {
  .index-category .item:hover .pic img {
    transform: scale(1.05);
  }
  .index-category .item:hover .info .more-btn {
    background-color: var(--color);
  }
}
.index-category .item .pic {
  display: block;
}
.index-category .item .pic .img-box {
  padding-bottom: 129.62962963%;
}
.index-category .item .pic .img-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding-bottom: 66.66666667%;
  background: url(../images/img/index_category_cover.png) no-repeat center;
  background-size: 100%;
}
.index-category .item .pic .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
}
.index-category .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-category .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 45px 40px;
}
@media screen and (max-width: 1439px) {
  .index-category .item .info {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .index-category .item .info {
    padding: 25px;
  }
}
@media screen and (max-width: 991px) {
  .index-category .item .info {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-category .item .info {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .index-category .item .info {
    padding: 5px;
  }
}
.index-category .item .info > h4 {
  margin: 0;
}
.index-category .item .info > h4 a {
  font-size: 40px;
  line-height: 1.35;
  color: #ffffff;
  font-family: var(--fontB);
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .index-category .item .info > h4 a {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .index-category .item .info > h4 a {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-category .item .info > h4 a {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-category .item .info > h4 a {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .index-category .item .info > h4 a {
    font-size: 16px;
    padding: 5px 0;
  }
}
@media screen and (min-width: 1200px) {
  .index-category .item .info > h4 a:hover {
    color: var(--color);
  }
}
.index-category .item .info .intro {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-category .item .info .intro {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-category .item .info .intro {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-category .item .info .intro {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .index-category .item .info .intro {
    display: none;
  }
}
.index-category .item .info .more-btn {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid var(--color);
  font-size: 16px;
  color: #ffffff;
  font-family: var(--fontB);
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-category .item .info .more-btn {
    margin-top: 25px;
    height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-category .item .info .more-btn {
    margin-top: 20px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-category .item .info .more-btn {
    margin-top: 15px;
    height: 35px;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .index-category .item .info .more-btn {
    display: none;
  }
}
.index-cooperative {
  margin-top: -95px;
  padding-top: 185px;
  overflow: hidden;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1199px) {
  .index-cooperative {
    margin-top: -50px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .index-cooperative {
    margin-top: -30px;
    padding-top: 60px;
  }
}
.index-cooperative .title-bar {
  display: flex;
  justify-content: space-between;
}
.index-cooperative .title-bar .slick-btns {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  margin-right: -13px;
}
.index-cooperative .title-bar .slick-btns button {
  display: block;
  width: 35px;
  height: 35px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .index-cooperative .title-bar .slick-btns button:hover {
    background-color: var(--color);
  }
  .index-cooperative .title-bar .slick-btns button:hover::before {
    color: #fff;
  }
}
.index-cooperative .title-bar .slick-btns button::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  color: #000000;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.index-cooperative .title-bar .slick-btns .prev::before {
  content: '\e9b5';
}
.index-cooperative .title-bar .slick-btns .next::before {
  content: '\e72f';
}
.index-cooperative .content {
  position: relative;
  z-index: 1;
}
.index-cooperative .cooperative-slick {
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .index-cooperative .cooperative-slick {
    padding-top: 30px;
  }
}
.index-cooperative .cooperative-slick .slick-list {
  border: 1px solid #c9c9c9;
}
.index-cooperative .cooperative-slick .slick-slide > div {
  font-size: 0;
}
.index-cooperative .cooperative-slick .slick-slide > div:nth-child(1) {
  margin-bottom: 240px;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 767px) {
  .index-cooperative .cooperative-slick .slick-slide > div:nth-child(1) {
    margin: 0;
  }
}
.index-cooperative .cooperative-slick .slick-slide > div:nth-child(2) {
  border-top: 1px solid #c9c9c9;
}
@media screen and (max-width: 767px) {
  .index-cooperative .cooperative-slick .slick-slide > div:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 1440px) {
  .index-cooperative .cooperative-slick .slick-slide > div .item:nth-child(5) {
    border-right: none;
  }
}
@media screen and (max-width: 1439px) and (min-width: 768px) {
  .index-cooperative .cooperative-slick .slick-slide > div .item:nth-child(4) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .index-cooperative .cooperative-slick .slick-slide > div .item:nth-child(3) {
    border-right: none;
  }
}
@media screen and (max-width: 480px) {
  .index-cooperative .cooperative-slick .slick-slide > div .item:nth-child(2) {
    border-right: none;
  }
}
.index-cooperative .cooperative-slick .item {
  border-right: 1px solid #c9c9c9;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-cooperative .cooperative-slick .item:hover {
  transform: translateZ(1px);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.index-cooperative .cooperative-slick .item:hover img {
  filter: grayscale(0);
}
.index-cooperative .cooperative-slick .item .img-box {
  padding-bottom: 42.85714286%;
  background-color: #f1f1f1;
}
.index-cooperative .cooperative-slick .item img {
  mix-blend-mode: multiply;
  filter: grayscale(100%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-cooperative .intro {
  position: absolute;
  top: calc(50% + 20px);
  left: 0;
  z-index: 100;
  transform: translateY(-50%);
  padding: 42px 90px 32px 105px;
  width: 100%;
  height: 240px;
  display: flex;
}
@media screen and (max-width: 1439px) {
  .index-cooperative .intro {
    padding: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .index-cooperative .intro {
    padding: 30px;
    top: calc(50% + 15px);
  }
}
@media screen and (max-width: 991px) {
  .index-cooperative .intro {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-cooperative .intro {
    padding: 25px 0;
    position: relative;
    top: 0;
    transform: translateY(0);
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .index-cooperative .intro {
    display: block;
  }
}
.index-cooperative .intro .left-txt {
  padding-right: 160px;
}
@media screen and (max-width: 1439px) {
  .index-cooperative .intro .left-txt {
    padding-right: 130px;
  }
}
@media screen and (max-width: 1199px) {
  .index-cooperative .intro .left-txt {
    padding-right: 100px;
  }
}
@media screen and (max-width: 991px) {
  .index-cooperative .intro .left-txt {
    padding-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .index-cooperative .intro .left-txt {
    padding-right: 0;
  }
}
.index-cooperative .intro .left-txt .logo {
  height: 71px;
}
@media screen and (max-width: 1199px) {
  .index-cooperative .intro .left-txt .logo {
    height: 55px;
  }
}
.index-cooperative .intro .left-txt .logo img {
  display: block;
  height: 100%;
  width: auto;
}
.index-cooperative .intro .left-txt .inner {
  margin-top: 20px;
  overflow: auto;
  max-height: 72px;
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
}
@media screen and (max-width: 1199px) {
  .index-cooperative .intro .left-txt .inner {
    font-size: 14px;
    max-height: 100px;
  }
}
.index-cooperative .intro .right-subscribe {
  flex-shrink: 0;
  width: 475px;
  padding-top: 57px;
}
@media screen and (max-width: 1199px) {
  .index-cooperative .intro .right-subscribe {
    width: 420px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-cooperative .intro .right-subscribe {
    padding-top: 60px;
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .index-cooperative .intro .right-subscribe {
    padding-top: 20px;
    width: 100%;
  }
}
.index-cooperative .intro .right-subscribe h3 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  font-family: var(--fontCB);
  text-align: right;
}
@media screen and (max-width: 991px) {
  .index-cooperative .intro .right-subscribe h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .index-cooperative .intro .right-subscribe h3 {
    padding-bottom: 10px;
    font-size: 16px;
    text-align: left;
  }
}
.index-cooperative .intro .right-subscribe form {
  display: block;
  height: 56px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .index-cooperative .intro .right-subscribe form {
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .index-cooperative .intro .right-subscribe form {
    height: 40px;
  }
}
.index-cooperative .intro .right-subscribe form input {
  float: left;
  width: calc(100% - 93px);
  height: 100%;
  padding: 0 23px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  color: #999999;
  background-color: #fff;
  isolation: isolate;
}
@media screen and (max-width: 1199px) {
  .index-cooperative .intro .right-subscribe form input {
    padding: 0 20px;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 991px) {
  .index-cooperative .intro .right-subscribe form input {
    padding: 0 15px;
    font-size: 14px;
    width: calc(100% - 60px);
  }
}
.index-cooperative .intro .right-subscribe form input::-webkit-input-placeholder,
.index-cooperative .intro .right-subscribe form textarea::-webkit-input-placeholder {
  color: #999999;
}
.index-cooperative .intro .right-subscribe form input:-o-placeholder,
.index-cooperative .intro .right-subscribe form textarea:-o-placeholder {
  color: #999999;
}
.index-cooperative .intro .right-subscribe form input::-moz-placeholder,
.index-cooperative .intro .right-subscribe form textarea::-moz-placeholder {
  color: #999999;
}
.index-cooperative .intro .right-subscribe form input:-ms-input-placeholder,
.index-cooperative .intro .right-subscribe form textarea:-ms-input-placeholder {
  color: #999999;
}
.index-cooperative .intro .right-subscribe form input:focus::-webkit-input-placeholder,
.index-cooperative .intro .right-subscribe form textarea:focus::-webkit-input-placeholder {
  color: #dadada;
}
.index-cooperative .intro .right-subscribe form input:focus::-o-placeholder,
.index-cooperative .intro .right-subscribe form textarea:focus::-o-placeholder {
  color: #dadada;
}
.index-cooperative .intro .right-subscribe form input:focus::-moz-placeholder,
.index-cooperative .intro .right-subscribe form textarea:focus::-moz-placeholder {
  color: #dadada;
}
.index-cooperative .intro .right-subscribe form input:focus::-ms-input-placeholder,
.index-cooperative .intro .right-subscribe form textarea:focus::-ms-input-placeholder {
  color: #dadada;
}
.index-cooperative .intro .right-subscribe form button {
  position: relative;
  float: left;
  width: 93px;
  height: 100%;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-cooperative .intro .right-subscribe form button {
    width: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-cooperative .intro .right-subscribe form button {
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .index-cooperative .intro .right-subscribe form button:hover {
    box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.5) inset;
  }
}
.index-cooperative .intro .right-subscribe form button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(180deg);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e893';
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 1199px) {
  .index-cooperative .intro .right-subscribe form button::before {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .index-cooperative .intro .right-subscribe form button::before {
    font-size: 20px;
  }
}
@keyframes itemFadeIn {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes itemFadeIn {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.index-blog {
  overflow: hidden;
}
.index-blog .title-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .index-blog .title-bar {
    padding-bottom: 20px;
  }
}
.index-blog .title-bar .common-title h2 {
  font-family: var(--font);
  font-weight: 900;
}
.index-blog .title-bar .common-title h2 a {
  font-family: var(--fontCB);
}
.index-blog .title-bar .more-btn {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
  color: var(--color);
  font-family: var(--fontCB);
  text-transform: uppercase;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .index-blog .title-bar .more-btn {
    font-size: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .index-blog .title-bar .more-btn {
    font-size: 16px;
  }
}
.index-blog .new-inner {
  float: right;
}
.index-blog .new-inner .new-slick {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .index-blog .new-inner .new-slick:hover .slick-arrow {
    transform: translateX(0);
  }
}
.index-blog .new-inner .new-slick .slick-current .item .txt {
  animation: itemFadeIn 1.3s 0s;
  -webkit-animation: itemFadeIn 1.3s 0s;
}
.index-blog .new-inner .new-slick .slick-slide {
  font-size: 0;
}
.index-blog .new-inner .new-slick .slick-arrow {
  position: absolute;
  bottom: 30px;
  right: 0;
  transform: translateX(100%);
  z-index: 3;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.65);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-blog .new-inner .new-slick .slick-arrow {
    transform: translateX(0);
  }
}
@media screen and (min-width: 1200px) {
  .index-blog .new-inner .new-slick .slick-arrow:hover {
    background-color: var(--color);
  }
  .index-blog .new-inner .new-slick .slick-arrow:hover::before {
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .index-blog .new-inner .new-slick .slick-arrow:active {
    background-color: var(--color);
  }
  .index-blog .new-inner .new-slick .slick-arrow:active::before {
    color: #fff;
  }
}
.index-blog .new-inner .new-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: '\e622';
  font-size: 17px;
  color: #000000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-blog .new-inner .new-slick .slick-next {
  bottom: 0;
}
.index-blog .new-inner .new-slick .slick-next::before {
  transform: translate(-50%, -50%) rotateX(180deg);
}
.index-blog .new-inner .new-slick .slick-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 3;
  margin: -9px 0;
}
.index-blog .new-inner .new-slick .slick-dots li {
  padding: 9px 0;
}
@media screen and (max-width: 480px) {
  .index-blog .new-inner .new-slick .slick-dots li {
    padding: 5px 0;
  }
}
.index-blog .new-inner .new-slick .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 0;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 480px) {
  .index-blog .new-inner .new-slick .slick-dots li button {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}
.index-blog .new-inner .new-slick .slick-dots .slick-active button {
  background-color: #fff;
}
.index-blog .new-inner .item {
  overflow: hidden;
  position: relative;
  display: block;
}
@media screen and (min-width: 1200px) {
  .index-blog .new-inner .item:hover .pic img {
    transform: scale(1.05);
  }
}
.index-blog .new-inner .item .pic {
  display: block;
}
.index-blog .new-inner .item .pic .img-box {
  padding-bottom: 68.11594203%;
}
.index-blog .new-inner .item .pic img {
  transition: all linear 0.35s;
  -webkit-transition: all linear 0.35s;
}
.index-blog .new-inner .item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 35px;
  padding-right: 85px;
}
@media screen and (max-width: 1439px) {
  .index-blog .new-inner .item .txt {
    padding: 25px;
    padding-right: 65px;
  }
}
@media screen and (max-width: 480px) {
  .index-blog .new-inner .item .txt {
    padding: 20px;
    padding-right: 50px;
  }
}
.index-blog .new-inner .item .txt .date {
  display: flex;
  align-items: center;
}
.index-blog .new-inner .item .txt .date strong {
  position: relative;
  display: block;
  padding-right: 32px;
  font-size: 44px;
  line-height: 1.13636364;
  color: #fff;
  font-family: var(--fontCb);
}
@media screen and (max-width: 1439px) {
  .index-blog .new-inner .item .txt .date strong {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .index-blog .new-inner .item .txt .date strong {
    padding-right: 25px;
    font-size: 25px;
  }
}
.index-blog .new-inner .item .txt .date strong::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 1px;
  height: 30px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .index-blog .new-inner .item .txt .date strong::before {
    right: 12px;
    height: 25px;
  }
}
.index-blog .new-inner .item .txt .date p {
  font-size: 15px;
  line-height: 1.33333333;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  .index-blog .new-inner .item .txt .date p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .index-blog .new-inner .item .txt .date p {
    font-size: 13px;
  }
}
.index-blog .new-inner .item .txt .date p span {
  display: block;
}
.index-blog .new-inner .item .txt h4 {
  margin: 11px 0 0;
  font-size: 22px;
  line-height: 1.36363636;
  color: #ffffff;
  font-family: var(--fontB);
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .index-blog .new-inner .item .txt h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .index-blog .new-inner .item .txt h4 {
    font-size: 18px;
  }
}
.index-blog .new-inner .item .txt .intro {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .index-blog .new-inner .item .txt .intro {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .index-blog .faq-inner {
    padding-top: 20px;
  }
}
.faq-list li {
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .faq-list li:hover .title {
    color: #fff;
    background-color: var(--color);
  }
  .faq-list li:hover .title::before {
    color: #fff;
  }
  .faq-list li:hover .title::after {
    color: #fff;
  }
}
.faq-list li:last-child {
  margin-bottom: 0;
}
.faq-list li .title {
  position: relative;
  margin: 0;
  padding: 15px 55px;
  padding-left: 75px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #222222;
  font-family: var(--fontB);
  background-color: #f1f1f1;
  cursor: pointer;
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .faq-list li .title {
    padding: 12px 45px;
    padding-right: 50px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list li .title {
    padding: 10px 40px;
    padding-right: 45px;
    font-size: 16px;
  }
}
.faq-list li .title::before {
  position: absolute;
  top: -3px;
  left: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e623';
  font-size: 40px;
  color: #091233;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .faq-list li .title::before {
    top: 1px;
    left: 7px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list li .title::before {
    top: 2px;
    left: 7px;
    font-size: 25px;
  }
}
.faq-list li .title::after {
  position: absolute;
  top: 4px;
  right: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e72f';
  color: #091233;
  font-size: 30px;
  font-weight: 500;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .faq-list li .title::after {
    font-size: 25px;
  }
}
.faq-list li .title.active {
  color: #fff;
  background-color: var(--color);
}
.faq-list li .title.active::before {
  color: #fff;
}
.faq-list li .title.active::after {
  transform: rotateZ(90deg);
  color: #fff;
}
.faq-list li .intro {
  display: none;
  padding: 17px;
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
}
@media screen and (max-width: 1439px) {
  .faq-list li .intro {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list li .intro {
    font-size: 14px;
  }
}
@keyframes avideoIcon {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.1277);
  }
}
@-webkit-keyframes avideoIcon {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.1277);
  }
}
.about-company-page {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-company-page::before,
.about-company-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: url(../images/img/about_top_bgg.jpg) no-repeat top center;
  background-size: 100%;
}
.about-company-page::after {
  background-position: bottom center;
  background-image: url(../images/img/about_bottom_bgg.jpg);
}
.about-company-page .title-t2 {
  padding-top: 10px;
  text-align: center;
}
.about-company-page .company-info {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-info {
    padding-bottom: 20px;
  }
}
.about-company-page .company-info .title h3 {
  padding-top: 10px;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: var(--color);
  font-family: var(--fontCb);
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info .title h3 {
    padding-top: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-info .title h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-info .title h3 {
    font-size: 16px;
  }
}
.about-company-page .company-info .intro {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info .intro {
    padding-top: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-info .intro {
    font-size: 14px;
  }
}
.about-company-page .company-video .content {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1810px;
}
.about-company-page .company-video .video-inner {
  position: relative;
}
.about-company-page .company-video .img-box {
  padding-bottom: 37.84530387%;
}
.about-company-page .company-video .video-btn {
  position: absolute;
  top: 29.9270073%;
  left: 50%;
  transform: translateX(-50%);
  width: 47px;
  height: 47px;
}
@media screen and (max-width: 1439px) {
  .about-company-page .company-video .video-btn {
    top: 25%;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-video .video-btn {
    top: 24%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-video .video-btn {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-company-page .company-video .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62a';
  color: #fff;
  font-size: 50px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .about-company-page .company-video .video-btn::before {
    font-size: 40px;
  }
}
.about-company-page .company-video .video-btn span::before,
.about-company-page .company-video .video-btn span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.56;
  -webkit-animation: avideoIcon 4s 0s linear infinite;
  animation: avideoIcon 4s 0s linear infinite;
}
.about-company-page .company-video .video-btn span::after {
  -webkit-animation: avideoIcon 4s 2s linear infinite;
  animation: avideoIcon 4s 2s linear infinite;
}
.about-company-page .company-video .num {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 93.09392265%;
  padding-top: 30px;
  padding-bottom: 55px;
  background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1439px) {
  .about-company-page .company-video .num {
    bottom: 35px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-video .num {
    bottom: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-video .num {
    position: relative;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    width: 100%;
    margin-top: 25px;
    background: rgba(0, 0, 0, 0.55);
  }
}
.about-company-page .company-video .num ul {
  display: flex;
  flex-wrap: wrap;
}
.about-company-page .company-video .num ul li {
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .about-company-page .company-video .num ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-video .num ul li {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .about-company-page .company-video .num ul li:nth-child(1) {
    width: 27.65957447%;
  }
}
@media screen and (min-width: 768px) {
  .about-company-page .company-video .num ul li:nth-child(2) {
    width: 22.69503546%;
  }
}
@media screen and (min-width: 768px) {
  .about-company-page .company-video .num ul li:nth-child(3) {
    width: 26.95035461%;
  }
}
@media screen and (min-width: 768px) {
  .about-company-page .company-video .num ul li:nth-child(4) {
    width: 22.69503546%;
  }
}
.about-company-page .company-video .num ul .inner {
  position: relative;
  padding-top: 35px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-video .num ul .inner {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-video .num ul .inner {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .about-company-page .company-video .num ul .inner:hover::before {
    transform: translateX(-50%) rotateY(180deg);
    color: var(--color);
  }
  .about-company-page .company-video .num ul .inner:hover h4 {
    color: var(--color);
  }
  .about-company-page .company-video .num ul .inner:hover p {
    color: var(--color);
  }
}
.about-company-page .company-video .num ul .inner::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-video .num ul .inner::before {
    top: -4px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-video .num ul .inner::before {
    top: -2px;
    font-size: 18px;
  }
}
.about-company-page .company-video .num ul .num-factory .inner::before {
  content: '\e601';
}
.about-company-page .company-video .num ul .num-patent .inner::before {
  content: '\e711';
}
.about-company-page .company-video .num ul .num-enterprise .inner::before {
  content: '\e684';
}
.about-company-page .company-video .num ul .num-export .inner::before {
  content: '\ec0f';
}
.about-company-page .company-video .num ul h4 {
  margin: 0;
  font-size: 44px;
  line-height: 1.13636364;
  font-family: var(--fontCb);
  font-weight: 700;
  color: #fff;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .about-company-page .company-video .num ul h4 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-video .num ul h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-video .num ul h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .about-company-page .company-video .num ul h4 {
    font-size: 20px;
  }
}
.about-company-page .company-video .num ul h4 sup {
  top: -18px;
  left: 15px;
  font-size: 20px;
  font-family: var(--font);
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  .about-company-page .company-video .num ul h4 sup {
    top: -10px;
    left: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-video .num ul h4 sup {
    top: -5px;
    left: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .about-company-page .company-video .num ul h4 sup {
    top: -3px;
    left: 3px;
    font-size: 14px;
  }
}
.about-company-page .company-video .num ul p {
  padding-top: 5px;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-video .num ul p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-video .num ul p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .about-company-page .company-video .num ul p {
    padding-top: 2px;
    font-size: 12px;
  }
}
.about-company-page .company-factory .title-t2 {
  padding-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-factory .title-t2 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-factory .title-t2 {
    padding-bottom: 20px;
  }
}
.about-company-page .company-factory .factory-slick {
  position: relative;
}
.about-company-page .company-factory .factory-slick .slick-inner {
  position: static !important;
}
.about-company-page .company-factory .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .about-company-page .company-factory .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-factory .slick-list {
    margin: 0 -7.5px;
  }
}
.about-company-page .company-factory .slick-list .slick-slide {
  padding: 0 15px;
  font-size: 0;
}
@media screen and (max-width: 991px) {
  .about-company-page .company-factory .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-factory .slick-list .slick-slide {
    padding: 0 7.5px;
  }
}
.about-company-page .company-factory .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.51041667%;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  background-color: #091233;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .about-company-page .company-factory .slick-arrow {
    left: 3%;
  }
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-factory .slick-arrow {
    left: 2%;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-factory .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-factory .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .about-company-page .company-factory .slick-arrow:hover {
    background-color: var(--color);
  }
}
.about-company-page .company-factory .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9b5';
  color: #fff;
  font-size: 27px;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-factory .slick-arrow::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-factory .slick-arrow::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-factory .slick-arrow::before {
    font-size: 18px;
  }
}
.about-company-page .company-factory .slick-next {
  left: auto;
  right: 6.51041667%;
}
@media screen and (max-width: 1439px) {
  .about-company-page .company-factory .slick-next {
    right: 3%;
  }
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-factory .slick-next {
    right: 2%;
  }
}
.about-company-page .company-factory .slick-next::before {
  content: '\e72f';
}
.about-company-page .company-factory .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .about-company-page .company-factory .item:hover img {
    transform: scale(1.05);
  }
}
.about-company-page .company-factory .item .img-box {
  padding-bottom: 71.11111111%;
}
.about-company-page .company-factory .item img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-company-page .company-cooperative .cooperative-slick .slick-list {
  padding: 35px 0 45px;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-cooperative .cooperative-slick .slick-list {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-cooperative .cooperative-slick .slick-list {
    padding: 20px 0;
  }
}
.about-company-page .company-cooperative .cooperative-slick .slick-slide {
  font-size: 0;
}
.about-company-page .company-cooperative .cooperative-slick .slick-slide > div:nth-child(1) {
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-cooperative .cooperative-slick .slick-slide > div:nth-child(1) {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-cooperative .cooperative-slick .slick-slide > div:nth-child(1) {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .about-company-page .company-cooperative .cooperative-slick .slick-slide > div .item:nth-child(5) {
    border-right: 1px solid #cdcdcd;
  }
}
@media screen and (max-width: 1439px) and (min-width: 768px) {
  .about-company-page .company-cooperative .cooperative-slick .slick-slide > div .item:nth-child(4) {
    border-right: 1px solid #cdcdcd;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .about-company-page .company-cooperative .cooperative-slick .slick-slide > div .item:nth-child(3) {
    border-right: 1px solid #cdcdcd;
  }
}
@media screen and (max-width: 480px) {
  .about-company-page .company-cooperative .cooperative-slick .slick-slide > div .item:nth-child(2) {
    border-right: 1px solid #cdcdcd;
  }
}
.about-company-page .company-cooperative .cooperative-slick .slick-dots {
  text-align: center;
  font-size: 0;
}
.about-company-page .company-cooperative .cooperative-slick .slick-dots li {
  display: inline-block;
  padding: 0 7.5px;
}
@media screen and (max-width: 767px) {
  .about-company-page .company-cooperative .cooperative-slick .slick-dots li {
    padding: 0 5px;
  }
}
.about-company-page .company-cooperative .cooperative-slick .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #091233;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about-company-page .company-cooperative .cooperative-slick .slick-dots .slick-active button {
  background-color: var(--color);
}
.about-company-page .company-cooperative .cooperative-slick .item {
  border: 1px solid #cdcdcd;
  border-right: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about-company-page .company-cooperative .cooperative-slick .item:hover {
  transform: translateZ(1px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.about-company-page .company-cooperative .cooperative-slick .item:hover img {
  filter: grayscale(0);
}
.about-company-page .company-cooperative .cooperative-slick .item .img-box {
  padding-bottom: 42.85714286%;
}
.about-company-page .company-cooperative .cooperative-slick .item img {
  filter: grayscale(100%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@keyframes iconScale {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.3);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes iconScale {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.2);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
.about-honor-page {
  overflow: hidden;
}
.about-honor-page .title-t2 {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .about-honor-page .title-t2 {
    padding-bottom: 20px;
  }
}
.about-honor-page .honor-box1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .about-honor-page .honor-box1 ul {
    margin: -7.5px;
    padding: 0;
  }
}
.about-honor-page .honor-box1 ul li {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .about-honor-page .honor-box1 ul li {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 767px) {
  .about-honor-page .honor-box1 ul li {
    width: 50%;
    padding: 7.5px;
  }
}
.about-honor-page .honor-box1 .item {
  position: relative;
  display: block;
  padding: 27px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1439px) {
  .about-honor-page .honor-box1 .item {
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .about-honor-page .honor-box1 .item {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .about-honor-page .honor-box1 .item {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .about-honor-page .honor-box1 .item:hover::before {
    width: 100%;
  }
  .about-honor-page .honor-box1 .item:hover .img-box::before {
    bottom: 50px;
    animation: iconScale 2.5s 0s linear infinite;
    -webkit-animation: iconScale 2.5s 0s linear infinite;
  }
  .about-honor-page .honor-box1 .item:hover .img-box::after {
    opacity: 1;
  }
  .about-honor-page .honor-box1 .item:hover h5 {
    color: var(--color);
  }
}
@media screen and (min-width: 1440px) {
  .about-honor-page .honor-box1 .item:hover .img-box::before {
    bottom: 80px;
  }
}
.about-honor-page .honor-box1 .item::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--color);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.about-honor-page .honor-box1 .item .img-box {
  padding-bottom: 134.54545455%;
}
.about-honor-page .honor-box1 .item .img-box::before {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e66c';
  color: #fff;
  font-size: 35px;
  font-weight: 200;
  transition: bottom 0.5s;
  -webkit-transition: bottom 0.5s;
}
@media screen and (max-width: 1439px) {
  .about-honor-page .honor-box1 .item .img-box::before {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
}
.about-honor-page .honor-box1 .item .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(rgba(9, 18, 51, 0), rgba(9, 18, 51, 0.36));
  background-image: linear-gradient(rgba(9, 18, 51, 0), rgba(9, 18, 51, 0.36));
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.about-honor-page .honor-box1 .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-honor-page .honor-box1 .item h5 {
  padding-top: 20px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #222222;
  font-family: var(--fontB);
  text-align: center;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .about-honor-page .honor-box1 .item h5 {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .about-honor-page .honor-box1 .item h5 {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .about-honor-page .honor-box1 .item h5 {
    font-size: 12px;
  }
}
.about-honor-page .honor-box2 {
  background-color: #f1f1f1;
}
.about-honor-page .honor-box2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .about-honor-page .honor-box2 ul {
    margin: -7.5px;
    padding: 0;
  }
}
.about-honor-page .honor-box2 ul li {
  width: 33.33333333%;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .about-honor-page .honor-box2 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .about-honor-page .honor-box2 ul li {
    padding: 7.5px;
  }
}
@media screen and (max-width: 480px) {
  .about-honor-page .honor-box2 ul li {
    width: 100%;
  }
}
.about-honor-page .honor-box2 .item {
  position: relative;
  display: block;
  padding: 25px;
  padding-bottom: 15px;
  background-color: #fff;
}
@media screen and (max-width: 1439px) {
  .about-honor-page .honor-box2 .item {
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .about-honor-page .honor-box2 .item {
    padding: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .about-honor-page .honor-box2 .item {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .about-honor-page .honor-box2 .item:hover::before {
    width: 100%;
  }
  .about-honor-page .honor-box2 .item:hover .img-box::before {
    bottom: 15px;
    animation: iconScale 2.5s 0s linear infinite;
    -webkit-animation: iconScale 2.5s 0s linear infinite;
  }
  .about-honor-page .honor-box2 .item:hover .img-box::after {
    opacity: 1;
  }
  .about-honor-page .honor-box2 .item:hover h5 {
    color: var(--color);
  }
}
.about-honor-page .honor-box2 .item::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--color);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.about-honor-page .honor-box2 .item .img-box {
  padding-bottom: 66.25%;
}
.about-honor-page .honor-box2 .item .img-box::before {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e66c';
  color: #fff;
  font-size: 35px;
  font-weight: 200;
  transition: bottom 0.5s;
  -webkit-transition: bottom 0.5s;
}
@media screen and (max-width: 1439px) {
  .about-honor-page .honor-box2 .item .img-box::before {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
}
.about-honor-page .honor-box2 .item .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(rgba(9, 18, 51, 0), rgba(9, 18, 51, 0.36));
  background-image: linear-gradient(rgba(9, 18, 51, 0), rgba(9, 18, 51, 0.36));
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.about-honor-page .honor-box2 .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-honor-page .honor-box2 .item h5 {
  padding-top: 20px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #222222;
  font-family: var(--fontB);
  text-align: center;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .about-honor-page .honor-box2 .item h5 {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .about-honor-page .honor-box2 .item h5 {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .about-honor-page .honor-box2 .item h5 {
    font-size: 12px;
  }
}
.product-container {
  overflow: hidden;
  padding-top: 70px;
}
@media screen and (max-width: 1199px) {
  .product-container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-container {
    padding-top: 30px;
  }
}
.product-container .p-nav .title-t2 {
  padding-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav .title-t2 {
    padding-bottom: 20px;
  }
}
.product-container .p-nav1 > li {
  margin-bottom: 10px;
}
.product-container .p-nav1 > li:hover > a {
  color: #fff;
  background-color: var(--color);
}
.product-container .p-nav1 > li:hover > a::before {
  background-color: #fff;
}
.product-container .p-nav1 > li:last-child {
  margin: 0;
}
.product-container .p-nav1 > li a {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav1 > li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-container .p-nav1 > li > a {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #222222;
  font-family: var(--fontB);
  text-transform: uppercase;
  letter-spacing: -1px;
  background-color: #fff;
  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: 1439px) {
  .product-container .p-nav1 > li > a {
    font-size: 17px;
  }
}
.product-container .p-nav1 > li > a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 33.33333333%;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product-container .p-nav1 > .active > a {
  color: #fff;
  background-color: var(--color);
}
.product-container .p-nav1 > .active > a::before {
  background-color: #fff;
}
.product-container .p-nav2 {
  display: none;
}
.product-container .p-nav2 > li {
  margin-top: 5px;
}
.product-container .p-nav2 > li:hover > a {
  color: var(--color);
  text-decoration: underline;
}
.product-container .p-nav2 > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  font-family: var(--fontB);
  text-transform: capitalize;
  background-color: #f1f1f1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav2 > li > a {
    font-size: 15px;
  }
}
.product-container .p-nav2.active > a {
  color: var(--color);
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .product-container .content {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .product-container .content {
    padding-top: 93px;
  }
}
.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: 14px;
  line-height: 1.5;
  color: #222222;
  font-family: var(--fontB);
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .product-container .xs-p-nav ul li {
    font-size: 13px;
  }
}
.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: 35px;
}
@media screen and (max-width: 767px) {
  .product-container .notfound-bar {
    padding-bottom: 25px;
  }
}
.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 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .product-container .p-list {
    margin: 0 -10px;
    padding-bottom: 30px;
  }
}
@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: 30px;
}
@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;
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .product-container .p-list li {
    width: 100%;
  }
}
.product-container .p-list .item {
  display: block;
  padding: 10px;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .product-container .p-list .item {
    padding: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .product-container .p-list .item:hover .pic img {
    transform: scale(1.05);
  }
  .product-container .p-list .item:hover .addcar {
    color: #fff;
    background-color: var(--color);
  }
  .product-container .p-list .item:hover .addcar::before {
    color: #fff;
  }
}
.product-container .p-list .pic {
  display: block;
}
.product-container .p-list .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-container .p-list h5 {
  margin: 0;
  padding: 16px 0;
}
@media screen and (max-width: 1439px) {
  .product-container .p-list h5 {
    padding: 13px 0;
  }
}
@media screen and (max-width: 1199px) {
  .product-container .p-list h5 {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-container .p-list h5 {
    padding: 8px 0;
  }
}
.product-container .p-list h5 a {
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  font-family: var(--fontB);
  text-transform: capitalize;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .product-container .p-list h5 a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-container .p-list h5 a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .product-container .p-list h5 a:hover {
    color: var(--color);
  }
}
.product-container .p-list .addcar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 15px;
  color: #222222;
  text-transform: capitalize;
  background-color: #f4f4f4;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-container .p-list .addcar {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .p-list .addcar {
    height: 30px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .product-container .p-list .addcar:hover {
    box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.5) inset;
  }
}
.product-container .p-list .addcar::before {
  margin-right: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e665';
  font-size: 23px;
  color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-container .p-list .addcar::before {
    margin-right: 6px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .p-list .addcar::before {
    margin-right: 5px;
    font-size: 16px;
  }
}
.product-details-page .p-info .left-pic {
  float: left;
  width: 54.28571429%;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .left-pic {
    float: none;
    width: 100%;
  }
}
.product-details-page .p-info .left-pic .slick-slide {
  font-size: 0;
}
.product-details-page .p-info .left-pic .item {
  position: relative;
  display: block;
}
.product-details-page .p-info .left-pic .item .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.26);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-info .left-pic .item .video-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.product-details-page .p-info .left-pic .item .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: '\e62a';
  color: #fff;
  font-size: 50px;
}
@media screen and (max-width: 1439px) and (min-width: 992px) {
  .product-details-page .p-info .left-pic .item .video-btn::before {
    font-size: 35px;
  }
}
.product-details-page .p-info .left-pic .slider-for {
  overflow: hidden;
  position: relative;
  float: left;
  width: 78.94736842%;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .left-pic .slider-for {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-info .left-pic .slider-for:hover .slick-prev {
    left: 10px;
  }
  .product-details-page .p-info .left-pic .slider-for:hover .slick-next {
    right: 10px;
  }
}
.product-details-page .p-info .left-pic .slider-for .item .video-btn::before {
  font-size: 90px;
}
@media screen and (max-width: 1439px) and (min-width: 992px) {
  .product-details-page .p-info .left-pic .slider-for .item .video-btn::before {
    font-size: 70px;
  }
}
.product-details-page .p-info .left-pic .slider-for .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-color: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-info .left-pic .slider-for .slick-arrow:hover::before {
    color: var(--color);
  }
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .left-pic .slider-for .slick-arrow:active::before {
    color: var(--color);
  }
}
.product-details-page .p-info .left-pic .slider-for .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb60';
  color: #222222;
  font-size: 30px;
  font-weight: 900;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.product-details-page .p-info .left-pic .slider-for .slick-prev {
  left: -50px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .left-pic .slider-for .slick-prev {
    left: 10px;
  }
}
.product-details-page .p-info .left-pic .slider-for .slick-next {
  left: auto;
  right: -50px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .left-pic .slider-for .slick-next {
    right: 10px;
  }
}
.product-details-page .p-info .left-pic .slider-for .slick-next::before {
  content: '\e625';
}
.product-details-page .p-info .left-pic .slider-nav {
  float: right;
  width: 17.54385965%;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .left-pic .slider-nav {
    padding-top: 20px;
    float: none;
    width: 100%;
  }
}
.product-details-page .p-info .left-pic .slider-nav .slick-list {
  margin: -8.5px 0;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-list {
    margin: -7px 0;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-list {
    margin: -10px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-list {
    margin: 0 -10px;
  }
}
.product-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
  padding: 8.5px 0;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
    padding: 7px 0;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
    padding: 0 10px;
  }
}
.product-details-page .p-info .right-txt {
  float: right;
  width: 42.85714286%;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-txt {
    float: none;
    width: 100%;
  }
}
.product-details-page .p-info .right-txt .p-name {
  padding-top: 12px;
  margin: 0;
  font-size: 30px;
  line-height: 1.33333333;
  color: #222222;
  text-transform: capitalize;
  font-family: var(--fontB);
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-txt .p-name {
    padding-top: 15px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-txt .p-name {
    font-size: 20px;
  }
}
.product-details-page .p-info .right-txt .intro {
  padding-top: 17px;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-txt .intro {
    padding-top: 10px;
  }
}
.product-details-page .p-info .right-txt .intro > h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.33333333;
  color: var(--color);
  font-family: var(--fontB);
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-txt .intro > h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-txt .intro > h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-txt .intro > h3 {
    font-size: 15px;
  }
}
.product-details-page .p-info .right-txt .intro .inner {
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.85714286;
  color: #666666;
}
.product-details-page .p-info .right-txt .share {
  padding-top: 90px;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-info .right-txt .share {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-txt .share {
    padding-top: 20px;
  }
}
.product-details-page .p-info .right-txt .share b {
  display: block;
  float: left;
  margin-right: 15px;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-family: var(--fontB);
}
.product-details-page .p-info .right-txt .share .share-inner {
  float: left;
}
.product-details-page .p-info .right-txt .btns {
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-txt .btns {
    padding-top: 20px;
  }
}
.product-details-page .p-info .right-txt .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 205px;
  height: 50px;
  font-size: 15px;
  color: #222222;
  background-color: #f4f4f4;
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-info .right-txt .btns a {
    width: 175px;
    height: 45px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-info .right-txt .btns a:hover {
    color: #fff;
    background-color: var(--color);
  }
  .product-details-page .p-info .right-txt .btns a:hover::before {
    color: #fff;
  }
}
.product-details-page .p-info .right-txt .btns a::before {
  margin-right: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222222;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-details-page .p-info .right-txt .btns a:nth-child(1) {
  margin-right: 20px;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-info .right-txt .btns a:nth-child(1) {
    margin-right: 10px;
  }
}
.product-details-page .p-info .right-txt .btns .goinquire::before {
  content: '\e671';
  font-size: 30px;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-info .right-txt .btns .goinquire::before {
    font-size: 25px;
  }
}
.product-details-page .p-info .right-txt .btns .addcar::before {
  content: '\e665';
  font-size: 25px;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-info .right-txt .btns .addcar::before {
    font-size: 20px;
  }
}
.product-details-page .p-title {
  padding: 50px 0 10px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-title {
    padding-top: 30px;
  }
}
.product-details-page .p-title h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.40625;
  color: #1c1a1b;
  text-transform: capitalize;
  font-family: var(--fontIB);
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-title h2 {
    font-size: 20px;
  }
}
.product-details-page .p-details .inner p {
  font-size: 14px;
  line-height: 1.85714286;
  color: #666666;
}
.product-details-page .p-details .inner p img {
  max-width: 100%;
  height: auto !important;
}
.product-details-page .p-details .inner .table-box table tr,
.product-details-page .p-details .inner .table-box table td,
.product-details-page .p-details .inner .table-box table th {
  border-color: #666666 !important;
  color: #666666;
  background-color: #fff;
}
.product-details-page .p-inquire form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.product-details-page .p-inquire form fieldset {
  display: block;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.product-details-page .p-inquire form fieldset:nth-child(1) input {
  color: #fff;
  background-color: var(--color);
}
.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: 30px;
}
@media screen and (max-width: 1199px) {
  .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: 12px 20px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
  background-color: #f6f7f8;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-inquire form input,
  .product-details-page .p-inquire form textarea {
    padding: 8px 15px;
  }
}
.product-details-page .p-inquire form textarea {
  height: 300px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-inquire form textarea {
    height: 200px;
  }
}
.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: #ababab;
}
.product-details-page .p-inquire form input:focus::-o-placeholder,
.product-details-page .p-inquire form textarea:focus::-o-placeholder {
  color: #ababab;
}
.product-details-page .p-inquire form input:focus::-moz-placeholder,
.product-details-page .p-inquire form textarea:focus::-moz-placeholder {
  color: #ababab;
}
.product-details-page .p-inquire form input:focus::-ms-input-placeholder,
.product-details-page .p-inquire form textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.product-details-page .p-inquire form button {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-inquire form button {
    width: 140px;
    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.45) inset;
  }
}
.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 -5px;
}
.inquire-page .car-message form fieldset {
  display: block;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.inquire-page .car-message form fieldset:nth-child(1) input {
  color: #fff;
  background-color: var(--color);
}
.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: 30px;
}
@media screen and (max-width: 1199px) {
  .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: 12px 20px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
  background-color: #f6f7f8;
}
@media screen and (max-width: 1199px) {
  .inquire-page .car-message form input,
  .inquire-page .car-message form textarea {
    padding: 8px 15px;
  }
}
.inquire-page .car-message form textarea {
  height: 300px;
}
@media screen and (max-width: 1199px) {
  .inquire-page .car-message form textarea {
    height: 200px;
  }
}
.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: #ababab;
}
.inquire-page .car-message form input:focus::-o-placeholder,
.inquire-page .car-message form textarea:focus::-o-placeholder {
  color: #ababab;
}
.inquire-page .car-message form input:focus::-moz-placeholder,
.inquire-page .car-message form textarea:focus::-moz-placeholder {
  color: #ababab;
}
.inquire-page .car-message form input:focus::-ms-input-placeholder,
.inquire-page .car-message form textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.inquire-page .car-message form button {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .inquire-page .car-message form button {
    width: 140px;
    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.45) inset;
  }
}
.working-page {
  overflow: hidden;
}
.working-page .title-t2 {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .working-page .title-t2 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .working-page .title-t2 {
    padding-bottom: 40px;
  }
}
.working-page .working-list {
  padding: 0 90px;
}
@media screen and (max-width: 1439px) {
  .working-page .working-list {
    padding: 0;
  }
}
.working-page .working-list > li {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .working-page .working-list > li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .working-page .working-list > li {
    margin-bottom: 40px;
  }
}
.working-page .working-list > li:last-child {
  margin-bottom: 0;
}
.working-page .working-list > li .item {
  position: relative;
}
.working-page .working-list > li .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 80px);
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 1199px) {
  .working-page .working-list > li .item::before {
    height: calc(100% - 60px);
  }
}
@media screen and (max-width: 991px) {
  .working-page .working-list > li .item::before {
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .working-page .working-list > li .item::before {
    height: calc(100% - 20px);
  }
}
.working-page .working-list > li .item .txt {
  padding: 35px 0 15px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .working-page .working-list > li .item .txt {
    padding: 30px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .working-page .working-list > li .item .txt {
    padding: 25px 0 10px;
  }
}
.working-page .working-list > li .item .txt span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 21px;
  font-family: var(--fontBL);
  color: #fff;
  background-color: var(--color);
}
@media screen and (max-width: 991px) {
  .working-page .working-list > li .item .txt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .working-page .working-list > li .item .txt span {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
.working-page .working-list > li .item .txt h3 {
  margin: 0;
  padding: 0 15px;
  font-size: 30px;
  line-height: 1.5;
  color: #222222;
  font-family: var(--fontBL);
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .working-page .working-list > li .item .txt h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .working-page .working-list > li .item .txt h3 {
    font-size: 20px;
  }
}
.working-page .working-list ol {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 155px;
}
@media screen and (max-width: 1439px) {
  .working-page .working-list ol {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1199px) {
  .working-page .working-list ol {
    padding: 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .working-page .working-list ol {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .working-page .working-list ol {
    padding: 0 15px;
  }
}
.working-page .working-list ol li {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .working-page .working-list ol li {
    padding: 0 7.5px;
  }
}
.working-page .working-list ol .img-box {
  padding-bottom: 68.18181818%;
}
@media screen and (min-width: 1200px) {
  .working-page .working-list ol .img-box:hover img {
    transform: scale(1.05);
  }
}
.working-page .working-list ol .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@keyframes videoIcon {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.48;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.12765957);
    opacity: 0.08;
  }
}
@-webkit-keyframes videoIcon {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.48;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.12765957);
    opacity: 0.08;
  }
}
.quality-page {
  overflow: hidden;
}
.quality-page .info {
  text-align: center;
}
.quality-page .info .txt {
  padding-top: 25px;
  display: block;
  margin: 0 auto;
  max-width: 1170px;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .quality-page .info .txt {
    padding-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .quality-page .info .txt {
    padding-top: 10px;
    font-size: 14px;
  }
}
.quality-page .info .video-btn {
  position: relative;
  display: block;
  margin: 60px auto 70px;
  width: 47px;
  height: 47px;
}
@media screen and (max-width: 1199px) {
  .quality-page .info .video-btn {
    margin: 50px auto;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .quality-page .info .video-btn {
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  .quality-page .info .video-btn {
    margin: 30px auto;
    width: 40px;
    height: 40px;
  }
}
.quality-page .info .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62a';
  font-size: 50px;
  color: var(--color);
}
@media screen and (max-width: 1199px) {
  .quality-page .info .video-btn::before {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .quality-page .info .video-btn::before {
    font-size: 40px;
  }
}
.quality-page .info .video-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.48;
  animation: videoIcon 3.5s 0s linear infinite;
  -webkit-animation: videoIcon 3.5s 0s linear infinite;
  background-color: var(--color);
}
.quality-page .quality-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .quality-page .quality-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .quality-page .quality-list {
    margin: 0 -7.5px;
  }
}
.quality-page .quality-list li {
  width: 33.33333333%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .quality-page .quality-list li {
    padding: 0 10px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .quality-page .quality-list li {
    padding: 0 7.5px;
  }
}
@media screen and (max-width: 480px) {
  .quality-page .quality-list li {
    width: 100%;
  }
}
.quality-page .quality-list .item {
  display: block;
}
.quality-page .quality-list .item .img-box {
  padding-bottom: 66.66666667%;
}
.quality-page .quality-list .item h5 {
  margin: 0;
  padding: 10px 0 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #091233;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .quality-page .quality-list .item h5 {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .quality-page .quality-list .item h5 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.blog-new-page {
  overflow: hidden;
}
.blog-new-page .title-t2 {
  text-align: center;
}
.blog-new-page .new-list {
  padding: 30px 0 35px;
}
@media screen and (max-width: 1199px) {
  .blog-new-page .new-list {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .blog-new-page .new-list {
    padding: 20px 0 0;
  }
}
.blog-new-page .new-list li {
  margin-bottom: 30px;
}
.blog-new-page .new-list .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 1199px) {
  .blog-new-page .new-list .item {
    padding: 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .blog-new-page .new-list .item {
    display: block;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-new-page .new-list .item:hover::after {
    background-color: var(--color);
  }
  .blog-new-page .new-list .item:hover .pic img {
    transform: scale(1.05);
  }
  .blog-new-page .new-list .item:hover .txt h4 a {
    color: var(--color);
    text-decoration: underline;
  }
  .blog-new-page .new-list .item:hover .txt .more-btn {
    color: #fff;
    background-color: var(--color);
  }
}
.blog-new-page .new-list .item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100% - 105px);
  height: 100%;
  border: 1px solid #bebebe;
}
@media screen and (max-width: 1199px) {
  .blog-new-page .new-list .item::before {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 991px) {
  .blog-new-page .new-list .item::before {
    width: 100%;
  }
}
.blog-new-page .new-list .item::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  transform: translateX(50%);
  width: 5px;
  height: 40px;
  background-color: #dcdcdc;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.blog-new-page .new-list .pic {
  display: block;
  width: 500px;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .blog-new-page .new-list .pic {
    width: 430px;
  }
}
@media screen and (max-width: 991px) {
  .blog-new-page .new-list .pic {
    width: 100%;
  }
}
.blog-new-page .new-list .pic .img-box {
  padding-bottom: 68%;
}
.blog-new-page .new-list .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.blog-new-page .new-list .txt {
  position: relative;
  z-index: 5;
  padding-left: 50px;
  padding-right: 190px;
}
@media screen and (max-width: 1439px) {
  .blog-new-page .new-list .txt {
    padding-left: 40px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-new-page .new-list .txt {
    padding-left: 30px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .blog-new-page .new-list .txt {
    padding: 20px 0 0;
  }
}
.blog-new-page .new-list .txt .date {
  display: flex;
  align-items: center;
}
.blog-new-page .new-list .txt .date strong {
  position: relative;
  display: block;
  padding-right: 32px;
  font-size: 44px;
  line-height: 1.13636364;
  color: #222222;
  font-family: var(--fontCb);
}
@media screen and (max-width: 1439px) {
  .blog-new-page .new-list .txt .date strong {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .blog-new-page .new-list .txt .date strong {
    padding-right: 25px;
    font-size: 25px;
  }
}
.blog-new-page .new-list .txt .date strong::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 1px;
  height: 30px;
  background-color: #222222;
}
@media screen and (max-width: 480px) {
  .blog-new-page .new-list .txt .date strong::before {
    right: 12px;
    height: 25px;
  }
}
.blog-new-page .new-list .txt .date p {
  font-size: 15px;
  line-height: 1.33333333;
  color: #222222;
}
@media screen and (max-width: 1439px) {
  .blog-new-page .new-list .txt .date p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .blog-new-page .new-list .txt .date p {
    font-size: 13px;
  }
}
.blog-new-page .new-list .txt .date p span {
  display: block;
}
.blog-new-page .new-list .txt h4 {
  margin: 15px 0 0;
}
.blog-new-page .new-list .txt h4 a {
  font-size: 22px;
  line-height: 1.36363636;
  color: #222222;
  font-family: var(--fontB);
  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: 1439px) {
  .blog-new-page .new-list .txt h4 a {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .blog-new-page .new-list .txt h4 a {
    font-size: 18px;
  }
}
.blog-new-page .new-list .txt .intro {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .blog-new-page .new-list .txt .intro {
    margin-top: 5px;
    font-size: 14px;
  }
}
.blog-new-page .new-list .txt .more-btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  font-size: 16px;
  color: #222222;
  font-family: var(--fontB);
  text-transform: capitalize;
  background-color: #dcdcdc;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .blog-new-page .new-list .txt .more-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-new-page .new-list .txt .more-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog-new-page .new-list .txt .more-btn {
    width: 160px;
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-new-page .new-list .txt .more-btn:hover {
    box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.45) inset;
  }
}
.page-details {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .page-details .container {
    padding-top: 120px;
  }
}
.page-details .page-details-title {
  padding-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title {
    padding-bottom: 15px;
  }
}
.page-details .page-details-title h1 {
  margin-bottom: 13px;
}
.page-details .page-details-title .date {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--fontB);
  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: '\e63a';
}
@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: 35px 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: 30px;
    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: 15px;
  line-height: 1.6;
  color: #444444;
}
@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;
  float: left;
  margin-right: 15px;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-family: var(--fontB);
}
.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: 20px;
  line-height: 1.5;
  color: #171717;
  font-family: var(--fontB);
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-link .link-right a {
    font-size: 18px;
  }
}
@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: 20px;
  line-height: 1.5;
  color: #171717;
  font-family: var(--fontB);
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-link p {
    font-size: 18px;
  }
}
@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;
}
.blog-faq-page {
  overflow: hidden;
}
.blog-faq-page .title-t2 {
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .blog-faq-page .title-t2 {
    padding-bottom: 20px;
  }
}
.blog-faq-page .faq-list {
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .blog-faq-page .faq-list {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .blog-faq-page .faq-list {
    padding-bottom: 20px;
  }
}
@keyframes contactIcon {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotateZ(180deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(165deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(180deg);
  }
}
@-webkit-keyframes contactIcon {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotateZ(180deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(165deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(180deg);
  }
}
.contact-page {
  overflow: hidden;
  padding-top: 26.04166667%;
  background: url(../images/img/contact_bgg.jpg) no-repeat top center;
  background-size: 100%;
}
.contact-page .info .title-t2 {
  position: relative;
  z-index: 1;
  text-align: center;
}
.contact-page .info .title-t2::before {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  z-index: -1;
  font-size: 137px;
  line-height: 0.72992701;
  color: #ffffff;
  white-space: nowrap;
  opacity: 0.33;
}
@media screen and (max-width: 1439px) {
  .contact-page .info .title-t2::before {
    font-size: 120px;
  }
}
@media screen and (max-width: 991px) {
  .contact-page .info .title-t2::before {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info .title-t2::before {
    font-size: 11.734vw;
  }
}
.contact-page .info ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 90px;
}
@media screen and (max-width: 1439px) {
  .contact-page .info ul {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-page .info ul {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .contact-page .info ul {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info ul {
    padding-top: 30px;
    margin: 0 -7.5px;
  }
}
.contact-page .info ul li {
  width: 33.33333333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
/*@media screen and (max-width: 1199px) {
  .contact-page .info ul li {
    width: 50%;
  }
}*/
@media screen and (max-width: 991px) {
  .contact-page .info ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info ul li {
    width: 100%;
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
.contact-page .info .item {
  position: relative;
  padding: 20px;
  min-height: 100%;
  border-bottom: 3px solid var(--color);
  text-align: center;
  background-color: #091233;
}
@media screen and (max-width: 767px) {
  .contact-page .info .item {
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .info .item:hover > span::after {
    animation: contactIcon 2.5s 0s;
    -webkit-animation: contactIcon 2.5s 0s;
  }
}
.contact-page .info .item > span {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgba(201, 74, 17, 0.3);
}
@media screen and (max-width: 991px) {
  .contact-page .info .item > span {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info .item > span {
    width: 55px;
    height: 55px;
  }
}
.contact-page .info .item > span::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  background-color: var(--color);
}
@media screen and (max-width: 991px) {
  .contact-page .info .item > span::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info .item > span::before {
    font-size: 18px;
  }
}
.contact-page .info .item > span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(180deg);
  z-index: -1;
  width: 136%;
  height: 136%;
  background: url(../images/img/contact_icon.png) no-repeat center;
  background-size: 100%;
}
.contact-page .info .item .icon-dizhi1::before {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .contact-page .info .item .icon-dizhi1::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info .item .icon-dizhi1::before {
    font-size: 22px;
  }
}
.contact-page .info .item h4 {
  margin: 0;
  font-size: 17px;
  line-height: 1.41176471;
  color: #ffffff;
  text-transform: uppercase;
  font-family: var(--fontB);
}
@media screen and (max-width: 991px) {
  .contact-page .info .item h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info .item h4 {
    font-size: 15px;
  }
}
.contact-page .info .item p {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .contact-page .info .item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info .item p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .info .item p a:hover {
    color: var(--color);
    text-decoration: underline;
  }
}
.contact-page .message {
  padding: 90px 0 75px;
}
@media screen and (max-width: 1439px) {
  .contact-page .message {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-page .message {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .message {
    padding: 15px 0 30px;
  }
}
.contact-page .message .content {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 910px;
  text-align: center;
}
.contact-page .message h2 {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  margin: 0 auto 25px;
  font-size: 30px;
  line-height: 1.33333333;
  text-align: center;
  color: #091233;
  font-family: var(--fontIB);
}
@media screen and (max-width: 1199px) {
  .contact-page .message h2 {
    padding: 0 35px;
  }
}
@media screen and (max-width: 991px) {
  .contact-page .message h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .message h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.contact-page .message h2::before,
.contact-page .message h2::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 3px;
  background-color: var(--color);
}
.contact-page .message h2::after {
  left: auto;
  right: 0;
}
.contact-page .message form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  text-align: left;
}
.contact-page .message form fieldset {
  display: block;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.contact-page .message form fieldset:nth-child(-n+4) {
  width: 50%;
}
.contact-page .message form fieldset:nth-last-child(1) {
  margin-bottom: 0;
}
.contact-page .message form fieldset:nth-last-child(2) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .contact-page .message form fieldset:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
.contact-page .message form input,
.contact-page .message form textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .contact-page .message form input,
  .contact-page .message form textarea {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .message form input,
  .contact-page .message form textarea {
    padding: 8px 15px;
  }
}
.contact-page .message form textarea {
  height: 160px;
}
.contact-page .message form input::-webkit-input-placeholder,
.contact-page .message form textarea::-webkit-input-placeholder {
  color: #666666;
}
.contact-page .message form input:-o-placeholder,
.contact-page .message form textarea:-o-placeholder {
  color: #666666;
}
.contact-page .message form input::-moz-placeholder,
.contact-page .message form textarea::-moz-placeholder {
  color: #666666;
}
.contact-page .message form input:-ms-input-placeholder,
.contact-page .message form textarea:-ms-input-placeholder {
  color: #666666;
}
.contact-page .message form input:focus::-webkit-input-placeholder,
.contact-page .message form textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.contact-page .message form input:focus::-o-placeholder,
.contact-page .message form textarea:focus::-o-placeholder {
  color: #ababab;
}
.contact-page .message form input:focus::-moz-placeholder,
.contact-page .message form textarea:focus::-moz-placeholder {
  color: #ababab;
}
.contact-page .message form input:focus::-ms-input-placeholder,
.contact-page .message form textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.contact-page .message form button {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 45px;
  font-size: 16px;
  font-family: var(--fontB);
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .contact-page .message form button {
    width: 125px;
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .message form button:hover {
    box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.45) inset;
  }
}
.contact-page .map {
  height: 440px;
}
@media screen and (max-width: 767px) {
  .contact-page .map {
    height: 350px;
  }
}
.contact-page .map .map-content {
  height: 100%;
}
.site-page {
  overflow: hidden;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .site-page {
    padding-top: 0;
  }
}
.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(--fontB);
  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(--fontB);
}
@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;
  }
}
