﻿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: 8;
  background: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: 0.4s;
}
.Header_Container .box .logo {
  height: var(--nav_height);
  transition: 0.4s;
  display: flex;
  align-items: center;
}
.Header_Container .box .logo a {
  display: block;font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;line-height: 60px;
}
.Header_Container .box .logo a img {
	padding-right: 10px;
	padding-bottom: 5px;
  height: 60px;
	float: left;
}
.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);
  font-size: var(--f16);
  color: #333;
  display: flex;
  align-items: center;
  transition: 0.4s;text-transform: uppercase;
}
.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: #333;
  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.35rem;
  display: flex;
  align-items: center;
}
.Header_Container .box .search p {
cursor: pointer;
    border: 1px solid #cacaca;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.Header_Container .box .search p svg path {
  transition: 0.4s;
}
.Header_Container .box .language {
  display: flex;
  align-items: center;
  margin-left: 0.32rem;
  position: relative;
}
.Header_Container .box .language p {
font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: 0.4s;
    border: 1px solid #cacaca;
    padding: 10px;
    border-radius: 50%;
}
.tela {
    margin-left: 30px;
    background-color: #cf0032;
    color: #fff;
    padding: 10px 25px;
     border-radius: 30px 30px 30px 30px;
    font-size: 18px;
}
.Header_Container .box .language p i {
  font-size: var(--f14);
  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: #ac3631;
}
.Header_Container.active .box nav .item:hover > p a,
.Header_Container.on .box nav .item:hover > p a {
  color: #ac3631;
}
.Header_Container.active .box nav .item.active > p a,
.Header_Container.on .box nav .item.active > p a {
  color: #ac3631;
}
.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;
}
.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: 100vh;
  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;
}
.wMain_.banner01 {
    width: 50%;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 1.3rem;
  padding-bottom: 0.2rem;
}
.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%);
}
.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: 1;
  display: flex;
}
.Home_Banner .button .next {
  margin-left: 12px;
}
.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: 16px;
  color: #fff;
  min-width: 1.6rem;
  text-align: center;
  line-height: 0.56rem;
  border-radius: 0.3rem;

  display: inline-block;
  transition: 0.4s;
  overflow: hidden;
  padding: 0 .3rem;
	background-color: #cf0032;
}
.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: var(--f48);
  line-height: 1;
  font-weight: bold;
}
.title_desc {
  font-size: 16px;
  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 .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: #363636;
}
.Footer_Container .box .width1 {
  width: 4.12rem;
}
.Footer_Container .box .width2 {
  width: 6rem;
  padding-right: 1rem;
}
.Footer_Container .box .box1 .boxLeft img {
  height: 0.6rem;
}
.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: var(--f14);
  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;
}
.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 {
  margin-top: 0.6rem;
  padding: 0.6rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  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.4; color: #fff;}




@media screen and (max-width: 1924px) {
.Header_Container .box .logo a img {
    height: 50px;
}

}


@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 {
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 2px 2px 0.18rem rgba(0, 0, 0, 0.16);
}
.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;
  padding-left: 30px;
    box-sizing: border-box;
}
.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:18px;
  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 #ac3631;
  display: inline-block;
  transition: 0.4s;
  overflow: hidden;
  cursor: pointer;
  background: #ac3631;
  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;
  display:none;
}
.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:auto;
  display: flex;
}
.Product_Info .box .boxLeft .banner .swiper-slide img {
  margin: auto;
  max-width:100%;
  max-height:100%;
}
.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;*/
  width:100%;
}
.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: #ac3631;
  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:15px;
  background: #fff;
  display: block;
}
.pu_item a .img {
 width：100%;
  text-align: center;
}
.pu_item a .img {
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.pu_item a .img img {
  max-height: 100%;
  transition: 0.4s;
  max-width:100%;
}
.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: 15px 0;
}
.pu_item a .main .m2 p {
  font-size:15px;
  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:15px;
  margin-bottom: 20px;
}
.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: #ac3631;
}
.pu_item a:hover .main .m3 .more {
  color: #ac3631;
}
.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);
}
.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: #ac3631;
}
.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: #ac3631;
}
.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:18px;
  color: #333;
  line-height: 1.8;
  margin-top: 0.4rem;
	text-indent: 36px;
 /* 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;
  }
}
.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;
	  font-size: 12px;
  }
	.Home_Banner .banner .swiper-slide .orientation .content2{
		font-size:12px;
	}
	
	.wMain_.banner01 {
    width: 100%;
}
	
	
  .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_Banner .banner .swiper-slide .orientation .content3{
		  margin-top: 20px;
	}
  .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 {
    height: 800px;
    overflow: hidden;
}
.swiper-wrapper{
	height: 800px;
}





  .bsbnr01 {
            position: relative;
            width: 90%;
            margin: 20px auto;
            overflow: hidden;
        }
        
        .bsbnr01 ul {
            display: flex;
            transition: transform 0.5s ease;
            padding: 0;
            margin: 0;
            list-style: none;
        }
        
        .bsbnr01 li {
            flex: 0 0 32.33%;
            padding: 15px;
            box-sizing: border-box;
            transition: all 0.3s;
			margin-top:40px;
        }
    .bsbnr01 li.on {
            flex: 0 0 36.33%;
            padding: 15px;
            box-sizing: border-box;
            transition: all 0.3s;	margin-top:0px;
        }
        
        .bsbnr01_pic img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: rgba(0,0,0,0.5);
            color: white;
            font-size: 20px;
            border: none;
            cursor: pointer;
            z-index: 10;
            border-radius: 50%;
        }
        
        .arrow.left {
            left: 10px;
        }
        
        .arrow.right {
            right: 10px;
        }
        
        /* 中间项高亮样式 */
        .on .bsbnr01_name a {
            color: #000;
            font-weight: bold;
			font-size: 30px;
        }
        .on .bsbnr01_js {
            font-weight: normal;
            color: #666;margin-top: 10px;
        }


.bsbbt01 {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #666;
}

.bsbbt02 {
    text-align: center;
	margin-top: 5px;
    font-size:44px; 
	color: #000;
	line-height:50px;
}

.bsbnr01_pic {
    border: 1px solid #dfdfdf;
	border-radius: 12px;
	overflow: hidden;
}
.bsbnr01_name {
    text-align: center;
    margin-top: 25px;
	font-style: italic;
}
.bsbnr01_js {
    font-size: 14px;
    text-align: center;
    color: #666;
	display: none;
}
.bsbnr01 li.on .bsbnr01_js {
	display: block;
}
.Home_About{
	clear: both;
	overflow: hidden;
}
.Home_About {
    clear: both;
    overflow: hidden;
    background-color: #f8f7fc;
	padding: 60px 0;
   
}

.likun_l {
    float: left;
    width: 40%;
}
.likun_r {
    float: right;
    width: 50%;
}

.likun_l01 {
    font-size: 14px;
    text-transform: uppercase;
}

.likun_l02 {
    font-size: 40px;
    width: 100%;
	font-family: Arial;
	line-height: 65px;
	margin-top:16px;
	font-weight: bold;
	color: #333;
}

.likun_l03{
	margin-top: 25px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-indent:32px;
}
.likun_l04{
	margin-top: 45px;
	font-size: 26px;font-weight: bold;
	line-height: 30px;
	color: #333;
}

.likun_r01 {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.likun_r01 img{
    width: 100%;
  
}
.likun_r02 {
    margin-top: 25px;
    font-size: 26px;
    padding-left: 80px;
    line-height: 40px;
    background: url(../images/ab01.png) left center no-repeat;
    height: 63px;
    padding-top: 10px;
}
.Home_Service{
    font-size: 16px;
    padding-left: 80px;
    line-height: 20px;
    background: url(../images/ac03.jpg) bottom center no-repeat;
	background-size:100%;
    padding-top: 10px;
}
.syltbjc{
	float:left;
	width:30%;
	color:#fff;
}
.syltbjc01{
	font-size:14px;  margin-top: 50px;
	margin-bottom:30px;}
.syltbjc02{
	font-size:34px;
	font-weight:bold;
	margin-bottom:30px;}

.syltbjc03 {
    margin-top: 200px;
	padding-top:30px;
	border-top:1px solid #fff;
    line-height: 40px;
    font-size: 18px;
}
.syltbjc04{
	border:1px solid #fff;
	width:220px;
	margin-top:35px;
	padding:8px 15px;
	text-align:center;
	border-radius:20px;
	margin-bottom:120px;
}
.syltbjc04 a{
	color:#fff;}

.newsnr{
	clear:both;
	overflow:hidden;
	margin:60px auto 20px;}
.newsnr ul li{
	float:left;
	width:32%;
	margin-bottom:30px;
	margin-right:2%;}
.newsnr ul li:nth-child(3n){
	margin-right:0;}	
.newsnr01{
	border-radius:12px;
	overflow: hidden;
}
.newsnr01 a img{
	width:100%;
	transition: all 0.6s ease;
}
	
.newsnr01 a:hover img{
	transform: scale(1.1);
}	

.newsnr02{
	margin-top: 25px;
	font-size: 14px;
	color: #666;
}
.newsnr03 {

	margin: 10px auto;
	clear: both;
	overflow: hidden;
}
.newsnr03  a{
	font-size: 24px;
	color: #333;
	font-family:  Arial;
	font-weight: bold;
}


.Home_Service.Home_Servicebac{
    font-size: 16px;
    padding-left: 80px;
    line-height: 20px;
    background: url(../images/bjc.jpg) center no-repeat;
	background-size:100%;
    padding-top: 10px;
}

.Home_Servicebac .syltbjc01{
	color: #333;
}

.Home_Servicebac .syltbjc02{
	color: #333;
}
.Home_Servicebac .syltbjc03 {
    margin-top:50px;
    padding-top: 30px;
    border-top: 1px solid #333;
    line-height: 40px;
    font-size: 18px;
	color: #333;
}

.Home_Servicebac  .syltbjc04 a{
	color: #333;
}

.Home_Servicebac  .syltbjc04 {
    border: 1px solid #333;
    width: 220px;
    margin-top: 35px;
    padding: 8px 15px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 180px;
}

.Home_Servicebac .syltbjc{
	width:44%;
}


.Footer_Container{
	background-color: #333;    clear: both;
    overflow: hidden;
	padding-bottom: 45px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.foot_a{
	width:25%;
	margin-right:2%;
}
.foot_a01{
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color:#fff;
}
.foot_a02{
	font-size:16px;
	line-height: 32px;
	color: #fff;
	text-indent:32px;

}
.foot_b{
		width:10%;
	margin-right:2%;
}
.foot_b02 a {
    display: block;
    line-height: 32px;
    color: #fff;
}

.foot_c01 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
	color:#fff;
}

.foot_c02 {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
.foot_d{
		width:25%;

}

input#keywords {
    border: 1px solid #dfdfdf;
    padding: 10px 20px;border-right: 0px;
}

button.ffoota {
    padding: 10px;
    border: 1px solid #dfdfdf;border-left: 0;
}

.Footer_Container .box3 {
    margin-top: 0.6rem;
    padding: 0.6rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: var(--f16);
    color: #fff;
    clear: both;
    overflow: hidden;
    color: #333;
}
.Footer_Container .box3 span{
	color: #333;opacity:1;
}
.foot_wa{
	margin: 0px auto 0;
	clear: both;
	padding: 20px 0;
	overflow: hidden;
	background-color: #000;
	padding-top: 35px;
}

.foot_wa_txt {
    text-align: center;
    color: #fff;
}
.foot_wa_txt a{
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 1920px) {
.syltbjc03{
    margin-top: 55px;
}
.syltbjc02{
    font-size:32px;
}
.syltbjc03 {
    margin-top: 130px;
    padding-top: 30px;
    border-top: 1px solid #fff;
    line-height: 36px;
    font-size: 16px;
}
.Header_Container{
    padding: 10px 0;
}
.Header_Container .box nav .item > p a{
    font-size:16px;
}
.Header_Container .box .logo a{
    font-size: 20px;
}
.Home_Service.Home_Servicebac .pb{
    padding-bottom: 0
}
} 

.videoaa.wow.fadeInUp.animated.animate__animated {
    margin: 35px auto;
}

.content10{
     margin: 35px auto;
     font-size:16px;
     line-height: 32px;
}
.content10 p{
    font-size:16px;
     line-height: 32px;
}
.content10 p a{
    font-size:16px;
     line-height: 32px;
}


/******产品分页*******/
.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: #dfdfdf;
	margin-right: 10px;
	margin-bottom: 8px;
}
.ny_news_page a:hover {
	background-color: #9b3e34;
	color: #fff;
}
 .ny_news_page span {
	background-color: #dfdfdf;
	color: #333;
}
.ny_news_page a.page_aa {
	background-color: #9b3e34;
	color: #fff;
}
.ny_news_page a.page-num-current {
	background-color: #9b3e34;
	color: #fff;
}
/****************/
@media screen and (max-width:768px) {
	
		.ny_news_page{
		    margin: 20px auto 60px;
	}
}


/****************/


@media screen and (max-width: 768px) {
    .banner {
    height: auto;
    overflow: hidden;
    height: 300px;
}
    .Home_Banner .banner .swiper-slide .orientation{
        height: 300px;
    }
            .bsbnr01 li {
            flex: 0 0 100%;
            padding: 15px;
            box-sizing: border-box;
            transition: all 0.3s;
            margin-top:40px;
        }
    .likun_l {
    float: none;
    width:100%;
}
    .likun_r {
    float: none;
    width:100%;
}
.likun_l04 {
    margin-top:25px;
    margin-bottom: 35px;
}
.syltbjc{
    float: none;
    width: 100%;
}
.Home_Service,.Home_Service.Home_Servicebac{
        background-size:400%;
        padding-left: 0px;
}

.syltbjc03{
    margin-top: 30px;
}
.syltbjc04{
    margin-bottom: 20px;
}
.syltbjc03,.Home_Servicebac .syltbjc03{
    line-height: 26px;
}
.likun_l02,.Home_Servicebac .syltbjc{
    width: 100%;
}
.newsnr ul li {
    float: none;
    width: 100%;
    margin-right: 0;
}
.Home_Servicebac .syltbjc04{
    margin-bottom: 60px;
}
.Home_Servicebac .syltbjc03{
    font-size: 16px;
}
.fl{
    float: none;
    width: 100%;
}
.foot_a{
    width: 100%; 
}
.foot_b{
    width: 100%;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.foot_c{
    width: 100%; 
}
.foot_d{
    width: 100%; 
}
.Home_About{
    padding-bottom: 0;
}
.foot_a01{
    margin-bottom: 0px;
}
.Home_Servicebac .syltbjc03{
    margin-top: 30px;
    padding-top: 15px;
}
.Home_Servicebac .syltbjc02{
  line-height: 30px;
}
  .ys_search1_tbox.fl{
        float: left;
        width: calc(100% - 40px);
    }
.ys_search1_but.fl {
    width: 32px;
    float: left;
}
input#keywords{
    width: 100%;
}

}