﻿body {
  --interval: 15.625vw;
  --interval_: 10.4vw;
  --nav_height: 1rem;
  --color: #ac3631;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f40: 0.4rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
    --f28: 24px;
    --interval: 9vw;
    --interval_: 9vw;
  }
  
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --interval_: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
/** 纵向滚动条样式 */
.body {
  --nav_height: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .body {
    --nav_height: 58px;
  }
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.wMain_ {
  padding-left: var(--interval_);
  padding-right: var(--interval_);
  width: 100%;
}
.swiper-button-lock {
  display: none !important;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bgf6 {
  background: #f6f7fa;
}
.pt {
 /* padding-top: 1rem;*/
	padding-top: 0.5rem;
}
.pb {
  padding-bottom: 1rem;
}
.mt {
  margin-top: 0.6rem;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 88888;
 background:rgba(255,255,255,0.3);
/*  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);*/
  transition: 0.4s;
}
.Header_Containeraa {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 88888;
 background:rgba(255,255,255,1);
/*  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);*/
  transition: 0.4s;
}
.nyabout_nr{
	background-color:#f7f8fa;
/*	padding-bottom:126px;*/
padding-bottom: 10px;
	
}
section.Home_Product.nyabout_nr{
	margin-bottom:0px;
}
.ab_bjaa{
	background: url(../images/ab02.jpg) bottom center no-repeat #f7f8fa;
	padding-bottom:125px;
	background-size:100%;
	padding-top:0px;
}
.ltfsqy.c {
    max-width: 950px;
    margin: 0px auto 0px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}
.ltfsqy_dp{
	clear:both;
	overflow:hidden;
	margin:0px auto 30px;
}


.Header_Container .box .logo {
 /* height: var(--nav_height);*/
	height:60px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: inherit;
}
.Header_Container .box .logo a {
  display: block;
}
.Header_Container .box .logo a img {
  height: 60px;
}
.Header_Container .box .logo a img.la02{
	display: none;
}
.Header_Container.active .box .logo a img.la02{
	display: block;
}
.Header_Container.active .box .logo a img.la01{
	display: none;
}
.Header_Container .box nav {
  margin-left: auto;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.25rem;
  position: relative;
}
.Header_Container .box nav .item > p a {
  /*height: var(--nav_height);*/
height:60px;
  font-size:18px;
  color: #333;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.Header_Container .box nav .item > p a span {
  display: inline-block;
  position: relative;
}
.Header_Container .box nav .item > p a span::after {
  content: "";
  width: 0%;
  height: 2px;
 /* background: #fff;*/
  position: absolute;
  bottom: -12px;
  left: 0;
  transition: 0.4s;
}
.Header_Container .box nav .item .select {
  position: absolute;
  width: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.15rem 0;
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #f5f5f5;
  display: none;
}
.Header_Container .box nav .item .select ul li {
  padding: 0.08rem 0;
}
.Header_Container .box nav .item .select ul li a {
  display: block;
  text-align: center;
  padding: 0 0.2rem;
  font-size: var(--f16);
  transition: 0.4s;
  color: #000;
}
.Header_Container .box nav .item .select ul li a:hover {
  color: #ac3631;
}
.Header_Container .box nav .item:hover > p a span::after {
  width: 100%;
}
.Header_Container .box nav .item:hover .select {
  display: block;
}
.Header_Container .box nav .item:hover .proSelect {
  display: block;
}
.Header_Container .box nav .item.active > p a span::after {
  width: 100%;
}
.Header_Container .box nav .itemPro {
  position: initial;
}
.Header_Container .box .search {
  margin-left: 0.95rem;
  display: flex;
  align-items: center;
}
.Header_Container .box .search p {
  cursor: pointer;
}
.Header_Container .box .search p svg path {
  transition: 0.4s;
  color:#333;
}
.Header_Container .box .language {
  display: flex;
  align-items: center;
  margin-left: 0.32rem;
  position: relative;
}
.Header_Container .box .language p {
  font-size:18px;
  color: #333;
  cursor: pointer;
  transition: 0.4s;
}
.Header_Container .box .language p i {
  font-size: 16px;
  margin-left: 5px;
}
.Header_Container .box .language ul {
  display: none;
  position: absolute;
  width: 1rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.05rem 0;
  border-radius: 6px;
  left: 50%;
  top: var(--nav_height);
  transform: translateX(-50%);
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
.Header_Container .box .language ul li a {
  text-align: center;
  display: block;
  font-size: var(--f16);
  line-height: 1.6;
  color: #000;
  transition: 0.4s;
}
.Header_Container .box .language ul li a:hover {
  color: #ac3631;
}
.Header_Container.active,
.Header_Container.on {
  background: #fff;
  box-shadow: 0px 0px 0px 1px #f5f5f5;
}
.Header_Container.active .box nav .item > p a,
.Header_Container.on .box nav .item > p a {
  color: #000;
}
.Header_Container.active .box nav .item > p a span::after,
.Header_Container.on .box nav .item > p a span::after {
  background: #312c2b;
}
.Header_Container.active .box nav .item:hover > p a,
.Header_Container.on .box nav .item:hover > p a {
  color: #312c2b;
}
.Header_Container.active .box nav .item.active > p a,
.Header_Container.on .box nav .item.active > p a {
  color: #312c2b;
}
.Header_Container.active .box .search p svg path,
.Header_Container.on .box .search p svg path {
  stroke: #000;
}
.Header_Container.active .box .language p,
.Header_Container.on .box .language p {
  color: #000;
}

.top_tt {
    margin-left: 25px;
    display: flex;
    border-left: 1px solid #000;
    height: 56px;
    padding-left: 20px;
    font-size: 26px;
    font-weight: normal;
    line-height: 56px;
}

.proSelect {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0.3rem 0;
  display: none;
}
.proSelect .boxMain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-left: 1px solid #F0F0F0;
}
.proSelect .boxMain .ite {
  border-right: 1px solid #F0F0F0;
}
.proSelect .boxMain .ite a {
  display: block;
  text-align: center;
  padding: 0.28rem 0;
}
.proSelect .boxMain .ite a figure {
  height: 1.4rem;
  display: flex;
}
.proSelect .boxMain .ite a figure img {
  margin: auto;
  transition: 0.4s;
}
.proSelect .boxMain .ite a figcaption {
  font-size: var(--f16);
  color: #666;
  line-height: 1.5;
  margin-top: 0.1rem;
  height: 3em;
}
.proSelect .boxMain .ite a:hover figure img {
  transform: scale(1.1);
}
.proSelect .boxMain .ite a:hover figcaption {
  color: #ac3631;
}
.search_container {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 0.9rem 0;
  top: var(--nav_height);
  background: #fff;

  z-index: 6;
 /* box-shadow: 0px 2px 10px #f6f6f6;*/
  display: none;
}
.search_container .layui-icon-close {
  position: absolute;
  top: 0.3rem;
  right: 12%;
  font-size: 0.26rem;
  color: #999;
  transition: 0.4s;
  cursor: pointer;
}
.search_container .layui-icon-close:hover {
  color: #073190;
  transform: rotate(90deg);
}
.search_container .box_search {
  width: min(7rem, 80vw);
  margin: auto;
  position: relative;
}
.search_container .box_search input[type='text'] {
  display: block;
  width: 100%;
  height: 0.64rem;
  border: 0;
  background: #F8F8FA;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.search_container .box_search label {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
  cursor: pointer;
}
.search_container .box_search label input {
  display: none;
}
.search_container .box_search label p svg {
  vertical-align: bottom;
}
.search_container .box_search label p svg path {
  transition: 0.4s;
}
.search_container .box_search label:hover p svg path {
  fill: #073190;
}
.Home_Banner {
  position: relative;
}
.Home_Banner .banner .swiper-slide {
  position: relative;
}
.Home_Banner .banner .swiper-slide picture img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: 5s;
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-family: 'gilroy_bold';
  line-height: 1.2;
  font-size: 0.64rem;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: 0.28rem;
  font-family: 'gilroy_regular';
  margin-top: 0.3rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 1.3rem;
  padding-bottom: 0.2rem;
	display:none;
}
.Home_Banner .banner .swiper-slide-active picture img {
  transform: scale(1);
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  bottom: 0.7rem;
  z-index: 2;
  transform: translateX(-50%);
  display:none;
}
.Home_Banner .page div span {
  border-radius: 0;
  background: #fff;
  width: 50px;
  height: 4px;
  opacity: 0.3;
  transition: 0.4s;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  opacity: 1;
}
.Home_Banner .button {
  position: absolute;
  bottom: 0.7rem;
  left: var(--interval_);
  z-index:111111;
  display: flex;
}
.Home_Banner .button .prev {
	background:rgba(0,0,0,0.6);
    padding:5px 10px;
}
.Home_Banner .button .next {
  margin-left: 12px;
      background:rgba(0,0,0,0.6);
    padding:5px 10px;
}
.Home_Banner .button div svg {
  cursor: pointer;
  opacity: 0.4;
  transition: 0.4s;
}
.Home_Banner .button div svg:hover {
  opacity: 1;
}
.button_01 .a {
  font-size: var(--f16);
  color: #fff;
  min-width: 1.6rem;
  text-align: center;
  line-height: 0.56rem;
  border-radius: 0.3rem;
  border: 1px solid #fff;
  display: inline-block;
  transition: 0.4s;
  overflow: hidden;
  padding: 0 .3rem;
}
.button_01 .a svg {
  margin-left: 0.14rem;
  transition: 0.4s;
}
.button_01 .a:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.3);
}
.button_01 .a:hover svg {
  -webkit-animation: arrowRun 4s infinite;
  animation: arrowRun 4s infinite;
}
@-webkit-keyframes arrowRun {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7% {
    transform: translate3d(120%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7.1% {
    transform: translate3d(-120%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
@keyframes arrowRun {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7% {
    transform: translate3d(120%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7.1% {
    transform: translate3d(-120%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
.title_01 {
 font-size: 40px;
    line-height: 1;
    font-weight: lighter;
    text-align: left;
	margin-top:40px;
}
.title_desc {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.3rem;
}
.button_02 .a {
  font-size: var(--f16);
  color: #ac3631;
  font-weight: bold;
}
.button_02 .a span {
  display: inline-block;
  margin-left: 0.16rem;
  transform: translateY(-1px);
}
.button_02 .a:hover svg {
  -webkit-animation: arrowRun 4s infinite;
  animation: arrowRun 4s infinite;
}
.shu {
  display: flex;
  align-items: flex-end;
}
.Home_Product .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0.2rem;
  grid-row-gap: 0.2rem;
}
.Home_Product .box .img {
  height: 100%;
}
.Home_Product .box .img img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.Home_Product .box .div1 {
  grid-area: 1 / 1 / 2 / 3;
}
.Home_Product .box .div2 {
  grid-area: 2 / 1 / 3 / 2;
}
.Home_Product .box .div3 {
  grid-area: 2 / 2 / 3 / 3;
}
.Home_Product .box .div4 {
  grid-area: 1 / 3 / 3 / 4;
}
.Home_Product .box .div5 {
  grid-area: 1 / 4 / 2 / 5;
}
.Home_Product .box .div6 {
  grid-area: 2 / 4 / 3 / 5;
}
.Home_Product .box .item {
  position: relative;
  overflow: hidden;
}
.Home_Product .box .item .orientation {
  position: absolute;
  top: 0.65rem;
  left: 0;
  z-index: 1;
  padding: 0 0.38rem;
  max-width: 4rem;
}
.Home_Product .box .item .orientation .content1 {
  font-size: var(--f24);
  color: #ac3631;
  line-height: 1.5;
  height: 1.5em;
  font-weight: bold;
}
.Home_Product .box .item .orientation .content2 {
  margin-top: 0.24rem;
}
.Home_Product .box .item .orientation .content2 ul li {
  font-size: var(--f14);
  color: #666;
  line-height: 1.8;
  height: 7.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_Product .box .item .orientation .content3 {
  margin-top: 0.68rem;
}
.Home_Product .box .item .content4 {
  position: absolute;
  left: 0.3rem;
  bottom: 0.2rem;
  font-size: var(--f22);
  font-weight: bold;
  color: #333;
}
.Home_Product .box .item:hover .img img {
  transform: scale(1.1);
}
.Home_Product .box .item:hover .orientation .content3 svg {
  -webkit-animation: arrowRun 4s infinite;
  animation: arrowRun 4s infinite;
}
.Home_Product .box .item:hover .content4 {
  color: #ac3631;
}
.Home_About {
  position: relative;
}
.Home_About picture img {
  width: 100%;
}
.Home_About .orientation {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  left: var(--interval_);
}
.Home_About .orientation .box {
  max-width: 5.5rem;
}
.Home_About .orientation .box .content1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 0.2rem;
  margin-top: 0.88rem;
}
.Home_About .orientation .box .content1 .item .top span {
  font-family: 'gilroy_bold';
  color: #ac3631;
  font-size: 0.64rem;
  line-height: 1;
}
.Home_About .orientation .box .content1 .item .top sup {
  vertical-align: top;
  color: #B8B8B8;
  font-size: var(--f28);
  transform: translateY(-0.12rem);
  display: inline-block;
  margin-left: 5px;
}
.Home_About .orientation .box .content1 .item .top sup em {
  font-size: var(--f18);
}
.Home_About .orientation .box .content1 .item .bot {
  font-size: var(--f20);
  color: #666;
}
.Home_About .orientation .box .content2 {
  margin-top: 1.4rem;
}
.Home_Service {
  background: linear-gradient(to right, rgba(245, 245, 245, 0.2), #f5f5f5);
}
.Home_Service .box .boxLeft {
  flex: 1;
  padding-right: 1.54rem;
  display: flex;
  align-items: center;
}
.Home_Service .box .boxLeft .content1 {
  font-size: var(--f34);
  color: #ac3631;
  margin-top: 0.4rem;
}
.Home_Service .box .boxLeft .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
  margin-top: 0.4rem;
  max-height: 1.8rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Home_Service .box .boxLeft .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Home_Service .box .boxLeft .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ac3631;
}
.Home_Service .box .boxLeft .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.Home_Service .box .boxLeft .content2 p {
  margin-bottom: 0.1rem;
}
.Home_Service .box .boxLeft .content3 {
  margin-top: 0.9rem;
}
.Home_Service .box .boxRight {
  width: 8.36rem;
}
.Home_Service .box .boxRight p {
  overflow: hidden;
  border-radius: 0.2rem;
}
.Home_Service .box .boxRight p img {
  width: 100%;
  transition: 0.4s;
}
.Home_Service .box .boxRight p:hover img {
  transform: scale(1.1);
}
.Home_News{
	margin-bottom:60px;
}
.Home_News .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.Home_News .box .list a {
  display: block;
}
.Home_News .box .list a figure {
  border-radius: 10px;
  overflow: hidden;
}
.Home_News .box .list a figure img {
  transition: 0.4s;
  width: 100%;
}
.Home_News .box .list a figcaption {
  margin-top: 0.28rem;
}
.Home_News .box .list a figcaption .content1 {
  font-size: var(--f20);
  line-height: 1;
  height: 1em;
  color: #000;
  transition: 0.4s;
}
.Home_News .box .list a figcaption .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.6;
  height: 3.2em;
  margin-top: 0.1rem;
}
.Home_News .box .list a figcaption .content3 {
  font-size: var(--f14);
  color: #666;
  margin-top: 0.22rem;
}
.Home_News .box .list a figcaption .content3 .left svg {
  transform: translateY(-2px);
}
.Home_News .box .list a:hover figure img {
  transform: scale(1.1);
}
.Home_News .box .list a:hover figcaption .content1 {
  color: #ac3631;
}
.Home_News .box .list a:hover figcaption .content3 .right svg {
  -webkit-animation: arrowRun 4s infinite;
  animation: arrowRun 4s infinite;
}
.Home_News .box .list1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Home_News .box .list1 .item {
  border-bottom: 1px solid #BFBABA;
  padding-bottom: 0.4rem;
}
.Home_News .box .list1 .item:last-child {
  padding-bottom: 0;
  border: 0;
}
.Home_News .box .list1 .item a .content1 {
  font-size: var(--f20);
  line-height: 1;
  height: 1em;
  color: #000;
  transition: 0.4s;
}
.Home_News .box .list1 .item a .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.6;
  height: 1.6em;
  margin-top: 0.12rem;
}
.Home_News .box .list1 .item a .content3 {
  font-size: var(--f14);
  color: #666;
  margin-top: 0.22rem;
}
.Home_News .box .list1 .item a .content3 .left svg {
  transform: translateY(-2px);
}
.Home_News .box .list1 .item:hover {
  /*border-color: #ac3631;*/
}
.Home_News .box .list1 .item:hover a .content1 {
  color: #ac3631;
}
.Home_News .box .list1 .item:hover a .content3 .right svg {
  -webkit-animation: arrowRun 4s infinite;
  animation: arrowRun 4s infinite;
}
.Footer_Container {
  padding: 1rem 1rem 0;
  background: #332c2b;
}
.Footer_Container .box .width1 {
  width:380px;
}
.Footer_Container .box .width2 {
  width: 6rem;
  padding-right: 1rem;
}
.Footer_Container .box .box1 .boxLeft img {
  height:70px;
}
.fttlogo{
	margin-top:25px;
	color:#fff;
	letter-spacing:2px;
	font-weight:lighter;
	font-size:22px;
	opacity:0.8;
}
.Footer_Container .box .box1 .boxCenter .h5 {
  font-size: var(--f20);
  font-weight: bold;
  color: #fff;
}
.Footer_Container .box .box1 .boxCenter ul {
  margin-top: 0.16rem;
}
.Footer_Container .box .box1 .boxCenter ul li {
  font-size:18px;
  color: #fff;
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.1rem;
}
.Footer_Container .box .box1 .boxCenter ul li span {
  position: absolute;
  left: 0;
  top: 0;
	width: 20px;
}
.Footer_Container .box .box1 .boxCenter ul li em {
  opacity: 0.4;
}
.Footer_Container .box .box1 .boxRight {
  margin-left: auto;
}
.Footer_Container .box .box1 .boxRight .boxTop .link {
  position: relative;
}
.Footer_Container .box .box1 .boxRight .boxTop .link p {
  font-size: var(--f20);
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.Footer_Container .box .box1 .boxRight .boxTop .link p i {
  font-size: var(--f16);
}
.Footer_Container .box .box1 .boxRight .boxTop .link ul {
  display: none;
  position: absolute;
  background: #363636;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
  width: 1.5rem;
  left: 50%;
  top: 0.4rem;
  transform: translateX(-50%);
  padding: 0.1rem 0;
}
.Footer_Container .box .box1 .boxRight .boxTop .link ul li {
  padding: 0.05rem 0;
}
.Footer_Container .box .box1 .boxRight .boxTop .link ul li a {
  color: #fff;
  padding: 0 0.1rem;
  display: block;
  font-size: var(--f14);
}
.Footer_Container .box .box1 .boxRight .boxBot {
  margin-top: 0.34rem;
  display: flex;
}
.Footer_Container .box .box1 .boxRight .boxBot .item {
  margin-left: 0.18rem;
  text-align: center;
}
.Footer_Container .box .box1 .boxRight .boxBot .item figure {
  border-radius: 4px;
  overflow: hidden;
}
.Footer_Container .box .box1 .boxRight .boxBot .item figure img {
  width: 0.8rem;
}
.Footer_Container .box .box1 .boxRight .boxBot .item figcaption {
  font-size: var(--f14);
  margin-top: 0.12rem;
  color: #fff;
}
.Footer_Container .box .box2 {
  margin-top: 0.6rem;
}
.Footer_Container .box .box2 .item:last-child {
  margin-left: auto;
}
.Footer_Container .box .box2 .item .h5 a {
  font-size: var(--f20);
  font-weight: bold;
  color: #fff;
}
.Footer_Container .box .box2 .item ul {
  margin-top: 0.3rem;
}
.Footer_Container .box .box2 .item ul li {
  margin-bottom: 0.12rem;
}
.Footer_Container .box .box2 .item ul li a {
  font-size: var(--f16);
  color: #fff;
  opacity: 0.4;
  transition: 0.4s;
}
.Footer_Container .box .box2 .item ul li a:hover {
  opacity: 1;
}
.Footer_Container .box3 {
	border-top:1px solid #5f5e5d;
  margin-top: 15px;
  padding: 20px 0;

  font-size: var(--f16);
  color: #fff;
}
.Footer_Container .box3 span {
  color: #fff;
  opacity: 0.5;
}
.Footer_Container .box3 img {
  transform: translateY(-2px);
  margin-left: 0.1rem;
  margin-right: 5px;
}
.Footer_Container .box3 a {
  color: #fff;
  margin-left: 0.1rem;
  transition: 0.4s;
}
.Footer_Container .box3 a em {
  opacity: 0.5;
}
.Footer_Container .box3 a:hover em {
  opacity: 1;
}
.Footer_Container .box3 .boxRight a {
  margin: 0;
}
.center {
  text-align: center;
}
.Inner_Banner {
  position: relative;
}
.Inner_Banner img {
  width: 100%;
}

/***********************************/
.Footer_Container .box .box1 .boxCenter ul.fnav li{
	padding-left:0px;
}
.Footer_Container .box .box1 .boxCenter ul.fnav li a{opacity: 0.7; color: #fff;}

.Footer_Container .box .box1 .boxCenter ul.fnav li a{
	 display: block;    float: left;
    margin-left:0px;
}
.Footer_Container .box .box1 .boxCenter ul.fnav li  span {
    display: block;
    float: left;
    width: 10px;
	margin-top:10px;
    height: 10px;
    background-color: #dd761c;
    border-radius: 50%;
	display:none;
}
.fttel{
	font-size:30px;
	color:#fff;
	font-weight:bold;
}

@media screen and (max-width: 1924px) {
.Header_Container .box .logo a img {
    height: 34px;
}

}


@media screen and (min-width: 1200px) {
 .Inner_Banner img {
  /*height: 1rem;*/
	 height: 4rem;
}

}


.Inner_Banner .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  display: none;
}
.Inner_Banner .orientation .content1 {
  font-weight: bold;
  font-size: var(--f48);
  color: #fff;
  line-height: 1;
}
.Inner_Banner .orientation .content2 {
  margin-top: 0.6rem;
  padding-bottom: 2px;
}
.Contact_Container .box .box1 {
	background-color:#f1f1f1;
  overflow: hidden;
  margin-bottom:80px;
}
.Contact_Container .box .box1 .boxLeft {
  width: 50%;
}
.Contact_Container .box .box1 .boxLeft p {
  overflow: hidden;
}
.Contact_Container .box .box1 .boxLeft p img {
  width: 100%;
  transition: 0.4s;
}
.Contact_Container .box .box1 .boxLeft p:hover img {
  transform: scale(1.1);
}
.Contact_Container .box .box1 .boxRight {
  background: #F8F8FA;
  width: 50%;
  display: flex;
}
.Contact_Container .box .box1 .boxRight div {
  margin: auto;
}
.Contact_Container .box .box1 .boxRight div .h5 {
  font-size: var(--f24);
  font-weight: bold;
}
.Contact_Container .box .box1 .boxRight div ul {
  margin-top: 0.24rem;
}
.Contact_Container .box .box1 .boxRight div ul li {
  padding-left: 0.36rem;
  position: relative;
  font-size: var(--f16);
  color: #666;
  margin-bottom: 0.12rem;
}
.Contact_Container .box .box1 .boxRight div ul li:last-child {
  margin-bottom: 0;
}
.Contact_Container .box .box1 .boxRight div ul li a {
  color: #666;
}
.Contact_Container .box .box1 .boxRight div ul li svg {
  position: absolute;
  left: 0;
  top: 0;
}
.Contact_Container .box .box2 {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Contact_Container .box .box2 .item {
  padding: 0.4rem;
  border-radius: 0.1rem;
  background: #F8F8FA;
}
.Contact_Container .box .box2 .item .h5 {
  font-size: var(--f24);
  font-weight: bold;
}
.Contact_Container .box .box2 .item ul {
  margin-top: 0.24rem;
}
.Contact_Container .box .box2 .item ul li {
  padding-left: 0.36rem;
  position: relative;
  font-size: var(--f16);
  color: #666;
  margin-bottom: 0.12rem;
}
.Contact_Container .box .box2 .item ul li:last-child {
  margin-bottom: 0;
}
.Contact_Container .box .box2 .item ul li a {
  color: #666;
}
.Contact_Container .box .box2 .item ul li svg {
  position: absolute;
  left: 0;
  top: 0;
}
.Leave_Container .box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Leave_Container .box .list .item {
  position: relative;
  background: #F8F8FA;
  border-radius: 0.06rem;
}
.Leave_Container .box .list .item input {
  width: 100%;
  height: 0.6rem;
  border: 0;
  padding: 0 0.3rem;
  background: none;
  z-index: 2;
  position: relative;
}
.Leave_Container .box .list .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.Leave_Container .box .list .item p {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--f16);
}
.Leave_Container .box .list .item p em {
  color: red;
}
.Leave_Container .box .list1 {
  margin-top: 0.2rem;
  position: relative;
  background: #F8F8FA;
  border-radius: 0.06rem;
  overflow: hidden;
}
.Leave_Container .box .list1 textarea {
  padding: 0.15rem 0.3rem;
  width: 100%;
  height: 1.8rem;
  background: none;
  border: 0;
  resize: none;
}
.Leave_Container .box .list2 {
  margin-top: 0.2rem;
  font-size: var(--f14);
  color: #999;
}
.Leave_Container .box .list2 a {
  color: #ac3631;
}
.Leave_Container .box .list2 a:hover {
  text-decoration: underline;
}
.Leave_Container .box .list2 svg {
  transform: translateY(-2px);
  cursor: pointer;
}
.Leave_Container .box .list2 svg .act {
  stroke: transparent;
}
.Leave_Container .box .list2 svg.active {
  fill: #ac3631;
}
.Leave_Container .box .list2 svg.active path {
  stroke: #ac3631;
}
.Leave_Container .box .list2 svg.active .act {
  stroke: #fff;
}
.Leave_Container .box .list3 {
  margin-top: 0.6rem;
}
.button_03 .a {
  font-size: var(--f16);
  color: #fff;
  min-width: 1.6rem;
  text-align: center;
  line-height: 0.56rem;
  border-radius: 0.3rem;
  border: 1px solid #dd761c;
  display: inline-block;
  transition: 0.4s;
  overflow: hidden;
  cursor: pointer;
  background: #dd761c;
  padding: 0 .3rem;
}
.button_03 .a svg {
  margin-left: 0.14rem;
  transition: 0.4s;
}
.button_03 .a:hover svg {
  -webkit-animation: arrowRun 4s infinite;
  animation: arrowRun 4s infinite;
}
.height {
  height: var(--nav_height);
}
.mbx {
  margin-top: 0.2rem;
}
.mbx .box {
  font-size: var(--f16);
  color: #999;
}
.mbx .box i {
  font-size: var(--f16);
}
.mbx .box a {
  color: #999;
  transition: 0.4s;
}
.mbx .box a:hover {
  color: #ac3631;
}
.Product_Info .box .boxLeft {
  width: calc(100% - 7rem);
  padding-right: 2rem;
}
.Product_Info .box .boxLeft .banner {
  position: sticky;
  top: var(--nav_height);
	border: 1px solid #dfdfdf;
}
.Product_Info .box .boxLeft .banner .swiper-slide {
  opacity: 0 !important;
  height: 4.4rem;
  display: flex;
}
.Product_Info .box .boxLeft .banner .swiper-slide img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.Product_Info .box .boxLeft .banner .swiper-slide-active {
  opacity: 1 !important;
}
.Product_Info .box .boxLeft .banner .button div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.Product_Info .box .boxLeft .banner .button div svg {
  cursor: pointer;
  opacity: 0.4;
  transition: 0.4s;
}
.Product_Info .box .boxLeft .banner .button div svg:hover {
  opacity: 1;
}
.Product_Info .box .boxLeft .banner .button div svg:hover path {
  stroke: #ac3631;
}
.Product_Info .box .boxLeft .banner .button .prev {
  left: 0;
}
.Product_Info .box .boxLeft .banner .button .next {
  right: 0;
}
.Product_Info .box .boxLeft .page {
  text-align: center;
}
.Product_Info .box .boxLeft .page span {
  opacity: 0.1;
  margin: 0 0.07rem;
}
.Product_Info .box .boxLeft .page .swiper-pagination-bullet-active {
  background: #ac3631;
  opacity: 1;
}
.Product_Info .box .boxRight {
  width: 7rem;
}
.Product_Info .box .boxRight .content1 {
  font-size: var(--f20);
  color: #666;
}
.Product_Info .box .boxRight .content2 {
  font-size: var(--f32);
  font-weight: bold;
}
.Product_Info .box .boxRight .xian {
  height: 2px;
  background: #F0F0F0;
}
.Product_Info .box .boxRight .content3 {
  margin: 0.28rem 0;
}
.Product_Info .box .boxRight .content4 {
  font-size: var(--f20);
  font-weight: bold;
}
.Product_Info .box .boxRight .content5 {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
  margin-top: 0.15rem;
}
.Product_Info .box .boxRight .content6 {
  margin: 0.6rem 0 0.8rem;
}
.title_02 {
  font-size: var(--f40);
  font-weight: bold;
}
.Recommended {
  background: #F8F8FA;
}
.Recommended .box {
  padding: 0 var(--interval);
}
.Recommended .box .banner {
  position: relative;
}
.Recommended .box .banner a {
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  padding: 0.5rem;
}
.Recommended .box .banner a .content1 {
  font-size: var(--f24);
  font-weight: bold;
  transition: 0.4s;
  color: #000;
}
.Recommended .box .banner a .content2 {
  color: #ac3631;
  font-size: var(--f14);
  margin-top: 0.12rem;
}
.Recommended .box .banner a .content2 svg {
  transform: translateZ(-2px);
}
.Recommended .box .banner a .content3 {
  height: 2rem;
  margin-top: 0.18rem;
  display: flex;
}
.Recommended .box .banner a .content3 img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: 0.4s;
}
.Recommended .box .banner a:hover .content1 {
  color: #ac3631;
}
.Recommended .box .banner a:hover .content3 img {
  transform: scale(1.1);
}
.Recommended .box .banner .button div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.Recommended .box .banner .button div svg {
  cursor: pointer;
  opacity: 0.4;
  transition: 0.4s;
}
.Recommended .box .banner .button div svg:hover {
  opacity: 1;
}
.Recommended .box .banner .button div svg:hover path {
  stroke: #ac3631;
}
.Recommended .box .banner .button .prev {
  left: -0.6rem;
}
.Recommended .box .banner .button .next {
  right: -0.6rem;
}
.Recommended .box .page {
  text-align: center;
  margin-top: 0.4rem;
}
.Recommended .box .page span {
  opacity: 0.1;
}
.Recommended .box .page .swiper-pagination-bullet-active {
  background: #ac3631;
  opacity: 1;
}
.product_box {
  background: #F8F8F8;
}
.product_box .le_box {
  width: 3rem;
}
.product_box .le_box .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.2rem);
  background: #fff;
}
.product_box .le_box .sticky .item .one a {
  cursor: pointer;
  transition: 0.6s;
  font-size: var(--f16);
  padding: 0.2rem 0.24rem;
  color: #999;
}
.product_box .le_box .sticky .item .one a span {
  flex: 1;
  /*text-transform: uppercase;*/
}
.product_box .le_box .sticky .item .one a i {
  transition: 0.4s;
  font-size: var(--f16);
  transform: translateY(2px);
}
.product_box .le_box .sticky .item .two {
  display: none;
  padding: 0.2rem 0.4rem;
}
.product_box .le_box .sticky .item .two > div {
  display: grid;
  gap: 0.2rem;
}
.product_box .le_box .sticky .item .two > div a {
  transition: 0.4s;
  /*text-transform: uppercase;*/
  font-size: var(--f16);
  color: #999;
}
.product_box .le_box .sticky .item .two > div a.active,
.product_box .le_box .sticky .item .two > div a:hover {
  color: #ac3631;
}
.product_box .le_box .sticky .item.active .one a {
  background: #cb7b2f;
  color: #fff;
}
.product_box .le_box .sticky .item.active .one a i {
  transform: rotate(90deg);
}
.product_box .le_box .sticky .item + .item {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.product_box .ri_box {
  flex: 1;
  padding-left: 0.4rem;
}
.product_box .ri_box > div .content1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.product_box .ri_box > div .content2 {
  margin-top: 0.62rem;
}
.df {
  display: flex;
}
.ac {
  align-items: center;
}
.pu_item a {
  padding: 0.22rem;
  background: #fff;
  display: block;
}
.pu_item a .img {
  height: 1.8rem;
  text-align: center;
}
.pu_item a .img img {
  max-height: 90%;
  transition: 0.4s;
  max-width: 90%;
}
.pu_item a .main {
  margin-top: 0.3rem;
}
.pu_item a .main .m1 {
  transition: 0.4s;
  font-size: var(--f24);
  text-transform: uppercase;
}
.pu_item a .main .m2 {
  margin: 0.1rem 0 0.3rem;
}
.pu_item a .main .m2 p {
  font-size: var(--f14);
  color: #777;
  line-height: 1.4;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.pu_item a .main .m3 .more {
  transition: 0.4s;
  color: #666;
  font-size: var(--f14);
}
.pu_item a .main .m3 .more span {
  text-transform: uppercase;
}
.pu_item a .main .m3 .more i {
  font-weight: bold;
  transition: 0.4s;
  margin-left: 0.15rem;
  font-size: var(--f14);
}
.pu_item a:hover .img img {
  transform: scale(1.1);
}
.pu_item a:hover .main .m1 {
  color: #dd761c;
}
.pu_item a:hover .main .m3 .more {
  color: #dd761c;
}
.pu_item a:hover .main .m3 .more i {
  margin-left: 0.2rem;
}
.pu_page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pu_page .prev a,
.pu_page .next a {
  transition: 0.4s;
  display: flex;
  min-width: 0.7rem;
  line-height: 0.42rem;
  border-radius: 0.3rem;
}
.pu_page .prev a i,
.pu_page .next a i {
  transition: 0.4s;
  font-size: var(--f18);
  font-weight: bold;
  color: #666666;
  margin: auto;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #ac3631;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #fff;
}
.pu_page .prev {
  margin-right: 0.2rem;
}
.pu_page .next {
  margin-left: 0.2rem;
}
.pu_page .number {
  display: flex;
  flex-wrap: wrap;
}
.pu_page .number a {
  transition: 0.4s;
  min-width: 0.7rem;
  line-height: 0.42rem;
  text-align: center;
  color: #666;
  font-size: var(--f18);
  border-radius: 0.3rem;
  margin: 0 0.05rem;
}
.pu_page .number a:hover,
.pu_page .number a.active {
  color: #fff;
  background: #ac3631;
}
.xks_news .box .boxLeft {
  width: 50%;
}
.xks_news .box .boxLeft p {
  overflow: hidden;
}
.xks_news .box .boxLeft p img {
  width: 100%;
  transition: 0.4s;
}
.xks_news .box .boxRight {
  background: #f6f6f6;
  width: 50%;
  box-sizing: border-box;
  padding: 0.5rem 0.4rem 0 0.7rem;
}
.xks_news .box .boxRight .content1 {
  color: #999;
  font-size: var(--f18);
}
.xks_news .box .boxRight .content2 {
  font-size: var(--f26);
  margin-top: 0.15rem;
  transition: 0.4s;
}
.xks_news .box .boxRight .content3 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.45rem;
  line-height: 2;
  height: 4em;
}
.xks_news .box .boxRight .content4 {
  margin-top: 0.6rem;
}
.xks_news .box .boxRight .content4 span {
  font-size: var(--f16);
  display: inline-block;
  color: #ac3631;
  padding-bottom: 0.08rem;
  border-bottom: 2px solid #ac3631;
}
.xks_news .box:hover .boxLeft p img {
  transform: scale(1.1);
}
.xks_news .box1 {
  margin-top: 0.6rem;
}
.xks_news .box1 .list {
  background: #f6f6f6;
  padding: 0 0.4rem;
  margin-bottom: 0.4rem;
}
.xks_news .box1 .list:last-child {
  margin-bottom: 0;
}
.xks_news .box1 .list a .boxTop {
  border-bottom: 1px solid #d2d2d2;
  padding: 0.18rem 0 0.2rem;
}
.xks_news .box1 .list a .boxTop .left p {
  color: #999;
  font-size: var(--f18);
}
.xks_news .box1 .list a .boxTop .left div {
  color: #999;
  font-size: var(--f46);
}
.xks_news .box1 .list a .boxTop .right {
  display: flex;
  align-items: center;
}
.xks_news .box1 .list a .boxTop .right span {
  font-size: var(--f16);
  display: inline-block;
  color: #ac3631;
  padding-bottom: 0.08rem;
  border-bottom: 2px solid #ac3631;
}
.xks_news .box1 .list a .boxTop .right span {
  padding-bottom: 0.05rem;
}
.xks_news .box1 .list a .boxBot {
  padding: 0.24rem 0 0.32rem;
}
.xks_news .box1 .list a .boxBot .content1 {
  font-size: var(--f26);
  color: #000;
  transition: 0.4s;
}
.xks_news .box1 .list a .boxBot .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.26rem;
  margin-top: 0.12rem;
}
.xks_news .box1 .list a:hover .boxBot .content1 {
  color: #ac3631;
}
.xks_news .box .boxRight:hover .content2 {
  color: #ac3631;
}
.NewsInfo .box .boxLeft {
  padding-left: var(--interval);
  width: 68%;
  padding-right: 0.5rem;
}
.NewsInfo .box .boxLeft .content1 {
  font-size: var(--f30);
}
.NewsInfo .box .boxLeft .content2 {
  color: #999;
  margin-top: 0.26rem;
}
.NewsInfo .box .boxLeft .content2 span {
  font-size: var(--f16);
  vertical-align: middle;
  margin-left: 0.08rem;
}
.NewsInfo .box .boxLeft .content3 {
  font-size: var(--f16);
  color: #333;
  line-height: 2;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-top: 0.46rem;
  margin-top: 0.46rem;
  text-align: justify;
  padding-bottom: 0.85rem;
}
.NewsInfo .box .boxLeft .content3 img {
  max-width: 100%;
  margin-bottom: 8px;
}
.NewsInfo .box .boxLeft .content4 p {
  border-bottom: 1px solid #eaeaea;
}
.NewsInfo .box .boxLeft .content4 p a {
  display: block;
  line-height: 0.55rem;
  color: #ac3631;
  transition: 0.4s;
  font-size: var(--f16);
}
.NewsInfo .box .boxLeft .content4 p a span {
  color: #666;
}
.NewsInfo .box .boxLeft .content4 p a:hover {
  font-weight: bold;
}
.NewsInfo .box .boxRight {
  padding-left: 0.5rem;
  flex: 1;
  background-color: #F8F8FA;
 /* padding-right: var(--interval);*/
 width:30%;
}
.NewsInfo .box .boxRight > div {
  position: relative;
  min-height: 100vh;
  height: 100%;
}
.NewsInfo .box .boxRight > div .sect {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}
.NewsInfo .box .boxRight > div .h5 {
  margin-bottom: 0.32rem;
}
.NewsInfo .box .boxRight > div .sect > div h1{
	font-size: var(--f24);;color: #312c2b;
}
.NewsInfo .box .boxRight > div ul li {
  padding: 0.15rem 0;
  border-bottom: 1px solid #dbdbdb;
}
.NewsInfo .box .boxRight > div ul li a {
  font-size: var(--f18);
  color: #000;
  display: block;
  transition: 0.4s;
  line-height: 1.7;
  height: 3.4em;
}
.NewsInfo .box .boxRight > div ul li a:hover {
  color: #312c2b;
}
.Service_02 .w1200 {
  /*width: 1200px;*/
  margin: auto;
}
.Service_02 .w1200 .box .h5 {
  font-size: var(--f20);
  font-weight: bold;
}
.Service_02 .w1200 .box .desc {
  font-size: var(--f16);
  line-height: 1.8;
  margin-top: 0.12rem;
}
.Service_02 .w1200 .box .desc_ {
  font-size: var(--f16);
  line-height: 1.8;
  margin-top: 0.5rem;
}
.Service_02 .w1200 .box .list {
  padding: 0.3rem 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
  margin-bottom: 0.45rem;
  transition: .4s;
}
.Service_02 .w1200 .box .list:hover{
    border-color:#ac3631;
}
.d1_ul_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem 0.3rem;
}
.d1_ul_list ul li {
  background: url(../image/d1_img1.jpg) no-repeat bottom right / cover;
  border: 1px solid #E5E5E5;
  position: relative;
  transition: all 0.4s;
  cursor: pointer;
}
.d1_ul_list ul li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #ac3631;
  top: 0;
  left: 0;
}
.d1_ul_list ul li .d1_text {
  padding: 0.65rem 0.44rem;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 1rem;
  transition: all 0.4s;
}
.d1_ul_list ul li .d1_text p {
  font-size: var(--f16);
  color: #999999;
  line-height: 24px;
  margin-bottom: 24px;
}
.d1_ul_list ul li .d1_text h3 {
  font-size: var(--f22);
  color: #000000;
  line-height: 1.5;
  height: 3em;
}
.d1_ul_list ul li .d1_more {
  width: 100%;
  padding: 0.36rem 0.44rem;
}
.d1_ul_list ul li .d1_more p {
  position: relative;
  font-size: var(--f16);
  font-weight: 400;
  color: #ac3631;
  transition: 0.4s;
}
.d1_ul_list ul li .d1_more p svg {
  height: 0.22rem;
  transform: translateY(-2px);
  margin-right: 6px;
}
.d1_ul_list ul li .d1_more p svg path {
  transition: 0.4s;
}
.d1_ul_list ul li:hover {
  background: #ac3631;
}
.d1_ul_list ul li:hover .d1_text {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.d1_ul_list ul li:hover .d1_text p {
  color: #fff;
}
.d1_ul_list ul li:hover .d1_text h3 {
  color: #fff;
}
.d1_ul_list ul li:hover .d1_more p {
  color: #fff;
}
.d1_ul_list ul li:hover .d1_more p svg path {
  fill: #fff;
}
.QA_Container .box {
  display: grid;
  gap: 0.3rem;
}
.QA_Container .box .item {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
}
.QA_Container .box .item .item_top {
  cursor: pointer;
  padding: 0 0.3rem;
}
.QA_Container .box .item .item_top .icon {
  width: 0.8rem;
  display: flex;
  align-items: center;
  font-size: var(--f40);
  color: #ac3631;
  font-family: 'gilroy_bold';
}
.QA_Container .box .item .item_top .text {
  font-size: var(--f22);
  padding: 0.25rem 0.3rem 0.25rem 0;
  flex: 1;
  transition: 0.4s;
}
.QA_Container .box .item .item_top .btn {
  display: flex;
  align-items: center;
}
.QA_Container .box .item .item_top .btn p {
  width: 0.37rem;
  height: 0.37rem;
  background: #ac3631;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.QA_Container .box .item .item_top .btn p span {
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  margin: auto;
  position: relative;
}
.QA_Container .box .item .item_top .btn p span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: rotate(90deg);
  transition: 0.4s;
}
.QA_Container .box .item .item_top:hover .text {
  color: #ac3631;
}
.QA_Container .box .item .item_top.active .btn p span::after {
  transform: rotate(0);
}
.QA_Container .box .item .item_bottom {
  display: none;
  border-top: 1px solid #eee;
}
.QA_Container .box .item .item_bottom .main {
  padding: 0.25rem 0.3rem;
}
.QA_Container .box .item .item_bottom .main .icon {
  width: 0.8rem;
  font-size: var(--f40);
  color: #ac3631;
  font-family: 'gilroy_bold';
  opacity: 0.5;
}
.QA_Container .box .item .item_bottom .main .content {
  flex: 1;
  padding-right: 0.66rem;
}
.QA_Container .box .item .item_bottom .main .content .desc {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
}
.Custom_Container .box .item {
  margin-bottom: 1rem;
}

.Custom_Container .box.aboutny .item {
  margin-bottom: 0.5rem;
}

.Custom_Container .box .item:last-child {
  margin-bottom: 0;
}
.Custom_Container .box .item .boxLeft {
  width: 45%;
  display: flex;
  align-items: center;
}
.Custom_Container .box .item .boxLeft.flnone{
	width:100%;
}

.Custom_Container .box .item .boxLeft .content1 {
  font-size: var(--f40);
  color: #ac3631;
  font-weight: bold;
  line-height: 1.2;
}
.Custom_Container .box .item .boxLeft .content2 {
  font-size: var(--f20);
  color: #333;
  line-height: 1.8;
  margin-top: 0.4rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  max-height: 18em;
}
.Custom_Container .box .item .boxLeft .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Custom_Container .box .item .boxLeft .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ac3631;
}
.Custom_Container .box .item .boxLeft .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.Custom_Container .box .item .boxLeft .content2 p {
  margin-bottom: 0.1rem;
}
.Custom_Container .box .item .boxRight {
  position: relative;
  width: 50%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.Custom_Container .box .item .boxRight img {
  width: 100%;
  transition: 0.4s;
}
.Custom_Container .box .item .boxRight img:hover {
  transform: scale(1.05);
}
.Custom_Container .box .item .boxRight .prev {
  left: 5%;
}
.Custom_Container .box .item .boxRight .next {
  right: 5%;
}
.Custom_Container .box .item .boxRight .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0.12rem;
  text-align: center;
}
.Custom_Container .box .item .boxRight .div_ .swiper-pagination-bullet {
  background: #ac3631;
}
.Custom_Container .box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.pu_switch div {
  transition: 0.4s;
  cursor: pointer;
  width: 46px;
  height: 22px;
  border: 0.02rem solid rgba(255, 255, 255, 0.3);
  border-radius: 0.1rem;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.pu_switch div svg {
  margin: auto;
}
.pu_switch div:hover {
  border-color: #ac3631;
  background: #ac3631;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f24);
  background: #f6f7fa;
  font-weight: bold;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
  
  .top_tt{
	font-size:24px;        height: 40px;
        line-height: 40px;
}
  
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  transition: 0.4s;
  margin-top: 12px;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #ac3631;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i,
.Search_List .box2 .item a .right svg {
  font-size: var(--f16);
  display: inline-block;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #ac3631;
}
.Search_List .box2 .item a:hover .right svg {
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.search_over {
  font-size: var(--f24);
  padding: 1.4rem 0 0.4rem;
}
.search_over span {
  font-family: 'gilroy_bold';
}
.SearchContainer {
  min-height: 30vh;
}
.SearchContainer .box .item {
  padding: 0.6rem 0;
  border-bottom: 1px solid #ccc;
}
.SearchContainer .box .item a .left {
  width: 76%;
}
.SearchContainer .box .item a .left h5 {
  font-size: var(--f24);
  font-family: 'gilroy_bold';
  color: #000;
  transition: 0.4s;
}
.SearchContainer .box .item a .left p {
  font-size: var(--f16);
  font-family: 'gilroy_regular';
  color: #666;
  line-height: 2;
  height: 4em;
  margin-top: 0.2rem;
}
.SearchContainer .box .item a .right {
  display: flex;
  align-items: center;
}
.SearchContainer .box .item a .right div {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #ac3631;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  transition: 0.4s;
}
.SearchContainer .box .item a .right div i {
  font-size: var(--f24);
  margin: auto;
  transition: 0.4s;
  color: #ac3631;
}
.SearchContainer .box .item a:hover .left h5 {
  color: #ac3631;
}
.SearchContainer .box .item a:hover .right div {
  background: #ac3631;
  box-shadow: 6px 6px 12px #dfe7ee;
}
.SearchContainer .box .item a:hover .right div i {
  color: #fff;
}
.SearchContainer .box1 {
  padding: 2rem 0;
  text-align: center;
}
@media screen and (max-width: 1520px) {
  .Service_02 .w1200 {
    width: 1000px;
  }
  .Home_Product .box .item .orientation {
    max-width: 5rem;
  }
  .proSelect .boxMain .ite a figure {
    height: 2rem;
  }
  .Header_Container .box nav .item .select {
    width: 1.9rem;
  }
  .Footer_Container .box .box1 .boxCenter ul li{
      padding-left: 0.35rem;
  }
  .Contact_Container .box .box2 .item ul li ,
  .Contact_Container .box .box1 .boxRight div ul li{
    padding-left: 0.46rem;
    }
    .Contact_Container .box .box2 .item ul li  svg,
    .Contact_Container .box .box1 .boxRight div ul li svg{
        transform: scale(0.8);
    }
    

}
@media screen and (max-width: 1400px) {
  .Header_Container .box .logo a img {
    height:36px;
  }
}
@media screen and (max-width: 1280px) {
  .button_01 .a,
  .button_03 .a {
    /*width: 1.8rem;*/
  }
  .Footer_Container .box .width2 {
    padding-right: 0.5rem;
  }
  .Footer_Container .box .box1 .boxCenter .h5,
  .Footer_Container .box .box2 .item .h5 a,
  .Footer_Container .box .box1 .boxRight .boxTop .link p {
    font-size: 16px;
  }
  .Footer_Container .box .box2 .item ul li {
    margin-bottom: 0.08rem;
  }
  .proSelect .boxMain .ite a figure img{
      transform: scale(0.6);
  }
  .proSelect .boxMain .ite a:hover figure img {
    transform: scale(0.8);
    }
}
@media screen and (max-width: 1200px) {
    .NewsInfo .box .boxRight > div .sect{
        top: 1.2rem;
    }
  .Header_Container {
    display: none;
  }
  .Home_Banner .banner .swiper-slide picture img {
    height: 60vh;
  }
  .Home_Product .box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .Home_Product .box .div1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .Home_Product .box .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .Home_Product .box .div3 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .Home_Product .box .div4 {
    grid-area: 3 / 1 / 5 / 2;
  }
  .Home_Product .box .div5 {
    grid-area: 3 / 2 / 4 / 3;
  }
  .Home_Product .box .div6 {
    grid-area: 4 / 2 / 5 / 3;
  }
  .Footer_Container .box .box2 {
    display: none;
  }
  .Footer_Container {
    padding: 1rem 5vw 0;
  }
  .Footer_Container .box .box1 .boxRight .boxBot .item figure img {
    width: 1rem;
  }
  .Footer_Container .box .width1 {
    display: none;
  }
  .Footer_Container .box .width2 {
    width: 4rem;
  }
  .Footer_Container .box3 {
    text-align: center;
  }
  .Footer_Container .box3 .boxLeft {
    width: 100%;
  }
  .Footer_Container .box3 .boxLeft a {
    display: block;
    line-height: 2;
  }
  .Footer_Container .box3 .boxRight {
    width: 100%;
    line-height: 2;
  }
  .Footer_Container .box .box1 .boxCenter ul li {
    padding-left: 0.3rem;
  }
  .Home_News .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Home_News .box .list1 {
    display: none;
  }
  .Home_Service .box .boxLeft,
  .Custom_Container .box .item .boxLeft,
  .xks_news .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Home_Service .box .boxLeft > div,
  .Custom_Container .box .item .boxLeft > div,
  .xks_news .box .boxLeft > div {
    width: 100%;
  }
  .Home_Service .box .boxLeft .content2,
  .Custom_Container .box .item .boxLeft .content2,
  .xks_news .box .boxLeft .content2 {
    /*max-height: 2rem;*/
	  max-height: none;
  }
  .Home_Service .box .boxRight,
  .Custom_Container .box .item .boxRight,
  .xks_news .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Home_About .orientation .box .content2 {
    margin-top: 0.9rem;
  }
  .Home_About .orientation .box .content1 .item .top span {
    font-size: 0.54rem;
  }
  .Home_About .orientation .box .content1 {
    margin-top: 0.68rem;
  }
  .Home_About picture img {
    min-height: 7.2rem;
  }
  .Home_About .orientation .box {
    max-width: 6.4rem;
  }
  .Custom_Container .box .item:nth-child(2n) {
    flex-direction: column;
  }
  .Contact_Container .box .box2 {
    margin-top: 0.2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Contact_Container .box .box2 .item ul li,
  .Contact_Container .box .box1 .boxRight div ul li {
    padding-left: 0.46rem;
  }
  .Contact_Container .box .box1 .boxLeft p img {
    min-height: 3.5rem;
  }
  .product_box .ri_box > div .content1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .Product_Info .box .boxRight {
    width: 4.9rem;
  }
  .Product_Info .box .boxLeft {
    width: calc(100% - 4.9rem);
    padding-right: 1rem;
  }
  .Recommended .box .banner .button div {
    display: none !important;
  }
  .xks_news .box .boxRight {
    margin-top: 0;
    padding: 0.4rem;
  }
  .Service_02 .w1200 {
    width: 90vw;
  }
  .d1_ul_list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem 0.2rem;
  }
}
.Language_m {
  display: flex;
  align-items: center;
  margin-left: 0.32rem;
  position: relative;
}
.Language_m p {
  font-size: var(--f16);
  color: #000;
  cursor: pointer;
  transition: 0.4s;
}
.Language_m p i {
  font-size: var(--f14);
  margin-left: 5px;
}
.Language_m ul {
  display: none;
  position: absolute;
  width: 1rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.05rem 0;
  border-radius: 6px;
  left: 50%;
  top: calc(var(--nav_height) - 20px);
  transform: translateX(-50%);
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
.Language_m ul li a {
  text-align: center;
  display: block;
  font-size: var(--f16);
  line-height: 2;
  color: #000;
  transition: 0.4s;
}
.Language_m ul li a:hover {
  color: #ac3631;
}
@media screen and (max-width: 669px) {
  .Home_News .box .list1 {
    display: block;
  }
  .Home_Banner .button {
    bottom: 0.25rem;
  }
  .Home_Banner .page {
    bottom: 0.3rem;
  }
  .button_01 .a,
  .button_03 .a {
    /*width: 2.2rem;*/
    line-height: 0.74rem;
    border-radius: 0.4rem;
  }
  .Home_Banner .page div span {
    width: 25px;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.44rem;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 32px;
  }
  .Home_Product .box .item .content4,
  .Home_Product .box .item .orientation .content1 {
    font-size: 14px;
  }
  .Home_Product .box .item .orientation .content2 {
    display: none;
  }
  .Home_Product .box .item .orientation .content3 {
    margin-top: 1.5rem;
  }
  .Home_About picture img {
    min-height: 8.2rem;
  }
  .Home_News .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .xtk_box .le {
    width: 60%;
  }
  .Home_News .box .list1 .item {
    padding: 0.4rem 0;
    border-top: 1px solid #BFBABA !important;
    border-bottom: 0;
  }
  .Home_Banner .banner .swiper-slide picture img {
    height: 45vh;
  }
  .Footer_Container .box .boxCenter {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .Footer_Container .box .box1 .boxRight {
    margin-left: initial;
  }
  .Footer_Container .box .box1 .boxRight .boxTop {
    justify-content: flex-start;
  }
  .Footer_Container .box .box1 .boxRight .boxBot .item figure img {
    width: 1.5rem;
  }
  .Footer_Container .box .box1 .boxRight .boxTop .link ul {
    width: 3.5rem;
    left: 0;
    top: 0.5rem;
    transform: translateX(0%);
  }
  .Inner_Banner img {
    min-height: 4rem;
  }
  .Contact_Container .box .box1 .boxLeft {
    width: 100%;
  }
  .Contact_Container .box .box1 .boxRight {
    width: 100%;
    padding: 0.4rem;
  }
  .Contact_Container .box .box1 .boxRight div {
    margin: initial;
  }
  .Contact_Container .box .box2 .item ul li,
  .Contact_Container .box .box1 .boxRight div ul li {
    padding-left: 0.56rem;
  }
  .Contact_Container .box .box2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Leave_Container .box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Leave_Container .box .list .item input {
    height: 0.8rem;
  }
  .Contact_Container .box .box2 .item ul li svg {
    transform: scale(0.8);
  }
  .Footer_Container .box .box1 .boxCenter ul li {
    padding-left: 0.4rem;
  }
  .product_box .wMain {
    flex-wrap: wrap;
  }
  .product_box .wMain .le_box {
    width: 100%;
  }
  .product_box .wMain .ri_box {
    flex: 1 100%;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .pu_item a .main .m2 p {
    line-height: 1.8;
    height: 3.6em;
  }
  .pu_page .number {
    display: none;
  }
  .Product_Info .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Product_Info .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .xks_news .box1 .list a .boxBot .content2 {
    line-height: 1.2;
    margin-top: 0.22rem;
  }
  .NewsInfo .box .boxLeft {
    width: 100%;
    padding-right: 5vw;
  }
  .NewsInfo .box .boxRight > div {
    min-height: auto;
  }
  .Home_Service .box .boxLeft .content2,
  .Custom_Container .box .item .boxLeft .content2,
  .xks_news .box .boxLeft .content2 {
   /* max-height: 2.8rem;*/
	  max-height: none;
  }
  .d1_ul_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .d1_ul_list ul li .d1_text {
    padding: 0.55rem 0.24rem;
  }
  .d1_ul_list ul li .d1_more {
    padding: 0.36rem 0.24rem;
  }
  .d1_ul_list ul li .d1_text p {
    margin-bottom: 15px;
  }
  .d1_ul_list ul li .d1_more p svg {
    height: 0.4rem;
    margin-right: 4px;
  }
  .QA_Container .box .item .item_top .btn p span {
    width: 8px;
  }
  .Recommended .box {
    padding: 0;
  }
  .Recommended .box .swiper {
    padding: 0 5vw;
  }
}
/*# sourceMappingURL=./style.css.map */

.banner{
	position:relative;

	width:100%;
	z-index:1;
}

        

	.wMain_.pt.pb{
	position:relative;
	width:100%; padding-bottom: 0rem; 

}

        
        @keyframes rotateGradient {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
.Home_Product .main{
	z-index:22;
	position:relative;
}
.flexBetween{
	z-index:22;position:relative;
}

.c{
	clear:both;
	overflow:hidden;
}
.lkcon01{
	/*margin-bottom:120px;*/
	margin-top: 20px;
}
.lkcon01_l{
	float:left;
	width:40%;
}
.lkcon01_r{
	float:right;
	width:55%;
}
.lkcon01_l01{
	font-size:44px;
	color:#dd761c;
	margin-top:40px;
}
.lkcon01_l02{
	margin-top:20px;
	color:#666;
	line-height: 36px;
    font-size: 16px;
}
.lkcon01_l03{
	margin-top:50px;
}
.lkcon01_l03 .content1 .item{
	float:left;
	width:25%;overflow:hidden;
}
.dataLoading{
	font-size:50px;
	font-weight: lighter;color:#dd761c;
	font-family:"微软雅黑";
}

.top {
    width: 100%;	clear:both;
	overflow:hidden;
	height:70px;
}

.top span{
	display:block;
	float:left;
	width:160px;
}

.topaa {
    float: left;
    width:60px;
}
.topaabb {
    float: left;
    width: 75px;
}
.topaab {
    float: left;
    width: 39px;
}
.bot{
	color:#666;
	font-weight:bold;
	font-size:18px;
}
.bot2,.bot4{
	padding-left:5px;
}
.lkcon01_r01{
	overflow: hidden;
	width: 100%;
}
.lkcon01_r01 img{
	width:100%;	transition: all 0.5s ease;
}
.lkcon01_r01:hover img{
	transform: scale(1.1)
}
.lkcon01_l01aajj{
	font-size:22px;
	margin-top: 25px;
}
.lkcon01_l04more{
	margin-top:35px;
	font-size: 16px;
	background-color: #dd761c;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.lkcon01_l04more a{
	font-size:14px;
	color: #fff;
}


.fl{
	float:left;
}
.fr{
	float:right;
}
.lkcon01last{
	margin-bottom:0px;
}
/***************************************************/
.Home_Service{
	background:#f4f3f3;
	min-height: 400px;
	background-size: 50%;
	padding:30px 0 60px;
	box-sizing: border-box;
}

.lk02l{
	width:260px;
}
.lk02l01 {
    font-size: 44px;
    color: #dd761c;

}
.lk02l02 {
    font-size: 15px;
   color: #dd761c;
    margin-top: 240px;
	
}
.lk02l02 a{

   color: #dd761c;

	
}
.lk02l02 img{
	width:20px;
	margin-left: 10px;
}

.lk02r{
	width:calc(100% - 300px);
}
.lk02r ul li{
	height: 60px;
	line-height:60px;
	border-bottom:1px solid #dfdfdf;
	background: url("../images/jta.png") right center no-repeat;
}
.lk02r ul li:hover{
	background: url("../images/jtb.png") right center no-repeat;
}
.lk02r ul li:first-child{
	border-top:1px solid #dfdfdf;
}
.lk02r ul li a{
	font-size: 16px;
}
.lk02r ul li a span{
	padding: 5px 20px;
	font-size: 15px;
	background-color: #f8f8f8;
	margin: 0 40px;
	color:#333;border: 1px solid #dfdfdf;
}
.lk02r ul li:hover a span{

	background-color: #dd761c;

	color:#fff;border: 1px solid #dd761c;
}
.lk02r ul li:hover a,.lk02r ul li:hover a:hover{
	 color: #dd761c;
}
		.lk02r ul li a i{
		margin-right: 10px;			
			font-style: normal;
}

.lk03a01{
	width:65%;
}
.lk03a02{
	width:33%;
}

.lk03a02a{
	width:100%
}
.lk03a02a img{
	width:100%
}

.lk03a02a01{
	margin-bottom:6.5%;
}


.lk03a01{
	position: relative;
}
.lk03a01a{
	width:40%;
	position: absolute;
	box-sizing: border-box;
	padding: 25px 50px;
	z-index: 11;
	height: 100%;    background: linear-gradient(0deg, #f5b759, #ee9201);
}


.lk03a01b{
	width:100%;
}
.lk03a01b img{
	width:100%;
}

.lk03a01a01{
	font-size:38px;
	margin-top:40%;
	color: #fff;
}
.lk03a01a02 {
    margin-top: 35px;
    font-size: 22px;
    color: #fff;
    line-height: 36px;
}
.lk03a01a03{
	font-size:15px;
	margin-top: 80px;
	line-height: 32px;
	color: #fff;
}
.lk03a01a03 a{
	color: #fff;line-height:42px;
}
.lk03a01a03 img{
	width: 20px;
	margin-left: 10px;
}
.lk03a01a00a{
	position:relative;
	z-index: 1;
	height: 100%;
}

.lk03a01a04{
	position: absolute;
	top:70%;
	right: 0;


}
.lk03a01a04 img{
	width: 34px;
	height: 34px;
}

ul.fnav li {
    float: left;
    width: 50%;
}

/*************************************/
.lthx01 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lthx01 .row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.lthx01 .row li {
  width: 25%;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  border-radius:0px;
}
.lthx01 .row li .pro01_a{
	 border-radius:0px;
}

/* 图片容器样式 - 确保高度100% */
.lthx01 .pro01_a_pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 图片样式 - 高度100% + 宽度裁剪 */
.lthx01 .pro01_a_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, opacity 0.3s ease;
}

/* 内容容器样式 */
.lthx01 .pro01_a_nr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 235px 45px 10px;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
  color: white;
  box-sizing: border-box;
}
.lthx01  .pro01_a_nr02{
    line-height: 30px;
}

/* 悬停效果 - 激活项 */
.lthx01 .row:hover li:hover {
  width: 40%;
  z-index: 2;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  transform: translateY(0px);
}

/* 悬停时图片效果 */
.lthx01 .row:hover li:hover .pro01_a_pic img {
  transform: scale(1.1);
}

/* 悬停效果 - 同行其他项 */
.lthx01 .row:hover li:not(:hover) {
  width: 20%;
  opacity: 0.7;
  filter: grayscale(0.3);
  transition-delay: 0.1s;
}

/* 悬停时内容效果 */
.lthx01 .row:hover li:hover .pro01_a_nr {
  opacity: 1;
  transform: translateY(0);
}


.lkab0top .c.lktop_bt{
    margin-top: 35px;
}







@media screen and (max-width: 1660px) {
	.lkcon01_l01 {
    margin-top: 20px;
}
	.lkcon01_l03 {
    margin-top: 30px;
}
	
}
@media screen and (max-width: 1600px) {
.lk03a01a01 {
    font-size: 34px;
    margin-top: 25%;

}
	.lk03a01a04 {
  
    top: 78%;

}
}

@media screen and (max-width: 1400px) {
	.lkcon01_l01 {
    margin-top: 20px;
}
	.lkcon01_l03 {
    margin-top: 30px;
}
	.topaab sup em{
		font-size: 14px;
	}
	.topaab {
    width: 20px;
}
	.dataLoading {
    font-size: 44px;
}
	.bot {
    font-size: 15px;
}
	.lkcon01_l02 {
    margin-top: 10px;
    line-height: 34px;
    font-size: 16px;
}
	.lkcon01_l01 {
    font-size:36px;
}
	.Home_Banner .banner .swiper-slide .orientation{
		height: 800px;
	}
	.gradient-triangle{
		    width: 400px;
    height: 500px;
	}
	.gradient-trianglea {

		width: calc(100% - 400px);
	}
	
	    .lk03a01a01 {
        font-size: 30px;
        margin-top: 25%;
    }
	.lk03a01a02 {

    font-size: 18px;

}
	.lk03a01a{
		padding:25px;
	}
	
}
@media screen and (max-width: 1200px) {
	

		.Home_Banner .banner .swiper-slide .orientation{
		height:400px;
	}
	
		.lk02l {
    width: 220px;
}
	.lk02r {
    width: calc(100% - 250px);
}
	
}
@media screen and (max-width: 1000px) {
	
	.lkcon01_r {
    float: none;
    width: 100%;
	margin-top:30px;
}
.lkcon01_r.lkab0top{
    margin-top:0px;
}

section.Home_Product.lkab0bottom{
    margin-bottom: 40px;
}

		.lkcon01_l {
    float: none;
    width: 100%;
}
		.Home_Banner .banner .swiper-slide .orientation{
		height:380px;
	}
	.lkcon01 {
    margin-bottom: 50px;
    margin-top: 20px;
}
	
		.lk02l {
			float:none;
			width: 100%;
			clear: both;
			overflow: hidden;
			margin-bottom: 25px;
}
	.lk02r {
   float:none;	width: 100%;
}
	.lk02l02{
		float:right;
		margin: 0;
	}
	.lk02l01{
		float:left;
	}

	.lk03a01a03 {

    margin-top:40px;

}
	
}
@media screen and (max-width:950px) {
		.lk03a01a03 {

    margin-top:20px;

}
	    .lk03a01a01 {
        font-size: 26px;
        margin-top: 10%;
    }
	    .lk03a01a02 {
        font-size: 15px;
    }
	
}


@media screen and (max-width:860px) {
	.lk03a01,.lk03a02{
		float:none;
		width: 100%;
	}
    .lk03a01a {
        padding:25px 25px;
        position: relative;
        width: 100%;
		margin-bottom: 25px;
    }
	.lk03a01a01{
		margin-top:0px;
	}
	.lk03a01a02 {
    margin-top: 6px;
}
	.lk03a01a03 img {
    width: 18px;
}
	
	    .lk03a01a03 {
        margin-top: 20px;
    }
	.lk03a01b,.lk03a02a01{

    margin-bottom: 35px;
}
	
}



@media screen and (max-width: 768px) {
	

		.gradient-triangle{
		    width: 240px;
    height: 300px;
	}
	.gradient-trianglea {

		width: calc(100% - 240px);
		height: 340px;
	}
		.Home_Banner .banner .swiper-slide .orientation{
		height:280px;
	}
	.lk02r ul li a span{
		display:none;
}
		.lk02r ul li a i{
		margin-right: 10px;
			color: #666;
			font-style: normal;
}



}
@media screen and (max-width:500px) {

    .top_tt {
        font-size: 18px;
        height: 24px;
        line-height: 24px;
        margin-left: 10px;
        padding-left: 10px;
    }
 }
@media screen and (max-width: 440px) {
	
.lkcon01_l03 .content1 .item {

    width: 50%;

}
		.gradient-triangle{
		    width: 200px;
    height: 300px;
	}
	.gradient-trianglea {

		width: calc(100% - 200px);
		height: 300px;
	}
		.Home_Banner .banner .swiper-slide .orientation{
		height:280px;
	}
		.lk02r ul li a i{
			display: none;
}
    .MobileMain .HeaderMobile .box .logo a img {
        height: 24px;
    }
	
}
@media screen and (max-width: 390px) {

		.gradient-triangle{
		    width: 150px;
    height: 300px;
	}
	.gradient-trianglea {

		width: calc(100% - 150px);
		height: 400px;
	}
	
		.Home_Banner .banner .swiper-slide .orientation{
		height:260px;
	}
}
   @media screen and (max-width: 370px) {
   .top_tt {
        font-size: 15px;
        height: 24px;
        line-height: 24px;
        margin-left: 10px;
        padding-left: 10px;
    }  }
	
	
	/******产品分页*******/
.ny_news_page {
	margin: 60px auto 60px;
	clear: both;
	padding-top: 10px;
	
}
.ny_news_page a, .ny_news_page span {
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	width: 70px;
	height: 40px;
	color: #333;
	background-color: #f8f8f8;
	margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
	background-color: #312c2b;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color: #312c2b;
	color: #fff;
}
.ny_news_page a.page-num-current {
	background-color: #312c2b;
	color: #fff;
}
/****************/
@media screen and (max-width:768px) {
	
		.ny_news_page{
		    margin: 20px auto 60px;
	}
}
	
	
	
.c.lktop_bt {
    text-align: center;
    font-size: 40px;
    font-weight: normal;
	margin-bottom:45px;
}

.pro01{
	width:32%;
}
.pca{
	margin-bottom:35px;
}

.pro01_a{
	width: 100%;
    height: 100%;
    overflow: hidden;
	position:relative;
	z-index:1;	border-radius:12px;
}
.pro01_a_pic {
    position: relative;
    z-index: 1;width: 100%;
    height: 100%;
    overflow: hidden;

}

.pro01_a_bt {
    position: absolute;
    z-index: 4;
	color:#fff;
    bottom:45px;
	left:45px;
	font-size:20px;transition: all 0.3s ease;
}
.pro01_a_nr {
    position: absolute;
    z-index:3;
	top:0;
	height:100%;
	width:100%;
	color:#fff;
	background:rgba(0,0,0,0.5);
	padding:160px 45px;
    box-sizing: border-box;
	line-height:45px;
	font-size:20px;
	transform:translateY(100%);
	transition: all 0.5s ease; animation-delay: 0.4s; /* 动画延迟2秒开始 */
}
.pro01_a_nr01{
	margin-bottom:15px;
	font-size:36px;    font-weight: bold;
}
.pro01_a_nr02{
	font-size:18px;
}
.pro01_a a:hover .pro01_a_bt{
	opacity:0;
}
.pro01_a a:hover .pro01_a_nr{
	transform:translateY(0%);
}

.pro02{
	width:66%;
}
.pro02 .pro01_a{
	width:48.5%;
	margin-right:3%;
	float:left;
}
.pro02 .pro01_a:nth-child(2n){

	margin-right:0%;

}
.pro02 .pro01_a:nth-child(1){

	margin-bottom:2%;

}
.pro02 .pro01_a:nth-child(2){

	margin-bottom:2%;

}
.pro02 .pro01_a_nr{
	padding:60px 40px;
}

.pro03 .pro01_a_nr{
	padding:60px 45px;
}
.sja{
	display:none;
}
.ltbja{
	margin:60px auto 0;
	min-height:300px;
	padding-bottom:120px;
	background: url("../images/bja.jpg") top center no-repeat;background-size: 100%;background-attachment: fixed;
}
.ltbja_01{
	font-size:40px;margin:140px auto 55px;
	text-align:center;
	color:#fff;
	font-weight:bold;    letter-spacing: 20px;
}
.ltbja_02{
	width:145px;
	margin:25px auto;
}
.ltbja_02 img{
	width:100%;
	box-sizing:border-box;
/*	border:4px solid #fff;*/
}

section.Home_Product {
    margin-bottom: 80px;
}
.lkcon01_l01 {
    font-size: 44px;
    color: #000;
    margin-top:25px;
    font-weight: lighter;
}
.lkcon01_r01 video {
    width: 100%;
    height: auto;
    display: block; /* 消除底部空隙 */
}

.c.ltnews_nr ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.c.ltnews_nr{
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
}
.c.ltnews_nr li {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;box-sizing: border-box;
    border: 1px solid #f1f1f1;
}

.c.ltnews_nr li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.ltnews_nr01 {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
  padding-top:50%; /* 保持图片比例 */
}

.ltnews_nr01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ltnews_nr01:hover img {
  transform: scale(1.05);
}
.ltnews_nr02nr{
	    box-sizing: border-box;
	margin:0px auto;
	padding:20px 40px;
	width:100%;
}
.ltnews_nr02 {

  font-weight: 100;
  margin: 15px 0 5px;
  padding:10px 0px;
  color: #000;
  font-size:18px;

}
.ltnews_nr02 a{
    color: #000;  
}
.ltnews_nr03 {
  color: #888;
  font-size:14px;

  padding: 0 0px 20px;
  border-bottom:1px solid #f1f1f1;
  margin: 0 0px 15px;
 
}

.ltnews_nr04 {
  font-size:18px;


  font-weight: 100;
  margin: 0px 0 0px;
  clear:both;
  overflow:hidden;
  padding:10px 0px 10px;
  color: #000;
  font-size:18px;border-bottom:1px solid #f1f1f1;
}
.ltnews_nr04 a{
     color: #000;
}
.ltnews_nr05 {
  margin-top: auto;
  padding: 15px 0px 40px;

}

.ltnews_nr05 a {
  display: inline-block;
  padding: 5px 0px;
  
  color: #ac5f2a;
  font-weight: 100;
  transition: all 0.3s ease;
}

.ltnews_nr04 a:hover,.ltnews_nr02 a:hover {
color:#ac5f2a;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .c.ltnews_nr li {
    width: calc(100% - 30px);
  }
  
  .ltnews_nr02 {
   padding: 5px 0;
  }
  .ltnews_nr02nr{
	  padding:10px 20px;
  }
  .ltnews_nr05 a {
    padding: 8px 0px;
  }
  .c.ltnews_nr{
	  padding:0 6px;
  }
  .ltnews_nr05 {
    margin-top: auto;
    padding: 5px 0px 20px;
}
}

/* 动画效果增强 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.c.ltnews_nr li {
  animation: fadeInUp 0.6s ease forwards;
}


/**************************/

   @media screen and (max-width:1920px) {
	   .pro01_a_bt{
		   bottom:20px;
		   left:30px;
		   font-size:16px;
	   }
	   .pro01_a_nr02 {
    font-size: 14px;
    line-height:26px;
}
	   .pro01_a_nr01 {
    margin-bottom: 0px;
    font-size: 16px;
}
.pro02 .pro01_a_nr {
    padding:30px 30px 10px;
}

.pro03 .pro01_a_nr {
    padding:30px 30px 10px;
}
.lthx01 .pro01_a_nr01{
    font-size:24px;
}
.lthx01 .pro01_a_nr{
        padding: 285px 45px 10px;
}
.lthx01 .pro01_a_nr02 {
    line-height: 20px;
}
   }
   
     @media screen and (max-width:1660px) {
		 .ltbja_01 {

		 margin: 90px auto 55px;
		}
		 .ltbja{

padding-bottom:50px;}
	 }
	 
	      @media screen and (max-width:1440px) {
		 .ltbja_01 {

		 margin: 80px auto 45px;
		}
		.ltbja_02 {
    width: 140px;
    margin: 25px auto;
}


		 
	 }
	 
	 
	 	      @media screen and (max-width:1200px) {
		 .ltbja_01 {
font-size: 30px;margin:70px auto 35px;
		}
		.ltbja_02 {
    width: 120px;
    margin: 0px auto;
}
		 
	 }
	      @media screen and (max-width:1000px) {
		 .ltbja_01 {
font-size: 30px;margin:50px auto 35px;
		}
		.ltbja_02 {
    width: 120px;
    margin: 0px auto;
}
		 
	 }
	 
	 
   
      @media screen and (max-width:768px) {
		.pca{
			display:none;
		} 
		.sja{
			display:block;
		} 
		.ydpro{
			width:100%;
		}
		.ydpro .pro02{
			width:100%;
		}
		.ydpro .pro02 .pro01_a {
			width:49%;
			margin-right:2%;
			margin-bottom:2%;
		}
		.ydpro .pro02 .pro01_a:nth-child(2n){
		
			margin-right:0%;
		}
		      .pro02 .pro01_a_nr {
        padding: 10px 15px 10px;
    }
		  .pro01_a_nr02 {
        font-size: 12px;
        line-height:20px;
    }
	    .pro01_a_nr01 {
        margin-bottom:5px;
        font-size: 16px;
        line-height: 20px;
    }
	.ltbja {

    min-height: 260px;
    background: url(../images/bja.jpg) center no-repeat;
    background-size: auto;
}
.ltbja_01 {
font-size: 30px;margin: 55px auto 25px;letter-spacing:10px;
		}
	
.ltbja_02 {
    width: 120px;
    margin: 0px auto;

}
	
	/***********************************/
.lthx02 .row {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch; /* 增强移动端滚动体验 */
}

.lthx02 .row::-webkit-scrollbar {
  display: none;
}

.lthx02 .row li {
  flex: 0 0 85%;
  max-width: 85%;
  margin-right: 10%;
  scroll-snap-align: start;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  position: relative;
}

/* 图片样式优化 */
.lthx02 .pro01_a_pic {
  width: 100%;
  padding-top: 100%; /* 保持正方形比例 */
  position: relative;
  overflow: hidden;
}

.lthx02  .pro01_a_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* 移动端适配 */

 .lthx02 .lthx02 .row li {
    flex: 0 0 80%;
    max-width: 80%;
    margin-right: 15%;
  }
  
 .lthx02 .pro01_a_bt {
    font-size: 24px;
	bottom:40px;
  }
  
 .lthx02 .pro01_a_nr02 {
    font-size:18px;
    line-height: 1.5;
  }


/* 悬停/激活效果 */
.lthx02 .row li.active {
  transform: scale(1.03);
  z-index: 2;
}

.lthx02 .row li.active .pro01_a_pic img {
  transform: scale(1.1);
}

  .lthx02  .pro01_a_nr01 {
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 30px;
    }
/********************/
	.lkcon01_l01 {
    font-size: 40px;
    color: #000;
    margin-top: 0;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 25px;
}
.Footer_Container .box .width1{
		display:block;
		        margin: 0 auto;
        text-align: center;
        clear: both;
        overflow: hidden;
	}
.boxCenter {
    display: none;
}
.flexStart{
	display:block;
}
.flexEnd{
	display:none;
}
.Footer_Container .box .width1{
	width:100%;
}
.Footer_Container .box .box1 .boxRight .boxBot .item{
	margin:0 auto;
}

 }



 .yda{
		  display:none;
	  }
	  
	    @media screen and (max-width:520px) {
			    .ltbja_01 {
        font-size: 22px;
  
        letter-spacing: 5px;
    }
			    .lkcon01 {
        margin-bottom: 0;
        margin-top: 0;
    }
    
        .top_tt {
        font-size: 20px;
        height: 32px;
        line-height: 32px;
    }
			
		}
	  
	   @media screen and (max-width:500px) {
	      .pro01_a_nr01 {
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 12px;
    }
	    .pro01_a_nr02 {
        font-size: 10px;
        line-height: 12px;
	   }
	   .pro01_a{
		 border-radius:4px; 
	   }
	       .pro01_a_bt {
        bottom: 10px;
        left: 20px;
        font-size: 14px;
    }
.lthx02 .pro01_a_nr{
		padding:70px 45px;
	}
	   }
	 
 @media screen and (max-width:400px) {
	     .lthx02 .pro01_a_nr {
        padding: 50px 45px;
    }
	 .lthx02 .pro01_a_nr02 {
        font-size: 16px;

    }
	    .lthx02 .pro01_a_nr01 {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 30px;
    }
	 .c.lktop_bt,.lkcon01_l01{
		 font-size:36px;
	 }
	     .top_tt {
        font-size: 17px;
        height: 26px;
        line-height: 26px;
        margin-left: 6px;
        padding-left: 6px;
    }
 }

	 
 @media screen and (max-width:350px) {
	 .ydpro .pro02 .pro01_a {
			width:100%;
			margin-right:0%;
			margin-bottom:5%;
		}
			      .pro02 .pro01_a_nr {
        padding: 15px 25px 10px;
    }
	 		  .pro01_a_nr02 {
        font-size: 14px;
        line-height:22px;
    }
	    .pro01_a_nr01 {
        margin-bottom:5px;
        font-size: 16px;
        line-height: 30px;
    }
	.lthx02 .pro01_a_nr{
		padding: 50px 20px;
	}
	.c.lktop_bt, .lkcon01_l01{
		font-size:30px;
	}
		     .top_tt {
        font-size: 16px;

    }
	 
 }
 
 
 
 .ltfsqy_dp ul li{
	 float:left;
	 width:18%;
	 margin:5% 1%;
 }
 .ltfsqy_dp ul li .ltfsqy_dp01{
	 width:120px;
	 border-radius:50%;
	 overflow:hidden;
	 height:120px;
	 line-height:120px;
	 text-align:center;
	 font-size:20px;
	 font-weight:normal;
	 margin:30px auto;
	 background-color:#e3d2cf;
	 transition:all 0.6s ease;
 }
 .ltfsqy_dp ul li .ltfsqy_dp02{
	 text-align:center;
	 font-size:15px;
	 font-weight:normal;
	 
 }
  .ltfsqy_dp ul li:hover .ltfsqy_dp01{
	  	 background-color:#fdeaec;
  }
  
   @media screen and (max-width:768px) {
	   .ltfsqy_dp ul li{
		   width:46%;
		   margin:1% 2%;
	   }
	   .yda {
    display: block;
}
   .yda.lthx02 .pro01_a_nr{
padding: 400px 45px 10px;}

.lkab0top .c.lktop_bt{
    margin-top:20px;
}
.lkcon01_l02{
    color: #000;
}

   }
@media screen and (max-width: 690px) {
    .yda.lthx02 .pro01_a_nr {
        padding: 360px 45px 10px;
    }
}
  @media screen and (max-width: 620px) {
    .yda.lthx02 .pro01_a_nr {
        padding: 300px 45px 10px;
    }
} 
  @media screen and (max-width: 620px) {
    .yda.lthx02 .pro01_a_nr {
        padding: 250px 45px 10px;
    }
} 
 @media screen and (max-width:510px) {
    .yda.lthx02 .pro01_a_nr {
        padding: 200px 25px 10px;
    }
} 

 @media screen and (max-width:460px) {
    .yda.lthx02 .pro01_a_nr {
        padding: 160px 25px 10px;
    }
}

 @media screen and (max-width:440px) {
    .yda.lthx02 .pro01_a_nr {
        padding: 140px 25px 10px;
    }
    .lthx02 .pro01_a_nr01 {
        margin-bottom: 15px;
        font-size: 26px;
       
    }
}
    @media screen and (max-width:390px) {
    .yda.lthx02 .pro01_a_nr {
        padding: 120px 25px 10px;
    }
    .lthx02 .pro01_a_nr01 {
        margin-bottom: 15px;
        font-size: 24px;
       
    }
    .lthx02 .pro01_a_nr02 {
        line-height：20px;
        font-size: 16px;
       
    }
} 
 @media screen and (max-width:360px) {
    
    .lthx02 .pro01_a_nr01 {
        margin-bottom: 5px;
        font-size: 22px;
       
    }
}

    .ltfzlc_nr .swiper {
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: relative;
        }

        .ltfzlc_nr .swiper-slide {
           /* background: #ffffff;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);*/
            transition: transform 0.3s ease;
            height: auto;
 
            width: 32%;
	
        }
		
		
		.ltfzlc_nr .swiper-slide.swiper-slide-active .num span{
			color:#312c2b;
			font-weight:normal;
		}

        .ltfzlc_nr .swiper-slide:hover {
            transform: translateY(-5px);
        }

        .num {
            margin-bottom: 15px;
            font-size:30px;
			font-weight:normal;
            color: #2c3e50;

            padding-bottom: 10px;
        }
 .num  span{
	 font-weight:normal;    font-family: auto;    position: relative;
 }
        .desc {
            line-height: 1.6;
            color: #555;
        }

        .swiper-button-next,
        .swiper-button-prev {
            position: absolute;
            top: 50%;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: white;
            box-shadow: 0 3px 10px rgba(0,0,0,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translateY(-50%);
            transition: all 0.3s ease;
            z-index: 10;
        }

        .swiper-button-next:hover,
        .swiper-button-prev:hover {
            background: #4a6fa5;
            color: white;
        }

        .swiper-button-next {
            right: 20px;
        }

        .swiper-button-prev {
            left: 20px;
        }
		
.num p {
  flex: 1;
  position: relative;
  border: 1px dashed #dfd3cf;
  margin: 0 0.2rem;    margin: 0 100px 0 140px;
    position: absolute;
    width: 70%;
    top: 25px;
}
 .num p::after,
 .num p::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #dfd3cf;
  border-radius: 50%;
}
 .num p::after {
  left: -8px;
}
 p::before {
  right: -8px;
}
section.Home_Product.ab_bjaa.c{
	margin-bottom:40px;
}

.ltfzlc_nr.c {
    margin: 100px auto 100px;
}

.ltscjc ul li{
	float:left;
	width:23.5%;
	margin-right:2%;
}
.ltscjc ul li:nth-child(4n){
	margin-right:0px;
}
.ltscjc ul li .ltscjc01{
	width:100%;
}
.ltscjc ul li .ltscjc01 img{
	width:100%;
}
.ltscjc.c {
    margin-top: 70px;
}
.ltscjc02.c {
    line-height: 50px;
    margin-top: 10px;
}

.contactnra{
	box-sizing: border-box;
    padding:50px 110px;
}

.contactnra01 {
    font-size: 14px;
    margin-bottom: 10px;
}

.contactnra02 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.contactnra03 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 40px;
	font-weight:100;
    color: #333;
}
.contactnra04{
	margin-top:35px;
	margin-bottom:60px;
}
.contactnrall{
	padding-top:50px;
	padding-bottom:20px;
	width:30%;border-right:1px solid #dfdfdf;
	
}
.contactnrarr{
	width:63%;
	padding-top:50px;
}
.contactnra01aa{
	margin-top:50px;
}

.mendian{
	margin-bottom:120px;
}
.mendian ul li{
	float:left;
	width:49%;
	margin-right:2%;
	background-color:#f1f1f1;
	margin-bottom:30px;
	box-sizing: border-box;padding: 35px;
}

.mendian ul li:nth-child(2n){

	margin-right:0%;
}

.mendian01 {
    font-size: 32px;
    font-weight: normal;
    color: #333;
}


.mendian02 {
    margin: 10px auto;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
}
.mendian03{
	  margin: 20px 0;
    font-size: 15px;
    font-weight: normal;
    line-height:24px;
	border-bottom:1px solid #333;
	width:75px;
}
.mendian ul li:last-child{
	min-height:256px;
}
.mendian04 {
    margin-top: 45px;
    font-weight: bold;
    line-height: 36px;
}

.ltnews {
	margin-bottom:120px;
}
.ltnews li {
    float: left;
    width: 32%;
    margin-right: 2%;    margin-bottom: 25px;    background-color: #f1f1f1;
}
.ltnews li:nth-child(3n){
	margin-right:0%;
}

.ltnewstime {
    padding: 25px 25px 10px;
}
.ltnews03 {
    padding: 0 25px 25px;padding: 0 25px 25px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.ltnews02{
    padding: 0 25px 10px;
}
.ltnews04{
    padding: 0 25px 30px;
}

.ltnews02 a{
	font-size:18px;
}
.ltnews04 a{
	color:#666;
	font-szie:14px;
}


   @media (max-width: 1440px) {
	   .num p{
		   width:60%;
	   }
	   .ltfzlc_nr.c{
		   margin-bottom:50px;
	   }
	   .ltnews li {

    width: 49%;
    margin-right: 2%;   
}
	   .ltnews li:nth-child(3n) {
      margin-right: 2%;   
}
	   .ltnews li:nth-child(2n) {
    margin-right:0%;   
}
	   
   }
  
     @media (max-width:1200px) {
	.ltscjc ul li{
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:15px;
}
.ltscjc ul li:nth-child(2n){
	margin-right:0px;
}
.ltscjc02.c{
	margin-top:0px;
}	   
	   
	   
   }
  
   @media (max-width:1000px) {
	       .num p {
        width: 45%;
    }
	.contactnra {
    box-sizing: border-box;
    padding: 50px 50px;
}
	.contactnrall{
		width:36%;
	}
	.contactnrarr {
    width: 54%;
}
	   
   }
  
        /* 响应式调整 */
        @media (max-width: 768px) {
            .ltfzlc_nr .swiper-slide {
                min-width: 80%;
                max-width: 80%;
            }
            
            .swiper-button-next,
            .swiper-button-prev {
                width: 35px;
                height: 35px;
                font-size: 0.8rem;
            }
			.c.lktop_bt{
				margin-top:60px;
			}
			    .num p {
        width: 60%;
    }
        }
		
		        @media (max-width: 768px) {
            .ltfzlc_nr .swiper-slide {
                min-width: 80%;
                max-width: 80%;
            }
            
            .swiper-button-next,
            .swiper-button-prev {
                width: 35px;
                height: 35px;
                font-size: 0.8rem;
            }
			.c.lktop_bt{
				margin-top:40px;
			}
			    .num p {
        width: 60%;
    }
        }
	
	 @media (max-width: 768px) {


			    .num p {
        width: 50%;
    }
	.ltfzlc_nr.c{
		margin-bottom:30px;
		margin-top:60px;
	}
	.desc{
		font-weight:normal;
	}
	
		.contactnrall{
			float:none;width: 100%;
			border-right:0px;
			border-bottom:1px solid #dfdfdf;
	}
	.contactnrarr {
    width: 100%;float:none;
	margin-left:0px;
}
	.contactnrall {
    padding-top: 15px;
    padding-bottom: 0px;}
.contactnrarr .contactnra02{
	font-size:22px;
}
.contactnra01aa {
    margin-top: 20px;
}
.mendian04{
	font-size:16px;
}
	.mendian ul li{
		width:100%;
		margin-right:0px;
	}
	
    .lkcon01_l01 {
        font-size: 40px;
        color: #000;
        margin-top: 30px;
        font-weight: lighter;
        text-align: left;
        margin-bottom: 5px;
    }
    
  .sybta.lkcon01_l01 {
        font-size:40px;
        color: #000;
        margin-top: 30px;
        font-weight: lighter;
        text-align: left;
        margin-bottom: 5px;
    }
	
        }
	@media (max-width:500px) {

.c.ltscjcbt{
	margin-top:0px;
}

.ltscjc.c {
    margin-top: 10px;
}
.ltnews li{
	width:100%;
	margin-right:0px;
}

        }
		
	@media (max-width: 376px) {


			    .num p {
        width:30%;
    }

 }
  .prolt .pro02{
	  width:100%;
  }
 
 .prolt .pro02 .pro01_a{
	 width:23.5%;
	 margin-right:2%;    margin-bottom: 2%;
 }
  .prolt .pro02 .pro01_a:nth-child(4n){

	 margin-right:0%;
 }
 
 .prolt .pro01_a_nr02 {
    font-size: 15px;
    line-height: 28px;
}
 .prolt .pro02 .pro01_a_nr {
    padding: 35px 45px;
}
 .prolt  .pro01_a_nr01 {
    margin-bottom: 5px;
    font-size: 20px;
}
.proshow_l{
	float:left;
	width:calc(100% - 740px);
	height:450px;
	background-color:#f1f1f1;
	   box-sizing: border-box;
    padding: 50px 50px;
	font-weight:lighter;
}
.proshow_l01{
	font-weight: normal;
	margin-bottom:10px;
	font-size:18px;
}
.proshow_l02{
	line-height:30px;font-size:16px;
	font-weight: normal;
}

.proshow_r{
	float:right;
	width:697px;
	height:450px;

}
.proshow_r img{
	
	height:100%;
}
.proshow01{
	margin:80px auto;
	width:100%;
}
/*
.proshow01 ul li{
	float:left;
	width:13%;
	margin-right:1.5%;
	margin-bottom:1.5%;
}
.proshow01 ul li:nth-child(7n){
		margin-right:0%;
}*/

/* 全屏遮罩层 */
#image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
}

/* 放大图片样式 */
#enlarged-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* 关闭按钮 */
#close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 1001;
}

/* 左右箭头导航 */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size:24px;
    color: white;
    cursor: pointer;
    z-index: 1001;
    background: rgba(0,0,0,0.5);
   width:40px;
   height:40px;
   text-align:center;
   line-height:40px;
    border-radius: 50%;
    user-select: none;
}

.nav-arrow.left {
    left: 20px;
}

.nav-arrow.right {
    right: 20px;
}



     /* 基础样式 */
        .proshow01 {
            width: 100%;
            overflow: hidden;
        }
        .proshow01 ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .proshow01 li {
            width: calc(16.666% - 10px); /* 每行6个，根据需要调整 */
            display: none; /* 默认隐藏所有li */
        }
        .proshow01 li.show {
            display: block; /* 显示的li添加show类 */
        }
        .proshow01 img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }


        .moreaa.disabled {

            cursor: not-allowed;
			color:#6c757d;
        }



/* 查看更多按钮样式 */
.moreaa {
    display: block;
    margin: 0px auto 25px;
    padding: 10px 20px;

    border: none;
    border-radius: 5px;
    cursor: pointer;
	color:#948583;
    text-align: center;
}

.moreaab {

    margin: 20px auto;

	color:#948583;
    text-align: center;
}







 	@media (max-width: 1920px) {
		 .prolt .pro02 .pro01_a_nr {
    padding: 20px 30px;
}
.prolt .pro01_a_nr{
	line-height:24px;
}
.prolt .pro01_a_nr02 {
    font-size: 14px;
    line-height: 22px;
}
		
	}
 	@media (max-width: 1440px) {
		 .prolt .pro02 .pro01_a{
	 width:32%;
	 margin-right:2%;   
 }
  .prolt .pro02 .pro01_a:nth-child(4n){

	 margin-right:2%;
 }
   .prolt .pro02 .pro01_a:nth-child(3n){

	 margin-right:0%;
 }
		
		
	}
	
@media (max-width: 1140px) {
	.proshow_l{
	float:left;
	width:calc(100% - 580px);
	height:350px;

    padding: 50px 50px;

}
	.proshow_r{
	float:right;
	width:550px;
	height:350px;

}
}
@media (max-width: 1000px) {
	.proshow_l{
	float:left;
	width:calc(100% - 580px);
	height:350px;

    padding: 30px;

}
	.proshow_r{
	float:right;
	width:550px;
	height:350px;

}
	
}

 	@media (max-width:910px) {
			.proshow_l{
	float:none;
	width:100%;
	height:auto;
    padding:30px;

}
.proshow_r{
	float:none;
	width:100%;
}
.proshow_r img{
	width:100%;
}
			
		
	}
	
 	@media (max-width:768px) {
		 .prolt .pro02 .pro01_a{
	 width:49%;
	 margin-right:2%;   
 }
   .prolt .pro02 .pro01_a:nth-child(3n){
	 margin-right:2%;
 }
  .prolt .pro02 .pro01_a:nth-child(2n){

	 margin-right:0%;
 }
 
		 .prolt    .pro01_a_nr02 {
        font-size: 12px;
        line-height:18px;
    }
	.prolt .pro01_a_nr01{
		font-size:15px;
	}
	    .prolt .pro02 .pro01_a_nr {
        padding: 15px 15px;
    }
		.abltny{
		    border-top:1px solid #dfdfdf;
		    padding-top: 40px;
	}
 	}
	 	@media (max-width:500px) {

		 .prolt    .pro01_a_nr02 {
        font-size: 12px;
        line-height:12px;
    }
    .proshow01 li {
            width: calc(25% - 10px); /* 每行6个，根据需要调整 */
            display: none; /* 默认隐藏所有li */
        }
		
		
		#image-overlay {

    z-index: 111111;

}
.proshow01{
	margin:40px auto 20px;
}
		
	}
	
		
@media (max-width:400px) {
.prolt .pro02 .pro01_a{
	width:100%;
	margin-right:0%;
}
	    .prolt .pro02 .pro01_a_nr {
        padding: 25px 25px;
    }
    .pro01_a_nr01 {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 20px;
    }
	    .prolt .pro01_a_nr02 {
        font-size: 14px;
        line-height: 22px;
    }
		
}

.likuntop_bt {
    position: relative;
    width: 100%;
    text-align: center;
    height: 160px;
}
.likuntop_bt02 {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 60px;
    font-size: 50px;
    top: 0;
    z-index: 1;
    color: #dfdfdf;
    text-transform: uppercase;
        font-weight: bold;
    letter-spacing: 1px;
}
.c.likuntop_bt01 {
    position: relative;
    z-index: 2;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    padding-top: 10px;
    top:10px;
}
.c.likuntop_bt03 {
    margin:13px auto 10px;
    position: relative;
    background: #000;
    height: 3px;
    width: 50px;
    
}
.c.likuntop_bt04 {
    font-size: 18px;
    color: #666;
    margin-top: 15px;    letter-spacing: 2px;
}

.lktop{
    margin-top: 35px;
}

@media (max-width:500px) {
    .likuntop_bt02 {
    font-size: 40px;

}
.c.likuntop_bt01 {
    font-size:32px;

}
    
}

.foot_nav{
    display:none;
}
@media (max-width:768px) {
   .foot_nav{
    display:block;
    margin: 30px auto 10px;
    text-align: center;
}
.foot_nav a{
    color: #fff;
    padding: 0 15px;
}
}

@media (max-width:440px) {

.foot_nav a{
    color: #fff;
    padding: 0 15px;
    width: 50%;
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}
}


