@charset "utf-8";
/*------------------------------------------------------------
    样式初始化
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
section,
blockquote,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span,
a,
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  display: block;
  max-width: 100%;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  border: none;
  outline: none;
  background-color: transparent;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input,
textarea {
  -webkit-touch-callout: default;
  -webkit-user-select: default;
  -khtml-user-select: default;
  -moz-user-select: default;
  -ms-user-select: default;
  user-select: default;
}
table {
  border-collapse: collapse;
}
html,
body {
  font-size: 16px;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*---------------------------------------以上为公共样式------------------------------------------------*/
/*
range() 范围函数
extract(@company,1) 返回xp 获取指定位置的元素
each(要循环的变量,.(@值，@键，@下标)) @下标从1开始
if((2 > 1), 0, 3px);
boolean() 判断真假
length() 长度
min(1,2,3,4,5) 返回最小值 1
max(1,2,3,4,5) 返回最大值 5


@number : range(1%, 100%, 1);
@company : xp em rem % pt mm;

each(@number, .(@v, @k, @i){
  .width_@{i} {
    width: @v;
  }
});
*/
:root:root {
  --red: #b50013;
  --blue: #3490de;
  --black: #000000;
  --white: #ffffff;
  --grey: #495057;
  --grey-2: #bdc1c6;
  --grey-3: #f5f5f5;
  --grey-4: #fbfbfb;
  --yellow: #d9ba80;
  --block-view: rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}
nav.navigation {
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  padding: 2rem 0;
  position: absolute;
  align-items: center;
}
nav.navigation a {
  margin: 0 0.5rem;
  color: var(--white);
  letter-spacing: 2px;
  padding: 0.2rem 0.5rem;
}
nav.navigation a:not(:first-child):hover,
nav.navigation a.checked {
  background-color: var(--red);
}
nav.navigation a:first-child {
  width: 10rem;
  height: 2.5rem;
  display: block;
}
nav.navigation a:first-child img {
  width: 100%;
}
section.mobile-navigation {
  display: none;
}
.swiper {
  z-index: auto !important;
}
section.swiper {
  position: relative;
}
section.swiper .muted {
  top: 6rem;
  width: 3rem;
  right: 5rem;
  z-index: 99;
  height: 3rem;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  background-color: var(--white);
}
section.swiper video,
section.swiper img {
  width: 100%;
}
/***************************index*******************************/
blockquote.index-title {
  display: flex;
  padding: 1rem 6%;
  align-items: flex-end;
  justify-content: space-between;
}
blockquote.index-title div span {
  color: var(--blue);
}
blockquote.index-title div p {
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
blockquote.index-title a {
  color: var(--grey);
}
blockquote.index-title a span {
  font-size: 1.4rem;
}
section.index-about {
  display: none;
}
section.index-about > div {
  padding: 0 6%;
  line-height: 2;
  text-indent: 2em;
  text-align: justify;
  font-family: FZVariable-YouHeiS, PingFang SC, Lantinghei SC, Siyuan, Microsoft YaHei, \5fae\8f6f\96c5\9ed1, SimSun, Arial;
}
section.index-chandi {
  display: none;
  font-size: 0;
  margin-top: 2rem;
  overflow-x: scroll;
  white-space: nowrap;
}
section.index-chandi a {
  width: 20rem;
  font-size: 1.2rem;
  display: inline-block;
}
section.index-chandi a blockquote {
  position: relative;
}
section.index-chandi a blockquote img {
  object-fit: cover;
}
section.index-chandi a blockquote div {
  z-index: 1;
  left: 1.5rem;
  bottom: 2rem;
  line-height: 1.4;
  font-weight: 600;
  position: absolute;
  color: var(--white);
}
section.index-product {
  display: none;
  margin-top: 2rem;
}
section.index-product .product-list {
  font-size: 0;
  margin-top: 1rem;
  overflow-x: scroll;
  white-space: nowrap;
}
section.index-product .product-list a {
  width: auto;
  font-size: 1.2rem;
  display: inline-block;
}
section.index-product .product-list a div {
  height: 10rem;
  padding: 0 0.2rem;
}
section.index-product .product-list a div img {
  width: auto;
  height: 100%;
}
section.index-product .product-list a p {
  width: 100%;
  display: flex;
  line-height: 2;
  color: var(--black);
  justify-content: center;
}
section.index-news {
  display: none;
  margin-top: 2rem;
}
section.index-news a {
  display: block;
  margin-top: 3rem;
}
section.index-news a div {
  padding: 0 6%;
  margin-top: 1rem;
  color: var(--black);
  box-sizing: border-box;
}
section.index-news a div h3 {
  overflow: hidden;
  margin: 2rem 0 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.index-news a div span {
  color: var(--grey-2);
}
section.index-news a div p {
  overflow: hidden;
  margin-top: 1.4rem;
  display: -webkit-box;
  color: var(--grey);
  line-clamp: 2;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  line-height: 2;
}
section.click-swiper {
  width: 90%;
  position: relative;
  margin: 2rem auto 0;
  border-radius: 1.5rem;
  padding: 1rem 1rem 5rem;
  background-color: var(--white);
  box-shadow: 0 0 0.6rem 0.6rem rgba(0, 0, 0, 0.1);
}
section.click-swiper img,
section.click-swiper video {
  width: 100%;
  overflow: hidden;
}
section.click-swiper blockquote {
  text-align: center;
}
section.click-swiper blockquote img,
section.click-swiper blockquote video {
  border-radius: 1.5rem;
}
section.click-swiper blockquote div.media-container {
  position: relative;
}
section.click-swiper blockquote div.media-container .control {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
section.click-swiper blockquote div.media-container .control img {
  width: 5rem;
  border-radius: 50%;
  background-color: var(--white);
}
section.click-swiper blockquote div.media-container .control img.hide {
  display: none;
}
section.click-swiper blockquote p {
  font-size: 0.9rem;
  margin-top: 1.5rem;
}
section.click-swiper ul {
  left: 0;
  width: 100%;
  bottom: -5rem;
  display: flex;
  padding: 0 1rem;
  position: absolute;
}
section.click-swiper ul li {
  margin: 0 1%;
  padding: 0.3rem;
  border-radius: 0.1rem;
  background-color: var(--white);
  box-shadow: 0 0 0.6rem 0.6rem rgba(0, 0, 0, 0.1);
}
section.click-swiper ul li div {
  width: 100%;
  overflow: hidden;
}
section.click-swiper ul li div img {
  min-width: 100%;
  transition: all 0.6s;
}
section.click-swiper ul li div img:hover {
  transform: scale(1.4);
}
section.click-swiper ul li:hover {
  cursor: pointer;
}
section.section-product {
  margin-top: 9rem;
}
section.section-product ul {
  display: flex;
  justify-content: center;
}
section.section-product ul li {
  margin: 0 1.2rem;
}
section.section-product ul li.checked::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
section.section-product ul li:hover {
  cursor: pointer;
}
section.section-product img {
  width: 100%;
  margin-top: 1rem;
  cursor: pointer;
}
section.section-youshi {
  margin-top: 2rem;
}
section.section-youshi div {
  height: 12rem;
}
section.section-youshi div img {
  width: 100%;
  min-height: 100%;
}
section.section-youshi blockquote {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
section.section-youshi blockquote ul {
  width: 30rem;
  margin: 0 1rem;
}
section.section-youshi blockquote ul li {
  opacity: 0;
  width: 100%;
  height: 30rem;
  padding: 0.4rem;
  margin: 1.5rem 0;
  border-radius: 0.6rem;
  margin-left: var(--margin);
}
section.section-youshi blockquote ul li.animations {
  animation: gettingcloser var(--duration) forwards;
}
section.section-youshi blockquote ul li img {
  min-height: 100%;
  border-radius: 0.6rem;
  transition: all 0.6s;
}
section.section-youshi blockquote ul li img:hover {
  transform: scale(1.1);
}
section.section-news {
  margin-top: 5rem;
}
section.section-news h3 {
  text-align: center;
}
section.section-news blockquote {
  display: flex;
  margin-top: 1.5rem;
  justify-content: center;
}
section.section-news blockquote ul {
  width: 22%;
  margin: 0 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  box-shadow: 0.2rem 0.2rem 0.5rem 0.2rem rgba(0, 0, 0, 0.1);
}
section.section-news blockquote ul li {
  padding: 1rem 0;
}
section.section-news blockquote ul li:not(:first-child) {
  border-top: 1px solid var(--grey-2);
}
section.section-news blockquote ul li a {
  color: var(--black);
}
section.section-news blockquote ul li a div {
  line-height: 1.2;
  overflow: hidden;
  font-size: 0.8rem;
  margin-top: 0.2rem;
  color: var(--grey);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
section.section-news > a {
  width: 5rem;
  display: block;
  padding: 0.4rem 0;
  text-align: center;
  margin: 3rem auto 0;
  color: var(--black);
  border: 2px solid var(--grey-2);
}
section.section-service {
  margin-top: 6rem;
}
section.section-service > h3 {
  text-align: center;
}
section.section-service ul {
  display: flex;
  margin-top: 1.5rem;
  justify-content: center;
}
section.section-service ul li {
  width: 20%;
  margin: 0 2rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.6rem;
}
section.section-service ul li > img {
  width: 100%;
  min-height: 100%;
}
section.section-service ul li:last-child dl {
  display: flex;
  margin-top: 3rem;
  justify-content: space-between;
}
section.section-service ul li:last-child dl dt {
  width: 30%;
  height: 12rem;
  border-radius: 0.8rem;
  background-color: #ff002b;
}
section.section-service ul li:last-child dl dt:first-child {
  background-color: #e12319;
}
section.section-service ul li:last-child dl dt:last-child {
  background-color: var(--white);
}
section.section-service ul li:last-child dl dt img {
  width: 80%;
  margin: 1rem auto 0;
}
section.section-service ul li blockquote {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem 0;
  position: absolute;
  box-sizing: border-box;
}
section.section-service ul li blockquote h3 {
  font-weight: 500;
  color: var(--white);
}
section.section-service ul li blockquote dl {
  margin-top: 3rem;
}
section.section-service ul li blockquote dl dd {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  color: var(--grey-2);
}
section.section-service ul li blockquote dl dd a {
  color: var(--white);
}
section.section-service ul li blockquote span {
  display: block;
  margin-top: 3rem;
  font-size: 0.6rem;
  color: var(--yellow);
}
section.section-service ul li blockquote h1 {
  font-size: 1.8rem;
  margin-top: 0.5rem;
  color: var(--yellow);
}
/***************************about*******************************/
.about-names {
  width: 60%;
  display: flex;
  margin: 2rem auto 0;
  justify-content: space-between;
}
.about-names a {
  color: var(--black);
  letter-spacing: 2px;
  padding: 0.2rem 0.8rem;
}
.about-names a.checked::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
.about-names a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
.about-container-jianjie,
.about-container-changquchangmao {
  width: 60%;
  display: flex;
  margin: 2rem auto 0;
  align-items: flex-start;
  justify-content: space-between;
}
.about-container-jianjie img,
.about-container-changquchangmao img {
  width: 55%;
}
.about-container-jianjie div,
.about-container-changquchangmao div {
  width: 40%;
}
.about-container-jiagou {
  width: 60%;
  display: flex;
  margin: 2rem auto 0;
  justify-content: center;
}
.about-container-guihua {
  width: 60%;
  margin: 2rem auto 0;
}
.about-container-guihua blockquote {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-container-guihua blockquote img {
  width: 25%;
}
.about-container-guihua blockquote > div {
  width: 70%;
}
.about-container-guihua blockquote > div ul li {
  display: flex;
}
.about-container-guihua blockquote > div ul li:not(:last-child) a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin: 0.8rem 0;
  background-color: var(--red);
}
.about-container-guihua blockquote > div ul li:last-child {
  font-weight: 600;
  font-size: 1.5rem;
}
.about-container-guihua blockquote > div ul li:last-child a {
  color: var(--red);
}
.about-container-guihua blockquote > div ul li a {
  font-weight: 600;
  color: var(--black);
}
.about-container-guihua blockquote > div ul li a span:first-child {
  padding-right: 1rem;
}
.about-container-guihua > img {
  width: 100%;
  margin-top: 2rem;
}
.about-container-dashiji {
  width: 60%;
  margin: 2rem auto 0;
}
.about-container-dashiji blockquote {
  display: flex;
  position: relative;
  padding-bottom: 5rem;
  justify-content: center;
}
.about-container-dashiji blockquote.start-time > p {
  border-color: var(--grey);
}
.about-container-dashiji blockquote::after {
  top: 0;
  left: 50%;
  width: 1px;
  z-index: 1;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background-color: var(--grey);
}
.about-container-dashiji blockquote div {
  width: 45%;
  padding: 0 1rem;
}
.about-container-dashiji blockquote div:first-child {
  text-align: right;
}
.about-container-dashiji blockquote div p {
  line-height: 1.5;
  color: var(--red);
  margin: 0.6rem 0;
}
.about-container-dashiji blockquote div span {
  line-height: 1.5;
  color: var(--grey);
  font-size: 0.8rem;
}
.about-container-dashiji blockquote > p {
  z-index: 2;
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  border-radius: 50%;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--red);
  background-color: var(--white);
}
.about-container-dashiji blockquote > p span {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: var(--red);
}
.about-container-rongyu {
  margin-top: 2rem;
}
.about-container-rongyu blockquote {
  width: 60%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.about-container-rongyu blockquote .swiper-container-two {
  width: 90%;
  padding: 1.5rem;
  box-sizing: border-box;
  border: 1px solid var(--grey-2);
}
.about-container-rongyu blockquote .swiper-container-two img {
  width: 100%;
  object-fit: cover;
}
.about-container-rongyu blockquote .swiper-container-two .swiper-wrapper-two {
  align-items: center;
}
.about-container-rongyu blockquote .swiper-button {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  color: var(--grey);
  position: relative;
  opacity: 1 !important;
}
.about-container-rongyu blockquote .swiper-button::after {
  font-size: 3rem;
  font-weight: 600;
}
.about-container-rongyu .swiper-image-list {
  width: 80%;
  overflow: hidden;
  margin: 2rem auto 0;
}
.about-container-rongyu .swiper-image-list ul {
  font-size: 0;
  white-space: nowrap;
  transform: translateX(var(--x));
}
.about-container-rongyu .swiper-image-list ul li {
  width: 12rem;
  height: 7rem;
  overflow: hidden;
  padding-right: 1rem;
  display: inline-block;
  box-sizing: border-box;
}
.about-container-rongyu .swiper-image-list ul li img {
  min-height: 100%;
}
/***************************culture*******************************/
.culture-names {
  width: 60%;
  display: flex;
  margin: 2rem auto 0;
  justify-content: space-around;
}
.culture-names a {
  color: var(--black);
  letter-spacing: 2px;
  padding: 0.2rem 0.8rem;
}
.culture-names a.checked::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
.culture-names a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
.culture-container-youlai {
  width: 60%;
  margin: 2rem auto 0;
}
.culture-container-youlai img {
  width: 100%;
}
.culture-container-changqu {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto 0;
  justify-content: space-between;
}
.culture-container-changqu img {
  width: 49.5%;
  height: auto;
  object-fit: cover;
}
.culture-container-zhengzong {
  width: 60%;
  display: flex;
  margin: 2rem auto 0;
  justify-content: center;
}
.culture-container-gongyi {
  margin-top: 2rem;
}
.culture-container-gongyi blockquote {
  width: 60%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.culture-container-gongyi blockquote .swiper-container-two {
  width: 90%;
  padding: 1.5rem;
  box-sizing: border-box;
  border: 1px solid var(--grey-2);
}
.culture-container-gongyi blockquote .swiper-container-two img {
  width: 100%;
  object-fit: cover;
}
.culture-container-gongyi blockquote .swiper-container-two .swiper-wrapper-two {
  align-items: center;
}
.culture-container-gongyi blockquote .swiper-button {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  color: var(--grey);
  position: relative;
  opacity: 1 !important;
}
.culture-container-gongyi blockquote .swiper-button::after {
  font-size: 3rem;
  font-weight: 600;
}
.culture-container-gongyi .swiper-image-list {
  width: 80%;
  overflow: hidden;
  margin: 2rem auto 0;
}
.culture-container-gongyi .swiper-image-list ul {
  font-size: 0;
  white-space: nowrap;
  transform: translateX(var(--x));
}
.culture-container-gongyi .swiper-image-list ul li {
  width: 12rem;
  height: 7rem;
  overflow: hidden;
  padding-right: 1rem;
  display: inline-block;
  box-sizing: border-box;
}
.culture-container-gongyi .swiper-image-list ul li img {
  min-height: 100%;
}
/***************************product*******************************/
.product-names {
  display: flex;
  margin: 2rem 0;
  justify-content: center;
}
.product-names a {
  color: var(--black);
  letter-spacing: 2px;
  padding: 0.2rem 0.8rem;
}
.product-names a.checked::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
.product-names a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
.product-container {
  width: 60%;
  margin: 0 auto;
}
.product-container ul {
  display: none;
  flex-wrap: wrap;
}
.product-container ul.checked {
  display: flex;
}
.product-container ul li {
  width: 23%;
  padding: 0.8rem;
  overflow: hidden;
  margin: 0 1% 1rem;
  position: relative;
  border-radius: 0.5rem;
  box-sizing: border-box;
  box-shadow: 0 0 0.5rem 0.2rem var(--grey-2);
}
.product-container ul li > a {
  display: flex;
  height: 1.4rem;
  font-size: 0.8rem;
  align-items: center;
  color: var(--black);
  justify-content: center;
}
.product-container ul li > img {
  top: 0;
  left: 100%;
  z-index: -1;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
}
.product-container ul li:hover > img {
  left: 0;
  transition: left 0.5s;
}
/***************************news*******************************/
.news-container {
  width: 80%;
  margin: 2rem auto 0;
}
.news-container a {
  color: var(--black);
}
.news-container blockquote {
  display: flex;
  height: 15rem;
  overflow: hidden;
  border-radius: 2rem;
  margin-bottom: 3rem;
  justify-content: space-between;
  background-color: var(--grey-3);
}
.news-container blockquote:hover {
  background-color: var(--red);
}
.news-container blockquote:hover h1,
.news-container blockquote:hover h2,
.news-container blockquote:hover p {
  color: var(--white) !important;
}
.news-container blockquote:hover h2 {
  border-bottom: 0.2rem solid var(--white) !important;
}
.news-container blockquote .left {
  width: 40%;
  overflow: hidden;
  border-radius: 2rem;
}
.news-container blockquote .left img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.news-container blockquote .right {
  width: 60%;
  padding: 1rem 6%;
  box-sizing: border-box;
}
.news-container blockquote .right h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid var(--grey-3);
}
.news-container blockquote .right p {
  line-height: 1.5;
  overflow: hidden;
  color: var(--grey);
  margin: 1rem 0 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.news-names {
  display: flex;
  margin: 2rem 0;
  justify-content: center;
}
.news-names a {
  color: var(--black);
  letter-spacing: 2px;
  padding: 0.2rem 0.8rem;
}
.news-names a.checked::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
.news-names a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
.news-detail {
  width: 40%;
  margin: 2rem auto 0;
}
.news-detail .title {
  text-align: center;
  margin-bottom: 2rem;
}
.news-detail > blockquote {
  line-height: 1.5;
  margin-top: 1rem;
}
.news-detail > img {
  width: 100%;
  margin: 0 auto;
}
.news-detail dl {
  display: flex;
  margin: 2rem 0;
  justify-content: space-between;
}
.news-detail dl dd {
  color: var(--grey);
  font-size: 0.8rem;
}
/***************************cooperation*******************************/
.cooperation-names {
  width: 60%;
  display: flex;
  margin: 2rem auto 0;
  justify-content: space-between;
}
.cooperation-names a {
  color: var(--black);
  letter-spacing: 2px;
  padding: 0.2rem 0.8rem;
}
.cooperation-names a.checked::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
.cooperation-names a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
.cooperation-container {
  width: 60%;
  margin: 2rem auto 0;
}
.cooperation-container img {
  margin: 0 auto;
}
.cooperation-container div {
  width: 40%;
}
.cooperation-container form {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.cooperation-container form dl dd {
  margin-bottom: 1rem;
}
.cooperation-container form dl dd label {
  font-size: 0.8rem;
}
.cooperation-container form dl dd div {
  width: 100%;
  margin-top: 0.5rem;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: var(--grey-3);
}
.cooperation-container form dl dd div input,
.cooperation-container form dl dd div select {
  width: 100%;
  padding: 0.8rem 1rem;
}
.cooperation-container form .cooperation-submit {
  width: 100%;
  display: flex;
  margin-top: 2rem;
  justify-content: center;
}
.cooperation-container form .cooperation-submit button {
  color: var(--white);
  padding: 0.8rem 3rem;
  border-radius: 0.2rem;
  background-color: var(--red);
}
/***************************service*******************************/
.service-container {
  width: 60%;
  margin: 2rem auto 0;
}
.service-container-pinjian {
  margin-top: 2rem;
}
.service-container-pinjian blockquote {
  width: 60%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.service-container-pinjian blockquote .swiper-container-two {
  width: 90%;
  padding: 1.5rem;
  box-sizing: border-box;
  border: 1px solid var(--grey-2);
}
.service-container-pinjian blockquote .swiper-container-two img {
  width: 100%;
  object-fit: cover;
}
.service-container-pinjian blockquote .swiper-container-two .swiper-wrapper-two {
  align-items: center;
}
.service-container-pinjian blockquote .swiper-button {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  color: var(--grey);
  position: relative;
  opacity: 1 !important;
}
.service-container-pinjian blockquote .swiper-button::after {
  font-size: 3rem;
  font-weight: 600;
}
.service-container-pinjian .swiper-image-list {
  width: 80%;
  overflow: hidden;
  margin: 2rem auto 0;
}
.service-container-pinjian .swiper-image-list ul {
  font-size: 0;
  white-space: nowrap;
  transform: translateX(var(--x));
}
.service-container-pinjian .swiper-image-list ul li {
  width: 12rem;
  height: 7rem;
  overflow: hidden;
  padding-right: 1rem;
  display: inline-block;
  box-sizing: border-box;
}
.service-container-pinjian .swiper-image-list ul li img {
  min-height: 100%;
}
.service-container2 {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto 0;
  justify-content: space-between;
}
.service-container2 a {
  width: 49%;
  padding: 2rem 0;
  overflow: hidden;
  color: var(--black);
  margin-bottom: 1rem;
  border-radius: 0.6rem;
  background-color: var(--grey-4);
}
.service-container2 a:hover {
  transform: translateY(-4px);
  transition: ease all 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.service-container2 a:hover h3,
.service-container2 a:hover blockquote {
  color: var(--red);
  border-color: var(--red);
}
.service-container2 a div {
  width: 10rem;
  height: 2rem;
  display: flex;
  margin-left: -1rem;
  align-items: center;
  justify-content: center;
  transform: skewX(-30deg);
  border: 1px solid var(--red);
}
.service-container2 a div span {
  display: block;
  color: var(--red);
  transform: skewX(30deg);
}
.service-container2 a h3 {
  margin: 1rem 0 1rem 1rem;
}
.service-container2 a blockquote {
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  font-size: 0.8rem;
  margin-left: 1rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
}
.service-detail {
  width: 80%;
  margin: 2rem auto 0;
}
.service-detail .title {
  text-align: center;
  margin-bottom: 2rem;
}
.service-detail > blockquote {
  line-height: 1.5;
}
/***************************contact*******************************/
.contact-names {
  width: 60%;
  display: flex;
  margin: 2rem auto 0;
  justify-content: space-between;
}
.contact-names a {
  color: var(--black);
  letter-spacing: 2px;
  padding: 0.2rem 0.8rem;
}
.contact-names a.checked::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
.contact-names a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 0.2rem 0;
  background-color: var(--red);
}
.contact-container-fankui {
  width: 60%;
  display: flex;
  margin: 2rem auto 0;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-container-fankui img {
  width: 55%;
}
.contact-container-fankui div {
  width: 40%;
}
.contact-container-fankui form {
  width: 80%;
  margin: 0 auto;
}
.contact-container-fankui form dl dd {
  margin-bottom: 1rem;
}
.contact-container-fankui form dl dd label {
  font-size: 0.8rem;
}
.contact-container-fankui form dl dd div {
  width: 100%;
  margin-top: 0.5rem;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: var(--grey-3);
}
.contact-container-fankui form dl dd div input,
.contact-container-fankui form dl dd div select,
.contact-container-fankui form dl dd div textarea {
  width: 100%;
  padding: 0.8rem 1rem;
}
.contact-container-fankui form .contact-submit {
  width: 100%;
  display: flex;
  margin-top: 2rem;
  justify-content: center;
}
.contact-container-fankui form .contact-submit button {
  color: var(--white);
  padding: 0.8rem 3rem;
  border-radius: 0.2rem;
  background-color: var(--red);
}
.contact-container {
  width: 60%;
  margin: 2rem auto 0;
}
footer.pc-footer {
  display: flex;
  padding: 2rem 0;
  margin-top: 5rem;
  justify-content: center;
  background-color: var(--red);
}
footer.pc-footer ul {
  margin-left: 4rem;
}
footer.pc-footer ul li {
  width: 6rem;
  text-align: center;
}
footer.pc-footer ul li:last-child {
  margin-top: 1rem;
}
footer.pc-footer ul li img {
  width: 100%;
}
footer.pc-footer ul li span {
  line-height: 2;
  font-size: 0.8rem;
  color: var(--white);
}
footer.pc-footer blockquote {
  width: 50%;
}
footer.pc-footer blockquote div {
  display: flex;
  padding-bottom: 1rem;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer.pc-footer blockquote div dl dt {
  text-align: center;
  color: var(--white);
  margin-bottom: 1.5rem;
}
footer.pc-footer blockquote div dl dd {
  margin-top: 1rem;
  font-size: 0.8rem;
  text-align: center;
}
footer.pc-footer blockquote div dl dd a {
  color: var(--white);
}
footer.pc-footer blockquote p {
  margin-top: 1rem;
  color: var(--white);
}
footer.pc-footer blockquote p a {
  color: var(--white);
}
footer.mobile-footer {
  display: none;
  padding: 2rem 6%;
  margin-top: 5rem;
  background-color: var(--red);
}
footer.mobile-footer blockquote div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.mobile-footer blockquote div h4 {
  color: var(--white);
}
footer.mobile-footer blockquote div span {
  font-size: 1.8rem;
  color: var(--grey-3);
  transform: rotate(90deg);
}
footer.mobile-footer blockquote div span.opened {
  transform: rotate(-90deg);
  transition: ease all 0.5s;
}
footer.mobile-footer blockquote dl {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 1rem;
}
footer.mobile-footer blockquote dl dd {
  padding: 1rem 1rem;
  box-sizing: border-box;
}
footer.mobile-footer blockquote dl dd a {
  color: var(--grey-3);
}
footer.mobile-footer blockquote dl.opened {
  max-height: 25rem;
  transition: ease all 0.5s;
}
footer.mobile-footer ul {
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
}
footer.mobile-footer ul li {
  width: 40%;
  text-align: center;
}
footer.mobile-footer ul li div {
  margin-bottom: 1rem;
}
footer.mobile-footer ul li span {
  color: var(--white);
}
footer.mobile-footer > div {
  margin-top: 2rem;
}
footer.mobile-footer > div p {
  margin-top: 1rem;
  text-align: center;
  color: var(--white);
}
footer.mobile-footer > div p a {
  color: var(--white);
}
.zoom-image {
  transition: all 0.6s;
}
.zoom-image:hover {
  transform: scale(1.4);
}
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages ul li {
  margin: 0 0.2rem;
}
.pages ul li:first-child,
.pages ul li:last-child {
  margin: 0 1rem;
}
.pages ul li:first-child a,
.pages ul li:last-child a {
  border: 1px solid var(--grey-2);
  background-color: var(--white);
}
.pages ul li a {
  width: 2.4rem;
  display: flex;
  height: 2.4rem;
  color: var(--black);
  align-items: center;
  border-radius: 0.4rem;
  justify-content: center;
  border: 1px solid var(--grey-3);
  background-color: var(--grey-3);
}
.pages ul li a:hover {
  color: var(--white);
  border: 1px solid var(--black);
  background-color: var(--black);
}
.pages ul li.checked a {
  color: var(--white);
  border: 1px solid var(--black);
  background-color: var(--black);
}
.pages div {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1rem;
  border-radius: 0.4rem;
  border: 1px solid var(--grey-2);
}
.pages div input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  text-align: center;
  line-height: 2.4rem;
}
.pages button {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  margin-left: 0.4rem;
  color: var(--white);
  border-radius: 0.4rem;
  background-color: var(--black);
}
/*** -----   放大动画   -----***/
@keyframes gettingcloser {
  to {
    opacity: 1;
    margin-left: 0;
  }
}
/***** -----   媒体查询 - 字体设置   -----*****/
/* 设计稿宽度=640时, 4rem=400px, 1rem=100px, .5rem = 50px, .1rem = 10px 以此类推 */
@media screen and (min-width: 1920px) {
  html,
  body {
    font-size: 22px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1920px) {
  html,
  body {
    font-size: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  html,
  body {
    font-size: 16px;
    margin: 0 auto;
  }
  section.section-youshi blockquote ul li {
    width: 25rem;
    height: 25rem;
  }
}
@media screen and (max-width: 1080px) {
  html,
  body {
    font-size: 14px;
    margin: 0 auto;
  }
}
