﻿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 #333;
    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 #333;
    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: #00407f;
}
.Header_Container.active .box nav .item:hover > p a,
.Header_Container.on .box nav .item:hover > p a {
  color: #00407f;
}
.Header_Container.active .box nav .item.active > p a,
.Header_Container.on .box nav .item.active > p a {
  color: #00407f;
}
.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;
	font-weight: bold;
}
.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;
}
.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;
	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 .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: 5rem;
}

}


.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 .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 #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;
}
.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: #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: 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: #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: #00407f;
  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: #00407f;
}
.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:36px;
  margin-top:30px;
  overflow: hidden;
 /* overflow-x: hidden;
  overflow-y: auto;*/
  padding-right: 0.1rem;
  /*max-height: 18em;*/
}
.Custom_Container .box .item .boxLeft .content3{
	clear:both;
	overflow: hidden;
	margin: 50px auto 0;
	width: 100%;
}
.Custom_Container .box .item .boxLeft .content3 img{
	width: 100%;
}
.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;
  }
  .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 {
   
    overflow: hidden;
}
.swiper-wrapper{

}





  .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: 32px;
    text-transform: uppercase;
	font-weight: lighter;
}

.likun_l02 {
    font-size: 24px;
    width: 490px;
	line-height: 35px;
	margin-top:5px;
	color: #333;
}

.likun_l03{
	margin-top:15px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.likun_l04{
	margin-top: 15px;
	font-size: 16px;
	line-height:20px;
	color: #333;
	clear: both;
	overflow: hidden;
}
.likun_l04 a{
    color:#333;
        display: block;
    width: 160px;
    float: left;
    text-align: center;
    padding: 10px 0px;
    margin-right: 25px;
    border: 1px solid #666;
}

.likun_r01 {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.likun_r01 img{
    width: 100%;
  
}
.likun_r02 {
    margin-top: 25px;
    font-size: 16px;
    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/sybjb.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:40px 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:0px;
	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: 20px auto 10px;
	clear: both;
	overflow: hidden;
}
.newsnr03  a{
	font-size:18px;
	color: #333;

	font-weight: bold;
}
.newsnr04 {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.Home_Service.Home_Servicebac{
    font-size: 16px;
    padding-left: 80px;
    line-height: 20px;
    background: url(../images/bjc.jpg) bottom 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: 120px;
}

.Home_Servicebac .syltbjc{
	width:44%;
}


.Footer_Container{
	background-color: #f1f1f1;    clear: both;
    overflow: hidden;
	padding-bottom: 45px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.foot_a{
	width:25%;
	margin-right:8%;
}
.foot_a01{
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.foot_a02{
	font-size:16px;
	line-height: 32px;
	color: #666;
}
.foot_b{
		width:15%;
	margin-right:4%;
}
.foot_b02 a {
    display: block;
    line-height: 32px;
    color: #666;
}

.foot_c01 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.foot_c02 {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.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: #333;
	padding-top: 35px;
}

.foot_wa_txt {
    text-align: center;
    color: #fff;
}
.foot_wa_txt a{
    text-align: center;
    color: #fff;
}


/************************/
.bb01{
	background: rgba(214,108,41,0.5);
	box-sizing: border-box;
	padding: 40px;
	width: 560px;
}
.bb01a{
	font-size:28px;
	font-weight: lighter;
}
.bb01b{
	font-size:60px;
	font-weight: bold;
}
.bb01c{
	font-size:30px;
	font-weight: lighter;
}
.sywz{
	margin:40px auto;
	clear: both;
	overflow: hidden;
}
.sywz ul li{
	float:left;
	width: 22%;
	margin-right: 3%;
	text-align: center;
}

.sywz ul li .sywz01{
	
	width: 95px;
	margin: 0 auto 10px;
}
.sywz ul li .sywz01 img{
	width: 100%;	
}
.sywz ul li .sywz02{
	font-size: 16px;
}
.bsbbt03 {
    margin: 30px auto 0px;
    text-align: center;
}

.bsbbt03 a{
	padding: 0 15px;
	font-size: 18px;
}
.bsbbt03 a.on{
	color: #00407f;
	font-weight: bold;
}

.nnews_w{
	background-color:#f8f7fc;
	padding: 60px 0;
}



@media screen and (max-width: 1200px) {
  .bb01 {
    background: rgba(214, 108, 41, 0);
    box-sizing: border-box;
    padding: 0px;
    width: 100%;
}
	.bb01c{
		display: none;
	}
	.bb01a{
		font-size: 20px;
	}
	.bb01b{
		font-size: 36px;
		letter-spacing: -1px;
	}
	.likun_r {
    float: none;
    width: 100%;
}
		.likun_l {
    float: none;
    width: 100%;
			margin-bottom: 35px;
}
	.likun_l02{
		width:100%;
	}
}

@media screen and (max-width:768px) {
	.newsnr ul li {
    width: 48%;
    margin-right: 4%;
}
		.newsnr ul li:nth-child(3n){
    margin-right: 4%;
}
	.newsnr ul li:nth-child(2n){
    margin-right: 0%;
}
	
}

@media screen and (max-width:400px) {
	.sywz ul li {
    margin-right:15px;
}
	.likun_r02{
		line-height: 20px;
	}
	
		.newsnr ul li {
    width: 100%;
    margin-right: 0%;
			float: none;
}
}





.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;
	margin-top: 50px;
}
.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: 0px 0 0px;
  padding:10px 0px;
  color: #000;
  font-size:18px;

}
.ltnews_nr02 a{
    color: #000;  
}
.ltnews_nr03 {
  color: #888;
  font-size:14px;
  padding: 0 0px 10px;
  border-bottom:1px solid #f1f1f1;
  margin: 0 0px 5px;
 
}

.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;
}

.morenews{
	margin:30px auto 0;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #dfdfdf;
	border-radius:25px;
	text-align: center;
}
.txt_r{
	text-align: right;
	margin-bottom: 0px;
}
.morenews a{
	font-size: 16px;
	color: #333;
}
/**************************/
.bja_w{
	    background: url(../images/bjab.jpg) bottom center no-repeat;
	background-size: cover;
	padding: 80px 0 60px;
	background-attachment: fixed;

}
.left_a{
	text-align: left;
	color: #fff;
}

.syfwnr_a{
	clear: both;
	overflow: hidden;
	margin: 50px auto;
}
.syfwnr_a ul li{
	float: left;
	width: 18%;
	margin-right: 2.5%;
}
.syfwnr_a ul li:last-child{
	margin-right: 0%;
}
.syfwnr_a ul li .syfwnr_a01{
	width: 100%;
	overflow: hidden;
	border-radius: 50%;
}
.syfwnr_a ul li .syfwnr_a01 img{
	width: 100%;
	transition: all 0.6s ease;
}
.syfwnr_a ul li:hover .syfwnr_a01 img{
	width: 100%;
	transform: scale(1.1);
}

.syfwnr_a ul li .syfwnr_a02{
	margin-top: 35px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.syfwnr_a ul li .syfwnr_a03{
	margin-top:5px;
	text-align: center;
	color: #fff;
	font-size:16px;
}

@media screen and (max-width:1200px) {
	.syfwnr_a ul li{
	float: left;
	width: 32%;
		margin-bottom: 35px;
	margin-right: 2%;
}
		.syfwnr_a ul li:nth-child(3n){
	margin-right:0%;
}
	.bja_w{
		padding:60px 0;
	}
}

@media screen and (max-width:400px) {
	    .syfwnr_a ul li {
        width: 48%;
        margin-bottom: 35px;
        margin-right: 4%;
    }
	.syfwnr_a ul li:nth-child(3n){
		margin-right: 4%;
	}
	.syfwnr_a ul li:nth-child(2n){
		margin-right: 0%;
	}
	.bja_w{
		padding:60px 0 10px;
	}
	.bsbbt02.left_a{
		text-align: center;
	}
}




.home-service{ padding: 120px 0 120px; background-image: url(../images/home_service_bg.jpg);}
.home-service .content{  margin-top: 40px; padding-top: 55px;}
.home-service .content ul{ display: flex; flex-flow: wrap; justify-content: space-between; align-items:stretch;}
.home-service .content li{ width: 10.5%; background: #f8f8f8; height: 240px; background-size: cover; display: flex; flex-flow: wrap; justify-content: space-between; align-items:center; position: relative; text-align: center; -webkit-transition: all ease .3s; transition: all ease .3s;}
.home-service .content li .bg{ position: absolute; top:0; left:0; width: 0; height: 100%; } 
.home-service .content li:after{ content: ""; position: absolute; top:0 ;left:0; width: 100%; height: 100%; z-index: 0; background: #f8f8f8;}
.home-service .content li .box{ position: relative; z-index: 1; display: block;  width: 100%;}
.home-service .content li .box img{ display: inline-block; margin: 0;}
.home-service .content li .box img:nth-child(2){ display: none; border: 1px solid rgba(255,255,255,.5); border-radius: 100%; overflow: hidden;}
.home-service .content li .box img:nth-child(1){ display: inline-block;}
.home-service .content li .box .line{ display: block; margin:10px auto 30px; width: 25px; height: 1px; background:#1a7f95;}
.home-service .content li .box p{ color: #000000; font-size: 18px;}
.home-service .content li.active{ display: block; width: 35%; padding: 30px; position: relative; text-align: left;}
.home-service .content li.active:after{ display: none;}
.home-service .content li.active .bg{ width: 100%;}
.home-service .content li.active .box img:nth-child(1){ display: none;}
.home-service .content li.active .box img:nth-child(2){ display: inline-block;}
.home-service .content li.active .box .line{display: none;}
.home-service .content li.active .box  p{ margin-top: 70px; color:#FFFFFF; font-size: 18px;}


.home-service.lkpd{ padding:60px 0;}
.home-service.lkpd .content{ margin-top:0px;}


.home-process{ padding: 75px 0 120px; position: relative; background-color:#f8f7fc;}
.home-process ul{ margin-top: 35px; display: flex; flex-flow: wrap;  justify-content: space-between; align-items:flex-start; padding: 0 2%; position:relative;}
.home-process ul:before{ content: ""; position: absolute; top:102px; left:0; width: 100%; border-bottom: 1px solid #DDDDDD;}
.home-process li{ padding:20px 0; width:10%; text-align: center; position: relative; z-index: 1;}
.home-process li .ico{ width: 60px; margin: 0 auto; position: relative;}
.home-process li .ico span{ display: inline-block; border-radius: 100%; overflow: hidden;}
.home-process li .ico span:nth-child(1){ background: #f8f8f8;}
.home-process li .ico span:nth-child(2){ transform:rotateY(180deg); -webkit-transform:rotateY(180deg); opacity: 0; position: absolute; top:0; left:0; background: #1a7f95;}
.home-process li i{ margin-top: 10px; font-style: normal; display: inline-block; padding:0 10px; }
.home-process li p{ margin-top: 23px; font-size: 16px; color: #000000;}
.home-process li:hover{ background: #FFFFFF; -webkit-box-shadow:0 5px 20px rgba(0,0,0,.15); box-shadow:0 5px 20px rgba(0,0,0,.15);}
.home-process li:hover .ico span:nth-child(1){ opacity:0; transform: rotateY(-180deg); -webkit-transform: rotateY(-180deg); }
.home-process li:hover span:nth-child(2){ opacity: 1; transform: rotateY(0); -webkit-transform: rotateY(0); }



.syteam{margin:120px auto; clear: both; overflow: hidden;}
.syteam_nr{ clear: both; overflow: hidden; margin: 50px auto;}
.syteam_nr ul li{float:left;width: 15%;	margin-right: 2%;}
.syteam_nr ul li:last-child{margin-right: 0px;}
.syteam_nr ul li .syteam01{ width:100%; overflow: hidden;}
.syteam_nr ul li .syteam01 img{ width:100%; transition: all 0.6s ease;}
.syteam_nr ul li:hover .syteam01 img{ transform: scale(1.1);}
.syteam_nr ul li .syteam02{ width:100%; overflow: hidden; margin-top: 20px; font-weight: lighter; font-size: 18px;}
.syteam_nr ul li .syteam03{ width:100%; overflow: hidden; margin-top:5px; font-weight: lighter; font-size: 15px; height:80px}



.bsb_wh_w{	background: url("../images/wda.jpg") center top  no-repeat;	padding: 80px 0 0px; clear: both; overflow: hidden; width: 100%;background-size: cover;}
.lefta{	text-align: left;}
.bsb_wh_nr_l{	margin-top: 150px;	float: left;	width: 660px;}
.bsb_wh_nr_l img{	width: 100%;}
.bsb_wh_nr_r{	float:right;width: 500px;color: #fff;}
.bsb_wh_nr_r ul li{	width: 220px;float:left;margin-top: 60px;}
.bsb_wh_nr_r ul li:nth-child(1){margin-right:60px;}
.bsb_wh_nr_r ul li:nth-child(3){margin-right:60px;}
.bsb_wh_nr_r01{	font-size: 30px;font-weight: bold;	margin-bottom: 25px;}
.bsb_wh_nr_r02{	font-size:16px;}
.lkcon_b_bt01 { font-size: 40px;   line-height: 50px;   font-weight: bold;}
.bsb_bjbaise {    color: #fff;}
.lkcon_b_bt02{
    margin-top: 15px;
}
.sylink_w{background-image: url(../images/bja.jpg); background-size: cover; clear: both; overflow: hidden; box-sizing: border-box; padding:60px 0;}
.sylink_l{ float:left;}
.sylink_r{ float:right;}
.sylink_l01 {    font-size:24px;    color: #fff;}
.sylink_l02 {    font-size: 36px;    color: #fff;    line-height: 40px;    margin-top: 15px;    font-weight: bold;}
.sylink_r {  float: right;  width: 300px;   margin-top: 36px;}
.sylink_r a{float:right;  display:block; width: 160px;   background-color: #fff;   height: 48px;  line-height: 48px;  text-align: center; border-radius: 24px;margin-top: 33px;}
.tp_ewm {
    width: 120px;
    float: left;
}


/***************************/
.bsb_foot_w{margin: 00px auto 20px;border-bottom: 1px solid #dfdfdf;padding-bottom:0px;}
.bsb_foot_l{float:left;width: calc(100% - 620px);padding-top:70px;border-right: 1px solid #dfdfdf;}
.bsb_foot_r{float: left;width: 360px;margin-top: 30px; padding-left: 50px;}

.bsb_foot_l01a {float: left;padding-right: 25px; width: 300px;}

.bsb_foot_l01b {float: left;padding-left: 25px;font-size: 15px;line-height: 26px;    border-left: 1px solid #dfdfdf;color: #333;}
.bsb_foot_l02{	margin-top:50px;margin-bottom: 70px;}
.bsb_foot_l02 ul li{float:left;	 width: 20%;}
.bsb_foot_l02 ul li a{	display: block;}
.bsb_foot_l02_a {   font-size:20px;	margin-bottom: 15px;}
.bsb_foot_l02_b  a{font-size: 15px;	line-height: 32px;}
.bsb_footaa{	font-size:16px;	margin: 15px auto;	line-height: 32px;}
.bsb_foot_r01{	font-size:24px;	font-weight: lighter;	margin-bottom: 15px;}
 ul.book_add li input{	border: 1px solid #dfdfdf;	padding: 5px 10px;	margin-bottom: 10px;width: 100%;   box-sizing: border-box; font-size: 15px;}
 ul.book_add li textarea{border: 1px solid #dfdfdf;	padding: 5px 10px;	margin-bottom: 10px;width: 100%; color: #333;   box-sizing: border-box;	 font-size: 15px;}

 ul.book_add li.yzm input{	border: 1px solid #dfdfdf;	padding: 5px 10px;	margin-bottom: 10px;width:160px;    box-sizing: border-box;}
 ul.book_add li.tijiao input{ background-color: #00407f; color: #fff; cursor:pointer;}
.c{ clear:both; overflow: hidden;}


.nyjj{text-align: center; font-size: 18px; margin: 15px auto; color: #666;}
.bt_top{ margin-top:40px;}

.honor_a ul li{ width:23.5%;margin-right:2%; margin-bottom:30px;}

.honor_a ul li:nth-child(4n){margin-right:0px;}


.nytd ul li:nth-child(6n){
    margin-right: 0px;
}



.honor_a ul li .syteam01{ padding:20px; border:1px solid #dfdfdf; box-sizing:border-box;}
.syteam_nr.honor_a ul li .syteam02{ text-align:center;}
.hezuo.syteam{ margin:0px auto 60px;}
.honor_wa.syteam{ margin:80px auto 20px;}

.hezuo_a ul li{ width:19%; margin-bottom:25px; margin-right:1%;}
.hezuo_a ul li .syteam01{ padding:10px; border:1px solid #dfdfdf;}
.title_01 {
    font-size: 40px;
    line-height: 1;
    font-weight: lighter;
    text-align: left;
    margin-top: 40px;
}
/**************************************************/

.Contact_Container .box .box1 {
	background-color:#f1f1f1;
  overflow: hidden;
  margin-bottom:80px;
}
.contactnra {
    box-sizing: border-box;
    /*padding: 50px 80px;*/
}

.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%;
	box-sizing:border-box;
	padding:80px;
	
}
.contactnrarr{
	width:70%;
	overflow:hidden;
}
.contactnrarr img{
	height:100%;
	overflow:hidden;
}
.contactnra01aa{
	margin-top:50px;
}
.content1aa{ font-size:30px; font-weight:lighter; }
.content1aa {
    font-size: 30px;
    font-weight: lighter;
    font-family: "微软雅黑";
    color: #fff;
    margin-bottom: 15px;
	text-transform:uppercase;
}
.txt_aa{ text-align:center;}
.txt_bb{ margin:30px auto; }
.txt_bb a{ padding:0 15px; font-size:18px;}
.txt_bb a.on{ color:#00407f; font-weight:bold; }
.txt_bb a:hover{ color:#00407f; font-weight:bold; }
 
 .lknews{ margin:60px auto;}
 .lknews ul li{ clear:both; overflow:hidden; margin-bottom:40px;}
  .lknews ul li .lknews_l{ float:left; width:460px; padding-right:40px; border-right:1px solid #dfdfdf; overflow:hidden;}
    .lknews ul li .lknews_l a{ display:block; width:100%; height:100%; overflow:hidden;}
	.lknews ul li .lknews_l a img{ width:100%; height:100%; transition:all 0.6s ease;}
	.lknews ul li .lknews_l a:hover img{ transform:scale(1.1);}
   .lknews ul li .lknews_r{ float:right; width:calc(100% - 500px);}
   .lknews_r01 {   float: left;    width: calc(100% - 150px);}
 .lknews_r02 {    float: right;    width: 120px;}  
 .lknews_r02a {       text-align: right; font-size:60px;    color: #666;}
 .lknews_r02b {     text-align: right;  color: #666;    font-size: 15px;}
 .lknews_r02c {
    text-align: right;
    font-size: 24px;
    color: #666;
}
.lknews_r01a {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
.lknews_r01b {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
.newsnr.sycase ul li {
    text-align: left;
}

.lkcon01{
	/*margin-bottom:120px;*/
	margin-top: 60px;
}
.lkcon01_l{
	float:left;
	width:40%;
}
.lkcon01_r{
	float:right;
	width:55%;
}
.lkcon01_l01{
	font-size:44px;
	color:#333;
	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;
}
.lkcon01_r01{
	overflow: hidden;
	width: 100%;
}
.lkcon01_r01 img{
	width:100%;	transition: all 0.5s ease;
}
.lkcon01_r01:hover img{
	transform: scale(1.1)
}
.fwny{ background-color:#f8f7fc;}


.container {
    max-width: 1560px;
    padding: 0 80px;
    margin: 0 auto;
}
.service-assurance{ position: relative; padding-top: 0px; background: #f8f7fc; clear:both; overflow:hidden; padding-bottom:80px;}
.service-assurance .letter{ position: absolute; top:6%; left:0; font-size: 160px; font-weight:600; color: rgba(0,0,0,.03); text-transform: uppercase;}
.service-assurance ul{ position: relative; z-index: 1; display: flex; flex-flow: wrap; justify-content: space-between; align-items:stretch;}
.service-assurance li{ margin-top: 60px; width: 20%; cursor: pointer; padding: 17% 0; color: #FFFFFF; text-align: center;  display: flex; flex-flow: wrap; justify-content: space-between; align-items:center; position: relative; letter-spacing: 2px;    background-size: cover;}
.service-assurance li:after{ content: ""; position: absolute; top:0; left:0; width: 100%; height: 100%; background: #000; opacity: .7;}
.service-assurance li .con{ width: 100%; padding: 0 10%; position: relative; z-index: 1;}
.service-assurance li .tit{ position:relative; font-size: 25px; padding-bottom: 18px;}
.service-assurance li .tit:after{ content: ""; position: absolute; bottom: 0; left:50%; margin-left: -20px; width: 40px; height: 1px; background:rgba(255,255,255,.4);}
.service-assurance li .des{ display: none; margin-top: 18px; font-size: 18px; line-height: 36px; height: 72px; overflow: hidden;}
.service-assurance li.active{ width: 40%;}
.service-assurance li.active:after{ opacity: .3;}
.service-assurance li.active .des{ display: block;}


.fw_hz.hezuo.syteam{ margin-top:80px; clear:both; overflow:hidden;}

.syteam_nr.nytd ul li{
    /*margin-bottom: 35px;*/
}

.home-service.Home_About .content li:after{
    background-color:#fff;
}
.contentbb{
    margin-top: 25px;
    color: #fff;
    font-size: 24px;
}
.syteam.lknytd{
    margin-bottom: 0px;
}

 
@media (max-width:1920px){
	.bsb_foot_l {    width: calc(100% - 500px);}
}

@media (max-width:1560px){
.bsb_foot_l{float:left;width: calc(100% - 360px);}
.bsb_foot_r{float: right;width: 360px;margin-top: 30px; padding-left: 50px;}
}

@media (max-width:1330px){
.bsb_foot_l{float:none;width:100%; border: 0px;}
.bsb_foot_r{display: none;}
}

@media (max-width:1420px){.bsb_wh_nr_l {    margin-top: 150px;    float: left;    width:560px;}
	
}
@media (max-width:1320px){.bsb_wh_nr_l {  width:480px;}	
}
@media (max-width:1200px){ 
.fr.contactnrarr{ float:none; width:100%;} 
.contactnrall.fl{float:none; width:100%;padding: 40px 40px 0px;}
.contactnrarr img{	width:100%;	overflow:hidden;}

}

@media (max-width:1110px){
	.bsb_wh_nr_l {float: none;  width:100%; clear: both; overflow: hidden;margin-top: 50px;}	
	.bsb_wh_nr_r{ float:none; width: 100%; margin-bottom: 40px; clear: both;overflow: hidden;}
	.bsb_wh_nr_r ul li {    width: 25%;    margin-top: 60px; margin-right: 0px}
	.bsb_wh_nr_r ul li:nth-child(1),.bsb_wh_nr_r ul li:nth-child(3) {    margin-right: 0px;}
	.bsb_wh_nr.c {    clear: both;    overflow: hidden;}
	
	.lknews_r02 {
    background-color: #f1f1f1;
	box-sizing:border-box;
	padding:30px;
}
	.lknews ul li .lknews_l{
		width:340px;}
		.lknews ul li .lknews_r {

    width: calc(100% - 380px);
}
		.syteam_nr ul li .syteam03{
		    height: auto;
		}
		.syteam_nr ul li{
		    margin-bottom: 30px;
		}
}

@media screen and (max-width: 1000px) {
    .lkcon01_l {
        float: none;
        width: 100%;
    }
	    .lkcon01_r {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
	.lkcon01{
		margin-top:0px;}
}

@media (max-width:999px){
	
	.home-service{  padding:  1.2rem 0;}
	.home-service .content{  margin-top: 0.666666rem; padding-top: 0.666666rem;}
	.home-service .content ul{ display: flex; flex-flow: wrap; justify-content: space-between; align-items:stretch;}
	.home-service .content li{  margin-bottom: 0.2rem; width:33%; height: 4rem;}
	.home-service .content li .box{ display: block; width: 100%;}
	.home-service .content li .box img{ width: 1.4rem;}
	.home-service .content li .box .line{ display: block; margin:0.133333rem auto 0.4rem; width: 0.4rem; }
	.home-service .content li .box p{ font-size: 0.34rem;}
	.home-service .content li.active{ display: flex; flex-flow: wrap; justify-content: space-between; align-items:center; width: 33%; padding:0; text-align: center;}
	.home-service .content li.active:after{ display: block;}
	.home-service .content li.active .bg{ width: 0%;}
	.home-service .content li.active .box img:nth-child(1){ display: inline-block;}
	.home-service .content li.active .box img:nth-child(2){ display: none;}
	.home-service .content li.active .box .line{display: block;}
	.home-service .content li.active .box  p{ margin-top: 0; color: #000000; font-size: 0.34rem;}
	
	
	.home-process{ padding: 1.2rem 0;}
	.home-process ul{ margin-top: 0.533333rem;}
	.home-process ul:before{display: none;}
	.home-process li{ padding:0.4rem 0; width:30%;}
	.home-process li .ico{ width:1.1rem;}
	.home-process li p{ margin-top: 0.266666rem; font-size: 0.36rem;}
	.home-philosophy{ padding:  1.2rem 0;}
	.home-philosophy .theme-center p{ margin-left: 0.266666rem;}
	.home-philosophy ul{ margin-top: 0.533333rem; width: 100%;}
	.home-philosophy li{ margin-top:0.666666rem; width:44%;}
	.home-philosophy li span{ font-size: 0.42rem;}
	.home-philosophy li p{ font-size: 0.34rem; line-height: 0.62rem; }
	
	.syteam_nr ul li{width: 32%; margin-bottom: 35px; }
	.syteam_nr ul li .syteam02{ margin-top:10px;}
	.syteam_nr ul li:nth-child(3n){margin-right: 0px;}
	
		.lknews ul li{ border-bottom:1px solid #dfdfdf; padding-bottom:30px; clear:both; overflow:hidden;}
	
	.lknews ul li .lknews_l{ float:none; padding-right:0px; border-right:0px; width:100%; margin-bottom:25px;}
	    .lknews ul li .lknews_r { float:none; width:100%;}
		.lknews_r02 {	padding:15px 30px 15px;}
	
	
		.service-assurance{ padding-top: 0; }
	.service-assurance .letter{display: none;}
	.service-assurance li{ margin-top: 0.8rem;  letter-spacing: 0.01rem;}
	.service-assurance li .tit{ font-size:0.34rem; padding-bottom: 0.4rem;}
	.service-assurance li .tit:after{  margin-left: -15px; width: 30px;}
	.service-assurance li .des{ margin-top: 0.266666rem; font-size: 0.266666rem; line-height:0.5rem; height: 1rem;}
	
}
@media (max-width:796px){
	.bsb_foot_l01a{ float:none;}
	.bsb_foot_l01b{ float:none; border: 0px; border-top:1px solid #dfdfdf; clear: both; margin-top: 20px; padding-left: 0px; padding-top: 20px;}
	.bsb_foot_l02{ border-top:1px solid #dfdfdf;margin-top: 20px; padding-top: 20px; margin-bottom: 35px;}
	
	
}



@media (max-width:768px){
	.bsb_wh_nr_r ul li {    width: 50%;    margin-top: 30px; margin-right: 0px}
	.bsb_wh_nr_r01{ margin-bottom:10px;}
}
@media (max-width:620px){
	.sylink_l {   float: none;}
	.sylink_r {   float: none;}
	
}


@media (max-width:530px){
	.syteam {margin: 60px auto 0; }
	.syteam_nr ul li{width:49%; }
	.syteam_nr ul li:nth-child(3n){margin-right: 2%;}
	.syteam_nr.hezuo_a ul li:nth-child(3n){margin-right: 1%;}
	.syteam_nr ul li:nth-child(2n){margin-right: 0;}
		.bsb_wh_nr_r ul li {    width: 100%;    margin-top: 30px; margin-right: 0px; border-left: 3px solid #fff; padding-left:15px;}
	.bsb_wh_nr_r01{ margin-bottom:10px;}
	
	.bsb_wh_nr_r01{ font-size: 24px;}
	.sylink_l01 {    font-size: 20px;    color: #fff;}
	.sylink_l02{ font-size:28px;}
	.bsb_foot_l02 ul li {  width: 33.33%; margin-bottom: 15px;}
	
	.lknews_r01 {
    float: none;
    width:100%;
}
		.lknews_r02 {
    float: none;
    width:100%;
	margin-top:20px;
}
	.lknews_r02a{
		text-align:left;
		font-size:40px;}
		.lknews_r02b{
		text-align:left;
}
		.lknews_r02c{
		text-align:left;
}
.bsbbt02{ font-size:36px;}

}
