.more a {
  display: block;
  width: 256px;
  height: 56px;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  text-align: center;
  font-weight: 100;
  border-radius: 6px;
  letter-spacing: 0px;
  background-color: #a40303;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more a img {
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .more {
    width: 240px;
    height: 56px;
  }
  .more a {
    line-height: 56px;
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .more {
    width: 190px;
    height: 46px;
  }
  .more a {
    line-height: 46px;
    font-size: 16px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 100px;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header.active {
  background-color: #ffffff;
}
header.active > div .left .logo .logo_img a img:nth-of-type(1) {
  display: none;
}
header.active > div .left .logo .logo_img a img:nth-of-type(2) {
  display: block;
}
header.active > div .right nav ul li a {
  color: #333;
}
header.active > div .right .message i {
  color: #333;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .left .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .left .logo .logo_img {
  margin-right: 20px;
}
header > div .left .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .left .logo .logo_img a img {
  height: 57px;
}
header > div .left .logo .logo_img a img:nth-of-type(2) {
  display: none;
}
header > div .right {
  width: 64%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .right nav {
  width: calc(100% - 180px);
  line-height: inherit;
}
header > div .right nav ul {
  width: 100%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .right nav ul li {
  line-height: inherit;
  position: relative;
  z-index: 999;
  transition: all 1s;
}
header > div .right nav ul li::after {
  display: block;
  content: "";
  width: 0%;
  height: 4px;
  background-color: #a40303;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.5s ease;
}
header > div .right nav ul li:hover::after {
  width: 100%;
}
header > div .right nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div .right nav ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div .right nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #fffbf5;
}
header > div .right nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div .right nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div .right nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div .right nav ul li .menu .menu_item:hover {
  background-color: #a40303;
}
header > div .right nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div .right .line {
  height: 18px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
header > div .right .language {
  padding: 6px 20px;
  border-radius: 50px;
  background-color: #a40303;
}
header > div .right .language a {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .right .language a i {
  color: #fff;
  font-size: 24px;
}
header > div .right .language a h3 {
  padding-left: 8px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  header {
    height: 80px;
    line-height: 80px;
  }
  header > div .right nav ul li a {
    font-size: 16px;
  }
  header > div .right .tel {
    padding: 12px 20px;
  }
  header > div .right .language a h3 {
    font-size: 14px;
  }
  header > div .right .language a i {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer {
  width: 100%;
  background-color: #1a1a1a;
}
footer .top {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 80px;
}
footer .top .w84 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w84 .left {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w84 .left .l_sub1 .logo {
  margin-bottom: 60px;
}
footer .top .w84 .left .l_sub1 > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
footer .top .w84 .left .l_sub1 > div:nth-of-type(4) {
  margin-bottom: 0;
}
footer .top .w84 .left .l_sub1 > div p {
  font-size: 18px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  width: 80px;
}
footer .top .w84 .left .l_sub1 > div h3 {
  font-size: 24px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  width: calc(100% - 80px);
}
footer .top .w84 .left .l_sub1 > div h4 {
  width: calc(100% - 80px);
  font-size: 18px;
  color: #999;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
footer .top .w84 .left .l_sub1 > div.add h4 {
  font-size: 16px;
}
footer .top .w84 .left .l_sub2 .item {
  margin-bottom: 16px;
}
footer .top .w84 .left .l_sub2 .item .img img {
  width: initial;
}
footer .top .w84 .left .l_sub2 .item .txt {
  margin-top: 6px;
}
footer .top .w84 .left .l_sub2 .item .txt p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .top .w84 .right {
  width: 54%;
}
footer .top .w84 .right .f_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w84 .right .f_nav dl dt {
  margin-bottom: 40px;
}
footer .top .w84 .right .f_nav dl dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w84 .right .f_nav dl dd {
  margin-bottom: 20px;
}
footer .top .w84 .right .f_nav dl dd a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.5;
}
footer .bottom .w84 {
  background-image: url(/images/footer_line.jpg);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 60px 0 40px 0;
  text-align: center;
}
footer .bottom .w84 a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
}
footer .bottom .w84 a:nth-of-type(2) {
  margin: 0 30px;
}
@media screen and (max-width: 1440px) {
  footer .bottom .w84 {
    padding: 40px 0 30px 0;
  }
  footer .top .w84 .left .l_sub1 .logo {
    margin-bottom: 40px;
  }
  footer .top .w84 .left .l_sub1 .logo img {
    width: 300px;
  }
  footer .top .w84 .left .l_sub1 > div h3 {
    font-size: 18px;
  }
  footer .top .w84 .left .l_sub1 > div h4 {
    font-size: 15px;
    width: calc(100% - 70px);
  }
  footer .top .w84 .left .l_sub1 > div p {
    width: 70px;
  }
  footer .top .w84 .right .f_nav dl dt a {
    font-size: 16px;
  }
  footer .top .w84 .right .f_nav dl dd a {
    font-size: 15px;
  }
  footer .bottom .w84 a {
    font-size: 15px;
  }
  footer .top .w84 .right .f_nav dl:nth-of-type(3) {
    display: none;
  }
  footer .top .w84 .left .l_sub1 > div.add h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  footer {
    height: auto;
    overflow: hidden;
  }
  footer .top {
    position: static;
    margin-top: 0px;
    padding-bottom: 30px;
  }
  footer .bottom {
    position: static;
  }
  footer .top .w84 {
    padding: 24px;
  }
  footer .top .w84 .left {
    width: 100%;
  }
  footer .top .w84 .right {
    width: 100%;
    margin-top: 40px;
    display: none;
  }
  footer .top .w84 .left .l_sub1 {
    width: 100%;
  }
  footer .top .w84 .left .l_sub2 {
    display: none;
  }
  footer .bottom .w84 {
    padding-top: 40px;
  }
  footer .bottom {
    display: none;
  }
  footer .top .w84 .left .l_sub1 .email .t_bottom p span {
    margin-bottom: 8px;
  }
  footer .top .w84 .right .title h2 {
    font-size: 18px;
  }
  footer .top .w84 .left .l_sub1 .logo img {
    width: 240px;
  }
}
@keyframes fadeDown {
  0% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fadeDown2 {
  0% {
    transform: translateX(-6px);
    opacity: 1;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}
@keyframes highlightSlide {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.chanpin .main {
  overflow: hidden;
  background-color: #fffbf5;
  background-image: url(/images/productBg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.chanpin .main .w84 {
  padding-top: 160px;
  padding-bottom: 60px;
}
.chanpin .main .w84 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.chanpin .main .w84 .top .title {
  position: relative;
  padding-top: 70px;
}
.chanpin .main .w84 .top .title h1 {
  font-size: 130px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to top, #fef7ed, #f7d7b5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.chanpin .main .w84 .top .title h2 {
  position: relative;
  z-index: 3;
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.chanpin .main .w84 .top .title h2:nth-of-type(1) {
  margin-bottom: 10px;
}
.chanpin .main .w84 .top .title h2:nth-of-type(1)::after {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  color: transparent;
  letter-spacing: 0px;
  background: linear-gradient(135deg, transparent 0%, #e77213 20%, #e77213 30%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightSlide 4s linear infinite;
}
.chanpin .main .w84 .top .title h3 {
  margin-top: 20px;
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: center;
}
.chanpin .main .w84 .top .bigSize {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanpin .main .w84 .top .bigSize h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.chanpin .main .w84 .top .bigSize i {
  margin-left: 20px;
  font-size: 20px;
}
.chanpin .main .w84 .c {
  margin-top: 50px;
}
.chanpin .main .w84 .c ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.chanpin .main .w84 .c ul li {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  margin-bottom: 40px;
}
.chanpin .main .w84 .c ul li:nth-of-type(3n) {
  margin-right: 0;
}
.chanpin .main .w84 .c ul li:hover a .p_img img {
  transform: scale(1.1);
}
.chanpin .main .w84 .c ul li:hover a .p_txt {
  background-color: #a40303;
}
.chanpin .main .w84 .c ul li:hover a .p_txt .p_h i {
  color: #fff;
}
.chanpin .main .w84 .c ul li:hover a .p_txt .p_h h3 {
  color: #fff;
}
.chanpin .main .w84 .c ul li:hover a .p_txt .p_i p {
  color: #fff;
}
.chanpin .main .w84 .c ul li:hover a .p_txt .p_i i {
  color: #fff;
}
.chanpin .main .w84 .c ul li a .p_logo {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 6;
}
.chanpin .main .w84 .c ul li a .p_logo img {
  width: initial;
}
.chanpin .main .w84 .c ul li a .p_img {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}
.chanpin .main .w84 .c ul li a .p_img img {
  width: 100%;
  transition: all 0.5s ease;
}
.chanpin .main .w84 .c ul li a .p_txt {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 26px;
  box-sizing: border-box;
  background-color: #fff;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanpin .main .w84 .c ul li a .p_txt .p_h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanpin .main .w84 .c ul li a .p_txt .p_h i {
  font-size: 32px;
  color: #a40303;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanpin .main .w84 .c ul li a .p_txt .p_h h3 {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.chanpin .main .w84 .c ul li a .p_txt .p_i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanpin .main .w84 .c ul li a .p_txt .p_i p {
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanpin .main .w84 .c ul li a .p_txt .p_i i {
  margin-top: 3px;
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  display: block;
  transform: rotate(180deg);
}
@media screen and (max-width: 1440px) {
  .chanpin .main .w84 {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .chanpin .main .w84 .top .title {
    padding-top: 40px;
  }
  .chanpin .main .w84 .top .title h1 {
    font-size: 80px;
    top: -10px;
  }
  .chanpin .main .w84 .top .title h2 {
    font-size: 36px;
  }
  .chanpin .main .w84 .c ul li a .p_txt .p_h h3 {
    font-size: 15px;
  }
  .chanpin .main .w84 .c ul li a .p_txt .p_i p {
    font-size: 13px;
  }
  .chanpin .main .w84 .c ul li a .p_txt .p_i i {
    display: none;
  }
  .chanpin .main .w84 .c ul li a .p_txt {
    padding: 18px;
  }
  .chanpin .main .w84 .c ul li a .p_logo {
    left: 18px;
  }
  .chanpin .main .w84 .c ul li a .p_logo img {
    width: 48px;
  }
}
@media screen and (max-width: 992px) {
  .chanpin .main .w84 {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .chanpin .main .w84 .top .title {
    padding-top: 16px;
  }
  .chanpin .main .w84 .top .title h1 {
    font-size: 54px;
  }
  .chanpin .main .w84 .top .title h2 {
    font-size: 22px;
  }
  .chanpin .main .w84 .top .title h3 {
    line-height: 1.3;
    font-size: 16px;
  }
  .chanpin .main .w84 .c ul li a .p_txt .p_h h3 {
    font-size: 16px;
  }
  .chanpin .main .w84 .c ul li {
    width: 100%;
  }
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 200px;
  padding-top: 100px;
  background-color: #fffbf5;
}
.proDetailed .main > div .top {
  margin-top: 60px;
  margin-bottom: 40px;
}
.proDetailed .main > div .top h4 a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.proDetailed .main > div .pro_box {
  padding: 80px;
  box-sizing: border-box;
  background-color: #fff;
}
.proDetailed .main > div .pro_box::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box::before {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box .m_proDetailed_left {
  float: left;
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e5e5e5;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .bigImg img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
  width: 30px;
  height: 66px;
  background-color: #fffbf5;
  margin-left: 20px;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
  width: 30px;
  height: 66px;
  background-color: #fffbf5;
  margin-left: 20px;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li {
  cursor: pointer;
  width: 14%;
  border: 1px solid #dfdfdf;
  margin: 0 1%;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li img {
  width: 100%;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li:hover {
  border: 1px solid #a40303;
}
.proDetailed .main > div .pro_box .m_proDetailed_right {
  float: right;
  width: 45%;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
  line-height: 28px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
  margin-bottom: 20px;
  padding-top: 30px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
  list-style: none;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
  margin-bottom: 60px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(4) > div {
  border-radius: 60px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p i {
  width: 130px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  border-radius: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
  width: calc(100% - 150px);
  font-size: 16px;
  line-height: 40px;
  padding-left: 5px;
  color: #999;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
  background-color: #a40303;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
  font-size: 24px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan {
  margin-top: 40px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title {
  margin-top: 0;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title h3 {
  font-size: 15px;
  font-weight: bold;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt {
  margin-top: 12px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt a {
  display: inline-block;
  margin-right: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre {
  margin-top: 20px;
  padding: 16px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
  border-radius: 60px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next {
  margin-top: 12px;
  padding: 16px;
  width: 100%;
  border-radius: 60px;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .pro_box .pro_content {
  margin-top: 60px;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title {
  border-bottom: 1px solid #dfdfdf;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: #a40303;
  padding: 15px 40px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .pro_content .pro_details p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 18px;
  box-sizing: border-box;
  padding-left: 20px;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .pro_content .pro_details p:nth-of-type(2n + 1) {
  background-color: #fffbf5;
  font-weight: 700;
  border-right: none;
  text-align: center;
}
.proDetailed .main > div .pro_box .pro_content .pro_details h2 {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.proDetailed .main > div .pro_box .pro_content .pro_details table tr:nth-of-type(2n + 1) {
  background-color: #fffbf5;
}
.proDetailed .main > div .other {
  overflow: hidden;
  margin-top: 60px;
}
.proDetailed .main > div .other .title {
  margin-bottom: 20px;
}
.proDetailed .main > div .other .title h3 {
  font-size: 24px;
}
.proDetailed .main > div .other ul li {
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url(/images/proBg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.proDetailed .main > div .other ul li .img img {
  width: 100%;
}
.proDetailed .main > div .other ul li .txt {
  width: 100%;
  padding: 20px 30px 30px 30px;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .other ul li .txt p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.proDetailed .main > div .other ul li .txt .m {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .proDetailed .main {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .n_title3::before {
    font-size: 72px;
    top: 20px;
  }
  .n_title3 h3 {
    font-size: 32px;
    margin-bottom: -4px;
  }
  .n_title3 p {
    font-size: 14px;
  }
  .n_title3 {
    margin-bottom: 24px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
    margin-bottom: 10px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
    padding-top: 20px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    padding: 0 14px;
    font-size: 15px;
    line-height: 40px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div:nth-of-type(2) {
    display: none;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
    font-size: 18px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
    margin-bottom: 24px;
  }
  .proDetailed .main > div .pro_box .pro_content {
    margin-top: 30px;
  }
  .proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
    padding: 12px 34px;
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
    margin-left: 10px;
    width: 22px;
    height: 50px;
    line-height: 50px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
    margin-left: 10px;
    width: 22px;
    height: 50px;
    line-height: 50px;
  }
  .proDetailed .main > div .pro_box {
    padding: 30px;
  }
  .proDetailed .main > div .top {
    margin-bottom: 30px;
  }
  .proDetailed .main > div .other ul li .txt p {
    font-size: 14px;
  }
  .proDetailed .main > div .other ul li .txt {
    padding: 20px 14px 30px 14px;
  }
  .proDetailed .main > div .pro_box .pro_content .pro_details p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .proDetailed .main > div .pro_box .m_proDetailed_left .bigImg {
    padding: 0;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
    display: none;
  }
  .proDetailed .main > div .pro_box {
    padding: 10px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left {
    width: 100%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right {
    width: 100%;
    margin-top: 30px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    font-size: 14px;
  }
  .proDetailed .main > div .other .title h3 {
    font-size: 18px;
    font-weight: 700;
  }
  .proDetailed .main > div .pro_box .pro_content .pro_details p {
    width: 50%;
  }
  .proDetailed .main {
    padding-bottom: 120px;
  }
}
.news {
  background-color: #fffbf5;
}
.news .main > div:first-of-type {
  margin-top: 140px;
  overflow: hidden;
}
.news .main > div:first-of-type .newsBoxTitle .title {
  position: relative;
  padding-top: 70px;
}
.news .main > div:first-of-type .newsBoxTitle .title h1 {
  font-size: 130px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to top, #fef7ed, #f7d7b5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.news .main > div:first-of-type .newsBoxTitle .title h2 {
  position: relative;
  z-index: 3;
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.news .main > div:first-of-type .newsBoxTitle .title h2:nth-of-type(1) {
  margin-bottom: 10px;
}
.news .main > div:first-of-type .newsBoxTitle .title h2:nth-of-type(1)::after {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  color: transparent;
  letter-spacing: 0px;
  background: linear-gradient(135deg, transparent 0%, #e77213 20%, #e77213 30%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightSlide 4s linear infinite;
}
.news .main > div:first-of-type .newsBoxTitle .title h3 {
  margin-top: 20px;
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.news .main > div:first-of-type .news_part02 {
  margin-top: 60px;
}
.news .main > div:first-of-type .news_part02 ul li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  background: #fff;
  transition: 0.5s ease;
  margin-bottom: 40px;
  border-bottom: 3px solid #cecdcf;
  box-shadow: 3px 4px 8px #fffbf5;
  border-radius: 10px;
  overflow: hidden;
}
.news .main > div:first-of-type .news_part02 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText {
  background-color: #a40303;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .tit {
  color: #fff;
  opacity: 0.6;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .desc p {
  color: #fff;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .date {
  color: #fff;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  background-color: #e99414;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsImg .n_newsImg_box img {
  transform: calc(1.1);
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText {
  background-color: #fff;
  transition: all 0.5s ease;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
  padding: 30px;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 140px;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
  font-size: 14px;
  line-height: 1;
  height: 14px;
  color: #cccccc;
  overflow: hidden;
  margin: 0 0 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
  height: 60px;
  margin-bottom: 16px;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
  font-size: 15px;
  line-height: 20px;
  color: #a1a0a1;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  transition: 0.3s ease;
  padding: 6px;
  cursor: pointer;
  background-color: #a40303;
  border-radius: 50%;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon img {
  width: 84%;
}
@media screen and (max-width: 1440px) {
  .news .main > div:first-of-type .newsBoxTitle .title {
    padding-top: 50px;
  }
  .news .main > div:first-of-type .newsBoxTitle .title h1 {
    font-size: 100px;
    top: -12px;
  }
  .news .main > div:first-of-type .newsBoxTitle .title h2 {
    font-size: 36px;
  }
  .news .main > div:first-of-type {
    margin-top: 100px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 240px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
    padding: 16px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 16px;
    line-height: 1.2;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 42px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 122px;
  }
}
@media screen and (max-width: 992px) {
  .news .main > div:first-of-type .newsBoxTitle .title h1 {
    font-size: 54px;
    top: -6px;
  }
  .news .main > div:first-of-type .newsBoxTitle .title h2 {
    font-size: 24px;
  }
  .news .main > div:first-of-type .newsBoxTitle .title {
    padding-top: 26px;
  }
  .news .main > div:first-of-type .newsBoxTitle .title h3 {
    font-size: 16px;
  }
  .news .main > div:first-of-type .news_part02 ul li {
    width: 100%;
  }
}
.news_details {
  background-color: #fffbf5;
}
.news_details .main {
  margin-bottom: 80px;
  margin-top: 120px;
}
.news_details .main > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_details .main > div .left {
  width: 68%;
}
.news_details .main > div .left .news_title {
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 24px;
}
.news_details .main > div .left .news_title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news_details .main > div .left .news_attribute {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main > div .left .news_attribute .attrItem {
  margin: 0 20px;
}
.news_details .main > div .left .news_attribute .attrItem:first-child {
  margin-left: 0;
}
.news_details .main > div .left .news_attribute .attrItem p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_descrition {
  background-color: #5d1d1908;
  border: 1px solid #dfdfdf;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 40px;
}
.news_details .main > div .left .news_descrition p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_Content p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.news_details .main > div .left .news_Content img {
  width: 100%;
}
.news_details .main > div .right {
  width: 28%;
}
.news_details .main > div .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.news_details .main > div .right .top .back {
  width: 48%;
}
.news_details .main > div .right .top .back a {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .top .share {
  width: 150px;
}
.news_details .main > div .right .top .share .tit {
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .top .share .txt {
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .bottom {
  background-color: #5d1d1908;
  padding: 10px;
  margin-top: 40px;
}
.news_details .main > div .right .bottom > div {
  background-color: #fff;
  padding: 20px;
}
.news_details .main > div .right .bottom > div ul li {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}
.news_details .main > div .right .bottom > div ul li:last-child {
  border: none;
  margin-bottom: 0;
}
.news_details .main > div .right .bottom > div ul li h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news_details .main > div .right .bottom > div ul li p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news_details .main > div .right .bottom > div ul li span {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .news_details .main > div .left {
    width: 100%;
  }
  .news_details .main > div .right {
    width: 100%;
  }
  .news_details .main > div .left .news_title h3 {
    font-size: 20px;
    text-align: center;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(2) {
    display: none;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(4) {
    display: none;
  }
  .news_details .main > div .right .bottom > div ul li p {
    margin-bottom: 10px;
  }
  .news_details .main > div .left .news_Content p {
    font-size: 16px;
  }
  .news_details .main > div .left .news_Content p strong {
    font-size: 18px;
  }
}
.about .page_content {
  width: 100%;
  min-height: 600px;
}
.about .page_content .pt01 {
  width: 100%;
  background-color: #fffbf5;
  background-image: url(/images/indexPartBg1.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  overflow: hidden;
}
.about .page_content .pt01 .w84 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 160px;
  padding-top: 10px;
}
.about .page_content .pt01 .w84 .top .title {
  position: relative;
  padding-top: 70px;
}
.about .page_content .pt01 .w84 .top .title h1 {
  font-size: 130px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  left: 0;
  background: linear-gradient(to top, #fef7ed, #f7d7b5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .page_content .pt01 .w84 .top .title h2 {
  position: relative;
  z-index: 3;
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .page_content .pt01 .w84 .top .title h2:nth-of-type(1) {
  margin-bottom: 10px;
}
.about .page_content .pt01 .w84 .top .title h2:nth-of-type(1)::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  letter-spacing: 0px;
  background: linear-gradient(135deg, transparent 0%, #e77213 20%, #e77213 30%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightSlide 4s linear infinite;
}
.about .page_content .pt01 .w84 .top .title h2:nth-of-type(2) {
  margin-bottom: 10px;
}
.about .page_content .pt01 .w84 .top .title h2:nth-of-type(2)::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  letter-spacing: 0px;
  background: linear-gradient(135deg, transparent 0%, #e77213 20%, #e77213 30%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightSlide 4s linear infinite;
}
.about .page_content .pt01 .w84 .top .content {
  margin-top: 60px;
}
.about .page_content .pt01 .w84 .top .content p {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 20px;
}
.about .page_content .pt01 .w84 .bottom {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .page_content .pt01 .w84 .bottom .left {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .page_content .pt01 .w84 .bottom .left .item {
  width: 48%;
  min-height: 240px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .page_content .pt01 .w84 .bottom .left .item .i_box img {
  width: 50px;
  display: block;
  margin: 0 auto;
}
.about .page_content .pt01 .w84 .bottom .left .item .i_box h2 {
  font-size: 60px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.about .page_content .pt01 .w84 .bottom .left .item .i_box p {
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.about .page_content .pt01 .w84 .bottom .right {
  width: 48%;
  height: 500px;
  background-image: url(/images/aboutImg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}
.about .page_content .pt02 {
  height: 860px;
  position: relative;
  background-color: #e99414;
  background-image: url(/images/aboutBg2.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.about .page_content .pt02 .w84 {
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  height: 680px;
}
.about .page_content .pt02 .w84 .left {
  position: absolute;
  right: 0;
}
.about .page_content .pt02 .w84 .left .img03 {
  width: 430px;
  border-radius: 10px;
  overflow: hidden;
}
.about .page_content .pt02 .w84 .left .img03 img {
  width: 100%;
  display: block;
}
.about .page_content .pt02 .w84 .left .text03 {
  height: auto;
}
.about .page_content .pt02 .w84 .left .text03 .jiantou {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 40px;
  right: 70px;
}
.about .page_content .pt02 .w84 .left .text03 .jiantou .btnLeft {
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}
.about .page_content .pt02 .w84 .left .text03 .jiantou .btnLeft i {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}
.about .page_content .pt02 .w84 .left .text03 .jiantou .line {
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
}
.about .page_content .pt02 .w84 .left .text03 .jiantou .btnRight {
  transform: rotate(180deg);
  height: 50px;
  margin-left: 10px;
  cursor: pointer;
}
.about .page_content .pt02 .w84 .left .text03 .jiantou .btnRight i {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}
.about .page_content .pt02 .w84 .left .text03 .num {
  position: absolute;
  top: 50%;
  right: 70px;
}
.about .page_content .pt02 .w84 .left .text03 .num span {
  font-size: 58px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.about .page_content .pt02 .w84 .left .text03 .num i {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.about .page_content .pt02 .w84 .left .text03 .t1 {
  position: absolute;
  bottom: 50px;
  right: 70px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
.about .page_content .pt02 .w84 .right {
  position: absolute;
  width: 80%;
  z-index: 3;
}
.about .page_content .pt02 .w84 .right .title {
  position: relative;
  padding-top: 50px;
}
.about .page_content .pt02 .w84 .right .title h1 {
  font-size: 100px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  left: 0;
  background: linear-gradient(to top, #fef7ed, #f7d7b5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.1;
}
.about .page_content .pt02 .w84 .right .title h2 {
  position: relative;
  z-index: 3;
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .page_content .pt02 .w84 .right .title h3 {
  margin-top: 14px;
  margin-bottom: 30px;
  width: 80%;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
}
.about .page_content .pt02 .w84 .right .liucheng_img ul li {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  /* 模糊效果 */
  -webkit-backdrop-filter: blur(10px);
  /* Safari 兼容 */
}
.about .page_content .pt02 .w84 .right .liucheng_img ul li a .img02 {
  box-sizing: border-box;
  padding: 10px;
}
.about .page_content .pt02 .w84 .right .liucheng_img ul li a .img02 img {
  width: 100%;
}
.about .page_content .pt02 .w84 .right .liucheng_img ul li a .text02 {
  background-color: #efefef;
  height: 54px;
}
.about .page_content .pt02 .w84 .right .liucheng_img ul li a .text02 h3 {
  font-size: 18px;
  color: #333;
  line-height: 54px;
  font-weight: 400;
  text-align: center;
}
.about .page_content .pt02 .w84 .right .liucheng_img .swiper-button-prev,
.about .page_content .pt02 .w84 .right .liucheng_img .swiper-button-next {
  display: none;
}
.about .page_content .pt03 {
  min-height: 700px;
}
.about .page_content .pt03 .w84 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.about .page_content .pt03 .w84 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .page_content .pt03 .w84 .top .title {
  position: relative;
  padding-top: 50px;
}
.about .page_content .pt03 .w84 .top .title h1 {
  font-size: 100px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  left: 0;
  background: linear-gradient(to top, #fef7ed, #f7d7b5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.4;
}
.about .page_content .pt03 .w84 .top .title h2 {
  position: relative;
  z-index: 3;
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .page_content .pt03 .w84 .top .title h2:nth-of-type(1) {
  margin-bottom: 10px;
}
.about .page_content .pt03 .w84 .top .title h2:nth-of-type(1)::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  letter-spacing: 0px;
  background: linear-gradient(135deg, transparent 0%, #e77213 20%, #e77213 30%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightSlide 4s linear infinite;
}
.about .page_content .pt03 .w84 .top .title h2:nth-of-type(2) {
  margin-bottom: 10px;
}
.about .page_content .pt03 .w84 .top .title h2:nth-of-type(2)::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  letter-spacing: 0px;
  background: linear-gradient(135deg, transparent 0%, #e77213 20%, #e77213 30%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightSlide 4s linear infinite;
}
.about .page_content .pt03 .w84 .top .desc {
  position: relative;
  z-index: 2;
  width: 50%;
}
.about .page_content .pt03 .w84 .top .desc p {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 20px;
}
.about .page_content .pt03 .w84 .top .desc p:nth-of-type(2) {
  margin-bottom: 0;
}
.about .page_content .pt03 .w84 .content {
  margin-top: 50px;
}
.about .page_content .pt03 .w84 .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .page_content .pt03 .w84 .content ul li {
  width: 31%;
  border: 8px solid #fffbf5;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 30px;
}
.about .page_content .pt03 .w84 .content ul li .img {
  border-radius: 14px;
  overflow: hidden;
}
.about .page_content .pt03 .w84 .content ul li .img img {
  width: 100%;
}
.about .page_content .pt03 .w84 .content ul li .txt h4 {
  font-size: 20px;
  color: #333;
  line-height: 3;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .about .page_content .pt01 .w84 {
    margin-top: 120px;
  }
  .about .page_content .pt01 .w84 .top .title h1 {
    font-size: 80px;
  }
  .about .page_content .pt01 .w84 .top .title h2 {
    font-size: 36px;
  }
  .about .page_content .pt01 .w84 .top .title {
    padding-top: 30px;
  }
  .about .page_content .pt01 .w84 .top .content {
    margin-top: 40px;
  }
  .about .page_content .pt01 .w84 .top .content p {
    font-size: 16px;
  }
  .about .page_content .pt01 .w84 .bottom .left .item .i_box h2 {
    font-size: 40px;
  }
  .about .page_content .pt01 .w84 .bottom .left .item .i_box p {
    font-size: 14px;
  }
  .about .page_content .pt01 .w84 .bottom .left .item .i_box h2 {
    margin-top: 16px;
  }
  .about .page_content .pt01 .w84 .bottom .left .item {
    min-height: 170px;
  }
  .about .page_content .pt01 .w84 .bottom .left .item .i_box img {
    width: 40px;
  }
  .about .page_content .pt01 .w84 .bottom .right {
    height: 360px;
  }
  .about .page_content .pt02 .w84 .right .title h1 {
    font-size: 80px;
  }
  .about .page_content .pt02 .w84 .right .title h2 {
    font-size: 36px;
  }
  .about .page_content .pt02 .w84 .right .title {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  .about .page_content .pt02 .w84 .right .title h3 {
    width: 70%;
    font-size: 16px;
    display: none;
  }
  .about .page_content .pt02 .w84 .left .img03 {
    width: 300px;
  }
  .about .page_content .pt02 .w84 .right .liucheng_img ul li a .text02 h3 {
    font-size: 16px;
  }
  .about .page_content .pt02 .w84 {
    height: 500px;
  }
  .about .page_content .pt02 {
    height: 660px;
  }
  .about .page_content .pt03 .w84 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .about .page_content .pt03 .w84 .top .desc p {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .about .page_content .pt03 .w84 .top .title h1 {
    font-size: 80px;
  }
  .about .page_content .pt03 .w84 .top .title h2 {
    font-size: 36px;
  }
  .about .page_content .pt03 .w84 .top .title {
    padding-top: 40px;
  }
  .about .page_content .pt03 .w84 .content ul li .txt h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .about .page_content .pt01 .w84 .top .title h1 {
    font-size: 54px;
    top: -16px;
  }
  .about .page_content .pt01 .w84 .top .title h2 {
    font-size: 24px;
  }
  .about .page_content .pt01 .w84 .top .title {
    padding-top: 26px;
  }
  .about .page_content .pt01 .w84 .top .content p {
    font-size: 16px;
  }
  .about .page_content .pt01 .w84 .top .content {
    margin-top: 40px;
  }
  .about .page_content .pt01 .w84 .bottom .left {
    width: 100%;
  }
  .about .page_content .pt01 .w84 .bottom .right {
    width: 100%;
  }
  .about .page_content .pt01 .w84 .bottom .right {
    height: 260px;
  }
  .about .page_content .pt01 .w84 .bottom .left .item .i_box h2 {
    font-size: 30px;
    margin-top: 12px;
  }
  .about .page_content .pt01 .w84 .bottom .left .item .i_box img {
    width: 36px;
  }
  .about .page_content .pt01 .w84 .bottom .left .item {
    min-height: 180px;
  }
  .about .page_content .pt01 .w84 .bottom .left .item .i_box p {
    font-size: 14px;
  }
  .about .page_content .pt01 .w84 {
    margin-top: 120px;
  }
  .about .page_content .pt02 .w84 .right {
    width: 100%;
  }
  .about .page_content .pt02 .w84 .left {
    display: none;
  }
  .about .page_content .pt02 .w84 .right .title h1 {
    font-size: 54px;
  }
  .about .page_content .pt02 .w84 .right .title h2 {
    font-size: 24px;
  }
  .about .page_content .pt02 .w84 .right .title {
    padding-top: 16px;
  }
  .about .page_content .pt02 .w84 .right .title h3 {
    width: 100%;
    font-size: 16px;
  }
  .about .page_content .pt02 {
    height: 840px;
  }
  .about .page_content .pt02 .w84 {
    height: 640px;
  }
  .about .page_content .pt03 .w84 .top .title h1 {
    font-size: 54px;
  }
  .about .page_content .pt03 .w84 .top .title h2 {
    font-size: 24px;
  }
  .about .page_content .pt03 .w84 .top .title {
    padding-top: 16px;
  }
  .about .page_content .pt03 .w84 .top .desc {
    margin-top: 20px;
    width: 100%;
  }
  .about .page_content .pt03 .w84 .top .desc p {
    font-size: 16px;
    line-height: 1.5;
  }
  .about .page_content .pt03 .w84 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .about .page_content .pt03 .w84 .content ul li {
    width: 100%;
  }
  .about .page_content .pt03 .w84 .content ul li .txt h4 {
    font-size: 15px;
  }
}
.contact {
  background-color: #fffbf5;
}
.contact .main .contact_sub1 {
  margin-top: 140px;
}
.contact .main .contact_sub1 .w84 {
  padding-bottom: 8px;
}
.contact .main .contact_sub1 .w84 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 20px;
  box-sizing: border-box;
}
.contact .main .contact_sub1 .w84 ul li {
  width: 23%;
  border: 1px solid #efefef;
  height: 300px;
  border-radius: 20px;
  box-shadow: 6px 8px 12px #e6f2f8;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  cursor: pointer;
}
.contact .main .contact_sub1 .w84 ul li .c_icon {
  width: 80%;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px dashed #cacaca;
  padding-bottom: 16px;
}
.contact .main .contact_sub1 .w84 ul li .c_icon i {
  font-size: 52px;
  color: #a40303;
  transition: all 0.5s ease;
  display: inline-block;
}
.contact .main .contact_sub1 .w84 ul li .text {
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}
.contact .main .contact_sub1 .w84 ul li .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.contact .main .contact_sub1 .w84 ul li .text p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.contact .main .contact_sub1 .w84 ul li:nth-child(4) .text {
  margin-top: 16px;
}
.contact .main .contact_sub1 .w84 ul li:nth-child(4) .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.contact .main .contact_sub1 .w84 ul li:nth-child(4) .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.contact .main .contact_sub1 .w84 ul li:hover {
  box-shadow: 2px 2px 6px #efefef;
}
.contact .main .contact_sub1 .w84 ul li:hover .c_icon i {
  transform: rotateY(180deg);
}
.contact .main .contact_bottom {
  margin-top: 80px;
  margin-bottom: 120px;
  overflow: hidden;
}
.contact .main .contact_bottom .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w84 .left {
  width: 42%;
  position: relative;
}
.contact .main .contact_bottom .w84 .left .img {
  margin-left: 100px;
  position: relative;
  z-index: 6;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
.contact .main .contact_bottom .w84 .left .img img {
  width: 100%;
}
.contact .main .contact_bottom .w84 .left .box {
  position: absolute;
  top: 50%;
  margin-top: -130px;
  width: 260px;
  height: 260px;
  animation: move 2s linear infinite;
}
.contact .main .contact_bottom .w84 .left .box .box1 {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #fffbf5;
}
.contact .main .contact_bottom .w84 .left .box .box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #a40303;
}
.contact .main .contact_bottom .w84 .right {
  width: 54%;
}
.contact .main .contact_bottom .w84 .right .sub1 p {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.contact .main .contact_bottom .w84 .right .sub1 h3 {
  font-size: 36px;
  color: #333;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
}
.contact .main .contact_bottom .w84 .right .sub2 {
  margin-top: 60px;
}
.contact .main .contact_bottom .w84 .right .sub2 .sub2_item {
  margin-bottom: 14px;
}
.contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 {
  width: 49%;
}
.contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 {
  width: 49%;
}
.contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 {
  width: 49%;
}
.contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 {
  width: 49%;
}
.contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w84 .right .sub2 .sub2_item button {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #a40303;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .contact .main .contact_sub1 {
    margin-top: 120px;
  }
  .contact .main .contact_sub1 .w84 ul li {
    height: 250px;
  }
  .contact .main .contact_sub1 .w84 ul li .text h3 {
    font-size: 16px;
  }
  .contact .main .contact_sub1 .w84 ul li .text p {
    font-size: 14px;
  }
  .contact .main .contact_sub1 .w84 ul li:nth-child(5) .text h3 {
    font-size: 16px;
  }
  .contact .main .contact_sub1 .w84 ul li:nth-child(5) .img img {
    width: 80%;
  }
  .contact .main .contact_bottom .w84 .right .sub1 h3 {
    font-size: 20px;
  }
  .contact .main .contact_bottom .w84 .right .sub1 p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .contact .main .contact_bottom .w84 .right .sub2 {
    margin-top: 42px;
  }
  .contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w84 .right .sub2 .sub2_item button {
    height: 46px;
  }
  .contact .main .contact_bottom .w84 .left {
    width: 48%;
  }
  .contact .main .contact_bottom .w84 .right {
    width: 48%;
  }
  .contact .main .contact_bottom .w84 .left .box {
    width: 200px;
    height: 200px;
  }
  .contact .main .contact_bottom .w84 .left .box .box1 {
    width: 200px;
    height: 200px;
  }
  .contact .main .contact_bottom .w84 .left .box .box2 {
    width: 80px;
    height: 80px;
  }
  .contact .main .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .contact_sub1 .w84 ul li {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
  }
  .contact .main .contact_sub1 .w84 ul li:nth-child(5) .img img {
    width: 50%;
  }
  .contact .main .contact_bottom .w84 .left {
    display: none;
  }
  .contact .main .contact_bottom .w84 .right {
    width: 100%;
  }
  .contact .main .contact_bottom .w84 .right .sub1 h3 {
    font-size: 18px;
  }
  .contact .main .contact_bottom .w84 .right .sub1 p {
    font-size: 15px;
  }
}
