:root {
  --thm-base: #008348;
}
.section-title {
  position: relative;
  width: 100%;
}
.section-title h1 {
  font-size: calc(54 / 1920 * 100vw);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #008348;
  margin: 0 0 0 -40px;
}
.section-title h4 {
  display: flex;
  align-items: center;
  font-size: calc(15 / 1920 * 100vw);
  color: #008348;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 0;
}
.section-title h4 span {
  margin-top: 15px;
}
.section-title h2 {
  font-size: calc(34 / 1920 * 100vw);
  color: #333333;
  font-weight: bold;
}
.daohang {
  line-height: 90px;
  /* height: 90px; */
  padding: 0 calc(80 / 1920 * 100vw);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.progress-container {
  width: 100%;
  height: 5px; /* 进度条高度 */
  background-color: #e0e0e0; /* 进度条背景色 */
  margin-top: 10px;
}

.progress-bar {
  height: 100%;
  background-color: var(--thm-base); /* 进度条填充色 */
  width: 0%; /* 初始宽度为0 */
  transition: width 0.3s ease; /* 添加平滑过渡效果 */
}
.daohang .logo {
  display: flex;
  align-items: center;
}
.daohang .logo img {
  max-height: calc(85 / 1920 * 100vw);
}
.daohang .logo h3 {
  font-size: calc(40 / 1920 * 100vw);
  color: #333333;
}

.daohang .logo p {
  font-size: calc(15 / 1920 * 100vw);
  color: #666;
  line-height: normal;
}

.daohang1 {
  background: #fff;
  border-bottom: 1px solid #dedede;
}

.daohang.active {
  background: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  line-height: 80px;
  height: 80px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

/* .daohang1 .daohang_fr>span,
.daohang1 .daohang_fr>a,
.daohang1 .daohang_ul li a {
    color: #000000;
}

.daohang.active .daohang_fr>span,
.daohang.active .daohang_fr>a,
.daohang.active .daohang_ul li a {
    color: #000000;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
} */

/* .daohang_ul li.active a,
.daohang.active .daohang_ul li.active a {
    color: #1fa7f1;
} */

.daohang_di {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-left: 45px;
  margin-right: 15px;
}
/* .daohang_di::after{
    display: block;
content: '';
border-right:4px solid transparent;
border-left:4px solid transparent;
border-top:6px solid #282828;
top:50%;
right: 0px;
position: absolute;
transform: translateY(-50%);
} */
.daohang_fr .daohang_di .iconfont {
  font-size: 1rem;
}
.daohang_di,
.daohang_di a {
  color: #282828;
  font-size: 0.9375rem;
}

/* .daohang_di a {
    margin: 0 3px;
} */

.daohang_di img {
  width: 20px;
}
.daohang_fr .sitemap-custom-btn {
  position: relative;
  top: 0;
}

.daohang_ul {
  margin-right: 20px;
}

.daohang_ul > li > a {
  color: #282828;
  font-size: 1rem;
  /* font-weight: bold; */
  margin: 0 25px;
  position: relative;
  display: block;
}
/* .daohang_ul>li:nth-of-type(7){
    display: none;
} */
.daohang_ul > li:hover > a,
.daohang_ul > li.active > a {
  color: var(--thm-base);
}
.daohang_ul li a::after {
  width: 0px;
  height: 2px;
  background: var(--thm-base);
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.daohang_ul > li:hover > a::after,
.daohang_ul > li.active > a::after {
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.daohang_ul > li {
  background: url(../images/xie.png) right center no-repeat;
  float: left;
  position: relative;
}
.daohang_ul > li:last-child {
  background: none;
}
.ul_sitemap {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ul_sitemap form {
  display: flex;
  width: 100%;
}
.ul_sitemap form input {
  width: 100%;
  line-height: 60px;
  border-radius: 5px 0 0 5px;
  background: #f5f5f5;
  padding: 0 15px;
  border: 1px solid #dedede;
  border-right: 0;
}

.ul_sitemap form button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--thm-base);
  font-size: 1rem;
  line-height: 40px;
  width: 188px;
  border-radius: 0 5px 5px 0;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
}
.ul_sitemap form button span {
  margin-left: 0.625rem;
}

/* .daohang_fr>span,
.daohang_fr>a {
    color: #464646;
    font-size: 1rem;
} */

.daohang_fr > a {
  display: inline-block;
  margin: 0 30px 0 25px;
}

.daohang_fr .iconfont {
  font-size: 1.5625rem;
}
.daohang_fr .icon-daohang {
  position: relative;
  top: 5px;
}
.daohang_fin {
  font-size: 0.9375rem;
  line-height: 40px;
  width: 88px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  background: var(--thm-base);
  text-align: center;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 137px;
  height: 44px;
  top: auto;
  bottom: 40px;
}
.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
  display: none;
}
.banner .swiper-button-next {
  background: url(../images/next.png) top center no-repeat;
  width: 137px;
  height: 44px;
}
.banner .swiper-button-prev {
  background: url(../images/prev.png) top center no-repeat;
  width: 137px;
  height: 44px;
}
.banner .swiper-pagination {
  bottom: 40px;
}
.banner_div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
}
.banner_size p:nth-of-type(1) {
  font-weight: bold;
  font-size: 3.4375rem;
  line-height: 43px;
  letter-spacing: 1.65px;
  color: #272727;
}
.banner_size p:nth-of-type(1) span {
  color: var(--thm-base);
}
.banner_size p:nth-of-type(2) {
  font-size: 1.75rem;
  line-height: 43px;
  color: #272727;
  margin: 20px 0 5px;
}
.banner_size p:nth-of-type(3) {
  font-size: 0.8125rem;
  line-height: 22px;
  letter-spacing: 0.13px;
  color: #848484;
}
.banner_box {
  position: absolute;
  left: 0;
  bottom: 32%;
  right: 0;
  width: 100%;
}
.banner_box .swiper-pagination-bullet {
  margin: 0 4px;
  background: #848484;
  opacity: 1;
  width: 11px;
  height: 11px;
}
.banner_box .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0;
}
.banner_box .swiper-pagination-bullet-active {
  background: var(--thm-base);
}
.banner .swiper-pagination span {
  background: transparent;
  border: 1px #fff solid;
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
}
.banner
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  border: 1px #fff solid;
}
.title p:nth-of-type(1) {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}
.title p:nth-of-type(2) {
  font-size: 2.1875rem;
  line-height: 1;
  color: #000000;
  margin: 18px 0 18px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.title p:nth-of-type(2)::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: var(--thm-base);
  margin-left: 10px;
}
.title p:nth-of-type(3) {
  color: #666666;
  font-size: 1.25rem;
}
.tit-more {
  font-size: 14px;
  color: var(--thm-base);
  border: 1px var(--thm-base) solid;
  padding: 10px 30px;
}
.tit-more:hover {
  background: var(--thm-base);
  color: #fff;
}
.product {
  background: linear-gradient(to bottom, #fff 70%, #f5f6f8 30%);
  padding: 95px 0;
}
.product_lb {
  padding: 30px 0 60px;
}
.product_div {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  /* padding: 25px 0; */
}
.product_div:hover {
  background: var(--thm-base);
}
.product_div img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.product_size a:nth-of-type(1) {
  font-size: 1rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.product_size p {
  font-size: 0.9375rem;
  line-height: 28px;
  color: #686868;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_lb_size a:nth-of-type(2) .iconfont {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: var(--thm-base);
  text-align: center;
  display: inline-block;
  color: #fff;
}
.product_size a:nth-of-type(2) {
  background: transparent;
  text-align: center;
  display: inline-block;
  color: #333;
  border: 1px #333 solid;
  text-align: center;
  padding: 16px 44px;
  margin-top: 15px;
}
.product_div:hover .product_size a {
  background: var(--thm-base);
  color: #fff !important;
  border-color: var(--thm-base);
}
.product_size {
  padding: 25px 30px;
  text-align: left;
}
.product_size p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.product_size p i {
  margin-left: 5px;
}
.product_div:hover .product_size p {
  color: #fff;
}
.pro-tit {
  font-size: 1rem;
  line-height: 65px;
  color: #333;
  border: 1px solid #e6eaef;
  background: #fff;
  border-radius: 5px;
  padding: 0 45px 0 25px;
  background: url(../img/2.png) 97% no-repeat;
  position: relative;
}
.pro-tit::after {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 1px;
  background: #e6eaef;
  content: '';
  cursor: pointer;
}
.product_top_fin {
  background: #ffffff;
  position: relative;
  z-index: 55;
}
.product_top_ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 25px;
  z-index: 55;
  background: #fff;
  border: 1px solid #e6eaef;
  border-top: none;
}
.product_top_ul li {
  border-bottom: 1px solid #e6eaef;
}
.product_top_ul a {
  color: #000;
  font-size: 0.9375rem;
  display: block;
  line-height: 45px;
  padding: 0 15px;
}
.product_top_fr {
  text-align: right;
  font-size: 1.0625rem;
  line-height: 65px;
  color: var(--thm-base);
}
.product_top_fr a {
  color: var(--thm-base);
}
.product_top_fr .iconfont {
  font-size: 1rem;
  margin-left: 05px;
}
.product_top_ul li.active a {
  color: var(--thm-base);
}
.product_top_ul li a:hover {
  color: var(--thm-base);
}
.product_top_ul2 {
  position: absolute;
  left: 107%;
  top: 0;
  width: 100%;
  padding: 25px;
  z-index: 55;
  background: #fff;
  border: 1px solid #e6eaef;
  border-top: none;

  display: none;
}
.index-bu {
  background: none;
}
.index-bu .iconfont {
  font-size: 2.1875rem;
  color: #cecece;
}
.news_fin_div .swiper-button-prev,
.product_lb .swiper-button-prev {
  left: -50px;
}
.news_fin_div .swiper-button-next,
.product_lb .swiper-button-next {
  right: -50px;
}
.product_div:hover {
  border: 1px solid var(--thm-base);
}
.more {
  display: inline-block;
  border: 2px solid var(--thm-base);
  border-radius: 27px;
  width: 160px;
  line-height: 50px;
  text-align: center;
  font-size: 1rem;
  color: var(--thm-base);
}
.more2 {
  background: var(--thm-base);
  display: inline-block;
  border: 2px solid var(--thm-base);
  border-radius: 0.375rem;
  width: 10rem;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
.more3 {
  background: var(--thm-base);
  display: inline-block;
  border: 2px solid var(--thm-base);
  border-radius: 0.375rem;
  width: 8rem;
  line-height: 2.1875rem;
  text-align: center;
  font-size: 1rem;
  color: #fff !important;
}
.more2:hover,
.more3:hover {
  background: transparent;
  color: var(--thm-base) !important;
}

.more4 {
  background: transparent;
  display: inline-block;
  border: 1px solid #666666;
  border-radius: 4px;
  width: 8rem;
  line-height: 2.8125rem;
  text-align: center;
  font-size: 1rem;
  color: #666666 !important;
}
.more4:hover {
  background: var(--thm-base);
  color: #fff !important;
  border-color: var(--thm-base);
}
.news {
  padding: 5.625rem 0;
  width: 100%;
  overflow: hidden;
}
.news .container:nth-of-type(2) {
  padding-right: 0;
}
.swiperBlog .swiper-wrapper {
  padding-bottom: 40px;
}
.swiperBlog .swiper-scrollbar-drag {
  background: var(--thm-base);
}
.swiperBlog .swiper-button-prev,
.swiperBlog .swiper-button-next {
  position: relative;
  height: 40px;
  width: 40px;
  border: 1px solid var(--thm-base);
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
}
.swiperBlog .swiper-button-prev::after,
.swiperBlog .swiper-button-next::after {
  font-size: 18px;
  color: var(--thm-base);
}
.swiperBlog .swiper-button-prev {
}
.swiperBlog .swiper-button-next {
  margin-left: 50px;
}
.news_lb_size {
  padding: 30px;
}
.news_lb_size p:nth-of-type(1) {
  font-size: 0.875rem;
  color: #6d6d6d;
  margin-bottom: 10px;
}
.news_lb_size p:nth-of-type(1) .iconfont {
  color: var(--thm-base);
  margin-right: 10px;
}
.news_lb_size p:nth-of-type(2) {
  font-size: 0.9375rem;
  line-height: 28px;
  color: #686868;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_lb_size a:nth-of-type(1) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000000;
  font-size: 1.125rem;
}
.news_lb_size a:nth-of-type(2) {
  font-size: 0.9375rem;
  color: #7c7c7c;
}
.news_lb_size a:nth-of-type(2) .iconfont {
  margin-left: 15px;
}
.news_box {
  border: 1px solid #e6eaef;
  border-radius: 5px;
  background: #fff;
}
.news_div {
  margin-top: 10px;
}
.news_div .news_box .over img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.news_box_fin {
  box-shadow: 0px 0px 7px rgba(209, 210, 211, 0.7);
}
.news_box_fin .news_lb_size {
  padding: 23px 30px;
}
.news_size p:nth-of-type(2) {
  -webkit-line-clamp: 1;
}
.news_size {
  padding: 25px;
  margin-top: 30px;
  background: #fff;
}
.news_lb .index-bu .iconfont {
  color: #fff;
}
.news_lb .index-bu {
  top: 35%;
}
.news_lb {
  margin-bottom: 60px;
}
body {
  background: url(../img/4.jpg) no-repeat;
  background-size: cover;
}
.about {
  background: #fafbfd url(../images/ql_bg_4.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about .title p {
  color: #fff;
}
.about .title p::after {
  background: #fff;
}
.about .about_con_title {
  max-width: 31.25rem;
  font-size: 2.1875rem;
  color: #fff;
  background: var(--thm-base);
  padding: 0.9375rem 2.5rem;
  margin-top: -5rem;
}
.about .about_con_title::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
}
.about .about_con_img {
  margin-bottom: -5.625rem;
  text-align: right;
}
.about .about_con_more {
  color: #000000;
}
.about .about_con_more span {
  color: #000;
}
.about_lb {
  margin-top: 60px;
}
.about_div {
  margin: 30px 0;

  border-right: 1px solid #e6eaef25;
}
.about_div a {
  display: block;
  width: 100%;
  padding: 35px 0;
}
.about_div a:hover {
  background: rgba(51, 186, 188, 0.58);
}
.about_div > div:nth-of-type(1) {
  height: 64px;
}
.about_div_size {
  font-size: 1.375rem;
  line-height: 35px;
  color: #fff;
  padding: 25px 0 0;
  position: relative;
}
.about_div_size_en {
  font-size: 0.875rem;
  color: #c1c1c1;
  text-transform: uppercase;
}
.about_box {
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  width: 100%;
  background: var(--thm-base) url(../img/7.png) center/cover no-repeat;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.about_lb .swiper-slide:hover .about_box {
  top: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 1;
}
.about_box a {
  color: #fff;
  display: block;
}
.about_box a:nth-of-type(2) {
  font-size: 1.375rem;
  padding: 25px 0;
  position: relative;
}
.about_box a:nth-of-type(2)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background: #ffffff;
  width: 45px;
  height: 2px;
}
.about_box p {
  margin: 28px 0 40px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about_box {
  padding: 70px 25px 60px;
  opacity: 0;
}
.about_box a:nth-of-type(3) {
  font-size: 0.9375rem;
}
.about_box a:nth-of-type(3) .iconfont {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-left: 10px;
}
.difficult_div a {
  display: block;
  font-size: 2.0625rem;
  letter-spacing: 0.99px;
  color: var(--thm-base);
}
.difficult_div a:nth-of-type(2) {
  margin-top: 25px;
}
.difficult {
  padding-bottom: 110px;
  overflow: hidden;
}
canvas {
  display: block;
  height: 100% !important;
  position: relative;
  top: -240px;
}
.waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20%;
  z-index: -1;
  top: 0;
  height: 650px !important;
  overflow: hidden;
}
.about_con {
}
.about_con_text {
  font-size: 1rem;
  line-height: 36px;
  color: #333;
  letter-spacing: 1.5px;
}
.about_con_text p {
  margin-bottom: 1rem;
}
.about-icon-box {
  text-align: center;
  padding: 2.5rem 0;
}
.about-icon-box img {
  display: block;
  margin: 0 auto;
  height: 3.0625rem;
  margin-bottom: 2.25rem;
}
.about-icon-box h4 {
  margin-top: 1.5rem;
  font-size: 1.75rem;
  color: #fff;
}
.about-icon-box p {
  font-size: 1rem;
  color: #fff;
}
.about-iconbxo {
  background-color: #fff;
  border-radius: 10px;
  padding: calc(30 / 1920 * 100vw);
  margin-bottom: 25px;
}
.about-iconbxo .text h2 {
  text-align: right;
}

.about-iconbxo .text h2 {
  text-align: right;
}
.about-iconbxo .text h2 span {
  font-size: calc(55 / 1920 * 100vw);
}
.about-iconbxo .text h2 {
  font-size: calc(24 / 1920 * 100vw);
}
.about-iconbxo .text p {
  font-size: calc(18 / 1920 * 100vw);
  color: #666;
  text-align: right;
}

.reproduct {
  padding: 6.25rem 0 0;
  background: linear-gradient(to right, #fff 55%, #e8e8e8 45%);
}
.rethmproduct {
  padding: 1.875rem 0;
  background: linear-gradient(to right, #e8e8e8 55%, #e8e8e8 45%);
}
.rethmproduct .swiper-button-next,
.rethmproduct .swiper-button-prev {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.rethmproduct .swiper-button-next::after,
.rethmproduct .swiper-button-prev::after {
  color: #333;
  font-size: 1rem;
}
.rethmproduct .swiper-button-next {
  right: 0;
}
.rethmproduct .swiper-button-prev {
  left: 0;
}

.rethmproduct_title {
  padding: 0.9375rem 0;
  text-align: center;
  cursor: pointer;
}
.rethmproduct .swiper-slide-thumb-active .rethmproduct_title {
  color: var(--thm-base);
}
.ouradvant {
  padding: 6.25rem 0;
}
.ouradvant .title p:nth-of-type(2)::after {
  margin-top: 1.25rem;
}
.ouradvant_box {
  background: var(--thm-base);
  text-align: center;
  margin-top: 3.75rem;
}
.ouradvant_single {
  padding: 1.875rem 0;
  border-right: 1px #ffffff1e solid;
}
.ouradvant_single p {
  color: #fff;
}
@media (max-width: 768px) {
  .ouradvant {
    padding: 6.25rem 0 0;
  }
}

.application {
  background: #f5f6f8;
  width: 100%;
}
.application_box {
  position: relative;
  background: #151e67;
}
.application_box img.w-100 {
  opacity: 0.8;
}
.application_box_text {
  color: #fff;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.application_box_text h2 {
  font-size: 2.375rem;
}
.application_box_text p {
  font-size: 1.125rem;
}
.appthmbox {
  /* background: rgba(0, 0, 0, 0.4); */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.appthmbox .swiper {
  height: 100%;
}
.thmapplication_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 2.5rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.8;
}
.thmapplication_box p {
  color: #fff;
  margin-top: 15px;
}
.appSwiper .application_box img.w-100 {
  width: 100%;
  height: 49.375rem;
  object-fit: cover;
}
.appthmSwiper .swiper-slide-thumb-active .thmapplication_box {
  opacity: 1;
}
.appthmSwiper .swiper-slide:last-child .thmapplication_box {
  border-right: none;
}
.thmapplication_box h2 {
  color: #fff;
  font-size: 1.75rem;
  margin-top: 20px;
}
.thmapplication_box h2::after {
  content: '';
  display: none;
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 20px auto 0;
}
.thmapplication_box p {
  display: none;
  color: #fff;
  font-size: 0.9375rem;
  padding: 0 calc(30 / 1920 * 100vw);
}
.thmapplication_box span {
  display: none;
  font-size: 0.9375rem;
  border: 1px #fff solid;
  border-radius: 10px;
  padding: calc(10 / 1920 * 100vw) calc(30 / 1920 * 100vw);
}
.appthmSwiper .swiper-slide-thumb-active .thmapplication_box p,
.appthmSwiper .swiper-slide-thumb-active .thmapplication_box h2::after {
  display: block;
}
.appthmSwiper .swiper-slide-thumb-active .thmapplication_box span {
  display: inline-block;
}
.appSwiper .swiper-button-next,
.appSwiper .swiper-button-prev {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 2%;
  background-size: 22px 39px;
}
.appSwiper .swiper-button-next {
  right: calc(80 / 1920 * 100vw);
}
.appSwiper .swiper-button-prev {
  left: calc(80 / 1920 * 100vw);
}
.appSwiper .swiper-button-next::after,
.appSwiper .swiper-button-prev::after {
  font-family: 'iconfont' !important;
  content: '\e61f';
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  opacity: 0.8;
}
.appSwiper .swiper-button-prev::after {
  transform: rotate(180deg);
}
.indexvideo {
  background: #f5f6f8;
  padding: 5.625rem 0;
}
.video_box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.video_box .video_box_img {
  position: relative;
}
.video_box .video_box_img img {
  width: 100%;
  height: 15.625rem;
  object-fit: cover;
}
.video_box .video_box_img .video_box_icon {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_box .video_box_img .video_box_icon img {
  width: calc(126 / 1920 * 100vw);
  height: calc(126 / 1920 * 100vw);
}
.video_box_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 0.9375rem 0;
}
.video_box_text h2 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.video_box_text h2 a {
  color: #fff;
}
.video_box:hover .video_box_text {
  background: var(--thm-base);
}
.video_box:hover .video_box_text h2 a {
  color: #fff;
}
.videoSwiper .swiper-scrollbar-drag {
  background: var(--thm-base);
}
.indexhonors {
  background: #9c1b1e url(../images/ql_bg_2.png) top center no-repeat;
  padding: 5.625rem 0;
  background-size: 100% 50%;
}
.honors_box .honors_box_text h2 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: normal;
  margin-top: 0.9375rem;
  text-align: center;
}
.honorsSwiper .swiper-slide {
  transform: scale(0.95);
}
.honorsSwiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.honorsSwiper .swiper-button-next,
.honorsSwiper .swiper-button-prev {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 22px 39px;
}
.honorsSwiper .swiper-button-next::after,
.honorsSwiper .swiper-button-prev::after {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.125rem;
  color: #333;
  opacity: 0.8;
}
/* .difficult_box{
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
  }
.waves{
    overflow: hidden;
    -webkit-animation: scale 3s infinite linear;
    -moz-animation: scale 3s infinite linear;
    -o-animation: scale 3s infinite linear;
    animation: scale 3s infinite linear;
    position: relative;
}
@keyframes scale {
    from {
        bottom: 5%;
        opacity: 0;
    }

    to {
        bottom: 7%;
        opacity: 1;
    }
} */
.youqing {
  padding: 30px 0;
  background: #444444;
  border-bottom: 1px solid #636363;
}
.youqing_div {
  font-size: 0.875rem;
  letter-spacing: 0.08px;
  color: #9c9c9c;
}
.youqing_div a {
  color: #9c9c9c;
  margin-right: 15px;
  display: inline-block;
}
/* 底部 */
.hottel {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(191, 191, 191, 0.2);
  padding-bottom: 0.9375rem;
}
.hottel span {
  font-size: 1.5rem;
  color: #fff;
  margin-left: 10px;
}
.hottel span b {
  display: block;
  font-size: 0.9375rem;
}
.footcontact i {
  margin-right: 10px;
  font-size: 1.25rem;
}
.silgin {
  font-size: 0.875rem;
  color: #ffffff;
}
.footer-slogn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.foot-li {
  background: #1b1b1b;
  background-size: cover;
}
.foot-li .footer_left {
  width: 100%;
  padding: 4.6875rem 0 2.5rem;
}
.foot-li .foot_ul {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  overflow: hidden;
}
.foot-li .foot_bor {
  border-top: 1px solid rgba(191, 191, 191, 0.2);
  position: relative;
  color: #cdcdce;
  padding: 22px calc(80 / 1920 * 100vw);
  font-size: 0.875rem;
}
.foot-li .foot_bor a {
  color: #cdcdce;
}
.foot-li .foot-divs li {
  color: #9c9c9c !important;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.foot-li .foot-divs li {
  display: inline-block;
  width: 36px;
  margin-right: 10px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  border: solid 1px #ffffff;
}

.foot_ul ul {
  color: #ffffff;
  font-size: 1rem;
  line-height: 30px;
  border-right: 1px solid rgba(191, 191, 191, 0.2);
  padding-left: 1.875rem;
}
.foot_ul ul:first-child {
  padding-right: 1.875rem;
  padding-left: 0;
}
.foot_ul ul:last-child {
  border-right: none;
}
.foot-li .foot_ul ul li:nth-of-type(1) {
  font-size: 1.25rem;
  color: #fff;
}
.foot-li .foot_ul ul li:nth-of-type(1)::after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #ffffff;
  margin-top: 10px;
  margin-bottom: 30px;
}
.foot-li .foot_ul ul li div,
.foot-li .foot_ul ul li div a {
  font-size: 1rem;
  color: #cdcdce;
}
.foot_ul ul li p {
  font-size: 0.9375rem;
  text-transform: uppercase;
}

.foot_ul .bshare-custom a {
  background: none !important;
  color: #444444;
  font-size: 1.5625rem;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: var(--thm-base) !important;
  display: inline-block;
  padding-left: 0 !important;
}
.foot_ul_enter {
  padding: 35px 0 0px 0;
  border-bottom: 1px solid #9c9c9c;
}
.foot_ul_enter .fl input {
  width: 100%;
  border: none;
  background: none;
  color: #9c9c9c;
  height: 40px;
}
.foot_ul_enter button {
  background: none;
  border: none;
  color: #fff;
  font-weight: 200;
}
.foot_ul_enter .fl input::-webkit-input-placeholder {
  color: #9c9c9c;
}
.foot_rqcode {
  padding: 4.6875rem 0 2.5rem;
}
.foot_rqcode h4 {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #ffffff;
}
.foot_rqcode h4::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #ffffff;
  margin-top: 10px;
}
.foot_rqcode p {
  font-size: 0.75rem;
  color: #cdcdce;
  line-height: 30px;
  margin-bottom: 10px;
}
.foot_rqcode h2 {
  font-size: 1.4375rem;
  margin-bottom: 20px;
  color: #ffffff;
}
.foot_rqcode span {
  font-size: 0.8125rem;
  color: #cdcdce;
  margin-left: 0.625rem;
}
/* 产品列表 */
.picture_box {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-55%);
  width: 100%;
}
.picture_size p {
  font-weight: normal;
  font-size: 3rem;
  letter-spacing: 1.65px;
  color: #272727;
}
.picture_div {
  font-size: 0.9375rem;
  line-height: 43px;
  color: #272727;
}
.picture_div a {
  color: #272727;
}
.picture_div a:nth-last-child(1) {
  color: var(--thm-base);
}
.picture_fin span {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: var(--thm-base);
  display: inline-block;
}
.picture_fin .iconfont {
  font-size: 25px;
}
.prolist {
  padding: 45px 0 145px;
}
.prolist_wid {
  width: 82%;
  float: right;
}
.prolist_fing .prolist_wid .prolist_top {
  padding-bottom: 2rem;
  margin-bottom: 25px;
}
.prolist_fing .prolist_top_fr {
  width: 73%;
}
.prolist_fing .prolist_top .fl {
  width: 26%;
}
.prolist_fing .prolist_top_fr p {
  margin-bottom: 18px;
  font-size: 1.9rem;
}
.prolist_top {
  border-bottom: 1px solid #e6eaef;
}
.prolist_top_fr p {
  font-size: 2.1875rem;
  line-height: 40px;
  color: #231815;
  margin-bottom: 35px;
  font-weight: bold;
}
.prolist_top_fr {
  font-size: 0.9375rem;
  line-height: 30px;
  color: #686868;
  width: 50%;
}
.prolist_top .fl {
  width: 45%;
}
.prolist_top {
  margin-bottom: 50px;
}
.prolist_div > div {
  margin-bottom: 30px;
}
.prolist_tit {
  font-weight: bold;
  font-size: 2.1875rem;
  color: #000000;
  position: relative;
  z-index: 2;
}
.prolist_tit::after {
  width: 70px;
  height: 8px;
  background: var(--thm-base);
  content: '';
  bottom: 8px;
  z-index: -1;
  left: 0;
  position: absolute;
}
.prolist_fin {
  background: #f2f2f2;
  width: 410px;
  padding: 50px 25px 50px 100px;
}
.prolist_nav > li > span,
.prolist_nav > li > a {
  font-size: 1rem;
  line-height: 36px;
  color: #000000;
  display: block;
  position: relative;
  cursor: pointer;
}

.prolist_nav2 li a {
  font-size: 1rem;
  line-height: 35px;
  color: #7f7f7f;
  display: block;
}
.prolist_nav2 li {
  overflow: hidden;
}
.prolist_nav2 .iconfont {
  float: right;
  opacity: 0;
}
.prolist_nav2 {
  /* display: none; */
}
.prolist_nav span,
.prolist_nav a {
  padding-left: 40px;
}
.prolist_nav > li > a {
  position: relative;
}
.prolist_nav > li > ::after {
  position: absolute;
  left: 0;
  top: 30%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  content: '+';
  background: var(--thm-base);
  color: #fff;
}
/* .prolist_nav>li.active .prolist_nav2{
    display: block;
} */
.prolist_nav > li > a > span {
  display: block;
  position: relative;
}
.prolist_nav > li > a > span::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: '';
}
.prolist_nav > li.active > a {
  color: var(--thm-base);
}
.prolist_nav > li.active > a::after {
  content: '-';
}
.prolist_nav2 li.active a {
  color: var(--thm-base);
}
.prolist_nav2 li.active a .iconfont {
  color: var(--thm-base);
  opacity: 1;
}
.prolist_fin {
  position: relative;
  left: 0;
  top: 0px;
  float: left;
}
.prolist_nav .prolist_nav2::after {
  width: 0;
}
.picture_div_in {
  padding: 25px 0;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}
.picture_div a {
  margin: 0 5px;
}
.proxq_wid > div {
  width: 47%;
}
.proxq_wid .fr {
  background: -moz-linear-gradient(
    -8.96% 90.76% 28.65deg,
    rgba(220, 221, 223, 1) 18.19%,
    rgba(197, 199, 201, 1) 38.18%,
    rgba(129, 133, 135, 1) 99.99%
  );
  background: -webkit-linear-gradient(
    28.65deg,
    rgba(220, 221, 223, 1) 18.19%,
    rgba(197, 199, 201, 1) 38.18%,
    rgba(129, 133, 135, 1) 99.99%
  );
  background: -webkit-gradient(
    linear,
    -8.96% 90.76%,
    133.49% -7.72%,
    color-stop(0.1819, rgba(220, 221, 223, 1)),
    color-stop(0.3818, rgba(197, 199, 201, 1)),
    color-stop(0.9999, rgba(129, 133, 135, 1))
  );
  background: -o-linear-gradient(
    28.65deg,
    rgba(220, 221, 223, 1) 18.19%,
    rgba(197, 199, 201, 1) 38.18%,
    rgba(129, 133, 135, 1) 99.99%
  );
  background: -ms-linear-gradient(
    28.65deg,
    rgba(220, 221, 223, 1) 18.19%,
    rgba(197, 199, 201, 1) 38.18%,
    rgba(129, 133, 135, 1) 99.99%
  );
  background: linear-gradient(
    61.35deg,
    rgba(220, 221, 223, 1) 18.19%,
    rgba(197, 199, 201, 1) 38.18%,
    rgba(129, 133, 135, 1) 99.99%
  );
}
.proxq_fl p:nth-of-type(1) {
  font-size: 2.1875rem;
  color: #231815;
}
.proxq_fl div:nth-of-type(1) {
  font-size: 0.9375rem;
  line-height: 30px;
  color: #686868;
  margin: 30px 0;
}
.proxq_fl_fin a {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 30px;
  color: #686868;
  margin-left: 55px;
}
.proxq_fl_fin a:nth-of-type(1) {
  margin-left: 0;
}
.proxq_fl_fin .iconfont {
  font-size: 1.5625rem;
}
.proxq_fl_fin {
  margin-top: 55px;
}
.proxq {
  background: url(../images/pro_detail_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 5rem 0;
  position: relative;
}
.proxq .container {
  position: relative;
  z-index: 2;
}
.proxq_fl {
  padding-top: 60px;
}
.proxq_top_ul li {
  font-size: 1.1875rem;
  line-height: 70px;
  color: #231815;
  padding: 0 45px;
  display: inline-block;
  position: relative;
}

.proxq_top {
  height: 70px;
}

.proxq_top_ul li::after {
  width: 0px;
  height: 4px;
  background: var(--thm-base);
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.proxq_top_ul li:hover::after,
.proxq_top_ul li.active::after {
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.proxq_top_ul {
  border-bottom: 1px solid #e6eaef;
}
.proxq_top {
  margin: 55px 0 40px;
}
.proxq_js_div {
  font-size: 0.9375rem;
  line-height: 30px;
  color: #686868;
}
.proxq_tit {
  font-size: 2.1875rem;
  line-height: 40px;
  color: #231815;
  margin-bottom: 22px;
  font-weight: bold;
}
.proxq_js {
  padding: 35px 0 100px 0;
}
.proxq_cs {
  background: #f3f3f3;
  padding: 35px 0;
}
.proxq_cs_div td {
  line-height: 45px !important;
  padding-left: 10px !important;
  font-size: 0.852rem;
}
.proxq_cs_div td:nth-of-type(1) {
  background: #e0e0e0;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #aaaaaa;
}
.news_fin {
  padding: 85px 0;
  background: #f3f3f3;
}

.proxq_top_div.active {
  position: fixed;
  left: 0;
  top: 94px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dedede;
  z-index: 999;
}
/* 关于我们 */
.level li {
  display: inline-block;
}
.level {
  line-height: 3.75rem;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  background-color: #fff;
}
.level li a {
  display: block;
  font-size: 0.9375rem;
  color: #282828;
  padding: 0 2.5rem;
  line-height: 4.0625rem;
}
.level_ul li.active a {
  background-color: var(--thm-base);
  color: #fff;
}
.introduction {
  padding: 45px 0 145px;
}
.introduction_size p {
  font-size: 1.375rem;
  line-height: 40px;
  color: #231815;
  margin-bottom: 15px;
}
.introduction_size {
  font-size: 0.9375rem;
  line-height: 30px;
  color: #686868;
}
.introduction .prolist_tit {
  margin-bottom: 25px;
}
.introduction_div .fl {
  width: 32%;
}
.introduction_div .fr {
  width: 65%;
}
.introduction_div ul > li {
  width: 50%;
  float: left;
  padding: 50px 0;
}
.introduction_div ul > li p {
  font-size: 0.9375rem;
  color: #686868;
  margin-bottom: 5px;
}
.introduction_div ul > li span {
  font-size: 3.125rem;
  color: var(--thm-base);
}
.introduction_div ul > li {
  font-size: 0.9375rem;
  color: #686868;
  text-align: center;
}
.introduction_div ul > li:nth-of-type(1),
.introduction_div ul > li:nth-of-type(2) {
  border-bottom: 1px solid #dddddd;
}
.introduction_div ul > li:nth-of-type(1),
.introduction_div ul > li:nth-of-type(3) {
  border-right: 1px solid #dddddd;
}
.introduction_div {
  margin-bottom: 60px;
}
.introduction_box > div {
  width: 50%;
  font-size: 0.9375rem;
  line-height: 30px;
  color: #686868;
}
.introduction_box {
  background: #f7f7f7;
}
.introduction_box .fr p {
  color: var(--thm-base);
  margin-bottom: 15px;
  font-size: 1.125rem;
}
.introduction_box .fr {
  padding: 50px;
  padding-bottom: 15px;
}
.introduction_size {
  margin-bottom: 85px;
}
.introduction_fr {
  cursor: pointer;
}
/* 下载列表 */
.download {
  padding: 45px 0 140px;
}
.download_div {
  background: #f3f3f3;
  padding: 32px;
}
.download_div > a {
  width: 20%;
}
.download_div > div:nth-of-type(1) {
  width: 30%;
  margin-left: 5%;
  padding-top: 15px;
}
.download_div .fr {
  width: 30%;
}
.download_div .fr a {
  display: block;
  line-height: 45px;
  background: var(--thm-base);
  border: 1px solid var(--thm-base);
  color: #ffffff;
  padding: 0 15px;
  font-size: 0.9375rem;
  text-align: center;
}
.download_div .fr a:nth-of-type(2) {
  color: #919191;
  background: #e5e5e5;
  border: 1px solid #cecece;
  margin-top: 15px;
}
.download_div .fl a {
  font-size: 1.1875rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.download_div .fl p {
  font-size: 0.9375rem;
  color: #848484;
  margin-top: 10px;
}
.download_box > div {
  margin-bottom: 30px;
}
/* 新闻列表 */
.newslist {
  padding: 45px 0 135px;
}
.newslist .news_box {
  background: #f3f3f3;
}
.newslist .news_lb_size p:nth-of-type(2) {
  -webkit-line-clamp: 1;
  height: 28px;
}
.newslist_div > div {
  margin-bottom: 30px;
}
.news_lb .swiper-scrollbar {
  bottom: 10px;
  height: 2px;
}
.news_lb .swiper-scrollbar-drag {
  background: var(--thm-base);
}
/* 展会信息 */
.exhibition_tui {
  padding-top: 40px;
}
.exhibition_tui .news_box .fl {
  width: 49%;
}
.exhibition_tui .news_box .fr {
  width: 49%;
  padding-top: 55px;
}
.exhibition_tui .news_box {
  background: #f3f3f3;
}
.exhibition_tui .news_lb_size p:nth-of-type(2) {
  -webkit-line-clamp: 3;
}
.exhibition_tui .news_lb .index-bu {
  top: 50%;
}
.exhibition_tui .swiper-button-next {
  right: 52%;
}
.exhibition_tui .news_lb {
  margin-bottom: 0;
}
.exhibition {
  padding: 25px 0 130px;
}
.exhibition .fl {
  width: 25%;
}
.exhibition .fr {
  width: 73%;
}
.exhibition .news_box {
  background: none;
  border: none;
  border-bottom: 1px Dashed #b2b2b2;
  padding: 40px 0;
}
/* 生产设备 */
.motor {
  padding: 40px 0;
}
.motor_size a {
  font-size: 1rem;
  color: #282828;
  padding: 30px 0;
  display: block;
  text-align: center;
}
.motor_div {
  background: #fff;
  overflow: hidden;
  border: 1px solid #e6eaef;
}
.motor_div .pr {
  border-radius: 5px;
}
.motor_div .pr img {
  border-radius: 5px;
}
.motor_fin {
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.motor_fin::after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background: url(../img/12.png) no-repeat;
  background-size: 100% 100%;
}
.motor_div:hover .motor_fin {
  left: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.motor_div:hover {
  border: 1px solid var(--thm-base);
}
.motor_box > div {
  margin-bottom: 30px;
}
.motor_ent {
  background: var(--thm-base);
}
.motor_ent_ul li a {
  font-size: 15px;
  line-height: 50px;
  color: #ffffff;
  padding-left: 30px;
  position: relative;
  display: block;
}
.motor_ent_ul li a::after {
  width: 12px;
  height: 12px;
  background: var(--thm-base);
  border: 2px solid #fff;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  border-radius: 50%;
  z-index: 2;
}
.motor_ent_ul {
  position: relative;
}
.motor_ent_ul::after {
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 2px;
  background: #fff;
  content: '';
}
.motor_ent_ul li.active a::after {
  background: #fff;
}
/* 联系我们 */
.contactus_div .fr {
  width: 30%;
}
.contactus_div .fl {
  width: 70%;
}
.contactus {
  padding: 40px 0 60px;
}
.contactus_div {
  background: #fff;
}
.contactus_div .fr div {
  padding: 60px;
  color: #686868;
  font-size: 0.9375rem;
  line-height: 28px;
}
.contactus_div .fr div:nth-of-type(1) {
  background: var(--thm-base);
  color: #fff;
  font-size: 1.07rem;
}
.contactus_div .fr div:nth-of-type(1) p {
  color: #fff;
  font-size: 1.45rem;
}
.contactus_div .fr p {
  font-size: 1.3rem;
  color: #282828;
  margin-bottom: 15px;
}
.contactus_div {
  margin-top: 50px;
}
/* 代理经销商 */
.dealer {
  padding-bottom: 75px;
}
.global_add {
  border-radius: 13px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 40px;
  background: #fff;
  display: none;
  position: absolute;
  left: -430px;
  top: -85px;
  width: 390px;
}
.global_add p:nth-of-type(1) {
  font-size: 1.1875rem;
  line-height: 30px;
  color: #141414;
  margin-bottom: 15px;
}
.global_add p:nth-of-type(2) {
  font-size: 0.9375rem;
  line-height: 30px;
  color: #a0a0a0;
}
.global_top {
  text-align: center;
  font-size: 1.1875rem;
  margin-top: 15px;
}
.global_top span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  color: #3d3d3d;
  cursor: pointer;
}
.global_top span::after {
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  content: '';
  background: url(../img/14.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  animation: illuminate 4s ease-out infinite;
}
@keyframes illuminate {
  0%,
  100% {
    transform: scale(1, 1);
  }

  25%,
  75% {
    opacity: 0.8;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }
}
.global_ul li.active .global_top span::after {
  background: url(../img/15.png) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
}
.global_ul li.active .global_top span {
  position: relative;
  left: 5px;
}
.global_ul li.active .global_add {
  display: block;
}
.ozhou {
  position: absolute;
  right: 51%;
  top: 20%;
}
.nanmeizhou {
  position: absolute;
  left: 20%;
  bottom: 36%;
}
.eluosi {
  position: absolute;
  right: 24.5%;
  top: 12.5%;
}
.hanguo {
  position: absolute;
  right: 14%;
  top: 24%;
}
.erben {
  position: absolute;
  right: 7%;
  top: 28%;
}
.taiwan {
  position: absolute;
  right: 11%;
  top: 37%;
}
.yataiqu {
  position: absolute;
  right: 14%;
  top: 49%;
}
/* 留言 */
.inquiry {
  padding: 120px 0;
  background: #f3f3f3;
}
.inquiry_index input {
  width: 100%;
  border: 1px solid #d3d3d3;
  height: 70px;
  background: #f3f3f3;
  padding: 0 20px;
}
.inquiry_div > div {
  width: calc(33.3333% - 20px * 2 / 3);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.inquiry_div > div:last-child {
  margin-right: 0;
}
.inquiry_text textarea {
  width: 100%;
  border: 1px solid #d3d3d3;
  height: 190px;
  background: #f3f3f3;
  padding: 20px;
}
.inquiry_text {
  margin-bottom: 20px;
}
.inquiry_butt {
  text-align: right;
}
.inquiry_butt button {
  font-size: 1rem;
  line-height: 70px;
  width: 200px;
  text-align: center;
  background: var(--thm-base);
  color: #ffffff;
  border: none;
}
.inquiry_butt button:nth-of-type(2) {
  background: #444444;
  margin-left: 25px;
}
/* 新闻详情 */
.details {
  padding: 70px 0;
}

.details_top > p {
  color: #000000;
  font-size: 1.4375rem;
  text-align: center;
  margin-bottom: 15px;
}

.details_rq {
  color: #6b6b6b;
  font-size: 0.9375rem;
}

.details_rq a {
  color: #6b6b6b;
  margin-left: 5px;
  display: inline-block;
}

.details_rq a:hover {
  color: #0096e0;
}

.details_top {
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 35px;
}

.details_size {
  color: #676767;
  font-size: 1rem;
  line-height: 30px;
}

.details_a {
  margin-top: 25px;
}

.details_a a {
  color: #676767;
  font-size: 1rem;
  line-height: 35px;
  /* display: block; */
}

.details_a a:hover {
  color: #0096e0;
}

.details_div {
  padding: 12px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background: #fff;
}

.details_div > p {
  color: #000;
  font-size: 1.125rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}

.details_ul li a {
  display: block;
  color: #8b8b8b;
  font-size: 0.875rem;
  line-height: 35px;
  margin-right: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.details_ul li a:hover {
  color: #0096e0;
}
.details_ul li {
  position: relative;
  padding-left: 17px;
}

.details_ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8b8b8b;
  content: '';
  display: block;
  transform: translateY(-50%);
}

.details_div {
  position: absolute;
  left: 6%;
  top: 680px;
  width: 215px;
}
@media (max-width: 1810px) {
  .daohang {
    padding: 0 0 0 40px;
  }
  .daohang_ul {
    margin-right: 20px;
  }
  .daohang_ul > li > a {
    margin: 0 20px;
  }
}
@media (max-width: 1790px) {
  .prolist_fin {
    width: 330px;
    padding: 35px 25px 35px 40px;
  }
}
@media (max-width: 1638px) {
  .daohang .fl {
    width: auto;
    margin-top: calc(15 / 1920 * 100vw);
  }
  .daohang {
    padding: 0 10px;
  }
}
@media (max-width: 1560px) {
  .prolist_fin {
    padding: 35px 25px 35px 20px;
  }
  .prolist_wid {
    width: 77%;
  }
  .daohang_di {
    padding-right: 15px;
    padding-left: 20px;
  }
  .daohang_fr > a {
    margin: 0 15px 0 10px;
  }
  .daohang_ul > li > a {
    margin: 0 15px;
  }
}
@media (max-width: 1459px) {
  .daohang {
    padding: 0 0 0 45px;
  }
  .daohang_ul > li > a {
    margin: 0 10px;
  }
  .daohang_ul {
    margin-right: 0;
  }
  .banner_box {
    bottom: 27%;
  }
  /* body.end::before {
        height: 720px;
    } */
  .product_size {
    padding: 0 15px;
  }
  .news_size {
    padding: 18px;
    margin-top: 15px;
  }
  .proxq_fl {
    padding-top: 15px;
  }
  .more {
    width: 150px;
    line-height: 42px;
  }
  .proxq_fl div:nth-of-type(1) {
    line-height: 25px;
    margin: 15px 0;
  }
  .proxq_fl_fin {
    margin-top: 30px;
  }
  .introduction_div ul > li {
    padding: 35px 0;
  }
  .introduction_box .fr {
    padding: 25px;
    padding-bottom: 15px;
  }
  .contactus_div .fr div {
    padding: 64px 20px;
  }
}
@media (max-width: 1366px) {
  .daohang_ul {
    margin-right: 16px;
  }
}
@media (max-width: 1280px) {
  .more {
    line-height: 40px;
  }
  .waves {
    bottom: -70%;
    height: 490px !important;
  }
  .daohang .fl {
    width: auto;
    margin-top: calc(20 / 1280 * 100vw);
  }
  .daohang .fl.logo div {
    display: none;
  }
  .daohang_ul > li > a {
    margin: 0 10px;
  }
  .prolist_nav a {
    padding-left: 25px;
  }
  .prolist_fin {
    padding: 15px;
  }
  .prolist_fin {
    width: 255px;
  }
}
@media (max-width: 1024px) {
  .daohang_di {
    padding-right: 10px;
    padding-left: 20px;
  }
  .daohang_fr > a {
    margin: 0 10px 0 8px;
  }
  .daohang {
    padding: 0 25px;
  }
  .daohang_ul {
    margin-right: 0px;
  }
  .daohang_ul > li > a {
    margin: 0 8px;
  }
  .banner_size p:nth-of-type(1) {
    font-size: 2.5rem;
  }
  .banner_size p:nth-of-type(2) {
    font-size: 1.5rem;
    line-height: 30px;
    margin: 5px 0;
  }
  .banner_size p:nth-of-type(3) {
    line-height: 15px;
  }
  .product {
    padding: 75px 0;
  }
  .difficult,
  .about,
  .news {
    padding-bottom: 75px;
  }
  .about_box {
    padding: 40px 25px 40px;
  }
  .about_div img {
    width: 50px;
  }
  .about_div > div:nth-of-type(1) {
    height: 50px;
  }
  .about_div {
    margin: 18px 0;
    padding: 40px 0;
  }
  .about_div_size {
    padding: 25px 0 65px;
  }
  .about_box a img {
    width: 42px;
  }
  .about_box a:nth-of-type(2) {
    padding: 15px 0;
  }
  .about_box p {
    margin: 15px 0;
    line-height: 22px;
  }
  .news_box_fin .news_lb_size {
    padding: 15px 18px;
  }
  .news_box_fin .news_lb_size p:nth-of-type(2) {
    line-height: 22px;
  }
  .about_lb {
    margin-top: 40px;
  }
  .picture_size p {
    font-weight: bold;
    font-size: 2rem;
  }
  .picture_fin span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .level li a {
    padding: 0 40px;
  }
  .level {
    line-height: 50px;
  }
  .exhibition_tui .news_box .fr {
    padding-top: 25px;
  }
  .exhibition .news_lb_size {
    padding: 0px;
  }
  .download_div .fr {
    width: 36%;
  }
  .download_div {
    padding: 15px;
  }
  .download_div .fr a {
    line-height: 40px;
  }
  .download {
    padding: 75px 0;
  }
  .prolist_wid {
    width: 72%;
  }
  .picture_div_in {
    padding: 15px 0;
  }
  .proxq_top {
    margin: 40px 0 20px;
  }
  .introduction {
    padding: 75px 0;
  }
  .introduction_div ul > li span {
    font-size: 2.125rem;
  }
  .introduction_div ul > li {
    padding: 24px 0;
  }
  .introduction_box .fr p {
    margin-bottom: 8px;
  }
  .introduction_box > div {
    line-height: 25px;
  }
  .ozhou {
    right: 48%;
  }
  .erben {
    right: 6%;
  }
  .taiwan {
    right: 9%;
  }
  .yataiqu {
    right: 12%;
    top: 47%;
  }
  .global_add {
    padding: 20px;
    left: -100px;
    top: -180px;
    width: 270px;
  }
  .global_add p:nth-of-type(2) {
    line-height: 24px;
  }
  .global_add p:nth-of-type(1) {
    margin-bottom: 5px;
  }
  .inquiry_index input {
    height: 50px;
    padding: 0 8px;
    font-size: 1rem;
  }
  .inquiry_butt button {
    line-height: 50px;
    width: 160px;
  }
  .contactus_div .fr div {
    padding: 25px;
  }
}
@media (max-width: 990px) {
  body.end::before {
    height: 0;
  }
  .phone_logo {
    width: 20%;
  }
  .banner_div {
    top: 37%;
  }
  .pro-tit {
    line-height: 50px;
    padding: 0 25px 0 25px;
  }
  .pro-tit::after {
    right: 25px;
  }
  .youqing,
  .foot-li {
    display: none;
  }
  .phone_footer {
    display: block;
  }
  .picture_fin {
    display: none;
  }
  .exhibition_tui .news_lb_size p:nth-of-type(2) {
    -webkit-line-clamp: 2;
    line-height: 24px;
  }
  .news_lb_size {
    padding: 16px;
  }
  .newslist {
    padding: 75px 0;
  }
  .level li a {
    padding: 0 15px;
  }
  .download_div .fr {
    width: 45%;
  }
  .index {
    padding-top: 54px;
  }
  .prolist_wid {
    width: 100%;
  }
  .prolist_fin {
    position: static;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .prolist {
    padding: 75px 0;
  }
  .prolist_nav {
    display: none;
  }
  .prolist_tit {
    font-size: 1.7rem;
  }
  .prolist_tit::after {
    width: 45px;
    bottom: 2px;
  }
  .prolist_fin .prolist_tit::before {
    display: block;
    content: '';
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid var(--thm-base);
    top: 50%;
    right: 0%;
    position: absolute;
    transform: translateY(-50%);
  }
  .prolist_fin .prolist_tit {
    cursor: pointer;
  }
  .prolist_top_fr p {
    font-size: 1.7rem;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .prolist_top_fr {
    line-height: 25px;
  }
  .prolist_top {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .phone_logo {
    width: 35%;
  }
  .phone_logo a img {
    height: 60px;
  }
  .banner_size p:nth-of-type(1) {
    font-size: 1.25rem;
    letter-spacing: 0px;
    line-height: 28px;
  }
  .banner_size p:nth-of-type(2) {
    font-size: 1rem;
    line-height: 25px;
    margin: 0;
  }
  .product {
    padding: 35px 15px;
  }
  .title {
    display: block !important;
  }
  .title p:nth-of-type(1) {
    font-size: 1.7rem;
    line-height: 35px;
  }
  .title p:nth-of-type(2) {
    font-size: 2rem;
    line-height: 28px;
  }
  .tit-more {
    display: block;
    width: 9.5rem;
    margin-top: 1.25rem;
  }
  .banner_size p:nth-of-type(3) {
    display: none;
  }
  .banner_size {
    padding-left: 15px;
  }
  .banner_img {
    display: none;
  }
  .banner_box .swiper-pagination {
    padding-left: 15px;
  }
  .about_con_text_intro {
    line-height: 1.5;
  }
  .about .about_con_img {
    padding-bottom: 9rem;
  }
  .reproduct {
    background: linear-gradient(310deg, #fff 55%, #e8e8e8 45%);
  }
  .ouradvant .title {
    text-align: center;
  }
  .ouradvant .title p:nth-of-type(3) {
    max-width: 100% !important;
  }
  .mt35 {
    margin-top: 20px;
  }
  .product_top > div:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .product_div {
    padding: 0px 0 15px 0;
  }
  .news_fin_div .swiper-button-next,
  .product_lb .swiper-button-next {
    right: 0px;
  }
  .news_fin_div .swiper-button-prev,
  .product_lb .swiper-button-prev {
    left: 0px;
  }
  .index-bu {
    top: 40%;
  }
  .product_lb {
    padding: 20px 0 25px;
  }
  .more {
    line-height: 35px;
    width: 135px;
  }
  .exhibition,
  .difficult,
  .about,
  .news {
    padding: 60px 15px 35px;
  }
  .news_lb_size {
    padding: 15px;
  }
  .news_lb_size p:nth-of-type(2) {
    line-height: 22px;
    margin: 5px 0;
  }
  .news_lb_size p:nth-of-type(1) {
    margin-bottom: 5px;
  }
  .about_box a:nth-of-type(3) .iconfont,
  .news_lb_size a:nth-of-type(2) .iconfont,
  .product_size a:nth-of-type(2) {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .news_box_fin {
    margin-bottom: 15px;
  }
  .news_lb_size {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .news_div {
    margin-top: 25px;
  }
  .news_lb {
    margin-bottom: 15px;
  }
  .about_div_size {
    padding: 20px 0 40px;
  }
  .about_div img {
    width: 40px;
  }
  .about_div > div:nth-of-type(1) {
    height: 40px;
  }
  .about_box a img {
    width: 38px;
  }
  .about_box a:nth-of-type(2) {
    padding: 10px 0;
    font-size: 1.25rem;
  }
  .about_box a:nth-of-type(3) .iconfont {
    width: 20px;
    height: 20px;
    line-height: 17px;
  }

  .difficult_div a {
    font-size: 1.25rem;
  }
  .difficult_div a img {
    width: 50px;
  }
  .exhibition_tui {
    padding: 35px 15px 0 15px;
  }
  .exhibition_tui .news_box .fr,
  .exhibition_tui .news_box .fl {
    width: 100%;
  }
  .exhibition_tui .swiper-button-next {
    right: 10px;
  }
  .exhibition_tui .news_lb .index-bu {
    top: 30%;
  }
  .exhibition .fr,
  .exhibition .fl {
    width: 100%;
    margin-bottom: 0;
  }
  .exhibition .news_box {
    padding: 15px 0;
  }
  .exhibition .news_lb_size {
    padding-top: 15px;
  }
  .newslist {
    padding: 35px 15px;
  }
  .index {
    padding-top: 54px;
  }
  .level {
    display: none;
  }
  .picture_div {
    display: none;
  }
  .picture_size p {
    font-size: 1.7rem;
    padding-left: 15px;
  }
  .newslist .news_lb_size p:nth-of-type(2) {
    height: 22px;
  }
  .newslist .news_lb_size {
    margin-bottom: 0;
  }
  .newslist_div > div {
    margin-bottom: 15px;
  }
  .picture img {
    height: 250px;
    object-fit: cover;
  }
  .download {
    padding: 35px 15px;
  }
  .download_div > a {
    width: 25%;
  }
  .download_div > div:nth-of-type(1) {
    width: 65%;
  }
  .download_div .fr {
    width: 70%;
    margin-top: 10px;
    /* margin-left: 25%;
        float: left; */
  }
  .download_div .fr > a:nth-of-type(2) {
    display: none;
  }
  .download_div {
    padding: 0px;
  }
  .download_div .fr > a {
    width: 45%;
    line-height: 32px;
  }
  .download_div > div:nth-of-type(1) {
    padding-top: 10px;
  }
  .download_div .fl p {
    margin-top: 6px;
  }
  .download_box > div {
    margin-bottom: 15px;
  }
  .prolist {
    padding: 35px 15px;
  }
  .proxq_wid > div,
  .prolist_top_fr,
  .prolist_top .fl,
  .prolist_fin {
    width: 100%;
  }
  .prolist_div > div {
    margin-bottom: 15px;
  }
  .motor {
    padding: 35px 15px;
  }
  .introduction_size {
    margin-bottom: 15px;
  }
  .motor_size a {
    padding: 15px 0;
  }
  .motor_box > div {
    margin-bottom: 15px;
  }
  .picture_div_in {
    display: none;
  }
  .proxq {
    padding: 35px 15px;
    overflow: hidden;
  }
  .proxq::after {
    width: 0;
  }
  .proxq_fl p:nth-of-type(1) {
    font-size: 1.5rem;
  }
  .proxq_fl_fin a {
    margin-left: 15px;
  }
  .proxq_top_div.active {
    position: static !important;
  }
  .proxq_top_ul li {
    font-size: 1rem;
    line-height: 55px;
    padding: 0 15px;
  }
  .proxq_top {
    height: 55px;
    padding: 0 15px;
  }
  .proxq_box > div {
    padding: 35px 15px;
  }
  .proxq_tit {
    font-size: 1.7rem;
  }
  .proxq_cs_div td {
    line-height: 28px !important;
    padding-left: 15px !important;
  }
  .product2 .product_lb {
    padding-top: 0;
  }
  .news_fin .news_lb_size {
    margin-bottom: 0;
  }
  .introduction {
    padding: 35px 15px;
  }
  .introduction_size p {
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .introduction .prolist_tit {
    margin-bottom: 15px;
  }
  .introduction_size {
    line-height: 26px;
  }
  .introduction_div .fl {
    width: 100%;
  }
  .introduction_div .fr {
    width: 100%;
    margin-top: 15px;
  }
  .introduction_div {
    margin-bottom: 15px;
  }
  .introduction_box > div {
    width: 100%;
  }
  .introduction_box .fr {
    padding: 15px;
  }
  .global_add {
    position: static;
    width: 100%;
    display: block !important;
  }
  .global_top {
    display: none !important;
  }
  .global_ul li {
    position: static !important;
    margin-top: 15px;
  }
  .global_img {
    display: none;
  }
  .contactus_div .fr,
  .contactus_div .fl {
    width: 100%;
  }
  .inquiry,
  .contactus {
    padding: 35px 15px;
  }
  .dealer {
    padding: 0 15px 35px 15px;
  }
  .dealer_box img {
    display: none;
  }
  .inquiry_div > div {
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .inquiry_butt button {
    line-height: 40px;
    width: 120px;
  }
  .inquiry_butt button:nth-of-type(2) {
    margin-left: 15px;
  }
  .contactus_div {
    margin-top: 25px;
  }
  .contactus_div .fr div {
    padding: 15px;
  }
  .contactus_div .fr p {
    margin-bottom: 5px;
  }
  .contactus_div .fr div {
    line-height: 24px;
  }
  .global_add {
    padding: 15px;
  }
  .inquiry_text textarea {
    height: 130px;
    padding: 15px;
    font-size: 1rem;
  }
  .details {
    padding: 35px 15px;
  }
  .phone_footer_ul li {
    font-size: 1rem;
  }
}

.news_lb_size a:nth-of-type(2) .iconfont {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}

.news_box:hover .news_lb_size a:nth-of-type(1),
.foot_ul ul:nth-of-type(3) li div:hover a,
.youqing_div a:hover {
  color: var(--thm-base) !important;
}
.more:hover {
  box-shadow: inset 0 0 0 2.5rem var(--thm-base);
  border: 2px solid var(--thm-base) !important;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.news_box:hover .news_lb_size a:nth-of-type(2) .iconfont {
  margin-left: 35px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.level li:hover a {
  background: var(--thm-base);
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.oh {
  overflow: hidden;
}

#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin-top: 20px;
}
#page li {
  float: left;
  padding: 10px 24px;
  border: 1px solid #cccccc;
  margin-right: 6px;
  color: #666;
  font-size: 16px;
  list-style: none;
}
#page li:hover {
  border: 1px solid var(--thm-base);
}
#page li:hover a {
  color: var(--thm-base);
}
#page li a {
  color: #666;
}
#page li.active {
  border: 1px solid var(--thm-base);
  background-color: var(--thm-base);
  color: #ffffff;
}
#page li.active a {
  color: #fff;
}
#page .thisclass {
  background-color: var(--thm-base);
  color: #ffffff;
}
.page-app {
  padding: 5.3125rem 0;
}
.app_box_title h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 40px;
  padding: 0 0 15px 0;
  font-weight: normal;
}
.app_box_title h3::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--thm-base);
  margin-top: 15px;
}
.app_box_title p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #333;
  letter-spacing: 2px;
}
.page-app-single {
  height: 100%;
  padding: 3.125rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.page-app-single .title {
  display: flex;
  align-items: center;
  padding-bottom: 0.9375rem;
  margin-bottom: 1rem;
  border-bottom: 1px #e5e5e5 solid;
}
.page-app-single .title span {
  display: flex;
  align-items: center;
  font-size: 2.25rem;
  color: #333333;
}
.page-app-single .title span::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 4px;
  background-color: var(--thm-base);
  margin-right: 0.9375rem;
}
.page-app-single .title a {
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #333333;
  margin-left: 0.9375rem;
}
.page-app-single .content {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #333;
  letter-spacing: 1px;
}
.prevnext {
  color: #333;
  line-height: 2.1875rem;
}
.prevnext a {
  color: #333;
}
.page-Q {
  padding: 5rem 0;
}
.page-q-title {
  position: relative;
  line-height: 3.75rem;
}
.page-q-title h2 {
  font-size: 2rem;
  color: #333333;
  font-weight: normal;
  display: flex;
  align-items: center;
  line-height: 3.75rem;
  padding-top: 1.25rem;
}
.page-q-title h2::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--thm-base);
  margin-left: 0.8rem;
}
.page-q-title span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.375rem;
  color: #e0e0e0;
  opacity: 0.32;
  text-transform: uppercase;
}
.page-q-item {
  cursor: pointer;
  padding: 2.1875rem 0;
  border-bottom: 1px #e5e5e5 dashed;
}
.page-q-item h6 span {
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
}
.page-q-item .text {
  display: none;
  font-size: 1rem;
  color: #666666;
}
.page-q-item.active i {
  transform: rotate(90deg);
  color: var(--thm-base);
}
.page-down-item {
  border: 1px solid #e5e5e5;
  padding: 3.125rem 0;
  text-align: center;
}
.page-down-item img {
  height: 6.125rem;
  margin: 0.625rem auto;
}
.page-down-item p {
  font-size: 1.125rem;
  color: #333;
}
.page-down-item span {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 0.9375rem;
}
.page-down-item i {
  font-size: 1rem;
  color: var(--thm-base);
  border: 1px solid var(--thm-base);
  font-style: normal;
  padding: 0.3125rem 1.875rem;
}
.page-down-item i:hover {
  background-color: var(--thm-base);
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.procanshu {
  background: #f7f7f7;
  padding: 1.25rem;
  text-align: center;
}
.procanshu h5 {
  font-size: 0.875rem;
  color: #8d8d8d;
  line-height: 40px;
  padding: 0 0 5px 0;
  font-weight: normal;
}
.procanshu p {
  font-size: 0.875rem;
  color: #333;
}
.page-contact-content {
  margin: 5rem 0;
}
.page-contact-box {
  height: 100%;
  background: #fff;
  padding: 2.5rem;
}
.page-contact-title {
  margin-bottom: 2.5rem;
}
.page-contact-title h2 {
  font-size: 1.25rem;
  color: #333;
}
.page-contact-title p {
  font-size: 0.875rem;
  color: #999;
}
.page-contact-title p::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--thm-base);
  margin-top: 15px;
}
.page-contact-rqcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--thm-base);
  color: #fff;
  padding: 1.25rem;
  text-align: center;
}
.page-contact-rqcode img {
  margin-bottom: 10px;
}
.page-contact-rqcode p {
  font-size: 1rem;
  color: #fff;
  line-height: 40px;
  padding: 0 0 5px 0;
  font-weight: normal;
}
.page-contact-text h4 {
  font-size: 1rem;
  color: #333;
}
.page-contact-text p {
  font-size: 1rem;
  color: #333;
  padding: 0.625rem 0;
}
.page-about {
  background: #fafbfd;
  padding: 6.25rem 0;
}
.about_left {
  position: relative;
  background: #fff;
  border: 1px #f1f3f6 solid;
  padding: 2.5rem;
  border-bottom: 4px var(--thm-base) solid;
  /* max-width: 55rem; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 30;
}
@media (max-width: 1208px) {
  .about_left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about_left {
    width: 100%;
  }
}
.about_maohao {
  position: relative;
  top: -4.6875rem;
  width: 9.4375rem;
  height: 9.4375rem;
}
.about_titless {
  font-size: 1.5rem;
  color: #333333;
  font-weight: normal;
  margin-bottom: 1.875rem;
}
.about_left .text {
  font-size: 1rem;
  color: #333;
  line-height: 2.1875rem;
}
.about_left .text p {
  margin-bottom: 1.25rem;
}
.about_company_box {
  background: #fff;
  padding: 2.5rem;
}
.about_company_box h4 {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: 1rem;
}
.about_company_box h4::before {
  content: '';
  display: block;
  width: 4px;
  height: 1rem;
  background-color: var(--thm-base);
  margin-right: 0.625rem;
}
.about_company_box p {
  color: #333333;
  font-size: 1rem;
  line-height: 2.1875rem;
}
.page-youshi {
  padding: 5rem 0;
}
.page-culture {
  padding-bottom: 5rem;
}
.about_culture_box {
  background: #fafafa;
  padding: 3.125rem;
}
.about_culture_box h4 {
  font-size: 1.125rem;
  color: var(--thm-base);
  margin-bottom: 1.875rem;
  line-height: 2.5rem;
  font-style: italic;
}
.page-honor {
  background: url(../images/honor_bg.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 5rem 0;
  overflow: hidden;
}
.page-honor .page-q-title h2 {
  color: #fff;
}
.page-honor .page-q-title h2::after {
  background-color: #fff;
}
.swiperHonor {
  margin-top: 1.25rem;
}
.swiperHonor a {
  display: block;
  background: #fff;
  padding: 0.65rem;
}
.swiperHonor .swiper-button-next,
.swiperHonor .swiper-button-prev {
  width: 3.75rem;
  height: 3.75rem;
  color: var(--thm-base);
  border: 2px solid var(--thm-base);
  border-radius: 50%;
}
.swiperHonor .swiper-button-next::after,
.swiperHonor .swiper-button-prev::after {
  font-size: 2rem;
  font-weight: bold;
}
.swiperHonor .swiper-button-next:hover,
.swiperHonor .swiper-button-prev:hover {
  background: var(--thm-base);
  color: #fff;
}
.page-history {
  padding: 5rem 0;
}
.subhistory_box h4 {
  font-size: 3rem;
  color: #333333;
}
.subhistory_box h6 {
  font-size: 1.125rem;
  color: #333333;
}
.subhistory_box .text {
  font-size: 1rem;
  color: #666;
}
.swiperthmHistory h4 {
  border-top: #c8c8c8 1px dashed;
  font-size: 1.125rem;
  color: #333;
  padding-top: 1.25rem;
  margin-top: 20px;
}
.swiperthmHistory .swiper-slide {
  padding-top: 1.875rem;
}
.swiperthmHistory .swiper-slide h4 {
  font-weight: normal;
}
.swiperthmHistory .swiper-slide h4::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #999999;
  margin: -30px auto 0 auto;
  border-radius: 50%;
}
.swiperthmHistory .swiper-slide.swiper-slide-thumb-active h4 {
  color: var(--thm-base);
  font-size: 2rem;
  margin-top: -45px;
}
.swiperthmHistory .swiper-slide.swiper-slide-thumb-active h4::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--thm-base);
  margin: 0.625rem auto 0 auto;
  border-radius: 50%;
}
.page-Recruitment {
  background: #fafbfd;
  padding: 5rem 0;
}
.job-list-title {
  background: var(--thm-base);
  color: #fff;
  font-size: 1.125rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.375rem;
}
.job-list-item {
  cursor: pointer;
}
.job-list-item .items-box {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem 1.25rem;
  margin-top: 0.9375rem;
}
.job-list-item .items-text {
  display: none;
  font-size: 0.875rem;
  color: #333;
  line-height: 2rem;
  background: #fff;
  padding: 0.9375rem 1.25rem;
}
.job-list-item.active .items-box .items i svg {
  transform: rotate(180deg);
  color: var(--thm-base);
}
.page-main {
  position: relative;
  width: 100%;
}
.left_nav {
  display: inline-block;
  background: #fff;
  padding: 0.625rem;
  position: fixed;
  left: 10px;
  top: 70%;
  transform: translateY(-70%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .left_nav {
    display: none;
  }
}
.left_nav ul li {
  text-align: center;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
  border-bottom: 1px #bebfc1 dashed;
}
.left_nav ul li:last-child {
  border-bottom: none;
}
.left_nav ul li a.active,
.left_nav ul li a:hover {
  color: var(--thm-base);
}
.left_nav ul li a {
  font-size: 0.875rem;
  color: #666;
}
.news_left_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
  margin-bottom: 1.875rem;
}
.news_left_title::after {
  flex: 0 0 calc(100% - 9rem);
  content: '';
  display: block;
  width: auto;
  height: 1px;
  background-color: #a0a0a0;
}
.news_left_box {
  width: 100%;
  overflow: hidden;
}
.news_left_single a {
  width: calc(100% - 20px);
  background: #fff;
  color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 15px;
  border-radius: 0.375rem;
}
.news_left_single a img {
  flex: 0 0 50%;
  width: 50%;
}
.news_left_single a .news_left_text {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  padding: 0.625rem;
}
.news_left_single a p {
  flex: 0 0 5.625rem;
  text-align: center;
  color: var(--thm-base);
  font-size: 2.1875rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.news_left_single a p span {
  display: block;
  font-size: 0.9375rem;
  color: #666;
  font-weight: normal;
  line-height: 1.25rem;
}

.news_right_single a .news_right_text {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  padding: 0.625rem;
}
.news_right_single a p {
  flex: 0 0 5.625rem;
  text-align: center;
  color: var(--thm-base);
  font-size: 2.1875rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.news_right_single a p span {
  display: block;
  font-size: 0.9375rem;
  color: #666;
  font-weight: normal;
  line-height: 1.25rem;
}

.news_right_single a h4 {
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
  /* 两行省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_left_single a h4 {
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
  /* 两行省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_right_single a {
  margin: 0.625rem;
  color: #333;
  padding: 0.625rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.news_right_single a p i {
  color: var(--thm-base);
}
.news_right_single a h4 {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.6;
}
.news_right_single:last-child a {
  margin-bottom: 0;
}

.index-client {
  background: #fafbfd;
  padding: 3.125rem 0;
  overflow: hidden;
}
.index-client .swiperClient::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 5.125rem;
  height: 100%;
  background: linear-gradient(to right, #fafbfd, transparent);
  z-index: 100;
}
.index-client .swiperClient::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 5.125rem;
  height: 100%;
  background: linear-gradient(to left, #fafbfd, transparent);
  z-index: 100;
}
.index-client .client-box {
  background: #fff;
  padding: 1.25rem;
  border-radius: 0.375rem;
}
.gotoabnout {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  z-index: 100;
}
.gotoabnout img {
  /* 上下跳动 */
  animation: jump 1s ease-in-out infinite;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.gototop {
  display: block;
  position: absolute;
  top: -1.25rem;
  left: 0;
  right: 0;
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-align: center;
  background: #fff;
  color: var(--thm-base);
  border-radius: 2.5rem;
  z-index: 100;
  font-size: 2.125rem;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gg_banner {
  position: relative;
  text-align: center;
  padding-bottom: 5.625rem;
}
.gg_banner_box {
  position: relative;
  background: url(../images/ql_bg_3.png) top center no-repeat;
  width: 100%;
  height: auto;
  padding: 4.5rem 0;
  text-align: center;
  color: #fff;
}
.gg_banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.7rem;
  height: auto;
  border-radius: 0;
  background: var(--thm-base);
  color: #fff;
  margin-top: -5rem;
}
.footer_link {
  background: #093c57;
  color: #fff;
  padding: 0.9375rem 0;
}
.footer_link a {
  color: #fff;
}
.about-video a {
  position: relative;
}
.about-video .about-video__btn {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-video .about-video__btn img {
  display: block;
  width: calc(126 / 1920 * 100vw);
  height: calc(126 / 1920 * 100vw);
}
.about-video .about-video__btn img:hover {
  filter: brightness(0) saturate(100%) invert(18%) sepia(85%) saturate(2595%)
    hue-rotate(343deg) brightness(89%) contrast(101%);
}
.proxq_fl .pro_detail_intro * {
  color: #fff !important;
  font-size: 1.25rem !important;
}
@media screen and (max-width: 768px) {
  .proxq {
    margin-top: 0.3rem !important;
  }
  .thmapplication_box a img {
    height: 3rem;
  }
}
