@charset "UTF-8";
/* 公共 */
/**
 * grid布局
 * @param {number} $cols   列数
 * @param {number} $colGip 列间隔
 * @param {number} $rowGip 行间隔
 * @param {list}   $mobile 断点配置列表(默认空)
    * @param {number} $breakpoint 断点值
    * @param {number} $cols       列数
    * @param {number} $colGap     行列间隔
*/
@font-face {
  font-family: AvantGardeGothicC-Demi;
  src: url(../fonts/AVANTGARDEGOTHICC-DEMI.OTF);
}

/* end 公共 */
/* 页面公共 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: rgba(4, 4, 4, 0.65);
  z-index: 999;
}

.header-logo {
  display: block;
  width: 20rem;
}

.header-nav {
  height: var(--header-height);
}

.header-nav__item {
  height: var(--header-height);
  position: relative;
  width: 9.375rem;
  text-align: center;
}

.header-nav__item--active a h2 {
  background: var(--main-color);
  color: #030303;
}

.header-nav__oneTitle h2 {
  line-height: var(--header-height);
  font-weight: normal;
  color: #fff;
  letter-spacing: .0625rem;
  font-size: var(--font18);
}

.header-nav__oneTitle h2:hover {
  background: var(--main-color);
  color: #030303;
}

.header-tool__item {
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: var(--font18);
}

.header-tool__item i {
  font-size: var(--font18);
  color: #fff;
}

.header-tool__item .box {
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translate(-50%, 0);
  background: #fff;
  min-width: 6.25rem;
  box-shadow: 0px 0px 5px 2px rgba(4, 110, 205, 0.2);
  padding: .625rem .9375rem;
  border-radius: 1.5625rem;
  display: none;
  font-size: var(--font16);
}

.header-tool__item .box a {
  display: block;
  font-size: var(--font20);
  color: #fff;
  text-align: center;
  line-height: 2.2;
}

.header-tool__item .box a.active {
  color: var(--main-color);
}

.header-tool__item .box input {
  display: block;
  border: 0;
  font-size: var(--font14);
  color: #fff;
}

.header-tool__item #langBox {
  min-width: 5rem;
  border-radius: 1.25rem;
}

.header-tool__item #langBox a {
  color: #000;
}

.header-tool__item #langBox a.active {
  color: var(--main-color);
}

.header-tool__line {
  width: 1px;
  height: 1.0625rem;
  background: #8f8f8f;
  margin: 0 12px;
}

.header-tool__menu {
  width: 25px;
  flex-direction: column;
  cursor: pointer;
}

.header-tool__menu span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}

.header-tool__menu span:not(:last-child) {
  margin-bottom: 6px;
}

.footer-img {
  display: block;
  width: 100%;
}

footer {
  background: #222;
}

footer .line {
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  opacity: .29;
}

footer .footer-top {
  padding-top: 5.625rem;
}

footer .footer-top .left {
  font-size: var(--font45);
  color: #f1ffff;
}

footer .footer-top .left span {
  color: var(--main-color);
}

footer .footer-top .right a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

footer .footer-top .right a .iconfont {
  font-size: 20px;
}

footer .footer-top .right a:not(:last-child) {
  margin-right: 10px;
}

footer .footer-top .right a:hover {
  background: var(--main-color);
}

footer .footer-top .right a:hover .iconfont {
  color: #fff;
}

footer .footer-top .line {
  margin: 2.1875rem 0 3.125rem;
}

footer .footer-center .left .item {
  display: flex;
  align-items: center;
  font-size: var(--font18);
  color: #fff;
}

footer .footer-center .left .item .iconfont {
  font-size: var(--font18);
  color: #ed9111;
  margin-right: 1.875rem;
}

footer .footer-center .left .item:not(:last-child) {
  margin-bottom: 2.5rem;
}

footer .footer-center .left .footer-icon {
  display: block;
  width: 8.5rem;
  margin-top: 5.625rem;
}

footer .footer-center .right .footer-nav {
  font-size: var(--font20);
}

footer .footer-center .right .footer-nav a {
  display: block;
  color: #fff;
}

footer .footer-center .right .footer-nav a:not(:last-child) {
  margin-bottom: 2.5rem;
}

footer .footer-center .right .footer-nav a:hover {
  color: var(--main-color);
}

footer .footer-center .right .footer-form {
  width: 39.6875rem;
  margin-left: 10rem;
}

footer .footer-center .right .footer-form .form-input {
  gap: .9375rem;
}

footer .footer-center .right .footer-form .form-input input {
  display: block;
  flex: 1;
  background: #3b3b3b;
  border: 0;
  outline: 0;
  height: 3.75rem;
  line-height: 3.75rem;
  padding: 0 1.875rem;
  color: #fff;
}

footer .footer-center .right .footer-form textarea {
  display: block;
  width: 100%;
  height: 12.5rem;
  resize: none;
  background: #3b3b3b;
  padding: 1.875rem;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  margin-top: .9375rem;
  color: #fff;
}

footer .footer-center .right .footer-form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 2.8125rem;
  background: #ed9111;
  border-radius: 1.5625rem;
  color: #fff;
  font-size: var(--font16);
  cursor: pointer;
  margin-top: 1.875rem;
}

footer .footer-center .right .footer-form .submit .iconfont {
  font-size: var(--font18);
  margin-left: .625rem;
  transition: all .3s;
}

footer .footer-center .right .footer-form .submit:hover .iconfont {
  transform: rotate(20deg);
}

footer .footer-center .line {
  margin: 3.75rem 0 2.5rem;
}

footer .footer-bot {
  padding-bottom: 2.5rem;
}

footer .footer-bot p,
footer .footer-bot a {
  color: rgba(255, 255, 255, 0.49);
  font-size: var(--font16);
}

.more-product {
  display: block;
  width: 13.125rem;
  height: 3.5rem;
  background: var(--primary-color);
  font-size: var(--font24);
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  line-height: 3.5rem;
  font-weight: 700;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 100% 50%, 90% 100%, 0 100%);
  transition: all .5s;
}

.more-product:hover {
  transform: translateX(20px);
}

.mode-breadCrumbs {
  display: flex;
  align-items: center;
}

.mode-breadCrumbs a {
  font-size: var(--font16);
  color: #000;
  display: flex;
  align-items: center;
}

.mode-breadCrumbs a .iconfont {
  color: #000;
  font-size: var(--font20);
  margin-right: .375rem;
}

.mode-search {
  width: 19.5rem;
  height: 3.75rem;
  position: relative;
}

.mode-search input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  font-size: var(--font26);
  padding: 0 2.5rem 0 1.5625rem;
  background: #f0f0f0;
}

.mode-search .submit {
  position: absolute;
  top: 50%;
  right: .625rem;
  transform: translateY(-50%);
  border: 0;
}

.mode-search .bi {
  font-size: var(--font24);
}

.mode-tip {
  display: block;
}

.mode-tip p {
  font-size: var(--font34);
  color: #a1a1a1;
}

.mode-tip p .iconfont {
  margin-left: 1.25rem;
  color: var(--main-color);
  font-size: var(--font34);
}

.mode-tip .btn {
  margin-top: 2.1875rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  font-size: var(--font28);
  color: #fff;
  text-align: center;
}

.mode-tip .btn span {
  position: relative;
  z-index: 3;
}

.mode-tip .btn1 {
  width: 18.75rem;
  background: #222;
  border-radius: 1.5625rem;
  position: relative;
  z-index: 1;
}

.mode-tip .btn2 {
  width: 25.9375rem;
  border-radius: 1.5625rem;
  background: var(--main-color);
  position: relative;
  transform: translateX(-20px);
  z-index: 3;
}

.mode-tip .btn2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(-12px);
  border-radius: 1.5625rem;
  z-index: 2;
}

.mode-tip .btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  border-radius: 1.5625rem;
  z-index: 3;
  transition: all .3s;
}

.mode-tip .btn2:hover::before {
  background: var(--main-color);
}

/* end 页面公共 */
.index {
  overflow: hidden;
}

.index .i-banner {
  height: 100vh;
}

.index .i-banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index .i-banner__img {
  position: absolute;
  top: 10rem;
  left: 50%;
  width: 44.875rem;
  transform: translateX(-50%);
}

.index .i-banner .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 2rem;
}

.index .i-banner .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  background: #777;
  border-radius: 50%;
  margin: 0;
  opacity: 1;
  position: relative;
}

.index .i-banner .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: .625rem;
}

.index .i-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  background: var(--main-color);
  border-radius: 20px;
}

.index .i-product {
  display: flex;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index .i-product .img-box {
  width: 57.29%;
}

.index .i-product .img-box img {
  display: block;
  max-width: 100%;
}

.index .i-product .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 11%;
}

.index .i-product .text-box .title {
  font-size: var(--font50);
  color: #a4a4a4;
  line-height: 1.9;
}

.index .i-product .text-box .desc {
  font-size: var(--font26);
  color: #a4a4a4;
  margin: 3.125rem 0;
  line-height: 1.8;
}

.index .i-dingzhi {
  background: #242424;
  display: flex;
  overflow: hidden;
}

.index .i-dingzhi .img-box {
  width: 57.29%;
}

.index .i-dingzhi .img-box img {
  display: block;
  max-width: 100%;
}

.index .i-dingzhi .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 11%;
}

.index .i-dingzhi .text-box .desc {
  color: var(--primary-color);
  font-size: var(--font50);
  line-height: 1.6;
}

.index .i-dingzhi .text-box .tip {
  margin-top: 1.875rem;
  display: flex;
  font-size: var(--font26);
  color: #a4a4a4;
}

.index .i-dingzhi .text-box .tip .iconfont {
  color: var(--main-color);
  font-size: var(--font22);
}

.index .i-dingzhi .text-box .tip span {
  transition: all .3s;
  margin-left: .625rem;
}

.index .i-dingzhi .text-box .tip:hover span {
  transform: translateX(20px);
}

.index .i-number {
  height: 10.3125rem;
  background: url(../images/i-number-bg.jpg) no-repeat center;
  background-size: cover;
}

.index .i-number .item {
  width: 20%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.index .i-number .item .year {
  font-size: var(--font50);
  font-family: 'Impact';
}

.index .i-number .item .year sup {
  font-size: var(--font20);
  top: -1.5em;
}

.index .i-number .item .year sup sup {
  top: -.5em;
}

.index .i-number .item .desc {
  margin-top: 1.5625rem;
  font-size: var(--font20);
}

.index .i-number .item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 8.4375rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, white 50%, rgba(255, 255, 255, 0) 80%);
}

.index .i-about {
  background: #f1f1f1;
  padding: 6.5625rem 0;
}

.index .i-about .text-box {
  width: 35%;
}

.index .i-about .text-box .content {
  color: #4a4a4a;
  font-size: var(--font26);
  line-height: 2;
}

.index .i-about .text-box .more-about {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  padding: .75rem .625rem;
  margin-top: 3.125rem;
  transition: background .3s;
}

.index .i-about .text-box .more-about:hover {
  background: var(--hover-color);
}

.index .i-about .video-box {
  width: 52.5%;
  overflow: hidden;
}

.index .i-about .video-box .title {
  font-size: var(--font24);
  color: #fff;
  background: #000;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 1.5rem;
  position: relative;
  z-index: 10;
}

.index .i-about .video-box img {
  display: block;
  width: 100%;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.index .i-about .video-box:hover img {
  transform: scale(1.1);
}

.index .i-news {
  padding: 9.375rem 0;
}

.index .i-news .left {
  color: #4a4a4a;
  flex-shrink: 0;
}

.index .i-news .left .title {
  font-size: var(--font50);
}

.index .i-news .left .more-news {
  font-size: var(--font26);
  color: #4a4a4a;
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}

.index .i-news .left .more-news span {
  color: var(--main-color);
  font-size: var(--font40);
  margin-left: .9375rem;
  transition: all .3s;
}

.index .i-news .left .more-news:hover span {
  transform: translateX(10px);
}

.index .i-news .right .item {
  width: 28.4375rem;
  height: 12.5rem;
  background: #dbdbdb;
}

.index .i-news .right .item .img-box {
  width: 12.5rem;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index .i-news .right .item .text-box {
  flex: 1;
  height: 100%;
  font-size: var(--font20);
  padding: 1.875rem .625rem 0;
  color: #4a4a4a;
  line-height: 1.8;
  box-sizing: border-box;
}

.index .i-news .right .item:not(:last-child) {
  margin-right: .9375rem;
}

.index .i-news .right .item:hover {
  background: var(--main-color);
}

.index .i-news .right .item:hover .text-box {
  color: #fff;
}

.about .mode-breadCrumbs {
  margin-top: 1.5625rem;
}

.about .about-1 {
  margin-top: 5.625rem;
  padding-bottom: 11.25rem;
}

.about .about-1 .text-box {
  padding-left: var(--ext-padding);
  font-size: var(--font20);
  width: 43.75rem;
  text-align: justify;
  text-align-last: left;
  line-height: 1.6;
}

.about .about-1 .swiper-box {
  width: 60rem;
  position: relative;
}

.about .about-1 .swiper-box .swiper-button-prev,
.about .about-1 .swiper-box .swiper-button-next {
  width: 4.25rem;
  height: 4.25rem;
  background: #030303;
  opacity: .64;
  right: unset;
  left: 0;
  bottom: 0;
  top: unset;
  z-index: 20;
}

.about .about-1 .swiper-box .swiper-button-prev::after,
.about .about-1 .swiper-box .swiper-button-next::after {
  content: none;
}

.about .about-1 .swiper-box .swiper-button-prev .iconfont,
.about .about-1 .swiper-box .swiper-button-next .iconfont {
  color: #fff;
  font-size: var(--font26);
}

.about .about-1 .swiper-box .swiper-button-prev:hover,
.about .about-1 .swiper-box .swiper-button-next:hover {
  background: var(--main-color);
  opacity: 1;
}

.about .about-1 .swiper-box .swiper-button-prev {
  transform: translateX(-100%);
}

.about .about-title {
  font-size: var(--font50);
  color: #4a4a4a;
  padding-left: 1.625rem;
  position: relative;
}

.about .about-title::after {
  content: "";
  width: .625rem;
  height: 3.125rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--main-color);
}

.about .about-2 {
  background: #ececec;
  padding: 5.9375rem 0 6.5625rem;
}

.about .about-2 .about2__class li {
  font-size: var(--font20);
  padding: .9375rem 1.75rem;
  border-radius: 1.4375rem;
  line-height: 1;
  margin-right: 4.375rem;
  cursor: pointer;
  position: relative;
}

.about .about-2 .about2__class li.active {
  background: var(--main-color);
  color: #fff;
}

.about .about-2 .about2__class li:hover {
  background: var(--main-color);
  color: #fff;
}

.about .about-2 .about2__class li:not(:first-child) {
  margin-left: 4.375rem;
}

.about .about-2 .about2__class li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 21px;
  background: #030303;
  opacity: .26;
  position: absolute;
  right: -4.375rem;
  top: 50%;
  transform: translateY(-50%);
}

.about .about-2 .about2-swiper {
  margin-top: 8.75rem;
  padding-left: var(--ext-padding);
}

.about .about-2 .about2-swiper .swiper-slide {
  cursor: pointer;
}

.about .about-2 .about2-swiper .item {
  display: none;
}

.about .about-2 .about2-swiper .item.active {
  display: block;
}

.about .about-2 .about2-swiper .swiper-tool {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.3125rem;
}

.about .about-2 .about2-swiper .swiper-tool .swiper-button-next,
.about .about-2 .about2-swiper .swiper-tool .swiper-button-prev {
  position: relative;
  margin-top: 0;
  top: unset;
  left: unset;
  right: unset;
  width: auto;
}

.about .about-2 .about2-swiper .swiper-tool .swiper-button-next::after,
.about .about-2 .about2-swiper .swiper-tool .swiper-button-prev::after {
  content: none;
}

.about .about-2 .about2-swiper .swiper-tool .swiper-button-next .iconfont,
.about .about-2 .about2-swiper .swiper-tool .swiper-button-prev .iconfont {
  font-size: var(--font50);
  color: var(--main-color);
  transition: all .3s;
}

.about .about-2 .about2-swiper .swiper-tool .swiper-button-next:hover .iconfont,
.about .about-2 .about2-swiper .swiper-tool .swiper-button-prev:hover .iconfont {
  transform: scale(1.1);
}

.about .about-2 .about2-swiper .swiper-tool .swiper-button-next {
  margin-left: 20.9375rem;
}

.about .about-3 {
  padding: 10.9375rem 0 4.6875rem;
}

.about .about-3 .list {
  margin-top: 6.875rem;
}

.about .about-3 .list li {
  width: 15%;
  overflow: hidden;
  margin-bottom: 20px;
}

.about .about-3 .list li .img-box {
  width: 87.5%;
  margin: 0 auto;
}

.about .about-3 .list li .img-box img {
  display: block;
  width: 100%;
}

.about .about-3 .list li:hover {
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.product .product-box {
  margin-top: 2.8125rem;
  position: relative;
}

.product .product-box .top {
  align-items: flex-start;
}

.product .product-box .pos {
  position: absolute;
  top: -50px;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: -1;
}

.product .box {
  margin-top: 3.125rem;
}

.product .box .left {
  width: 24.125%;
}

.product .box .left .slide-item {
  margin-bottom: 2.1875rem;
}

.product .box .left .slide-item .slide-title {
  height: 3.125rem;
  line-height: 3.125rem;
  box-shadow: 3px 8px 4px 0px rgba(0, 0, 0, 0.19);
  font-size: var(--font24);
  padding-left: 1.5rem;
  background: #f0f0f0;
  transition: all .5s ease-in-out;
  color: #4a4a4a;
}

.product .box .left .slide-item .slide-content {
  margin-top: 2.5rem;
}

.product .box .left .slide-item .slide-content .tip {
  margin-top: 2.1875rem;
  font-size: var(--font20);
  color: #060606;
  opacity: 0.59;
  text-align: center;
}

.product .box .left .slide-item.active .slide-title {
  background: var(--main-color);
  color: #fff;
}

.product .box .left .product-classList {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product .box .left .product-classList .item-title {
  height: 3.75rem;
  line-height: 3.75rem;
  padding: 0 1.5625rem 0 1.25rem;
  box-sizing: border-box;
  box-shadow: 3px 8px 4px 0px rgba(0, 0, 0, 0.19);
  border: 1px solid rgba(0, 0, 0, 0.13);
  background: #f0f0f0;
  color: #4a4a4a;
  font-size: var(--font28);
  cursor: pointer;
}

.product .box .left .product-classList .item-title .iconfont {
  color: var(--main-color);
}

.product .box .left .product-classList .item .subList {
  display: none;
}

.product .box .left .product-classList .item .subList li a {
  display: flex;
  align-items: center;
  height: 3.75rem;
  line-height: 3.75rem;
  padding: 0 1.25rem;
  color: #4a4a4a;
  font-size: var(--font24);
  cursor: pointer;
}

.product .box .left .product-classList .item .subList li a .line {
  width: 11px;
  height: 1px;
  background: #999999;
  margin-right: 2.1875rem;
}

.product .box .left .product-classList .item .subList li:hover a {
  color: var(--main-color);
}

.product .box .left .product-classList .item .subList li:hover a .line {
  background: var(--main-color);
}

.product .box .left .product-classList .item .subList li.active a {
  background: var(--main-color);
  color: #fff;
}

.product .box .left .product-classList .item .subList li.active a .line {
  background: #fff;
}

.product .box .left .product-classList .item .subList li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product .box .left .product-classList .item.active .item-title .iconfont {
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.product .box .left .product-classList .item:hover .item-title .iconfont {
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.product .box .left .rest {
  width: 7rem;
  height: 2.875rem;
  box-shadow: 2px 7px 7px 0px rgba(0, 0, 0, 0.24);
  text-align: center;
  line-height: 2.875rem;
  color: #fff;
  font-size: var(--font24);
  background: #a1a1a1;
  border-radius: 1.4375rem;
  margin: 4.375rem 0;
  cursor: pointer;
}

.product .box .left .rest:hover {
  background: #868686;
  transition: background .3s ease-in-out;
}

.product .box .right {
  width: 71.375%;
}

.product .box .right .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 1.875rem 0.8125rem;
}

@media (max-width: 992px) {
  .product .box .right .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 640px) {
  .product .box .right .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.product .box .right .list li {
  flex: 1;
  border: 1px solid #f2f2f2;
  transition: all .5s ease-in-out;
}

.product .box .right .list li .img-box img {
  aspect-ratio: 372/290;
  object-fit: cover;
}

.product .box .right .list li .text-box {
  padding: 0 1.875rem .9375rem;
}

.product .box .right .list li .text-box .title {
  font-size: var(--font22);
  font-weight: bold;
}

.product .box .right .list li .text-box .desc {
  margin-top: 1.125rem;
  font-size: var(--font16);
  color: rgba(0, 0, 0, 0.82);
  display: flex;
  flex-wrap: wrap;
}

.product .box .right .list li .text-box .desc .desc-item {
  display: flex;
  width: 100%;
}

.product .box .right .list li .text-box .desc .desc-item p {
  min-width: 15%;
}

.product .box .right .list li:hover {
  transform: translateY(-15px);
}

.product .box .right .mode-tip {
  margin-top: 9.75rem;
}

.product .box .searchList {
  width: 100%;
}

.product .box .searchList .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 1.875rem 0.8125rem;
}

@media (max-width: 992px) {
  .product .box .searchList .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 640px) {
  .product .box .searchList .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.productXq .productXq-top {
  margin-top: 1.875rem;
}

.productXq .productXq-title {
  font-size: var(--font40);
  color: #4a4a4a;
  padding-left: 1.375rem;
  position: relative;
}

.productXq .productXq-title::after {
  content: "";
  width: .625rem;
  height: 2.375rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--main-color);
}

.productXq .line {
  width: 100%;
  height: 1px;
  background: rgba(34, 34, 34, 0.35);
  margin-top: 1.5625rem;
}

.productXq .swiper-button-prev .iconfont,
.productXq .swiper-button-next .iconfont {
  font-size: var(--font24);
  color: #0f1012;
  opacity: 0.41;
}

.productXq .swiper-button-prev::after,
.productXq .swiper-button-next::after {
  content: none;
}

.productXq .swiper-button-next {
  right: -3.125rem;
}

.productXq .swiper-button-prev {
  left: -3.125rem;
}

.productXq .productXq-1 {
  margin-top: 9.375rem;
}

.productXq .productXq-1 .left {
  width: 35.375rem;
}

.productXq .productXq-1 .left .swiper1Top {
  width: 35.375rem;
  height: 35.375rem;
  border: 1px solid #c6c6c6;
}

.productXq .productXq-1 .left .swiper1Top .swiper-slide {
  display: flex;
}

.productXq .productXq-1 .left .swiper1Top .swiper-slide img {
  margin: auto;
}

.productXq .productXq-1 .left .swiper1Bot {
  margin-top: 12px;
}

.productXq .productXq-1 .left .swiper1Bot .swiper-slide {
  border: 1px solid #c6c6c6;
  display: flex;
  box-sizing: border-box;
}

.productXq .productXq-1 .left .swiper1Bot .swiper-slide img {
  margin: auto;
}

.productXq .productXq-1 .left .swiper1Bot .swiper-slide-thumb-active {
  border: 1px solid var(--main-color);
}

.productXq .productXq-1 .right {
  margin-left: 8.4375rem;
}

.productXq .productXq-1 .right .en-title {
  font-family: "Impact";
  font-size: var(--font50);
  color: #000;
  line-height: 1;
}

.productXq .productXq-1 .right .cn-title {
  font-size: var(--font30);
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}

.productXq .productXq-1 .right .typeList {
  font-size: var(--font22);
  font-family: ArialMT;
  color: #a3a3a3;
  margin: 1.875rem 0 2.5rem;
}

.productXq .productXq-1 .right .typeList span {
  display: block;
  margin: 0 10px;
  font-size: var(--font20);
}

.productXq .productXq-1 .right .typeList p.active {
  color: var(--main-color);
}

.productXq .productXq-1 .right .title {
  font-size: var(--font26);
  color: #4a4a4a;
  font-weight: 700;
  margin-top: 1.875rem;
}

.productXq .productXq-1 .right .content {
  margin-bottom: 1.875rem;
  font-size: var(--font20);
  color: #120f10;
  opacity: .84;
  line-height: 2;
}

.productXq .productXq-1 .right .content img {
  max-width: 100%;
}

.productXq .productXq-1 .right .content2 img {
  max-width: 100%;
  max-height: 13.75rem;
}

.productXq .productXq-1 .right .contact-btn {
  display: block;
  width: 10rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  line-height: 3.125rem;
  font-size: var(--font18);
  transition: all .3s;
}

.productXq .productXq-1 .right .contact-btn:hover {
  background: var(--hover-color);
}

.productXq .productXq-1 .right .imgList {
  margin: 1.875rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 0 20px;
}

@media (max-width: 992px) {
  .productXq .productXq-1 .right .imgList {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

.productXq .productXq-1 .right .imgList .img-box {
  position: relative;
  border: 1px solid #c6c6c6;
  display: flex;
}

.productXq .productXq-1 .right .imgList .img-box img {
  display: block;
  margin: auto;
  width: 100%;
}

.productXq .productXq-1 .right .imgList p {
  font-size: var(--font16);
  text-align: center;
  margin-top: 5px;
}

.productXq .productXq-1 .dingzhi-btn {
  display: block;
  width: 13.5rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  color: #fff;
  font-size: var(--font30);
  background: #e49322;
  border-radius: 1.875rem;
  margin: .9375rem 0 0 auto;
  transition: all .3s;
}

.productXq .productXq-1 .dingzhi-btn:hover {
  background: var(--hover-color);
}

.productXq .productXq-2 {
  margin-top: 3.125rem;
}

.productXq .productXq-3 {
  margin-top: 5rem;
}

.productXq .productXq-3 img {
  margin: 4.6875rem auto 0;
  display: block;
  max-width: 100%;
}

.productXq .productXq-4 {
  margin-top: 5rem;
}

.productXq .productXq-4 .swiper-box {
  position: relative;
}

.productXq .productXq-4 .swiper4 {
  margin-top: 2.1875rem;
  padding: 0 2.5rem;
}

.productXq .productXq-4 .swiper4 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.productXq .productXq-4 .swiper4 p {
  font-size: var(--font16);
  text-align: center;
  margin-top: 1.25rem;
}

.productXq .productXq-4 .productXq-5 {
  margin-top: 8.125rem;
}

.productXq .productXq-4 .swiper5 {
  margin-top: 3.125rem;
}

.productXq .productXq-4 .swiper5 .img-box {
  height: 27.8125rem;
  width: 100%;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  display: flex;
}

.productXq .productXq-4 .swiper5 .img-box img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.productXq .productXq-4 .swiper5 p {
  text-align: center;
  color: #4a4a4a;
  margin-top: 2.8125rem;
  font-size: var(--font30);
}

.productXq .productXq-4 .swiper5Box .swiper-button-prev,
.productXq .productXq-4 .swiper5Box .swiper-button-next {
  top: 40%;
}

.productXq .productXq-6 {
  margin-top: 0 !important;
}

.productXq .productXq-6 .swiper5 .img-box {
  height: 25rem;
}

.productXq .productXq-6 .swiper5 .img-box img {
  max-width: 80%;
  max-height: 90%;
}

.productXq .productXq-6 .swiper5 p {
  margin-top: 1.5625rem;
  font-size: var(--font22);
}

.custom {
  margin-top: var(--header-height);
}

.custom .custom-1 .tip {
  background: var(--main-color);
}

.custom .custom-1 .tip .container {
  height: 8.75rem;
  line-height: 8.75rem;
  font-size: var(--font50);
  color: #fff;
}

.custom .custom-1 .text {
  font-size: var(--font30);
  color: #4a4a4a;
  line-height: 1.8;
  margin-top: 4.0625rem;
}

.custom .custom-1 .text span {
  color: #ab0606;
}

.custom .custom-1 .content-box {
  margin: 5rem 0;
}

.custom .custom-1 .content-box .img-box {
  width: 28.4375%;
  margin-right: 12.5%;
}

.custom .custom-1 .content-box .text-box .item img {
  margin-right: 5.3125rem;
  margin-top: 10px;
  display: block;
  width: 50px;
}

.custom .custom-1 .content-box .text-box .item .desc {
  font-size: var(--font40);
  color: #4a4a4a;
  line-height: 1.4;
}

.custom .custom-1 .content-box .text-box .item .desc .title {
  font-weight: 700;
}

.custom .custom-1 .content-box .text-box .item:not(:last-child) {
  margin-bottom: 4.375rem;
}

.custom .custom-1 .subList {
  padding-bottom: 7.1875rem;
}

.custom .custom-1 .subList .item {
  position: relative;
  overflow: hidden;
}

.custom .custom-1 .subList .item .item-title {
  height: 8.125rem;
  background: #e9e9e9;
  border-radius: .625rem .625rem 0 0;
  padding: 0 3.75rem;
  box-sizing: border-box;
  cursor: pointer;
}

.custom .custom-1 .subList .item .item-title .left {
  font-size: var(--font40);
  color: #4a4a4a;
}

.custom .custom-1 .subList .item .item-title .left .iconfont {
  font-size: var(--font40);
  color: var(--main-color);
  margin-right: 1.5625rem;
}

.custom .custom-1 .subList .item .item-title .rightIcon {
  font-size: var(--font40);
  color: #c2c2c2;
  transition: all .5s;
}

.custom .custom-1 .subList .item .item-title:hover {
  background: var(--main-color);
}

.custom .custom-1 .subList .item .item-title:hover .left,
.custom .custom-1 .subList .item .item-title:hover .iconfont,
.custom .custom-1 .subList .item .item-title:hover .left p {
  color: #fff !important;
}

.custom .custom-1 .subList .item .item-box {
  position: absolute;
  opacity: 0;
  z-index: -1;
  min-height: 60.3125rem;
  border: 1px solid rgba(0, 0, 0, 0.22);
  transition: all .3s;
}

.custom .custom-1 .subList .item:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.custom .custom-1 .subList .item.active .item-title {
  background: var(--main-color);
}

.custom .custom-1 .subList .item.active .item-title .left,
.custom .custom-1 .subList .item.active .item-title .iconfont,
.custom .custom-1 .subList .item.active .item-title .left p {
  color: #fff !important;
}

.custom .custom-1 .subList .item.active .item-title .rightIcon {
  transform: rotate(180deg);
}

.custom .custom-1 .subList .item.active .item-box {
  position: relative;
  opacity: 1;
  z-index: 5;
}

.custom .custom-1 .subList .item1 .flex-box {
  min-height: 60.3125rem;
  display: flex;
  align-items: center;
}

.custom .custom-1 .subList .item1 .img-box {
  padding-left: 2.1875rem;
  width: 60%;
}

.custom .custom-1 .subList .item1 .text-box {
  margin-left: 6.25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom .custom-1 .subList .item1 .text-box .title {
  font-size: var(--font50);
  color: #4a4a4a;
  font-weight: bold;
}

.custom .custom-1 .subList .item1 .text-box .desc {
  color: #4a4a4a;
  font-size: var(--font24);
  line-height: 1.6;
  margin: 2.8125rem 0 3.4375rem;
}

.custom .custom-1 .subList .item1 .text-box .moreBtn {
  display: block;
  width: 20rem;
}

.custom .custom-1 .subList .item2 .flowList {
  margin-top: 7.1875rem;
  padding: 0 .625rem;
  justify-content: space-between;
  position: relative;
}

.custom .custom-1 .subList .item2 .flowList li {
  cursor: pointer;
  position: relative;
}

.custom .custom-1 .subList .item2 .flowList li:not(:last-child) .cir-box::after {
  content: "";
  width: 3.75rem;
  height: 1.875rem;
  background: url(../images/right-icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(150%, -50%);
  right: 0;
}

.custom .custom-1 .subList .item2 .flowList li.active .cir-box {
  background: #ce2e22;
}

.custom .custom-1 .subList .item2 .flowList li.active .cir-box .iconfont {
  color: #fff;
}

.custom .custom-1 .subList .item2 .flowList li.active .cir-box .dot {
  border: 2px solid #fff;
}

.custom .custom-1 .subList .item2 .flowList .cir-box {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  border: 2px solid #ce2e22;
  position: relative;
  display: flex;
  margin: 0 auto;
  transform: translateX();
}

.custom .custom-1 .subList .item2 .flowList .cir-box .iconfont {
  color: #ce2e22;
  margin: auto;
  font-size: var(--font50);
}

.custom .custom-1 .subList .item2 .flowList .cir-box .dot {
  width: 3.125rem;
  height: 3.125rem;
  background: #ce2e22;
  border-radius: 50%;
  line-height: 3.125rem;
  text-align: center;
  font-size: var(--font24);
  font-family: ArialMT;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.custom .custom-1 .subList .item2 .flowList .text-box {
  text-align: center;
  margin-top: 1.875rem;
}

.custom .custom-1 .subList .item2 .flowList .text-box .cn-title {
  font-size: var(--font30);
  color: #000;
  font-weight: 700;
  line-height: 1;
}

.custom .custom-1 .subList .item2 .flowList .text-box .en-title {
  line-height: 1;
  font-size: var(--font20);
  color: #000;
  opacity: .64;
  margin-top: .625rem;
}

.custom .custom-1 .subList .item2 .flowBox {
  margin-top: 2.5rem;
}

.custom .custom-1 .subList .item2 .flowBox .flow-item {
  display: none;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.custom .custom-1 .subList .item2 .flowBox .flow-item.active {
  display: block;
  opacity: 1;
}

.custom .custom-1 .subList .item2 .flowBox .triangle {
  width: 50px;
  height: 28px;
  background: #f7f7f7;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.custom .custom-1 .subList .item2 .flowBox .flow-itemBox {
  color: #4a4a4a;
  position: relative;
  background: rgba(233, 233, 233, 0.37);
  border-radius: 1.5625rem;
  padding: 3.125rem 4.375rem;
}

.custom .custom-1 .subList .item2 .flowBox .flow-itemBox .title {
  font-size: var(--font40);
  color: #ab0606;
  font-weight: 700;
}

.custom .custom-1 .subList .item2 .flowBox .flow-itemBox .content {
  margin-top: 3.125rem;
  font-size: var(--font24);
  line-height: 1.6;
}

.custom .custom-1 .subList .item2 .item2-tip {
  margin-top: 2.5rem;
  font-size: var(--font40);
  color: var(--main-color);
  font-weight: bold;
  padding-left: 4.375rem;
}

.custom .custom-1 .subList .item2 .moreBtn {
  display: block;
  width: 13.5625rem;
  height: 4.0625rem;
  background-color: var(--main-color);
  box-shadow: 6px 4px 7px 0px rgba(0, 0, 0, 0.24);
  border-radius: 2rem;
  line-height: 4.0625rem;
  text-align: center;
  color: #fff;
  font-size: var(--font24);
  margin-left: 4.375rem;
  margin: 2.5rem 0 2.5rem 4.375rem;
}

.custom .custom-1 .subList .item2 .moreBtn:hover {
  background: var(--hover-color);
  transition: all .3s ease-in-out;
}

.custom .custom-1 .subList .item3 .item-title .left {
  align-items: center;
}

.custom .custom-1 .subList .item3 .item-title .left p {
  margin-top: .9375rem;
  font-size: var(--font24);
  color: rgba(0, 0, 0, 0.61);
}

.custom .custom-1 .subList .item3 .item-box .adv-list {
  padding: 3.75rem 3.125rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 1.25rem 3.125rem;
}

@media (max-width: 992px) {
  .custom .custom-1 .subList .item3 .item-box .adv-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 640px) {
  .custom .custom-1 .subList .item3 .item-box .adv-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.custom .custom-1 .subList .item3 .item-box .adv-item {
  flex: 1;
  height: 20.4375rem;
  background: #f7f7f7;
  border-radius: 1.25rem;
  padding: 3.125rem;
  box-sizing: border-box;
}

.custom .custom-1 .subList .item3 .item-box .adv-item img {
  display: block;
  width: 3.75rem;
}

.custom .custom-1 .subList .item3 .item-box .adv-item .title {
  font-size: var(--font30);
  color: #ab0606;
  margin: 1.5625rem 0 2.1875rem;
}

.custom .custom-1 .subList .item3 .item-box .adv-item .desc {
  font-size: var(--font24);
  color: #4a4a4a;
  line-height: 1.4;
}

.custom .custom-2 {
  background: #e9e9e9;
  padding: 9.375rem 0;
}

.custom .custom-2 .custom-title {
  padding-left: 1.375rem;
  position: relative;
  font-size: var(--font50);
  color: #4a4a4a;
}

.custom .custom-2 .custom-title::after {
  content: "";
  width: .625rem;
  height: 3.125rem;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.custom .custom-2 .tip {
  margin-top: 1.5625rem;
  padding-left: 1.375rem;
  font-size: var(--font24);
  color: rgba(0, 0, 0, 0.65);
}

.custom .custom-2 .list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 4.0625rem 3.875rem;
}

@media (max-width: 992px) {
  .custom .custom-2 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 640px) {
  .custom .custom-2 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.custom .custom-2 .list li {
  flex: 1;
  text-align: center;
}

.custom .custom-2 .list li .title {
  font-size: var(--font30);
  margin-top: 1.5rem;
}

.custom .custom-2 .list li:hover .title {
  color: var(--main-color);
}

.custom .custom-3 {
  text-align: center;
  padding: 7.8125rem 0 2.5rem;
}

.custom .custom-3 .text-style {
  font-size: var(--font45);
  color: var(--main-color);
  line-height: 1.6;
  font-weight: bold;
}

.custom .custom-3 .text-style-2 {
  display: block;
  width: 37.25rem;
  height: 3.75rem;
  line-height: 3.75rem;
  box-shadow: 7px 4px 4px 0px rgba(0, 0, 0, 0.19);
  margin: 2.5rem auto 3.125rem;
  font-size: var(--font35);
  background: var(--main-color);
  border-radius: 1.875rem;
  color: #fff;
  letter-spacing: 1px;
}

.custom .custom-3 .text-style-2:hover {
  background: var(--hover-color);
  transition: background .3s ease-in-out;
}

.custom .custom-3 .text-style-3 {
  font-size: var(--font34);
  line-height: 1.6;
  color: #4a4a4a;
  opacity: 0.87;
}

.capacity .capacity-1 {
  background-position: center bottom;
  background-size: cover;
  padding: 9.6875rem 0 12.5rem;
}

.capacity .capacity-1 .capacity-title {
  text-align: center;
  font-size: var(--font55);
  color: #4a4a4a;
}

.capacity .capacity-1 .list {
  margin-top: 10.625rem;
  padding: 0 9.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 9.6875rem 18.75rem;
}

@media (max-width: 992px) {
  .capacity .capacity-1 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 640px) {
  .capacity .capacity-1 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.capacity .capacity-1 .list li {
  flex: 1;
}

.capacity .capacity-1 .list li .iconfont {
  font-size: var(--font65);
  color: #ab0606;
  margin-right: 4.0625rem;
}

.capacity .capacity-1 .list li .text-box .title {
  font-size: var(--font40);
  color: #ab0606;
}

.capacity .capacity-1 .list li .text-box .desc {
  margin-top: 2.25rem;
  font-size: var(--font24);
  line-height: 1.6;
  color: #4a4a4a;
  opacity: 0.85;
}

.capacity .capacity-2 {
  margin: 5rem 0;
}

.capacity .capacity-3 .list .item {
  position: relative;
  overflow: hidden;
}

.capacity .capacity-3 .list .item.active .item-title {
  background: var(--main-color);
}

.capacity .capacity-3 .list .item.active .item-title .left,
.capacity .capacity-3 .list .item.active .item-title .iconfont,
.capacity .capacity-3 .list .item.active .item-title p {
  color: #fff !important;
}

.capacity .capacity-3 .list .item.active .item-title .rightIcon {
  transform: rotate(180deg);
}

.capacity .capacity-3 .list .item.active .item-box {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.capacity .capacity-3 .list .item:not(:last-child) {
  margin-bottom: 3.75rem;
}

.capacity .capacity-3 .list .item-title {
  height: 8.125rem;
  background: #e9e9e9;
  border-radius: .625rem .625rem 0 0;
  padding: 0 3.75rem 0 1.875rem;
  box-sizing: border-box;
  cursor: pointer;
}

.capacity .capacity-3 .list .item-title .left {
  font-size: var(--font40);
  color: #4a4a4a;
}

.capacity .capacity-3 .list .item-title .left .iconfont {
  font-size: var(--font40);
  color: var(--main-color);
  margin-right: 1.5625rem;
}

.capacity .capacity-3 .list .item-title .left p {
  margin-top: .9375rem;
  font-size: var(--font24);
  color: rgba(0, 0, 0, 0.61);
}

.capacity .capacity-3 .list .item-title .rightIcon {
  font-size: var(--font40);
  color: #c2c2c2;
  transition: all .5s;
}

.capacity .capacity-3 .list .item-title:hover {
  background: var(--main-color);
}

.capacity .capacity-3 .list .item-title:hover .left,
.capacity .capacity-3 .list .item-title:hover .iconfont,
.capacity .capacity-3 .list .item-title:hover p,
.capacity .capacity-3 .list .item-title:hover .rightIcon {
  color: #fff;
}

.capacity .capacity-3 .list .item-box {
  border: 1px solid rgba(0, 0, 0, 0.22);
  padding: 4.375rem 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: all .5s ease-in-out;
}

.capacity .capacity-3 .list .item-box .subList {
  width: 90.3125%;
  margin: 0 auto;
  --itemheight: 5.625rem;
}

.capacity .capacity-3 .list .item-box .subList .sub-item {
  position: relative;
  overflow: hidden;
}

.capacity .capacity-3 .list .item-box .subList .sub-item:not(:last-child) {
  margin-bottom: 4px;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-title {
  height: var(--itemheight);
  line-height: var(--itemheight);
  background-color: #f5f5f5;
  border-radius: .625rem;
  padding: 0 3.125rem;
  cursor: pointer;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-title .text {
  font-size: var(--font26);
  color: #4a4a4a;
  display: flex;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-title .text .number {
  margin-right: 1.25rem;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-title .iconfont {
  font-size: var(--font30);
  color: var(--main-color);
  transition: all .3s ease-in-out;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box {
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: all .3s;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .padding-box {
  background: rgba(246, 178, 83, 0.04);
  border-radius: .625rem;
  padding: 3.4375rem 3.75rem 4.0625rem;
  display: flex;
  align-items: center;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .padding-box .img-box {
  width: 20rem;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .padding-box .text-box {
  margin-left: 4.375rem;
  font-size: var(--font26);
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list {
  padding-bottom: 3.75rem;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list li {
  position: relative;
  padding: 0 3.125rem 0 6.25rem;
  background: #f5f5f5;
  overflow: hidden;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list li.active {
  background: rgba(246, 178, 83, 0.04);
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list li.active .sublist-title {
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list li.active .sublist-title .iconfont {
  transform: rotate(180deg);
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list li.active .sublist-box {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list li:hover .sublist-title {
  color: var(--main-color);
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list .sublist-title {
  height: var(--itemheight);
  line-height: var(--itemheight);
  font-size: var(--font26);
  color: #4a4a4a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  cursor: pointer;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list .sublist-title .iconfont {
  font-size: var(--font30);
  color: var(--main-color);
  transition: all .5 ease-in-out;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list .sublist-box {
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: all .5 ease-in-out;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list .flex-box {
  display: flex;
  align-items: center;
  padding: 1.875rem 3.125rem;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list .flex-box .img-box {
  width: 20rem;
}

.capacity .capacity-3 .list .item-box .subList .sub-item .sub-box .sub-list .flex-box .text-box {
  margin-left: 4.375rem;
  font-size: var(--font26);
}

.capacity .capacity-3 .list .item-box .subList .sub-item.active .sub-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.11);
}

.capacity .capacity-3 .list .item-box .subList .sub-item.active .sub-title .iconfont {
  transform: rotate(180deg);
}

.capacity .capacity-3 .list .item-box .subList .sub-item.active .sub-box {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.capacity .capacity-3 .list .item-box .subList .sub-item:hover .text,
.capacity .capacity-3 .list .item-box .subList .sub-item:hover .iconfont {
  color: var(--main-color);
}

.capacity .capacity-3 .list .item-box .text-box .text {
  width: 87.5%;
  margin: 3.125rem auto 8.4375rem;
  font-size: var(--font26);
  color: #4a4a4a;
  line-height: 1.6;
}

.capacity .capacity-3 .list .item-box .text-box .imglist {
  padding: 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 2.1875rem 3.125rem;
}

@media (max-width: 992px) {
  .capacity .capacity-3 .list .item-box .text-box .imglist {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 640px) {
  .capacity .capacity-3 .list .item-box .text-box .imglist {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.capacity .capacity-3 .list .item-box .text-box .imglist li {
  flex: 1;
  cursor: pointer;
}

.capacity .capacity-3 .list .item-box .text-box .imglist li .title {
  height: 3.4375rem;
  line-height: 3.4375rem;
  background: var(--main-color);
  text-align: center;
  color: #fff;
  font-size: var(--font24);
}

.capacity .capacity-4 {
  text-align: center;
  margin: 6.875rem 0 5rem;
}

.capacity .capacity-4 .text-style {
  font-size: var(--font45);
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.6;
}

.capacity .capacity-4 .text-style-2 {
  display: block;
  width: 37.25rem;
  height: 3.75rem;
  line-height: 3.75rem;
  box-shadow: 7px 4px 4px 0px rgba(0, 0, 0, 0.19);
  margin: 2.5rem auto 3.125rem;
  font-size: var(--font35);
  background: var(--main-color);
  border-radius: 1.875rem;
  color: #fff;
  letter-spacing: 1px;
}

.capacity .capacity-4 .text-style-2:hover {
  background: var(--hover-color);
  transition: background .3s ease-in-out;
}

.capacity .capacity-4 .text-style-3 {
  font-size: var(--font34);
  line-height: 1.6;
  color: #4a4a4a;
  opacity: 0.87;
}

.news .mode-breadCrumbs {
  margin-top: 1.5625rem;
}

.news .list .img-box {
  flex-shrink: 0;
  width: 23.0625rem;
}

.news .list .text-box {
  color: #4a4a4a;
  font-size: var(--font16);
  margin-left: 4.375rem;
}

.news .list .text-box .title {
  font-size: var(--font30);
  line-height: 1;
  margin: 1.25rem 0 2.1875rem;
}

.news .list .text-box .desc {
  font-size: var(--font20);
  line-height: 1.4;
  margin-bottom: 3.125rem;
}

.news .list .text-box .more {
  color: var(--main-color);
}

.news .list .text-box .more .iconfont {
  font-size: var(--font16);
  color: var(--main-color);
}

.news .list a {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.news .list li:hover {
  background: #e9e9e9;
}

.news .list li:hover a {
  border-bottom: 1px solid #e9e9e9;
}

.news .news-bot {
  display: block;
  width: 100%;
  margin-top: 4.6875rem;
}

.newsXq .mode-breadCrumbs {
  margin-top: 1.5625rem;
}

.newsXq .box {
  margin-top: 7.5rem;
}

.newsXq .title {
  font-size: var(--font30);
  font-weight: bold;
  color: #444444;
}

.newsXq .time {
  font-size: var(--font16);
  color: rgba(0, 0, 0, 0.46);
  margin: 1.5625rem 0;
}

.newsXq .line {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.17);
}

.newsXq .content {
  margin-top: 3.75rem;
  font-size: var(--font20);
  color: #444444;
  line-height: 1.8;
}

.newsXq .content img {
  display: inline-block;
  max-width: 100%;
}

.newsXq .backBtn {
  display: inline-block;
  padding: .625rem 1.5625rem;
  font-size: var(--font18);
  border: 1px solid var(--main-color);
  margin: 2.5rem auto 0;
  color: var(--main-color);
  border-radius: 1.25rem;
}

.newsXq .backBtn:hover {
  background: var(--main-color);
  color: #fff;
}

.newsXq .xq-img {
  display: block;
  width: 100%;
  margin-top: 6.25rem;
}

.news-style {
  background: #e9e9e9;
  padding: 10rem 0 2.1875rem;
  text-align: center;
}

.news-style .text-style {
  font-size: var(--font45);
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.6;
}

.news-style .text-style-2 {
  display: block;
  width: 37.25rem;
  height: 3.75rem;
  line-height: 3.75rem;
  box-shadow: 7px 4px 4px 0px rgba(0, 0, 0, 0.19);
  margin: 2.5rem auto 3.125rem;
  font-size: var(--font35);
  background: var(--main-color);
  border-radius: 1.875rem;
  color: #fff;
  letter-spacing: 1px;
}

.news-style .text-style-2:hover {
  background: var(--hover-color);
  transition: background .3s ease-in-out;
}

.news-style .text-style-3 {
  font-size: var(--font34);
  line-height: 1.6;
  color: #4a4a4a;
  opacity: 0.87;
}

.contact {
  position: relative;
}

.contact .mode-breadCrumbs {
  margin-top: 1.5625rem;
}

.contact .contact-1 {
  margin: 7.5rem 0 5.3125rem;
  position: relative;
  z-index: 2;
}

.contact .contact-1 .list {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}

.contact .contact-1 .list .item {
  flex: 1;
  height: 13.875rem;
  background-color: #ebebeb;
  border-radius: .625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact .contact-1 .list .item .iconfont {
  font-size: var(--font30);
  color: #f6af4c;
}

.contact .contact-1 .list .item .title {
  font-size: var(--font20);
  color: #070707;
  opacity: 0.82;
  margin: 1.125rem 0 1.5625rem;
}

.contact .contact-1 .list .item .desc {
  font-size: var(--font24);
  font-family: AvantGardeGothicC-Demi;
}

.contact .contact-1 .list .item:nth-child(2) .desc {
  font-size: var(--font20);
}

.contact .contact-2 {
  position: relative;
  z-index: 2;
  padding-bottom: 11.25rem;
}

.contact .contact-2 .container {
  position: relative;
  z-index: 2;
}

.contact .contact-2 .tip {
  font-size: var(--font24);
  color: #4a4a4a;
}

.contact .contact-2 .form-box {
  margin-top: 2.8125rem;
  width: 59.375rem;
}

.contact .contact-2 .form-box .form-row input {
  display: block;
  width: 45.79%;
  height: 4.375rem;
  background: #ebebeb;
  border-radius: .625rem;
  font-size: var(--font16);
  padding: 0 1.125rem;
  color: #000;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

.contact .contact-2 .form-box .form-row input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.contact .contact-2 .form-box .form-row textarea {
  width: 100%;
  height: 17.8125rem;
  background: #ebebeb;
  border-radius: .625rem;
  resize: none;
  display: block;
  border: 0;
  outline: 0;
  padding: 1.625rem 1.125rem;
  box-sizing: border-box;
}

.contact .contact-2 .form-box .form-row:not(:last-child) {
  margin-bottom: 2.25rem;
}

.contact .contact-2 .form-box .submit {
  width: 11.5625rem;
  height: 3.5rem;
  line-height: 3.5rem;
  background-color: var(--main-color);
  border-radius: 1.75rem;
  text-align: center;
  margin: 0 auto;
  font-size: var(--font14);
  color: #fff;
  cursor: pointer;
}

.contact .contact-2 .form-box .submit:hover {
  background: var(--hover-color);
  transition: background .3s ease-in-out;
}

.contact .footer-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.footer-box {
  position: relative;
}

.footer-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.125rem;
  height: 5.125rem;
  background: #868686;
  border-radius: 1.25rem;
  color: #fff;
  font-size: var(--font35);
  position: absolute;
  left: var(--ext-padding);
  bottom: -3.125rem;
}

.footer-box .btn .iconfont {
  color: #fff;
  font-size: var(--font40);
  margin-right: .625rem;
}

aside {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 99;
}

aside li {
  position: relative;
}

aside li:not(:last-child) {
  margin-bottom: 5px;
}

aside li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}

aside li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}

aside li:last-child {
  cursor: pointer;
}

aside li a {
  display: flex;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
}

aside li a .iconfont {
  font-size: 24px;
  margin: auto;
  color: #222;
}

aside li a:hover {
  background: var(--main-color);
}

aside li a:hover .iconfont {
  color: #fff;
}

aside .whatsapp-num {
  width: 170px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  color: #fff;
  top: 0;
  z-index: -10;
  background-color: #ED9111;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 8px;
  font-size: 16px;
}

aside .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}

aside .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #ED9111;
  padding: 5px;
}

.fanye {
  display: flex;
  margin-top: 6.25rem;
}

.fanye li span,
.fanye li a {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: all .35s;
  margin: 0 -1px 5px 0;
  font-size: 16px;
  border: 1px solid #eee;
  color: #333;
}

.fanye li.active span,
.fanye li.active a {
  background: var(--main-color);
  color: #fff;
}

.fanye li:hover span,
.fanye li:hover a {
  color: var(--main-color);
}

.fanye li.disabled a,
.fanye li.disabled span {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}
